diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-12 22:53:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-12 22:53:07 +0000 |
commit | ee81a6190f122579aaf70c73124be18d0aea2af4 (patch) | |
tree | 1f56b44b6cf84a4e8c06eadeb6e197ab7067d49b /old/sh-utils/ChangeLog | |
parent | d1a07e1ad2708bac453a86746f7fc1c2d91de92e (diff) | |
download | coreutils-ee81a6190f122579aaf70c73124be18d0aea2af4.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r-- | old/sh-utils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 00fb2378a..68d57a7bb 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,16 @@ 1997-07-12 Jim Meyering <meyering@na-net.ornl.gov> + * 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 |