() Stefano Lattarini <[email protected]>
() Tue, 17 Jan 2012 13:09:34 +0100
* src/ls.c: Two phases of processing are time-consuming enough that
they can provoke this: the readdir loop and the printing loop. The
printing was supposed to be covered by a call to process_signals in
(print_name_with_quoting): ... but that call was mistakenly guarded
by a condition that might be false for many or even all files being
processed. Call process_signals unconditionally.
(print_dir): Also call process_signals in the readdir loop.
* NEWS (Bug fixes): Mention it.
Report by Arkadiusz Miskiewicz.
I just noticed: The Report line is below the usual mass of
contiguous *-entries. Shouldn't it be above? (Either that, or
"part of" the mass, i.e., part of a specific *-entry.)