]> mj.ucw.cz Git - libucw.git/history - lib/regex.c
shut up, gcc
[libucw.git] / lib / regex.c
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-03-20 Martin MaresInterface to our own regex library.
2004-03-18 Martin MaresAdded configuration options for libpcre.
2004-03-15 Martin MaresConverted regex module testing to the new test framework.
2004-03-14 Martin MaresOur regex functions are now able to interface to old...
2004-03-13 Martin MaresMake regex-t compile.
2002-08-20 Martin MaresAdded license notices to all library files which are...
2001-03-30 Martin MaresCured memory leak.
2001-03-30 Martin MaresCupcase() works even for non-letters, so there is no...
2001-03-30 Robert Spalek<ctype.h> dependency deleted
2001-03-30 Robert Spaleksyntax of regular expessions changed to extended
2001-03-30 Robert Spalekrx_compile() can now compile with IGNORING CASE enabled too
2001-01-21 Martin MaresUse xmalloc_zero() instead of xmalloc() followed by...
2000-12-11 Martin MaresAdded support for memory debuggers (efence and [unteste...
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-05 Martin MaresAdd directory to all includes.
1998-01-06 Martin MaresSyncing crashed repository with my work tree.
1997-11-26 Martin MaresImplemented the URL regex replace mechanism.
1997-11-25 Martin MaresAdded regex library interface.