aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2011-05-22reformime: do not require \r\nDenys Vlasenko
2011-05-16vi.c: remove warning: variable 'sp' set but not usedCristian Ionescu-Idbohrn
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-05-05sed: shrink by 17 bytesPascal Bellard
2011-05-03sed: support \r in s commandDenys Vlasenko
2011-05-03sed: code shrinkDenys Vlasenko
2011-04-16Fix double words in comments. No code changesMarek Polacek
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-03-27diff: optimize diffing of files with the same metadataRoman Borisov
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-01-26diff: return 1 when skipping directories with -r, but without -NAlexander Shishkin
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-22patch: remove out-of-file build machineryDenys Vlasenko
2010-11-21cmp: with -s, do not report open errorsDenys Vlasenko
2010-11-21patch: simplify double list helpersDenys Vlasenko
2010-11-21patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-24awk: reduce ifdef forestRob Landley
2010-10-24awk: fix breakage in last commitDenys Vlasenko
2010-10-23awk: fix segfault on closing non-opened fileDenys 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-05awk: code shrinkDenys Vlasenko
2010-10-05awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko
2010-10-05*: whitespace fixesDenys Vlasenko
2010-10-04patch: tweaksRob Landley
2010-09-12*: s/perror/bb_simple_perror_msg/gMarek Polacek
2010-08-30typo fix in commentDenys Vlasenko
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko
2010-08-17patch: fix -N regressionDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16sed: make N command behave as in GNU sedDenys 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-08-01sed: fix sed -i: unlike without -i, it does not forget rangesDenys Vlasenko
2010-07-21vi: fix "ask terminal" codeDenys Vlasenko
2010-07-10diff: make diff -r much less eager to recurse into directoriesDenys Vlasenko
2010-07-09diff: cosmetic change on top of last commitDenys Vlasenko
2010-07-09diff: fix "diff dir1 dir2/". Closes bug 2203Matheus Izvekov
2010-07-04remove some dead assignments, add a TODO commentDenys Vlasenko
2010-06-19sed: trivial code shrink -18 bytesDenys Vlasenko
2010-06-19Revert "sed: trivial code shrink"Denys Vlasenko