diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-02-21 20:27:41 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-02-21 20:27:41 +0000 |
commit | 7f4b4b71a2759756550366412ff297262e307138 (patch) | |
tree | 461f88e7e59cfff79661339c525e8ba12527b1db | |
parent | bf150019d738c4219bc464ad66fcd55c859ac04c (diff) | |
download | gdb-7f4b4b71a2759756550366412ff297262e307138.zip gdb-7f4b4b71a2759756550366412ff297262e307138.tar.gz gdb-7f4b4b71a2759756550366412ff297262e307138.tar.bz2 |
* top.c (print_gdb_version): Update the year.
-rw-r--r-- | gdb/ChangeLog | 13 | ||||
-rw-r--r-- | gdb/top.c | 2 |
2 files changed, 11 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1c26af2..86b5499 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,10 @@ +Tue Feb 21 11:47:26 1995 Stan Shebs <shebs@andros.cygnus.com> + + * top.c (print_gdb_version): Update the year. + Sun Feb 19 14:31:57 1995 Jim Kingdon <kingdon@rtl.cygnus.com> - * Makefile.in (CC_FOR_TARGET,CXX_FOR_TARGET): Look for newlib in + * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Look for newlib in `..' not in `../..'. Sun Feb 19 11:05:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) @@ -31,9 +35,11 @@ Wed Feb 15 12:33:20 1995 Michael Meissner <meissner@tiktok.cygnus.com> Tue Feb 14 17:16:41 1995 Stu Grossman (grossman@cygnus.com) - * annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace + * annotate.c, breakpoint.c, defs.h, top.c: Replace enable/disable_breakpoint_hook with modify_breakpoint_hook. - * gdbtk.c: General cleanups, get rid of unused variables. Redo +start-sanitize-gdbtk + * gdbtk.c: Ditto. + * gdbtk.c: General cleanups, get rid of unused variables. Redo handling of stdout/stderr to just return output as the result of the tcl command that caused the output. Cleanup -Wall stuff. * (breakpoint_notify): Now returns just action and breakpoint @@ -67,6 +73,7 @@ Tue Feb 14 17:16:41 1995 Stu Grossman (grossman@cygnus.com) of implicit I/O to the command window. * (create_command_window): Use new result protocol to get output from commands. +end-sanitize-gdbtk Tue Feb 14 16:58:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com) @@ -2711,7 +2711,7 @@ GDB %s (%s", version, host_name); fprintf_filtered (stream, "), "); wrap_here(""); - fprintf_filtered (stream, "Copyright 1994 Free Software Foundation, Inc."); + fprintf_filtered (stream, "Copyright 1995 Free Software Foundation, Inc."); } /* ARGSUSED */ |