summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-27 08:46:16 +0000
committerJim Meyering <jim@meyering.net>2001-08-27 08:46:16 +0000
commit2633133b63d86b104d4943c6a3f7813adde939dc (patch)
tree31088a4afbe009ce218da1fedb5784b432a1e172 /lib/ChangeLog
parent1c52b0eee1ceb107d31fbac1cdc1bfbda1c9b99d (diff)
downloadgnulib-2633133b63d86b104d4943c6a3f7813adde939dc.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index c04eb5025a..2fc2f53fb4 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,16 @@
+2001-08-27 Jim Meyering <meyering@lucent.com>
+
+ * strtoxmax.c: Tweak comment.
+
2001-08-26 Jim Meyering <meyering@lucent.com>
+ * version-etc.c (version_etc_copyright_fmt): Replace literal year
+ of copyright with `%s' so translators don't get an untranslated
+ message in 2002.
+ (COPYRIGHT_YEAR): Define.
+ (version_etc): Use fprintf rather than fputs.
+ Suggestion from Ulrich Drepper.
+
* Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
* strtoll.c: New file, from GNU libc.
@@ -10,7 +21,7 @@
* strtoimax.c: New file. Likewise, but first define STRTOUXMAX_SIGNED.
* strtoumax.c: Factor to work both for unsigned and signed types, ...
- * strtouxmax.c: ... then renamed to this.
+ * strtoxmax.c: ... then renamed to this.
2001-08-13 Paul Eggert <eggert@twinsun.com>