diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-27 13:40:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-27 13:40:47 +0000 |
commit | b9f33a9f76542427a25ac13c1eb8689d08d0906c (patch) | |
tree | 0d779ba602c754656241d530eb93da149aea9750 | |
parent | d28d7b18145be6942adcc668c229f13f7b86202a (diff) | |
download | coreutils-b9f33a9f76542427a25ac13c1eb8689d08d0906c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2,6 +2,22 @@ * Version 4.5.5. + * src/Makefile.am (check-misc): Check for st_blocks, too. + + * src/stat.c (print_stat): Use ST_NBLOCKS rather than `->st_blocks'. + Reported by Richard Dawe. + +2003-01-27 Andreas Schwab <schwab@suse.de> + + * src/ls.c (quote_name): Add fourth parameter, width, into which to + store the screen columns, and return the number of bytes instead. + (print_dir): Pass NULL as fourth parameter of quote_name. + (print_name_with_quoting): Likewise. + (length_of_file_name_and_frills): Get the width from the fourth + parameter of quote_name instead of return value. + +2003-01-27 Jim Meyering <jim@meyering.net> + * src/ls.c (decode_switches): If `dired' is set without `format == long_format', then silently reset dired. This doesn't change the behavior of ls (all prior uses of dired were protected |