| Commit message (Expand) | Author | Age | Files | Lines |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | awk: fix a trivial bug introduced by me. | vda | 2007-05-18 | 1 | -1/+1 |
* | awk: make code a bit less obfuscated | vda | 2007-05-17 | 1 | -240/+251 |
* | several *.c files: | vda | 2007-05-17 | 1 | -2/+1 |
* | vi: remove two globals | vda | 2007-05-17 | 1 | -66/+72 |
* | awk: don't segfault on printf(%*s). Close 1337. | vda | 2007-05-09 | 1 | -1/+4 |
* | awk: guard against empty environment | vda | 2007-05-03 | 1 | -1/+2 |
* | style fixes. No code changes | vda | 2007-04-12 | 1 | -1/+2 |
* | audit small applets and mark some of them as NOFORK. | vda | 2007-04-10 | 1 | -0/+2 |
* | getopt32: fix llist_t options ordering. llist_rev is not unused. | vda | 2007-04-08 | 1 | -1/+0 |
* | awk: support multiple -v options | vda | 2007-03-10 | 1 | -3/+8 |
* | awk: fix memory leak (can affect large file processing) | vda | 2007-02-24 | 1 | -18/+18 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #1 | vda | 2007-01-29 | 1 | -20/+27 |
* | whitespace fixes (leading spaces to tab) | vda | 2007-01-13 | 1 | -1/+1 |
* | Trailing whitespace removal over entire tree | vda | 2007-01-11 | 1 | -2/+2 |
* | awk: style fixes | vda | 2007-01-01 | 1 | -27/+23 |
* | awk: undo locale setting for numbers - or else parsing | vda | 2007-01-01 | 1 | -0/+5 |
* | awk: style cleanup. A lot of rw data moved to ro | vda | 2007-01-01 | 1 | -294/+293 |
* | style fixes | vda | 2006-12-26 | 1 | -12/+11 |
* | remove useless casts (type*) xzalloc(...) | vda | 2006-12-22 | 1 | -7/+6 |
* | remove casts from xmalloc() | vda | 2006-12-19 | 1 | -3/+3 |
* | Add option to disable command execution from vi & awk | vda | 2006-12-19 | 1 | -1/+2 |
* | Fix largefile breakage; advance version to 1.2.2 | vda | 2006-10-27 | 1 | -2/+1 |
* | use skip_whitespace where appropriate | vda | 2006-10-25 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -1/+1 |
* | awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067 | vda | 2006-10-07 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -2/+2 |
* | lots of silly indent fixes | vda | 2006-10-03 | 1 | -2/+2 |
* | several fixes from openWRT project | vda | 2006-09-26 | 1 | -1/+30 |
* | awk: getopt_ulflags'isation | vda | 2006-09-22 | 1 | -37/+27 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | vda | 2006-09-06 | 1 | -1/+1 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | landley | 2006-08-29 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -24/+14 |
* | Remove all usage of the "register" storage class specifier. | rpjday | 2006-07-01 | 1 | -8/+8 |
* | Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary | landley | 2006-05-21 | 1 | -8/+8 |
* | - include strings.h | aldot | 2006-05-19 | 1 | -0/+1 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | landley | 2006-05-07 | 1 | -14/+14 |
* | touchup comment | vapier | 2006-04-16 | 1 | -1/+1 |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | landley | 2006-03-10 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 1 | -1/+1 |
* | Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. | landley | 2006-02-14 | 1 | -5/+13 |
* | - add platform.h. | aldot | 2006-01-22 | 1 | -16/+3 |
* | Bug 112, return value of awk should be /256. In reality, we should probably | landley | 2006-01-09 | 1 | -1/+1 |
* | more const, attribute_noreturn saved 200 bytes | vodz | 2005-10-19 | 1 | -24/+26 |
* | - consume space between functionname and opening brackets | aldot | 2005-10-17 | 1 | -1/+2 |
* | as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod... | vapier | 2005-09-27 | 1 | -20/+20 |
* | eat misappropriated whitespace | vapier | 2005-09-27 | 1 | -66/+66 |
* | uncuddle function scope brackets | vapier | 2005-09-27 | 1 | -116/+116 |
* | split libbb: moved xregcomp separatelly for speed up recompile | vodz | 2005-09-14 | 1 | -1/+1 |