diff options
author | Jim Meyering <jim@meyering.net> | 2002-05-30 07:50:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-05-30 07:50:19 +0000 |
commit | 76c7142a558d2b66f68e25fc81d6f7f4351f9fde (patch) | |
tree | f0cafb1c9fcadf986b4d8134270f985aedb3ab29 | |
parent | e913eebe7c8331a271d5d9db70fcd47da76e4287 (diff) | |
download | coreutils-76c7142a558d2b66f68e25fc81d6f7f4351f9fde.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 62c283e54..0b7414a7f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,28 @@ +2002-05-30 Jim Meyering <meyering@lucent.com> + + * Version 4.1.9. + + * src/copy.c (copy_reg): Use a temporary to avoid a warning + from gcc -W about comparison between signed and unsigned. + (copy_internal): Likewise, but use a cast. + +2002-05-24 Jim Meyering <meyering@lucent.com> + + `rm' no longer uses explicit recursion, and as such is now able + to remove hierarchies of effectively unlimited depth. Prior to + this change, on typical systems, rm was unable to remove + hierarchies of depth greater than about 25,000. + + * src/remove.c: Merge in all changes from no-recursion branch. + * src/remove.h: Likewise. + * src/rm.c: Likewise. + * src/mv.c: Likewise. + 2002-05-22 Jim Meyering <meyering@lucent.com> * src/sys2.h (S_ISREG, S_ISDIR): Define if not already defined. (S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Likewise. - * Version 4.1.9. - * src/ls.c (S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR): Remove definitions. * src/sys2.c (S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR): |