php-src/ext/readline
Peter Kokot 9df6a1e4dd Add AS_HELP_STRING to *nix build configure options
The Autoconf's default AS_HELP_STRING macro can properly format help
strings [1] so watching out if columns are aligned manually is not
anymore.

[1] https://www.gnu.org/software/autoconf/manual/autoconf.html#Pretty-Help-Strings
2019-03-07 20:36:59 +01:00
..
tests add readline_list_history with libedit >= 3.1 and mingweditline 2019-02-19 08:51:56 +01:00
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
config.w32 add readline_list_history with libedit >= 3.1 and mingweditline 2019-02-19 08:51:56 +01:00
CREDITS
php_readline.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
readline_cli.c Remove local variables 2019-02-03 21:03:00 +01:00
readline_cli.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
readline.c add readline_list_history with libedit >= 3.1 and mingweditline 2019-02-19 08:51:56 +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.