Use the correct buffer when calling dirname, improve an error message, and
[oweals/busybox.git] / coreutils /
2001-08-22 Eric AndersenScrub things and ditch uint64_t and use a custom type...
2001-08-21 Eric AndersenFix dos2unix compile problem with certain glibc versions
2001-08-09 Matt KraaiRemove BB_SH define entirely.
2001-08-06 Matt KraaiUse ferror(3) to check for errors, rather than inspecti...
2001-08-02 Eric AndersenFix up some silly messups with the debian packaging... 0_60_0
2001-08-02 Eric AndersenMore libc5 fixups
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-07-31 Eric AndersenMake formatting match GNU ls (we were including a spare...
2001-07-31 Matt KraaiAlways write record counts to stderr.
2001-07-29 Glenn L McGrathFix permisions when reading from stdin
2001-07-29 Glenn L McGrathFix broken logic when wraping encoded data into rows...
2001-07-28 Glenn L McGrathThe src buffer size has to be a multiple of 3 (as i...
2001-07-28 Glenn L McGrathRewrite based on wget uuencode function.
2001-07-25 Eric AndersenThis fixes dos2unix and unix2dos so they behave as...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-10 Eric AndersenPatch for md5sum from Aaron Lehmann <aaronl@vitelus...
2001-07-10 Eric AndersenCleanup from vodz
2001-07-09 Eric AndersenPatch from vodz to support 'tr a-z A-Z' syntax.
2001-07-02 Eric AndersenPer patch from vodz, change a couple of consts to defin...
2001-06-30 Eric AndersenPad the human readable output for 'ls -sh' to 6 chars...
2001-06-30 Eric AndersenFix a silly logic error which caused symlinks to be...
2001-06-30 Manuel Novoa III Fixed scaling problems involving make_human_readable_str.
2001-06-30 Manuel Novoa III ls -s was reporting bytes instead of blocks.
2001-06-29 Eric AndersenA really nice patch from Manuel Novoa III for compile...
2001-06-29 Manuel Novoa III Add some missing includes to kill warnings when buildin...
2001-06-26 Eric AndersenA patch from Erik Meusel <erik@wh58-709.st.uni-magdebur...
2001-06-25 Eric AndersenFix up some warnings that show up on ppc
2001-06-23 Eric AndersenThese were broken when using dmalloc due to include...
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-06-01 Eric AndersenVladimir's last_patch13, containing several bugfixes.
2001-05-24 Mark WhitleySome more patchelttes from Larry Doolittle.
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-18 Mark Whitley(Almost) brand-new version of cut that supports muitipl...
2001-05-17 Matt KraaiFix applet_name.
2001-05-17 Matt KraaiFix invocation of builtin shell to have proper argc...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-15 Eric AndersenPatch from Vladimir:
2001-05-11 Eric AndersenThis patch from Lars Kellogg-Stedman, fixes the behavior of
2001-05-11 Matt KraaiCheck that putenv succeeded, suggested by Jonas Holmberg.
2001-05-11 Matt KraaiFix handling of '-' option and way that variables are...
2001-05-07 Eric AndersenSilence cut so it doesn't whine during compilation
2001-05-07 Eric AndersenPatch from Vladimir to use last_char_is to simplify...
2001-05-07 Eric AndersenPatch from Vladimir to remove testing stuff from stty
2001-05-05 Matt KraaiRewrite -c and -b processing to shrink code and elimina...
2001-05-03 Matt KraaiRemove summary header. Not present in GNU or SUSv2.
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.
next