mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-14 22:37:15 +01:00
fix typo (#if->#ifdef) so it compiles again.
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles again. -Yosh
This commit is contained in:
parent
34462896a0
commit
a002781b6d
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-27 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
|
||||||
|
again.
|
||||||
|
|
||||||
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-27 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
|
||||||
|
again.
|
||||||
|
|
||||||
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-27 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
|
||||||
|
again.
|
||||||
|
|
||||||
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-27 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
|
||||||
|
again.
|
||||||
|
|
||||||
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-27 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
|
||||||
|
again.
|
||||||
|
|
||||||
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-27 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
|
||||||
|
again.
|
||||||
|
|
||||||
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-27 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
|
||||||
|
again.
|
||||||
|
|
||||||
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-27 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
|
||||||
|
again.
|
||||||
|
|
||||||
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
2001-09-24 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
* glib/gwin32.c (g_win32_getlocale): When the sublangid is
|
||||||
|
@ -94,7 +94,7 @@ g_rand_new (void)
|
|||||||
{
|
{
|
||||||
guint32 seed;
|
guint32 seed;
|
||||||
GTimeVal now;
|
GTimeVal now;
|
||||||
#if G_OS_UNIX
|
#ifdef G_OS_UNIX
|
||||||
static gboolean dev_urandom_exists = TRUE;
|
static gboolean dev_urandom_exists = TRUE;
|
||||||
|
|
||||||
if (dev_urandom_exists)
|
if (dev_urandom_exists)
|
||||||
|
@ -47,6 +47,7 @@ testgdateparser
|
|||||||
testglib
|
testglib
|
||||||
timeloop
|
timeloop
|
||||||
timeloop-basic
|
timeloop-basic
|
||||||
|
timeloop-closure
|
||||||
uri-test
|
uri-test
|
||||||
unicode-caseconv
|
unicode-caseconv
|
||||||
unicode-collate
|
unicode-collate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user