summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-02 00:32:00 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-02 00:32:00 +0000
commitc98d52c34a9a5c984283639c6c5a451ec278f7aa (patch)
treeddb970201ce90e058c6cad7db66ae6f96e0d4150 /ChangeLog
parent29f4f8aff68858d92646a58a67699bf6132fbc97 (diff)
downloadcoreutils-c98d52c34a9a5c984283639c6c5a451ec278f7aa.tar.xz
* src/ls.c (sort_files): Minor cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c107ca957..b019c337b 100644
--- 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