Age | Commit message (Expand) | Author |
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 |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-03-23 | xstrdup xargs cleanup from Jeff Garzik | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-01 | Fix wget error message and add (and use) chomp library function. | Matt Kraai |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen |
2001-01-04 | Changed email address to codepoet.org, updated list of applets / docs I | Mark Whitley |
2000-12-22 | Use busybox error handling functions wherever possible. | Matt Kraai |
2000-11-14 | Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato, | Mark Whitley |
2000-09-26 | Yet more polish (thanks again to kent robotti for the bug reports). | Eric Andersen |
2000-09-25 | Some more polish to make xargs act like GNU xargs (thanks to kent robotti | Eric Andersen |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-25 | Final (I think) version of xargs. Throw away all that tedious string | Eric Andersen |
2000-09-25 | Be ever so pedantic about escaping chars that the shell might not like... | Eric Andersen |
2000-09-24 | Fix up xargs so that things like 'cat cat.c | xargs echo' will | Eric Andersen |
2000-09-24 | Fix xargs option parsing | Eric Andersen |
2000-09-23 | Fix memory problems, and make behavior correct. | Eric Andersen |
2000-09-23 | rewrite, so it should be firly clean now | Eric Andersen |
2000-09-22 | Use minix xargs instead, and update docs accordingly | Eric Andersen |
2000-09-22 | Comment on xargs choice. | Eric Andersen |
2000-09-22 | Add in xargs | Eric Andersen |