From 99db964248a8ebe7f17e387ad1ceb6766968639e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 12 Mar 2006 08:07:34 +0000 Subject: [PATCH] Remove asctime_r, ctime_r, and let m4 specify the sources. --- lib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 8142244..8764a81 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2006-03-12 Paul Eggert + + * 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 * base64.h, base64.c: New files. -- 2.7.4