1
by brian
clean slate |
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. |
|
4 |
||
5 |
New Makefile |
|
6 |
||
7 |
Changed all files to include global.h |
|
8 |
||
9 |
Some changes in types to suppress warning errors from gcc. |
|
10 |
||
11 |
debug.c ; extra parameter to regchar |
|
12 |
||
13 |
Made regex_init & regex_end calls to init & free dynamic cclasses array. |
|
14 |
||
15 |
Fixed memory allocation bug in 'matcher' |
|
16 |
||
17 |
Changed regcomp.c to use bmove_upp() instead of memmove() |
|
18 |
||
19 |
Changed name of function try to rx_try in main.cc for Digitial C compiler. |