From: Jim Meyering Date: Sat, 12 Feb 2000 10:41:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0q~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8cf92fee6d575d766af6aa2b4418d0838031047;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 32c625b98b..ba5007682a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2000-02-12 Jim Meyering + + * userspec.c (ISDIGIT): Define it. + (isdigit): Remove definition. + (is_number): Use ISDIGIT, not isdigit. + : Include. + (_ and N_): Define. + (parse_user_spec): Mark translatable strings. + 2000-02-10 Jim Meyering With these changes, nanosleep.[ch] are finally enough like the other