summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-12 07:15:37 +0000
committerJim Meyering <jim@meyering.net>2005-08-12 07:15:37 +0000
commit6f7fd1a8667c45df0207fef3399b6167dbd283f3 (patch)
tree0122efb1c6677050d5cb7c65614dff08540ce591
parentaa830a052690678b32a0522bcf8b0bfe9f1bcf12 (diff)
downloadcoreutils-6f7fd1a8667c45df0207fef3399b6167dbd283f3.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb192f65c..8bfb7bfae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
* Version 5.3.1.
+ * src/csplit.c (new_control_record): Cosmetic: use X2NREALLOC (only
+ two arguments) rather than x2nrealloc (with three).
+ * src/cut.c (ADD_RANGE_PAIR): Likewise.
+ * src/expand.c (add_tab_stop): Likewise.
+ * src/join.c (extract_field, getseq): Likewise.
+ * src/od.c (decode_format_string): Likewise.
+ * src/sort.c (add_temp_dir): Likewise.
+ * src/unexpand.c (add_tab_stop): Likewise.
+
* src/pr.c (main): Cosmetic: use '\0' in place of 0.
2005-08-02 Jim Meyering <jim@meyering.net>