summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-03-31 23:11:50 +0000
committerJim Meyering <jim@meyering.net>1998-03-31 23:11:50 +0000
commit6456a7d8ac207149c46dccb843c0d4cb528f0c76 (patch)
treea39235ea219310511302ecffcda317824085380c /old/fileutils
parenta57d5061ff47d6f84d5eee6b7c869cf1899d9917 (diff)
downloadcoreutils-6456a7d8ac207149c46dccb843c0d4cb528f0c76.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index dbd9d3fe7..fa2761d08 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,24 @@
+1998-03-31 Jim Meyering <meyering@eng.ascend.com>
+
+ * src/system.h (TYPE_MAXIMUM): Cast result to `(t)' so this macro
+ works with `unsigned char'.
+ From Greg Wooledge.
+ (SCHAR_MIN, SCHAR_MAX, SHRT_MIN, SHRT_MAX, LONG_MAX, ULONG_MAX): Define.
+
+ * lib/xstrtol.c: Merge with the version from textutils.
+
+ * tests/Makefile.am (EXTRA_DIST): Add mk-script.
+ * tests/Makefile.am.in (EXTRA_DIST): Remove mk-script.pl.
+ (mk_script): Set to ../mk-script.
+ (x-tests): Use `$(PERL) -w -- $(mk_script)', not ./mk-script.
+ Remove @MAINT@ cruft.
+ (Makefile.am): Likewise.
+ Remove @MAINT@ cruft. Now `missing' will explain the failure
+ when people don't have Perl yet modify a file whose rebuilding
+ would lead to the use of Perl.
+
+ * lib/memcmp.c (rpl_memcmp): Rename from memcmp.
+
1998-03-28 Jim Meyering <meyering@eng.ascend.com>
* src/copy.c: Add copyright.