diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-01-13 14:31:55 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-01-13 14:31:55 +0000 |
commit | 0ee339bc478ec8c35f4fee8998456bc33be0a3e2 (patch) | |
tree | bbb53b702b0664b4f46a686d3fe20b55f148a8c9 /gdb/doc/ChangeLog | |
parent | 687be931eb3d3064e1ae6026f0c415048d9914cf (diff) | |
download | gdb-0ee339bc478ec8c35f4fee8998456bc33be0a3e2.zip gdb-0ee339bc478ec8c35f4fee8998456bc33be0a3e2.tar.gz gdb-0ee339bc478ec8c35f4fee8998456bc33be0a3e2.tar.bz2 |
gdb/doc/
* gdbint.texinfo (Coding Standards): Require braces for two lines of
code.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2914190..8ef5340 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com> + Eli Zaretskii <eliz@gnu.org> + + * gdbint.texinfo (Coding Standards): Require braces for two lines of + code. + 2012-01-11 Paul Hilfinger <hilfingr@adacore.com> * gdb.texinfo (Variables): Document use of :: for non-static |