diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-01-15 01:12:49 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-01-15 01:12:49 +0000 |
commit | d6dc958030452274bbf3fc6795c6d1f84a5100be (patch) | |
tree | 0f7705e21346fa80c7f5a69d4637e1be82515d4b /gdb/doc/ChangeLog | |
parent | 1206c6599d41da0ced4f0422f4b0081bf73bdf3b (diff) | |
download | gdb-d6dc958030452274bbf3fc6795c6d1f84a5100be.zip gdb-d6dc958030452274bbf3fc6795c6d1f84a5100be.tar.gz gdb-d6dc958030452274bbf3fc6795c6d1f84a5100be.tar.bz2 |
* Makefile.in (GDBvn.texi): Fix match expression to work with
current format of VERSION in gdb/Makefile.in.
* gdb.texinfo: Fix node ref to match new readline.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fb17003..df6f260 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com> + + * Makefile.in (GDBvn.texi): Fix match expression to work with + current format of VERSION in gdb/Makefile.in. + * gdb.texinfo: Fix node ref to match new readline. + Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com> * gdb.texinfo: Changes made as part of a project to merge in @@ -9,7 +15,6 @@ Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com> some HPUX specific limitations for shared library support. There are also a number of @node changes. - 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com) |