diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-15 08:47:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-15 08:47:55 +0000 |
commit | f09cbdc4b47ed746268394f72cfc3d89be80285b (patch) | |
tree | be1f13d01d0dd2f31843d77baaca134dbcb80309 /old | |
parent | ef159d5cdbc09f14c118cd319ce36308e1413226 (diff) | |
download | coreutils-f09cbdc4b47ed746268394f72cfc3d89be80285b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0c4e8f2ff..b52610931 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,16 +1,28 @@ 2002-06-15 Jim Meyering <meyering@lucent.com> - * src/sys2.h (S_ISNAM): Add to list of S_IS* macros. - Rearrange #if directives for each S_IS macro. - From diffutils-2.8.2. - -2002-06-13 Jim Meyering <meyering@lucent.com> - * Version 4.1.9. * Makefile.maint (wget-update): `cd' to config first. Warn when omitting a file ... FIXME + * src/system.h: For GNU libc 2.2 and newer, ensure that <sys/types.h> + has been included before this file. + +2002-06-13 Richard Dawe <richdawe@bigfoot.com> + + Accommodate DOS file name limitations. + * tests/cp/same-file: Change temp. file name: s/\.err/_err/, for DOS. + * tests/mv/force: Similar. + * tests/mv/into-self: Similar. + * tests/touch/no-rights: Similar. + * tests/mv/mv-special-1: Remove leading `.' from temp. names. + +2002-06-15 Jim Meyering <meyering@lucent.com> + + * src/sys2.h (S_ISNAM): Add to list of S_IS* macros. + Rearrange #if directives for each S_IS macro. + From diffutils-2.8.2. + 2002-06-12 Jim Meyering <meyering@lucent.com> * src/mv.c (do_move): Give one diagnostic, not two, when unable to |