From: Jim Meyering Date: Mon, 16 Jun 1997 18:01:32 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=504b9fe47aa4a73c37f941f3bc27be653ab39a70;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d353af84d5..447cfb2a4e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,8 @@ Sun Jun 15 07:04:29 1997 Jim Meyering + * 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).