summaryrefslogtreecommitdiff
path: root/ext/readline/readline.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a memory leak inside readline_completion_function() on non-callableIlia Alshanetsky2007-02-121-0/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix gcc warningNuno Lopes2006-09-041-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-3/+3
* MFH: - Fixed bug #35409 (undefined reference to 'rl_completion_matches').foobar2005-11-281-1/+5
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed compiler warning.Ilia Alshanetsky2005-04-121-5/+5
* Proper fix for bug #31796 .Ilia Alshanetsky2005-02-041-2/+8
* Fixed bug #31796 (readline completion handler does not handle empty returnIlia Alshanetsky2005-02-031-1/+1
* compile fix from TimmWez Furlong2004-09-261-1/+1
* standardize the callback support to allow array($obj, 'method') callbacks.Wez Furlong2004-09-171-36/+63
* Add support for the readline callback interface, allowing you to interleaveWez Furlong2004-08-241-0/+98
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* proto fixesAndrey Hristov2003-07-191-5/+5
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Very little fixesCHAILLAN Nicolas2002-11-081-5/+5
* - fix build on FreeBSD, verified by thies.Jan Lehnardt2002-10-091-2/+4
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-2/+0
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* remove some crapThies C. Arntzen2002-02-011-5/+0
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-30/+30
* Fixed two problems:foobar2001-08-221-4/+4
* 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
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Libedit readline replacement supportStanislav Malyshev2001-01-181-8/+19
* update my email.Thies C. Arntzen2000-10-291-1/+1
* beautifyThies C. Arntzen2000-08-241-1/+2
* Fix segfault on readline without parametersStanislav Malyshev2000-08-241-2/+4
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-8/+8
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Make readline compilable as shared moduleSascha Schumann2000-05-021-0/+4
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* Thies I will give up until tomorrow.Egon Schmid2000-02-241-17/+17
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - The tree compiles againZeev Suraski1999-12-181-6/+6
* ZTS compile fixesThies C. Arntzen1999-12-081-1/+1
* added some more optionsThies C. Arntzen1999-10-251-11/+77
* one can now use callbacks for custom completion functions (still work-in-prog...Thies C. Arntzen1999-10-231-11/+155
* configure works for me (RH 6.1)Thies C. Arntzen1999-10-141-2/+8
* interface to GNU-Readline! (not yet active, autoconf needs to be done)Thies C. Arntzen1999-10-141-0/+204