aboutsummaryrefslogtreecommitdiff
path: root/libbb/run_parts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - add and use bb_opendir(), bb_xopendir().aldot2006-04-121-7/+2
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-3/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Larry Doolittle writes:andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* The default behaviour for run-parts is corrected to continue if an errorbug12003-08-301-2/+3
* Bruno Randolf writes:andersen2003-07-291-2/+2
* Put this back the way it was. I misunderstood what vodz was doing.andersen2003-05-271-23/+17
* This was doing some silly stuff that is not necessary when usingandersen2003-05-261-17/+23
* Major coreutils update.mjn32003-03-191-7/+7
* New test mode that allows run_parts to fail silently if the directorybug12003-01-201-4/+9
* Make test mode output same as official versionbug12003-01-201-3/+3
* Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynikbug12002-11-211-3/+4
* Use vfork, by vodzbug12002-11-151-42/+22
* Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...bug12002-11-111-0/+139