aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tr
Commit message (Expand)AuthorAgeFilesLines
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-203-1/+7
* 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
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* Remove the duplicated code using Capsicum helpers.Mariusz Zaborski2016-10-071-21/+3
* Move sys/capsicum.h includes after types.h or param.hConrad Meyer2016-09-191-1/+1
* tr(1): CapsicumifyConrad Meyer2016-09-191-0/+26
* Optimize [Cc]flag case: don't repeatedly add the last character ofAndrey A. Chernov2016-07-141-3/+4
* Document incomplete support of [=equiv=] and collation for ranges.Andrey A. Chernov2016-07-141-0/+4
* Back out non-collating [a-z] ranges (r302594).Andrey A. Chernov2016-07-143-19/+91
* Fully back out r302594 case 2) since overflow may happens.Andrey A. Chernov2016-07-131-1/+1
* Undo r302599 and partially r302594 case 2):Andrey A. Chernov2016-07-121-1/+1
* Cast WCHAR_MAX to wint_t, it can be unsigned on some systems.Andrey A. Chernov2016-07-111-1/+1
* 1) Following r302512 (remove collation support for [a-z]-ranges in libc)Andrey A. Chernov2016-07-113-92/+20
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-21/+17
* 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/+3
|/
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ | |/ |/|
| * Merge headSimon J. Gerraty2014-04-2820-0/+129
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-081-1/+2
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-1620-0/+129
| |/ |/|
* | When copying the complement of the string loop to WINT_MAX as we are dealingAndrew Turner2013-01-221-1/+2
|/
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-23/+23
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-2/+0
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Add missing static keywords to tr(1)Ed Schouten2011-11-061-2/+2
* Put parentheses in the right place.Ed Schouten2011-10-141-2/+2
* Build tr(1) with WARNS=6.Ed Schouten2011-10-143-14/+7
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-114-16/+0
* tr: Fix '[=]=]' equivalence class.Jilles Tjoelker2010-09-291-1/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-136-0/+14
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-116-14/+0
* o Remove duplicate includes.Maxim Konovalov2007-01-201-1/+0
* - Document all character classes our tr(1) supports. [1]Ruslan Ermilov2006-10-131-2/+14
* Remove unused variables.Stefan Farfeleder2005-04-091-1/+1
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1