php-src/ext/readline
Christopher Jones c6d977dd39 Fix long-standing visual pain point: the misalignment of './configure help' text.
Whitespace changes and a couple of grammar fixes.
2013-08-06 11:06:09 -07:00
..
tests readline can output control codes 2013-06-17 00:15:31 -07: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 Happy New Year 2013-01-01 16:28:54 +08:00
readline_cli.c Happy New Year 2013-01-01 16:28:54 +08:00
readline_cli.h Happy New Year 2013-01-01 16:28:54 +08:00
readline.c Bug #55694: Expose attempted_completion_over variable from readline library 2013-06-16 23:42:43 -07: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.