summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-03-12 08:07:34 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-03-12 08:07:34 +0000
commit99db964248a8ebe7f17e387ad1ceb6766968639e (patch)
treebcb4d50c9afbb3e31acb138e8f9ec2fffc93eb82
parent66314b605eac045ab6afde4002b12c71d7111643 (diff)
downloadcoreutils-99db964248a8ebe7f17e387ad1ceb6766968639e.tar.xz
Remove asctime_r, ctime_r, and let m4 specify the sources.
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 814224404..8764a81ce 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2006-03-12 Paul Eggert <eggert@cs.ucla.edu>
+
+ * Makefile.am (libcoreutils_a_SOURCES): Remove time_r.c, time_r.h,
+ as this is now done in m4.
+ * time_r.h (asctime_r, ctime_r): Remove. These functions can
+ overrun buffers and shouldn't be used (much as gets shouldn't be
+ used).
+ * time_r.c (asctime_r, ctime_r): Likewise.
+
2006-02-17 Simon Josefsson <jas@extundo.com>
* base64.h, base64.c: New files.