Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-09-29 | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | |
2006-09-19 | stty: fix few bugs found in testing | Denis Vlasenko | |
2006-09-19 | stty: reorder code, reducing need in forward declarations. | Denis Vlasenko | |
added few missed bits of error checking for parameters. | |||
2006-09-19 | stty: convert "enum mode_type" into unnamed enum | Denis Vlasenko | |
(reduces code obfuscation); deindent set_mode; add _or_die suffixes to few functions | |||
2006-09-19 | stty: reduce #ifdef forest | Denis Vlasenko | |
2006-09-19 | stty: simplify linewrapping code a bit | Denis Vlasenko | |
2006-09-19 | stty: style fixes | Denis Vlasenko | |
2006-09-19 | stty: fix a longstanding FIXME (was able to die half-way setting term params) | Denis Vlasenko | |
2006-09-08 | few random readability enhansements. No code changes | Denis Vlasenko | |
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-18 | Undo all of the ugliness and some of the bloat from 15412. | Rob Landley | |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | |
the busybox binary) into enums (which don't). | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-02-19 | rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h | Mike Frysinger | |
2006-01-30 | removed warning "comparison between signed and unsigned". Reduced size | "Vladimir N. Oleynik" | |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2004-09-15 | Add a missing brace, patch by Hideki IWAMOTO | Glenn L McGrath | |
2003-06-20 | last_patch89 from vodz: | Eric Andersen | |
Manuel, I rewrite bb_getopt_ulflags() function for more universal usage. My version support now: - options with arguments (optional arg as GNU extension also) - complementaly and/or incomplementaly and/or incongruously and/or list options - long_opt (all applets may have long option, add supporting is trivial) This realisation full compatibile from your version. Code size grow 480 bytes, but only coreutils/* over compensate this size after using new function. Last patch reduced over 800 bytes and not full applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate trivial addition support long_opt with usage new bb_getopt_ulflags(). Complementaly and/or incomplementaly and/or incongruously and/or list options logic is not trivial, but new "cut" and "grep" applets using this logic for examples with full demostrating. New "grep" applet reduced over 300 bytes. Mark, Also. I removed bug from "grep" applet. $ echo a b | busybox grep -e a b a b a b But right is printing one only. --w vodz | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-06-06 | last_patch41 from vodz to fix stty -F and similar | Eric Andersen | |
2001-07-12 | Patch from vodz: | Eric Andersen | |
Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function | |||
2001-05-07 | Patch from Vladimir to remove testing stuff from stty | Eric Andersen | |
2001-03-02 | Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in | Mark Whitley | |
recovery_mode and changed option processing. | |||
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-18 | Another patch from Vladimir to eliminate obsolete junk. | Eric Andersen | |
2001-02-14 | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | |
-Erik |