[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Matthias Kilian <kili_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Fri, 9 Nov 2007 13:04:03 -0700 (MST)
CVSROOT: /cvs
Module name: src
Changes by: kili_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2007/11/09 13:04:03
Modified files:
usr.bin/uniq : uniq.1 uniq.c
Log message:
Allow -c in conjunction with -d (and -u).
If field skipping is active, don't skip beyond the last non-blank
of a field, and use isblank() instead of isspace() -- POSIX states
that the longest string matching [[:blank:]]*[^[:blank:]]* makes
up a field.
Don't skip over trailing newlines.
Help, testing and ok millert@
Visit your host, monkey.org