aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/col
Commit message (Expand)AuthorAgeFilesLines
* col(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-10-211-9/+13
* col(1): Fix a couple of bugsMark Johnston2020-10-099-15/+127
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper2017-03-232-1/+1
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* Remove the duplicated code using Capsicum helpers.Mariusz Zaborski2016-10-071-11/+3
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+2
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-277-67/+187
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | For half and reverse line feeds, recognize both SUSv2-style escape-digitBaptiste Daroussin2015-05-102-7/+33
* | | Fix about ten integer overflows and underflows and a handful of logicBaptiste Daroussin2015-05-081-48/+69
* | | Capsicumize col(1)Baptiste Daroussin2015-05-021-0/+19
* | | Actually push the right testsBaptiste Daroussin2015-05-021-8/+2
* | | Add regression test about reverse line feed to col(1)Baptiste Daroussin2015-05-025-0/+60
* | | Use defines to improve clarityBaptiste Daroussin2015-05-011-5/+5
* | | col: fixing 25 year old bugBaptiste Daroussin2015-05-011-4/+4
* | | Remove bogus cast.Kevin Lo2015-03-311-4/+4
| |/ |/|
* | Fix to col when printing half-line feeds w/ -f option...John-Mark Gurney2014-10-171-1/+1
|/
* Add missing static keywords to col(1)Ed Schouten2011-11-061-23/+23
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Remove more extraneous ;s.Ed Maste2010-07-151-1/+1
* The variables i and tot don't need to be static.Stefan Farfeleder2006-07-181-2/+2
* Avoid shadowing a local scratch variable,David Malone2005-11-131-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Add a standard DIAGNOSTICS section.Tim J. Robbins2004-08-041-1/+3
* Add a cross-reference to colcrt(1).Tim J. Robbins2004-07-291-0/+1
* Sort #include directives and remove one duplicate that crept in to theTim J. Robbins2004-07-291-2/+1
* Add support for multibyte characters, loosely based on Bruno Haible'sTim J. Robbins2004-07-292-18/+41
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-151-1/+5
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* ANSIify function definitions.David Malone2002-09-041-14/+8
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
* Sort options in Description section.Tim J. Robbins2002-06-041-5/+5