php-src/ext/readline
Remi Collet e3192473b5 Skip readline tests which fail with libedit
Add specific libedit test (output slightly differs)
2014-01-20 09:38:34 +01:00
..
tests Skip readline tests which fail with libedit 2014-01-20 09:38:34 +01:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
php_readline.h Bump year 2014-01-03 11:06:16 +08:00
readline_cli.c Bump year 2014-01-03 11:06:16 +08:00
readline_cli.h Bump year 2014-01-03 11:06:16 +08:00
readline.c Fixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714 2014-01-20 08:38:53 +01:00
README.libedit Libedit readline replacement support 2001-01-18 11:42:09 +00:00

This library can be built with libedit - non-GPL drop-in readline replacement.
Libedit can be obtained from http://sourceforge.net/projects/libedit/
It is taken from NetBSD (http://www.netbsd.org/) CVS repository and modified
to work as stand-alone library.