diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-01-05 02:31:51 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-01-05 02:31:51 +0000 |
commit | 18b1e896d44de4ada7fb41710880c2fd8fcc1cef (patch) | |
tree | 008b86ad2c3abfabead88cb7fc1108b3e721239f /gdb/doc/ChangeLog | |
parent | d951f9e4f9613c4bf3cf5e4b5d174fb98b84674a (diff) | |
download | gdb-18b1e896d44de4ada7fb41710880c2fd8fcc1cef.zip gdb-18b1e896d44de4ada7fb41710880c2fd8fcc1cef.tar.gz gdb-18b1e896d44de4ada7fb41710880c2fd8fcc1cef.tar.bz2 |
* gdbint.texinfo: Expand on GDB's coding standards,
specify the use of arg names with prototypes.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a75ee60..d64f991 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com> + + * gdbint.texinfo: Expand on GDB's coding standards, + specify the use of arg names with prototypes. + 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com> * gdb.texinfo: Fix tipo. |