1. 7b54dc7 vi: using array data after it fell out of scope is stupid. by Denis Vlasenko · 16 years ago
  2. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  3. d699544 vi: fix vda's thinko by Denis Vlasenko · 16 years ago
  4. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  5. 9092f75 print_flags: fix trivial thinko vi: fix reversed checks for underflow by Denis Vlasenko · 16 years ago
  6. 70685bd vi: fix yet another vda's thinko by Denis Vlasenko · 16 years ago
  7. e3eae0d vi: fix obvious thinko's by Denis Vlasenko · 16 years ago
  8. 2a210e5 vi: fix vda's breakage (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 16 years ago
  9. 3387538 vi: small code shrink by Denis Vlasenko · 16 years ago
  10. b175946 vi: fix the bug where vi never grows the edit buffer. vi: do G trick on it by Denis Vlasenko · 16 years ago
  11. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  12. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  13. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  14. 8abae88 vi: do not truncate file to zero length. closes bug 2944. by Denis Vlasenko · 17 years ago
  15. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  16. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  17. 2724fa9 remove alarm() calls which were functioning as a primitive by Paul Fox · 17 years ago
  18. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  19. 35e9c5d fixups to vi usage, and move the initial redraw() past the by Paul Fox · 17 years ago
  20. c51fc7b by Paul Fox · 17 years ago
  21. 4917c11 fix vi's '?' and '/' commands to correctly set a new direction by Paul Fox · 17 years ago
  22. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  23. b5ee8db add ',' and 'gg' commands (patch from Leo Jay) by Paul Fox · 17 years ago
  24. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  25. d3c042f libbb: introduce fputc_printable (from ed) by Denis Vlasenko · 17 years ago
  26. f882f08 vi: speed up some string ops by Denis Vlasenko · 17 years ago
  27. 4baed3a vi: reduce amount of memset'ing on each screen refresh by Denis Vlasenko · 17 years ago
  28. e3cbfb9 vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable, by Denis Vlasenko · 17 years ago
  29. 88adfcd vi: change MAX_LINELEN meaning: now it is the biggest supported by Denis Vlasenko · 17 years ago
  30. 26b6fba vi: fix a problem with displaying overlong lines by Denis Vlasenko · 17 years ago
  31. a96425f vi: don't use common_bufsiz as read buffer, it can be too small by Denis Vlasenko · 17 years ago
  32. 4f95e5a vi: don't wait 50 ms before reading ESC sequences by Denis Vlasenko · 17 years ago
  33. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  34. d24d5c8 - ditch 2 bytes by Bernhard Reutner-Fischer · 17 years ago
  35. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  36. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  37. 73f56bb - actually mv microcom.c to miscutils by Bernhard Reutner-Fischer · 17 years ago
  38. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  39. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  40. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  41. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  42. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  43. 2f6ae43 stray trailing tabs removed by Denis Vlasenko · 17 years ago
  44. 2414a96 vi: comment out dead code by Denis Vlasenko · 17 years ago
  45. 91afdf8 vi: style fixlet by Denis Vlasenko · 17 years ago
  46. a3d15c8 fix typo in prev commit :( by Denis Vlasenko · 17 years ago
  47. 27da707 vi: s/argv[0]/applet_name/ by Denis Vlasenko · 17 years ago
  48. eaabf06 vi: multiple fixes by Natanael Copa <natanael.copa@gmail.com> by Denis Vlasenko · 17 years ago
  49. 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
  50. 59a1f30 vi: make status line less confusing when we open non-readable files, by Denis Vlasenko · 17 years ago
  51. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  52. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
  53. 0b3b41b vi: move some data to malloc'ed space: ~500 less bss, code by Denis Vlasenko · 18 years ago
  54. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  55. cd5c786 vi: remove two globals by Denis Vlasenko · 18 years ago
  56. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  57. ba2fb71 Copyright, help text, whitespace cleanups by Denis Vlasenko · 18 years ago
  58. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  59. 58875ae assorted fixes uncovered by randomconfig runs by Denis Vlasenko · 18 years ago
  60. 2a51af2 vi: fix signed char-induced potential bugs by Denis Vlasenko · 18 years ago
  61. afa37cf vi: remove Byte typedef and massive amount of casts. by Denis Vlasenko · 18 years ago
  62. f923413 vi: support $EXINIT and -c by Denis Vlasenko · 18 years ago
  63. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
  64. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  65. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  66. 6a5dc5d next bunch of fixes for bugs found by randconfig by Denis Vlasenko · 18 years ago
  67. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  68. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  69. 249fabf Add option to disable command execution from vi & awk by Denis Vlasenko · 18 years ago
  70. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  71. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  72. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  73. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  74. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  75. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  76. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  77. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  78. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  79. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  80. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
  81. e5e1a10 Remove pointless "inline" wrapper around get_terminal_width_height(). by Rob Landley · 18 years ago
  82. 2d6af16 Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close by Rob Landley · 18 years ago
  83. 1e23b6f - make sure that we see string_insert only if we need it. by Bernhard Reutner-Fischer · 19 years ago
  84. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  85. a254065 - remove SIGIOT as suggested by landley. by Bernhard Reutner-Fischer · 19 years ago
  86. 4009ed9 - Rich Felker writes: by Bernhard Reutner-Fischer · 19 years ago
  87. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  88. b7b24d6 adjust ifdefs for inclusion of string_insert() routine by Paul Fox · 19 years ago
  89. f0305b7 fix behavior of ZZ, with respect to readonly mode(s). original by Paul Fox · 19 years ago
  90. 9360f42 add support for :wn (initial patch from Alexander Griesser) by Paul Fox · 19 years ago
  91. dbf935d drop obsolete version string in favor of actual BB version (from by Paul Fox · 19 years ago
  92. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  93. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  94. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  95. cd473dd removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. Whitespace by "Vladimir N. Oleynik" · 19 years ago
  96. c1ef7bd just whitespace by Tim Riker · 19 years ago
  97. d957b95 fix bug #474: 0000474: vi crashes often by Paul Fox · 19 years ago
  98. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  99. 61e45db catch and report errors from file_write() by Paul Fox · 19 years ago
  100. 90372ed make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's by Paul Fox · 19 years ago