Age | Commit message (Expand) | Author |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-15 | *: use llist_pop for traverse-and-free list operation | Denis Vlasenko |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-03-23 | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-01-28 | *: tidy up usage of char **environ | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | 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-08-06 | env: micro-optimization | 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-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-17 | several *.c files: | Denis Vlasenko |
2007-03-14 | chown, env: stop using statics | Denis Vlasenko |
2007-02-06 | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-10-03 | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko |
2006-10-03 | runit/chpst: "change process state" utility | Denis Vlasenko |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" |
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-02-22 | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2004-04-16 | Thats odd. I guess this was cut-n-paste error, but vodz | Eric Andersen |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2003-11-07 | As vodz pointed out, setting unset_env to NULL is sufficient | Eric Andersen |
2003-11-03 | Set unset_env pointing to a NULL item, to prevent us from walking | Eric Andersen |
2003-07-28 | last_patch98 from vodz: | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-06-20 | last_patch89 from vodz: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2001-05-16 | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai |
2001-05-11 | Check that putenv succeeded, suggested by Jonas Holmberg. | Matt Kraai |
2001-05-11 | Fix handling of '-' option and way that variables are added to the | Matt Kraai |
2001-03-29 | Add in a new standalone env applet for fixing up app's environments | Eric Andersen |