summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-29 16:29:19 +0000
committerJim Meyering <jim@meyering.net>2005-06-29 16:29:19 +0000
commite574d209f6098e791b5ebe03dbd931be6c927432 (patch)
treea6a80866c1bcb3249fcbfc02d4813790d16bd1e8 /ChangeLog
parentfdbdfd5b62feb39ba23f5361f5d55fac912b9eea (diff)
downloadcoreutils-e574d209f6098e791b5ebe03dbd931be6c927432.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97d9f38ef..1758717fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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