aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2018-12-052-18/+29
|\
| * vi: correctly detect when a deletion empties the bufferRon Yorston2018-12-031-1/+1
| * vi: code shrinkDenys Vlasenko2018-11-291-13/+17
| * vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko2018-11-291-5/+10
| * awk: abort if NF set to negative valueDenys Vlasenko2018-11-281-0/+2
| * vi: remove duplicated codeRon Yorston2018-10-311-6/+1
* | vi: save a few bytesRon Yorston2018-11-261-14/+8
* | Merge branch 'busybox' into mergeRon Yorston2018-10-081-12/+17
|\|
| * sed: fix double-free in FEATURE_CLEAN_UP codeDenys Vlasenko2018-09-251-12/+17
* | Merge branch 'busybox'Ron Yorston2018-07-252-27/+36
|\|
| * vi: placate "warning: variable orig_buf set but not used"Denys Vlasenko2018-06-271-25/+31
| * vi: placate "warning: statement with no effect"Denys Vlasenko2018-06-271-1/+4
| * restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-05-132-43/+89
|\|
| * awk: do not allow $(-1)Denys Vlasenko2018-04-231-0/+3
| * patch: implement --dry-runDenys Vlasenko2018-04-141-43/+86
* | win32: exclude termios codeRon Yorston2018-04-051-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-1/+1
|\|
| * sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau2018-04-011-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-27/+34
|\|
| * awk: code shrinkDenys Vlasenko2018-01-071-4/+3
| * awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko2018-01-071-23/+31
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-3/+3
|\|
| * use %m printf specifier where appropriateDenys Vlasenko2017-09-291-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-09-276-33/+30
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-186-19/+9
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-10/+11
| * sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1Denys Vlasenko2017-08-231-4/+10
* | sed: support the -b/--binary optionJohannes Schindelin2017-08-231-1/+17
* | Merge branch 'busybox' into mergeRon Yorston2017-08-226-25/+32
|\|
| * awk: stop on first non-option, closes 9861Denys Vlasenko2017-08-161-1/+5
| * *: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko2017-08-161-1/+1
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-083-8/+12
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-083-11/+10
| * script: make -t[FILE] compatible with util-linuxDenys Vlasenko2017-08-071-2/+2
| * line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-3/+3
| * do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-292-579/+542
|\|
| * ed: fix "\n" removal in command line; make "w" set "dirty = 0"Denys Vlasenko2017-07-271-20/+24
| * ed: code shrinkDenys Vlasenko2017-07-271-51/+43
| * ed: fix --help and reorder functions, no code changesDenys Vlasenko2017-07-271-548/+516
| * config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-249-73/+73
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-218-65/+65
| * libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko2017-07-202-2/+2
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-188-8/+8
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-05-293-46/+67
|\|
| * diff: fix -N and nonexistent files. Closes 7454Denys Vlasenko2017-05-051-5/+21
| * vi: survive if stdin is nonblocking. closes 9851Denys Vlasenko2017-05-021-1/+8