diff options
author | Per Bothner <per@bothner.com> | 1994-02-15 22:31:19 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1994-02-15 22:31:19 +0000 |
commit | f550cec5b1461950b9f3bea04cb89263143171c5 (patch) | |
tree | 62fc7aee62d2c4edb136845f1ad79d07973fcef4 /readline/ChangeLog | |
parent | 848743c1b688d0764c4293e635318b9d052040b5 (diff) | |
download | gdb-f550cec5b1461950b9f3bea04cb89263143171c5.zip gdb-f550cec5b1461950b9f3bea04cb89263143171c5.tar.gz gdb-f550cec5b1461950b9f3bea04cb89263143171c5.tar.bz2 |
* readline.c (_rl_output_character_function), display.c:
Return int, not void, to conform with the expected arg of tputs.
* readline.c (init_terminal_io): tgetflag only takes 1 arg.
* readline.c (_rl_savestring): New function.
* chardefs.h: To avoid conflicts and/or warnings, define
savestring as a macro wrapper for _rl_savestring.
* display.c (extern term_xn): It's an int flag, not a string.
* charsdefs.h, rldefs.h: Remove HAVE_STRING_H-related junk.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r-- | readline/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 3a6530d..cdd32d2 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,14 @@ +Tue Feb 15 14:07:08 1994 Per Bothner (bothner@kalessin.cygnus.com) + + * readline.c (_rl_output_character_function), display.c: + Return int, not void, to conform with the expected arg of tputs. + * readline.c (init_terminal_io): tgetflag only takes 1 arg. + * readline.c (_rl_savestring): New function. + * chardefs.h: To avoid conflicts and/or warnings, define + savestring as a macro wrapper for _rl_savestring. + * display.c (extern term_xn): It's an int flag, not a string. + * charsdefs.h, rldefs.h: Remove HAVE_STRING_H-related junk. + Sat Feb 5 08:32:30 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * Makefile.in: Remove obsolete rules for history.info and |