summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-24 07:28:57 +0000
committerJim Meyering <jim@meyering.net>2005-10-24 07:28:57 +0000
commit84aca29abf5001593ddf83eafba8e7025c45fe0a (patch)
tree28787e1282936612546d0dbdbbcad146a3ec4432
parent57d5938b174238e4c70619ee64652c93679810ed (diff)
downloadcoreutils-84aca29abf5001593ddf83eafba8e7025c45fe0a.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f43df3e0..a6cdbcace 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 6.0-cvs.
+ * src/expand.c (parse_tab_stops): Add comment to make this function
+ identical to the one in unexpand.c.
+ * src/unexpand.c (parse_tab_stops): Adjust syntax to make this function
+ identical to the one in expand.c.
+
* src/expand.c (next_file): Don't assume fopen cannot return stdin.
2005-10-23 Jim Meyering <jim@meyering.net>