Use encoding names which may work better on Solaris. (#340434, Alessandro
[platform/upstream/glib.git] / gthread / gthread-solaris.c
2002-11-04 Owen TaylorInclude config.h so DISABLE_MEMPOOLS actually has an...
2002-08-06 Sebastian WilhelmiSet the normal PID surrogate priority according to...
2002-07-03 Sebastian WilhelmiUse thr_min_stack() instead of sysconf (_SC_THREAD_STAC...
2002-01-16 Sebastian WilhelmiUse g_free instead of free. Pointed out by Sam O'Connor...
2001-09-19 Sebastian WilhelmiAdd thread_equal function to allow for platform defined...
2001-01-03 Sebastian WilhelmiMade g_thread_min_stack_size static.
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-09-29 Sebastian WilhelmiAdded errorcheck mutexes. These are activated through...
2000-09-06 Sebastian Wilhelmis/G_MICROSEC/G_USEC_PER_SEC/
2000-09-01 Sebastian WilhelmiUse GError to report errors as well.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-04-25 Sebastian WilhelmiChanged the scope of the initialized mutex to USYNC_THR...
2000-03-17 Sebastian WilhelmiAdded the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE...
2000-02-22 Sebastian Wilhelmicheck for sysconf (_SC_THREAD_STACK_MIN), which returns...
1999-11-16 Sebastian WilhelmiChanged the prototype of thread_create and thread_self...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1998-12-15 Sebastian Wilhelmiupdated.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...