aboutsummaryrefslogtreecommitdiff
path: root/editors/patch.c
AgeCommit message (Expand)Author
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-04-14patch: implement --dry-runDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-24patch: fix matching failureAaro Koskinen
2016-11-24patch: fix debug log failureAaro Koskinen
2016-01-23patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-11patch: segfault fix. Closes 7916Denys Vlasenko
2011-10-10patch: make -p count path components, not slashes (think /blah//thing)Rob Landley
2011-08-22patch: make it able to create files (again)Rob Landley
2011-06-19diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
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