From: Jim Meyering Date: Sat, 2 Jan 1999 12:45:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1-b2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49f27cd70e7f972945acab794b72bb6103586bc7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 6f152d090f..48db85b88a 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.