Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |