*** empty log message ***
[coreutils.git] / ChangeLog
blob4cbc1751a4ed9bde7821c87c63341579702a632d
1 2002-08-07  Jim Meyering  <meyering@lucent.com>
3         * Version 0.1.0.
5 2002-08-05  Paul Eggert  <eggert@twinsun.com>
7         Fix some minor time-related bugs with POSIX time arguments.
8         Some valid time stamps were being rejected (notably -1, and
9         time stamps before 1900 on 64-bit hosts).  And some invalid
10         time stamps were being accepted, e.g. September 31.
12         * src/date.c (main): Adjust to posixtime signature change.
13         * src/touch.c (main): Likewise.  Remove unnecessary initialization.
14         Use localtime, not posixtm, to warn about obsolete "touch".
16 2002-08-05  Jim Meyering  <meyering@lucent.com>
18         * tests/misc/Makefile.am (TESTS): Add nice and pathchk1.
20 2002-08-04  Jim Meyering  <meyering@lucent.com>
22         * src/Makefile.am (check-README): New target/rule.
23         (check): Depend on it.
25         * configure.ac (AC_CONFIG_FILES): Add old/Makefile and old/*/Makefile.
27 2002-08-03  Jim Meyering  <meyering@lucent.com>
29         * Makefile.am (SUBDIRS): Add old.
30         * old/: New directory, containing legacy ChangeLog* and NEWS files
31         from the fileutils, sh-utils, and textutils packages.
33         * src/Makefile.am (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false.
35 2002-08-02  Paul Eggert  <eggert@twinsun.com>
37         * NEWS, doc/coreutils.texi: uniq now obeys LC_COLLATE.
39         * src/uniq.c: Include hard-locale.h, xmemcoll.h.
40         (hard_LC_COLLATE): New var.
41         (different): Args are now char *, not const char *.
42         Use xmemcoll instead of memcmp to compare lines, so that
43         LC_COLLATE has effect.  However, use memcmp if it is an
44         easy locale.
45         (check_file): Do not include newline in comparison, so that
46         xmemcoll has a byte to stomp on temporarily.
47         (main): Set hard_LC_COLLATE.
49 2002-07-29  Jim Meyering  <meyering@lucent.com>
51         * Makefile.am (SUBDIRS): Remove djgpp, for now.
53 2002-07-08  Jim Meyering  <meyering@lucent.com>
55         * src/Makefile.am (uninstall-local): Search for @GNU_PACKAGE@,
56         rather than the hard-coded `sh-utils'.
58 2002-07-01  Jim Meyering  <meyering@lucent.com>
60         * configure.ac: Merge the three files from fileutils,
61         textutils, and sh-utils.
62         * Makefile.am: Likewise.
63         * src/Makefile.am: Likewise.
65 Local Variables:
66 version-control: never
67 End: