diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-28 19:08:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-28 19:08:57 +0000 |
commit | fa69dc9caf8fff3e7ebb6da6dbbe144b314277f4 (patch) | |
tree | 41f24eda2791e0b10f114fc1a8dcc70fa207df3e /ChangeLog | |
parent | 7b503bcc1373670a4456ba8f4a5ccfce712347d1 (diff) | |
download | glibc-fa69dc9caf8fff3e7ebb6da6dbbe144b314277f4.tar.gz glibc-fa69dc9caf8fff3e7ebb6da6dbbe144b314277f4.tar.xz glibc-fa69dc9caf8fff3e7ebb6da6dbbe144b314277f4.zip |
* include/time.h (enum ptime_locale_status): Remove.
(__strptime_internal): Remove decided and era_cnt arguments, add statep argument. * time/strptime_l.c (__strptime_internal): Remove decided and era_cnt arguments, add statep argument. Don't recompute any fields in recursive calls, only update caller's tm and state, if recursive call fails, don't change tm nor any state. (get_alt_number): Adjust. (recursive): Adjust caller. (strptime): Likewise. * time/strptime.c (strptime): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 252207f1b6..b2d9424fc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-07-20 Jakub Jelinek <jakub@redhat.com> + + * include/time.h (enum ptime_locale_status): Remove. + (__strptime_internal): Remove decided and era_cnt arguments, + add statep argument. + * time/strptime_l.c (__strptime_internal): Remove decided + and era_cnt arguments, add statep argument. Don't recompute + any fields in recursive calls, only update caller's tm + and state, if recursive call fails, don't change tm nor + any state. + (get_alt_number): Adjust. + (recursive): Adjust caller. + (strptime): Likewise. + * time/strptime.c (strptime): Likewise. + 2007-07-19 Jakub Jelinek <jakub@redhat.com> * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code. |