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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vi: fix reading of file after last line
Ron Yorston
2014-12-05
1
-1
/
+5
*
vi: failure to open file is not an error when initialising buffer
Ron Yorston
2014-12-05
1
-7
/
+5
*
Merge branch 'busybox' into merge
Ron Yorston
2014-10-06
2
-46
/
+46
|
\
|
*
sed: fix "sed CMD -i nonexistent_file". Closes 7484
Denys Vlasenko
2014-10-05
1
-2
/
+6
|
*
sed: fix a buglet in s///NUM handling
Denys Vlasenko
2014-09-16
1
-1
/
+4
|
*
vi: fix incorrect memory access on brace matching. Closes 7256
Denys Vlasenko
2014-09-15
1
-43
/
+36
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-06-30
1
-0
/
+2
|
\
|
|
*
awk: fix handling of "if ... break ; else ..." - closes 7226
Denys Vlasenko
2014-06-26
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-05-06
1
-189
/
+606
|
\
|
|
*
vi: some simplifications
Denys Vlasenko
2014-04-05
1
-116
/
+120
|
*
vi: clear undo buffer when we change to another file
Denys Vlasenko
2014-04-03
1
-69
/
+87
|
*
vi: undo code shrink
Denys Vlasenko
2014-04-03
1
-41
/
+42
|
*
vi: undo support for vi with intermediate queuing
Jody Bruchon
2014-04-02
1
-54
/
+448
*
|
awk: treat \r as a space character to skip
Ron Yorston
2014-01-13
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-02
8
-215
/
+285
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-08-27
3
-63
/
+43
|
\
|
|
*
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: handle CRLF line ending
Ron Yorston
2013-03-19
1
-0
/
+38
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-03-19
2
-6
/
+13
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-02-07
4
-23
/
+23
|
\
|
|
*
*: 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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-09-07
3
-170
/
+166
|
\
|
|
*
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
[next]