Denys Vlasenko
|
8b35f207bb
shell: move all definitions of strto_arith_t() together
|
5 년 전 |
Denys Vlasenko
|
9edd268bad
shell: implement optional "BASE#nnnn" numeric literals
|
5 년 전 |
Denys Vlasenko
|
9bf6780c28
shell: add TODO comment about BASE#nnn literals
|
5 년 전 |
Denys Vlasenko
|
0b8835861b
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
|
7 년 전 |
Denys Vlasenko
|
1961aea305
move endofname() to libbb
|
11 년 전 |
Denys Vlasenko
|
bed7c81ea2
shell/math: deconvolute and explain ?: handling. Give better error message
|
14 년 전 |
Denys Vlasenko
|
063847d6bd
shell/math: return string error indicator, not integer
|
14 년 전 |
Denys Vlasenko
|
0eac8ff164
shell/math.c: stop using bss variable
|
14 년 전 |
Denys Vlasenko
|
06d44d7dfb
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
|
14 년 전 |
Denys Vlasenko
|
8b2f13d84d
shell: unify endofname() in hush and ash
|
14 년 전 |
Denys Vlasenko
|
03dad22f8a
hush: use ash's read builtin
|
15 년 전 |
Denys Vlasenko
|
71016baf55
printf: accept negative numbers for %x; sh: overflowed numbers are 0
|
15 년 전 |
Denis Vlasenko
|
f81e8dbc74
*: make "pragma GCC visibility push(hidden)" less ugly
|
15 년 전 |
Denis Vlasenko
|
cc8289dc04
shell/math: randomconfig fix
|
15 년 전 |
Mike Frysinger
|
98c52645c0
split math code out of ash and into a standalone library so we can use it in any shell (like hush!)
|
15 년 전 |