]> git.draconx.ca Git - cdecl99.git/commit
Add basic readline history support.
authorNick Bowler <nbowler@draconx.ca>
Thu, 30 Aug 2012 00:29:03 +0000 (20:29 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 30 Aug 2012 00:29:03 +0000 (20:29 -0400)
commit99cde35bb58605e86541acd812860c222e375af2
treea23ce24e6c386e37985c017b823baaaa10510615
parent0b82602331f058f1dea9fee1ecc37c503576855b
Add basic readline history support.

Bump gnulib as later versions include a free check for history.h
already, then implement a wrapper for add_history that should work
even when support is not available.
Makefile.am
configure.ac
gnulib
m4/.gitignore
m4/gnulib-cache.m4
src/cdecl99.c
src/history.h [new file with mode: 0644]