Towards GPL
[idzebra-moved-to-github.git] / dict / lookgrep.c
2002-08-02 Adam DickmeissTowards GPL
1999-05-26 Adam DickmeissC++ compilation.
1999-05-15 Adam DickmeissUpdated dictionary. Implemented "compression" of dictio...
1999-02-02 Adam DickmeissUpdated WIN32 code specific sections. Changed header.
1998-06-24 Adam DickmeissSupport for relations on text operands. Open range...
1997-10-27 Adam DickmeissMoved towards generic character mapping depending on...
1997-09-18 Adam DickmeissExtra generic handle for the character mapping routines.
1997-09-05 Adam DickmeissChanged prototype for chr_map_input - added const.
1996-06-04 Adam DickmeissAdded support for character mapping.
1996-05-24 Adam DickmeissAdded dict_grep_cmap function to define user-mapping...
1996-03-20 Adam DickmeissFunction dict_lookup_grep got extra parameter, init_pos...
1996-02-02 Adam DickmeissThe public functions simply use char instead of Dict_ch...
1996-01-08 Adam DickmeissFunction dfa_parse got 'const' string argument.
1995-12-11 Adam DickmeissBug fix: the lookup/scan/lookgrep didn't handle empty...
1995-12-06 Adam DickmeissNew function: dict_delete.
1995-11-16 Adam DickmeissChanged stupid log.
1995-10-27 Adam DickmeissMakes 'Database unavailable' diagnostic.
1995-10-19 Adam DickmeissNew feature: grep lookup saves length of longest prefix...
1995-10-17 Adam DickmeissUserfunc may return non-zero in which case the the...
1995-10-09 Adam DickmeissFunction dict_lookup_grep got extra client data parameter.
1995-09-14 Adam DickmeissGrep handle function parameter info is const now.
1995-01-24 Adam DickmeissAdded -ansi to CFLAGS.
1994-10-05 Adam DickmeissPagesize is a resource now.
1994-10-04 Adam DickmeissSome bug fixes and some optimizations.
1994-10-03 Adam DickmeissFirst version of dictionary lookup with regular express...