summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-02 12:45:50 +0000
committerJim Meyering <jim@meyering.net>1999-01-02 12:45:50 +0000
commit49f27cd70e7f972945acab794b72bb6103586bc7 (patch)
treee158da08c103b111e7591f7b49400f0b23065d75 /old/fileutils
parent2bb9d3c528922b763461125a3be5035c107cc279 (diff)
downloadcoreutils-49f27cd70e7f972945acab794b72bb6103586bc7.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 6f152d090..48db85b88 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -5,6 +5,8 @@
This effectively reverses the order of the latter pair of stat/mkdir
calls and fixes a race condition bug whereby one of two concurrent
`mkdir -p' processes could fail with EEXIST.
+ Include locale.h and libintl.h, and define `_()'.
+ Mark translatable strings.
* lib/xmalloc.c: Add comments.
(xcalloc, xmalloc, xrealloc): Remove prototypes.
@@ -48,7 +50,7 @@
* lib/backupfile.c (get_version): Likewise.
From Akim Demaille.
- * lib/strncasecmp.cin: New file.
+ * lib/strcasecmp.cin: New file.
* lib/argmatch.c (strncasecmp): Move to a separate file.
Add curly braces around some one-stmt-but-multiline blocks.