- Convert from obtruse troff syntax to simpler mdoc format
- Add history APIs, most relevant extra APIs available
- Expand on the history of the library
- Rewrite some sections for accessiblilty
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
=====================
Fix another build warning for Arm cross-gcc, which actually was v4.1.2
This time getpid() was missing unistd.h, but kill() was also missing
signal.h. Added test for signal.h, but left out unistd.h since we
already define SYS_UNIX -- which we should really check for instead...
The rest are cosmetic prototype or automake/autoconf fixes.
=====================
Lots of minor fixes and additions:
* Bump version info in configure.ac
* User editline.h added, installs to $prefix/include/editline.h
- Based on Debian package version, but heavily updated.
* Manpage installs to $prefix/share/man/man3/editline.3
- Also slightly updated with contents from Debian package.
* Revised README to mention existing Debian package, also cleaned
out the old README, which now lives in doc/README
* Add TODO file.
* Fix package description and make dist to bzip2 tarballs.