Updated WIN32 code specific sections. Changed header.
[idzebra-moved-to-github.git] / dfa / dfa.c
1999-02-02 Adam DickmeissUpdated WIN32 code specific sections. Changed header.
1998-10-28 Adam DickmeissAdded type cast to prevent warning.
1998-09-02 Adam DickmeissZebra uses GNU Configure.
1998-06-24 Adam DickmeissSupport for relations on text operands. Open range...
1998-06-22 Adam DickmeissAdded two type casts.
1998-06-08 Adam DickmeissFixed problem with signed character(s) in regular expre...
1998-01-12 Adam DickmeissFixed bug in term_Tnode.
1997-09-29 Adam DickmeissThread safe DFA module. We simply had to put a few...
1997-09-18 Adam DickmeissExtra generic handle for the character mapping routines.
1997-09-05 Adam DickmeissChanged prototype for chr_map_input - added const.
1997-02-10 Adam DickmeissAdded facility for open character sets, eg [a-].
1996-10-29 Adam DickmeissInclude of zebrautl.h instead of alexutil.h.
1996-06-17 Adam DickmeissBug fix: read_charset didn't handle character mapping.
1996-06-04 Adam DickmeissAdded support for character mapping.
1996-01-08 Adam DickmeissAllow single $ in expressions.
1996-01-08 Adam DickmeissFunction dfa_parse got 'const' string argument.
1995-12-06 Adam DickmeissRemoved verbatim mode code.
1995-12-06 Adam DickmeissWork on left and right anchors.
1995-11-27 Adam DickmeissNew berbatim hook in regular expressions. "[]n ..".
1995-10-16 Adam DickmeissBug fix.
1995-10-02 Adam DickmeissBug fix in dfa_delete.
1995-09-28 Adam DickmeissRemoved various preprocessor defines.
1995-09-04 Adam DickmeissVarious cleanup. YAZ util used instead.
1995-01-25 Adam DickmeissSimple error reporting when parsing regular expressions.
1995-01-24 Adam DickmeissNew private header file in dfa module (dfap.h).