summaryrefslogtreecommitdiffstats
path: root/usr.bin/column
AgeCommit message (Expand)AuthorFilesLines
2018-06-22Remove unused function.rob1-12/+1
2016-10-24As suggested by martijn@, delete absurd EXAMPLES section and twoschwarze1-11/+4
2016-10-21Add missing information about the handling of input, output, andschwarze1-12/+33
2016-09-04Add full UTF-8 support to column(1).martijn1-15/+41
2016-08-31Complete do-over for column to prepare for implementing UTF-8 support.martijn1-126/+140
2016-03-17simplify previous; ok bentleyjmc1-2/+1
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2-15/+17
2015-11-03Blank line before pledge().mmcc1-1/+2
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-5/+5
2015-10-05tame "stdio rpath" or tame "stdio" suffices for all of these programs.deraadt1-9/+17
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can usejmc1-3/+3
2014-05-22If we have to realloc() "list" we need to zero out the new entriesmillert1-5/+7
2014-05-17fix alloc idioms. watch out for emalloc that's actually a calloc in disguiseespie1-17/+18
2014-01-22fix leaksjsg1-1/+3
2013-11-26unsigned char casts for ctypederaadt1-2/+2
2010-09-03add an EXIT STATUS section for /usr/bin;jmc1-4/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-14/+1
2008-03-11EXAMPLES:jmc1-6/+9
2007-08-01Refactor realloc() + checks into erealloc()millert1-24/+28
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-01use strtonum; ok millert@jdixon1-5/+11
2007-03-20remove some bogus *p tests from charles longeautedu1-3/+3
2006-03-10realloc & size_t police; simplify some pointer arithmetic; ok ray@otto1-12/+16
2003-09-26better realloc. ok deraadt@ henning@tedu1-6/+8
2003-06-10mostly ansi cleanup; pval okderaadt1-14/+10
2003-06-10- section reorderjmc1-3/+3
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-9/+9
2001-07-12first pass at a -Wall cleanupderaadt1-7/+7
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).aaron1-3/+3
1999-12-09Avoid divide by zero, spotted by aaron@millert1-2/+4
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1-2/+2
1999-06-05- remove trailing white spaceaaron1-3/+3
1999-06-01whoopsaaron1-3/+2
1999-06-01add GROUP field to example; phil@athenaeum.jellybaby.netaaron1-4/+4
1998-09-23usr.bin/ man page repairs, a - eaaron1-5/+6
1997-09-21$OpenBSD$deraadt1-2/+1
1997-06-30repair usage; charnier@freebsdderaadt1-3/+3
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-06-26rcsidderaadt3-2/+4
1995-10-18initial import of NetBSD treederaadt3-0/+417