Another update from Larry:
[oweals/busybox.git] / coreutils /
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-30 Eric AndersenThese do not need initial values. Let them live in...
2001-04-26 Matt KraaiFix handling of permission addition and removal (e...
2001-04-26 Eric AndersenDoh. I never allocated storate for the struct stat...
2001-04-26 Matt KraaiFix handling of -R flag.
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-26 Eric AndersenAs Larry pointed out, this the off by one canbe fixed...
2001-04-26 Eric AndersenFix a silly off-by-one error noticed by Santiago Garcia...
2001-04-25 Mark WhitleyApplied patch from I.Q. to add -s to cmp.
2001-04-25 Eric AndersenLarry noticed that chown and chgrp has the version...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-24 Matt KraaiRewrote rm.
2001-04-24 Eric AndersenSplit up chmod_chown_chgrp.c into 3 separate apps....
2001-04-24 Matt KraaiUse generic flag names.
2001-04-23 Matt KraaiRewrite cp and mv to be SUSv2 compliant.
2001-04-23 Matt KraaiSimplify pathname building, in which a bug was noted...
2001-04-19 Matt KraaiFix buffer underrun noted and solved by Larry Doolittle.
2001-04-17 Mark WhitleyApplied patch from I.Q. to add sort -u as a feature.
2001-04-17 Mark WhitleyChanged line[strlen(line) - 1] = '\0'; to chomp(line);
2001-04-17 Mark WhitleyApplied patch from I.Q. to fix problem with sort -n.
2001-04-14 Eric AndersenHandle endian-ness. Patch from Paul J.Y. Lahaie <pjlah...
2001-04-12 Matt KraaiFix dos2unix/tr problem noted by Larry Doolittle.
2001-04-12 Glenn L McGrathuse tmpfile() and revert my previous changes... convert...
2001-04-12 Glenn L McGrathMove convert to libbb
2001-04-11 Glenn L McGrathVladimir's patch to reverse previous patch
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-05 Eric Andersenmore FILE_OFFSET_BITS == 64 adjustments.
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-04-03 Eric AndersenPlace a temporary bandaid on the ls/du/df human-readabl...
2001-03-29 Eric AndersenAdd in a new standalone env applet for fixing up app...
2001-03-28 Eric AndersenFix ls so it uses make_human_readable_str() the same...
2001-03-27 Mark WhitleyApplied patch from David Douthitt to fix problem where...
2001-03-23 Eric Andersen-Wshadow tr fix from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-19 Eric AndersenSimpify detection of no options.
2001-03-19 Eric Andersenlocale correction patch from Vladimir
2001-03-19 Eric AndersenShould exclude "i" option when not enabled.
2001-03-19 Eric AndersenDoesn't need a "-" option -- getopt does that for us.
2001-03-19 Eric AndersenPatch from Vladimir to force interactiveFlag=FALSE...
2001-03-19 Eric Andersengetopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will...
2001-03-13 Mark WhitleyCredited Christophe Boyaniqu for interactive patch...
2001-03-13 Mark WhitleyApplied patch from Christophe Boyanique to add -i suppo...
2001-03-10 Mark Whitley/* getopt not needed */
2001-03-09 Mark WhitleyAdded some more '/* getopt not needed */' lines.
2001-03-09 Eric AndersenFixed df.c so that nfs volumes will display properly...
2001-03-09 Eric AndersenPatch from Jeff Garzik marking a few 'getopt not needed...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-03-07 Matt KraaiEliminate superfluous test.
2001-03-07 Mark WhitleySome minor cleanups to df.c. Also, with Erik's blessing...
2001-03-07 Eric AndersenStatic-ify a variable. make du work with all the human...
2001-03-07 Eric AndersenFix up du so it behaves itself also.
2001-03-07 Eric AndersenFix up df so it works properly
2001-03-07 Eric AndersenFix up ls.c to ensure human readable works properly...
2001-03-06 Eric AndersenI made these little simplifications a while back, bug...
2001-03-02 Mark WhitleyApplied patch from Vladimir N. Oleynik that fixes incor...
2001-02-27 Eric AndersenPatch from Vladimir N. Oleynik to save 128 bytes by...
2001-02-22 Eric AndersenAdd in kent robotti's updated dos2unix.c
2001-02-22 Eric AndersenMake md5sum not display filename when reading stdin
2001-02-21 Eric AndersenOops! I left in my debug noise.
2001-02-21 Eric Andersendf was totally broken. So I fixed it.
2001-02-20 Mark WhitleySmall patch from Kent Robotti to show megabytes in...
2001-02-20 Eric AndersenMinor cleanup.
2001-02-20 Eric AndersenOops. Put time.h after busybox.h, so we can check...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-18 Eric AndersenAnother patch from Vladimir to eliminate obsolete junk.
2001-02-17 Eric AndersenGet rid of long stale usage message code.
2001-02-16 Glenn L McGrathFix compile error, sync() always returns 0 anyway.
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.
next