index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
math.h
Age
Commit message (
Expand
)
Author
2019-05-26
shell: move all definitions of strto_arith_t() together
Denys Vlasenko
2019-05-19
shell: implement optional "BASE#nnnn" numeric literals
Denys Vlasenko
2019-05-16
shell: add TODO comment about BASE#nnn literals
Denys Vlasenko
2016-12-23
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
Denys Vlasenko
2013-02-26
move endofname() to libbb
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-07
shell: unify endofname() in hush and ash
Denys Vlasenko
2010-01-12
hush: use ash's read builtin
Denys Vlasenko
2009-06-05
printf: accept negative numbers for %x; sh: overflowed numbers are 0
Denys Vlasenko
2009-04-09
*: make "pragma GCC visibility push(hidden)" less ugly
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