| Commit message (Expand) | Author | Age | Files | Lines |
* | less: fix <tab><backspace> buglet | Denis Vlasenko | 2006-12-31 | 1 | -5/+5 |
* | less: interpret backspace. | Denis Vlasenko | 2006-12-31 | 1 | -0/+13 |
* | fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | Denis Vlasenko | 2006-12-31 | 1 | -1/+1 |
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 1 | -2/+8 |
* | less: fix regexp search '/' on large files | Denis Vlasenko | 2006-12-25 | 1 | -47/+71 |
* | small stupid changes. no code changes | Denis Vlasenko | 2006-12-24 | 1 | -7/+3 |
* | less: implement waiting for input using select(). Rather tricky business. | Denis Vlasenko | 2006-12-24 | 1 | -454/+516 |
* | less: a few fixes for cases where we overflow status line | Denis Vlasenko | 2006-12-21 | 1 | -59/+31 |
* | less: restore TAB display (was showing as inverse I after prev changes :) | Denis Vlasenko | 2006-12-21 | 1 | -29/+35 |
* | less: "(null)" is a bit strange. "standard input" is better :) | Denis Vlasenko | 2006-12-21 | 1 | -5/+14 |
* | less: how many different kinds of status line we need, three?! | Denis Vlasenko | 2006-12-21 | 1 | -43/+40 |
* | less: stop dying on bad regexps, quietly pipe data w/o | Denis Vlasenko | 2006-12-21 | 1 | -110/+146 |
* | less: total cleanup and bugfix. | Denis Vlasenko | 2006-12-21 | 1 | -248/+236 |
* | less: somewhat buggy applet, but nice. Muchly reduced | Denis Vlasenko | 2006-12-20 | 1 | -212/+201 |
* | - shrink less. | Bernhard Reutner-Fischer | 2006-12-04 | 1 | -56/+49 |
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -13/+26 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -11/+11 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer | 2006-08-20 | 1 | -7/+0 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -30/+24 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -2/+1 |
* | And fix the error I just introduced. :) | Rob Landley | 2006-05-25 | 1 | -1/+1 |
* | Remove pointless #define. | Rob Landley | 2006-05-25 | 1 | -4/+1 |
* | - fix invalid mode | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -1/+1 |
* | Rob Sullivan writes: rewrite the regex handling to improve stability | Mike Frysinger | 2006-04-29 | 1 | -58/+51 |
* | From Rob Sullivan: Fix a segfault with searching, plus some cleanups. | Rob Landley | 2006-04-18 | 1 | -58/+49 |
* | just use the stack to kill memleak and return if user didnt give us anything ... | Mike Frysinger | 2006-04-16 | 1 | -7/+5 |
* | use xmalloc, dont hardcode length of string, and get rid of pointless call to... | Mike Frysinger | 2006-04-16 | 1 | -3/+2 |
* | uncuddle if statements | Mike Frysinger | 2006-04-16 | 1 | -5/+5 |
* | use more boiler plate GPL notices | Mike Frysinger | 2006-04-16 | 1 | -16/+4 |
* | uncuddle brackets | Mike Frysinger | 2006-04-16 | 1 | -69/+78 |
* | removed anoinig warnings | "Vladimir N. Oleynik" | 2006-02-01 | 1 | -1/+1 |
* | Ahem. Vladimir checked in a different fix bug didn't close out the bug. | Rob Landley | 2005-12-16 | 1 | -1/+0 |
* | Less would segfault if it had no tty. (Bug 600.) | Rob Landley | 2005-12-16 | 1 | -0/+1 |
* | fopen(TTY...) to bb_xfopen(), close bug 600 | "Vladimir N. Oleynik" | 2005-12-15 | 1 | -1/+1 |
* | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -5/+2 |
* | quick patch - have removed stranges for me | "Vladimir N. Oleynik" | 2005-09-22 | 1 | -19/+26 |
* | 1) read from stdin work now | "Vladimir N. Oleynik" | 2005-09-19 | 1 | -34/+21 |
* | quick patchs: drop founded memory leak, more libbb, more C-compatibility, siz... | "Vladimir N. Oleynik" | 2005-09-19 | 1 | -82/+89 |
* | First cleanup pass, from Rob Sullivan. More to be done... | Rob Landley | 2005-09-18 | 1 | -144/+106 |
* | more C-compatibily, Thanks Bernhard Fischer | "Vladimir N. Oleynik" | 2005-09-16 | 1 | -1/+2 |
* | small change for highlihting flags, more busyboxes: indent, forward declarati... | "Vladimir N. Oleynik" | 2005-09-16 | 1 | -510/+464 |
* | New applet "less", from Rob Sullivan. | Rob Landley | 2005-09-15 | 1 | -0/+1262 |