Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-21 | update Glenn McGrath's email address | Denis Vlasenko | |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | |
(add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes text data bss dec hex filename 773469 1058 11092 785619 bfcd3 busybox_old 772644 1058 11092 784794 bf99a busybox_unstripped | |||
2007-08-06 | patch: fix -p -1 handling | Denis Vlasenko | |
checkstack.pl: add blackfin (by Alex Landau <landau_alex@yahoo.com>) | |||
2007-08-01 | patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) | Denis Vlasenko | |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-04-12 | style fixes. No code changes | Denis Vlasenko | |
2007-04-05 | libbb: add xunlink() | Denis Vlasenko | |
patch: do not try to delete same file twice | |||
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2006-12-17 | diff: comment - explain what happens when hunk fails to apply | Denis Vlasenko | |
2006-12-17 | patch: fix double-free (bug 1120) | Denis Vlasenko | |
2006-11-30 | passwd: rework: | Denis Vlasenko | |
* do not make backup copy by copying (just retain old file) * correctly fall back to /etc/passwd if user is not in shadow * fix bug with overlong passwd entries * be permissive on some kinds of failures * reduce stack usage * code size: -500 bytes | |||
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | |
Renaming... | |||
2006-10-12 | small style fixes | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
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-05-07 | Patch to fix bug 868, and some related cleanup while I was in the area. | Rob Landley | |
A tab is now taken as the end of filename if it's there, but if it isn't (because the timestamp isn't there) we continue with the existing untruncated line as the filename. | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-01-31 | changed strange mix signed<->unsigned | "Vladimir N. Oleynik" | |
2006-01-30 | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen | |
yet more incorrect types | |||
2005-10-27 | - correct boilerplate | Bernhard Reutner-Fischer | |
- use bb_xgetlarg for the patch_level to catch invalid arguments. | |||
2005-10-10 | - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowe | Bernhard Reutner-Fischer | |
being unsigned. - minor correction: use stdin only when no file was given via -i. - use shorter boilerplate. | |||
2005-10-06 | change strange depend to libbb.h, but require busybox.h | "Vladimir N. Oleynik" | |
2005-09-01 | Patch -i support from Berhnard Fischer. | Rob Landley | |
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-06-22 | New applet: patch, applies a unified diff | Glenn L McGrath | |