2004-12-02 Matthias Clasen * === Released 2.4.8 === 2004-12-01 Matthias Clasen * NEWS: Updates 2004-11-30 Matthias Clasen * NEWS: Updates 2004-11-30 Tor Lillqvist * glib/gspawn-win32-helper.c (WinMain): Also check errno to detect true errors from spawn*(). (#157258, reported by Bruce Hochstetler) 2004-11-08 Matthias Clasen * glib/gmain.c: Initialize child_watch_count to 1, so that we don't miss the very first child if it exits before we set up the child watch. In that case we had previously source->count == child_watch_count == 0, causing g_child_watch_check() to skip the waitpid() call. (#154827, Gustavo Carneiro) * glib/gmain.c (g_child_watch_source_init_single) (g_child_watch_source_init_multi_threaded): Use sigaction() instead of signal(). (#136867, Jonas Jonsson, patch by Archana Shah) 2004-11-07 Matthias Clasen * glib/gutils.c (g_get_any_init): Work around an bug in Mac OS < 10.3. (#156446, Dave MacLachlan) 2004-10-23 Matthias Clasen * glib/gnulib/g-gnulib.h: Undef libc functions before defining them, since they may also be macros. (#155177, Andrea Campi)