mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
Changed the win32 part of this function to be thread safe and to make the
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gutils.c (g_getenv): Changed the win32 part of this function to be thread safe and to make the returned environment string persistent to match the UN*X behavior. This is again a response to Bug #8983. * glib.h (G_LOCK_NAME): Removed parentheses around the lock name, as that seems to cause problems for some compilers and really isn't necessary.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
70ce489b36
commit
e366512775
@@ -1,3 +1,14 @@
|
||||
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gutils.c (g_getenv): Changed the win32 part of this function to
|
||||
be thread safe and to make the returned environment string
|
||||
persistent to match the UN*X behavior. This is again a response to
|
||||
Bug #8983.
|
||||
|
||||
* glib.h (G_LOCK_NAME): Removed parentheses around the lock name,
|
||||
as that seems to cause problems for some compilers and really
|
||||
isn't necessary.
|
||||
|
||||
Wed Apr 19 08:32:32 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gscanner.c (g_scanner_new): make sure that
|
||||
|
Reference in New Issue
Block a user