summaryrefslogtreecommitdiff
path: root/ext/readline/readline.c
Commit message (Expand)AuthorAgeFilesLines
* Free history_get_history_state() resultNikita Popov2019-09-111-0/+1
* Add missing argument checksChristoph M. Becker2019-08-121-0/+16
* Allow exceptions in __toString()Nikita Popov2019-06-051-4/+12
* Remove function_table var from the callerc9s2019-03-111-2/+2
* add readline_list_history with libedit >= 3.1 and mingweditlineRemi Collet2019-02-191-7/+38
* Remove local variablesPeter Kokot2019-02-031-7/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-4/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* Add support for rl_completion_suppress_append and rl_completion_append_characterTim Bazuin2018-03-251-0/+19
* year++Xinchen Hui2018-01-021-1/+1
* Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* Only compute callback name in error casesNikita Popov2017-06-251-8/+6
* revert workaround for bug #74489 as it's fixed in the dependency libAnatol Belski2017-05-141-1/+1
* Fixed bug #74489 readline() immediately returns false in interactive console ...Anatol Belski2017-04-221-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-7.0'Xinchen Hui2016-07-031-0/+5
|\
| * 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 compilation warningsDmitry Stogov2016-06-281-0/+2
* | Merge branch 'PHP-7.0'Xinchen Hui2016-02-291-1/+1
|\ \
| * | Revert "Fixed test ext/readline/tests/readline_read_history_error_001.phpt"Xinchen Hui2016-02-291-1/+1
| |/
* | Merge branch 'PHP-7.0'Xinchen Hui2016-02-291-1/+1
|\ \ | |/
| * Fixed test ext/readline/tests/readline_read_history_error_001.phptXinchen Hui2016-02-291-1/+1
* | basic support for wineditlineAnatol Belski2016-01-151-0/+8
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-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
* | | Merge branch 'PHP-7.0'Nikita Popov2015-12-111-8/+8
|\ \ \ | |/ /
| * | Fixed bug #71094Nikita Popov2015-12-111-8/+8
* | | Eliminate _PP macroStanislav Malyshev2015-10-181-1/+1
|/ /
* | 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
|/