diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 10:14:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 10:14:01 +0000 |
commit | a9d755661b74c081f57e249027a9bcea5b079031 (patch) | |
tree | 36712cf65f1ce58058afaaabf483fbe9a71d2873 /ChangeLog | |
parent | a25f2023916cf86dca8a1dc89df5518dcbefa11a (diff) | |
download | glibc-a9d755661b74c081f57e249027a9bcea5b079031.tar.gz glibc-a9d755661b74c081f57e249027a9bcea5b079031.tar.xz glibc-a9d755661b74c081f57e249027a9bcea5b079031.zip |
Update.
* locale/programs/locale-spec.c (locale_special): Take care of possible trigraph sequence. Patch by Zack Weinberg <zack@rabi.columbia.edu>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 78fc7cce87..e131f77af8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-01-27 Ulrich Drepper <drepper@cygnus.com> + * locale/programs/locale-spec.c (locale_special): Take care of + possible trigraph sequence. + Patch by Zack Weinberg <zack@rabi.columbia.edu>. + * time/strptime.c (strptime_internal, case 's'): Initialize secs to zero. Patch by Bruce Elliott <bde@nwlink.com>. |