summaryrefslogtreecommitdiff
path: root/editors/patch.c
Commit message (Expand)AuthorAgeFilesLines
* patch: make -p count path components, not slashes (think /blah//thing)Rob Landley2011-10-101-8/+10
* patch: make it able to create files (again)Rob Landley2011-08-221-5/+3
* diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko2011-06-191-7/+10
* libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-081-1/+1
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* patch: fix "patch at the beginning" testcase failureRob Landley2010-11-291-9/+14
* patch: simplify double list helpersDenys Vlasenko2010-11-211-42/+32
* patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko2010-11-211-160/+85
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-2/+1
* patch: implement -E optionLukas Huba2010-10-211-9/+16
* revert last change (wrong author)Denys Vlasenko2010-10-211-16/+9
* patch: implement -E optionGilles Espinasse2010-10-211-9/+16
* *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-051-1/+1
* patch: tweaksRob Landley2010-10-041-4/+6
* patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko2010-08-221-11/+24
* patch: fix -N regressionDenys Vlasenko2010-08-171-5/+11
* patch: add -N and a test for it (fails for now)Denys Vlasenko2010-08-161-2/+4
* patch: move closer to toybox codeDenys Vlasenko2010-08-131-4/+7
* patch: deal with ommitted ",len" in hunk headers (default len to 1)Rob Landley2010-08-131-7/+13
* patch: replace it with toybox's implementationRob Landley2010-08-131-270/+555
* patch: accept and ignore -g NUMDenys Vlasenko2010-01-221-6/+7
* patch: add more long opts; but remove -g for nowDenys Vlasenko2010-01-221-8/+25
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-2/+1
* patch: ignore flag -g. +22 bytesMatheus Izvekov2010-01-201-1/+3
* patch: add longopts, --dry-run, add one more testDenys Vlasenko2009-10-241-6/+29
* patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)Denys Vlasenko2009-08-201-1/+11
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* style fixes, no code changesDenis Vlasenko2008-06-261-1/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-2/+2
* patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko2008-03-261-18/+34
* patch: fix vda's thinko: we need to open new_filename.orig, always!Denis Vlasenko2008-03-251-18/+12
* patch: support for patches without dates and generated with -U1; shrinkDenis Vlasenko2008-03-241-69/+67
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-241-2/+2
* lpr: add more accurate commentsDenis Vlasenko2008-03-241-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-98/+73
* patch: don't trash permissions of patched fileDenis Vlasenko2008-03-181-10/+7
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-4/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* update Glenn McGrath's email addressDenis Vlasenko2007-09-211-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* patch: fix -p -1 handlingDenis Vlasenko2007-08-061-3/+5
* patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko2007-08-011-3/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-4/+2
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+3
* libbb: add xunlink()Denis Vlasenko2007-04-051-6/+3
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* diff: comment - explain what happens when hunk fails to applyDenis Vlasenko2006-12-171-2/+3