diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-12 04:52:27 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-12 04:52:27 +0000 |
commit | c21b1b266083751c0860cca335362910e1b08c41 (patch) | |
tree | 6363deefdb69997f71cc7cba97c5638e6ee23695 /readline/ChangeLog | |
parent | 3509822c486f47896444736d07aa8d0eb19b5578 (diff) | |
download | gdb-c21b1b266083751c0860cca335362910e1b08c41.zip gdb-c21b1b266083751c0860cca335362910e1b08c41.tar.gz gdb-c21b1b266083751c0860cca335362910e1b08c41.tar.bz2 |
Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com)
* Makefile.in: Use the MINUS_G no-debug convention
* readline.c: (many_places) move all the declarations of rindex to
only one place, to reduce the number of warnings it makes.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r-- | readline/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 38d7f2e..7596307 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com) + + * Makefile.in: Use the MINUS_G no-debug convention + * readline.c: (many_places) move all the declarations of rindex to + only one place, to reduce the number of warnings it makes. + Sat Nov 9 03:19:40 1991 John Gilmore (gnu at cygnus.com) * configure.in: Make a link for sysdep.h. Specify commontargets. |