aboutsummaryrefslogtreecommitdiff
path: root/tr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-12/+17
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* More stuffErik Andersen2000-05-021-2/+4
| | | | -Erik
* Due to the license change I can now use Minix code. Minix trErik Andersen2000-05-011-525/+190
| | | | | | (adapted) now replaces BSD tr. Goes from 5k to 1k, and eliminates bsearch from the list of libc symbols. -Erik
* Bugfixes.Erik Andersen2000-04-171-5/+2
| | | | -Erik
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-7/+7
| | | | | up with the docs. -Erik
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-3/+2
| | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik
* Add in tr and dirnameErik Andersen2000-03-051-0/+578
-Erik