summaryrefslogtreecommitdiff
path: root/ext/readline/readline.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed bug #72538 (readline_redisplay crashes php)Xinchen Hui2016-07-031-0/+5
* Eliminate usages of _PP macrosNikita Popov2016-03-031-1/+1
* The test self should be fixed(maybe relates to env?)Xinchen Hui2016-02-291-1/+1
* Fixed test ext/readline/tests/readline_read_history_error_001.phptXinchen Hui2016-02-291-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Fixed bug #71094Nikita Popov2015-12-111-8/+8
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
* | Merge branch 'PHP-5.6'Xinchen Hui2015-02-151-2/+3
|\ \ | |/
| * Fixed bug #69054 (Null dereference in readline_(read|write)_history() without...Xinchen Hui2015-02-151-2/+3
| * Bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-21/+21
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+15
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
* | remove fetches in readlinekrakjoe2014-09-271-2/+0
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-3/+3
* | master renames phase 1Anatol Belski2014-08-251-22/+22
* | basic macro replacements, all at onceAnatol Belski2014-08-191-21/+21
* | phpng support for ext/readlineDmitry Stogov2014-05-181-79/+58
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-6/+6
|/
* Fixed Bug #66412 readline_clear_history() with libedit causes segfault after ...Remi Collet2014-01-201-0/+5
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix Bug #65714 PHP cli forces the tty to cooked modeRemi Collet2013-11-151-1/+4
* Bug #55694: Expose attempted_completion_over variable from readline libraryHartmel2013-06-161-1/+9
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix bug #62186 readline fails to compileJohannes Schlüter2012-05-311-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-03-211-0/+8
|\
| * Add open_basedir checks to readline_write_history and readline_read_historyRasmus Lerdorf2012-03-211-0/+8
| * Fixed bug #61088 (Memory leak in readline_callback_handler_install).Xinchen Hui2012-03-111-3/+2
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fix #55301 (readline part) check if malloc succededPierre Joye2011-07-281-1/+7
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * Fixed bug #53630 (Fixed parameter handling inside readline() function).Ilia Alshanetsky2011-01-101-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
* | Fixed bug #61088 (Memory leak in readline_callback_handler_install).Xinchen Hui2012-03-111-3/+2
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed bug#54450 (callback function when built against libedit)Hannes Magnusson2011-09-061-0/+5
* | - Fix #55301 (readline part) check if malloc succededPierre Joye2011-07-281-1/+7
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+2
* | - Implement FR#53878 Interactive shell should work with shared readline exten...Johannes Schlüter2011-02-191-4/+17
* | Fixed bug #53630 (Fixed parameter handling inside readline() function).Ilia Alshanetsky2011-01-101-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #50209 (Compiling with libedit cannot find readline.h)Felipe Pena2009-12-131-1/+3