aboutsummaryrefslogtreecommitdiff
path: root/libbb/remove_file.c
AgeCommit message (Expand)Author
2018-09-09remove_file: don't call rmdir if remove_file return failureChen Yu
2018-04-07xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko
2018-04-07libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko
2012-05-06ln: support -T and -vSimon B
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-03-27mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-03-26remove_file: cosmetic code improvement, a few bytes savedDenis Vlasenko
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-04-12- add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-06-29Add some missing includes to kill warnings when building with the defaultManuel Novoa III
2001-05-11Fix symlink removal problem noted by Erik Andersen.Matt Kraai
2001-04-24Rewrote rm.Matt Kraai