diff options
author | Thomas Lord <lord@cygnus> | 1993-11-09 21:15:55 +0000 |
---|---|---|
committer | Thomas Lord <lord@cygnus> | 1993-11-09 21:15:55 +0000 |
commit | eb279da1db5882e5332625f6bbe28ad053957a9e (patch) | |
tree | 9446913d46402446a3ed385b580bec0e2eae024e /gdb | |
parent | a5ccdad1fcaacb2c0943ed562d2f9176bffe742d (diff) | |
download | gdb-eb279da1db5882e5332625f6bbe28ad053957a9e.zip gdb-eb279da1db5882e5332625f6bbe28ad053957a9e.tar.gz gdb-eb279da1db5882e5332625f6bbe28ad053957a9e.tar.bz2 |
Fixed too many args to putc_unfiltered.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 244774e..8d5c34e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 9 12:48:06 1993 Tom Lord (lord@cygnus.com) + + * remote-hms.c (hms_wait): fixed too many arguments to putc_unfiltered. + Tue Nov 9 12:20:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * utils.c (quit): Also call gdb_flush on standard output and error. @@ -147,6 +151,11 @@ Tue Nov 2 16:28:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com) "set shell" rather than having "set env SHELL" affect GDB's operation. +Tue Nov 2 15:03:08 1993 Tom Lord (lord@rtl.cygnus.com) + + * utils.c (vfprintf_unfiltered): don't use maybe_filtered + since it involves a fixed size buffer. + Tue Nov 2 13:42:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * findvar.c (value_of_register, value_from_register), |