diff options
author | Jim Meyering <jim@meyering.net> | 1998-02-20 21:51:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-02-20 21:51:48 +0000 |
commit | 3aa15eac61f48c4b089b7bf1d57bdbc1b185b32e (patch) | |
tree | 91cf3247685c76244e3fc2abf1a44a6a15361ece /old/fileutils | |
parent | 5799c6474d7f679256be4146a13fbaf0286de6aa (diff) | |
download | coreutils-3aa15eac61f48c4b089b7bf1d57bdbc1b185b32e.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index aa4e3f518..ce8626729 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +1998-02-20 Jim Meyering <meyering@eng.ascend.com> + + * src/touch.c: Include get-date.h. + Remove get_date decl. + + * lib/getdate.h: Removed. Could cause confusion with an + automake-generated `.y.h' rule. + * lib/get-date.h: Renamed from getdate.h. + * lib/getdate.y: s/getdate.h/get-date.h/ + * lib/Makefile.am (noinst_HEADERS): s/getdate.h/get-date.h/ + 1998-02-19 Jim Meyering <meyering@eng.ascend.com> * Version 3.16m. |