diff options
author | Nick Clifton <nickc@redhat.com> | 2001-04-27 15:42:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-04-27 15:42:21 +0000 |
commit | 1c529ca6488b839df9511b0916ea74beade5d799 (patch) | |
tree | e853a06aa11bb3dd484fc3cab0285403ae910453 /binutils/ChangeLog | |
parent | 87e6d782173c2d21d5f7ee1510a3b4f27a1fe68e (diff) | |
download | gdb-1c529ca6488b839df9511b0916ea74beade5d799.zip gdb-1c529ca6488b839df9511b0916ea74beade5d799.tar.gz gdb-1c529ca6488b839df9511b0916ea74beade5d799.tar.bz2 |
Support printable characters outside of the ASCII range
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 49d5064..73d2c14 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz> + + * strings.c (isgraphic): Do not use isascii() unless it is needed + for isprint() to work. + (main): Set the locale domain to LC_ALL not just LC_MESSAGES. + 2001-04-27 Johan Rydberg <jrydberg@opencores.org> * NEWS: Announce support for OpenRISC. |