aboutsummaryrefslogtreecommitdiff
path: root/miscutils/less.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* less: less <HUGEFILE + [End] busy loops, fix itvda2007-05-311-1/+3
* less: forgot trivial #if ENABLE_xxxxvda2007-05-311-0/+2
* more: stop using bssvda2007-05-311-0/+2
* less: fix very obscure memory corruption bugvda2007-05-311-7/+38
* less: stop using data/bss. Code got smaller too.vda2007-05-311-47/+82
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* less: fix case when regex search finds nothingvda2007-05-091-1/+7
* fix accumulated whitespace and indentation damagevda2007-03-201-1/+1
* more: do not mess with "/dev/console" (!);vda2007-03-101-2/+3
* less: handle yet another Home/End key sequence; expand a commentvda2007-03-091-4/+13
* less: make '/' (regex search) scan input if no matches are foundvda2007-03-081-8/+6
* less: yet another attempt to make search bettervda2007-03-081-1/+17
* less: fix 'n'ext match: sometimes was going to 999999th linevda2007-03-081-10/+19
* clean up accumulated whitespace damagevda2007-03-071-2/+2
* less: support xterm's home/end; improve forward searchvda2007-02-141-8/+28
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* less: fix <tab><backspace> bugletvda2006-12-311-5/+5
* less: interpret backspace.vda2006-12-311-0/+13
* fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>vda2006-12-311-1/+1
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-301-2/+8
* less: fix regexp search '/' on large filesvda2006-12-251-47/+71
* small stupid changes. no code changesvda2006-12-241-7/+3
* less: implement waiting for input using select(). Rather tricky business.vda2006-12-241-454/+516
* less: a few fixes for cases where we overflow status linevda2006-12-211-59/+31
* less: restore TAB display (was showing as inverse I after prev changes :)vda2006-12-211-29/+35
* less: "(null)" is a bit strange. "standard input" is better :)vda2006-12-211-5/+14
* less: how many different kinds of status line we need, three?!vda2006-12-211-43/+40
* less: stop dying on bad regexps, quietly pipe data w/ovda2006-12-211-110/+146
* less: total cleanup and bugfix.vda2006-12-211-248/+236
* less: somewhat buggy applet, but nice. Muchly reducedvda2006-12-201-212/+201
* - shrink less.aldot2006-12-041-56/+49
* remove bb_printf and the likevda2006-10-261-13/+26
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* whitespace cleanupvda2006-09-171-11/+11
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-7/+0
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-30/+24
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-2/+1
* And fix the error I just introduced. :)landley2006-05-251-1/+1
* Remove pointless #define.landley2006-05-251-4/+1
* - fix invalid modealdot2006-05-191-1/+1
* Rob Sullivan writes: rewrite the regex handling to improve stabilityvapier2006-04-291-58/+51
* From Rob Sullivan: Fix a segfault with searching, plus some cleanups.landley2006-04-181-58/+49
* just use the stack to kill memleak and return if user didnt give us anything ...vapier2006-04-161-7/+5
* use xmalloc, dont hardcode length of string, and get rid of pointless call to...vapier2006-04-161-3/+2
* uncuddle if statementsvapier2006-04-161-5/+5
* use more boiler plate GPL noticesvapier2006-04-161-16/+4
* uncuddle bracketsvapier2006-04-161-69/+78
* removed anoinig warningsvodz2006-02-011-1/+1
* Ahem. Vladimir checked in a different fix bug didn't close out the bug.landley2005-12-161-1/+0