- 15 Dec, 2006 3 commits
-
-
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> * 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 1 commit
-
-
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)
-
- 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)
-
- 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.
-
- 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)
-
- 09 Oct, 2006 1 commit
-
-
Matthias Clasen authored
-
- 08 Oct, 2006 1 commit
-
-
Matthias Clasen authored
-
- 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
-
- 02 Oct, 2006 1 commit
-
-
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)
-
- 01 Oct, 2006 2 commits
-
-
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 1 commit
-
-
Matthias Clasen authored
-
- 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
-
- 10 Sep, 2006 4 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-09-10 Matthias Clasen <mclasen@redhat.com> * glib/gstdio.c (g_rename): Initialize save_errno. (#355206, Mike Edenfield)
-
- 03 Sep, 2006 2 commits
-
-
Matthias Clasen authored
2006-09-03 Matthias Clasen <mclasen@redhat.com> * glib/gerror.c: Allocate GErrors using the slice allocator. (#354054, Matt Barnes)
-
Matthias Clasen authored
-
- 01 Sep, 2006 3 commits
-
-
Tor Lillqvist authored
2006-09-02 Tor Lillqvist <tml@novell.com> * glib/gutils.c (g_get_any_init_do): Correct C99ism (mixed declarations and code) in Win32 ifdef branch. (#353903, Mike Edenfield)
-
Abel Cheung authored
2006-09-01 Abel Cheung <abel@oaka.org> * configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
-
Matthias Clasen authored
-
- 31 Aug, 2006 1 commit
-
-
Matthias Clasen authored
2006-08-31 Matthias Clasen <mclasen@redhat.com> * configure.in: Add missing includes to a few test programs. (#353580, Chris Wilson)
-
- 30 Aug, 2006 1 commit
-
-
Matthias Clasen authored
2006-08-30 Matthias Clasen <mclasen@redhat.com> * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call va_end on caller-provided va_args. (#353584, Chris Wilson)
-
- 29 Aug, 2006 1 commit
-
-
Tor Lillqvist authored
2006-08-29 Tor Lillqvist <tml@novell.com> Remove support for Windows 9x/ME, as will be done also in Pango and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so it's pretty pointless to keep the Win9x code in here either. If somebody is interested, the code can always be found in older GLib versions, and in CVS. * glib/gdir.c * glib/gfileutils.c * glib/gspawn-win32-helper.c * glib/gspawn-win32.c * glib/gstdio.c * glib/gutils.c * glib/gwin32.c * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x) branches, and any variables or static functions used only by the Win9x branches. * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if run on Win9x.
-
- 28 Aug, 2006 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-08-27 Matthias Clasen <mclasen@redhat.com> * glib/gtimer.c: Use Posix monotonic clocks instead of gettimeofday when available. (#336114, William Jon McCann)
-
- 26 Aug, 2006 1 commit
-
-
Matthias Clasen authored
2006-08-26 Matthias Clasen <mclasen@redhat.com> * glib/gutils.h: * glib/gscanner.c: Fix some typos. (#351741, Kjartan Maraas)
-