~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to regex/CHANGES

  • Committer: Monty Taylor
  • Date: 2008-07-05 11:08:18 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: monty@inaugust.com-20080705110818-xyc8ehdym3r7nf6t
Add Jay's test optoins at the target of make test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.