aboutsummaryrefslogtreecommitdiff
path: root/editors/patch.c
AgeCommit message (Expand)Author
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-11-29patch: fix "patch at the beginning" testcase failureRob Landley
2010-11-21patch: simplify double list helpersDenys Vlasenko
2010-11-21patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin
2010-10-21patch: implement -E optionLukas Huba
2010-10-21revert last change (wrong author)Denys Vlasenko
2010-10-21patch: implement -E optionGilles Espinasse
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko
2010-10-05*: whitespace fixesDenys Vlasenko
2010-10-04patch: tweaksRob Landley
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko
2010-08-17patch: fix -N regressionDenys Vlasenko
2010-08-16patch: add -N and a test for it (fails for now)Denys Vlasenko
2010-08-13patch: move closer to toybox codeDenys Vlasenko
2010-08-13patch: deal with ommitted ",len" in hunk headers (default len to 1)Rob Landley
2010-08-13patch: replace it with toybox's implementationRob Landley
2010-01-22patch: accept and ignore -g NUMDenys Vlasenko
2010-01-22patch: add more long opts; but remove -g for nowDenys Vlasenko
2010-01-20*: small code shrinks and compile fix for unicodeDenys Vlasenko
2010-01-20patch: ignore flag -g. +22 bytesMatheus Izvekov
2009-10-24patch: add longopts, --dry-run, add one more testDenys Vlasenko
2009-08-20patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)Denys Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-26style fixes, no code changesDenis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-26patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko
2008-03-25patch: fix vda's thinko: we need to open new_filename.orig, always!Denis Vlasenko
2008-03-24patch: support for patches without dates and generated with -U1; shrinkDenis Vlasenko
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko
2008-03-24lpr: add more accurate commentsDenis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-18patch: don't trash permissions of patched fileDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-21update Glenn McGrath's email addressDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-06patch: fix -p -1 handlingDenis Vlasenko
2007-08-01patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-05libbb: add xunlink()Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-12-17diff: comment - explain what happens when hunk fails to applyDenis Vlasenko
2006-12-17patch: fix double-free (bug 1120)Denis Vlasenko
2006-11-30passwd: rework:Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko