diff options
author | John Gilmore <gnu@cygnus> | 1991-05-15 17:36:32 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-15 17:36:32 +0000 |
commit | a37c68f7a2c05e327fe99130c89dc60c8f5e448b (patch) | |
tree | 2f9196e55aeba013640b77542aa9985640052ee5 /gdb | |
parent | 68cf97936e9f27207c7af8ddd25cee9c13b00459 (diff) | |
download | gdb-a37c68f7a2c05e327fe99130c89dc60c8f5e448b.zip gdb-a37c68f7a2c05e327fe99130c89dc60c8f5e448b.tar.gz gdb-a37c68f7a2c05e327fe99130c89dc60c8f5e448b.tar.bz2 |
readline update
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bc48e53..fd81458 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed May 15 10:32:12 1991 John Gilmore (gnu at cygint.cygnus.com) + + * readline/readline.c (update_line): Avoid dereferencing a pointer + before comparing it to its bounds. Saber caught this. + (init_terminal_io): Don't set BC from the "pc=" termcap variable, + and only set PC if tgetstr returned non-null. Saber caught this. + Tue May 14 16:29:53 PDT 1991 Roland Pesch (pesch at cygint.cygnus.com) * Makefile.dist: put gdb.dvi stuff (updated to use M4 preprocessor |