1. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  2. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  3. 2f6ae43 stray trailing tabs removed by Denis Vlasenko · 17 years ago
  4. 2414a96 vi: comment out dead code by Denis Vlasenko · 17 years ago
  5. 91afdf8 vi: style fixlet by Denis Vlasenko · 17 years ago
  6. a3d15c8 fix typo in prev commit :( by Denis Vlasenko · 17 years ago
  7. 27da707 vi: s/argv[0]/applet_name/ by Denis Vlasenko · 17 years ago
  8. eaabf06 vi: multiple fixes by Natanael Copa <natanael.copa@gmail.com> by Denis Vlasenko · 17 years ago
  9. 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
  10. 59a1f30 vi: make status line less confusing when we open non-readable files, by Denis Vlasenko · 17 years ago
  11. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  12. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 17 years ago
  13. 0b3b41b vi: move some data to malloc'ed space: ~500 less bss, code by Denis Vlasenko · 17 years ago
  14. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  15. cd5c786 vi: remove two globals by Denis Vlasenko · 17 years ago
  16. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  17. ba2fb71 Copyright, help text, whitespace cleanups by Denis Vlasenko · 17 years ago
  18. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 17 years ago
  19. 58875ae assorted fixes uncovered by randomconfig runs by Denis Vlasenko · 17 years ago
  20. 2a51af2 vi: fix signed char-induced potential bugs by Denis Vlasenko · 17 years ago
  21. afa37cf vi: remove Byte typedef and massive amount of casts. by Denis Vlasenko · 17 years ago
  22. f923413 vi: support $EXINIT and -c by Denis Vlasenko · 17 years ago
  23. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 17 years ago
  24. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 17 years ago
  25. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  26. 6a5dc5d next bunch of fixes for bugs found by randconfig by Denis Vlasenko · 18 years ago
  27. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  28. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  29. 249fabf Add option to disable command execution from vi & awk by Denis Vlasenko · 18 years ago
  30. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  31. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  32. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  33. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  34. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  35. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  36. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  37. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  38. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  39. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  40. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
  41. e5e1a10 Remove pointless "inline" wrapper around get_terminal_width_height(). by Rob Landley · 18 years ago
  42. 2d6af16 Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close by Rob Landley · 18 years ago
  43. 1e23b6f - make sure that we see string_insert only if we need it. by Bernhard Reutner-Fischer · 18 years ago
  44. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  45. a254065 - remove SIGIOT as suggested by landley. by Bernhard Reutner-Fischer · 18 years ago
  46. 4009ed9 - Rich Felker writes: by Bernhard Reutner-Fischer · 18 years ago
  47. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 18 years ago
  48. b7b24d6 adjust ifdefs for inclusion of string_insert() routine by Paul Fox · 18 years ago
  49. f0305b7 fix behavior of ZZ, with respect to readonly mode(s). original by Paul Fox · 18 years ago
  50. 9360f42 add support for :wn (initial patch from Alexander Griesser) by Paul Fox · 18 years ago
  51. dbf935d drop obsolete version string in favor of actual BB version (from by Paul Fox · 18 years ago
  52. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 18 years ago
  53. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  54. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  55. cd473dd removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. Whitespace by "Vladimir N. Oleynik" · 19 years ago
  56. c1ef7bd just whitespace by Tim Riker · 19 years ago
  57. d957b95 fix bug #474: 0000474: vi crashes often by Paul Fox · 19 years ago
  58. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  59. 61e45db catch and report errors from file_write() by Paul Fox · 19 years ago
  60. 90372ed make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's by Paul Fox · 19 years ago
  61. c350485 initialize a couple of vars whose warnings were suppressed because by Paul Fox · 19 years ago
  62. 8552aec some combinations of status line and screen refresh don't give a by Paul Fox · 19 years ago
  63. f2de0b7 allow either backspace or DEL, in addition to the user's erase by Paul Fox · 19 years ago
  64. 18433aa applying fix for: by Paul Fox · 19 years ago
  65. d13b90b allow both ^H and DEL to backspace in insert mode (bug #23) by Paul Fox · 19 years ago
  66. 0ef24c6 Fix vi so that error messages, insert mode messages, etc are by Eric Andersen · 19 years ago
  67. 4e5936e In Bug 208, bernhardf writes: by Mike Frysinger · 19 years ago
  68. a9eb33d regularly update the status line display -Erik by Eric Andersen · 20 years ago
  69. 165e8cb Assign 'forced' before the goto to avoid a warning by Eric Andersen · 20 years ago
  70. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  71. 90fb65f Patch from Thomas Winkler -- vi -R did not work by Eric Andersen · 20 years ago
  72. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  73. 5cc90ea Richard Kojedzinszky writes: by Eric Andersen · 21 years ago
  74. aeea32c Richard Kojedzinszky writes: by Eric Andersen · 21 years ago
  75. ee82906 Patch by Richard Kojedzinszky, when using END at end of lines it was by Glenn L McGrath · 21 years ago
  76. d10f36f Match changes made to cmdedit by Eric Andersen · 21 years ago
  77. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  78. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  79. 7127b58 Fix crashme code, by Jim Treadway by Glenn L McGrath · 22 years ago
  80. 09adaca last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  81. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  82. fda2b7f A patch from Jouni Malinen to avoid some buffer overflows in vi, by Eric Andersen · 22 years ago
  83. 6fdacc7 vi inlining by Aaron Lehmann · 22 years ago
  84. a71389b Applied a patch from Philip Blundell <pb@nexus.co.uk>: by Robert Griebl · 22 years ago
  85. 86c76a9 fix from kergoth by Tim Riker · 22 years ago
  86. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  87. bff7a60 Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor by Eric Andersen · 23 years ago
  88. 80f5ac7 Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi use xmalloc by Eric Andersen · 23 years ago
  89. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  90. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  91. fdbac35 Patch from Robert J. Osborne <rj@resourceinternational.com> that fixes by Eric Andersen · 23 years ago
  92. 51038a3 Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled. by Matt Kraai · 23 years ago
  93. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  94. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  95. dd8500b Cleanups and sinze reduction for the vi applet from Aaron Lehmann by Eric Andersen · 23 years ago
  96. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  97. e0c0757 These were broken when using dmalloc due to include file ordering by Eric Andersen · 23 years ago
  98. ddb0054 A patch from Aaron Lehmann <aaronl@vitelus.com> to fix a by Eric Andersen · 23 years ago
  99. c33ebc9 A patch from Vladimir to use last_char_is(), and a patch from by Eric Andersen · 23 years ago
  100. 822c383 Another vi update from Sterling Huxley: by Eric Andersen · 23 years ago