summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-30 08:21:54 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-30 08:21:54 +0000
commitbfe8c1cc56e09a21d55e50fae16e99c0ebea28e3 (patch)
tree02902794c4208014954c51581ac78e12ae840dfb /libgfortran/ChangeLog
parentc7f01ad58c4992234fef6e9e2308daf151878448 (diff)
downloadgcc-bfe8c1cc56e09a21d55e50fae16e99c0ebea28e3.tar.gz
* intrinsics/rand.c (rand): Wrap the irand() call from the previous
commit in prefix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83895 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 749b11f3e6d..507383d8975 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-30 Steve Kargl <sgk@troutmask.apl.washington.edu>
+ Steven Bosscher <stevenb@suse.de>
+
+ * intrinsics/rand.c (rand): Wrap the irand() call from the previous
+ commit in prefix.
+
2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
Paul Brook <paul@codesourcery.com>