summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-12-15 15:51:20 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-12-15 15:51:20 +0000
commit448a396517db88d68009b9ee6368ae8caa71618d (patch)
tree003fcbca0ac7c2cebf6b1c3bcf46d25e2403c65a
parentde8234dde0ecb6055a81e000e843c3c071306f43 (diff)
Add g_rand_init.
2002-12-15 Tor Lillqvist <tml@iki.fi> * glib/glib.def: Add g_rand_init.
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.pre-2-102
-rw-r--r--ChangeLog.pre-2-122
-rw-r--r--ChangeLog.pre-2-22
-rw-r--r--ChangeLog.pre-2-42
-rw-r--r--ChangeLog.pre-2-62
-rw-r--r--ChangeLog.pre-2-82
-rw-r--r--glib/glib.def1
8 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce0338d9f..0d71df6d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-12-15 Tor Lillqvist <tml@iki.fi>
+ * glib/glib.def: Add g_rand_init.
+
* config.h.win32.in: Slight update to match what is currently
produced by configure.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index ce0338d9f..0d71df6d2 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,7 @@
2002-12-15 Tor Lillqvist <tml@iki.fi>
+ * glib/glib.def: Add g_rand_init.
+
* config.h.win32.in: Slight update to match what is currently
produced by configure.
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index ce0338d9f..0d71df6d2 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,7 @@
2002-12-15 Tor Lillqvist <tml@iki.fi>
+ * glib/glib.def: Add g_rand_init.
+
* config.h.win32.in: Slight update to match what is currently
produced by configure.
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index ce0338d9f..0d71df6d2 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,5 +1,7 @@
2002-12-15 Tor Lillqvist <tml@iki.fi>
+ * glib/glib.def: Add g_rand_init.
+
* config.h.win32.in: Slight update to match what is currently
produced by configure.
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index ce0338d9f..0d71df6d2 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,7 @@
2002-12-15 Tor Lillqvist <tml@iki.fi>
+ * glib/glib.def: Add g_rand_init.
+
* config.h.win32.in: Slight update to match what is currently
produced by configure.
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index ce0338d9f..0d71df6d2 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,7 @@
2002-12-15 Tor Lillqvist <tml@iki.fi>
+ * glib/glib.def: Add g_rand_init.
+
* config.h.win32.in: Slight update to match what is currently
produced by configure.
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index ce0338d9f..0d71df6d2 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,7 @@
2002-12-15 Tor Lillqvist <tml@iki.fi>
+ * glib/glib.def: Add g_rand_init.
+
* config.h.win32.in: Slight update to match what is currently
produced by configure.
diff --git a/glib/glib.def b/glib/glib.def
index 9af5b399f..7f1c9a67e 100644
--- a/glib/glib.def
+++ b/glib/glib.def
@@ -440,6 +440,7 @@ EXPORTS
g_rand_double
g_rand_double_range
g_rand_free
+ g_rand_init
g_rand_int
g_rand_int_range
g_rand_new