summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Collapse)AuthorAgeFilesLines
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-2/+0
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-3/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* php_new_extensionSascha Schumann2002-03-122-9/+2
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* remove some crapThies C. Arntzen2002-02-011-5/+0
|
* Modified the build system to make certain extensions (pcntl, ncurses,Edin Kadribasic2002-01-201-8/+4
| | | | | | | pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional parameter to PHP_EXTENSION macro which should be set to "cli" if the extension only makes sense for that class of api's.
* whitespacefoobar2002-01-091-14/+25
|
* check for library existance before adding themHartmut Holzgraefe2002-01-041-6/+25
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-5/+4
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-30/+30
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* Fixed two problems:foobar2001-08-223-8/+10
| | | | | | | | - CGI_BINARY was defined always thus this extension could be compiled with even when not building CGI binary. - HAVE_READLINE => HAVE_LIBREADLINE (typo)
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+1
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-9/+9
| | | | | # Heads up people! I tested this before committing but you never know..
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-1/+1
| | | | | zval_del_ref() function which should be nuked.
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Libedit readline replacement supportStanislav Malyshev2001-01-184-9/+51
| | | | | # Comments are very welcome!
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* update my email.Thies C. Arntzen2000-10-292-2/+2
|
* beautifyThies C. Arntzen2000-08-241-1/+2
|
* Fix segfault on readline without parametersStanislav Malyshev2000-08-241-2/+4
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | 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.
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-8/+8
|
* Update the license with the new clause 6Zeev Suraski2000-05-182-4/+4
|
* 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!