summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcreposix.c
Commit message (Collapse)AuthorAgeFilesLines
* Upgrading PCRE library to version 4.3.Andrei Zmievski2003-06-271-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Upgrade to version 3.92.Andrei Zmievski2002-10-151-12/+33
|
* Update bundled pcrelib to 3.9.Wez Furlong2002-09-141-3/+3
| | | | | # Tested under Linux only
* Upgrade PCRE to version 3.4.Andrei Zmievski2001-02-201-1/+5
|
* Re-add.Andrei Zmievski2000-04-111-0/+276
|
* *** empty log message ***Andrei Zmievski2000-04-111-250/+0
|
* Change string->str where possible; string is basic a C++ class, so gdb ↵Zeev Suraski2000-02-081-2/+2
| | | | | | | can't look inside variables named 'string'.
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-141-4/+2
| | | | | | | | - 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..
* make pcre test program compile again with Zeev'sPhilippe Verdy1999-08-151-2/+4
| | | | | additions in the pcre_exec() function parameters
* -Added PCRE library sourceAndrey Hristov1999-05-261-0/+250
-Updated configuration process