index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
Age
Commit message (
Expand
)
Author
2019-02-11
vi: further fixes to undo after autoindent
Ron Yorston
2019-02-08
vi: fix replacement of single character with CR
Ron Yorston
2019-02-08
vi: fix faulty undo after autoinsert
Ron Yorston
2019-01-21
sed: code shrink
Denys Vlasenko
2019-01-21
sed: Fix backslash parsing for 'w' command arg
Brian Foley
2019-01-21
awk: Fix overly permissive func arg list parsing
Brian Foley
2019-01-21
awk: Syntax error if delete isn't given an arg.
Brian Foley
2019-01-21
awk: Guard pointer chasing when parsing ternary expressions.
Brian Foley
2018-12-28
config: update size information
Denys Vlasenko
2018-12-03
vi: correctly detect when a deletion empties the buffer
Ron Yorston
2018-11-29
vi: code shrink
Denys Vlasenko
2018-11-29
vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) search
Denys Vlasenko
2018-11-28
awk: abort if NF set to negative value
Denys Vlasenko
2018-10-31
vi: remove duplicated code
Ron Yorston
2018-09-25
sed: fix double-free in FEATURE_CLEAN_UP code
Denys Vlasenko
2018-06-27
vi: placate "warning: variable orig_buf set but not used"
Denys Vlasenko
2018-06-27
vi: placate "warning: statement with no effect"
Denys Vlasenko
2018-06-06
restore documentation on the build config language
Kartik Agaram
2018-04-23
awk: do not allow $(-1)
Denys Vlasenko
2018-04-14
patch: implement --dry-run
Denys Vlasenko
2018-04-01
sed: prevent overflow of length from bb_get_chunk_from_file
Quentin Rameau
2018-01-07
awk: code shrink
Denys Vlasenko
2018-01-07
awk: fix 'delete array[var--]' decrementing var twice
Denys Vlasenko
2017-09-29
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-13
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-08-23
sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1
Denys Vlasenko
2017-08-16
awk: stop on first non-option, closes 9861
Denys Vlasenko
2017-08-16
*: stop using atexit in non-debug build: saves ~260 in bss with musl
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-07
script: make -t[FILE] compatible with util-linux
Denys Vlasenko
2017-08-02
line editing: make read_line_input() not take timeout param
Denys Vlasenko
2017-08-02
do not use `a' quoting style in comments
Denys Vlasenko
2017-07-27
ed: fix "\n" removal in command line; make "w" set "dirty = 0"
Denys Vlasenko
2017-07-27
ed: code shrink
Denys Vlasenko
2017-07-27
ed: fix --help and reorder functions, no code changes
Denys Vlasenko
2017-07-27
config: trim/improve item names and help texts, take 2
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-20
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-05-05
diff: fix -N and nonexistent files. Closes 7454
Denys Vlasenko
2017-05-02
vi: survive if stdin is nonblocking. closes 9851
Denys Vlasenko
2017-04-17
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-11
libbb: move isqrt from factor, use it in diff too
Denys Vlasenko
2017-03-24
vi: avoid touching a new file with ZZ when no editing has been done
Yousong Zhou
2017-03-13
vi: don't touch file with :x when modified_count == 0
Denys Vlasenko
2017-01-29
vi,fsck: do not use build timestamp unconditionally. Closes 9626
Denys Vlasenko
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
[next]