aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | win32: stat(2) succeeds if fetching extra metadata failsRon Yorston2019-02-191-1/+3
* | win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-1/+2
* | vi: add a function to count CRs in the text bufferRon Yorston2019-02-141-29/+27
* | win32: add a function to remove CRs from a text bufferRon Yorston2019-02-141-14/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-02-123-72/+77
|\|
| * vi: further fixes to undo after autoindentRon Yorston2019-02-111-13/+15
| * vi: fix replacement of single character with CRRon Yorston2019-02-081-8/+3
| * vi: fix faulty undo after autoinsertRon Yorston2019-02-081-35/+22
| * sed: code shrinkDenys Vlasenko2019-01-211-15/+15
| * sed: Fix backslash parsing for 'w' command argBrian Foley2019-01-211-1/+1
| * awk: Fix overly permissive func arg list parsingBrian Foley2019-01-211-1/+14
| * awk: Syntax error if delete isn't given an arg.Brian Foley2019-01-211-8/+15
| * awk: Guard pointer chasing when parsing ternary expressions.Brian Foley2019-01-211-1/+2
* | vi: simplify code to display pasted textRon Yorston2019-02-011-8/+4
* | vi: display pasted textRon Yorston2019-01-261-1/+14
* | awk: fix handling of regular expressions that match end-of-lineRon Yorston2019-01-231-0/+24
* | Merge branch 'busybox' into mergeRon Yorston2019-01-106-6/+6
|\|
| * config: update size informationDenys Vlasenko2018-12-286-6/+6
* | diff: omit unreliable test for same fileRon Yorston2019-01-091-1/+1
* | 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