- 15 Dec, 2006 1 commit
-
-
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
-
- 14 Nov, 2006 1 commit
-
-
Behdad Esfahbod authored
2006-11-14 Behdad Esfahbod <behdad@gnome.org> * sanity_check: Replace bash-specific == with sh-understood =. Fixes bug #373864.
-
- 05 Nov, 2006 2 commits
-
-
Hans Breuer authored
2006-11-05 Hans Breuer <hans@breuer.org> * glib/makefile.msc.in : glib/ version not the gobject/ one I accidentially commited. Fixes bug #371074.
-
Tor Lillqvist authored
2006-11-05 Tor Lillqvist <tml@novell.com> * makefile.mingw * gmodule/makefile.mingw.in * glib/makefile.mingw.in * gobject/makefile.mingw.in * gthread/makefile.mingw.in * tests/makefile.mingw.in: Remove from CVS. Haven't been maintained or distributed for long.
-
- 31 Oct, 2006 1 commit
-
-
Yair Hershkovitz authored
-
- 26 Oct, 2006 1 commit
-
-
Pascal Terjan authored
2006-10-26 Pascal Terjan <pterjan@linuxfr.org> * glib/libcharset/localcharset.c: Fix small leak on failed realloc in _g_locale_get_charset_aliases (#338582)
-
- 16 Oct, 2006 1 commit
-
-
Behdad Esfahbod authored
2006-10-16 Behdad Esfahbod <behdad@gnome.org> * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt)
-
- 15 Oct, 2006 1 commit
-
-
Sebastian Wilhelmi authored
2006-10-15 Sebastian Wilhelmi <seppi@seppi.de> * tests/Makefile.am: Compile errorcheck-mutex-test with thread libraries explicitly. (#74748, Javier Villavicencio)
-
- 10 Oct, 2006 1 commit
-
-
Tim Janik authored
Tue Oct 10 12:06:08 2006 Tim Janik <timj@gtk.org> * glib-mkenums.in: * glib-mkenums.1: applied patch from David Necas which introduces an underscore_name option and fixes #358734.
-
- 09 Oct, 2006 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 08 Oct, 2006 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-10-08 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/enumerations_flags.sgml: Add a hint about the requirement that enum and flags values must be static.
-
- 07 Oct, 2006 1 commit
-
-
Tor Lillqvist authored
2006-10-07 Tor Lillqvist <tml@novell.com> * glib/gwin32.c (get_package_directory_from_module) (g_win32_get_package_installation_directory): g_strdup the keys that we are passed before adding them to the hash tables, to guard against the caller freeing them. (#355955, Andreas Köhler)
-
- 06 Oct, 2006 1 commit
-
-
Matthias Clasen authored
-
- 04 Oct, 2006 1 commit
-
-
Jakub Friedl authored
2006-10-04 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation.
-
- 02 Oct, 2006 3 commits
-
-
Behdad Esfahbod authored
2006-10-02 Behdad Esfahbod <behdad@gnome.org> * glib/Makefile.am: * gobject/Makefile.am: Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS. (#358966)
-
Behdad Esfahbod authored
-
Tim Janik authored
Mon Oct 2 15:50:16 2006 Tim Janik <timj@gtk.org> * gvalue.c (g_value_peek_pointer): reverted a change to have an assert instead of a g_return_val_if_fail() here. libraries (and programs) should only ever g_assert or g_error if there is no way to carry on with the current program state. that's clearly not the case here. * ChangeLog: added missing changelog entry for 2003-12-30.
-
- 01 Oct, 2006 3 commits
-
-
Matthias Clasen authored
2006-10-01 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/option.sgml: Improve example. (#367625, Ross Burton)
-
Matthias Clasen authored
2006-10-01 Matthias Clasen <mclasen@redhat.com> * glib/gtimer.c (g_usleep): Use nsleep to implement g_usleep on AIX. (#321974, Andrew Paprocki) * configure.in: Check for nsleep
-
Matthias Clasen authored
2006-10-01 Matthias Clasen <mclasen@redhat.com> * glib/gmain.c: Fix typos in doc comments. (#358421, Tom Tromey)
-
- 30 Sep, 2006 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 22 Sep, 2006 1 commit
-
-
Tim Janik authored
Fri Sep 22 13:41:02 2006 Tim Janik <timj@imendio.com> * gtype.h: applied patch from Behdad with slight optimization, fixes #356175. * gobjectnotifyqueue.c: fixed include-guard macro name.
-
- 17 Sep, 2006 1 commit
-
-
Hans Breuer authored
2006-09-17 Hans Breuer <hans@breuer.org> * glib/makefile.msc.in gobject/makefile.msc.in : better filtering of G_GNUC_* stuff when generating .def files. Now also works with newer (less tolerant) linkers, e.g. from vc2500e
-
- 11 Sep, 2006 3 commits
-
-
Tim Janik authored
Mon Sep 11 14:58:56 2006 Tim Janik <timj@imendio.com> * gmodule.c: applied patch from Christian Persch to support G_DEBUG flags resident-modules and bind-now-modules, bug #345099.
-
Tim Janik authored
Mon Sep 11 14:57:46 2006 Tim Janik <timj@imendio.com> * glib/running.sgml: documented G_DEBUG flags resident-modules and bind-now-modules, patch by Christian Persch on bug #345099.
-
Tim Janik authored
Mon Sep 11 12:12:45 2006 Tim Janik <timj@imendio.com> * gparam.c (g_param_spec_sink): reimplemented floating flag handling by atomically accessing a reserved GData bit, fixes #330556.
-
- 10 Sep, 2006 1 commit
-
-
Matthias Clasen authored
-