summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove old internal.h file.Andrei Zmievski2005-08-091-770/+0
|
* Netware also uses autoconf based config nowfoobar2005-06-301-2/+0
|
* Upgrade library to version 5.0.Andrei Zmievski2005-05-271-168/+231
|
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
| | | | | with #include <some_header.h> to make sure the correct file is used.
* MFBAndrei Zmievski2003-12-161-42/+63
|
* Upgrading PCRE library to version 4.3.Andrei Zmievski2003-06-271-41/+97
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Upgrade to version 3.92.Andrei Zmievski2002-10-151-118/+324
|
* Update bundled pcrelib to 3.9.Wez Furlong2002-09-141-14/+53
| | | | | # Tested under Linux only
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-0/+2
|
* Upgrade PCRE to version 3.4.Andrei Zmievski2001-02-201-1/+6
|
* @- Upgraded PCRE to version 3.2 and fixed a bug when anchored patternAndrei Zmievski2000-06-121-1/+17
| | | | | @ matched an empty string. (Andrei)
* make it compile on Win32Sam Ruby2000-04-121-0/+4
|
* Re-add.Andrei Zmievski2000-04-111-0/+360
|
* *** empty log message ***Andrei Zmievski2000-04-111-343/+0
|
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-141-19/+23
| | | | | | | | - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl..
* Made preg_split() consistent with split().Andrey Hristov1999-06-221-1/+1
| | | | | | Added a new /e modifier for preg_replace Kill a warning in pcrelib.
* Fixed PCRE so that global matching with patterns with \b works.Andrey Hristov1999-05-291-0/+1
|
* -Added PCRE library sourceAndrey Hristov1999-05-261-0/+338
-Updated configuration process