2008-08-04 |
Denis Vlasenko | xargs: fix -e default to match newer GNU xargs, add... |
blob | commitdiff | raw |
2008-08-03 |
Denis Vlasenko | xargs: fix xargs -e; added test for that |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Denis Vlasenko | libbb: [x]fopen_for_{read,write} introduced and used. |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Denis Vlasenko | *: use llist_pop for traverse-and-free list operation |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bernhard Reutner... | - use EXIT_{SUCCESS,FAILURE}. No object-code changes |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Denis Vlasenko | more -Wall warning fixes from Cristian Ionescu-Idbohrn. |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Denis Vlasenko | 'simple' error message functions by Loic Grenie <loic... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Denis Vlasenko | xargs: simplify word list management |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Denis Vlasenko | hush: use NOFORK applets as appropriate. Net reduction... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Denis Vlasenko | style fixes. No code changes |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Denis Vlasenko | xargs: fix my brain fart (resulted in memory leak) |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Denis Vlasenko | audit small applets and mark some of them as NOFORK. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Denis Vlasenko | factor out NOFORK/NOEXEC code from find. Use it for... |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Denis Vlasenko | xargs: shrink code, ~80 bytes |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Denis Vlasenko | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #2 |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Denis Vlasenko | xargs: simplify option parsing |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove xcalloc() and convert its callers to xzalloc... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-06-02 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Bernhard Reutner... | - use the defines CURRENT_TTY and VC_1; also shrink... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
"Vladimir N. Oleynik" | removed warning "comparison between signed and unsigned... |
blob | commitdiff | raw | diff to current |
2005-09-05 |
"Vladimir N. Oleynik" | 1) bb_opt_complementaly -> bb_opt_complementally |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Eric Andersen | Try to make indent formatting less horrible |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Glenn L McGrath | Add a comment with link to the SUSv3 standard for xargs |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Glenn L McGrath | run through indent |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Glenn L McGrath | Vods versions of xargs |
blob | commitdiff | raw | diff to current |
2003-10-09 |
Glenn L McGrath | Bugfix for xargs |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Glenn L McGrath | Add the x, n, s and E options, remove -r as its expecte... |
blob | commitdiff | raw | diff to current |
2003-10-03 |
Glenn L McGrath | Dont mix xarg options with utility option, fixes example of |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Eric Andersen | last_patch89 from vodz: |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-11-10 |
Glenn L McGrath | Rewrite of xargs by Vladimir N. Oleynik |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Eric Andersen | last_patch55 from vodz: |
blob | commitdiff | raw | diff to current |
2002-08-03 |
Robert Griebl | Fixed a bug in xarg: string data was strcat'ed to a... |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Eric Andersen | Call xmalloc before realloc |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Eric Andersen | Major rework of the directory structure and the entire... |
blob | commitdiff | raw | diff to current |
2001-03-23 |
Eric Andersen | xstrdup xargs cleanup from Jeff Garzik |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-01 |
Matt Kraai | Fix wget error message and add (and use) chomp library... |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Mark Whitley | Changed email address to codepoet.org, updated list... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Matt Kraai | Use busybox error handling functions wherever possible. |
blob | commitdiff | raw | diff to current |
2000-11-14 |
Mark Whitley | Brand new version of xargs. Tested thoroughly by Kent... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Eric Andersen | Yet more polish (thanks again to kent robotti for the... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Some more polish to make xargs act like GNU xargs ... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Final (I think) version of xargs. Throw away all that... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Be ever so pedantic about escaping chars that the shell... |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Eric Andersen | Fix up xargs so that things like 'cat cat.c | xargs... |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Eric Andersen | Fix xargs option parsing |
blob | commitdiff | raw | diff to current |
2000-09-23 |
Eric Andersen | Fix memory problems, and make behavior correct. |
blob | commitdiff | raw | diff to current |
2000-09-23 |
Eric Andersen | rewrite, so it should be firly clean now |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Eric Andersen | Use minix xargs instead, and update docs accordingly |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Eric Andersen | Comment on xargs choice. |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Eric Andersen | Add in xargs |
blob | commitdiff | raw | diff to current |
|