This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r114529 - in /trunk/libstdc++-v3: ChangeLog aci...


Author: paolo
Date: Fri Jun  9 23:37:28 2006
New Revision: 114529

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114529
Log:
2006-06-09  Paolo Carlini  <pcarlini@suse.de>

	* acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for
	the availability of "/dev/random" and "/dev/urandom".
	* configure.ac: Use it.
	* include/tr1/random (random_device): Implement, a fall-back for
	systems not providing "/dev/random" and "/dev/urandom" included.
	* testsuite/tr1/5_numerical_facilities/random/random_device/
	cons/default.cc: New.
	* testsuite/tr1/5_numerical_facilities/random/random_device/
	cons/token.cc: Likewise.
	* testsuite/tr1/5_numerical_facilities/random/random_device/
	requirements/typedefs.cc: Likewise.
	* config.h.in: Regenerate.
	* configure: Likewise.

	* testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
	cons/gen1.cc: Minor tweak, add bool test.

Added:
    trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/
    trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/cons/
    trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/cons/default.cc
    trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/cons/token.cc
    trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/requirements/
    trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/requirements/typedefs.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/config.h.in
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/configure.ac
    trunk/libstdc++-v3/include/tr1/random
    trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/gen1.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]