aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorSteven G. Kargl <kargls@comcast.net>2004-05-30 10:49:50 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-05-30 10:49:50 +0000
commit5f251c2603135f0565ac08898410d795dff8e8d0 (patch)
treec7388f0241ffd16eefa7c8649497e527ecdcbeba /libgfortran/ChangeLog
parentebeb17c7bb8d07d412b5f02786fb79b0ab0ad2b9 (diff)
downloadgcc-5f251c2603135f0565ac08898410d795dff8e8d0.zip
gcc-5f251c2603135f0565ac08898410d795dff8e8d0.tar.gz
gcc-5f251c2603135f0565ac08898410d795dff8e8d0.tar.bz2
iresolve.c (gfc_resolve_random_number): Clean up conditional.
* iresolve.c (gfc_resolve_random_number): Clean up conditional. libgfortran/ * libgfortran.h (random_seed): Update prototype. * intrinsics/random.c: Disable old implementation and add new one. testsuite/ * gfortran.fortran-torture/execute/random_1.f90: New test. From-SVN: r82443
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 92fc985..def98c6 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-30 Steven G. Kargl <kargls@comcast.net>
+
+ * libgfortran.h (random_seed): Update prototype.
+ * intrinsics/random.c: Disable old implementation and add new one.
+
2004-05-30 Andreas Jaeger <aj@suse.de>
* intrinsics/random.c: Include unistd.h for close and read