Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | |
and eventual platform specific includes in early. | |||
2006-05-25 | And fix the error I just introduced. :) | Rob Landley | |
2006-05-25 | Remove pointless #define. | Rob Landley | |
2006-05-19 | - fix invalid mode | Bernhard Reutner-Fischer | |
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 | |