]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 14 Oct 1995 01:39:01 +0000 (01:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Oct 1995 01:39:01 +0000 (01:39 +0000)
old/textutils/ChangeLog

index 7bbcd506a6aded823db0ff26153725e220332ef6..98bd57482c26fc264fcd275cff7c723bf82516b0 100644 (file)
@@ -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.