diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-08-24 16:59:35 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-08-24 16:59:35 +0000 |
commit | 4b4a1363aa1a2ab778eb1eeb7db96f2d96b0316a (patch) | |
tree | e089402d9112063a4ef7ea5e0a33d16980fecfc7 /newlib/ChangeLog | |
parent | 11788f8ce076b1be50b22aa91b8f1302641666cb (diff) | |
download | cygnal-4b4a1363aa1a2ab778eb1eeb7db96f2d96b0316a.tar.gz cygnal-4b4a1363aa1a2ab778eb1eeb7db96f2d96b0316a.tar.bz2 cygnal-4b4a1363aa1a2ab778eb1eeb7db96f2d96b0316a.zip |
2009-08-24 Andy Koppe <andy.koppe@gmail.com>
* libc/ctype/iswspace.c (iswspace): Include "non-breaking
space" (U+00A0).
* libc/ctype/iswblank.c (iswblank): Likewise.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 2dcd6a483..b4677377c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2009-08-24 Andy Koppe <andy.koppe@gmail.com> + + * libc/ctype/iswspace.c (iswspace): Include "non-breaking + space" (U+00A0). + * libc/ctype/iswblank.c (iswblank): Likewise. + 2009-08-21 Corinna Vinschen <corinna@vinschen.de> * libc/locale/locale.c (loadlocale): Throughout check charset string |