diff options
author | John Gilmore <gnu@cygnus> | 1991-05-19 14:52:42 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-19 14:52:42 +0000 |
commit | 49e40d8a8e842384088fefaf316a9e7c77f66f41 (patch) | |
tree | ff32e7265ed13cddb9ea8245e59623b5a88cb58f /readline/ChangeLog | |
parent | de55ca0ee78e5fcb27ca7efd5a63e694850fd48c (diff) | |
download | gdb-49e40d8a8e842384088fefaf316a9e7c77f66f41.zip gdb-49e40d8a8e842384088fefaf316a9e7c77f66f41.tar.gz gdb-49e40d8a8e842384088fefaf316a9e7c77f66f41.tar.bz2 |
Update for readline split.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r-- | readline/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 5136177..3eec402 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,15 @@ +Sun May 19 07:49:34 1991 John Gilmore and Rich Pixley (at cygnus.com) + + Make readline independent of the applications that use it. + + * readline.h, keymaps.h: include other include files with "foo.h" + rather than <readline/foo.h>. This works here, and works when + included from other applications. + + * Makefile.in: Create template for configurable Makefile. + This version is not ready for prime time, so we have left + Makefile itself (the original version) too. + Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org) * Signals are now supposedly handled inside of SYSV compilation. |