summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-11-12awk: optionally support -e AWK_PROGSven-Göran Bergh4-42/+84
2013-10-30sed: fix "sed clusternewline" testcaseDenys Vlasenko2-69/+67
2013-10-30sed: document -E in help textDenys Vlasenko1-3/+3
2013-10-30sed: fix memory leak in 'r FILE' commandDenys Vlasenko1-4/+3
2013-10-28sed: accept -E as a synonym for -rDavid A. Wheeler1-4/+10
2013-10-12awk: fix length(array)Denys Vlasenko2-1/+14
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2-1/+29
2013-07-21sed: fix matching of newlines by $Denys Vlasenko2-1/+22
2013-07-20awk: use "long long" as integer type, not "int"Denys Vlasenko1-5/+5
2013-07-08sed: remove now-redundant backslash-newline handlingDenys Vlasenko1-16/+2
2013-07-07sed: document where we are more liberal then GNUDenys Vlasenko1-0/+6
2013-04-21vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko1-40/+28
2013-03-15vi: code shrinkDenys Vlasenko1-4/+10
2013-03-15vi: fix adjustment of buffer on partial file readRon Yorston1-1/+1
2013-03-13awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2-1/+21
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-22*: reuse more stringsDenys Vlasenko3-17/+17
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-07-24sed: allow 'w' cmd to use two address formMimi Li1-5/+11
2012-07-13vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko1-124/+58
2012-07-13vi: do not set autoindent by defaultDenys Vlasenko1-7/+8
2012-07-10awk: fix FS assignment behavior. Closes 5108Denys Vlasenko2-0/+19
2012-06-22awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko2-7/+24
2012-06-21tweak help textsDenys Vlasenko2-9/+8
2012-06-11vi: save/restore screen upon invocationDenys Vlasenko1-0/+4
2012-06-11vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko1-124/+58
2012-06-10vi: do not set autoindent by defaultDenys Vlasenko1-7/+8
2012-06-08sed: yet another fix on top of zero length match codeDenys Vlasenko2-6/+15
2012-06-07sed: fix breakage added by zero length match codeDenys Vlasenko2-1/+5
2012-06-04sed: code shrinkDenys Vlasenko1-13/+15
2012-06-04sed: fix zero chars match/replaceDenys Vlasenko2-24/+50
2012-06-03awk: fix the evaluate bug related to warning fixTanguy Pruvot2-4/+4
2012-05-16sed: fix handling of s/// which has empty matchesDenys Vlasenko2-3/+4
2012-05-06sed: support long opts and -iSFXSimon B1-5/+28
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-24sed: slightly better fix for prev commit's problemDenys Vlasenko1-4/+4
2012-04-24sed: fix handling of s/// which has empty matchesDenys Vlasenko2-1/+2
2012-02-05Apply post-1.19.3 patches, bump version to 1.19.4Denys Vlasenko12-5663/+5674
2012-01-31vi: add ":prev" command supportDennis Groenen1-11/+18
2012-01-31vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko1-27/+37
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko3-5/+6
2012-01-15sed: fix possible case of signed char bug; expand debugging printoutsDenys Vlasenko1-13/+25
2011-11-28vi: fix [end] key handlingDenys Vlasenko1-1/+1
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-09-13sed: better help textDenys Vlasenko1-2/+3
2011-09-10awk: fix a SEGVDenys Vlasenko2-9/+65
[prev] [next]