diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2011-07-06 00:02:43 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2011-07-06 00:02:43 +0000 |
commit | 552adc01bec1b81861f6a2c3e76e27867ace71e8 (patch) | |
tree | 23180b99df5409129396cc42f41c3c23c5a46ed9 /gnu/egcs | |
parent | 7af325e5303e418c4ce2065a5ef7cd09252c72d0 (diff) |
Finalize work on the math library. It's time to do this monster
commit, and deal with problems (if any) in tree.
Note that this adds the following functions. Ports with hacks might
need adjustments.
nexttoward(3), fma(3), nexttowardf(3), fmaf(3), acoshl(3), asinhl(3),
atanhl(3), coshl(3), sinhl(3), tanhl(3), expl(3), expm1l(3), logl(3),
log10l(3), log1pl(3), log2l(3), modfl(3), cbrtl(3), hypotl(3),
powl(3), erfl(3), erfcl(3), lgammal(3), tgammal(3), ceill(3),
floorl(3), lrintl(3), llrintl(3), roundl(3), lroundl(3), llroundl(3),
truncl(3), fmodl(3), remainderl(3), remquol(3), nextafterl(3),
nexttowardl(3), fmal(3).
With this commit, our library implements all functionality required
by C99. Documentation bits will follow.
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/libstdc++/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/libstdc++/shlib_version b/gnu/egcs/libstdc++/shlib_version index e539098e13f..7c5405a2317 100644 --- a/gnu/egcs/libstdc++/shlib_version +++ b/gnu/egcs/libstdc++/shlib_version @@ -1,2 +1,2 @@ -major=44 +major=45 minor=0 |