2008-09-26 |
Bernhard Reutner... | - add less -I to be able to search case-insensitively |
blob | commitdiff | raw |
2008-07-21 |
Denis Vlasenko | libbb: [x]fopen_for_{read,write} introduced and used. |
blob | commitdiff | raw | diff to current |
2008-07-08 |
Denis Vlasenko | libbb: introduce and use xrealloc_vector |
blob | commitdiff | raw | diff to current |
2008-06-09 |
Denis Vlasenko | less: fix a case when regexp matches "" |
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-19 |
Bernhard Reutner... | - use EXIT_{SUCCESS,FAILURE}. No object-code changes |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Denis Vlasenko | more of -Wall fixes from Cristian Ionescu-Idbohrn. |
blob | commitdiff | raw | diff to current |
2008-05-09 |
Denis Vlasenko | fix warnings about pointer signedness |
blob | commitdiff | raw | diff to current |
2008-04-13 |
Denis Vlasenko | less: fix somewhat elusive case when less gets stuck... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Denis Vlasenko | *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | less: improve search when data is not supplied fast... |
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-24 |
Denis Vlasenko | less: shrink |
blob | commitdiff | raw | diff to current |
2008-02-24 |
Denis Vlasenko | less,klogd,syslogd,nc,tcpudp: exit on signal by killing... |
blob | commitdiff | raw | diff to current |
2008-02-23 |
Denis Vlasenko | less: small shrink |
blob | commitdiff | raw | diff to current |
2008-02-23 |
Denis Vlasenko | less: make it a bit more resistant against statusline... |
blob | commitdiff | raw | diff to current |
2008-02-23 |
Denis Vlasenko | less: update line input so that it doesn't interfere... |
blob | commitdiff | raw | diff to current |
2008-02-16 |
Denis Vlasenko | libbb: introduce bb_signals and bb_signals_recursive, |
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-09-27 |
Denis Vlasenko | less: make 'f' page forward |
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-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
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-08-03 |
Denis Vlasenko | less: add a bit more robustness in keyboard reading... |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Denis Vlasenko | less: less <HUGEFILE + [End] busy loops, fix it |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Denis Vlasenko | less: forgot trivial #if ENABLE_xxxx |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Denis Vlasenko | more: stop using bss |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Denis Vlasenko | less: fix very obscure memory corruption bug |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Denis Vlasenko | less: stop using data/bss. Code got smaller too. |
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-09 |
Denis Vlasenko | less: fix case when regex search finds nothing |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Denis Vlasenko | fix accumulated whitespace and indentation damage |
blob | commitdiff | raw | diff to current |
2007-03-10 |
Denis Vlasenko | more: do not mess with "/dev/console" (!); |
blob | commitdiff | raw | diff to current |
2007-03-09 |
Denis Vlasenko | less: handle yet another Home/End key sequence; expand... |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Denis Vlasenko | less: make '/' (regex search) scan input if no matches... |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Denis Vlasenko | less: yet another attempt to make search better |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Denis Vlasenko | less: fix 'n'ext match: sometimes was going to 999999th... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Denis Vlasenko | clean up accumulated whitespace damage |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Denis Vlasenko | less: support xterm's home/end; improve forward search |
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-31 |
Denis Vlasenko | less: fix <tab><backspace> buglet |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Denis Vlasenko | less: interpret backspace. |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Denis Vlasenko | fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> |
blob | commitdiff | raw | diff to current |
2006-12-30 |
Denis Vlasenko | done a dozen of randconfig test. guess what? ALL failed... |
blob | commitdiff | raw | diff to current |
2006-12-25 |
Denis Vlasenko | less: fix regexp search '/' on large files |
blob | commitdiff | raw | diff to current |
2006-12-24 |
Denis Vlasenko | small stupid changes. no code changes |
blob | commitdiff | raw | diff to current |
2006-12-24 |
Denis Vlasenko | less: implement waiting for input using select(). Rathe... |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Denis Vlasenko | less: a few fixes for cases where we overflow status... |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Denis Vlasenko | less: restore TAB display (was showing as inverse I... |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Denis Vlasenko | less: "(null)" is a bit strange. "standard input" is... |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Denis Vlasenko | less: how many different kinds of status line we need... |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Denis Vlasenko | less: stop dying on bad regexps, quietly pipe data w/o |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Denis Vlasenko | less: total cleanup and bugfix. |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Denis Vlasenko | less: somewhat buggy applet, but nice. Muchly reduced |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Bernhard Reutner... | - shrink less. |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Denis Vlasenko | remove bb_printf and the like |
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-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
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-06-03 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Rob Landley | And fix the error I just introduced. :) |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Rob Landley | Remove pointless #define. |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Bernhard Reutner... | - fix invalid mode |
blob | commitdiff | raw | diff to current |
2006-04-29 |
Mike Frysinger | Rob Sullivan writes: rewrite the regex handling to... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Rob Landley | From Rob Sullivan: Fix a segfault with searching, plus... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Mike Frysinger | just use the stack to kill memleak and return if user... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Mike Frysinger | use xmalloc, dont hardcode length of string, and get... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Mike Frysinger | uncuddle if statements |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Mike Frysinger | use more boiler plate GPL notices |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Mike Frysinger | uncuddle brackets |
blob | commitdiff | raw | diff to current |
2006-02-01 |
"Vladimir N. Oleynik" | removed anoinig warnings |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Rob Landley | Ahem. Vladimir checked in a different fix bug didn... |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Rob Landley | Less would segfault if it had no tty. (Bug 600.) |
blob | commitdiff | raw | diff to current |
2005-12-15 |
"Vladimir N. Oleynik" | fopen(TTY...) to bb_xfopen(), close bug 600 |
blob | commitdiff | raw | diff to current |
2005-09-29 |
"Vladimir N. Oleynik" | change interface to bb_xasprintf() - more perfect for me. |
blob | commitdiff | raw | diff to current |
2005-09-22 |
"Vladimir N. Oleynik" | quick patch - have removed stranges for me |
blob | commitdiff | raw | diff to current |
2005-09-19 |
"Vladimir N. Oleynik" | 1) read from stdin work now |
blob | commitdiff | raw | diff to current |
2005-09-19 |
"Vladimir N. Oleynik" | quick patchs: drop founded memory leak, more libbb... |
blob | commitdiff | raw | diff to current |
2005-09-18 |
Rob Landley | First cleanup pass, from Rob Sullivan. More to be... |
blob | commitdiff | raw | diff to current |
2005-09-16 |
"Vladimir N. Oleynik" | more C-compatibily, Thanks Bernhard Fischer |
blob | commitdiff | raw | diff to current |
2005-09-16 |
"Vladimir N. Oleynik" | small change for highlihting flags, more busyboxes... |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Rob Landley | New applet "less", from Rob Sullivan. |
blob | commitdiff | raw | diff to current |
|