diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-29 16:29:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-29 16:29:19 +0000 |
commit | e574d209f6098e791b5ebe03dbd931be6c927432 (patch) | |
tree | a6a80866c1bcb3249fcbfc02d4813790d16bd1e8 /ChangeLog | |
parent | fdbdfd5b62feb39ba23f5361f5d55fac912b9eea (diff) | |
download | coreutils-e574d209f6098e791b5ebe03dbd931be6c927432.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,18 @@ * Version 5.3.1. + * src/pr.c (main, store_char): Use X2REALLOC rather than x2realloc. + * src/du.c (show_date): Likewise. + * src/date.c (show_date): Likewise. + * src/od.c (dump_strings): Likewise. + * src/sort.c (fillbuf): Likewise. + * src/chmod.c (main): Likewise. + + * src/system.h (VERIFY): Rewrite to use string-concatenation + and __LINE__ so as not to require a struct name parameter. + (GL_CONCAT, GL_CONCAT2, GL_LINE_CONCAT): Define helper macros. + * src/od.c: Update sole use. + * src/ls.c (gobble_file): Use stat.st_author, not stat.st_uid when computing the --author column width. This bug might have resulted in misaligned columns when using the --author option |