summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-29 14:06:45 +0100
committerJim Meyering <jim@meyering.net>2007-01-29 14:06:45 +0100
commite4eaba04dda577c401a07df0a56db2b03c809ee2 (patch)
treeeb1204690307e94963a38075b7cb4e49f1ce410e /ChangeLog
parentfc9b328ab4c4c6315179fd6cdf54cfdb823c9222 (diff)
downloadcoreutils-e4eaba04dda577c401a07df0a56db2b03c809ee2.tar.xz
* src/ls.c: Rename three global variables.
(cwd_file): Rename from 'files'. (cwd_n_alloc): Rename from 'nfiles'. (cwd_n_used): Rename from 'files_index'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 981f91be7..a90e169dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-01-29 Jim Meyering <jim@meyering.net>
+ * src/ls.c: Rename three global variables.
+ (cwd_file): Rename from 'files'.
+ (cwd_n_alloc): Rename from 'nfiles'.
+ (cwd_n_used): Rename from 'files_index'.
+
Shave 8 bytes off the size of "struct fileinfo".
* src/ls.c (fileinfo): Put all members of type "bool" together.