summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Collapse)AuthorAgeFilesLines
* Make readline compilable as shared moduleSascha Schumann2000-05-023-33/+29
|
* 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
|
* 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)
* Some white-space changesSascha Schumann2000-03-261-1/+1
|
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* Thies I will give up until tomorrow.Egon Schmid2000-02-241-17/+17
|
* the pipe is breaking all the timeZeev Suraski2000-02-192-4/+4
|
* fix solaris compileThies C. Arntzen2000-01-071-1/+11
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-012-2/+2
| | | | | you start counting at 0 or 1).
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-4/+1
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Integration of -ng changes. Changes:Sascha Schumann1999-12-303-6/+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.
* - The tree compiles againZeev Suraski1999-12-181-6/+6
|
* ZTS compile fixesThies C. Arntzen1999-12-082-2/+2
|
* the order *does* matter!Thies C. Arntzen1999-12-071-2/+2
|
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
| | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS)
* added some more optionsThies C. Arntzen1999-10-251-11/+77
|
* one can now use callbacks for custom completion functions (still ↵Thies C. Arntzen1999-10-231-11/+155
| | | | work-in-progress)
* configure works for me (RH 6.1)Thies C. Arntzen1999-10-143-4/+44
| | | | | @- Added readline support. Works *only* in standalone mode! (Thies)
* interface to GNU-Readline! (not yet active, autoconf needs to be done)Thies C. Arntzen1999-10-146-0/+259
very neat - but only usable in standalone (command-promt) mode!