index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
less.c
Age
Commit message (
Collapse
)
Author
2006-04-29
Rob Sullivan writes: rewrite the regex handling to improve stability
Mike Frysinger
2006-04-18
From Rob Sullivan: Fix a segfault with searching, plus some cleanups.
Rob Landley
2006-04-16
just use the stack to kill memleak and return if user didnt give us anything ↵
Mike Frysinger
to match
2006-04-16
use xmalloc, dont hardcode length of string, and get rid of pointless call ↵
Mike Frysinger
to memset
2006-04-16
uncuddle if statements
Mike Frysinger
2006-04-16
use more boiler plate GPL notices
Mike Frysinger
2006-04-16
uncuddle brackets
Mike Frysinger
2006-02-01
removed anoinig warnings
"Vladimir N. Oleynik"
2005-12-16
Ahem. Vladimir checked in a different fix bug didn't close out the bug.
Rob Landley
Reverting...
2005-12-16
Less would segfault if it had no tty. (Bug 600.)
Rob Landley
2005-12-15
fopen(TTY...) to bb_xfopen(), close bug 600
"Vladimir N. Oleynik"
2005-09-29
change interface to bb_xasprintf() - more perfect for me.
"Vladimir N. Oleynik"
ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum
2005-09-22
quick patch - have removed stranges for me
"Vladimir N. Oleynik"
2005-09-19
1) read from stdin work now
"Vladimir N. Oleynik"
2) destroy segfault in number_process 3) removes dead code complex patch my and Tito
2005-09-19
quick patchs: drop founded memory leak, more libbb, more C-compatibility, ↵
"Vladimir N. Oleynik"
size reduction
2005-09-18
First cleanup pass, from Rob Sullivan. More to be done...
Rob Landley
2005-09-16
more C-compatibily, Thanks Bernhard Fischer
"Vladimir N. Oleynik"
2005-09-16
small change for highlihting flags, more busyboxes: indent, forward ↵
"Vladimir N. Oleynik"
declaration, paste BSS
2005-09-15
New applet "less", from Rob Sullivan.
Rob Landley