History log of /freebsd-10.0-release/usr.bin/column/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


227159 06-Nov-2011 ed

Add missing static keywords to column(1)


216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


165249 15-Dec-2006 ru

Fix the fix in rev. 1.15 so that we jump to the next column
instead of always skipping it.

MFC after: 3 days


162453 19-Sep-2006 iedowse

Add missing parentheses to fix a segmentation fault that is easily
reproducable with `jot -s " " 400 1 | column -t'. The bug was present
in the the original CSRG 'column -t' added in 1989.


155621 13-Feb-2006 dwmalone

The change to make column use roundup(x, TAB) rounded things to the
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


140784 25-Jan-2005 jmallett

Take a swing at using roundup().


140420 18-Jan-2005 ru

Sort sections.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


140055 11-Jan-2005 ru

Scheduled mdoc(7) sweep.


132835 29-Jul-2004 tjr

Add support for multibyte characters.


132202 15-Jul-2004 tjr

Avoid passing negative values to isspace() on machines with signed chars.


132184 15-Jul-2004 tjr

Document line length and multibyte character limitations.


100818 28-Jul-2002 dwmalone

ANSify function definitions to avoid a warning.


92920 22-Mar-2002 imp

remove __P


90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


87628 10-Dec-2001 dwmalone

Style improvements recommended by Bruce as a follow up to some
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.


87246 02-Dec-2001 markm

Use __FBSDID().


87213 02-Dec-2001 markm

WARNS=2 fixup.


81687 15-Aug-2001 ru

mdoc(7) police: utilize the new .Ex macro.


80292 24-Jul-2001 obrien

Remove the misnamed `emalloc' and replace its uses with calloc (along
with error checking) which it effectively was. (malloc+memset)


79755 15-Jul-2001 dd

Remove whitespace at EOL.


75137 03-Apr-2001 dwmalone

Round up before checking if the width is smaller than the widest
column, otherwise we may divide by zero later.

PR: 26283
Reviewed by: roam


68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


58612 26-Mar-2000 charnier

Add DIAGNOSTICS section name


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
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


44562 07-Mar-1999 ghelmer

Fix display of example usage.

PR: docs/9833


41568 06-Dec-1998 archie

Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).


28437 20-Aug-1997 steve

Fix example to match ls(1)'s output.

PR: docs/3681
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>


27093 30-Jun-1997 charnier

Add missing -s flag in usage string.


24360 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


23691 11-Mar-1997 peter

This commit was generated by cvs2svn to compensate for changes in r23690,
which included commits to RCS files with non-trunk default branches.


1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.