summaryrefslogtreecommitdiffstats
path: root/usr.bin/column
Commit message (Collapse)AuthorAgeFilesLines
* Fix the fix in rev. 1.15 so that we jump to the next columnru2006-12-151-3/+3
| | | | | | instead of always skipping it. MFC after: 3 days
* Add missing parentheses to fix a segmentation fault that is easilyiedowse2006-09-191-3/+3
| | | | | reproducable with `jot -s " " 400 1 | column -t'. The bug was present in the the original CSRG 'column -t' added in 1989.
* The change to make column use roundup(x, TAB) rounded things to thedwmalone2006-02-131-3/+3
| | | | | | | | | | | | | current tab, however the code it replaced wanted to round to the next TAB. Consequently things like this: ( echo 1 ; echo 2 ) | column cause column to loop indefinitely. This patch is slightly different from the one Gary submitted, but is closer to the original code. Submitted by: Gary Cody <gary@lyranthe.org> MFC after: 1 week
* Take a swing at using roundup().jmallett2005-01-251-3/+4
|
* Sort sections.ru2005-01-181-2/+2
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+3
|
* Add support for multibyte characters.tjr2004-07-292-42/+78
|
* Avoid passing negative values to isspace() on machines with signed chars.tjr2004-07-151-1/+1
|
* Document line length and multibyte character limitations.tjr2004-07-151-1/+4
|
* ANSify function definitions to avoid a warning.dwmalone2002-07-281-10/+7
|
* remove __Pimp2002-03-221-6/+6
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Use __FBSDID().markm2001-12-021-4/+6
|
* WARNS=2 fixup.markm2001-12-022-2/+3
|
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
|
* Remove the misnamed `emalloc' and replace its uses with calloc (alongobrien2001-07-241-19/+13
| | | | with error checking) which it effectively was. (malloc+memset)
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Round up before checking if the width is smaller than the widestdwmalone2001-04-031-3/+5
| | | | | | | column, otherwise we may divide by zero later. PR: 26283 Reviewed by: roam
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Add DIAGNOSTICS section namecharnier2000-03-261-5/+6
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Fix display of example usage.ghelmer1999-03-071-1/+2
| | | | PR: docs/9833
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-7/+8
|
* Fix example to match ls(1)'s output.steve1997-08-201-1/+1
| | | | | PR: docs/3681 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* Add missing -s flag in usage string.charnier1997-06-301-1/+1
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.peter1997-03-111-1/+2
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+408
OpenPOWER on IntegriCloud