summaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* diff: return 1 when skipping directories with -r, but without -NAlexander Shishkin2011-01-261-3/+6
* 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: remove out-of-file build machineryDenys Vlasenko2010-11-222-7/+0
* cmp: with -s, do not report open errorsDenys Vlasenko2010-11-211-4/+5
* patch: simplify double list helpersDenys Vlasenko2010-11-211-42/+32
* patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko2010-11-211-160/+85
* whitespace cleanupDenys Vlasenko2010-10-293-11/+11
* awk: reduce ifdef forestRob Landley2010-10-241-33/+32
* awk: fix breakage in last commitDenys Vlasenko2010-10-241-12/+15
* awk: fix segfault on closing non-opened fileDenys Vlasenko2010-10-231-86/+96
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-223-8/+4
* 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-182-2/+2
* awk: code shrinkDenys Vlasenko2010-10-051-43/+41
* awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko2010-10-051-8/+40
* *: whitespace fixesDenys Vlasenko2010-10-052-2/+2
* patch: tweaksRob Landley2010-10-041-4/+6
* *: s/perror/bb_simple_perror_msg/gMarek Polacek2010-09-121-5/+5
* typo fix in commentDenys Vlasenko2010-08-301-1/+1
* patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko2010-08-221-11/+24
* patch: fix -N regressionDenys Vlasenko2010-08-171-5/+11
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-167-19/+19
* sed: make N command behave as in GNU sedDenys Vlasenko2010-08-161-3/+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-133-336/+959
* sed: fix sed -i: unlike without -i, it does not forget rangesDenys Vlasenko2010-08-011-4/+9
* vi: fix "ask terminal" codeDenys Vlasenko2010-07-211-10/+10
* diff: make diff -r much less eager to recurse into directoriesDenys Vlasenko2010-07-101-1/+22
* diff: cosmetic change on top of last commitDenys Vlasenko2010-07-091-1/+1
* diff: fix "diff dir1 dir2/". Closes bug 2203Matheus Izvekov2010-07-091-2/+4
* remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-1/+0
* sed: trivial code shrink -18 bytesDenys Vlasenko2010-06-191-3/+6
* Revert "sed: trivial code shrink"Denys Vlasenko2010-06-191-6/+3
* sed: trivial code shrinkDenys Vlasenko2010-06-191-3/+6
* add a comment about sed and suid bitsDenys Vlasenko2010-06-181-0/+2
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+4
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-11/+11
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* typo fixDenys Vlasenko2010-06-041-1/+1
* sed: fix a case when one-line range matches past lines. Closes bug 1867.Denys Vlasenko2010-06-041-15/+28
* vi: fix "set ic" command; code shrink while at it. closes bug 1765Denys Vlasenko2010-05-191-49/+37
* consolidate ESC sequencesDenys Vlasenko2010-05-161-8/+8
* sed: fix a command with multible trailing backslashesDenys Vlasenko2010-05-121-6/+8
* lineedit: change how cmdedit_set_out_char worksDenys Vlasenko2010-05-111-2/+2