summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib
Commit message (Collapse)AuthorAgeFilesLines
* MFH (Import PCRE 6.6)Andrei Zmievski2006-03-0664-17170/+8435
|
* removed unused varsIlia Alshanetsky2005-08-231-2/+0
|
* Upgrade to PCRE version 6.2.Andrei Zmievski2005-08-0872-6560/+35937
| | | | | # Don't worry, upgrade for other branches is coming
* Netware also uses autoconf based config nowfoobar2005-06-301-2/+0
|
* kill unused var.Ilia Alshanetsky2005-06-011-1/+0
|
* Upgrade library to version 5.0.Andrei Zmievski2005-05-2728-2138/+20392
|
* - 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.
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-086-6/+6
|
* MFBAndrei Zmievski2003-12-1620-3656/+4359
|
* Upgrading PCRE library to version 4.3.Andrei Zmievski2003-06-2732-8377/+5338
|
* Bump year.Sebastian Bergmann2002-12-316-6/+6
|
* Nuke one more win32 linking warning.Edin Kadribasic2002-11-181-1/+1
|
* Upgrade to version 3.92.Andrei Zmievski2002-10-1537-7060/+10995
|
* Update bundled pcrelib to 3.9.Wez Furlong2002-09-1438-718/+3288
| | | | | # Tested under Linux only
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-0/+2
|
* remove old makefilesSascha Schumann2002-03-121-7/+0
|
* Move -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to polluteAndrei Zmievski2001-05-181-0/+2
| | | | | the global namespace.
* Include PHP compatibility header file.Andrei Zmievski2001-02-201-0/+1
|
* Upgrade PCRE to version 3.4.Andrei Zmievski2001-02-2041-253/+2301
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-022-4/+4
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* @- Upgraded PCRE to version 3.2 and fixed a bug when anchored patternAndrei Zmievski2000-06-1214-179/+360
| | | | | @ matched an empty string. (Andrei)
* Remove trailing empty linesSascha Schumann2000-05-011-5/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
| | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
* make it compile on Win32Sam Ruby2000-04-121-0/+4
|
* Re-add.Andrei Zmievski2000-04-1126-0/+9523
|
* Added PCRE 3.01.Andrei Zmievski2000-04-1120-0/+19569
|
* *** empty log message ***Andrei Zmievski2000-04-1138-26748/+0
|
* Prefix some symbols with php_Sascha Schumann2000-03-041-0/+2
| | | | | ^(pcre|Xml|XML).*
* 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'.
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-2/+11
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-1429-281/+6142
| | | | | | | | - 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
* 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-293-4/+19
|
* -Modified PCRE library slightly to do what needs to be doneAndrey Hristov1999-05-282-2/+6
| | | | | | | -Updated preg_replace() code to handle stuff properly -Removed ability to specify external PCRE library source to link against (since our bundled version is patched now)
* - fix CGI build (at least)Sascha Schumann1999-05-272-80/+2
|
* -Added PCRE library sourceAndrey Hristov1999-05-2630-0/+20933
-Updated configuration process