index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
math.c
Age
Commit message (
Expand
)
Author
2010-09-17
shell/math: better comment. no code changes
Denys Vlasenko
2010-09-16
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-15
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-13
shell/math.c: stop using bss variable
Denys Vlasenko
2010-09-13
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
2010-09-13
shell/math.c: small code shrink; fixed incomprehensible comments
Denys Vlasenko
2010-09-13
shell: small code shrink
Denys Vlasenko
2010-09-13
shell: shrink arith code; and prepare for returning text error codes
Denys Vlasenko
2010-09-07
shell: unify endofname() in hush and ash
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-01-12
hush: use ash's read builtin
Denys Vlasenko
2010-01-12
shell: split read builtin from ash
Denys Vlasenko
2009-10-12
ash,hush: fix $RANDOM in children being repeated
Denys Vlasenko
2009-10-08
*: code shrink via NOINLINE
Denys Vlasenko
2009-06-05
printf: accept negative numbers for %x; sh: overflowed numbers are 0
Denys Vlasenko
2009-04-09
hush: plug the leak of expanded heredoc
Denis Vlasenko
2009-04-03
shell/math: randomconfig fix
Denis Vlasenko
2009-04-02
split math code out of ash and into a standalone library so we can use it in ...
Mike Frysinger