summaryrefslogtreecommitdiff
path: root/libbb/remove_file.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: do not check closedir() in remove_file()Denys Vlasenko2021-06-241-5/+1
* remove_file: don't call rmdir if remove_file return failureChen Yu2018-09-091-1/+1
* xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-071-3/+4
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-3/+3
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* Add conditional support for -v / --verboseDenys Vlasenko2014-05-191-0/+8
* ln: support -T and -vSimon B2012-05-061-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-5/+5
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko2008-03-271-2/+4
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+2
* remove_file: cosmetic code improvement, a few bytes savedDenis Vlasenko2007-03-261-34/+21
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-8/+8
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-1/+1
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-15/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Vodz, last_patch_86Glenn L McGrath2003-05-261-4/+2
* Major coreutils update.Manuel Novoa III2003-03-191-13/+13
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-3/+0
* Add some missing includes to kill warnings when building with the defaultManuel Novoa III2001-06-291-0/+1
* Fix symlink removal problem noted by Erik Andersen.Matt Kraai2001-05-111-1/+2
* Rewrote rm.Matt Kraai2001-04-241-0/+127