Age | Commit message (Expand) | Author |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko |
2006-10-12 | small style fixes | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-07 | awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067 | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-10-03 | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko |
2006-10-01 | sed: -e options were handled in reverse order. fix that. | Denis Vlasenko |
2006-10-01 | sed: unbreak multiple -e, -f option handling (my fault) | Denis Vlasenko |
2006-09-26 | several fixes from openWRT project | Denis Vlasenko |
2006-09-22 | awk: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | sed: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-08 | Bugfix for: echo '123456789' | sed 's/./|&/5' | Rob Landley |
2006-09-06 | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-26 | Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-07-01 | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" |
2006-06-28 | Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x" | Rob Landley |
2006-06-25 | A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and | Rob Landley |
2006-06-21 | Remove pointless "inline" wrapper around get_terminal_width_height(). | Rob Landley |
2006-06-21 | Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close | Rob Landley |
2006-06-09 | - make sure that we see string_insert only if we need it. | Bernhard Reutner-Fischer |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-06-05 | Confirming it's not needed. | Rob Landley |
2006-06-03 | - use bb functions instead of handrolling stuff. | Bernhard Reutner-Fischer |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-26 | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley |
2006-05-24 | Yann Morin spotted some leftover flotsam from halfway through the recent | Rob Landley |
2006-05-21 | Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary | Rob Landley |
2006-05-19 | - remove SIGIOT as suggested by landley. | Bernhard Reutner-Fischer |
2006-05-19 | - Rich Felker writes: | Bernhard Reutner-Fischer |
2006-05-19 | - remove superfluous legacy includes. | Bernhard Reutner-Fischer |
2006-05-19 | - include strings.h | Bernhard Reutner-Fischer |
2006-05-13 | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger |
2006-05-09 | Convert sed's static variables to a single global structure. | Rob Landley |
2006-05-08 | Move sed over to the generic llist_t for append. Saves about 90 bytes. | Rob Landley |
2006-05-07 | Patch to fix bug 868, and some related cleanup while I was in the area. | Rob Landley |
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley |
2006-05-04 | It was sitting there, in the patches directory, for years. It was delete it | Rob Landley |
2006-04-16 | touchup comment | Mike Frysinger |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley |
2006-04-05 | adjust ifdefs for inclusion of string_insert() routine | Paul Fox |