aboutsummaryrefslogtreecommitdiff
path: root/shell/math.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-07-131-23/+4
|\
| * shell/math: change ?: nesting code to not have 63 level nesting limitationDenys Vlasenko2023-06-171-1/+1
| * shell/math.h: update comments, rearrange struct members for smaller codeDenys Vlasenko2023-06-171-22/+4
| * shell/math: fix ?: to not evaluate not-taken branchesDenys Vlasenko2023-06-161-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-3/+1
|\|
| * shell: move all definitions of strto_arith_t() togetherDenys Vlasenko2019-05-261-8/+0
| * shell: implement optional "BASE#nnnn" numeric literalsDenys Vlasenko2019-05-191-6/+10
| * shell: add TODO comment about BASE#nnn literalsDenys Vlasenko2019-05-161-0/+2
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-1/+1
|/
* Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko2016-12-231-1/+1
* move endofname() to libbbDenys Vlasenko2013-02-261-5/+0
* shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-161-16/+4
* shell/math: return string error indicator, not integerDenys Vlasenko2010-09-151-1/+1
* shell/math.c: stop using bss variableDenys Vlasenko2010-09-131-2/+3
* shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko2010-09-131-46/+45
* shell: unify endofname() in hush and ashDenys Vlasenko2010-09-071-2/+7
* hush: use ash's read builtinDenys Vlasenko2010-01-121-5/+6
* printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko2009-06-051-2/+2
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-2/+6
* shell/math: randomconfig fixDenis Vlasenko2009-04-031-3/+1
* split math code out of ash and into a standalone library so we can use it in ...Mike Frysinger2009-04-021-0/+101