summaryrefslogtreecommitdiff
path: root/debianutils/run_parts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-10/+9
* introduce and use bb_basename()Denis Vlasenko2007-06-301-4/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-2/+2
* run_parts: do not check path portion of a name for "bad chars".Denis Vlasenko2007-04-291-7/+11
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-3/+0
* find: fix handling of -pruneDenis Vlasenko2007-04-081-1/+1
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-291-3/+1
* run_parts: I was wrong, NULL termination is already done becauseDenis Vlasenko2007-03-281-1/+1
* run_parts: NULL-terminate list of arguments; fix perror/error usageDenis Vlasenko2007-03-281-5/+5
* - rewrite run-partsBernhard Reutner-Fischer2007-03-281-130/+89
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* Closing bug 730. libbb run_parts is using scandir (a GNUism),Denis Vlasenko2006-11-261-8/+99
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-22/+22
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-16/+2
* just whitespaceTim Riker2006-01-251-3/+3
* change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"2005-10-061-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-9/+9
* Bruno Randolf writes:Eric Andersen2003-07-291-1/+3
* Move start_stop_daemon to debianutils.Eric Andersen2003-07-261-25/+31
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
* Patch by Stewart Brodie to terminate the string array correctlyGlenn L McGrath2003-01-081-1/+2
* Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...Glenn L McGrath2002-11-111-190/+44
* Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath2002-11-111-0/+251