Changed the win32 part of this function to be thread safe and to make the
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 19 Apr 2000 08:43:52 +0000 (08:43 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 19 Apr 2000 08:43:52 +0000 (08:43 +0000)
commite366512775000ce20eed18ead840de45271c2662
tree212378b95f7844b70579ad61ee904f2d3ac3b034
parent70ce489b36056f0a3a8283ca7477577662c8bd53
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.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.h
glib/glib.h
glib/gutils.c
gutils.c