php-src/ext/readline
Nikita Popov 035a27cbc6 Only compute callback name in error cases
Mostly the callback name is only used to report an error. Try to
avoid calculating it if no error occurred.
2017-06-25 18:45:59 +02:00
..
tests extend skipif 2016-11-18 12:00:02 +01: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 Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
readline_cli.c Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
readline_cli.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
readline.c Only compute callback name in error cases 2017-06-25 18:45:59 +02: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.