aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2001-09-10 18:13:17 +0000
committerJason Molenda <jmolenda@apple.com>2001-09-10 18:13:17 +0000
commit6d6b80e5eb9a954a01d11f1a54ee887049ccbb1b (patch)
tree22ed35ed45db6dc0146ebcd0db42e3d034267d50 /gdb
parent16a572840c7f086da525710704da24e8f3436b0b (diff)
downloadgdb-6d6b80e5eb9a954a01d11f1a54ee887049ccbb1b.zip
gdb-6d6b80e5eb9a954a01d11f1a54ee887049ccbb1b.tar.gz
gdb-6d6b80e5eb9a954a01d11f1a54ee887049ccbb1b.tar.bz2
2001-09-10 Jason Molenda (jmolenda@apple.com)
* NEWS: "ANS/ISO C" -> "ISO C". * MAINTAINERS (write-after-approval): Update my entry.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/MAINTAINERS2
-rw-r--r--gdb/NEWS4
3 files changed, 8 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0722af1..11c851b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-10 Jason Molenda (jmolenda@apple.com)
+
+ * NEWS: "ANS/ISO C" -> "ISO C".
+ * MAINTAINERS (write-after-approval): Update my entry.
+
2001-09-08 Mark Kettenis <kettenis@gnu.org>
* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 09c664a..1c34e20 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -344,7 +344,7 @@ Jim Kingdon jkingdon@engr.sgi.com ++
Jonathan Larmour jlarmour@redhat.co.uk
H.J. Lu hjl@lucon.org
Glen McCready gkm@redhat.com
-Jason Molenda jsm@redhat.com
+Jason Molenda jmolenda@apple.com
Pierre Muller muller@sourceware.redhat.com
Alexandre Oliva aoliva@redhat.com
Mark Salter msalter@redhat.com
diff --git a/gdb/NEWS b/gdb/NEWS
index a251a7e..f88f28b 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -51,9 +51,9 @@ ARM RISCix arm-*-* (as host)
Tahoe tahoe-*-*
ser-ocd.c *-*-*
-* GDB has been converted to ANS/ISO C.
+* GDB has been converted to ISO C.
-GDB's source code has been converted to ANS/ISO C. In particular, the
+GDB's source code has been converted to ISO C. In particular, the
sources are fully protoized, and rely on standard headers being
present.