Age | Commit message (Expand) | Author |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-23 | run_parts: make it sort executables by name (required by API) | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko |
2007-06-30 | introduce and use bb_basename() | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-29 | run_parts: do not check path portion of a name for "bad chars". | Denis Vlasenko |
2007-04-08 | getopt32: fix llist_t options ordering. llist_rev is not unused. | Denis Vlasenko |
2007-04-08 | find: fix handling of -prune | Denis Vlasenko |
2007-03-29 | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer |
2007-03-28 | run_parts: I was wrong, NULL termination is already done because | Denis Vlasenko |
2007-03-28 | run_parts: NULL-terminate list of arguments; fix perror/error usage | Denis Vlasenko |
2007-03-28 | - rewrite run-parts | Bernhard Reutner-Fischer |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-11-26 | Closing bug 730. libbb run_parts is using scandir (a GNUism), | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-09-13 | - fix copy'n paste errors that got introduced when switching to the shorter b... | Bernhard Reutner-Fischer |
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-01-25 | just whitespace | Tim Riker |
2005-10-06 | change strange depend to libbb.h, but require busybox.h | "Vladimir N. Oleynik" |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-07-29 | Bruno Randolf writes: | Eric Andersen |
2003-07-26 | Move start_stop_daemon to debianutils. | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2003-01-08 | Patch by Stewart Brodie to terminate the string array correctly | Glenn L McGrath |
2002-11-11 | Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves... | Glenn L McGrath |
2002-11-11 | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath |