merge with 1.11.1
authorJim Meyering <jim@meyering.net>
Thu, 11 May 1995 14:06:53 +0000 (14:06 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 11 May 1995 14:06:53 +0000 (14:06 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index c409cdd..6ae1e2f 100644 (file)
@@ -1,3 +1,7 @@
+Wed May 10 22:26:35 1995  Jim Meyering  (meyering@comco.com)
+
+       * Version 1.11.1
+
 Sun May  7 13:35:49 1995  Jim Meyering  (meyering@comco.com)
 
        * all Makefile.in (maintainer-clean): Renamed from realclean
@@ -15,7 +19,7 @@ Thu May  4 23:15:58 1995  Jim Meyering  (meyering@comco.com)
        [DEFAULT_TMPDIR]: Use this instead.
        * tac.c (save_stdin): Likewise.
 
-       * (set_ordering): Properly parse arguments like `+x.yn'.
+       * sort.c (set_ordering): Properly parse arguments like `+x.yn'.
        Reported by John Salmon (johns@mullet.anu.edu.au).
        Patch from Mike Haertel.
 
index 729f532..92bd5c6 100644 (file)
@@ -5,7 +5,7 @@ User-visible changes in release 1.12
   lines sooner
 * sort properly orders fields where one field is a proper prefix of the other
 * sort properly interprets field offsets specified via the -k option
-* dd, od, and tail work on systems for which off_t is long long (e.g. BD4.4)
+* dd, od, and tail work on systems for which off_t is long long (e.g. BSD4.4)
 * wc is faster when not counting words
 * wc now works even when file pointer isn't at beginning of file
 * expand no longer seg faults with very long tab lists