From 76c7142a558d2b66f68e25fc81d6f7f4351f9fde Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 30 May 2002 07:50:19 +0000 Subject: *** empty log message *** --- old/fileutils/ChangeLog | 22 ++++++++++++++++++++-- 1 file 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 + + * 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 + + `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 * 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): -- cgit v1.2.3-54-g00ecf