| Commit message (Expand) | Author | Age | Files | Lines |
* | less: less <HUGEFILE + [End] busy loops, fix it | vda | 2007-05-31 | 1 | -1/+3 |
* | less: forgot trivial #if ENABLE_xxxx | vda | 2007-05-31 | 1 | -0/+2 |
* | more: stop using bss | vda | 2007-05-31 | 1 | -0/+2 |
* | less: fix very obscure memory corruption bug | vda | 2007-05-31 | 1 | -7/+38 |
* | less: stop using data/bss. Code got smaller too. | vda | 2007-05-31 | 1 | -47/+82 |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | less: fix case when regex search finds nothing | vda | 2007-05-09 | 1 | -1/+7 |
* | fix accumulated whitespace and indentation damage | vda | 2007-03-20 | 1 | -1/+1 |
* | more: do not mess with "/dev/console" (!); | vda | 2007-03-10 | 1 | -2/+3 |
* | less: handle yet another Home/End key sequence; expand a comment | vda | 2007-03-09 | 1 | -4/+13 |
* | less: make '/' (regex search) scan input if no matches are found | vda | 2007-03-08 | 1 | -8/+6 |
* | less: yet another attempt to make search better | vda | 2007-03-08 | 1 | -1/+17 |
* | less: fix 'n'ext match: sometimes was going to 999999th line | vda | 2007-03-08 | 1 | -10/+19 |
* | clean up accumulated whitespace damage | vda | 2007-03-07 | 1 | -2/+2 |
* | less: support xterm's home/end; improve forward search | vda | 2007-02-14 | 1 | -8/+28 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | less: fix <tab><backspace> buglet | vda | 2006-12-31 | 1 | -5/+5 |
* | less: interpret backspace. | vda | 2006-12-31 | 1 | -0/+13 |
* | fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | vda | 2006-12-31 | 1 | -1/+1 |
* | done a dozen of randconfig test. guess what? ALL failed... | vda | 2006-12-30 | 1 | -2/+8 |
* | less: fix regexp search '/' on large files | vda | 2006-12-25 | 1 | -47/+71 |
* | small stupid changes. no code changes | vda | 2006-12-24 | 1 | -7/+3 |
* | less: implement waiting for input using select(). Rather tricky business. | vda | 2006-12-24 | 1 | -454/+516 |
* | less: a few fixes for cases where we overflow status line | vda | 2006-12-21 | 1 | -59/+31 |
* | less: restore TAB display (was showing as inverse I after prev changes :) | vda | 2006-12-21 | 1 | -29/+35 |
* | less: "(null)" is a bit strange. "standard input" is better :) | vda | 2006-12-21 | 1 | -5/+14 |
* | less: how many different kinds of status line we need, three?! | vda | 2006-12-21 | 1 | -43/+40 |
* | less: stop dying on bad regexps, quietly pipe data w/o | vda | 2006-12-21 | 1 | -110/+146 |
* | less: total cleanup and bugfix. | vda | 2006-12-21 | 1 | -248/+236 |
* | less: somewhat buggy applet, but nice. Muchly reduced | vda | 2006-12-20 | 1 | -212/+201 |
* | - shrink less. | aldot | 2006-12-04 | 1 | -56/+49 |
* | remove bb_printf and the like | vda | 2006-10-26 | 1 | -13/+26 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -1/+1 |
* | whitespace cleanup | vda | 2006-09-17 | 1 | -11/+11 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | aldot | 2006-08-20 | 1 | -7/+0 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -30/+24 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-03 | 1 | -2/+1 |
* | And fix the error I just introduced. :) | landley | 2006-05-25 | 1 | -1/+1 |
* | Remove pointless #define. | landley | 2006-05-25 | 1 | -4/+1 |
* | - fix invalid mode | aldot | 2006-05-19 | 1 | -1/+1 |
* | Rob Sullivan writes: rewrite the regex handling to improve stability | vapier | 2006-04-29 | 1 | -58/+51 |
* | From Rob Sullivan: Fix a segfault with searching, plus some cleanups. | landley | 2006-04-18 | 1 | -58/+49 |
* | just use the stack to kill memleak and return if user didnt give us anything ... | vapier | 2006-04-16 | 1 | -7/+5 |
* | use xmalloc, dont hardcode length of string, and get rid of pointless call to... | vapier | 2006-04-16 | 1 | -3/+2 |
* | uncuddle if statements | vapier | 2006-04-16 | 1 | -5/+5 |
* | use more boiler plate GPL notices | vapier | 2006-04-16 | 1 | -16/+4 |
* | uncuddle brackets | vapier | 2006-04-16 | 1 | -69/+78 |
* | removed anoinig warnings | vodz | 2006-02-01 | 1 | -1/+1 |
* | Ahem. Vladimir checked in a different fix bug didn't close out the bug. | landley | 2005-12-16 | 1 | -1/+0 |