From: Paul Eggert Date: Sun, 12 Mar 2006 08:07:34 +0000 (+0000) Subject: Remove asctime_r, ctime_r, and let m4 specify the sources. X-Git-Tag: v6.0~624 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99db964248a8ebe7f17e387ad1ceb6766968639e;p=thirdparty%2Fcoreutils.git Remove asctime_r, ctime_r, and let m4 specify the sources. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 8142244044..8764a81ce4 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.