aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2016-11-293-9/+23
|\
| * Code style fixes, no code changesDenys Vlasenko2016-11-283-10/+13
| * patch: fix matching failureAaro Koskinen2016-11-241-0/+11
| * patch: fix debug log failureAaro Koskinen2016-11-241-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-10-261-1/+1
|\|
| * awk: fix segfault on for loop syntax errorBrian Foley2016-10-241-1/+1
* | diff: use TMPDIR rather than TMP/TEMPRon Yorston2016-10-241-1/+1
* | diff: change handling of temporary files for WIN32Ron Yorston2016-10-201-0/+21
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-192-15/+18
|\|
| * vi: fix '' command (goto to prev context)Denys Vlasenko2016-09-281-5/+5
| * vi: make "g<key>" error message less likely to show garbageDenys Vlasenko2016-09-151-1/+3
| * sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko2016-09-011-9/+10
* | vi: remove duplicated codeRon Yorston2016-07-081-6/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-07-073-11/+6
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-063-11/+6
* | Merge branch 'busybox' into mergeRon Yorston2016-05-164-30/+57
|\|
| * sed: fix append command to match GNU sed 4.2.1Denys Vlasenko2016-05-061-10/+19
| * sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko2016-04-241-13/+25
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-222-2/+2
| * *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-212-4/+5
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-213-4/+8
| * sed: support "-f -" idiomDenys Vlasenko2016-04-081-2/+2
* | winansi: revert to previous console behaviour for vi/lessRon Yorston2016-04-261-0/+5
* | sed: drop \r when reading inputRon Yorston2016-03-161-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2016-02-222-10/+12
|\|
| * sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko2016-01-241-4/+7
| * patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko2016-01-231-6/+5
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-5/+5
|\|
| * *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-5/+5
* | Merge branch 'busybox' into mergeRon Yorston2015-10-134-55/+74
|\|
| * join some common strings, -400 bytesDenys Vlasenko2015-10-081-4/+4
| * build system: -fno-builtin-printfDenys Vlasenko2015-10-072-3/+3
| * awk: support "length" form of "length()". Closes 8371Denys Vlasenko2015-10-021-48/+67
* | Merge branch 'busybox' into mergeRon Yorston2015-08-041-2/+2
|\|
| * diff: fix -B with single line changesAaro Koskinen2015-07-311-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-07-144-22/+8
|\|
| * Removes stray empty line from codeManinder Singh2015-07-133-14/+0
| * typo fixesManinder Singh2015-05-252-8/+8
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-182-10/+41
|\|
| * vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller2015-05-031-5/+5
| * sed: implement ",+N" range endDenys Vlasenko2015-04-171-5/+36
* | Merge branch 'busybox' into mergeRon Yorston2015-03-143-7/+18
|\|
| * vi: make BACKSPACE and DELETE join lines at start/end of lineDenys Vlasenko2015-03-121-4/+4
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-2/+2
| * patch: segfault fix. Closes 7916Denys Vlasenko2015-03-111-0/+10
| * diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko2015-01-111-1/+2
| * vi: fix reading of file after last lineRon Yorston2015-01-071-1/+5
| * vi: failure to open file is not an error when initialising bufferRon Yorston2015-01-071-7/+5
* | vi: fix reading of file after last lineRon Yorston2014-12-051-1/+5