From: Tor Lillqvist Date: Sun, 15 Dec 2002 15:51:20 +0000 (+0000) Subject: Add g_rand_init. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=448a396517db88d68009b9ee6368ae8caa71618d;p=dana%2Fcg-glib.git Add g_rand_init. 2002-12-15 Tor Lillqvist * glib/glib.def: Add g_rand_init. --- diff --git a/ChangeLog b/ChangeLog index ce0338d9..0d71df6d 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 ce0338d9..0d71df6d 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 ce0338d9..0d71df6d 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 ce0338d9..0d71df6d 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 ce0338d9..0d71df6d 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 ce0338d9..0d71df6d 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 ce0338d9..0d71df6d 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 9af5b399..7f1c9a67 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