diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-05 05:14:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-05 05:14:34 +0000 |
commit | cd16d64de2ef6cbce28d7c9a5d8c4186814bb558 (patch) | |
tree | b98ea27a18b1ad3f0c72e9cc2f6b49f798981b41 /ChangeLog | |
parent | a3bfd999946833ebfa42fd0626d98b78ee1f33e6 (diff) | |
download | glibc-cd16d64de2ef6cbce28d7c9a5d8c4186814bb558.tar.gz glibc-cd16d64de2ef6cbce28d7c9a5d8c4186814bb558.tar.xz glibc-cd16d64de2ef6cbce28d7c9a5d8c4186814bb558.zip |
Update.
* locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISNCTRL bit for characters >= 0x80. (_nl_C_LC_CTYPE_class32): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 304761c580..ccf137f68e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-01-04 Ulrich Drepper <drepper@cygnus.com> + * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISNCTRL bit for + characters >= 0x80. + (_nl_C_LC_CTYPE_class32): Likewise. + * rt/aio.h (struct aioinit): Replace one aio_reserved value with aio_idle_time. * rt/aio_misc.c: Rewrite to not automatically terminate worker threads |