aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2001-04-17Applied patch from I.Q. to add sort -u as a feature.Mark Whitley
2001-04-17Changed line[strlen(line) - 1] = '\0'; to chomp(line);Mark Whitley
2001-04-17Applied patch from I.Q. to fix problem with sort -n.Mark Whitley
2001-04-14Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com>Eric Andersen
2001-04-12Fix dos2unix/tr problem noted by Larry Doolittle.Matt Kraai
2001-04-12use tmpfile() and revert my previous changes... convert() belongs hereGlenn L McGrath
2001-04-12Move convert to libbbGlenn L McGrath
2001-04-11Vladimir's patch to reverse previous patchGlenn L McGrath
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
2001-04-05more FILE_OFFSET_BITS == 64 adjustments.Eric Andersen
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
2001-04-03Place a temporary bandaid on the ls/du/df human-readable issue. This method isEric Andersen
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen
2001-03-28Fix ls so it uses make_human_readable_str() the same way alreadyEric Andersen
2001-03-27Applied patch from David Douthitt to fix problem where ls reports half theMark Whitley
2001-03-23-Wshadow tr fix from Jeff GarzikEric Andersen
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
2001-03-19Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen
2001-03-19Simpify detection of no options.Eric Andersen
2001-03-19locale correction patch from VladimirEric Andersen
2001-03-19Should exclude "i" option when not enabled.Eric Andersen
2001-03-19Doesn't need a "-" option -- getopt does that for us.Eric Andersen
2001-03-19Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUEEric Andersen
2001-03-19getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will workEric Andersen
2001-03-13Credited Christophe Boyaniqu for interactive patch to rm.Mark Whitley
2001-03-13Applied patch from Christophe Boyanique to add -i support to rm.Mark Whitley
2001-03-10/* getopt not needed */Mark Whitley
2001-03-09Added some more '/* getopt not needed */' lines.Mark Whitley
2001-03-09Fixed df.c so that nfs volumes will display properly (fixing bug #1113).Eric Andersen
2001-03-09Patch from Jeff Garzik marking a few 'getopt not needed' apps.Eric Andersen
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen
2001-03-07Eliminate superfluous test.Matt Kraai
2001-03-07Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofMark Whitley
2001-03-07Static-ify a variable. make du work with all the human-readable variantsEric Andersen
2001-03-07Fix up du so it behaves itself also.Eric Andersen
2001-03-07Fix up df so it works properlyEric Andersen
2001-03-07Fix up ls.c to ensure human readable works properly in all casesEric Andersen
2001-03-06I made these little simplifications a while back, bug forgot toEric Andersen
2001-03-02Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour inMark Whitley
2001-02-27Patch from Vladimir N. Oleynik to save 128 bytes by moving errorEric Andersen
2001-02-22Add in kent robotti's updated dos2unix.cEric Andersen
2001-02-22Make md5sum not display filename when reading stdinEric Andersen
2001-02-21Oops! I left in my debug noise.Eric Andersen
2001-02-21df was totally broken. So I fixed it.Eric Andersen
2001-02-20Small patch from Kent Robotti to show megabytes in human-readable output.Mark Whitley
2001-02-20Minor cleanup.Eric Andersen
2001-02-20Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPSEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-18Another patch from Vladimir to eliminate obsolete junk.Eric Andersen