aboutsummaryrefslogtreecommitdiff
path: root/editors/patch.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - correct boilerplateBernhard Reutner-Fischer2005-10-271-2/+2
| | | | - use bb_xgetlarg for the patch_level to catch invalid arguments.
* - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to loweBernhard Reutner-Fischer2005-10-101-20/+6
| | | | | | being unsigned. - minor correction: use stdin only when no file was given via -i. - use shorter boilerplate.
* change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"2005-10-061-1/+0
|
* Patch -i support from Berhnard Fischer.Rob Landley2005-09-011-9/+19
|
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
|
* New applet: patch, applies a unified diffGlenn L McGrath2003-06-221-0/+290