chmod: support -vcf if CONFIG_DESKTOP
[oweals/busybox.git] / coreutils / rm.c
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2001-06-29 Manuel Novoa III Add some missing includes to kill warnings when buildin...
2001-04-24 Matt KraaiRewrote rm.
2001-04-11 Glenn L McGrathVladimir's patch to reverse previous patch
2001-03-19 Eric AndersenSimpify detection of no options.
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-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-05 Matt KraaiUse perrorMsg instead of perror and keep removing files...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-20 Matt KraaiOnly remove directories when removing recursively.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-14 Pavel RoskinFixed "rm foo" that had been broken while implementing...
2000-06-06 Eric AndersenFixed a bunch of stuff:
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-11-19 Eric AndersenStuf
1999-11-15 Eric AndersenUpdates
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-09 Eric AndersenStuff
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-18 Eric AndersenMore stuff.
1999-10-18 Eric AndersenMore fixes
1999-10-05 Eric AndersenInitial revision 0_29alpha2