From: Paolo Carlini Date: Sat, 20 Oct 2007 10:03:10 +0000 (+0000) Subject: [multiple changes] X-Git-Tag: prereleases/gcc-4.2.3-rc1~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e4be8eca4478471837967bdb1c11528cee39e6;p=thirdparty%2Fgcc.git [multiple changes] 2007-10-20 Paolo Carlini * include/tr1/random (uniform_int<>::_M_call(_UniformRandomNumberGenerator&, result_type, result_type, true_type)): Fix small thinko. 2007-10-19 Paolo Carlini PR libstdc++/33815 * include/tr1/random (uniform_int<>::_M_call(_UniformRandomNumberGenerator&, result_type, result_type, true_type)): Avoid the modulo (which uses the low-order bits). From-SVN: r129508 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a8b8e3eb76d6..f61cb2feeda6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,17 @@ +2007-10-20 Paolo Carlini + + * include/tr1/random + (uniform_int<>::_M_call(_UniformRandomNumberGenerator&, result_type, + result_type, true_type)): Fix small thinko. + +2007-10-19 Paolo Carlini + + PR libstdc++/33815 + * include/tr1/random + (uniform_int<>::_M_call(_UniformRandomNumberGenerator&, result_type, + result_type, true_type)): Avoid the modulo (which uses the low-order + bits). + 2007-10-18 Paolo Carlini PR libstdc++/33807