diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-02 00:32:00 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-02 00:32:00 +0000 |
commit | c98d52c34a9a5c984283639c6c5a451ec278f7aa (patch) | |
tree | ddb970201ce90e058c6cad7db66ae6f96e0d4150 | |
parent | 29f4f8aff68858d92646a58a67699bf6132fbc97 (diff) | |
download | coreutils-c98d52c34a9a5c984283639c6c5a451ec278f7aa.tar.xz |
* src/ls.c (sort_files): Minor cleanup.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |