aboutsummaryrefslogtreecommitdiff
path: root/miscutils/less.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Less would segfault if it had no tty. (Bug 600.)landley2005-12-161-0/+1
* fopen(TTY...) to bb_xfopen(), close bug 600vodz2005-12-151-1/+1
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-5/+2
* quick patch - have removed stranges for mevodz2005-09-221-19/+26
* 1) read from stdin work nowvodz2005-09-191-34/+21
* quick patchs: drop founded memory leak, more libbb, more C-compatibility, siz...vodz2005-09-191-82/+89
* First cleanup pass, from Rob Sullivan. More to be done...landley2005-09-181-144/+106
* more C-compatibily, Thanks Bernhard Fischervodz2005-09-161-1/+2
* small change for highlihting flags, more busyboxes: indent, forward declarati...vodz2005-09-161-510/+464
* New applet "less", from Rob Sullivan.landley2005-09-151-0/+1262