]> git.draconx.ca Git - cdecl99.git/commit
Portability improvements for new random number generator.
authorNick Bowler <nbowler@draconx.ca>
Wed, 9 Feb 2022 08:06:02 +0000 (03:06 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 10 Feb 2022 01:52:49 +0000 (20:52 -0500)
commit17304d042186dc49856c1d7de82eec15ea5856de
tree3d5316dbc63b90b441088711d61b4ec360d9449f
parent1c892ba2a411da86a1d419bbc07f841fedb2aef9
Portability improvements for new random number generator.

On HP-UX 11, the ldexp function requires linking against libm.
Moreover, instead of strtoull declared in <stdlib.h> we have
__strtoull declared in <inttypes.h>.  Add configure tests to
find these.
Makefile.am
NEWS
configure.ac
m4/.gitignore
m4/gnulib-cache.m4
test/rng.c