2008-09-21 |
Denis Vlasenko | crontab: do not destroy STDIN_FILENO, editor may need... |
blob | commitdiff | raw |
2008-07-17 |
Denis Vlasenko | vi: using array data after it fell out of scope is... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Denis Vlasenko | vi: fix vda's thinko |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Denis Vlasenko | *: introduce and use FAST_FUNC: regparm on i386, otherw... |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Denis Vlasenko | print_flags: fix trivial thinko |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Denis Vlasenko | vi: fix yet another vda's thinko |
blob | commitdiff | raw | diff to current |
2008-06-22 |
Denis Vlasenko | vi: fix obvious thinko's |
blob | commitdiff | raw | diff to current |
2008-06-22 |
Denis Vlasenko | vi: fix vda's breakage (by Cristian Ionescu-Idbohrn) |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Denis Vlasenko | vi: small code shrink |
blob | commitdiff | raw | diff to current |
2008-06-20 |
Denis Vlasenko | vi: fix the bug where vi never grows the edit buffer. |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bernhard Reutner... | - use STD*_FILENO some more. No object-code changes |
blob | commitdiff | raw | diff to current |
2008-05-18 |
Denis Vlasenko | more -Wall warning fixes. -Wall is enabled now. |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Denis Vlasenko | more -Wall warning fixes from Cristian Ionescu-Idbohrn. |
blob | commitdiff | raw | diff to current |
2008-05-03 |
Denis Vlasenko | vi: do not truncate file to zero length. closes bug... |
blob | commitdiff | raw | diff to current |
2008-03-24 |
Denis Vlasenko | *: whitespace fixes, no code changes |
blob | commitdiff | raw | diff to current |
2008-03-24 |
Denis Vlasenko | lpr: add more accurate comments |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Paul Fox | remove alarm() calls which were functioning as a primitive |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: add -Wunused-parameter; fix resulting breakage |
blob | commitdiff | raw | diff to current |
2008-03-06 |
Paul Fox | fixups to vi usage, and move the initial redraw() past the |
blob | commitdiff | raw | diff to current |
2008-03-06 |
Paul Fox | fixed the "dot" (i.e. '.') command, to properly re... |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Paul Fox | fix vi's '?' and '/' commands to correctly set a new... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Denis Vlasenko | *: add optimization barrier to all "G trick" locations |
blob | commitdiff | raw | diff to current |
2008-02-14 |
Paul Fox | add ',' and 'gg' commands (patch from Leo Jay) |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Bernhard Reutner... | - spelling fixes |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Denis Vlasenko | libbb: introduce fputc_printable (from ed) |
blob | commitdiff | raw | diff to current |
2007-12-23 |
Denis Vlasenko | vi: speed up some string ops |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Denis Vlasenko | vi: reduce amount of memset'ing on each screen refresh |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Denis Vlasenko | vi: introduce FEATURE_VI_8BIT (as vi currently is not... |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Denis Vlasenko | vi: change MAX_LINELEN meaning: now it is the biggest... |
blob | commitdiff | raw | diff to current |
2007-12-21 |
Denis Vlasenko | vi: fix a problem with displaying overlong lines |
blob | commitdiff | raw | diff to current |
2007-12-09 |
Denis Vlasenko | vi: don't use common_bufsiz as read buffer, it can... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | vi: don't wait 50 ms before reading ESC sequences |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Bernhard Reutner... | - ditch 2 bytes |
blob | commitdiff | raw | diff to current |
2007-09-27 |
Denis Vlasenko | introduce bb_putchar(). saves ~1800 on uclibc (less... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
Denis Vlasenko | introduce safe_poll (fixes a problem in top) |
blob | commitdiff | raw | diff to current |
2007-09-22 |
Bernhard Reutner... | - actually mv microcom.c to miscutils |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Denis Vlasenko | *: replace select-for-one descriptor with poll, it... |
blob | commitdiff | raw | diff to current |
2007-08-17 |
Denis Vlasenko | assorted fixes for breakage found by randomconfig |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Denis Vlasenko | whitespace fixes, no code changes |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Denis Vlasenko | trylink: produce even more info about final link stage |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Denis Vlasenko | style fix (stray space before ';') |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Denis Vlasenko | stray trailing tabs removed |
blob | commitdiff | raw | diff to current |
2007-07-18 |
Denis Vlasenko | vi: comment out dead code |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Denis Vlasenko | vi: style fixlet |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Denis Vlasenko | fix typo in prev commit :( |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Denis Vlasenko | vi: s/argv[0]/applet_name/ |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Denis Vlasenko | vi: multiple fixes by Natanael Copa <natanael.copa... |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Denis Vlasenko | remove accumulated stray trailing whitespace |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Denis Vlasenko | vi: make status line less confusing when we open non... |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Denis Vlasenko | Consolidate ARRAY_SIZE macro; remove one unneeded globa... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Denis Vlasenko | moved biggest stack buffers to malloc space, or made... |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Denis Vlasenko | vi: move some data to malloc'ed space: ~500 less bss... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Denis Vlasenko | vi: remove two globals |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Denis Vlasenko | style fixes. No code changes |
blob | commitdiff | raw | diff to current |
2007-04-01 |
Denis Vlasenko | Copyright, help text, whitespace cleanups |
blob | commitdiff | raw | diff to current |
2007-03-24 |
Denis Vlasenko | random style fixes (extra spaces deleted) |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Denis Vlasenko | assorted fixes uncovered by randomconfig runs |
blob | commitdiff | raw | diff to current |
2007-03-21 |
Denis Vlasenko | vi: fix signed char-induced potential bugs |
blob | commitdiff | raw | diff to current |
2007-03-21 |
Denis Vlasenko | vi: remove Byte typedef and massive amount of casts. |
blob | commitdiff | raw | diff to current |
2007-03-21 |
Denis Vlasenko | vi: support $EXINIT and -c |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Denis Vlasenko | kill superfluous returns at the end of void functions |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Denis Vlasenko | clean up accumulated whitespace damage |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2006-12-30 |
Denis Vlasenko | next bunch of fixes for bugs found by randconfig |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Denis Vlasenko | style fixes |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Denis Vlasenko | remove casts from xmalloc() |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Denis Vlasenko | Add option to disable command execution from vi & awk |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | style cleanup: return(a) -> return a, part 2 |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | style cleanup: return(a) -> return a, part 1 |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Denis Vlasenko | get_terminal_width_height: do not pass insanely large... |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Denis Vlasenko | add open_read_close() and similar stuff |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | lots of silly indent fixes |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Denis Vlasenko | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Bernhard Reutner... | - merge -r15463:15564 from busybox_scratch branch throu... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-07-02 |
"Robert P. J. Day" | Standardize on the vi editing directives being on the... |
blob | commitdiff | raw | diff to current |
2006-06-25 |
Rob Landley | A few patches from Erik Hovland, turning strncpy()... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Rob Landley | Remove pointless "inline" wrapper around get_terminal_w... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Rob Landley | Zubicaray reported a bug in vi that causes it to eat... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Bernhard Reutner... | - make sure that we see string_insert only if we need it. |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Bernhard Reutner... | - remove SIGIOT as suggested by landley. |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Bernhard Reutner... | - Rich Felker writes: |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Bernhard Reutner... | - include strings.h |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Paul Fox | adjust ifdefs for inclusion of string_insert() routine |
blob | commitdiff | raw | diff to current |
2006-03-28 |
Paul Fox | fix behavior of ZZ, with respect to readonly mode(s... |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Paul Fox | add support for :wn (initial patch from Alexander... |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Paul Fox | drop obsolete version string in favor of actual BB... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Rob Landley | Patch from Denis Vlasenko turning static const int... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Eric Andersen | fix up yet more annoying signed/unsigned and mixed... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
"Vladimir N. Oleynik" | removed warning "comparison between signed and unsigned... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2005-11-28 |
Paul Fox | fix bug #474: |
blob | commitdiff | raw | diff to current |
2005-10-15 |
"Vladimir N. Oleynik" | common BUFSIZ BSS buffer, small reduce code, data and bss |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Paul Fox | catch and report errors from file_write() |
blob | commitdiff | raw | diff to current |
next |