summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-24patch: fix matching failureAaro Koskinen2-0/+56
2016-11-24patch: fix debug log failureAaro Koskinen1-1/+1
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley2-1/+4
2016-09-28vi: fix '' command (goto to prev context)Denys Vlasenko1-5/+5
2016-09-15vi: make "g<key>" error message less likely to show garbageDenys Vlasenko1-1/+3
2016-08-31sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko2-14/+11
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-05-06sed: fix append command to match GNU sed 4.2.1Denys Vlasenko2-12/+23
2016-04-24sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko2-13/+43
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-07sed: support "-f -" idiomDenys Vlasenko1-2/+2
2016-01-24sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko2-4/+13
2016-01-23patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko1-6/+5
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko2-48/+72
2015-07-31diff: fix -B with single line changesAaro Koskinen1-2/+2
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-05-25typo fixesManinder Singh17-24/+24
2015-05-03vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller1-5/+5
2015-04-17sed: implement ",+N" range endDenys Vlasenko2-5/+68
2015-03-12vi: make BACKSPACE and DELETE join lines at start/end of lineDenys Vlasenko1-4/+4
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-03-11patch: segfault fix. Closes 7916Denys Vlasenko1-0/+10
2015-01-11diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko2-1/+13
2015-01-07vi: fix reading of file after last lineRon Yorston1-1/+5
2015-01-07vi: failure to open file is not an error when initialising bufferRon Yorston1-7/+5
2014-10-05sed: fix "sed CMD -i nonexistent_file". Closes 7484Denys Vlasenko1-2/+6
2014-09-15sed: fix a buglet in s///NUM handlingDenys Vlasenko2-1/+8
2014-09-15vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko1-43/+36
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko2-0/+18
2014-05-29selinux: enable support for bionic, add applets in configTanguy Pruvot32-6835/+8569
2014-04-05vi: some simplificationsDenys Vlasenko1-116/+120
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-04-03vi: clear undo buffer when we change to another fileDenys Vlasenko1-69/+87
2014-04-02vi: undo code shrinkDenys Vlasenko1-41/+42
2014-04-02vi: undo support for vi with intermediate queuingJody Bruchon1-54/+448
2013-12-18sed: accept s///i as a synonym for s///I ("ignore case")David A. Wheeler1-1/+2
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-11-28sed: code shrinkDenys Vlasenko1-28/+21
2013-11-28sed: open input files sequentially to avoid EMFILEDenys Vlasenko2-27/+36
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko2-9/+21
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko7-53/+61
[next]