- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago
- 24f824e less: fix somewhat elusive case when less gets stuck in search mode by Denis Vlasenko · 17 years ago
- cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
- 107fe7c less: improve search when data is not supplied fast enough by stdin - by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- b78d1c0 less: shrink by Denis Vlasenko · 17 years ago
- 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
- d553faf less: small shrink by Denis Vlasenko · 17 years ago
- d2172c0 less: make it a bit more resistant against statusline corruption. by Denis Vlasenko · 17 years ago
- 3319637 less: update line input so that it doesn't interfere with by Denis Vlasenko · 17 years ago
- 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 78e2d4e less: make 'f' page forward by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- 46340e3 less: add a bit more robustness in keyboard reading code by Denis Vlasenko · 17 years ago
- fdcfa2a less: less <HUGEFILE + [End] busy loops, fix it by Denis Vlasenko · 18 years ago
- 342b0ab less: forgot trivial #if ENABLE_xxxx by Denis Vlasenko · 18 years ago
- c2f011a more: stop using bss by Denis Vlasenko · 18 years ago
- 22a9a3c less: fix very obscure memory corruption bug by Denis Vlasenko · 18 years ago
- a1d24a0 less: stop using data/bss. Code got smaller too. by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 8465a99 less: fix case when regex search finds nothing by Denis Vlasenko · 18 years ago
- c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
- 4eb8b93 more: do not mess with "/dev/console" (!); by Denis Vlasenko · 18 years ago
- f5a1576 less: handle yet another Home/End key sequence; expand a comment by Denis Vlasenko · 18 years ago
- a1c6312 less: make '/' (regex search) scan input if no matches are found by Denis Vlasenko · 18 years ago
- 18d6fc1 less: yet another attempt to make search better by Denis Vlasenko · 18 years ago
- 5c1de36 less: fix 'n'ext match: sometimes was going to 999999th line by Denis Vlasenko · 18 years ago
- 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
- b30418a less: support xterm's home/end; improve forward search by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 50ddabc less: fix <tab><backspace> buglet by Denis Vlasenko · 18 years ago
- 95b3071 less: interpret backspace. by Denis Vlasenko · 18 years ago
- 806116b fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> by Denis Vlasenko · 18 years ago
- 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
- 5a4f099 less: fix regexp search '/' on large files by Denis Vlasenko · 18 years ago
- 7cea262 small stupid changes. no code changes by Denis Vlasenko · 18 years ago
- f4dff77 less: implement waiting for input using select(). Rather tricky business. by Denis Vlasenko · 18 years ago
- f1282a8 less: a few fixes for cases where we overflow status line by Denis Vlasenko · 18 years ago
- f65d133 less: restore TAB display (was showing as inverse I after prev changes :) by Denis Vlasenko · 18 years ago
- d51d14e less: "(null)" is a bit strange. "standard input" is better :) by Denis Vlasenko · 18 years ago
- e147a72 less: how many different kinds of status line we need, three?! by Denis Vlasenko · 18 years ago
- e865e81 less: stop dying on bad regexps, quietly pipe data w/o by Denis Vlasenko · 18 years ago
- 3f3190e less: total cleanup and bugfix. by Denis Vlasenko · 18 years ago
- 9a7cef9 less: somewhat buggy applet, but nice. Muchly reduced by Denis Vlasenko · 18 years ago
- 882e60c - shrink less. by Bernhard Reutner-Fischer · 18 years ago
- f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. 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
- c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- 69d863b And fix the error I just introduced. :) by Rob Landley · 19 years ago
- 5a2997d Remove pointless #define. by Rob Landley · 19 years ago
- a85a63f - fix invalid mode by Bernhard Reutner-Fischer · 19 years ago
- f054be1 Rob Sullivan writes: rewrite the regex handling to improve stability by Mike Frysinger · 19 years ago
- a2e9804 From Rob Sullivan: Fix a segfault with searching, plus some cleanups. by Rob Landley · 19 years ago
- 20c22e0 just use the stack to kill memleak and return if user didnt give us anything to match by Mike Frysinger · 19 years ago
- bf2d990 use xmalloc, dont hardcode length of string, and get rid of pointless call to memset by Mike Frysinger · 19 years ago
- 00d10a9 uncuddle if statements by Mike Frysinger · 19 years ago
- f284c76 use more boiler plate GPL notices by Mike Frysinger · 19 years ago
- 3a2b103 uncuddle brackets by Mike Frysinger · 19 years ago
- 73ffd76 removed anoinig warnings by "Vladimir N. Oleynik" · 19 years ago
- ef1f7b5 Ahem. Vladimir checked in a different fix bug didn't close out the bug. by Rob Landley · 19 years ago
- 4b91b88 Less would segfault if it had no tty. (Bug 600.) by Rob Landley · 19 years ago
- 8315cd5 fopen(TTY...) to bb_xfopen(), close bug 600 by "Vladimir N. Oleynik" · 19 years ago
- 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
- b8fa7e8 quick patch - have removed stranges for me by "Vladimir N. Oleynik" · 19 years ago
- bc37480 by "Vladimir N. Oleynik" · 19 years ago
- a0ae6de quick patchs: drop founded memory leak, more libbb, more C-compatibility, size reduction by "Vladimir N. Oleynik" · 19 years ago
- d57ae8b First cleanup pass, from Rob Sullivan. More to be done... by Rob Landley · 19 years ago
- 8d3c40d more C-compatibily, Thanks Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
- 2b306e9 small change for highlihting flags, more busyboxes: indent, forward declaration, paste BSS by "Vladimir N. Oleynik" · 19 years ago
- 9200e79 New applet "less", from Rob Sullivan. by Rob Landley · 19 years ago