summaryrefslogtreecommitdiff
path: root/editors/patch.c
Commit message (Expand)AuthorAgeFilesLines
* *: style fixDenys Vlasenko2022-08-301-8/+8
* libbb: shrink lineedit_read_key()Denys Vlasenko2022-01-181-1/+1
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
* randomconfig fixesDenys Vlasenko2020-06-231-1/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* patch: implement --dry-runDenys Vlasenko2018-04-141-43/+86
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Code style fixes, no code changesDenys Vlasenko2016-11-281-5/+6
* patch: fix matching failureAaro Koskinen2016-11-241-0/+11
* patch: fix debug log failureAaro Koskinen2016-11-241-1/+1
* patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko2016-01-231-6/+5
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-2/+2
* patch: segfault fix. Closes 7916Denys Vlasenko2015-03-111-0/+10
* 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