From: Jim Meyering Date: Thu, 15 Jan 2004 18:44:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a37f8956a41ff13bc4d6f625ce9d6c749cdb2e7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 7cb86b70d1..95742c1596 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ -2004-01-13 Jim Meyering +2004-01-15 Jim Meyering * Version 5.1.1. +2003-12-15 Paul Eggert + + * NEWS, doc/coreutils.texi: touch -r and -d can now both be specified, + with -r specifying the origin for -d. + * src/touch.c (flexible_date): Remove static var. + (get_reldate): New function. + (main): Use it, to implement this new behavior. + +2004-01-13 Jim Meyering + * src/system.h: Include contents of sys2.h. * src/sys2.h: Remove file. * src/Makefile.am (noinst_HEADERS): Remove sys2.h.