From: Jim Meyering Date: Sat, 12 Jul 1997 22:53:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16c~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee81a6190f122579aaf70c73124be18d0aea2af4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 00fb2378a5..68d57a7bb8 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,16 @@ 1997-07-12 Jim Meyering + * src/date.c (MAYBE_SET_TZ_UTC0): New macro. + (set_tz): New function. + (batch_convert): If necessary, save the initial value of TZ and + for each date in the file, restore it before each call to get_date, + then set it to UTC0 before each show_date call. + (main): Don't set TZ before calling get_date. + Set TZ after get_date call and before show_date call. + Reported by Matthew Braun. + * tests/date/Test.pm: Add new tests for this bug. + Add new examples from documentation. + * stpcpy.c: New file. * configure.in (AC_REPLACE_FUNCS): Add stpcpy.c