summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-02 19:30:05 +0000
committerJim Meyering <jim@meyering.net>1999-01-02 19:30:05 +0000
commit51282eaf75840918c37fd5476508a539c0c83cc3 (patch)
tree7149229d5c06078693367b31ef28eafd351f91da /old/fileutils
parent1e25b6e3d3608549b46f55624e8111f48d916f2f (diff)
downloadcoreutils-51282eaf75840918c37fd5476508a539c0c83cc3.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog23
1 files changed, 13 insertions, 10 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 48db85b88..3c26113cb 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,11 @@
+1999-01-02 Jim Meyering <meyering@ascend.com>
+
+ * lib/backupfile.c (get_version): Adapt to use new interface to
+ XARGMATCH.
+ * src/cp.c: Likewise.
+ * src/ls.c: Likewise.
+ * src/touch.c: Likewise.
+
1999-01-01 Jim Meyering <meyering@ascend.com>
* lib/makepath.c (make_dir): New function, factored out of make_path.
@@ -25,32 +33,27 @@
* lib/human.c (humblock): Use ARGMATCH in place of argmatch.
- * lib/backupfile.c (get_version): Use XARGCASEMATCH in place of
+ * lib/backupfile.c (get_version): Use XARGMATCH 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.
(color_types): Remove corresponding `color_never' entry.
(main): Use ARGMATCH_TO_ARGUMENT.
- (decode_switches): Use ARGCASEMATCH instead of argmatch code
+ (decode_switches): Use ARGMATCH instead of argmatch code
in each of several cases.
From Akim Demaille.
- * src/cp.c (main): Use XARGCASEMATCH in place of argmatch & co.
+ * src/cp.c (main): Use XARGMATCH in place of argmatch & co.
* src/touch.c (main): Likewise.
* lib/backupfile.c (get_version): Likewise.
From Akim Demaille.
- * lib/strcasecmp.cin: New file.
+ * lib/strncasecmp.c: New file.
+ * lib/strcasecmp.c: Add #ifdefs so it can be used for strncasecmp, too.
* lib/argmatch.c (strncasecmp): Move to a separate file.
Add curly braces around some one-stmt-but-multiline blocks.