TMF Hg
changelog
- Wed, 12 Mar 2003 07:38:57 +0000
- by eric [Wed, 12 Mar 2003 07:38:57 +0000] rev 100
- remove unused SWAP macro.
- Wed, 12 Mar 2003 06:57:46 +0000
- by eric [Wed, 12 Mar 2003 06:57:46 +0000] rev 99
- changed g4_table_gen to generate both a header and a C source file (g4_tables.[ch]).
- Wed, 12 Mar 2003 06:40:34 +0000
- by eric [Wed, 12 Mar 2003 06:40:34 +0000] rev 98
- added include of <string.h>.
- Wed, 12 Mar 2003 06:39:22 +0000
- by eric [Wed, 12 Mar 2003 06:39:22 +0000] rev 97
- changed bitblt_table_gen.c to generate both a header and a C source file (bitblt_tables.[ch]).
- Wed, 12 Mar 2003 06:02:46 +0000
- by eric [Wed, 12 Mar 2003 06:02:46 +0000] rev 96
- removed get_row_run_lengths().
- Tue, 11 Mar 2003 11:14:39 +0000
- by eric [Tue, 11 Mar 2003 11:14:39 +0000] rev 95
- many bug fixes including bit ordering of output, search positions and polarities. added G4_DEBUG conditional.
- Mon, 10 Mar 2003 13:08:25 +0000
- by eric [Mon, 10 Mar 2003 13:08:25 +0000] rev 94
- Working on G4 encoding.
- Mon, 10 Mar 2003 09:58:34 +0000
- by eric [Mon, 10 Mar 2003 09:58:34 +0000] rev 93
- *** empty log message ***
- Mon, 10 Mar 2003 09:58:09 +0000
- by eric [Mon, 10 Mar 2003 09:58:09 +0000] rev 92
- Replaced all uses of float with double.
- Mon, 10 Mar 2003 09:49:50 +0000
- by eric [Mon, 10 Mar 2003 09:49:50 +0000] rev 91
- Moved g4 encoding functions from pdf library to bitblt library.
- Sat, 08 Mar 2003 10:02:13 +0000
- by eric [Sat, 08 Mar 2003 10:02:13 +0000] rev 90
- added separate conditional for Electric Fence (EFENCE). moved test programs into Maketest.
- Sat, 08 Mar 2003 09:31:23 +0000
- by eric [Sat, 08 Mar 2003 09:31:23 +0000] rev 89
- fixes to pdf_split_name_tree_node(). when splitting a non-leaf node, update children's parent field. recursively split upward if necessary.
- Sat, 08 Mar 2003 09:23:05 +0000
- by eric [Sat, 08 Mar 2003 09:23:05 +0000] rev 88
- fix bugs in pdf_split_name_tree_node().
- Sat, 08 Mar 2003 07:45:46 +0000
- by eric [Sat, 08 Mar 2003 07:45:46 +0000] rev 87
- more code for pdf_split_name_tree_node().
- Sat, 08 Mar 2003 07:23:49 +0000
- by eric [Sat, 08 Mar 2003 07:23:49 +0000] rev 86
- added conditionals for debug builds and static linking.
- Sat, 08 Mar 2003 06:52:09 +0000
- by eric [Sat, 08 Mar 2003 06:52:09 +0000] rev 85
- add linked list of name trees to struct pdf_file, and finalize all name trees when PDF file is closed.
- Fri, 07 Mar 2003 11:35:36 +0000
- by eric [Fri, 07 Mar 2003 11:35:36 +0000] rev 84
- more work on pdf_add_tree_element().
- Fri, 07 Mar 2003 11:28:45 +0000
- by eric [Fri, 07 Mar 2003 11:28:45 +0000] rev 83
- more work on pdf_add_tree_element().
- Fri, 07 Mar 2003 11:02:31 +0000
- by eric [Fri, 07 Mar 2003 11:02:31 +0000] rev 82
- added pdf_compare_obj().
- Fri, 07 Mar 2003 11:02:12 +0000
- by eric [Fri, 07 Mar 2003 11:02:12 +0000] rev 81
- added noreturn attribute to pdf_fatal().