summaryrefslogtreecommitdiff
path: root/usr.bin/tr
AgeCommit message (Expand)Author
2023-05-04Straightforward conversion form K&R to ANSI function definitionsTheo Buehler
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-02-11tr(1): rename lookup tablesScott Soule Cheloha
2021-11-02tr(1): main(): eliminate isstring2 variableScott Soule Cheloha
2021-11-02tr(1): plug leak in genclass()Scott Soule Cheloha
2021-10-31tr(1): backslash(): fix octal escape parsingScott Soule Cheloha
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-06only modifies data, stdin to stdout, so tame "stdout"Theo de Raadt
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2014-12-09put back some information what the character classes actually mean;Ingo Schwarze
2014-12-09no more ctype(3);Jason McIntyre
2014-06-03some macro fixes, and use Sq over Dq for single letter markup;Jason McIntyre
2014-06-03Accept -C as an alias for -c. The -C option should be locale-aware,Todd C. Miller
2013-11-27remove erroneous char cast to switch expression processing getopt(3);Okan Demirmen
2013-08-14some Bx/Ox conversion;Jason McIntyre
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2011-09-03make -column lists pretty again;Jason McIntyre
2011-06-27for mount_ntfs, fix an error in previous; for tr, fix an error of theJason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2010-04-05incorrect comment introduction; noticed by claus with mandocTheo de Raadt
2010-01-02Various syntax errors in list headers, found by mandoc(1),Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2008-07-09documentation tweaks.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2006-04-03some more malloc(x * y); bzero() -> calloc(x, y) whacking fromDamien Miller
2004-09-15signed and unsigned char wigglesTheo de Raadt
2004-05-09spacingTheo de Raadt
2003-06-26print usage in one printf (instead of four)Michael Shalayeff
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-09fix "no characters" input case; tim@robbins.dropbear.id.auTheo de Raadt
2001-11-19kill more registersMike Pechkin
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1999-04-30Grammar'n'formattingPaul Janzen
1998-12-07fix [:print:]Theo de Raadt
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-07-25use err(3)Michael Shalayeff
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt