Historique des commits

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