mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / regex / CHANGES
blob2bd0fb7639f42e46b003121afbd92dccd79a9ce2
1 This is an altered distribution of regexp for mysql.
2 The follwing changes has been done to use the mysql configuration system and
3 ISOLATIN1 characters.
5 New Makefile
7 Changed all files to include global.h
9 Some changes in types to suppress warning errors from gcc.
11 debug.c ; extra parameter to regchar
13 Made regex_init & regex_end calls to init & free dynamic cclasses array.
15 Fixed memory allocation bug in 'matcher'
17 Changed regcomp.c to use bmove_upp() instead of memmove()
19 Changed name of function try to rx_try in main.cc for Digitial C compiler.