diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-10 02:09:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-10 02:09:02 +0000 |
commit | 2b15132f986df6e8dcc2355f6e3e618550d1922b (patch) | |
tree | 353dc8f7cb396266db622345f1e02ec19764f612 /ChangeLog | |
parent | 5b643faffc5f43402854fdfc2bdd807ce719bbfb (diff) | |
download | glibc-2b15132f986df6e8dcc2355f6e3e618550d1922b.tar.gz glibc-2b15132f986df6e8dcc2355f6e3e618550d1922b.tar.xz glibc-2b15132f986df6e8dcc2355f6e3e618550d1922b.zip |
Update.
* locale/lc-time.c (_nl_parse_alt_digit): New function. * locale/localeinfo.h: Add prototype for it. * time/strptime.c (get_alt_number): Use _nl_parse_alt_digit to get the value. Correct computation of hour for %OI. If no %EC given but %Ey use numeric formular.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8332eabf2a..28c6a24f8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-08-09 Ulrich Drepper <drepper@redhat.com> + * locale/lc-time.c (_nl_parse_alt_digit): New function. + * locale/localeinfo.h: Add prototype for it. + * time/strptime.c (get_alt_number): Use _nl_parse_alt_digit to get + the value. Correct computation of hour for %OI. If no %EC given + but %Ey use numeric formular. + * dlfcn/Makefile (tststatic-ENV): Also add $(common-objpfx)elf for ld.so. |