summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-10-14 01:39:01 +0000
committerJim Meyering <jim@meyering.net>1995-10-14 01:39:01 +0000
commitc5bf4b6c9c644f8774af226402364b428b68404c (patch)
tree3c5ad7050be85a38b4a0bf01b2863128ad4b12f4
parent3ac64eda175241fce4738b804f86922b91151967 (diff)
downloadcoreutils-c5bf4b6c9c644f8774af226402364b428b68404c.tar.xz
.
-rw-r--r--old/textutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 7bbcd506a..98bd57482 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,10 @@
+Fri Oct 13 20:38:39 1995 Jim Meyering (meyering@comco.com)
+
+ * join.c (add_field_list): Allow SPACE and TAB as well as `,' as
+ list item separators, per POSIX spec.
+ (prjoin): Rewrite loop that iterates over field specs.
+ Handle case in which file spec is 0.
+
Sun Oct 8 22:41:15 1995 Jim Meyering (meyering@comco.com)
* strpbrk.c: New file.