aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cut
Commit message (Expand)AuthorAgeFilesLines
* cut: Fix out of boundary write on illegal list argumentEitan Adler2018-05-231-0/+6
* 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
* MFhead@r322021Enji Cooper2017-08-031-1/+5
|\
| * Document -w flag is an extension to POSIX.Sevan Janiyan2017-08-031-1/+5
* | 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
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Add some basic -s flag testcases for cut(1)Enji Cooper2017-01-202-0/+52
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-12/+7
* 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-6/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-192-0/+27
| |\ | |/ |/|
| * 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 with HEAD.David E. O'Brien2013-02-082-10/+35
| |\
| * \ Sync from headSimon J. Gerraty2012-11-042-8/+8
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Integrate usr.bin/cut/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+27
| |_|/ |/| |
* | | The is_delim function works on wchar_t characters not ints, update theAndrew Turner2012-11-241-2/+2
* | | Add 'w' flag to:Eitan Adler2012-11-202-10/+35
| |/ |/|
* | Fix typoKevin Lo2012-06-111-1/+1
* | - Consistenly mention columns and fieldsKevin Lo2012-06-112-8/+8
|/
* Add missing static keywords to cut(1)Ed Schouten2011-11-061-23/+23
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Fix punctuation.Tom Rhodes2009-04-011-1/+1
* - Adopt the short description from POSIX as it better matches theRuslan Ermilov2007-02-281-7/+6
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* When the last line of a file is missing a newline in -f mode, pass aTim J. Robbins2004-11-051-3/+5
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-1/+1
* Describe the algorithm used by the -n option.Tim J. Robbins2004-06-281-0/+3
* Move some variable declarations to the top of the file.Tim J. Robbins2004-06-281-4/+3
* Silence a warning about an unused argument.Tim J. Robbins2004-06-271-1/+1
* Correct the description of the -f option: input and output fields areTim J. Robbins2004-06-271-2/+6
* Handle multibyte characters when cutting out fields (-f and -d options.)Tim J. Robbins2004-06-272-28/+47
* Update a comment that compared the parser with an obsolete draft ofTim J. Robbins2004-06-271-4/+2
* Add cross-reference to colrm(1).Tim J. Robbins2004-06-271-0/+1
* Implement the -c option correctly in locales with multibyte charactersTim J. Robbins2004-06-272-40/+67
* Make the handling of invalid multibyte sequences more robust by usingTim J. Robbins2004-06-271-1/+5
* Duplicate "from".Giorgos Keramidas2003-05-031-1/+1
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-3/+3
* ANSIify function definitions.David Malone2002-09-041-15/+6
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0