summaryrefslogtreecommitdiffstats
path: root/usr.bin/cut/cut.c
Commit message (Collapse)AuthorAgeFilesLines
* Teach cut(1) how to handle long lines: convert from fgets(3) to fgetln(3).dd2001-04-251-5/+17
| | | | | PR: 26810 Reviewed by: dwmalone
* Remove duplicate FreeBSD Idcharnier2001-02-061-4/+0
| | | | | Remoce unused #include Use imperative mode to start flag description
* De-__P()-ifywill2001-01-281-6/+6
| | | | Reviewed by: markm
* BDECFLAGS: constify; use proper types. Add $FreeBSD$, clean up #ifndef lint.will2001-01-281-10/+13
| | | | Reviewed by: markm
* Merge from NetBSD: cut.1 rev 1.6 to 1.8eivind1999-02-021-14/+21
| | | | | | | cut.c rev 1.9 to 1.13 * Man page internal cleanups * 8-bit characters cast to unsigned for is*() * Misc cleanups for egcs -Wall compatibility
* Bring in use of strsep() to handle bad input better, and clean upeivind1999-02-021-3/+3
| | | | | | | some text. Obtained from: Merge from OpenBSD (cut.1 up to OpenBSD rev 1.3, cut.c up to OpenBSD rev 1.6)
* Merge from NetBSD cut.1 rev 1.6 and cut.c rev 1.9, respectively. Thiseivind1999-02-021-3/+12
| | | | | | makes us conform to IEEE Std1003.2-1992 (``POSIX.2''). Obtained from: NetBSD (but with slight modifications).
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-5/+5
|
* Use err(3) instead of local redefinition. Change argument name in mancharnier1997-06-301-39/+11
| | | | page to sync with usage string.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from Lite2peter1997-03-111-1/+2
|
* Fix wrong separator outputache1995-03-211-1/+2
| | | | | Submitted by: julian Obtained from: newsgroup?
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+296
OpenPOWER on IntegriCloud