index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fenv
Age
Commit message (
Expand
)
Author
2024-06-07
tweak __fenv_h so it gets included by default
Jakob Kaivo
2024-06-07
track valid exception flags when calling fegetexceptflag() and check when cal...
Jakob Kaivo
2024-06-07
track usable fenv_t values
Jakob Kaivo
2024-06-05
rename all per-header internal structs to __<header>_h
Jakob Kaivo
2024-02-02
add struct __fenv to track valid fexcept_t and fenv_t objects
Jakob Kaivo
2024-02-02
use UNDEFINED() instead of directly calling __undefined()
Jakob Kaivo
2024-01-31
clean up headers
Jakob Kaivo
2024-01-31
clean up UB detection
Jakob Kaivo
2024-01-31
add checks for valid exception masks
Jakob Kaivo
2024-01-31
remove extraneous #undef directives
Jakob Kaivo
2024-01-30
update standard and safety checks
Jakob Kaivo
2023-11-14
disable all functions; will strategically reenable them as tested
Jakob Kaivo
2022-04-21
add placeholders for pragma documentation
Jakob Kaivo
2020-08-16
rename non-compiled files to *.h
Jakob Kaivo
2019-03-03
define unconditionally, we will always support the full floating point enviro...
Jakob Kaivo
2019-02-28
remove warnings from -Wall -Wextra
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo