summaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
* 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
* awk: do not allow $(-1)Denys Vlasenko2018-04-231-0/+3
* patch: implement --dry-runDenys Vlasenko2018-04-141-43/+86
* sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau2018-04-011-1/+1
* awk: code shrinkDenys Vlasenko2018-01-071-4/+3
* awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko2018-01-071-23/+31
* use %m printf specifier where appropriateDenys Vlasenko2017-09-291-3/+3
* 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
* 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
* 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
* 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
* 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
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-4/+4
* libbb: move isqrt from factor, use it in diff tooDenys Vlasenko2017-04-111-11/+0
* vi: avoid touching a new file with ZZ when no editing has been doneYousong Zhou2017-03-241-8/+8
* vi: don't touch file with :x when modified_count == 0Denys Vlasenko2017-03-131-17/+26
* vi,fsck: do not use build timestamp unconditionally. Closes 9626Denys Vlasenko2017-01-291-1/+1
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-11/+4
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-103-21/+16
* 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
* awk: fix segfault on for loop syntax errorBrian Foley2016-10-241-1/+1
* 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
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-063-11/+6
* 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