index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sed: accept s///i as a synonym for s///I ("ignore case")
David A. Wheeler
2013-12-18
1
-1
/
+2
*
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-29
1
-2
/
+2
*
sed: code shrink
Denys Vlasenko
2013-11-28
1
-28
/
+21
*
sed: open input files sequentially to avoid EMFILE
Denys Vlasenko
2013-11-28
1
-26
/
+34
*
awk: fix a bug in argc counting in recent change
Denys Vlasenko
2013-11-21
1
-8
/
+8
*
switch editors/* to embedded-in-source kbuild system
Denys Vlasenko
2013-11-13
6
-49
/
+61
*
awk: optionally support -e AWK_PROG
Sven-Göran Bergh
2013-11-12
3
-41
/
+84
*
sed: fix "sed clusternewline" testcase
Denys Vlasenko
2013-10-30
1
-67
/
+67
*
sed: document -E in help text
Denys Vlasenko
2013-10-30
1
-3
/
+3
*
sed: fix memory leak in 'r FILE' command
Denys Vlasenko
2013-10-30
1
-4
/
+3
*
sed: accept -E as a synonym for -r
David A. Wheeler
2013-10-29
1
-4
/
+10
*
awk: fix length(array)
Denys Vlasenko
2013-10-12
1
-1
/
+9
*
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-07-31
1
-1
/
+1
*
sed: fix matching of newlines by $
Denys Vlasenko
2013-07-21
1
-1
/
+1
*
awk: use "long long" as integer type, not "int"
Denys Vlasenko
2013-07-20
1
-5
/
+5
*
sed: remove now-redundant backslash-newline handling
Denys Vlasenko
2013-07-08
1
-16
/
+2
*
sed: document where we are more liberal then GNU
Denys Vlasenko
2013-07-08
1
-0
/
+6
*
vi: make regexp search case-insensitive if ":set ignorecase" is active
Denys Vlasenko
2013-04-21
1
-40
/
+28
*
vi: code shrink
Denys Vlasenko
2013-03-15
1
-4
/
+10
*
vi: fix adjustment of buffer on partial file read
Ron Yorston
2013-03-15
1
-1
/
+1
*
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-03-13
1
-1
/
+2
*
*: reuse more strings
Denys Vlasenko
2013-01-22
1
-14
/
+14
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-15
2
-6
/
+6
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
3
-3
/
+3
*
sed: allow 'w' cmd to use two address form
Mimi Li
2012-07-24
1
-5
/
+11
*
awk: fix FS assignment behavior. Closes 5108
Denys Vlasenko
2012-07-11
1
-0
/
+12
*
awk: make -F STR interpret escape sequences. Closes 5126
Denys Vlasenko
2012-06-22
1
-7
/
+19
*
tweak help texts
Denys Vlasenko
2012-06-21
1
-1
/
+1
*
vi: save/restore screen upon invocation
Denys Vlasenko
2012-06-11
1
-0
/
+4
*
vi: nuke FEATURE_VI_OPTIMIZE_CURSOR
Denys Vlasenko
2012-06-11
1
-124
/
+58
*
vi: do not set autoindent by default
Denys Vlasenko
2012-06-11
1
-7
/
+8
*
sed: yet another fix on top of zero length match code
Denys Vlasenko
2012-06-08
1
-5
/
+10
*
sed: fix breakage added by zero length match code
Denys Vlasenko
2012-06-07
1
-1
/
+1
*
sed: code shrink
Denys Vlasenko
2012-06-04
1
-13
/
+15
*
sed: fix zero chars match/replace
Denys Vlasenko
2012-06-04
1
-22
/
+42
*
sed: support long opts and -iSFX
Simon B
2012-05-06
1
-5
/
+28
*
sed: slightly better fix for prev commit's problem
Denys Vlasenko
2012-04-24
1
-4
/
+4
*
sed: fix handling of s/// which has empty matches
Denys Vlasenko
2012-04-24
1
-1
/
+1
*
vi: add ":prev" command support
Dennis Groenen
2012-01-31
1
-11
/
+18
*
vi: move mark[i] pointers if text[] moves after realloc
Denys Vlasenko
2012-01-31
1
-27
/
+37
*
*: better comments on termios manipulations. No code changes.
Denys Vlasenko
2012-01-15
1
-1
/
+1
*
sed: fix possible case of signed char bug; expand debugging printouts
Denys Vlasenko
2012-01-15
1
-13
/
+25
*
vi: fix [end] key handling
Denys Vlasenko
2011-11-28
1
-1
/
+1
*
patch: make -p count path components, not slashes (think /blah//thing)
Rob Landley
2011-10-10
1
-8
/
+10
*
sed: better help text
Denys Vlasenko
2011-09-13
1
-2
/
+3
*
awk: fix a SEGV
Denys Vlasenko
2011-09-11
1
-9
/
+62
*
awk: fix define name collision with BSD headers
Denys Vlasenko
2011-09-10
1
-0
/
+3
*
vi: prevent unlimited recursion in do_cmd(). Closes 4153
Denys Vlasenko
2011-09-09
1
-155
/
+139
*
awk: next_input_file can return NULL, don't SEGV in this case.
Denys Vlasenko
2011-09-07
1
-9
/
+11
*
patch: make it able to create files (again)
Rob Landley
2011-08-22
1
-5
/
+3
[next]