aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2018-11-29vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko
2018-11-28awk: abort if NF set to negative valueDenys Vlasenko
2018-10-31vi: remove duplicated codeRon Yorston
2018-09-25sed: fix double-free in FEATURE_CLEAN_UP codeDenys Vlasenko
2018-06-27vi: placate "warning: variable orig_buf set but not used"Denys Vlasenko
2018-06-27vi: placate "warning: statement with no effect"Denys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-23awk: do not allow $(-1)Denys Vlasenko
2018-04-14patch: implement --dry-runDenys Vlasenko
2018-04-01sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau
2018-01-07awk: code shrinkDenys Vlasenko
2018-01-07awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko
2017-09-29use %m printf specifier where appropriateDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-08-23sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1Denys Vlasenko
2017-08-16awk: stop on first non-option, closes 9861Denys Vlasenko
2017-08-16*: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-07script: make -t[FILE] compatible with util-linuxDenys Vlasenko
2017-08-02line editing: make read_line_input() not take timeout paramDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-27ed: fix "\n" removal in command line; make "w" set "dirty = 0"Denys Vlasenko
2017-07-27ed: code shrinkDenys Vlasenko
2017-07-27ed: fix --help and reorder functions, no code changesDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-05-05diff: fix -N and nonexistent files. Closes 7454Denys Vlasenko
2017-05-02vi: survive if stdin is nonblocking. closes 9851Denys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-11libbb: move isqrt from factor, use it in diff tooDenys Vlasenko
2017-03-24vi: avoid touching a new file with ZZ when no editing has been doneYousong Zhou
2017-03-13vi: don't touch file with :x when modified_count == 0Denys Vlasenko
2017-01-29vi,fsck: do not use build timestamp unconditionally. Closes 9626Denys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-24patch: fix matching failureAaro Koskinen
2016-11-24patch: fix debug log failureAaro Koskinen
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley
2016-09-28vi: fix '' command (goto to prev context)Denys Vlasenko
2016-09-15vi: make "g<key>" error message less likely to show garbageDenys Vlasenko
2016-09-01sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-05-06sed: fix append command to match GNU sed 4.2.1Denys Vlasenko
2016-04-24sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko