Age | Commit message (Expand) | Author |
2022-01-18 | libbb: shrink lineedit_read_key() | Denys Vlasenko |
2020-12-13 | help text: replace [OPTIONS] with actual options (if not too long) | Denys Vlasenko |
2020-06-23 | randomconfig fixes | Denys Vlasenko |
2018-12-28 | config: update size information | Denys Vlasenko |
2018-04-14 | patch: implement --dry-run | Denys Vlasenko |
2017-09-18 | regularize format of source file headers, no code changes | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2016-11-28 | Code style fixes, no code changes | Denys Vlasenko |
2016-11-24 | patch: fix matching failure | Aaro Koskinen |
2016-11-24 | patch: fix debug log failure | Aaro Koskinen |
2016-01-23 | patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736 | Denys Vlasenko |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2015-03-11 | patch: segfault fix. Closes 7916 | Denys Vlasenko |
2011-10-10 | patch: make -p count path components, not slashes (think /blah//thing) | Rob Landley |
2011-08-22 | patch: make it able to create files (again) | Rob Landley |
2011-06-19 | diff: disable debug code; remove unsupported --dry-run from help text | Denys Vlasenko |
2011-05-08 | libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall... | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2010-11-29 | patch: fix "patch at the beginning" testcase failure | Rob Landley |
2010-11-21 | patch: simplify double list helpers | Denys Vlasenko |
2010-11-21 | patch: busyboxify by migrating from toybox to busybox helpers | Denys Vlasenko |
2010-10-22 | *: introduce and use xmkstemp. -65 bytes. | Alexander Shishkin |
2010-10-21 | patch: implement -E option | Lukas Huba |
2010-10-21 | revert last change (wrong author) | Denys Vlasenko |
2010-10-21 | patch: implement -E option | Gilles Espinasse |
2010-10-18 | *: replace xopen3 with xopen where makes sense | Denys Vlasenko |
2010-10-05 | *: whitespace fixes | Denys Vlasenko |
2010-10-04 | patch: tweaks | Rob Landley |
2010-08-22 | patch: support "patch [FILE [PATCH]]" format | Denys Vlasenko |
2010-08-17 | patch: fix -N regression | Denys Vlasenko |
2010-08-16 | patch: add -N and a test for it (fails for now) | Denys Vlasenko |
2010-08-13 | patch: move closer to toybox code | Denys Vlasenko |
2010-08-13 | patch: deal with ommitted ",len" in hunk headers (default len to 1) | Rob Landley |
2010-08-13 | patch: replace it with toybox's implementation | Rob Landley |
2010-01-22 | patch: accept and ignore -g NUM | Denys Vlasenko |
2010-01-22 | patch: add more long opts; but remove -g for now | Denys Vlasenko |
2010-01-20 | *: small code shrinks and compile fix for unicode | Denys Vlasenko |
2010-01-20 | patch: ignore flag -g. +22 bytes | Matheus Izvekov |
2009-10-24 | patch: add longopts, --dry-run, add one more test | Denys Vlasenko |
2009-08-20 | patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com) | Denys Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-26 | style fixes, no code changes | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-26 | patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ... | Denis Vlasenko |
2008-03-25 | patch: fix vda's thinko: we need to open new_filename.orig, always! | Denis Vlasenko |
2008-03-24 | patch: support for patches without dates and generated with -U1; shrink | Denis Vlasenko |
2008-03-24 | *: whitespace fixes, no code changes | Denis Vlasenko |
2008-03-24 | lpr: add more accurate comments | Denis Vlasenko |