summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>2001-09-10 18:12:38 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>2001-09-10 18:12:38 +0000
commite2357e153f14c189833b936192213742e487b86b (patch)
treea52804707e6f5484b2a74a83c695e40345257ece
parent462f970ca84dafab2d35d0b3931a04ea6bfe95ee (diff)
downloadgdb-e2357e153f14c189833b936192213742e487b86b.tar.gz
2001-09-10 Jason Molenda (jmolenda@apple.com)
* NEWS: "ANS/ISO C" -> "ISO C". * MAINTAINERS (write-after-approval): Update my entry.
-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 66b7514dc49..aedc944a3a8 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-08-24 Andrew Cagney <ac131313@redhat.com>
* regcache.c (read_register_bytes): When REGISTER_NAME indicates
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 264a2d6e493..1ca1aa35421 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 a251a7ebff5..f88f28b61f6 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.