]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 16 Jun 1997 18:01:32 +0000 (18:01 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 16 Jun 1997 18:01:32 +0000 (18:01 +0000)
old/fileutils/ChangeLog

index d353af84d5e1089cbea2bba57dd8c0b9a130d4c6..447cfb2a4e6d70506d58f75b69a39c5656915bcf 100644 (file)
@@ -1,5 +1,8 @@
 Sun Jun 15 07:04:29 1997  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * lib/full-write.c (full_write): Add comment regarding failure due
+       to bug in Linux Slackware 1.2.13 kernel.
+
        * lib/makepath.c: Rewrite using save-cwd.c and chdir to remove
        quadratic component of complexity.  Before, it processed O(n^2)
        directory name components via stat and mkdir.  Now it's O(n).