From: Jim Meyering Date: Fri, 19 Dec 2003 12:53:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70266a8783011cfb984128016b43dfc1d187c8d5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 5a38a0f497..ef27c45c0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2003-12-18 Jim Meyering +2003-12-19 Jim Meyering * Version 5.1.0. + * src/du.c (fts_debug): New global. + (FTS_CROSS_CHECK, DEBUG_OPT): Define. + (main): Make fts use FTS_TIGHT_CYCLE_CHECK. + (main) [DU_DEBUG]: Accept -d option. + +2003-12-18 Jim Meyering + * src/ls.c (format_user): Increment dired_pos via two statements, `dired_pos += width; dired_pos++;' rather than one, `dired_pos += width + 1;' since the latter could conceivably overflow.