]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- obsolete
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 7 Jan 2012 15:16:07 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils-bug-10243.patch -> 1.3

coreutils-bug-10243.patch [deleted file]

diff --git a/coreutils-bug-10243.patch b/coreutils-bug-10243.patch
deleted file mode 100644 (file)
index 789171b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- coreutils-8.14/src/ls.c.org        2011-12-08 11:13:48.597770882 +0100
-+++ coreutils-8.14/src/ls.c    2011-12-08 11:16:34.612089051 +0100
-@@ -2583,6 +2583,11 @@
-         }
-       else
-         break;
-+
-+        /* When processing a very large directory, and since we've inhibited
-+           interrupts, this loop would take so long that ls would be annoyingly
-+           uninterruptible.  This ensures that it handles signals promptly.  */
-+        process_signals ();
-     }
-   if (closedir (dirp) != 0)
-@@ -4041,9 +4046,9 @@
-   if (stack)
-     PUSH_CURRENT_DIRED_POS (stack);
-+  process_signals ();
-   if (used_color_this_time)
-     {
--      process_signals ();
-       prep_non_filename_text ();
-       if (start_col / line_length != (start_col + width - 1) / line_length)
-         put_indicator (&color_indicator[C_CLR_TO_EOL]);
This page took 0.142101 seconds and 4 git commands to generate.