~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to regex/CHANGES

  • Committer: Brian Aker
  • Date: 2008-07-08 21:36:11 UTC
  • mfrom: (77.1.34 codestyle)
  • Revision ID: brian@tangent.org-20080708213611-b0k2zy8eldttqct3
Merging up Monty's changes

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.