mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 16:19:23 +02:00
merge with 1.8.1
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Wed Oct 27 01:13:52 1993 Jim Meyering (meyering@comco.com)
|
||||
|
||||
* Version 1.8.1.
|
||||
|
||||
Mon Oct 25 20:16:33 1993 Jim Meyering (meyering@comco.com)
|
||||
|
||||
* sort.c: Accept but ignore -y0 for compatibility with Solaris 2.
|
||||
@@ -16,8 +20,8 @@ Sun Oct 24 00:31:02 1993 Jim Meyering (meyering@comco.com)
|
||||
* tail.c: Don't include <signal.h>. It hasn't been necessary
|
||||
since the Dec 12, 1992 change.
|
||||
|
||||
* join.c (main): Accept `-v 1' again. First adding --version
|
||||
long option had broken it, though -v1 still worked. Call
|
||||
* join.c (main): Accept `-v 1' again. Adding the --version
|
||||
long option had broken it, although -v1 still worked. Call
|
||||
parse_long_options instead of adding "help" and "version"
|
||||
to join's longopt strct.
|
||||
* Makefile.in [SOURCES, OBJECTS, DISTFILES]: Add long-options.c
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
Major changes in release 1.9:
|
||||
* sort accepts and ignores -y[string] options for compatibilty with Solaris.
|
||||
* cat -v /dev/null works on more systems
|
||||
* od's --compatible (-C) flag renamed to --backward-compatible (-B)
|
||||
* --help and --version exit successfully
|
||||
|
||||
Reference in New Issue
Block a user