diff options
author | Tom Tromey <tromey@redhat.com> | 2002-06-25 05:35:16 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2002-06-25 05:35:16 +0000 |
commit | defc6f8c588dc477bcbfc3cd08f7b3960425371f (patch) | |
tree | 7253cfa8b74b0820ea0765693b3296de64e64b67 /gdb/ChangeLog | |
parent | 007425f1be975b0f98ef5714fd5ee8a16eb9715c (diff) | |
download | gdb-defc6f8c588dc477bcbfc3cd08f7b3960425371f.zip gdb-defc6f8c588dc477bcbfc3cd08f7b3960425371f.tar.gz gdb-defc6f8c588dc477bcbfc3cd08f7b3960425371f.tar.bz2 |
* main.c: Marked all strings with _().
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8840ec5..72a8f7e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-06-24 Tom Tromey <tromey@redhat.com> + + * main.c: Marked all strings with _(). + 2002-06-24 Don Howard <dhoward@redhat.com> * memattr.c (create_mem_region): Treat hi == 0 as a special case |