diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-25 22:23:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-25 22:23:09 +0000 |
commit | e07a51b539aee5663361a60f6b3f7a5a75df52d5 (patch) | |
tree | 36fa7504f082197bfa79c8643b9ab2d9f01296d0 /ChangeLog | |
parent | 390a4882ffd0e4092641ffdd6c0e017e41793d0c (diff) | |
download | glibc-e07a51b539aee5663361a60f6b3f7a5a75df52d5.zip glibc-e07a51b539aee5663361a60f6b3f7a5a75df52d5.tar.gz glibc-e07a51b539aee5663361a60f6b3f7a5a75df52d5.tar.bz2 |
Update.
* time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
allow using `ut' parameter.
[!emacs]: Define ut_argument, ut_argument_spec, and
ut_argument_spec_iso as empty. Define ut to 0. Add ut_argument and
argument_spec to prototypes and definitions.
(my_strftime): Don't call tzset of ut != 0.
Compute diff as 0 is ut != 0;
[emacs]: Define new emacs_strftime function.
Based on a patch by Paul Eggert.
1998-09-24 Paul Eggert <eggert@twinsun.com>
* time/strftime.c (my_strftime): When asking for the length of the
subformatted buffer, do not limit the length to look for;
otherwise, we have no reliable way to distinguish between the
empty buffer and an error.
1998-09-25 Ulrich Drepper <drepper@cygnus.com>
* debug/catchsegv.sh: Also produce output if clone process died.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,5 +1,25 @@ 1998-09-25 Ulrich Drepper <drepper@cygnus.com> + * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu. + Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to + allow using `ut' parameter. + [!emacs]: Define ut_argument, ut_argument_spec, and + ut_argument_spec_iso as empty. Define ut to 0. Add ut_argument and + argument_spec to prototypes and definitions. + (my_strftime): Don't call tzset of ut != 0. + Compute diff as 0 is ut != 0; + [emacs]: Define new emacs_strftime function. + Based on a patch by Paul Eggert. + +1998-09-24 Paul Eggert <eggert@twinsun.com> + + * time/strftime.c (my_strftime): When asking for the length of the + subformatted buffer, do not limit the length to look for; + otherwise, we have no reliable way to distinguish between the + empty buffer and an error. + +1998-09-25 Ulrich Drepper <drepper@cygnus.com> + * math/Makefile (gmp-objs): Add mp_clz_tab. 1998-09-25 David S. Miller <davem@pierdol.cobaltmicro.com> @@ -25,7 +45,7 @@ 1998-09-24 Ulrich Drepper <drepper@cygnus.com> - * debug/catchsegv.sh: Also produce output if cloned process died. + * debug/catchsegv.sh: Also produce output if clone process died. 1998-09-24 Paul Eggert <eggert@twinsun.com> |