aboutsummaryrefslogtreecommitdiff
path: root/miscutils/less.c
AgeCommit message (Expand)Author
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
2005-09-16more C-compatibily, Thanks Bernhard Fischer"Vladimir N. Oleynik"
2005-09-16small change for highlihting flags, more busyboxes: indent, forward declarati..."Vladimir N. Oleynik"
2005-09-15New applet "less", from Rob Sullivan.Rob Landley