- 19 Dec, 2006 2 commits
-
-
Matthias Clasen authored
2006-12-18 Matthias Clasen <mclasen@redhat.com> * configure.in: Fix the broken poll test. (#387260, Christian Persch)
-
Matthias Clasen authored
* glib/gmain.c (child_watch_helper_thread): Readd a return which was removed as dead code a while ago. icc may consider it dead, but gcc doesn't like non-void functions without a return... (#354707)
-
- 18 Dec, 2006 10 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-12-18 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/keyfile.sgml: Small clarification (#369908, Tapani Pälli)
-
Matthias Clasen authored
2006-12-18 Matthias Clasen <mclasen@redhat.com> * tests/Makefile.am: Try a different fix for bug 346373.
-
Matthias Clasen authored
2006-12-18 Matthias Clasen <mclasen@redhat.com> Fix bug 161288: * configure.in: Check for wcslen. * glib/gnulib/vasnprintf.c: Handle wcslen missing.
-
Matthias Clasen authored
2006-12-18 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c: Accept '@' in locale names.
-
Matthias Clasen authored
2006-12-18 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c: Tighten up the check for allowed key and group names. (#343191, Tommi Komulainen) * tests/keyfile-test.c: Test handling of key and group names.
-
Matthias Clasen authored
* tests/Makefile.am: Don't use $RANDOM if the shell doesn't have it. (#346373, Thomas Klausner)
-
Matthias Clasen authored
-
Behdad Esfahbod authored
2006-12-17 Behdad Esfahbod <behdad@gnome.org> * glib/gstring.c: Improve docs about string functions taking a length. (#378727)
-
Matthias Clasen authored
2006-12-17 Matthias Clasen <mclasen@redhat.com> * configure.in: Use AC_LANG_SOURCE for the clock test.
-
- 17 Dec, 2006 11 commits
-
-
Matthias Clasen authored
2006-12-17 Matthias Clasen <mclasen@redhat.com> * glib/gthreadpool.h: * glib/gthreadpool.c (g_thread_pool_free): Don't use "wait" as parameter name. (#379207, Christian Biere)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-12-17 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/objects.sgml: Expand GObject::notify documentation. (#381722, Nickolay V. Shmyrev) * gobject/tmpl/gparamspec.sgml: Add canonical-parameter-name id.
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-12-17 Matthias Clasen <mclasen@redhat.com> * glib/gstrfuncs.c (g_strndup, g_strnfill): Move docs inline, and improve wording. (#372598, Behdad Esfahbod)
-
Matthias Clasen authored
2006-12-17 Matthias Clasen <mclasen@redhat.com> * glib/gspawn.c: Add some pointers to the gdk_spawn_ variants. (#338134, Federico Mena Quintero)
-
Matthias Clasen authored
2006-12-17 Matthias Clasen <mclasen@redhat.com> * configure.in: Make montonic clock test work again. Does AC_COMPILE_IFELSE not get confdefs ? Also, move the clock tests below the thread checks to fix #364663.
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-12-17 Matthias Clasen <mclasen@redhat.com> * tests/run-markup-tests.sh: Don't use diff -u (#380801, Marek Rouchal)
-
Matthias Clasen authored
* glib/gspawn.c: Fix the recent fdwalk()-related changes to not break mapping-test. (#286838, Marco Barisione)
-
Matthias Clasen authored
-
- 16 Dec, 2006 8 commits
-
-
Matthias Clasen authored
2006-12-16 Matthias Clasen <mclasen@redhat.com> * glib/gstring.c: Move more documentation inline.
-
Matthias Clasen authored
2006-12-16 Matthias Clasen <mclasen@redhat.com> * configure.in: Use AC_COMPILE_IFELSE for the monotonic clock test. (#362918, Han-Wen Nienhuys, Jeremy Lainé)
-
Matthias Clasen authored
2006-12-16 Matthias Clasen <mclasen@redhat.com> * glib/gstring.c: Move documentation inline.
-
Matthias Clasen authored
* gtype.c (instance_real_class_get): Dereference the pointer before dropping the lock. (#378078, Jonathan Matthew)
-
Matthias Clasen authored
2006-12-15 Matthias Clasen <mclasen@redhat.com> * glib/giochannel.h: Make ref_count a gint to avoid compiler warnings. (#321977, Andrew Paprocki)
-
Matthias Clasen authored
2006-12-15 Matthias Clasen <mclasen@redhat.com> * configure.in: On Solaris, set CFLAGS and LDFLAGS that work both with Sun cc and gcc. (#315061, Lazlo Peter)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-12-15 Matthias Clasen <mclasen@redhat.com> * glib/gspawn.c: Undefine READ_OK to fix the build on old versions of Darwin. (#327800)
-
- 15 Dec, 2006 8 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-12-15 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/gstring.[hc] (g_string_chunk_clear): Add a function for clearing a GStringChunk. (#364608, Matt Barnes)
-
Matthias Clasen authored
2006-12-15 Matthias Clasen <mclasen@redhat.com> * glib/guniprop.c (interval_compare): Avoid a compiler warning.
-
Matthias Clasen authored
2006-12-15 Matthias Clasen <mclasen@redhat.com> * glib/gspawn.c (do_exec): Call set_cloexec() with the right parameters. (#386252, Guillaume Desmottes)
-
Matthias Clasen authored
2006-12-15 Matthias Clasen <mclasen@redhat.com> Fix #357585, Padraig O'Briain. * configure.in: Check for fdwalk. * glib/gspawn.c (do_exec): Use fdwalk() to close all file descriptors. * glib/gspawn.c (fdwalk): Fallback implementation of fdwalk.
-
Matthias Clasen authored
2006-12-14 Matthias Clasen <mclasen@redhat.com> * glib/gconvert.c (open_converter): Don't use alloca and avoid allocating memory for small keys that are already cached. (#172406, Morten Welinder)
-
Matthias Clasen authored
2006-12-14 Matthias Clasen <mclasen@redhat.com> * gobject/*.xml: s/Gnome/GNOME/g (#352156, Guillaume Desmottes)
-
Matthias Clasen authored
2006-12-14 Matthias Clasen <mclasen@redhat.com> * glib/gmain.c (g_child_watch_add_full): Improve the docs. (#345569, Tim-Philipp Müller)
-
- 14 Dec, 2006 1 commit
-
-
Matthias Clasen authored
2006-12-14 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_add_group): If the group is already there, make it current. (#385910, Joe Halliwell) * tests/keyfile-test.c: Add a test for duplicate groups/keys.
-