From: Jim Meyering Date: Sat, 14 Oct 1995 01:39:01 +0000 (+0000) Subject: . X-Git-Tag: v4.5.1~12325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5bf4b6c9c644f8774af226402364b428b68404c;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 7bbcd506a6..98bd57482c 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.