summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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