aboutsummaryrefslogtreecommitdiff
path: root/miscutils/less.c
AgeCommit message (Expand)Author
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko
2007-03-10more: do not mess with "/dev/console" (!);Denis Vlasenko
2007-03-09less: handle yet another Home/End key sequence; expand a commentDenis Vlasenko
2007-03-08less: make '/' (regex search) scan input if no matches are foundDenis Vlasenko
2007-03-08less: yet another attempt to make search betterDenis Vlasenko
2007-03-08less: fix 'n'ext match: sometimes was going to 999999th lineDenis Vlasenko
2007-03-07clean up accumulated whitespace damageDenis Vlasenko
2007-02-14less: support xterm's home/end; improve forward searchDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-12-31less: fix <tab><backspace> bugletDenis Vlasenko
2006-12-31less: interpret backspace.Denis Vlasenko
2006-12-31fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>Denis Vlasenko
2006-12-30done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko
2006-12-25less: fix regexp search '/' on large filesDenis Vlasenko
2006-12-24small stupid changes. no code changesDenis Vlasenko
2006-12-24less: implement waiting for input using select(). Rather tricky business.Denis Vlasenko
2006-12-21less: a few fixes for cases where we overflow status lineDenis Vlasenko
2006-12-21less: restore TAB display (was showing as inverse I after prev changes :)Denis Vlasenko
2006-12-21less: "(null)" is a bit strange. "standard input" is better :)Denis Vlasenko
2006-12-21less: how many different kinds of status line we need, three?!Denis Vlasenko
2006-12-21less: stop dying on bad regexps, quietly pipe data w/oDenis Vlasenko
2006-12-21less: total cleanup and bugfix.Denis Vlasenko
2006-12-20less: somewhat buggy applet, but nice. Muchly reducedDenis Vlasenko
2006-12-04- shrink less.Bernhard Reutner-Fischer
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-05-25And fix the error I just introduced. :)Rob Landley
2006-05-25Remove pointless #define.Rob Landley
2006-05-19- fix invalid modeBernhard Reutner-Fischer
2006-04-29Rob Sullivan writes: rewrite the regex handling to improve stabilityMike Frysinger
2006-04-18From Rob Sullivan: Fix a segfault with searching, plus some cleanups.Rob Landley
2006-04-16just use the stack to kill memleak and return if user didnt give us anything ...Mike Frysinger
2006-04-16use xmalloc, dont hardcode length of string, and get rid of pointless call to...Mike Frysinger
2006-04-16uncuddle if statementsMike Frysinger
2006-04-16use more boiler plate GPL noticesMike Frysinger
2006-04-16uncuddle bracketsMike Frysinger
2006-02-01removed anoinig warnings"Vladimir N. Oleynik"
2005-12-16Ahem. Vladimir checked in a different fix bug didn't close out the bug.Rob Landley
2005-12-16Less would segfault if it had no tty. (Bug 600.)Rob Landley
2005-12-15fopen(TTY...) to bb_xfopen(), close bug 600"Vladimir N. Oleynik"
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"
2005-09-22quick patch - have removed stranges for me"Vladimir N. Oleynik"
2005-09-191) read from stdin work now"Vladimir N. Oleynik"
2005-09-19quick patchs: drop founded memory leak, more libbb, more C-compatibility, siz..."Vladimir N. Oleynik"
2005-09-18First cleanup pass, from Rob Sullivan. More to be done...Rob Landley