diff options
author | John Gilmore <gnu@cygnus> | 1991-09-20 23:17:32 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-20 23:17:32 +0000 |
commit | 5f3d478e7debb774f55c82dd60e65af242863f83 (patch) | |
tree | e563cf4eba0b007ce3fef888117bf49e7de6b5af /gdb/ChangeLog | |
parent | 14e2990a5f8cb8dc6eb7dd976a91679e115a72ad (diff) | |
download | gdb-5f3d478e7debb774f55c82dd60e65af242863f83.zip gdb-5f3d478e7debb774f55c82dd60e65af242863f83.tar.gz gdb-5f3d478e7debb774f55c82dd60e65af242863f83.tar.bz2 |
* main.c (main): Avoid any output before (gdb) prompt when -q.
* language.c (set_language_command): Handle errors by restoring
the language string to its current state (fix from A. Beers).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 04f4e52..70830d5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 20 16:10:52 1991 John Gilmore (gnu at cygnus.com) + + * main.c (main): Avoid any output before (gdb) prompt when -q. + * language.c (set_language_command): Handle errors by restoring + the language string to its current state (fix from A. Beers). + Fri Sep 20 15:46:00 1991 Roland H. Pesch (pesch at cygnus.com) * doc/Makefile: generate aux version-no file doc/gdbVN.m4 |