]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Sep 1998 22:23:09 +0000 (22:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Sep 1998 22:23:09 +0000 (22:23 +0000)
commite07a51b539aee5663361a60f6b3f7a5a75df52d5
tree36fa7504f082197bfa79c8643b9ab2d9f01296d0
parent390a4882ffd0e4092641ffdd6c0e017e41793d0c
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.
ChangeLog
time/strftime.c