]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 30 May 2002 07:50:19 +0000 (07:50 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 May 2002 07:50:19 +0000 (07:50 +0000)
old/fileutils/ChangeLog

index 62c283e54e0db4022fed2e8826e5f9f8a238e35a..0b7414a7f50b614b3bc069e987146515b543562e 100644 (file)
@@ -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):