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