index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
math.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
1
-23
/
+4
|
\
|
*
shell/math: change ?: nesting code to not have 63 level nesting limitation
Denys Vlasenko
2023-06-17
1
-1
/
+1
|
*
shell/math.h: update comments, rearrange struct members for smaller code
Denys Vlasenko
2023-06-17
1
-22
/
+4
|
*
shell/math: fix ?: to not evaluate not-taken branches
Denys Vlasenko
2023-06-16
1
-2
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
1
-3
/
+1
|
\
|
|
*
shell: move all definitions of strto_arith_t() together
Denys Vlasenko
2019-05-26
1
-8
/
+0
|
*
shell: implement optional "BASE#nnnn" numeric literals
Denys Vlasenko
2019-05-19
1
-6
/
+10
|
*
shell: add TODO comment about BASE#nnn literals
Denys Vlasenko
2019-05-16
1
-0
/
+2
*
|
Use %I64* formats with MinGW instead of %ll* formats
Johannes Schindelin
2017-07-18
1
-1
/
+1
|
/
*
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
Denys Vlasenko
2016-12-23
1
-1
/
+1
*
move endofname() to libbb
Denys Vlasenko
2013-02-26
1
-5
/
+0
*
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-16
1
-16
/
+4
*
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-15
1
-1
/
+1
*
shell/math.c: stop using bss variable
Denys Vlasenko
2010-09-13
1
-2
/
+3
*
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
2010-09-13
1
-46
/
+45
*
shell: unify endofname() in hush and ash
Denys Vlasenko
2010-09-07
1
-2
/
+7
*
hush: use ash's read builtin
Denys Vlasenko
2010-01-12
1
-5
/
+6
*
printf: accept negative numbers for %x; sh: overflowed numbers are 0
Denys Vlasenko
2009-06-05
1
-2
/
+2
*
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2009-04-09
1
-2
/
+6
*
shell/math: randomconfig fix
Denis Vlasenko
2009-04-03
1
-3
/
+1
*
split math code out of ash and into a standalone library so we can use it in ...
Mike Frysinger
2009-04-02
1
-0
/
+101