Another small formatting change from Larry Doolittle.
[oweals/busybox.git] / coreutils /
2001-02-15 Eric Andersenuse perror_msg instead of perror to print the applet...
2001-02-15 Eric AndersenFixed 'ls -s' so it actually displays block sizes again.
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-14 Eric AndersenCommit Vladimir's latest version of stty.c. Nice work.
2001-02-05 Matt KraaiMake suffix_mult structures const. Thanks to Vladimir...
2001-02-01 Mark WhitleyBuglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-31 Eric AndersenCleanup patch from Vladimir N. Oleynik.
2001-01-30 Eric AndersenFix a stupid typo -- bug found by Larry Doolittle.
2001-01-30 Eric AndersenFix ls behavior for broken or very narrow terminals...
2001-01-29 Matt KraaiFix missing header file.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-27 Eric AndersenAdd in a patch to make busybox use the normal pwd.h...
2001-01-26 Eric AndersenFix my braindamage -- remove termios and sighandling...
2001-01-26 Eric AndersenI am an idiot. Looking over my patch, ls doesn't need...
2001-01-26 Eric AndersenMake cin be static
2001-01-26 Eric AndersenMake ls understand termios.
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-25 Eric AndersenApply a patch from Brent Priddy <brent.priddy@adtran...
2001-01-24 Eric Andersenmore bugs fixed -- found doing regression testing
2001-01-24 Eric AndersenRemove the warning messages. By consensus, netkit...
2001-01-24 Eric AndersenFix spelling. s/maintainence/maintenance/
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-22 Eric AndersenFix silly typo
2001-01-22 Eric AndersenWarn about apps that will be going away in release...
2001-01-22 Richard JuneAdd HUMAN_READABLE define for -m and -h support in...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2001-01-17 Matt KraaiComplicate truncate behavior.
2001-01-05 Mark WhitleyTurned some #define constants into static const ints.
2001-01-05 Matt KraaiRewrote tail.
2001-01-04 Mark WhitleyChanged email address to codepoet.org, updated list...
2000-12-30 Matt KraaiImprovements from Vladimir N. Oleynik.
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-20 Eric AndersenTurns out, md5sum was broken anyways. It uses backward...
2000-12-20 Eric AndersenFix a warning in sh.c. Remove use of getline() in...
2000-12-20 Matt KraaiRewrote.
2000-12-18 Matt KraaiRewrote dd.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-18 Matt KraaiAdd missing newlines to error messages.
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-12 Eric AndersenPatch from Matt Kraai to fix 'dirname /'
2000-12-12 Eric Andersendu.c error msg cleanup from Kent Robotti
2000-12-11 Eric AndersenPatch from kent robotti to fix a buglet where
2000-12-09 Eric AndersenFix problem where 'du file_that_exists' doesn't work.
2000-12-09 Eric AndersenPatch from Matt Kraai to implement uniq -[cdu]
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-07 Matt KraaiGet rid of redundant TRUE and FALSE definitions.
2000-12-06 Eric AndersenPatch from Matt Kraai to fix 'echo "1 2 3" | tr ...
2000-12-06 Matt KraaiMust compile before committing.
2000-12-06 Matt KraaiFix exit status on failure.
2000-12-05 Matt KraaiUse perrorMsg instead of perror and keep removing files...
2000-12-01 Eric AndersenRemove #ifdef __STDC__ junk. We don't do K&R round...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-29 Eric AndersenApply the BSD echo version submitted by Jonas Holmberg...
2000-11-29 Eric AndersenApply rev #2 of dd fix from Gennady Feldman.
2000-11-29 Eric AndersenApply a patch from Larry Doolittle <ldoolitt@recycle...
2000-11-29 Eric AndersenPatch from Matt Kraai to fix an infinate loop with...
2000-11-22 Matt KraaiFix behavior when removal fails.
2000-11-18 Matt KraaiFixed user and group name listing.
2000-11-17 Mark WhitleyApplied patch from Brent Priddy <brent.priddy@adtran...
2000-11-17 Eric Andersen"I will always compile before I commit."
2000-11-14 Eric AndersenRemove the BSD advertising clause, and replace it with...
2000-10-29 Eric AndersenThis was redundant
2000-10-28 Matt KraaiMake features independent.
2000-10-28 Matt KraaiWe also need to declare info if the USERNAMES feature...
2000-10-25 Matt KraaiFixed error handling and TRUE/FALSE usage.
2000-10-25 Matt KraaiCleaned up error handling and uses of TRUE/FALSE.
2000-10-25 Matt KraaiAdded a fatalPerror function to simplify error handling.
2000-10-25 Glenn L McGrathFix for bug #1068 from Kent Robotti
2000-10-23 Matt KraaiFix error messages.
2000-10-19 Matt KraaiPiss people off by removing [+-][0-9]+ options from...
2000-10-13 Matt KraaiConsolidate stat(2) and lstat(2) calls and error handling.
2000-10-13 Matt KraaiExit with failure status if we are unable to list any...
2000-10-12 Eric AndersenApply a patch from Matt Kraai to fix buffer overrun...
2000-10-09 Mark WhitleyAdded cmp and readlink applets from Matt Kraai.
2000-10-09 Eric AndersenPatch from Matt Kraai so wc will return a proper error...
2000-10-09 Eric AndersenApply a patch from Matt Kraai:
2000-10-04 Eric AndersenPatch from Matt Kraai: "When it encounters a problem...
2000-10-04 Glenn L McGrathRewrite to use getopt and return instead of exit, a...
2000-09-28 John Beppu+ shortened main() a little, and a few aesthetic cleanu...
2000-09-27 Matt KraaiRewrote head to perservere when it can't open a file...
2000-09-27 Matt KraaiContinue concatenating files even if we can't open...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-27 Matt KraaiRewrote uniq to be less than a third of the size, and...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-22 Matt KraaiStart the great EXIT_{SUCCESS,FAILURE} migration.
2000-09-22 Matt KraaiAdd support for the -L option to ls.
2000-09-21 Eric AndersenHandle 'cat -'
2000-09-21 Eric AndersenLarge file >2Gib support.
2000-09-20 Matt KraaiOnly remove directories when removing recursively.
2000-09-20 Eric AndersenAdded dos2unix, unix2dos, and unrpm.c thanks to robotti...
2000-09-13 Glenn L McGrathFix looping bug, use fullRead
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-09-11 Glenn L McGrathdd now truncates files at the end its write, this can...
2000-09-10 Glenn L McGrathRemove some debugging code
2000-09-10 Glenn L McGrathUsing seek=? used to cause part of the original file...
2000-09-10 Glenn L McGrathMy previous attempt to make dd use fullRead, fullWrite...
2000-09-07 Eric AndersenNew ls sorting patch, as written by Sterling Huxley...
2000-09-05 Eric AndersenAdded expr, from Edward Betts <edward@debian.org>,...
next