hush: remove code to track PS1/2 values dynamically - it's too much work
[oweals/busybox.git] / shell / math.c
2018-01-28 Denys Vlasenkoshell: handle $((NUM++...) like bash does. Closes 10706
2017-08-02 Denys Vlasenkodo not use `a' quoting style in comments
2014-11-20 Denys Vlasenkotypo fix in comment
2014-11-18 Denys Vlasenkoash,hush: do not segfault on $((2**63 / -1))
2013-02-25 Denys Vlasenkomove endofname() to libbb
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2010-09-17 Denys Vlasenkoshell/math: better comment. no code changes
2010-09-16 Denys Vlasenkoshell/math: deconvolute and explain ?: handling. Give...
2010-09-15 Denys Vlasenkoshell/math: return string error indicator, not integer
2010-09-13 Denys Vlasenkoshell/math.c: stop using bss variable
2010-09-13 Denys Vlasenkoshell/math.c: rename arith_eval_hooks to arith_state...
2010-09-13 Denys Vlasenkoshell/math.c: small code shrink; fixed incomprehensible...
2010-09-12 Denys Vlasenkoshell: small code shrink
2010-09-12 Denys Vlasenkoshell: shrink arith code; and prepare for returning...
2010-09-07 Denys Vlasenkoshell: unify endofname() in hush and ash
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-01-12 Denys Vlasenkohush: use ash's read builtin
2010-01-12 Denys Vlasenkoshell: split read builtin from ash
2009-10-12 Denys Vlasenkoash,hush: fix $RANDOM in children being repeated
2009-10-08 Denys Vlasenko*: code shrink via NOINLINE
2009-06-05 Denys Vlasenkoprintf: accept negative numbers for %x; sh: overflowed...
2009-04-09 Denis Vlasenkohush: plug the leak of expanded heredoc
2009-04-03 Denis Vlasenkoshell/math: randomconfig fix
2009-04-02 Mike Frysingersplit math code out of ash and into a standalone librar...