Added a compile time option to suppress the "Using fallback.." message
[oweals/busybox.git] / coreutils /
2002-07-11 Eric AndersenFixup warnings and undefined operations that show up...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric AndersenLittle fix to avoid overflow
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2002-06-15 Eric AndersenFix a potential macro expansion problem... isspace...
2002-06-15 Eric AndersenDon't use pointless GNU-isms
2002-06-06 Eric Andersenlast_patch41 from vodz to fix stty -F and similar
2002-05-29 Manuel Novoa III Include busybox.h before testing CONFIG_LOCALE_SUPPORT.
2002-05-27 Robert GrieblAdded include for isdigit(); simplified -<num> detection
2002-05-17 Robert GrieblSUpport old style -[::digit::] options for head and...
2002-05-01 Tim Rikerfix and shrink uuencode
2002-04-27 Eric AndersenFix silly combinitorial oversight
2002-04-27 Eric AndersenSupport noerror option
2002-04-26 Eric AndersenAdd the who applet, supplied by Da Chen <dchen@ayrnetwo...
2002-04-17 Eric Andersenls could mis-color certain entries when previous commands
2002-04-13 Eric AndersenUpdate some missing copyright notices
2002-04-06 Eric AndersenPatch from Edward Betts <edward@debian.org> to add...
2002-04-06 Eric AndersenApply lash_patch35 from vodz, which brings several...
2002-03-25 Manuel Novoa III Work around compiler/assembler problem and reduce code...
2002-03-20 Eric AndersenEliminate extra trailing space
2002-03-20 Eric AndersenPatch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl...
2002-03-08 Matt Kraailist_single: Declare scratch iff CONFIG_FEATURE_LS_USER...
2002-03-08 Matt Kraai* fileutils/ls.c (showfiles): Display multiple short...
2002-02-05 Matt Kraai* fileutils/dd.c (dd_main): Ignore ftruncate error...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-20 Matt KraaiAvoid printing a trailing blank character.
2001-12-17 Matt KraaiMake cp and mv optionally preserve hard links.
2001-12-11 Matt KraaiUse an int to hold the result of fgetc (bug noted by...
2001-12-07 Matt KraaiContinue processing files if we are asked to touch...
2001-12-07 Matt KraaiUpdate copyright and close file descriptors (noted...
2001-12-06 Eric AndersenMerge in the cal applet from Steve Merrifield <steve...
2001-12-05 Manuel Novoa III Combined size reduction changes by Glenn and myself...
2001-11-21 Glenn L McGrathMinor space saving improvments
2001-11-21 Glenn L McGrathWhen just counting chars of a file stat file instead...
2001-11-21 Glenn L McGrathwoops. dotn pass NULL
2001-11-21 Glenn L McGrathSimplify print function, prints an extra space if no...
2001-11-21 Glenn L McGrathUse enums for selected functionality, Reduce the size...
2001-11-17 Eric AndersenDavid Kimdon <dwhedon@instant802.com> noticed a thinko
2001-11-02 Glenn L McGrathIntroduce od and hexdump applets
2001-10-31 Eric AndersenFixup some silly prototype warnings
2001-10-24 Matt KraaiSplit true and false into separate applets.
2001-10-24 Eric AndersenFixup the location of pwd.h and grp.h
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-10-05 Glenn L McGrathUse wfopen instead of fopen & error_msg, saves 64 bytes
2001-10-05 Matt KraaiInvert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREF...
2001-08-29 Matt KraaiAdd -p support.
2001-08-29 Matt KraaiSUSv2 specifies that if the extension is identical...
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...
next