1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00
This commit is contained in:
Jim Meyering
1995-10-14 01:39:01 +00:00
parent 3ac64eda17
commit c5bf4b6c9c

View 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.