diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-15 21:58:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-15 21:58:37 +0000 |
commit | 757de7fe904a01855af79d0f89c85c453b9ba8fe (patch) | |
tree | 4389ab8aca6b58b8bed414af02fa0f9ed90025f3 /lib | |
parent | bb53ccc5e9e3383d3964c1d11a994e4836d548d4 (diff) | |
download | coreutils-757de7fe904a01855af79d0f89c85c453b9ba8fe.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 69e084789..f74ff7174 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2000-04-15 Jim Meyering <meyering@lucent.com> + + Use `C' to denote so-called `contiguous' files, the same way + that tar does. + * filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define. + (ftypelet): Use S_ISCTG. + From Michael Deutschmann. + +2000-04-14 Jim Meyering <meyering@lucent.com> + + * strftime.c (my_strftime) [#ifdef strftime]: Declare strftime. + 2000-04-08 Jim Meyering <meyering@lucent.com> * Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3 |