Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Denis Vlasenko b95636c52f remove casts from xmalloc() 18 vuotta sitten
  Denis Vlasenko 249fabf1a3 Add option to disable command execution from vi & awk 18 vuotta sitten
  Denis Vlasenko b54b208d90 Fix largefile breakage; advance version to 1.2.2 18 vuotta sitten
  Denis Vlasenko d18a3a20db use skip_whitespace where appropriate 18 vuotta sitten
  Denis Vlasenko e1a0d486e4 message string changes, mostly for consistency, also -32 bytes in .rodata 18 vuotta sitten
  Denis Vlasenko 890ac9deb2 awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067 18 vuotta sitten
  Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32. 18 vuotta sitten
  Denis Vlasenko 9275814a9e lots of silly indent fixes 18 vuotta sitten
  Denis Vlasenko e175ff252f several fixes from openWRT project 18 vuotta sitten
  Denis Vlasenko 099efbf99e awk: getopt_ulflags'isation 18 vuotta sitten
  Denis Vlasenko 6d655be5df removed a lot of trailing \n in bb_msg() calls. It is added 18 vuotta sitten
  Rob Landley 88621d7398 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage 18 vuotta sitten
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 vuotta sitten
  "Robert P. J. Day" 68229837ff Remove all usage of the "register" storage class specifier. 18 vuotta sitten
  Rob Landley 9ffd42317b Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary 18 vuotta sitten
  Bernhard Reutner-Fischer a2a647dfc1 - include strings.h 18 vuotta sitten
  Rob Landley a389651115 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes 18 vuotta sitten
  Mike Frysinger 4b7b8a58a1 touchup comment 18 vuotta sitten
  Rob Landley bc68cd14cc Patch from Denis Vlasenko turning static const int (which gets emitted into 19 vuotta sitten
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function 19 vuotta sitten
  Rob Landley 46e351d478 Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. 19 vuotta sitten
  Bernhard Reutner-Fischer 86f5c9906b - add platform.h. 19 vuotta sitten
  Rob Landley 5184336647 Bug 112, return value of awk should be /256. In reality, we should probably 19 vuotta sitten
  "Vladimir N. Oleynik" 5cf9a03b3f more const, attribute_noreturn saved 200 bytes 19 vuotta sitten
  Bernhard Reutner-Fischer bb20462cb3 - consume space between functionname and opening brackets 19 vuotta sitten
  Mike Frysinger f87b3e30a7 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 19 vuotta sitten
  Mike Frysinger de2b93859c eat misappropriated whitespace 19 vuotta sitten
  Mike Frysinger 10a11e23ba uncuddle function scope brackets 19 vuotta sitten
  "Vladimir N. Oleynik" 23f62fc6f3 split libbb: moved xregcomp separatelly for speed up recompile 19 vuotta sitten
  "Vladimir N. Oleynik" b4f3cff6f5 removed strange extern void xregcomp(... from some applets, but declared from libbb.h 19 vuotta sitten