coreutils-announce
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Coreutils-announce] sh-utils-2.0.15 released


From: Jim Meyering
Subject: [Coreutils-announce] sh-utils-2.0.15 released
Date: Thu, 08 Aug 2002 18:30:49 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

This fixes a bug in configure that I introduced.
Thanks to Andreas Schwab for the fixes.
Paul Eggert fixed a tiny problem with date.
I *really* hope this is the last sh-utils release :-)

With any luck, the next time you see a release of these tools,
it'll be in a test release of the coreutils package.

Jim
-------

  ftp://alpha.gnu.org/gnu/fetish/sh-utils-2.0.15.tar.gz   (2.1 MB)
  ftp://alpha.gnu.org/gnu/fetish/sh-utils-2.0.15.tar.bz2  (1.5 MB)
  http://fetish.sf.net/sh-utils-2.0.15.tar.gz   (2.1 MB)
  http://fetish.sf.net/sh-utils-2.0.15.tar.bz2  (1.5 MB)

And here are xdelta-style diffs

  ftp://alpha.gnu.org/gnu/fetish/sh-utils-2.0.14-2.0.15.xdelta   (44 KB)
  http://fetish.sf.net/sh-utils-2.0.14-2.0.15.xdelta   (44 KB)

Here are the MD5 and SHA1 signatures:

037d0a329a943d110dcc4028ab6d5667  sh-utils-2.0.15.tar.gz
cb66586847bd5a12b6809aabd448ab1f  sh-utils-2.0.15.tar.bz2
cb4a53c332aade1ca3e83ebeddb0d30e  sh-utils-2.0.14-2.0.15.xdelta
0afb1a5c068026946bcf86dce03a58c233502367  sh-utils-2.0.15.tar.gz
1fcc960a5cae69dc06b29074d753673096c11e31  sh-utils-2.0.15.tar.bz2
5cb5c8f425f4ee1637b159a6805ec2e8f47e5e1d  sh-utils-2.0.14-2.0.15.xdelta

NEWS:

ChangeLog entries:

**********************************************************************
ChangeLog       8 Aug 2002 09:02:10 -0000       1.792
**********************************************************************
2002-08-08  Jim Meyering  <address@hidden>

        * Version 2.0.15.

2002-08-05  Paul Eggert  <address@hidden>

        Fix some minor time-related bugs with POSIX time arguments.
        Some valid time stamps were being rejected (notably -1, and
        time stamps before 1900 on 64-bit hosts).  And some invalid
        time stamps were being accepted, e.g. September 31.

        * src/date.c (main): Adjust to posixtime signature change.

2002-08-05  Jim Meyering  <address@hidden>

        * configure.ac: Change $am_cv_sys_posix_termios to
        $ac_cv_sys_posix_termios.  From Andreas Schwab.


**********************************************************************
lib/ChangeLog   7 Aug 2002 22:03:24 -0000       1.369
**********************************************************************
2002-08-05  Paul Eggert  <address@hidden>

        Fix some minor time-related bugs with POSIX time arguments.
        Some valid time stamps were being rejected (notably -1, and
        time stamps before 1900 on 64-bit hosts).  And some invalid
        time stamps were being accepted, e.g. September 31.

        * lib/posixtm.h (posixtime): Return bool instead of time_t, so
        that we can return (time_t) -1 successfully.
        * lib/posixtm.c: Likewise.
        [HAVE_STDBOOL_H]: Include <stdbool.h>.
        (bool, false, true) [!HAVE_STDBOOL_H]: New type.
        (t): Remove static var.
        (year, posix_time_parse): Now takes struct tm * arg to modify, instead
        of static var.  All uses changed.
        (year): Do not reject years before 1900; they can occur with
        64-bit time_t.
        (posix_time_parse): Do not check for out-of-range components;
        that is now the caller's responsibility, since our checks were
        only approximations.
        (posixtime): Use mktime to check for out-of-range components,
        since it knows them exactly.
        If mktime returns (time_t) -1, check whether an error actually occurred
        by invoking localtime on -1.
        (main) [TEST_POSIXTIME]: Check for input data errors, and report
        posixtime failures better.
        Improve the test data (in comments only).


**********************************************************************
m4/ChangeLog    5 Aug 2002 11:51:50 -0000       1.422
**********************************************************************
2002-08-05  Jim Meyering  <address@hidden>

        * jm-winsz1.m4: Also change use of $am_cv_sys_posix_termios
        to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]