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
*
vi: remove duplicated code
Ron Yorston
2016-07-08
1
-6
/
+1
*
Merge branch 'busybox' into merge
Ron Yorston
2016-07-07
3
-11
/
+6
|
\
|
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
3
-11
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
4
-30
/
+57
|
\
|
|
*
sed: fix append command to match GNU sed 4.2.1
Denys Vlasenko
2016-05-06
1
-10
/
+19
|
*
sed: understand \n,\r and \t in i and a commands. Closes 8871
Denys Vlasenko
2016-04-24
1
-13
/
+25
|
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
2
-2
/
+2
|
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
2
-4
/
+5
|
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
|
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
3
-4
/
+8
|
*
sed: support "-f -" idiom
Denys Vlasenko
2016-04-08
1
-2
/
+2
*
|
winansi: revert to previous console behaviour for vi/less
Ron Yorston
2016-04-26
1
-0
/
+5
*
|
sed: drop \r when reading input
Ron Yorston
2016-03-16
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-02-22
2
-10
/
+12
|
\
|
|
*
sed: make 's///w FILE' actually write to FILE. Closes 8251
Denys Vlasenko
2016-01-24
1
-4
/
+7
|
*
patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736
Denys Vlasenko
2016-01-23
1
-6
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-19
1
-5
/
+5
|
\
|
|
*
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
1
-5
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
4
-55
/
+74
|
\
|
|
*
join some common strings, -400 bytes
Denys Vlasenko
2015-10-08
1
-4
/
+4
|
*
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
2
-3
/
+3
|
*
awk: support "length" form of "length()". Closes 8371
Denys Vlasenko
2015-10-02
1
-48
/
+67
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-08-04
1
-2
/
+2
|
\
|
|
*
diff: fix -B with single line changes
Aaro Koskinen
2015-07-31
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
4
-22
/
+8
|
\
|
|
*
Removes stray empty line from code
Maninder Singh
2015-07-13
3
-14
/
+0
|
*
typo fixes
Maninder Singh
2015-05-25
2
-8
/
+8
*
|
Merge branch 'busybox' into merge
FRP
Ron Yorston
2015-05-18
2
-10
/
+41
|
\
|
|
*
vi: basic undo feature shouldn't depend on yankmark
Andrew Fuller
2015-05-03
1
-5
/
+5
|
*
sed: implement ",+N" range end
Denys Vlasenko
2015-04-17
1
-5
/
+36
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-03-14
3
-7
/
+18
|
\
|
|
*
vi: make BACKSPACE and DELETE join lines at start/end of line
Denys Vlasenko
2015-03-12
1
-4
/
+4
|
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-2
/
+2
|
*
patch: segfault fix. Closes 7916
Denys Vlasenko
2015-03-11
1
-0
/
+10
|
*
diff: fix a bug in diffing against stdin. Closes 7784
Denys Vlasenko
2015-01-11
1
-1
/
+2
|
*
vi: fix reading of file after last line
Ron Yorston
2015-01-07
1
-1
/
+5
|
*
vi: failure to open file is not an error when initialising buffer
Ron Yorston
2015-01-07
1
-7
/
+5
*
|
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
[next]