]> gcc.gnu.org Git - gcc.git/commit
re PR libstdc++/13284 (126 g++ failures due to lrand48 not defined)
authorBenjamin Kosnik <bkoz@redhat.com>
Thu, 4 Dec 2003 19:37:21 +0000 (19:37 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 4 Dec 2003 19:37:21 +0000 (19:37 +0000)
commit82fa4538b5437476dabcb695c381eda2a3742a7c
treec4b41551fc999d690c910e50dfb93f1258a707e2
parentcb611e3e83647cf4efbe784e0092294bf8f51b07
re PR libstdc++/13284 (126 g++ failures due to lrand48 not defined)

2003-12-04  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/13284
* include/bits/stl_algo.h (__random_number): Remove.
(random_shuffle): Use rand, as permitted by DR 395.
* include/ext/algorithm: Same.
* linkage.m4 (GLIBCXX_CHECK_STDLIB_SUPPORT): Remove lrand48.
* acconfig.h: Same.
* crossconfig.m4: Remove HAVE_DRAND48, HAVE_LRAND48.
* config.h.in: Regenerated.
* configure: Same.
* aclocal.m4: Same.

From-SVN: r74288
16 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/acconfig.h
libstdc++-v3/aclocal.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/crossconfig.m4
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/include/ext/algorithm
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/linkage.m4
libstdc++-v3/po/Makefile.in
libstdc++-v3/src/Makefile.in
libstdc++-v3/testsuite/Makefile.in
This page took 0.058622 seconds and 5 git commands to generate.