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
*
editors/vi: reimplement mysleep() because select() won't work on stdin on Win...
Nguyễn Thái Ngọc Duy
2009-05-10
1
-0
/
+25
*
editors/sed: save the last regex for use later with s///
Nguyễn Thái Ngọc Duy
2009-04-23
1
-2
/
+9
*
editors/patch: cannot open files because of trailing \n
Nguyễn Thái Ngọc Duy
2009-04-23
1
-3
/
+3
*
editors/patch: strip all dirs if patch level is -1
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+7
*
editors/patch: support /dev/null
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+4
*
vi: move some data to malloc'ed space: ~500 less bss, code
vda
2007-05-30
1
-42
/
+68
*
whitespace fixes
vda
2007-05-30
1
-1
/
+1
*
usage.c: remove reference to busybox.h
vda
2007-05-26
5
-8
/
+6
*
awk: fix a trivial bug introduced by me.
vda
2007-05-18
1
-1
/
+1
*
awk: make code a bit less obfuscated
vda
2007-05-17
1
-240
/
+251
*
several *.c files:
vda
2007-05-17
1
-2
/
+1
*
vi: remove two globals
vda
2007-05-17
2
-69
/
+79
*
awk: don't segfault on printf(%*s). Close 1337.
vda
2007-05-09
1
-1
/
+4
*
awk: guard against empty environment
vda
2007-05-03
1
-1
/
+2
*
sed: fix escaped newlines in -f; fix multiple -f and -e
vda
2007-04-12
1
-32
/
+18
*
style fixes. No code changes
vda
2007-04-12
3
-3
/
+6
*
audit small applets and mark some of them as NOFORK.
vda
2007-04-10
1
-0
/
+2
*
getopt32: fix llist_t options ordering. llist_rev is not unused.
vda
2007-04-08
1
-1
/
+0
*
libbb: add xunlink()
vda
2007-04-05
1
-6
/
+3
*
Copyright, help text, whitespace cleanups
vda
2007-04-01
1
-1
/
+1
*
sed: a communal variable managed to slip past 'size'
vda
2007-03-26
1
-93
/
+99
*
inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)
vda
2007-03-24
1
-3
/
+9
*
random style fixes (extra spaces deleted)
vda
2007-03-24
1
-1
/
+1
*
assorted fixes uncovered by randomconfig runs
vda
2007-03-22
1
-1
/
+11
*
vi: fix signed char-induced potential bugs
vda
2007-03-21
1
-30
/
+32
*
vi: remove Byte typedef and massive amount of casts.
vda
2007-03-21
1
-424
/
+445
*
vi: support $EXINIT and -c
vda
2007-03-21
1
-14
/
+53
*
sed: fix very obscure case of escaped newline in sed command
vda
2007-03-16
1
-12
/
+29
*
kill superfluous returns at the end of void functions
vda
2007-03-11
1
-8
/
+1
*
awk: support multiple -v options
vda
2007-03-10
1
-3
/
+8
*
clean up accumulated whitespace damage
vda
2007-03-07
2
-2
/
+2
*
awk: fix memory leak (can affect large file processing)
vda
2007-02-24
1
-18
/
+18
*
suppress warnings about easch <applet>_main() having
vda
2007-02-03
5
-0
/
+5
*
silly space saving in sed
vda
2007-01-30
1
-6
/
+6
*
micro optimization
vda
2007-01-30
1
-1
/
+1
*
preparatory patch for -Wwrite-strings #7: sed
vda
2007-01-29
1
-13
/
+16
*
preparatory patch for -Wwrite-strings #2
vda
2007-01-29
1
-10
/
+10
*
preparatory patch for -Wwrite-strings #1
vda
2007-01-29
2
-21
/
+28
*
add to testsuite and fix yet another sed corner case
vda
2007-01-29
1
-6
/
+24
*
disable -Wold-style-definition for gcc 3.x
vda
2007-01-29
1
-6
/
+9
*
sed: fix 2 bugs (one testsuite entry + one newly found)
vda
2007-01-29
1
-59
/
+59
*
fix all known regressions with sed and also make it simpler
vda
2007-01-28
1
-28
/
+42
*
strdup -> xstrdup
vda
2007-01-19
1
-3
/
+4
*
sed,get_line_from_file: improve comments
vda
2007-01-17
1
-17
/
+27
*
whitespace fixes (leading spaces to tab)
vda
2007-01-13
1
-1
/
+1
*
Trailing whitespace removal over entire tree
vda
2007-01-11
1
-2
/
+2
*
awk: style fixes
vda
2007-01-01
1
-27
/
+23
*
awk: undo locale setting for numbers - or else parsing
vda
2007-01-01
1
-0
/
+5
*
awk: style cleanup. A lot of rw data moved to ro
vda
2007-01-01
1
-294
/
+293
*
next bunch of fixes for bugs found by randconfig
vda
2006-12-30
1
-202
/
+205
[next]