glib/gthread
Sebastian Wilhelmi 81f8d0bb10 Here we must replace getpwuid by getpwuid_r, but as I do not know how for
1999-01-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gutils.c (g_get_any_init): Here we must replace getpwuid by
	getpwuid_r, but as I do not know how for now, I just made a FIXME
	note ;-)

	* gdate.c (g_date_set_time): localtime --> localtime_r to make it
	thread safe.

	* configure.in: We do not need to check for broken solaris mutex
	intitializer any longer. Provide a macro to show the used thread
	implementation. Not nice, but this is needed until thread support
	is completed here inside glib.

	* gthread/testgthread.c: conditionally compile according to the
	G_THREADS_IMPL_??? macros.
	(test_private_func): use rand_r instead of rand to make it
	thread safe.
1999-01-07 16:17:42 +00:00
..
.cvsignore Shut up cvs 1999-01-05 20:28:45 +00:00
ChangeLog Here we must replace getpwuid by getpwuid_r, but as I do not know how for 1999-01-07 16:17:42 +00:00
gthread-none.c s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/ 1998-12-15 16:47:31 +00:00
gthread-nspr.c updated. 1998-12-15 17:49:30 +00:00
gthread-posix.c giounix.c: s/g_main_poll_add/g_main_remove_add/g 1998-12-17 04:36:04 +00:00
gthread-solaris.c updated. 1998-12-15 17:49:30 +00:00
gthread.c -DG_LOG_DOMAIN="GThread", we don't need an extern variable for that 1998-12-17 02:42:57 +00:00
Makefile.am -DG_LOG_DOMAIN="GThread", we don't need an extern variable for that 1998-12-17 02:42:57 +00:00
testgthread.c Here we must replace getpwuid by getpwuid_r, but as I do not know how for 1999-01-07 16:17:42 +00:00