aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tr
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: Move tr(1) to runtimeEmmanuel Vadot2023-12-091-0/+1
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-8/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-275-11/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-162-6/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+1
* 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