Add new functions.
authorTor Lillqvist <tml@iki.fi>
Fri, 23 Jan 2004 03:01:30 +0000 (03:01 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 23 Jan 2004 03:01:30 +0000 (03:01 +0000)
2004-01-23  Tor Lillqvist  <tml@iki.fi>

* glib/glib.def: Add new functions.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/glib.def

index 00882c4..e15b911 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-01-23  Tor Lillqvist  <tml@iki.fi>
 
+       * glib/glib.def: Add new functions.
+
        * glib/grand.c: Don't include <unistd.h> unless
        HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
        (g_rand_new): Use getppid() only on G_OS_UNIX.
index 00882c4..e15b911 100644 (file)
@@ -1,5 +1,7 @@
 2004-01-23  Tor Lillqvist  <tml@iki.fi>
 
+       * glib/glib.def: Add new functions.
+
        * glib/grand.c: Don't include <unistd.h> unless
        HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
        (g_rand_new): Use getppid() only on G_OS_UNIX.
index 00882c4..e15b911 100644 (file)
@@ -1,5 +1,7 @@
 2004-01-23  Tor Lillqvist  <tml@iki.fi>
 
+       * glib/glib.def: Add new functions.
+
        * glib/grand.c: Don't include <unistd.h> unless
        HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
        (g_rand_new): Use getppid() only on G_OS_UNIX.
index 00882c4..e15b911 100644 (file)
@@ -1,5 +1,7 @@
 2004-01-23  Tor Lillqvist  <tml@iki.fi>
 
+       * glib/glib.def: Add new functions.
+
        * glib/grand.c: Don't include <unistd.h> unless
        HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
        (g_rand_new): Use getppid() only on G_OS_UNIX.
index 00882c4..e15b911 100644 (file)
@@ -1,5 +1,7 @@
 2004-01-23  Tor Lillqvist  <tml@iki.fi>
 
+       * glib/glib.def: Add new functions.
+
        * glib/grand.c: Don't include <unistd.h> unless
        HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
        (g_rand_new): Use getppid() only on G_OS_UNIX.
index 00882c4..e15b911 100644 (file)
@@ -1,5 +1,7 @@
 2004-01-23  Tor Lillqvist  <tml@iki.fi>
 
+       * glib/glib.def: Add new functions.
+
        * glib/grand.c: Don't include <unistd.h> unless
        HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
        (g_rand_new): Use getppid() only on G_OS_UNIX.
index 61a7f7e..15c2d1b 100644 (file)
@@ -405,6 +405,7 @@ EXPORTS
        g_printf_string_upper_bound
        g_propagate_error
        g_ptr_array_add
+       g_ptr_array_foreach
        g_ptr_array_free
        g_ptr_array_new
        g_ptr_array_remove
@@ -441,7 +442,9 @@ EXPORTS
        g_rand_int_range
        g_rand_new
        g_rand_new_with_seed
+       g_rand_new_with_seed_array
        g_rand_set_seed
+       g_rand_set_seed_array
        g_random_double
        g_random_double_range
        g_random_int
@@ -660,6 +663,7 @@ EXPORTS
        g_timeout_add_full
        g_timeout_funcs
        g_timeout_source_new
+       g_timer_continue
        g_timer_destroy
        g_timer_elapsed
        g_timer_new