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