Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / remove_file.c
2018-09-09 Chen Yuremove_file: don't call rmdir if remove_file return...
2018-04-07 Denys Vlasenkoxargs: use bb_ask_y_confirmation_FILE() instead of...
2018-04-07 Denys Vlasenkolibbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmat...
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2012-05-06 Simon Bln: support -T and -v
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-27 Denis Vlasenkomdev: plug a few memory and fd leaks; simplify code...
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-03-26 Denis Vlasenkoremove_file: cosmetic code improvement, a few bytes...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-06-29 Manuel Novoa III Add some missing includes to kill warnings when buildin...
2001-05-11 Matt KraaiFix symlink removal problem noted by Erik Andersen.
2001-04-24 Matt KraaiRewrote rm.