- b54b208 Fix largefile breakage; advance version to 1.2.2 by Denis Vlasenko · 18 years ago
- d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- 890ac9d awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067 by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
- e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
- 099efbf awk: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
- 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
- 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 19 years ago
- a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
- a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
- 4b7b8a5 touchup comment by Mike Frysinger · 19 years ago
- bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 46e351d Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. by Rob Landley · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- 5184336 Bug 112, return value of awk should be /256. In reality, we should probably by Rob Landley · 19 years ago
- 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
- bb20462 - consume space between functionname and opening brackets by Bernhard Reutner-Fischer · 19 years ago
- f87b3e3 as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits by Mike Frysinger · 19 years ago
- de2b938 eat misappropriated whitespace by Mike Frysinger · 19 years ago
- 10a11e2 uncuddle function scope brackets by Mike Frysinger · 19 years ago
- 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
- b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
- ed830e8 Patch from Dmitry Zakharov: by Rob Landley · 20 years ago
- ca29ffc Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts. by Glenn L McGrath · 20 years ago
- 67776be Simon Poole reports that awk segfaults when environment variables by Eric Andersen · 20 years ago
- 1fbc909 Patch from Dmitry Zakharov to fix a bug discovered via the freeswap script. by Glenn L McGrath · 20 years ago
- aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 4bded58 Patch from Dmitry Zakharov, this line was missedfrom the last patch by Glenn L McGrath · 21 years ago
- 00ed36f Patch from Dmitry Zakharov, by Glenn L McGrath · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
- d4036f8 Use erorr_msg( isntead of fprintf(stderr, by Glenn L McGrath · 22 years ago
- 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago