1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00
Files
coreutils/ChangeLog

36 lines
1.1 KiB
Plaintext
Raw Normal View History

2002-08-03 16:44:43 +00:00
2002-08-03 Jim Meyering <meyering@lucent.com>
2002-07-29 10:35:17 +00:00
2002-07-29 10:35:22 +00:00
* Version 0.1.0.
2002-08-03 16:44:43 +00:00
* src/Makefile.am (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false.
2002-08-02 14:42:45 +00:00
2002-08-02 Paul Eggert <eggert@twinsun.com>
* NEWS, doc/coreutils.texi: uniq now obeys LC_COLLATE.
* src/uniq.c: Include hard-locale.h, xmemcoll.h.
(hard_LC_COLLATE): New var.
(different): Args are now char *, not const char *.
Use xmemcoll instead of memcmp to compare lines, so that
LC_COLLATE has effect. However, use memcmp if it is an
easy locale.
(check_file): Do not include newline in comparison, so that
xmemcoll has a byte to stomp on temporarily.
(main): Set hard_LC_COLLATE.
2002-07-29 Jim Meyering <meyering@lucent.com>
2002-07-29 10:35:17 +00:00
* Makefile.am (SUBDIRS): Remove djgpp, for now.
2002-07-29 10:34:32 +00:00
2002-07-08 Jim Meyering <meyering@lucent.com>
2002-07-02 14:05:35 +00:00
2002-07-29 10:34:32 +00:00
* src/Makefile.am (uninstall-local): Search for @GNU_PACKAGE@,
rather than the hard-coded `sh-utils'.
2002-07-01 Jim Meyering <meyering@lucent.com>
2002-07-02 14:05:35 +00:00
* configure.ac: Merge the three files from fileutils,
textutils, and sh-utils.
* Makefile.am: Likewise.
2002-08-02 14:42:45 +00:00
* src/Makefile.am: Likewise.