index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
/
remove_file.c
Age
Commit message (
Expand
)
Author
2018-09-09
remove_file: don't call rmdir if remove_file return failure
Chen Yu
2018-04-07
xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy
Denys Vlasenko
2018-04-07
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2014-05-19
Add conditional support for -v / --verbose
Denys Vlasenko
2012-05-06
ln: support -T and -v
Simon B
2010-08-16
*: make GNU licensing statement forms more regular
Denys 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-on
Denis Vlasenko
2008-03-27
mdev: plug a few memory and fd leaks; simplify code a bit
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-03-26
remove_file: cosmetic code improvement, a few bytes saved
Denis Vlasenko
2006-11-18
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-04-12
- add and use bb_opendir(), bb_xopendir().
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2003-05-26
Vodz, last_patch_86
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-06-29
Add some missing includes to kill warnings when building with the default
Manuel Novoa III
2001-05-11
Fix symlink removal problem noted by Erik Andersen.
Matt Kraai
2001-04-24
Rewrote rm.
Matt Kraai