aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-10-16 10:20:52 +0000
committerJohn Gilmore <gnu@cygnus>1992-10-16 10:20:52 +0000
commit0a9266896a8b50d88a009d0efee3dca42d4b21fa (patch)
treef9145f1ac20d136d37199c732683760c39aa30ac /include/ChangeLog
parent5a56198d68b7f6d75934a5167a1e0bb246bd1c44 (diff)
downloadgdb-0a9266896a8b50d88a009d0efee3dca42d4b21fa.zip
gdb-0a9266896a8b50d88a009d0efee3dca42d4b21fa.tar.gz
gdb-0a9266896a8b50d88a009d0efee3dca42d4b21fa.tar.bz2
* getopt.h (struct option): RMS decided we should do it the other way.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 2f038ae..08bd911 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 16 03:17:08 1992 John Gilmore (gnu@cygnus.com)
+
+ * getopt.h (struct option): RMS decided we should do it the
+ other way.
+
Thu Oct 15 21:43:22 1992 K. Richard Pixley (rich@sendai.cygnus.com)
* getopt.h (struct option): use the provided enum for has_arg.