freebsd-dev/usr.bin/tr
Andrew Turner f792cb87f2 When copying the complement of the string loop to WINT_MAX as we are dealing
with a wint_t. WINT_MAX and WCHAR_MAX are the same on most architectures
except ARM EABI where wint_t is signed and wchar_t is unsigned.
2013-01-22 05:39:34 +00:00
..
cmap.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
cmap.h Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
cset.c Put parentheses in the right place. 2011-10-14 10:43:55 +00:00
cset.h Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
extern.h Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
Makefile Build tr(1) with WARNS=6. 2011-10-14 07:25:20 +00:00
str.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
tr.1 mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
tr.c When copying the complement of the string loop to WINT_MAX as we are dealing 2013-01-22 05:39:34 +00:00