aboutsummaryrefslogtreecommitdiff
path: root/editors/patch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* diff: comment - explain what happens when hunk fails to applyvda2006-12-171-2/+3
* patch: fix double-free (bug 1120)vda2006-12-171-0/+1
* passwd: rework:vda2006-11-301-0/+2
* style cleanup: return(a) -> return a, part 1vda2006-11-271-4/+4
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-4/+4
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-7/+7
* small style fixesvda2006-10-121-3/+3
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-6/+6
* Patch to fix bug 868, and some related cleanup while I was in the area.landley2006-05-071-18/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* changed strange mix signed<->unsignedvodz2006-01-311-4/+4
* clean up yet more annoying signed/unsigned mismatches and fixupandersen2006-01-301-1/+1
* - correct boilerplatealdot2005-10-271-2/+2
* - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowealdot2005-10-101-20/+6
* change strange depend to libbb.h, but require busybox.hvodz2005-10-061-1/+0
* Patch -i support from Berhnard Fischer.landley2005-09-011-9/+19
* Update my email address, document some of my tasks in the AUTHORS filebug12004-04-251-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* New applet: patch, applies a unified diffbug12003-06-221-0/+290