- 10 Sep, 2006 3 commits
-
-
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 2 commits
-
-
Matthias Clasen authored
2006-08-26 Matthias Clasen <mclasen@redhat.com> * glib/gutils.h: * glib/gscanner.c: Fix some typos. (#351741, Kjartan Maraas)
-
Matthias Clasen authored
2006-08-25 Matthias Clasen <mclasen@redhat.com> * configure.in: Fix the pthread compiler flag detection. * glib/gunicode.h: * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8 from gconvert.c, move it to gutf8.c, and export it privately. * glib/gconvert.c (g_filename_display_name): Adjust callers. * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of places to ensure error messages are valid UTF-8. (#351853, Simon Budig)
-
- 23 Aug, 2006 3 commits
-
-
Sven Neumann authored
Wed Aug 23 10:35:32 2006 Tim Janik <timj@gtk.org> * gobject.[hc]: changed return value of g_value_dup_object(), fixes #343292. 2006-08-23 Sven Neumann <sven@gimp.org> * gobject/glib-genmarshal.[c1]: added new command-line option "--internal" that can be used to let glib-genmarshal generate internal functions using the G_GNUC_INTERNAL attribute (bug #346647).
-
Sven Neumann authored
2006-08-23 Sven Neumann <sven@gimp.org> * gobject/glib-genmarshal.[c1]: added new command-line option "--internal" that can be used to let glib-genmarshal generate internal functions using the G_GNUC_INTERNAL attribute (bug #346647).
-
Matthias Clasen authored
-
- 20 Aug, 2006 1 commit
-
-
Tor Lillqvist authored
2006-08-20 Tor Lillqvist <tml@novell.com> * glib/gnulib/vasnprintf.c (vasnprintf): Fix crash when printing large 64-bit values on Win32 using the %I64x format. (#351034, Neil Piercy)
-
- 16 Aug, 2006 4 commits
-
-
Tim Janik authored
Wed Aug 16 13:59:07 2006 Tim Janik <timj@gtk.org> * tests/gobject/Makefile.am: * tests/gobject/singleton.c: added test program which demonstrates and checks singleton construction.
-
Matthias Clasen authored
2006-08-15 Matthias Clasen <mclasen@redhat.com> * glib/gbookmarkfile.c (g_bookmark_file_get_groups): * glib/gmain.c (g_source_is_destroyed): Add Since tags. * glib/gkeyfile.c (g_key_file_get_double_list): Fix Since tag. (#351583, Brian Cameron)
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 08 Aug, 2006 1 commit
-
-
Emmanuele Bassi authored
2006-08-08 Emmanuele Bassi <ebassi@gnome.org> * glib/gbookmarkfile.c (g_bookmark_file_remove_group) (g_bookmark_file_set_app_info): Plug a couple of leaks when removing data from a bookmark.
-
- 05 Aug, 2006 3 commits
-
-
Matthias Clasen authored
2006-08-05 Matthias Clasen <mclasen@redhat.com> * glib/gbookmarkfile.c (find_file_in_data_dirs): Correct the grammar of an error message. (#349792, Jakub Friedl)
-
Matthias Clasen authored
2006-08-05 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary newlines in keyfiles. (#349825, Chris Wilson)
-
Matthias Clasen authored
2006-08-05 Matthias Clasen <mclasen@redhat.com> * glib/guniprop.c (g_unichar_toupper, g_unichar_tolower) (real_toupper, real_tolower): If a character can't be converted, don't replace it with a NUL byte, but leave it unchanged. (#348491, Nikolai Weibull) * tests/unicode-caseconv.c: Adapt to this change. * tests/unicode-caseconv.c (main): Add a comment to point out a quirk in the test data that we are working around here.
-
- 31 Jul, 2006 2 commits
-
-
Behdad Esfahbod authored
2006-07-31 Behdad Esfahbod <behdad@gnome.org> * glib/guniprop.c (g_unichar_isxdigit): Make it only accept those characters that we accept i g_unichar_xdigit_value(), i.e. don't accept non-decimal digits. (#347842, Nikolai Weibull)
-
Behdad Esfahbod authored
2006-07-31 Behdad Esfahbod <behdad@gnome.org> * glib/gunidecomp.c (_g_utf8_normalize_wc): Update to reflect Unicode PR #29 (#348694, Nikolai Weibull) * tests/unicode-normalize.c (encode), (test_form): Make output more useful, reporting the unexpected output of the test.
-
- 24 Jul, 2006 1 commit
-
-
Tor Lillqvist authored
2006-07-24 Tor Lillqvist <tml@novell.com> * tests/slice-test.c: Use g_get_current_time() insted of gettimeofday().
-
- 22 Jul, 2006 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 21 Jul, 2006 2 commits
-
-
Behdad Esfahbod authored
2006-07-21 Behdad Esfahbod <behdad@gnome.org> * glib/gmirroringtable.h: Updated to Unicode Character Database 5.0.0.
-
Matthias Clasen authored
-
- 20 Jul, 2006 1 commit
-
-
Matthias Clasen authored
2006-07-20 Matthias Clasen <mclasen@redhat.com> * glib/guniprop.c (real_toupper, real_tolower): Small optimization. (#348011, Nicolai Weibull)
-
- 19 Jul, 2006 1 commit
-
-
Behdad Esfahbod authored
2006-07-19 Behdad Esfahbod <behdad@gnome.org> * glib/gunibreak.h: * glib/gunichartables.h: * glib/gunicomp.h: * glib/gunidecomp.h: Update to final Unicode Character Database 5.0.0. (#336281)
-
- 06 Jul, 2006 1 commit
-
-
Behdad Esfahbod authored
2006-07-06 Behdad Esfahbod <behdad@gnome.org> * glib/gutils.c (g_parse_debug_string): When matching debug flag keys, ignore case and accept any of comma, colon, semicolon, space, and tab as separators. Also, match dash with underscore.
-
- 05 Jul, 2006 1 commit
-
-
Matthias Clasen authored
2006-07-05 Matthias Clasen <mclasen@redhat.com> * glib/gbase64.c: Fix typos in the docs. (#346660, Mark Drago)
-
- 03 Jul, 2006 1 commit
-
-
Runa Bhattacharjee authored
-