summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko11-10/+62
2012-05-06mv: accept but ignore -vSimon B1-8/+11
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-26mv: implement -n optionDenys Vlasenko2-25/+33
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2008-07-12mv: fix a case when we move dangling symlinkDenis Vlasenko1-6/+6
2008-04-22whitespace fixes. no code changesDenis Vlasenko9-30/+30
2008-03-28copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko6-26/+63
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2007-11-16- use standard-imposed constants some moreBernhard Reutner-Fischer4-5/+5
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko13-62/+66
2007-08-24cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko4-39/+45
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko22-250/+255
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko16-83/+23
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko23-145/+145
2007-03-10selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko14-47/+452
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko28-282/+273
2006-10-21cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko6-159/+188
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-05-26- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer18-12/+118
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley23-36/+20
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"20-167/+176
2005-07-20If /tmp and /home were different partitions, then "mv /tmp/file /home/file"Rob Landley1-3/+3
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-02-21Use return instead of exit, use == instead of & ==, left justify labels,Glenn L McGrath1-33/+29
2003-06-20last_patch89 from vodz:Eric Andersen19-522/+581
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-10-05Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai7-16/+16
2001-04-24Rewrote rm.Matt Kraai8-219/+195
2001-04-24Use generic flag names.Matt Kraai7-55/+56
2001-04-23Rewrite cp and mv to be SUSv2 compliant.Matt Kraai10-156/+811
2000-02-07A few minor updates. ;-)Erik Andersen76-1030/+1856
2000-01-08Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,Erik Andersen6-5/+32
1999-12-29Fixed mv so it now does the right thing (same method used in cp). RemovedErik Andersen6-99/+88
1999-12-29Fixed cp so it works as God intended it to.Erik Andersen8-53/+122
1999-11-16StufEric Andersen15-2263/+54
1999-11-10Updates to usage, and made tar work.Eric Andersen63-230/+290
1999-10-20Fixed up copyright notices and suchEric Andersen75-322/+947
1999-10-18More stuff.Eric Andersen61-233/+168
[next]