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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hush: micro-optimization. -37 bytes
Denis Vlasenko
2009-04-06
1
-1
/
+1
*
hush: more efficient filtering of "safe" arithmetic
Denis Vlasenko
2009-04-06
1
-19
/
+9
*
hush: add <> and () as "safe" arith chars
Denis Vlasenko
2009-04-06
1
-1
/
+1
*
hush: print cd error to stderr; use fopen_or_warn in builtin_source;
Denis Vlasenko
2009-04-06
2
-25
/
+39
*
hush: fix "export a=a b=b" (was not setting and exporting b)
Denis Vlasenko
2009-04-06
1
-28
/
+31
*
hush: update TODO list; + my usual pointless tweaks :(
Denis Vlasenko
2009-04-06
1
-21
/
+22
*
hush: mark SIGHUP TODOs better; don't disable SIGHUP for now,
Denis Vlasenko
2009-04-06
1
-10
/
+15
*
hush: cosmetics, no code changes
Denis Vlasenko
2009-04-05
1
-1
/
+4
*
modprobe/insmod for 2.4: support compressed modules.
Denis Vlasenko
2009-04-05
1
-24
/
+33
*
hush: strip NULs from file input, they are PITA/impossible to handle correctly
Denis Vlasenko
2009-04-05
1
-6
/
+8
*
drop HUSH_VER_STR since it has no relevance anymore -- just use BB_VER
Mike Frysinger
2009-04-05
1
-4
/
+2
*
hush: fix trap clearing in subshells on MMU; simplify NOMMU a bit:
Denis Vlasenko
2009-04-05
1
-32
/
+92
*
hush: audit and fix "interactive shell" setup code.
Denis Vlasenko
2009-04-05
1
-148
/
+175
*
hush: pass $! thru re-execution; try harder on re-exec; give error
Denis Vlasenko
2009-04-05
1
-41
/
+57
*
hush: suppress bogus warning from 4.2.1
Denis Vlasenko
2009-04-05
1
-2
/
+7
*
build system tweaks to account for latest hush changes
Denis Vlasenko
2009-04-05
2
-18
/
+6
*
hush: randomconfig fixes
Denis Vlasenko
2009-04-05
1
-21
/
+28
*
hush: plug the leak on NOMMU re-execute path
Denis Vlasenko
2009-04-05
1
-3
/
+32
*
fixing mode on hush-leak/leak_argv1.tests
Denis Vlasenko
2009-04-05
1
-0
/
+117
*
fixing mode on hush-leak/leak_argv1.tests
Denis Vlasenko
2009-04-05
1
-117
/
+0
*
hush: fix passing of $n on NOMMU
Denis Vlasenko
2009-04-05
3
-4
/
+28
*
hush: fix hush-misc/break5.tests NOMMU failure
Denis Vlasenko
2009-04-05
1
-3
/
+7
*
hush: fix all testsuite failures on NOMMU except memory leak.
Denis Vlasenko
2009-04-05
1
-22
/
+103
*
hush: enable NOMMU re-execution logic. Some testsuite entries
Denis Vlasenko
2009-04-04
1
-22
/
+91
*
hush: preparatory patch for NOMMU-safe { list } handling.
Denis Vlasenko
2009-04-04
1
-91
/
+200
*
ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/
Denis Vlasenko
2009-04-04
1
-1
/
+1
*
hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting
Denis Vlasenko
2009-04-04
4
-64
/
+75
*
hush: fix "var=val >file" not creating file
Denis Vlasenko
2009-04-04
3
-49
/
+121
*
hush: remove code which errors out on $- and $_, it's useless;
Denis Vlasenko
2009-04-04
1
-135
/
+152
*
hush: remove CHAR_xxx constants
Denis Vlasenko
2009-04-04
1
-9
/
+1
*
hush: get rid of charmap[]
Denis Vlasenko
2009-04-04
1
-90
/
+55
*
simplify maybe_die() slightly
Mike Frysinger
2009-04-03
1
-1
/
+2
*
hush: finally make `cmd` safe on NOMMU
Denis Vlasenko
2009-04-03
2
-58
/
+42
*
hush: yet another randomconfig fix
Denis Vlasenko
2009-04-03
1
-12
/
+6
*
shell/math: randomconfig fix
Denis Vlasenko
2009-04-03
2
-6
/
+4
*
hush: randomconfig fixes
Denis Vlasenko
2009-04-03
1
-46
/
+48
*
hush: improve parse_stream: does not require parsing context struct;
Denis Vlasenko
2009-04-03
2
-230
/
+268
*
hush: simplify parse_stream
Denis Vlasenko
2009-04-03
1
-25
/
+23
*
hush: fix bug with local environment vars in pipes; simplify parse_stream()
Denis Vlasenko
2009-04-03
3
-38
/
+45
*
hush: explain parsing context structure
Denis Vlasenko
2009-04-03
1
-21
/
+32
*
hush: straighten parse_stream() API a bit
Denis Vlasenko
2009-04-02
1
-19
/
+24
*
trim trailing slashes from specified subdir so we output to the right place
Mike Frysinger
2009-04-02
1
-0
/
+1
*
hush: rename ->o_quote to ->o_escape
Denis Vlasenko
2009-04-02
5
-28
/
+565
*
Arithmetic Expansion is supported now in hush, so drop from TODO
Mike Frysinger
2009-04-02
1
-1
/
+0
*
hush: do not inadvertently parse $((1 + "22")) as ok.
Denis Vlasenko
2009-04-02
1
-13
/
+11
*
hush: make
Denis Vlasenko
2009-04-02
1
-56
/
+164
*
shells: do not need to have math state global
Denis Vlasenko
2009-04-02
2
-59
/
+50
*
fix ash-alias/alias.tests failure
Denis Vlasenko
2009-04-02
1
-31
/
+20
*
split math code out of ash and into a standalone library so we can use it in ...
Mike Frysinger
2009-04-02
6
-726
/
+945
*
more of pointless whitespace fixes
Denis Vlasenko
2009-04-01
8
-32
/
+31
[prev]
[next]