summaryrefslogtreecommitdiff
path: root/regex
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #25669 (eregi() with non-ascii characters)Moriyoshi Koizumi2003-09-308-141/+141
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-1/+1
| | | | | instances
* unused makefile.inSascha Schumann2002-03-181-5/+0
|
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|
* 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)
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-3/+10
| | | | | | | | | | | | - 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.
* Fix -Wall warningsSascha Schumann1999-12-285-139/+143
|
* - Fixing warnings in regexAndi Gutmans1999-11-142-5/+5
|
* Suck in prototypes correctly with applied aliasesSascha Schumann1999-11-131-0/+5
| | | | | (otherwise php_reg* would not be prototyped)
* - Make Win32 compile againAndi Gutmans1999-11-131-0/+4
|
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-132-0/+17
| | | | | | | system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache".
* upgrade regex library to alpha3.8Sascha Schumann1999-11-1210-179/+242
| | | | | @- Upgraded regex library to alpha3.8 (Sascha)
* Kill the regex header file warningsRasmus Lerdorf1999-10-291-4/+4
|
* POSIX_MISTAKE is enabled by default.Sascha Schumann1999-10-091-0/+2
|
* * Get rid of libphp_util.laSascha Schumann1999-10-051-0/+3
| | | | | | * Don't build CGI from convenience library * Add additional checks to regex.h (Apache build broke)
* Fix a typo? (compile bustage on Solaris 2.6)Marko Karppinen1999-10-051-2/+2
|
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-042-145/+3
| | | | | | | | | | | | | | | | | | | | | | 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
* - Leave this for now.Andi Gutmans1999-09-151-1/+2
|
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-151-2/+1
| | | | | - Some strlcpy changes including one bug fix.
* you can now override the CFLAGS while doing make - eg:Thies C. Arntzen1999-08-101-1/+5
| | | | | make CFLAGS="-g"
* Finish porting aspell - tested and works ok nowRasmus Lerdorf1999-07-121-2/+2
|
* vpath thingieSascha Schumann1999-07-011-1/+1
|
* *** empty log message ***Andrey Hristov1999-06-233-9/+9
|
* more VPATH workSascha Schumann1999-05-291-2/+2
|
* Win32 patchesZeev Suraski1999-04-075-0/+128
|
* PHP 4.0Zeev Suraski1999-04-0724-0/+6316