diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-10 20:05:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-10 20:05:23 +0000 |
commit | fb2bc93c76d416c3af4c99016c307b2358968121 (patch) | |
tree | 92db2a2875e07f9babc32722de3e7607136a9797 | |
parent | b1b54458af706a5eef0f7a76d06ce93f8cbd806b (diff) | |
download | glibc-fb2bc93c76d416c3af4c99016c307b2358968121.tar.gz glibc-fb2bc93c76d416c3af4c99016c307b2358968121.tar.xz glibc-fb2bc93c76d416c3af4c99016c307b2358968121.zip |
Update.
2002-08-10 Ulrich Drepper <drepper@redhat.com> * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit, iswtolower, iswtoupper): Add libc_hidden_def.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4657b6aebc..fc48660e9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-08-10 Ulrich Drepper <drepper@redhat.com> + + * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, + iswxdigit, iswtolower, iswtoupper): Add libc_hidden_def. + 2002-08-10 Andreas Jaeger <aj@suse.de> * sysdeps/i386/strchr.S: Add comment. |