hush: fix "wait -n" to wait for a _job_, not a _process_
[oweals/busybox.git] / shell / math.h
2016-12-23 Denys VlasenkoMake it possible to select "sh" and "bash" aliases...
2013-02-25 Denys Vlasenkomove endofname() to libbb
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-07 Denys Vlasenkoshell: unify endofname() in hush and ash
2010-01-12 Denys Vlasenkohush: use ash's read builtin
2009-06-05 Denys Vlasenkoprintf: accept negative numbers for %x; sh: overflowed...
2009-04-09 Denis Vlasenko*: make "pragma GCC visibility push(hidden)" less ugly
2009-04-03 Denis Vlasenkoshell/math: randomconfig fix
2009-04-02 Mike Frysingersplit math code out of ash and into a standalone librar...