- 18 Dec, 2006 4 commits
-
-
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.
-
- 13 Dec, 2006 2 commits
-
-
Matthias Clasen authored
2006-12-13 Matthias Clasen <mclasen@redhat.com> * m4macros/glib-gettext.m4: Require AC_CANONICAL_HOST in GLIB_WITH_NLS. (#385132, Laszlo Peter)
-
Matthias Clasen authored
2006-12-13 Matthias Clasen <mclasen@redhat.com> * gmodule.c (g_module_open): * gmodule-dl.c (_g_module_symbol): Handle valid symbols that are NULL correctly. (#385388, Felix Kater)
-
- 12 Dec, 2006 1 commit
-
-
Matthias Clasen authored
2006-12-12 Matthias Clasen <mclasen@redhat.com> * configure.in: Add a check for broken poll on Mac OS X. * glib/gmain.c: Use poll emulation on OS X. (#302672, Toby Peterson, patch by Dave Vasilevsky)
-
- 11 Dec, 2006 2 commits
-
-
Matthias Clasen authored
2006-12-11 Matthias Clasen <mclasen@redhat.com> * glib/gatomic.c: Don't use local numeric labels in inline assembler on AIX. (#316434, Hans Rosenfeld)
-
Matthias Clasen authored
2006-12-11 Matthias Clasen <mclasen@redhat.com> * glib/gunicode.h (g_utf8_next_char): Cast to const char *, not char *. (#138153, Nikolai Weibull)
-
- 07 Dec, 2006 1 commit
-
-
Adam Weinberger authored
2006-12-07 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 22 Nov, 2006 1 commit
-
-
Tim Janik authored
Wed Nov 22 16:09:13 2006 Tim Janik <timj@gtk.org> * glib/gmacros.h: added G_GNUC_MAY_ALIAS, suggested by Mathias Hasselmann in bug #335341, fixes bug #335853.
-
- 15 Nov, 2006 1 commit
-
-
Matthias Clasen authored
-