diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-02 23:09:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-02 23:09:01 +0000 |
commit | 06f55c0c1d28a6ef1462c54a94988112070a0c50 (patch) | |
tree | 485caa0a48ee6546fa98be3f2d9413d89e4c3bba /ChangeLog | |
parent | 00f5fcbb6cba4496fc9a80e90114762218bc7e1b (diff) | |
download | glibc-06f55c0c1d28a6ef1462c54a94988112070a0c50.tar.gz glibc-06f55c0c1d28a6ef1462c54a94988112070a0c50.tar.xz glibc-06f55c0c1d28a6ef1462c54a94988112070a0c50.zip |
Update.
2000-12-02 H.J. Lu <hjl@gnu.org> * locale/lc-time.c (_nl_init_era_entries): Pass L'\0' instead of '\0' to wcschr.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 71c4db430f..b85c7d10be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-02 H.J. Lu <hjl@gnu.org> + + * locale/lc-time.c (_nl_init_era_entries): Pass L'\0' instead of + '\0' to wcschr. + 2000-12-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/fpu/s_frexp.S: Add missing fwait. |