Module Name: src Committed By: dholland Date: Sun Aug 11 00:11:46 UTC 2013
Modified Files: src/usr.bin/tr: tr.c Log Message: Restore preexisting wrong behavior of tr -c (translates all characters to the last letter in string2) instead of a different wrong behavior (translates all characters to 0xff) accidentally just introduced. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/tr/tr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.