From: Manish Singh Date: Thu, 27 Sep 2001 22:22:02 +0000 (+0000) Subject: fix typo (#if->#ifdef) so it compiles again. X-Git-Tag: GLIB_1_3_9~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a002781b6d16c0b6e20087cf0d7d50adbc7ea9f5;p=platform%2Fupstream%2Fglib.git fix typo (#if->#ifdef) so it compiles again. * glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles again. -Yosh --- diff --git a/ChangeLog b/ChangeLog index 63642b0..16fb08e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-27 Manish Singh + + * glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles + again. + 2001-09-24 Bruno Haible * glib/gwin32.c (g_win32_getlocale): When the sublangid is diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 63642b0..16fb08e 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2001-09-27 Manish Singh + + * glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles + again. + 2001-09-24 Bruno Haible * glib/gwin32.c (g_win32_getlocale): When the sublangid is diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 63642b0..16fb08e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2001-09-27 Manish Singh + + * glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles + again. + 2001-09-24 Bruno Haible * glib/gwin32.c (g_win32_getlocale): When the sublangid is diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 63642b0..16fb08e 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2001-09-27 Manish Singh + + * glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles + again. + 2001-09-24 Bruno Haible * glib/gwin32.c (g_win32_getlocale): When the sublangid is diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 63642b0..16fb08e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2001-09-27 Manish Singh + + * glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles + again. + 2001-09-24 Bruno Haible * glib/gwin32.c (g_win32_getlocale): When the sublangid is diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 63642b0..16fb08e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2001-09-27 Manish Singh + + * glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles + again. + 2001-09-24 Bruno Haible * glib/gwin32.c (g_win32_getlocale): When the sublangid is diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 63642b0..16fb08e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2001-09-27 Manish Singh + + * glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles + again. + 2001-09-24 Bruno Haible * glib/gwin32.c (g_win32_getlocale): When the sublangid is diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 63642b0..16fb08e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2001-09-27 Manish Singh + + * glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles + again. + 2001-09-24 Bruno Haible * glib/gwin32.c (g_win32_getlocale): When the sublangid is diff --git a/glib/grand.c b/glib/grand.c index 7f6627e..efba955 100644 --- a/glib/grand.c +++ b/glib/grand.c @@ -94,7 +94,7 @@ g_rand_new (void) { guint32 seed; GTimeVal now; -#if G_OS_UNIX +#ifdef G_OS_UNIX static gboolean dev_urandom_exists = TRUE; if (dev_urandom_exists) diff --git a/tests/.cvsignore b/tests/.cvsignore index 220aedc..e008092 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -47,6 +47,7 @@ testgdateparser testglib timeloop timeloop-basic +timeloop-closure uri-test unicode-caseconv unicode-collate