aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tr/cset.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Put parentheses in the right place.Ed Schouten2011-10-141-2/+2
* Build tr(1) with WARNS=6.Ed Schouten2011-10-141-2/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+3
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-3/+0
* Splay the left and right subtrees on min - 1 and max + 1, respectively,Tim J. Robbins2004-07-141-34/+20
* Initialize cs_invert to "false" in new csets.Tim J. Robbins2004-07-101-0/+1
* Add support for multibyte characters. The challenge here was to useTim J. Robbins2004-07-091-0/+303