From: Jim Meyering Date: Thu, 13 Nov 1997 14:25:41 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3022e9b8065f93e0f40bea79604584fb590f09e6;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4c0baeed18..53f0622e8e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,17 @@ +1997-11-13 Jim Meyering + + * lib/mktime.c: Update from FSF. + * lib/strftime.c: Update from FSF. + * m4/strftime.m4: Check for POSIX.2's %f format spec. + +1997-11-12 Jim Meyering + + * src/copy.c (copy_dir): Use path_concat rather than open-coding it. + + * src/rm.c [mempcpy]: Remove definition. + * src/system.h [!HAVE_MEMPCPY] (mempcpy): Define here instead. + * lib/path-concat.c (path_concat): Use mempcpy, not stpcpy. + 1997-11-09 Jim Meyering * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Check for localtime_r.