summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-12 10:41:48 +0000
committerJim Meyering <jim@meyering.net>2000-02-12 10:41:48 +0000
commitb8cf92fee6d575d766af6aa2b4418d0838031047 (patch)
tree701f84945ac911e3d410ff87df3993d818a52297
parent31ef40d60bf59f246cb0e80cc7c3437e2a056196 (diff)
downloadcoreutils-b8cf92fee6d575d766af6aa2b4418d0838031047.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 32c625b98..ba5007682 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2000-02-12 Jim Meyering <meyering@lucent.com>
+
+ * userspec.c (ISDIGIT): Define it.
+ (isdigit): Remove definition.
+ (is_number): Use ISDIGIT, not isdigit.
+ <libintl.h>: Include.
+ (_ and N_): Define.
+ (parse_user_spec): Mark translatable strings.
+
2000-02-10 Jim Meyering <meyering@lucent.com>
With these changes, nanosleep.[ch] are finally enough like the other