summaryrefslogtreecommitdiff
path: root/miscutils/less.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* use xmalloc, dont hardcode length of string, and get rid of pointless call ↵Mike Frysinger2006-04-161-3/+2
| | | | to memset
* 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
| | | | Reverting...
* 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
| | | | | ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum
* 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
| | | | | | | 2) destroy segfault in number_process 3) removes dead code complex patch my and Tito
* quick patchs: drop founded memory leak, more libbb, more C-compatibility, ↵"Vladimir N. Oleynik"2005-09-191-82/+89
| | | | size reduction
* 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 ↵"Vladimir N. Oleynik"2005-09-161-510/+464
| | | | declaration, paste BSS
* New applet "less", from Rob Sullivan.Rob Landley2005-09-151-0/+1262