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-04-28
vi: fix changes to word at end of line. Closes 11796
Ron Yorston
2019-04-03
vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"
Denys Vlasenko
2019-04-03
vi: code shrink
Denys Vlasenko
2019-04-03
vi: avoid build failure in non-default case
Ron Yorston
2019-04-02
vi: rename save_argc -> cmdline_filecnt
Denys Vlasenko
2019-04-02
vi: restore capability to remember insertion cmds for "."
Denys Vlasenko
2019-04-01
vi: code shrink
Denys Vlasenko
2019-04-01
vi: convert more /**/ comments to //
Denys Vlasenko
2019-04-01
vi: code shrink
Denys Vlasenko
2019-04-01
vi: use vsnprintf to format status line
Denys Vlasenko
2019-04-01
vi: rearrange functions, no logic changes
Denys Vlasenko
2019-04-01
vi: rearrange functions, no logic changes
Denys Vlasenko
2019-04-01
vi: rearrange functions, no logic changes
Denys Vlasenko
2019-04-01
vi: rearrange functions, no logic changes
Denys Vlasenko
2019-04-01
vi: rearrange functions, no logic changes
Denys Vlasenko
2019-04-01
vi: fix ^Z not always working as intended
Denys Vlasenko
2019-04-01
vi: install SIGINT handler _after_ restart setjmp is initialized
Denys Vlasenko
2019-03-30
vi: allow manual screen update if SIGWINCH isn't supported
Ron Yorston
2019-03-29
vi: code shrink, proper printf formatting for strlen()
Denys Vlasenko
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
[next]