From 448a396517db88d68009b9ee6368ae8caa71618d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 15 Dec 2002 15:51:20 +0000 Subject: [PATCH] Add g_rand_init. 2002-12-15 Tor Lillqvist * glib/glib.def: Add g_rand_init. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-12 | 2 ++ ChangeLog.pre-2-2 | 2 ++ ChangeLog.pre-2-4 | 2 ++ ChangeLog.pre-2-6 | 2 ++ ChangeLog.pre-2-8 | 2 ++ glib/glib.def | 1 + 8 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index ce0338d..0d71df6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-12-15 Tor Lillqvist + * 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 ce0338d..0d71df6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2002-12-15 Tor Lillqvist + * 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 ce0338d..0d71df6 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2002-12-15 Tor Lillqvist + * 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 ce0338d..0d71df6 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,7 @@ 2002-12-15 Tor Lillqvist + * 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 ce0338d..0d71df6 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2002-12-15 Tor Lillqvist + * 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 ce0338d..0d71df6 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2002-12-15 Tor Lillqvist + * 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 ce0338d..0d71df6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2002-12-15 Tor Lillqvist + * 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 9af5b39..7f1c9a6 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 -- 2.7.4