133 lines
4.1 KiB
Plaintext
133 lines
4.1 KiB
Plaintext
2005-01-21 19:14 davi
|
|
|
|
* README.t2t, wingetopt.c, src/cmph.h, tests/graph_tests.c: Fixed
|
|
wingetopt.c
|
|
|
|
2005-01-21 18:44 fc_botelho
|
|
|
|
* src/Makefile.am: included files bitbool.h and bitbool.c
|
|
|
|
2005-01-21 18:42 fc_botelho
|
|
|
|
* src/: bmz.c, bmz.h, bmz_structs.h, cmph.c, cmph.h,
|
|
cmph_structs.c, cmph_structs.h, czech.c, czech.h, czech_structs.h,
|
|
djb2_hash.c, djb2_hash.h, fnv_hash.c, fnv_hash.h, graph.c, graph.h,
|
|
hash.c, hash.h, hash_state.h, jenkins_hash.c, jenkins_hash.h,
|
|
main.c, sdbm_hash.c, sdbm_hash.h, vqueue.c, vqueue.h, vstack.c,
|
|
vstack.h: Only public symbols were prefixed with cmph, and the API
|
|
was changed to agree with the initial txt2html documentation
|
|
|
|
2005-01-21 18:30 fc_botelho
|
|
|
|
* src/: bitbool.c, bitbool.h: mask to represent a boolean value
|
|
using only 1 bit
|
|
|
|
2005-01-20 10:28 davi
|
|
|
|
* ChangeLog, README, README.t2t, wingetopt.h, src/main.c: Added
|
|
initial txt2tags documentation.
|
|
|
|
2005-01-19 10:40 davi
|
|
|
|
* acinclude.m4, configure.ac: Added macros for large file support.
|
|
|
|
2005-01-18 19:06 fc_botelho
|
|
|
|
* src/: bmz.c, bmz.h, bmz_structs.h, cmph.c, cmph.h,
|
|
cmph_structs.c, cmph_structs.h, cmph_types.h, czech.c, czech.h,
|
|
czech_structs.h, djb2_hash.c, djb2_hash.h, fnv_hash.c, fnv_hash.h,
|
|
graph.c, graph.h, hash.c, hash.h, hash_state.h, jenkins_hash.c,
|
|
jenkins_hash.h, main.c, sdbm_hash.c, sdbm_hash.h, vqueue.c,
|
|
vqueue.h, vstack.c, vstack.h: version with cmph prefix
|
|
|
|
2005-01-18 15:10 davi
|
|
|
|
* ChangeLog, cmph.vcproj, cmphapp.vcproj, wingetopt.c, wingetopt.h:
|
|
Added missing files.
|
|
|
|
2005-01-18 14:25 fc_botelho
|
|
|
|
* aclocal.m4: initial version
|
|
|
|
2005-01-18 14:16 fc_botelho
|
|
|
|
* aclocal.m4: initial version
|
|
|
|
2005-01-18 13:58 fc_botelho
|
|
|
|
* src/czech.c: using bit mask to represent boolean values
|
|
|
|
2005-01-18 13:56 fc_botelho
|
|
|
|
* src/czech.c: no message
|
|
|
|
2005-01-18 10:18 davi
|
|
|
|
* COPYING, INSTALL, src/Makefile.am, src/bmz.c, src/bmz.h,
|
|
src/cmph.c, src/cmph.h, src/cmph_structs.c, src/cmph_structs.h,
|
|
src/czech.c, src/czech.h, src/debug.h, src/djb2_hash.c,
|
|
src/graph.c, src/graph.h, src/hash.c, src/jenkins_hash.c,
|
|
src/main.c, src/sdbm_hash.c, src/vqueue.c: Fixed a lot of warnings.
|
|
Added visual studio project. Make needed changes to work with
|
|
windows.
|
|
|
|
2005-01-17 16:01 fc_botelho
|
|
|
|
* src/main.c: stable version
|
|
|
|
2005-01-17 15:58 fc_botelho
|
|
|
|
* src/: bmz.c, cmph.c, cmph.h, graph.c: stable version
|
|
|
|
2005-01-13 21:56 davi
|
|
|
|
* src/czech.c: Better error handling in czech.c.
|
|
|
|
2005-01-05 18:45 fc_botelho
|
|
|
|
* src/cmph_structs.c: included option -k to specify the number of
|
|
keys to use
|
|
|
|
2005-01-05 17:48 fc_botelho
|
|
|
|
* src/: cmph.c, main.c: included option -k to specify the number of
|
|
keys to use
|
|
|
|
2005-01-03 19:38 fc_botelho
|
|
|
|
* src/bmz.c: using less memory
|
|
|
|
2005-01-03 18:47 fc_botelho
|
|
|
|
* src/: bmz.c, graph.c: using less space to store the used_edges
|
|
and critical_nodes arrays
|
|
|
|
2004-12-23 11:16 davi
|
|
|
|
* INSTALL, COPYING, AUTHORS, ChangeLog, Makefile.am, NEWS, README,
|
|
cmph.spec, configure.ac, src/graph.c, tests/Makefile.am,
|
|
tests/graph_tests.c, src/bmz.c, src/cmph_types.h,
|
|
src/czech_structs.h, src/hash_state.h, src/jenkins_hash.c,
|
|
src/bmz_structs.h, src/cmph.c, src/cmph.h, src/cmph_structs.h,
|
|
src/czech.c, src/debug.h, src/djb2_hash.c, src/djb2_hash.h,
|
|
src/fnv_hash.c, src/fnv_hash.h, src/graph.h, src/hash.c,
|
|
src/hash.h, src/jenkins_hash.h, src/sdbm_hash.c, src/vstack.h,
|
|
src/Makefile.am, src/bmz.h, src/cmph_structs.c, src/czech.h,
|
|
src/main.c, src/sdbm_hash.h, src/vqueue.c, src/vqueue.h,
|
|
src/vstack.c: Initial release.
|
|
|
|
2004-12-23 11:16 davi
|
|
|
|
* INSTALL, COPYING, AUTHORS, ChangeLog, Makefile.am, NEWS, README,
|
|
cmph.spec, configure.ac, src/graph.c, tests/Makefile.am,
|
|
tests/graph_tests.c, src/bmz.c, src/cmph_types.h,
|
|
src/czech_structs.h, src/hash_state.h, src/jenkins_hash.c,
|
|
src/bmz_structs.h, src/cmph.c, src/cmph.h, src/cmph_structs.h,
|
|
src/czech.c, src/debug.h, src/djb2_hash.c, src/djb2_hash.h,
|
|
src/fnv_hash.c, src/fnv_hash.h, src/graph.h, src/hash.c,
|
|
src/hash.h, src/jenkins_hash.h, src/sdbm_hash.c, src/vstack.h,
|
|
src/Makefile.am, src/bmz.h, src/cmph_structs.c, src/czech.h,
|
|
src/main.c, src/sdbm_hash.h, src/vqueue.c, src/vqueue.h,
|
|
src/vstack.c: Initial revision
|
|
|