summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-10-08 03:30:22 +0000
committerJim Meyering <jim@meyering.net>1995-10-08 03:30:22 +0000
commitc8c90bb5321ad239775dd33bf8be919091da2b0d (patch)
tree82a04857a56a434f0bb4ba39fdc099317d3639b9 /old/textutils/ChangeLog
parent6f63d53e1b59e76151529931b7bddb212b928609 (diff)
downloadcoreutils-c8c90bb5321ad239775dd33bf8be919091da2b0d.tar.xz
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 66142f203..7f263970b 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,23 @@
+Sat Oct 7 22:27:01 1995 Jim Meyering (meyering@comco.com)
+
+ * join.c (add_field): No longer return a value.
+ (decode_field_spec): New function.
+ (add_field_list): Rewrite to be more strict.
+ Before, `,1.2' was accepted as valid.
+ (main): Use xstrtol instead atoi.
+ Combine nearly identical -a and -v cases.
+
+Fri Oct 6 23:10:01 1995 Jim Meyering (meyering@comco.com)
+
+ * join.c (main): Report `too few/many non-option arguments'
+ then print --help output rather than just the latter.
+ Properly interpret obsolescent usage like `join -o 2.1 2.1 2.2'.
+ (usage): Describe POSIX -1, -2 options and deprecate -j* ones
+
+ * join.c (usage): Move to precede all other functions.
+
+ * join.c: Protoize.
+
Tue Oct 3 22:44:05 1995 Jim Meyering (meyering@comco.com)
* csplit.c, sort.c, tac.c: Test SA_INTERRUPT, not _POSIX_VERSION,