summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-01 07:06:23 +0000
committerJim Meyering <jim@meyering.net>1999-01-01 07:06:23 +0000
commitf8be5ac8dfc684e07c005337d8a522f0478c84d6 (patch)
tree125b7b57d44b4c7043f37125ba2344d5ed15552a /old/fileutils
parent32acfd66d0bcc47044b0b2b1846f4204ea2da5af (diff)
downloadcoreutils-f8be5ac8dfc684e07c005337d8a522f0478c84d6.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog24
1 files changed, 22 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 340db6df2..0ee38089c 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,24 @@
+1999-01-01 Jim Meyering <meyering@ascend.com>
+
+ * lib/quotearg.c (quotearg_buffer): Cast -1 to size_t before comparing.
+ (quotearg_n): Change type of 1st parameter from int to unsigned int.
+ (quotearg_n_options): Likewise.
+ From Akim Demaille.
+ (quotearg_n_options): Declare `options' parameter to be `const'.
+
+ * lib/human.c (humblock): Use ARGMATCH in place of argmatch.
+
+ * lib/backupfile.c (get_version): Use XARGCASEMATCH in place of
+ argmatch & co.
+
1998-12-31 Jim Meyering <meyering@ascend.com>
+ * lib/Makefile.am (libfu_a_SOURCES): Remove strcasecmp.c.
+ (BUILT_SOURCES): Add strcasecmp.c and strncasecmp.c.
+ (EXTRA_DIST): Add strcasecmp.cin.
+ (strcasecmp.c): New rule.
+ (strncasecmp.c): New rule.
+
* src/ls.c (indicator_style_types): New variable.
(format_types): Rename from `formats'.
(color_args): Remove unnecessary `no' string.
@@ -9,11 +28,12 @@
in each of several cases.
From Akim Demaille.
- * src/cp.c (main): Use XARGCASEMATCH in place of argmatch & co.
+ * src/cp.c (main): Use XARGCASEMATCH in place of argmatch & co.
* src/touch.c (main): Likewise.
+ * lib/backupfile.c (get_version): Likewise.
From Akim Demaille.
- * lib/strncasecmp.c: New file.
+ * lib/strncasecmp.cin: New file.
* lib/argmatch.c (strncasecmp): Move to a separate file.
Add curly braces around some one-stmt-but-multiline blocks.