summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Expand)AuthorAgeFilesLines
* Avoid potentially-uninitialized warnings in readlineNikita Popov2019-04-121-5/+4
* Fix uninitializde heredoc_tag use in readlineNikita Popov2019-04-121-3/+10
* Remove the readline thread-safety warningNikita Popov2019-04-111-5/+0
* Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-3/+0
* Remove extension readmesPeter Kokot2019-03-191-4/+0
* Remove function_table var from the callerc9s2019-03-111-2/+2
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+8
* use pkg-config for libeditRemi Collet2019-02-191-15/+11
* add readline_list_history with libedit >= 3.1 and mingweditlineRemi Collet2019-02-195-11/+49
* Fix failing tests for readline() without inputPeter Kokot2019-02-101-2/+2
* Tests for readline() without inputJonathan Stevens2019-02-101-0/+15
* Fix failing readline() basic testPeter Kokot2019-02-091-2/+1
* readline - add basic testJoel Clermont2019-02-091-0/+18
* Remove local variablesPeter Kokot2019-02-032-16/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-304-4/+4
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-111-2/+15
|\
| * Fix rl_completion_matches detectionOndřej Surý2019-01-111-2/+15
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-4/+4
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-143-4/+0
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-3/+3
| * year++Xinchen Hui2018-01-024-4/+4
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+3
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-4/+4
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-143-4/+0
* | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-3/+3
* | Remove unused Git attributes identPeter Kokot2018-07-256-12/+1
* | Give a reason why the test was skippedGabriel Caruso2018-07-221-1/+3
* | Move to size_t for string lengthAnatol Belski2018-07-091-12/+12
* | 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-282-8/+8
* | Add support for rl_completion_suppress_append and rl_completion_append_characterTim Bazuin2018-03-252-1/+32
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-202-2/+2
* | year++Xinchen Hui2018-01-024-4/+4
* | Test that readline respects open_basedirRicardo Melo2017-08-252-0/+34
|/
* 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-044-4/+4
* extend skipifAnatol Belski2016-11-181-0/+1
* Merge branch 'PHP-7.0'Xinchen Hui2016-07-032-0/+20
|\
| * Fixed bug #72538 (readline_redisplay crashes php)Xinchen Hui2016-07-032-0/+20
* | Fixed compilation warningsDmitry Stogov2016-06-281-0/+2
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
* | Merge branch 'PHP-7.0'Joe Watkins2016-04-291-1/+2
|\ \ | |/
| * fix size_t signed comparisonJoe Watkins2016-04-291-1/+2
| * Eliminate usages of _PP macrosNikita Popov2016-03-031-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-021-1/+1
|\ \ | |/
| * Fixed test ext/readline/tests/readline_read_history_error_001.phptXinchen Hui2016-03-021-1/+1
| * The test self should be fixed(maybe relates to env?)Xinchen Hui2016-02-291-1/+1