~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to regex/CHANGES

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

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.