From c1de91abbdcc79b982be60f2c503a94c42fb527f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 23 Jan 2004 03:01:30 +0000 Subject: [PATCH] Add new functions. 2004-01-23 Tor Lillqvist * glib/glib.def: Add new functions. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-12 | 2 ++ ChangeLog.pre-2-4 | 2 ++ ChangeLog.pre-2-6 | 2 ++ ChangeLog.pre-2-8 | 2 ++ glib/glib.def | 4 ++++ 7 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 00882c4..e15b911 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 00882c4..e15b911 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 00882c4..e15b911 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 00882c4..e15b911 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 00882c4..e15b911 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 00882c4..e15b911 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/glib/glib.def b/glib/glib.def index 61a7f7e..15c2d1b 100644 --- a/glib/glib.def +++ b/glib/glib.def @@ -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 -- 2.7.4