1. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  2. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  3. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  4. 8ae5b28 awk: another smallish code shrink by Denis Vlasenko · 16 years ago
  5. e0a7fc5 uname,individual: fix improper printf usage uname,awk: small code shrink by Denis Vlasenko · 16 years ago
  6. 3bb2bbd awk: fix a case with multiple -f options. simplify -f file reading. by Denis Vlasenko · 16 years ago
  7. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  8. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  9. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  10. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  11. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  12. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  13. af1bd09 awk: fix -F 'regex' bug (miscounted fields if last field is empty) by Denis Vlasenko · 17 years ago
  14. b78c782 awk: style fixes; remove one xstrdup/free pair; testsuite by Denis Vlasenko · 17 years ago
  15. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  16. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
  17. e16e6e7 awk: experimentally modify "global" trick to make code smaller by Denis Vlasenko · 18 years ago
  18. ae5a8aa awk: move all data to malloc space by Denis Vlasenko · 18 years ago
  19. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  20. d9b5ab8 awk: fix a trivial bug introduced by me. by Denis Vlasenko · 18 years ago
  21. ffba941 awk: make code a bit less obfuscated by Denis Vlasenko · 18 years ago
  22. 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 18 years ago
  23. cd5c786 vi: remove two globals by Denis Vlasenko · 18 years ago
  24. 389f9d5 awk: don't segfault on printf(%*s). Close 1337. by Denis Vlasenko · 18 years ago
  25. f71d916 awk: guard against empty environment by Denis Vlasenko · 18 years ago
  26. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  27. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
  28. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
  29. be644a8 awk: support multiple -v options by Denis Vlasenko · 18 years ago
  30. 629563b awk: fix memory leak (can affect large file processing) by Denis Vlasenko · 18 years ago
  31. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  32. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  33. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  34. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  35. e1d3e03 awk: style fixes by Denis Vlasenko · 18 years ago
  36. 6dc6ebb awk: undo locale setting for numbers - or else parsing by Denis Vlasenko · 18 years ago
  37. f782f52 awk: style cleanup. A lot of rw data moved to ro by Denis Vlasenko · 18 years ago
  38. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  39. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  40. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  41. 249fabf Add option to disable command execution from vi & awk by Denis Vlasenko · 18 years ago
  42. b54b208 Fix largefile breakage; advance version to 1.2.2 by Denis Vlasenko · 18 years ago
  43. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  44. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  45. 890ac9d awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067 by Denis Vlasenko · 18 years ago
  46. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  47. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  48. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  49. 099efbf awk: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  50. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  51. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  52. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  53. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  54. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 19 years ago
  55. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  56. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  57. 4b7b8a5 touchup comment by Mike Frysinger · 19 years ago
  58. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  59. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  60. 46e351d Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. by Rob Landley · 19 years ago
  61. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  62. 5184336 Bug 112, return value of awk should be /256. In reality, we should probably by Rob Landley · 19 years ago
  63. 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
  64. bb20462 - consume space between functionname and opening brackets by Bernhard Reutner-Fischer · 19 years ago
  65. 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
  66. de2b938 eat misappropriated whitespace by Mike Frysinger · 19 years ago
  67. 10a11e2 uncuddle function scope brackets by Mike Frysinger · 19 years ago
  68. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  69. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  70. ed830e8 Patch from Dmitry Zakharov: by Rob Landley · 20 years ago
  71. ca29ffc Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts. by Glenn L McGrath · 20 years ago
  72. 67776be Simon Poole reports that awk segfaults when environment variables by Eric Andersen · 20 years ago
  73. 1fbc909 Patch from Dmitry Zakharov to fix a bug discovered via the freeswap script. by Glenn L McGrath · 20 years ago
  74. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  75. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  76. 4bded58 Patch from Dmitry Zakharov, this line was missedfrom the last patch by Glenn L McGrath · 21 years ago
  77. 00ed36f Patch from Dmitry Zakharov, by Glenn L McGrath · 21 years ago
  78. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  79. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  80. d4036f8 Use erorr_msg( isntead of fprintf(stderr, by Glenn L McGrath · 22 years ago
  81. 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