]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Jan 1999 12:45:50 +0000 (12:45 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Jan 1999 12:45:50 +0000 (12:45 +0000)
old/fileutils/ChangeLog

index 6f152d090f25a4fd663beb3f6b8dba07febfa5b9..48db85b88a930b3a60ff16c15dd2459b412a1a59 100644 (file)
@@ -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.