From: Paul Eggert Date: Thu, 2 Dec 2004 00:32:00 +0000 (+0000) Subject: * src/ls.c (sort_files): Minor cleanup. X-Git-Tag: v5.3.0~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c98d52c34a9a5c984283639c6c5a451ec278f7aa;p=thirdparty%2Fcoreutils.git * src/ls.c (sort_files): Minor cleanup. --- diff --git a/ChangeLog b/ChangeLog index c107ca957a..b019c337bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2004-11-30 Paul Eggert +2004-12-01 Paul Eggert * Version 5.3.0. + * src/ls.c (sort_files): Minor cleanup. Remove an unnecessary + 'volatile' on a local variable. Rewrite to avoid unnecessary + double-assignment to 'func' in the usual case where strcoll does + not fail. + +2004-11-30 Paul Eggert + * src/pinky.c (gethostname): Remove decl. (scan_entries): Use IS_USER_PROCESS instead of by-hand code. * src/uptime.c (print_uptime): Use IS_USER_PROCESS and