summaryrefslogtreecommitdiff
path: root/usr.bin/tr
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-12-09pkgbase: Move tr(1) to runtimeEmmanuel Vadot
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-02-28Renumber copyright clause 4Warner Losh
2016-11-13DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-10-07Remove the duplicated code using Capsicum helpers.Mariusz Zaborski
2016-09-19Move sys/capsicum.h includes after types.h or param.hConrad Meyer
2016-09-19tr(1): CapsicumifyConrad Meyer
2016-07-14Optimize [Cc]flag case: don't repeatedly add the last character ofAndrey A. Chernov
2016-07-14Document incomplete support of [=equiv=] and collation for ranges.Andrey A. Chernov
2016-07-14Back out non-collating [a-z] ranges (r302594).Andrey A. Chernov
2016-07-13Fully back out r302594 case 2) since overflow may happens.Andrey A. Chernov
2016-07-12Undo r302599 and partially r302594 case 2):Andrey A. Chernov
2016-07-11Cast WCHAR_MAX to wint_t, it can be unsigned on some systems.Andrey A. Chernov
2016-07-111) Following r302512 (remove collation support for [a-z]-ranges in libc)Andrey A. Chernov
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-28Merge headSimon J. Gerraty
2014-03-16Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2013-02-08Sync with HEAD.David E. O'Brien
2013-01-22When copying the complement of the string loop to WINT_MAX as we are dealingAndrew Turner
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-03-26mdoc: terminate quoted strings.Joel Dahl
2012-03-25Remove superfluous paragraph macro.Joel Dahl