summaryrefslogtreecommitdiff
path: root/ext/pcre/pcre.c
Commit message (Expand)AuthorAgeFilesLines
* avoid two copies of pcre.c in the repositoryZeev Suraski1999-07-061-1111/+0
* Correct option cachingAndrey Hristov1999-07-051-1/+6
* Made preg_split() consistent with split().Andrey Hristov1999-06-221-59/+159
* Added preg_grep() function.Andrey Hristov1999-06-101-1/+89
* A fix for a fix.Andrey Hristov1999-06-091-1/+1
* Fixed a bug in preg_split.Andrey Hristov1999-06-091-3/+3
* Fixed a bug in preg_replace.Andrey Hristov1999-06-091-5/+5
* Added preg_quote() function.Andrey Hristov1999-06-041-0/+65
* *** empty log message ***Andrey Hristov1999-06-041-0/+1
* preg_match_all() now returns the number of global matches.Andrey Hristov1999-05-301-5/+2
* Updated preg_split().Andrey Hristov1999-05-291-11/+17
* Fix preg_match_all to do proper matching with \b.Andrey Hristov1999-05-291-9/+14
* Fixed PCRE so that global matching with patterns with \b works.Andrey Hristov1999-05-291-5/+3
* -Modified PCRE library slightly to do what needs to be doneAndrey Hristov1999-05-281-37/+30
* Really fix the configuration now so that it's possible to compile bothAndrey Hristov1999-05-271-3/+1
* Added preg_split. Same syntax as regular split().Andrey Hristov1999-05-261-7/+102
* A few changes here.Andrey Hristov1999-05-261-52/+158
* Some comments.Andrey Hristov1999-05-221-67/+57
* Added ability to pass array parameters to pcre_replace.Andrey Hristov1999-05-221-31/+135
* -Added regex cacheAndrey Hristov1999-05-211-18/+88
* Get rid of debug printf's.Andrey Hristov1999-05-211-5/+0
* Initial check-in of PCRE (Perl Compatible Regular Expressions) extension.Andrey Hristov1999-05-211-0/+495