diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-02 12:45:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-02 12:45:50 +0000 |
commit | 49f27cd70e7f972945acab794b72bb6103586bc7 (patch) | |
tree | e158da08c103b111e7591f7b49400f0b23065d75 /old/fileutils/ChangeLog | |
parent | 2bb9d3c528922b763461125a3be5035c107cc279 (diff) | |
download | coreutils-49f27cd70e7f972945acab794b72bb6103586bc7.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
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. |