X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=bf3d4327af54356ef1a32619767d7615e45afb94;hb=111daf909494cd76a73a84beb4b2dc9ca4254e43;hp=4ad796ad93ac05f610a8c22f11cc97651406367e;hpb=d94b99635eaa41abd569ca8eba8279426e3a8967;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 4ad796ad9..bf3d4327a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,81 @@ 2010-01-24 Bruno Haible + Tests for module 'sqrt'. + * modules/sqrt-tests: New file. + * tests/test-sqrt.c: New file. + + Tests for module 'sinh'. + * modules/sinh-tests: New file. + * tests/test-sinh.c: New file. + + Tests for module 'sin'. + * modules/sin-tests: New file. + * tests/test-sin.c: New file. + + Tests for module 'rint'. + * modules/rint-tests: New file. + * tests/test-rint.c: New file. + + Tests for module 'remainder'. + * modules/remainder-tests: New file. + * tests/test-remainder.c: New file. + + Tests for module 'pow'. + * modules/pow-tests: New file. + * tests/test-pow.c: New file. + + Tests for module 'nextafter'. + * modules/nextafter-tests: New file. + * tests/test-nextafter.c: New file. + + Tests for module 'modf'. + * modules/modf-tests: New file. + * tests/test-modf.c: New file. + + Tests for module 'logb'. + * modules/logb-tests: New file. + * tests/test-logb.c: New file. + + Tests for module 'log1p'. + * modules/log1p-tests: New file. + * tests/test-log1p.c: New file. + + Tests for module 'log10'. + * modules/log10-tests: New file. + * tests/test-log10.c: New file. + + Tests for module 'log'. + * modules/log-tests: New file. + * tests/test-log.c: New file. + + Tests for module 'lgamma'. + * modules/lgamma-tests: New file. + * tests/test-lgamma.c: New file. + + Tests for module 'ldexp'. + * modules/ldexp-tests: New file. + * tests/test-ldexp.c: New file. + + Tests for module 'jn'. + * modules/jn-tests: New file. + * tests/test-jn.c: New file. + + Tests for module 'j1'. + * modules/j1-tests: New file. + * tests/test-j1.c: New file. + + Tests for module 'j0'. + * modules/j0-tests: New file. + * tests/test-j0.c: New file. + + Tests for module 'hypot'. + * modules/hypot-tests: New file. + * tests/test-hypot.c: New file. + + Tests for module 'fmod'. + * modules/fmod-tests: New file. + * tests/test-fmod.c: New file. + Tests for module 'fabs'. * modules/fabs-tests: New file. * tests/test-fabs.c: New file.