truncate: always set mode when opening file to avoid fortify errors
[oweals/busybox.git] / coreutils / rm.c
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-03-27 Denis Vlasenkols: warning fix
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-13 Denis Vlasenkoteach find_root_device to deal with /dev/ subdirs
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
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