glib/gthread
Sebastian Wilhelmi 5f38e99895 Use thr_min_stack() instead of sysconf (_SC_THREAD_STACK_MIN). if
2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gthread/gthread-solaris.c: Use thr_min_stack() instead of
	sysconf (_SC_THREAD_STACK_MIN). if stack_size is 0 on entry to
	g_thread_create_solaris_impl, also pass 0 to thr_create. Otherwise
	the stack might be to small for any nontrivial thread. Discovered
	on intel-solaris by Rajkumar Sivasamy <rajkumar.siva@wipro.com>.
2002-07-03 10:38:49 +00:00
..
.cvsignore */.cvsignore: Add various Win32 related file types. 2001-11-24 18:53:03 +00:00
ChangeLog Do a comparison, not an assignment, stupid! Spotted by Daniel Elstner 2002-03-10 09:15:09 +00:00
gthread-impl.c Fixed typo. (#78985) 2002-04-18 11:42:01 +00:00
gthread-none.c Add G_MUTEX_SIZE as needed for gthread-impl.c 2000-11-02 13:04:16 +00:00
gthread-posix.c Do a comparison, not an assignment, stupid! Spotted by Daniel Elstner 2002-03-10 09:15:09 +00:00
gthread-solaris.c Use thr_min_stack() instead of sysconf (_SC_THREAD_STACK_MIN). if 2002-07-03 10:38:49 +00:00
gthread-win32.c When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
gthread.def Retract my change earlier today. Don't preset autoconf variables in a try 2001-09-26 20:35:51 +00:00
gthread.rc.in Correct InternalName and OriginalFilename to match what we actually 2001-09-19 01:00:52 +00:00
Makefile.am Default to --disable-gtk-doc, to avoid Jade setup hassles. 2002-03-05 05:18:23 +00:00
makefile.mingw.in Retract my change earlier today. Don't preset autoconf variables in a try 2001-09-26 20:35:51 +00:00
makefile.msc.in moved warning to error pragmas to their own file to not force 'good 2002-01-05 18:54:59 +00:00