hehe. Screwed that one up. Lets do things right this time.
[oweals/busybox.git] / coreutils /
2002-12-11 Eric AndersenAdd missing header file to squash a warning
2002-12-10 Glenn L McGrathFix undefined behaviour and save some bytes as suggeste...
2002-12-10 Glenn L McGrathRealpath applet
2002-12-06 Eric AndersenFixup buffer allocation
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-28 Glenn L McGrathStyle
2002-11-28 Glenn L McGrathWoops, forgot they printout applet name as well....
2002-11-28 Glenn L McGrathUse error_msg instead of fprintf(stderr
2002-11-28 Glenn L McGrathUse printf instead of fprintf(stdout
2002-11-24 Glenn L McGrathWhen making parent directories set permissions based...
2002-11-10 Glenn L McGrathWill the real od.c please stand up! (my previous commit...
2002-11-10 Glenn L McGrathPrevent a segfault if no argument, by Geoffrey Lee...
2002-10-10 Eric Andersenlast_patch59 from vodz to cleanup chmod and correctly...
2002-09-30 Eric AndersenVodz' last_patch57:
2002-09-28 Glenn L McGrathmake_directory() will fail instantly so we dont need...
2002-09-17 Eric AndersenSane-ify the screen clearing stuff.
2002-09-16 Glenn L McGrathWatch applet by Michael Habermann
2002-08-23 Aaron Lehmannmove some globals to bss
2002-08-23 Glenn L McGrathRun through indent, fix comments
2002-08-23 Glenn L McGrathRun through indent, fix comments
2002-08-23 Glenn L McGrathRun through indent, specify cast
2002-08-23 Glenn L McGrathRun through indent
2002-08-22 Glenn L McGrathRun through indent, fix BB_ define
2002-08-05 Robert Griebl- updated a few copyright/left file headers
2002-07-30 Robert GrieblAdded the -I (isofmt) options to date, which comes...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
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...
next