php-src/ext/readline
Joe Watkins 12f826d7df Merge branch 'PHP-7.0'
* PHP-7.0:
  fix size_t signed comparison
2016-04-29 10:20:27 +01:00
..
tests Merge branch 'PHP-7.0' 2016-03-02 12:31:30 +08:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 config.w32 for ext/readline 2016-01-15 12:45:53 +01:00
CREDITS
php_readline.h vc doesn't support #warning 2016-01-19 12:14:59 +01:00
readline_cli.c Merge branch 'PHP-7.0' 2016-04-29 10:20:27 +01:00
readline_cli.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
readline.c Eliminate usages of _PP macros 2016-03-03 23:20:12 +01:00
README.libedit

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.