summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-24patch: fix matching failureAaro Koskinen2-0/+56
2016-11-24patch: fix debug log failureAaro Koskinen1-1/+1
2016-01-23patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko1-6/+5
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-03-11patch: segfault fix. Closes 7916Denys Vlasenko1-0/+10
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-11-20Merge 1.19.3 gingerbread into icsTanguy Pruvot24-2258/+8544
2011-10-10busybox v1.19.2 updateTanguy Pruvot24-2946/+2941
2011-10-10patch: make -p count path components, not slashes (think /blah//thing)Rob Landley2-8/+26
2011-08-22patch: make it able to create files (again)Rob Landley2-6/+3
2011-06-18diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko1-7/+10
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko8-17/+19
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-11-29patch: fix "patch at the beginning" testcase failureRob Landley1-9/+14
2010-11-21patch: simplify double list helpersDenys Vlasenko1-42/+32
2010-11-21patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko2-162/+87
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin7-16/+17
2010-10-20patch: implement -E optionLukas Huba2-14/+23
2010-10-20revert last change (wrong author)Denys Vlasenko2-23/+14
2010-10-20patch: implement -E optionGilles Espinasse2-14/+23
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko6-7/+7
2010-10-04*: whitespace fixesDenys Vlasenko3-3/+3
2010-10-03patch: tweaksRob Landley1-4/+6
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko4-12/+56
2010-08-16patch: fix -N regressionDenys Vlasenko1-5/+11
2010-08-15patch: add -N and a test for it (fails for now)Denys Vlasenko2-3/+30
2010-08-13patch: move closer to toybox codeDenys Vlasenko1-4/+7
2010-08-13patch: deal with ommitted ",len" in hunk headers (default len to 1)Rob Landley1-7/+13
2010-08-13patch: replace it with toybox's implementationRob Landley5-342/+969
2010-01-22patch: accept and ignore -g NUMDenys Vlasenko1-6/+7
2010-01-22patch: add more long opts; but remove -g for nowDenys Vlasenko1-8/+25
2010-01-20*: small code shrinks and compile fix for unicodeDenys Vlasenko5-19/+23
2010-01-20patch: ignore flag -g. +22 bytesMatheus Izvekov1-1/+3
2009-10-24patch: add longopts, --dry-run, add one more testDenys Vlasenko3-15/+82
2009-08-20patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)Denys Vlasenko2-2/+13
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-26style fixes, no code changesDenis Vlasenko11-19/+19
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-26patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko7-32/+103
2008-03-25patch: fix vda's thinko: we need to open new_filename.orig, always!Denis Vlasenko2-18/+59
2008-03-24patch: support for patches without dates and generated with -U1; shrinkDenis Vlasenko1-69/+67
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko13-53/+53
2008-03-24lpr: add more accurate commentsDenis Vlasenko10-28/+35
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-18patch: don't trash permissions of patched fileDenis Vlasenko1-10/+7
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko10-39/+33
[next]