aboutsummaryrefslogtreecommitdiff
path: root/tr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-02-22Make md5sum not display filename when reading stdinandersen2-2/+12
2001-02-22Make init compile when DEBUG_INIT is enabledandersen2-6/+4
2001-02-22Another update to the way usage messages are done by Evin Robertsonandersen10-5293/+2641
2001-02-22Revert my change to do extra termType checking. That is done elsewhere.andersen2-6/+0
2001-02-22Adjust the terminal height for any overlap, so that no linesandersen2-10/+32
2001-02-21Oops! I left in my debug noise.andersen2-6/+0
2001-02-21df was totally broken. So I fixed it.andersen2-22/+64
2001-02-20Small patch from Kent Robotti to show megabytes in human-readable output.markw2-2/+4
2001-02-20Minor cleanup.andersen2-26/+22
2001-02-20Apply a patch from Magnus Damm <damm@opensource.se> to supportandersen2-76/+322
2001-02-20Commit a patch from Erik Gustavsson <cyrano@algonet.se>, to allowandersen2-8/+30
2001-02-20Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put itandersen2-12/+10
2001-02-20This fixes lash so it handles environment variable expansion, regardlessandersen3-51/+90
2001-02-20Cleanup the use of 'find' to prevent error msgs.andersen1-4/+4
2001-02-20Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPSandersen2-8/+8
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.handersen204-378/+362
2001-02-18Put back Vladimir's testing defines, which I mistakenly removed.andersen2-8/+12
2001-02-18A few more cleanups from Vladimir.andersen1-17/+21
2001-02-18Another patch from Vladimir to eliminate obsolete junk.andersen4-18/+4
2001-02-18A small cleanup by Vladimirandersen2-16/+10
2001-02-18Remove leftover junkandersen2-2/+0
2001-02-17Get rid of long stale usage message code.andersen4-20/+12
2001-02-17A bunch of usage clenups from kent robotti <robotti@metconnect.com>andersen3-66/+63
2001-02-17More updates from Larry Doolittle. Don't use basedir, Don't assumeandersen1-8/+7
2001-02-17More updates.andersen1-4/+3
2001-02-17Ignore applet_source_listandersen1-0/+1
2001-02-17Update the build system for pristine source directory builds. Thisandersen9-85/+167
2001-02-17Update the debian build stuffandersen4-157/+622
2001-02-17Throw out the obsolete INIT_CHROOT junkandersen2-182/+0
2001-02-16Several features were hard coded on. Stop that. List tab completionandersen3-29/+20
2001-02-16Commit Vladimir's latest cmdedit. I modified it slightly to ensureandersen5-18/+17
2001-02-16Revert multibuild.pl change.andersen1-1/+0
2001-02-16Regression testing bugfixes from Larry Doolittle. As an aside,andersen1-3/+4
2001-02-16Do usage messages the same way all other apps fo them.andersen5-46/+42
2001-02-16Patch from Larry Doolittle to cross things in multibuild.plandersen1-0/+1
2001-02-16Make ar be crossed.andersen3-986/+2057
2001-02-16Make dpkg require dpkg-debandersen1-0/+6
2001-02-16Fix warning for implicit declaration of time()bug12-2/+4
2001-02-16Fix compile error, sync() always returns 0 anyway.bug12-2/+6
2001-02-15Another small formatting change from Larry Doolittle.markw2-8/+12
2001-02-15Applied patch from Larry Doolittle that does the following:markw2-106/+108
2001-02-15Acknowledge Kenneth Chalmers ln fix.andersen1-0/+3
2001-02-15use perror_msg instead of perror to print the applet name.andersen2-36/+62
2001-02-15fix a few mallocs to be xmallocs.andersen2-4/+4
2001-02-15Patch from Matt Kraai to fix bug #1103. I've tested it,andersen2-6/+10
2001-02-15Fixed 'ls -s' so it actually displays block sizes again.andersen2-6/+6
2001-02-14Make usage.c depend on usage.handersen1-0/+2
2001-02-14Fins find message.andersen3-6/+6
2001-02-14I forgot to add usage.h, so here it is, with a few extra cleanups.andersen4-2/+6122
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workandersen198-3979/+702