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
/
procps
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-09
we arent testing `echo -n` here so use printf instead
Mike Frysinger
1
-6
/
+6
2009-04-09
source the .config so tests can signal they need to be skipped due to feature...
Mike Frysinger
1
-2
/
+11
2009-04-09
patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0...
Mike Frysinger
1
-1
/
+7
2009-04-09
hush: typo in comment
Denis Vlasenko
1
-1
/
+1
2009-04-09
hush: fix thinko in re_execute_shell; pass even less junk to heredoc helper
Denis Vlasenko
1
-8
/
+19
2009-04-08
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
7
-31
/
+177
2009-04-08
expand leak_all1.tests
Denis Vlasenko
1
-2
/
+8
2009-04-08
slight tweak to the leak detector
Denis Vlasenko
1
-3
/
+3
2009-04-08
hush: plug leak in run_pipe(). NOMMU only.
Denis Vlasenko
1
-10
/
+42
2009-04-08
hush: add a leak test which currently fails
Denis Vlasenko
2
-0
/
+44
2009-04-08
hush: add leak detector helper; fix/add tests for it
Denis Vlasenko
7
-133
/
+126
2009-04-08
hush: echo \2>file fix
Denis Vlasenko
7
-8
/
+28
2009-04-07
FEATURE_FANCY_ECHO needs to be accessible for hush
Denis Vlasenko
1
-1
/
+1
2009-04-07
hush: fix heredoc expansion of $var and `cmd`
Denis Vlasenko
5
-60
/
+120
2009-04-07
hush: fix wrong comment
Denis Vlasenko
1
-1
/
+2
2009-04-07
hush: fix heredoc <<- handling.
Denis Vlasenko
1
-137
/
+135
2009-04-07
hush: NOMMU-safe support of big heredocs
Denis Vlasenko
1
-127
/
+177
2009-04-07
here documents have been added, so drop from TODO
Mike Frysinger
1
-1
/
+0
2009-04-07
use sleep rather than usleep
Mike Frysinger
1
-2
/
+4
2009-04-07
add a pathological test case for here doc related to eof marker and other ugl...
Mike Frysinger
2
-0
/
+17
2009-04-07
implement support for parameter substitution via #/% operators
Mike Frysinger
6
-25
/
+243
2009-04-07
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
Denis Vlasenko
4
-115
/
+319
2009-04-06
hush: s/last_return_code/last_exitcode/g
Denis Vlasenko
1
-19
/
+19
2009-04-06
hush: fix "if false; then...fi" exitcode;
Denis Vlasenko
3
-4
/
+12
2009-04-06
make hush-misc/*.tests executable
Denis Vlasenko
4
-0
/
+0
2009-04-06
hush: fix a bunch of obscure while/until/continue bugs
Denis Vlasenko
10
-20
/
+66
2009-04-06
*.tests should be executable
Denis Vlasenko
1
-0
/
+0
2009-04-06
move hush-parsing/and-or.tests to hush-misc/*
Denis Vlasenko
2
-0
/
+0
2009-04-06
add some brute force logic tests
Mike Frysinger
2
-0
/
+52
2009-04-06
hush: fix "false && echo yes || echo no" bug 265
Denis Vlasenko
1
-45
/
+55
2009-04-06
hush: beautify re_execute_shell more
Denis Vlasenko
1
-6
/
+6
2009-04-06
hush: drop allocations in re_execute_shell
Denis Vlasenko
1
-27
/
+20
2009-04-06
add tests for basic fd open/close/dupe
Mike Frysinger
2
-0
/
+36
2009-04-06
fix #>&- syntax for closing fds
Mike Frysinger
1
-1
/
+2
2009-04-06
fix redir1 tests -- usleep isnt standard in $PATH
Mike Frysinger
1
-1
/
+3
2009-04-06
hush: micro-optimization. -37 bytes
Denis Vlasenko
1
-1
/
+1
2009-04-06
hush: more efficient filtering of "safe" arithmetic
Denis Vlasenko
1
-19
/
+9
2009-04-06
hush: add <> and () as "safe" arith chars
Denis Vlasenko
1
-1
/
+1
2009-04-06
hush: print cd error to stderr; use fopen_or_warn in builtin_source;
Denis Vlasenko
2
-25
/
+39
2009-04-06
hush: fix "export a=a b=b" (was not setting and exporting b)
Denis Vlasenko
1
-28
/
+31
2009-04-06
hush: update TODO list; + my usual pointless tweaks :(
Denis Vlasenko
1
-21
/
+22
2009-04-06
hush: mark SIGHUP TODOs better; don't disable SIGHUP for now,
Denis Vlasenko
1
-10
/
+15
2009-04-05
hush: cosmetics, no code changes
Denis Vlasenko
1
-1
/
+4
2009-04-05
modprobe/insmod for 2.4: support compressed modules.
Denis Vlasenko
1
-24
/
+33
2009-04-05
hush: strip NULs from file input, they are PITA/impossible to handle correctly
Denis Vlasenko
1
-6
/
+8
2009-04-05
drop HUSH_VER_STR since it has no relevance anymore -- just use BB_VER
Mike Frysinger
1
-4
/
+2
2009-04-05
hush: fix trap clearing in subshells on MMU; simplify NOMMU a bit:
Denis Vlasenko
1
-32
/
+92
2009-04-05
hush: audit and fix "interactive shell" setup code.
Denis Vlasenko
1
-148
/
+175
2009-04-05
hush: pass $! thru re-execution; try harder on re-exec; give error
Denis Vlasenko
1
-41
/
+57
2009-04-05
hush: suppress bogus warning from 4.2.1
Denis Vlasenko
1
-2
/
+7
[prev]
[next]