php-src/ext/readline
Peter Kokot cf3b852109 Trim trailing whitespaces in build files
Some editors utilizing .editorconfig automatically trim whitespaces. For
convenience this patch removes whitespaces in certain build files:
- ext/*/config*.m4
- configure.ac
- acinclude.m4
2018-07-29 03:43:45 +02:00
..
tests Give a reason why the test was skipped 2018-07-22 16:41:41 -03:00
config.m4 Trim trailing whitespaces in build files 2018-07-29 03:43:45 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
php_readline.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
readline_cli.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
readline_cli.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
readline.c Remove unused Git attributes ident 2018-07-25 00:53:25 +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.