NEWS
rngWELL 0.10-10 (2024-10-17)
rngWELL 0.10-9 (2023-01-16)
- remove gcc check in configure.ac file generating config files
(follow guideline of r-exts)
- remove useless autoconf macro and simplifies configure.ac
rngWELL 0.10-8 (2022-11-05)
WARNING FIX
- remove the following warning in some C functions: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rngWELL 0.10-7 (2021-10-26)
- fix warnings of autoconf for configure files showed by
> autoreconf --warnings=obsolete (previous output was)
configure.ac:299: warning: The macro ‘AC_TRY_COMPILE’ is obsolete.
configure.ac:299: warning: The macro ‘AC_FD_MSG’ is obsolete.
configure.ac:310: warning: The macro ‘AC_CONFIG_HEADER’ is obsolete.
rngWELL 0.10-6 (2020-01-21)
- bug fixes on multiple defintion issues in C header files
(for getRngWELL and putRngWELL).
- mismatch of C functions between header and source files
for those two functions.
rngWELL 0.10-5 (2017-05-21)
- fix NOTE using R_useDynamicSymbols to preclude compilation
NOTEs, better registration of native routines and reduced
symbol visibility.
rngWELL 0.10-4 (2015-07-27)
rngWELL 0.10-3 (2014-07-25)
- update LICENCE file.
- move autoconf files to tools directory.
rngWELL 0.10-2 (2013-06-11)
rngWELL 0.10-1 (2013-03-27)
- minor update to remove warnings and NOTEs when checking is done.
rngWELL 0.10-0 (2012-01-15)
- change the runifInterface to WELL rngs.
rngWELL 0.9 (2009-12-11)
- extract from randtoolbox the C code of WELL generators by F. Panneton,
P. L'Ecuyer and M. Matsumoto.
- the common parts of the C files for WELL generators are in common
header files included into each of the generators.