aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2001-01-31 15:46:36 +0000
committerDavid Smith <dsmith@redhat.com>2001-01-31 15:46:36 +0000
commit27b82ed26e4c5d8012bc78a194a50417e324e87a (patch)
treeb336a926fbce442d5a7bee8da6da06554c0b776b /gdb/ChangeLog
parentab9cc815369e9217a8e04978b9365a5a16f6d7b7 (diff)
downloadgdb-27b82ed26e4c5d8012bc78a194a50417e324e87a.zip
gdb-27b82ed26e4c5d8012bc78a194a50417e324e87a.tar.gz
gdb-27b82ed26e4c5d8012bc78a194a50417e324e87a.tar.bz2
2001-01-31 David Smith <dsmith@redhat.com>
* event-loop.c: Change inclusion of string.h to gdb_string.h and updated the copyright notice. * ser-pipe.c: Ditto. * mi/mi-cmds.c: Ditto. * mi/mi-console.c: Ditto. * mi/mi-getopt.c: Ditto. * mi/mi-parse.c: Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cd21650..5d52559 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2001-01-31 David Smith <dsmith@redhat.com>
+ * event-loop.c: Change inclusion of string.h to gdb_string.h and
+ updated the copyright notice.
+ * ser-pipe.c: Ditto.
+ * mi/mi-cmds.c: Ditto.
+ * mi/mi-console.c: Ditto.
+ * mi/mi-getopt.c: Ditto.
+ * mi/mi-parse.c: Ditto.
+
+2001-01-31 David Smith <dsmith@redhat.com>
+
* MAINTAINERS: Add David Smith to Write After Approval list.
Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>