]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/ls.c (sort_files): Minor cleanup.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Dec 2004 00:32:00 +0000 (00:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Dec 2004 00:32:00 +0000 (00:32 +0000)
ChangeLog

index c107ca957ab384183d25b762c21d518c26409b9b..b019c337bf120be0c35c7761095cb6b0878b98b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
+2004-12-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        * 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  <eggert@cs.ucla.edu>
+
        * 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