Age | Commit message (Expand) | Author |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-11-02 | *: introduce and use ffulsh_all() | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2008-08-04 | xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. | Denis Vlasenko |
2008-08-03 | xargs: fix xargs -e; added test for that | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
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-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | 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-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-15 | xargs: simplify word list management | Denis Vlasenko |
2007-04-14 | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko |
2007-04-12 | style fixes. No code changes | Denis Vlasenko |
2007-04-10 | xargs: fix my brain fart (resulted in memory leak) | Denis Vlasenko |
2007-04-10 | audit small applets and mark some of them as NOFORK. | Denis Vlasenko |
2007-04-09 | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | Denis Vlasenko |
2007-04-09 | xargs: shrink code, ~80 bytes | 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 |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-29 | xargs: simplify option parsing | Denis Vlasenko |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-05-27 | - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: | Bernhard Reutner-Fischer |
2006-01-30 | removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU... | "Vladimir N. Oleynik" |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-10-31 | Try to make indent formatting less horrible | Eric Andersen |
2003-10-30 | Add a comment with link to the SUSv3 standard for xargs | Glenn L McGrath |
2003-10-30 | run through indent | Glenn L McGrath |
2003-10-10 | Vods versions of xargs | Glenn L McGrath |
2003-10-09 | Bugfix for xargs | Glenn L McGrath |
2003-10-04 | Add the x, n, s and E options, remove -r as its expected behaviour. | Glenn L McGrath |
2003-10-03 | Dont mix xarg options with utility option, fixes example of | Glenn L McGrath |
2003-06-20 | last_patch89 from vodz: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-11-10 | Rewrite of xargs by Vladimir N. Oleynik | Glenn L McGrath |
2002-09-16 | last_patch55 from vodz: | Eric Andersen |
2002-08-03 | Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and | Robert Griebl |
2001-11-19 | Call xmalloc before realloc | Eric Andersen |