diff options
author | Jim Meyering <jim@meyering.net> | 1998-12-12 06:22:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-12-12 06:22:56 +0000 |
commit | 297e2cb74411395bb231f016665944b54afd802d (patch) | |
tree | a7d76f3b6d6dc6e4cb2561151848f7aa37ab9cb3 /old | |
parent | 9507d3559a85ff769f21d2e75b19ad183099bded (diff) | |
download | coreutils-297e2cb74411395bb231f016665944b54afd802d.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d325aeea3..19e26474e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,18 @@ +1998-12-12 Jim Meyering <meyering@ascend.com> + + 1998-10-15 Akim Demaille <demaille@inf.enst.fr> + * src/ls.c: Group DIRED's code together. + (full_time, inhibit_group, col_ext_type): Declare static. + (dired_dump_obstack): Apply sizeof to variable, instead of its type. + (parse_ls_color): Rename ext2 as e2. Move into the block where it + is used. + + 1998-10-15 Akim Demaille <demaille@inf.enst.fr> + * src/ls.c: In order to distinguish col(umn|or): + (init_column_info): Renamed from init_col_info. + (struct column_info): Renamed from struct col_info. + (struct color_ext_type): Renamed from struct col_ext_type. + 1998-12-11 Jim Meyering <meyering@ascend.com> * Version 4.1-b1. |