aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
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
2010-06-19sed: trivial code shrinkDenys Vlasenko
2010-06-18add a comment about sed and suid bitsDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-04typo fixDenys Vlasenko
2010-06-04sed: fix a case when one-line range matches past lines. Closes bug 1867.Denys Vlasenko
2010-05-19vi: fix "set ic" command; code shrink while at it. closes bug 1765Denys Vlasenko
2010-05-16consolidate ESC sequencesDenys Vlasenko
2010-05-12sed: fix a command with multible trailing backslashesDenys Vlasenko