diff options
author | Jim Meyering <jim@meyering.net> | 2006-06-29 21:45:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-06-29 21:45:51 +0000 |
commit | 2e63aaa8a953eb13808635fb8d3daaf276303fdb (patch) | |
tree | 75da6d02c02df44fda0067a00ed30e32b6431b8e /lib/ChangeLog | |
parent | 4a8016db69e2df36a55c971977102a65ebf2f41e (diff) | |
download | coreutils-2e63aaa8a953eb13808635fb8d3daaf276303fdb.tar.xz |
From Derek R. Price:
* lib/strftime.c: Assume strftime exists.
* m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 6b50d62f3..63bb492fd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-06-29 Derek R. Price <derek@ximbiot.com> + + * strftime.c: Assume strftime exists. + 2006-06-28 Derek R. Price <derek@ximbiot.com> * savedir.c (CLOSEDIR): Remove. All uses changed to closedir. |