diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-26 17:23:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-26 17:23:23 +0000 |
commit | 0dcd613f587725b5458606ad4c04270ce624f099 (patch) | |
tree | b9b5e0ed89071092932d244a9cb1786c75e75f51 /gdb/ChangeLog | |
parent | 6a5709a5a18aabe5b4f7f14ddfd758af3eaa9a31 (diff) | |
download | fsf-binutils-gdb-0dcd613f587725b5458606ad4c04270ce624f099.zip fsf-binutils-gdb-0dcd613f587725b5458606ad4c04270ce624f099.tar.gz fsf-binutils-gdb-0dcd613f587725b5458606ad4c04270ce624f099.tar.bz2 |
Index: ChangeLog
2004-02-26 Andrew Cagney <cagney@redhat.com>
Fix PR i18n/1570.
* charset.c (backslashable, backslashed, represented): Remove 'e'
from list of escaped characters, not part of ISO-C.
Index: charset.c
Index: testsuite/ChangeLog
2004-02-26 Andrew Cagney <cagney@redhat.com>
Fix PR i18n/1570.
* gdb.base/charset.c: Update copyright notice.
(main, init_string): Remove the escape character '\e' tests.
* gdb.base/printcmds.exp (test_print_all_chars): Ditto.
* gdb.base/charset.exp (valid_host_charset): Ditto.
* gdb.base/setvar.exp: Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f8d4d3c..cf8f63d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-02-26 Andrew Cagney <cagney@redhat.com> + + Fix PR i18n/1570. + * charset.c (backslashable, backslashed, represented): Remove 'e' + from list of escaped characters, not part of ISO-C. + 2004-02-25 J. Brobecker <brobecker@gnat.com> From Peter Schauer <schauer@pdf.de>: |