ash: exec: Stricter pathopt parsing
[oweals/busybox.git] / debianutils / run_parts.c
2018-12-28 Denys Vlasenkoconfig: update size information
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-10-18 Denys Vlasenkodebianutils/*: convert to new-style "one file" applets
2015-10-08 Denys Vlasenkojoin some common strings, -400 bytes
2013-10-16 Denys VlasenkoFix some compiler warnings emitted by gcc-4.8.0
2013-02-28 Peter Korsgaardrun-parts: fix unicode creep in --help
2013-02-28 Denys Vlasenkorun-parts: stop providing incompatible short options
2013-02-28 Peter Korsgaardrun-parts: add --exit-on-error | -e support
2012-06-21 Denys Vlasenkotweak help texts
2011-09-14 Ian Wienandlogin: new option LOGIN_SESSION_AS_CHILD
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-02 Pere Orgamove help text from include/usage.src.h to debianutils...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-05-10 Denys Vlasenkoremove duplicate comment
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-04-21 Denis Vlasenkoswitch_root: improve behavior on error; improve help...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-08-04 Denis Vlasenkolibbb: make xrealloc_vector zero out the realloc'ed...
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-28 Denis Vlasenkorun-parts: add --reverse
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-23 Denis Vlasenkorun_parts: make it sort executables by name (required...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-29 Denis Vlasenkorun_parts: do not check path portion of a name for...
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-03-28 Denis Vlasenkorun_parts: I was wrong, NULL termination is already...
2007-03-28 Denis Vlasenkorun_parts: NULL-terminate list of arguments; fix perror...
2007-03-28 Bernhard Reutner... - rewrite run-parts
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-26 Denis VlasenkoClosing bug 730. libbb run_parts is using scandir ...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-01-25 Tim Rikerjust whitespace
2005-10-06 "Vladimir N. Oleynik"change strange depend to libbb.h, but require busybox.h
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-29 Eric AndersenBruno Randolf writes:
2003-07-26 Eric AndersenMove start_stop_daemon to debianutils.
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-08 Glenn L McGrathPatch by Stewart Brodie to terminate the string array...
2002-11-11 Glenn L McGrathMove awk from textutils to editors. Cleanup run-parts...
2002-11-11 Glenn L McGrathMove readlink, mktemp, run-parts and which to a new...