Matthias Clasen [Sat, 16 Dec 2006 22:39:55 +0000 (22:39 +0000)]
Move more documentation inline.
2006-12-16 Matthias Clasen <mclasen@redhat.com>
* glib/gstring.c: Move more documentation inline.
Matthias Clasen [Sat, 16 Dec 2006 22:11:23 +0000 (22:11 +0000)]
Use AC_COMPILE_IFELSE for the monotonic clock test. (#362918, Han-Wen
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 [Sat, 16 Dec 2006 06:14:45 +0000 (06:14 +0000)]
Move documentation inline.
2006-12-16 Matthias Clasen <mclasen@redhat.com>
* glib/gstring.c: Move documentation inline.
Matthias Clasen [Sat, 16 Dec 2006 04:28:43 +0000 (04:28 +0000)]
Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com>
* gtype.c (instance_real_class_get): Dereference the pointer
before dropping the lock. (#378078, Jonathan Matthew)
Matthias Clasen [Sat, 16 Dec 2006 04:05:32 +0000 (04:05 +0000)]
Make ref_count a gint to avoid compiler warnings. (#321977, Andrew
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 [Sat, 16 Dec 2006 03:52:27 +0000 (03:52 +0000)]
On Solaris, set CFLAGS and LDFLAGS that work both with Sun cc and gcc.
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 [Sat, 16 Dec 2006 03:36:14 +0000 (03:36 +0000)]
add a comment
Matthias Clasen [Sat, 16 Dec 2006 03:33:23 +0000 (03:33 +0000)]
Undefine READ_OK to fix the build on old versions of Darwin. (#327800)
2006-12-15 Matthias Clasen <mclasen@redhat.com>
* glib/gspawn.c: Undefine READ_OK to fix the build on
old versions of Darwin. (#327800)
Matthias Clasen [Fri, 15 Dec 2006 22:58:04 +0000 (22:58 +0000)]
broken pipe
Matthias Clasen [Fri, 15 Dec 2006 22:57:15 +0000 (22:57 +0000)]
Add a function for clearing a GStringChunk. (#364608, Matt Barnes)
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 [Fri, 15 Dec 2006 22:13:53 +0000 (22:13 +0000)]
Avoid a compiler warning.
2006-12-15 Matthias Clasen <mclasen@redhat.com>
* glib/guniprop.c (interval_compare): Avoid a compiler
warning.
Matthias Clasen [Fri, 15 Dec 2006 18:27:51 +0000 (18:27 +0000)]
Call set_cloexec() with the right parameters. (#386252, Guillaume
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 [Fri, 15 Dec 2006 05:33:32 +0000 (05:33 +0000)]
Fix #357585, Padraig O'Briain.
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 [Fri, 15 Dec 2006 04:35:13 +0000 (04:35 +0000)]
Don't use alloca and avoid allocating memory for small keys that are
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 [Fri, 15 Dec 2006 04:03:07 +0000 (04:03 +0000)]
s/Gnome/GNOME/g (#352156, Guillaume Desmottes)
2006-12-14 Matthias Clasen <mclasen@redhat.com>
* gobject/*.xml: s/Gnome/GNOME/g (#352156, Guillaume Desmottes)
Matthias Clasen [Fri, 15 Dec 2006 03:42:24 +0000 (03:42 +0000)]
Improve the docs. (#345569, Tim-Philipp Müller)
2006-12-14 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.c (g_child_watch_add_full): Improve the docs.
(#345569, Tim-Philipp Müller)
Matthias Clasen [Thu, 14 Dec 2006 23:19:28 +0000 (23:19 +0000)]
If the group is already there, make it current. (#385910, Joe Halliwell)
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.
Matthias Clasen [Wed, 13 Dec 2006 20:08:22 +0000 (20:08 +0000)]
Require AC_CANONICAL_HOST in GLIB_WITH_NLS. (#385132, Laszlo Peter)
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 [Wed, 13 Dec 2006 15:41:22 +0000 (15:41 +0000)]
Handle valid symbols that are NULL correctly. (#385388, Felix Kater)
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)
Matthias Clasen [Tue, 12 Dec 2006 20:04:45 +0000 (20:04 +0000)]
Add a check for broken poll on Mac OS X.
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)
Matthias Clasen [Mon, 11 Dec 2006 14:25:07 +0000 (14:25 +0000)]
Don't use local numeric labels in inline assembler on AIX. (#316434, Hans
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 [Mon, 11 Dec 2006 14:17:14 +0000 (14:17 +0000)]
Cast to const char *, not char *. (#138153, Nikolai Weibull)
2006-12-11 Matthias Clasen <mclasen@redhat.com>
* glib/gunicode.h (g_utf8_next_char): Cast to const char *,
not char *. (#138153, Nikolai Weibull)
Adam Weinberger [Thu, 7 Dec 2006 16:08:46 +0000 (16:08 +0000)]
Updated Canadian English translation.
2006-12-07 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
Tim Janik [Wed, 22 Nov 2006 15:54:58 +0000 (15:54 +0000)]
added G_GNUC_MAY_ALIAS, suggested by Mathias Hasselmann in bug #335341,
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.
Matthias Clasen [Wed, 15 Nov 2006 19:17:16 +0000 (19:17 +0000)]
fix 343825
Behdad Esfahbod [Tue, 14 Nov 2006 18:23:48 +0000 (18:23 +0000)]
Replace bash-specific == with sh-understood =. Fixes bug #373864.
2006-11-14 Behdad Esfahbod <behdad@gnome.org>
* sanity_check: Replace bash-specific == with sh-understood =.
Fixes bug #373864.
Hans Breuer [Sun, 5 Nov 2006 21:18:09 +0000 (21:18 +0000)]
glib/ version not the gobject/ one I accidentially commited. Fixes bug
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 [Sun, 5 Nov 2006 15:42:42 +0000 (15:42 +0000)]
makefile.mingw gmodule/makefile.mingw.in glib/makefile.mingw.in
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.
Yair Hershkovitz [Tue, 31 Oct 2006 15:21:19 +0000 (15:21 +0000)]
updated hebrew translation
Pascal Terjan [Thu, 26 Oct 2006 21:09:04 +0000 (21:09 +0000)]
Fix small leak on failed realloc in _g_locale_get_charset_aliases
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)
Behdad Esfahbod [Mon, 16 Oct 2006 12:51:54 +0000 (12:51 +0000)]
Add $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt)
2006-10-16 Behdad Esfahbod <behdad@gnome.org>
* glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS). (#362543,
Peter Kjellerstedt)
Sebastian Wilhelmi [Sun, 15 Oct 2006 12:18:25 +0000 (12:18 +0000)]
Compile errorcheck-mutex-test with thread libraries explicitly. (#74748,
2006-10-15 Sebastian Wilhelmi <seppi@seppi.de>
* tests/Makefile.am: Compile errorcheck-mutex-test with thread
libraries explicitly. (#74748, Javier Villavicencio)
Tim Janik [Tue, 10 Oct 2006 10:10:43 +0000 (10:10 +0000)]
applied patch from David Necas which introduces an underscore_name option
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.
Matthias Clasen [Mon, 9 Oct 2006 05:09:57 +0000 (05:09 +0000)]
Add docs
Matthias Clasen [Mon, 9 Oct 2006 04:24:29 +0000 (04:24 +0000)]
Missing files
Matthias Clasen [Mon, 9 Oct 2006 04:23:58 +0000 (04:23 +0000)]
Add Unicode script support
Matthias Clasen [Sun, 8 Oct 2006 19:59:26 +0000 (19:59 +0000)]
portability fix
Matthias Clasen [Sun, 8 Oct 2006 19:35:52 +0000 (19:35 +0000)]
Add a hint about the requirement that enum and flags values must be
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.
Tor Lillqvist [Sat, 7 Oct 2006 19:27:17 +0000 (19:27 +0000)]
g_strdup the keys that we are passed before adding them to the hash
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)
Matthias Clasen [Fri, 6 Oct 2006 18:52:33 +0000 (18:52 +0000)]
fix a typo
Jakub Friedl [Wed, 4 Oct 2006 14:25:43 +0000 (14:25 +0000)]
Updated Czech translation.
2006-10-04 Jakub Friedl <jfriedl@suse.cz>
* cs.po: Updated Czech translation.
Behdad Esfahbod [Mon, 2 Oct 2006 18:03:50 +0000 (18:03 +0000)]
Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
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 [Mon, 2 Oct 2006 17:38:35 +0000 (17:38 +0000)]
Added.
Tim Janik [Mon, 2 Oct 2006 13:52:13 +0000 (13:52 +0000)]
reverted a change to have an assert instead of a g_return_val_if_fail()
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.
Matthias Clasen [Sun, 1 Oct 2006 06:04:54 +0000 (06:04 +0000)]
Improve example. (#367625, Ross Burton)
2006-10-01 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/option.sgml: Improve example. (#367625, Ross Burton)
Matthias Clasen [Sun, 1 Oct 2006 05:53:49 +0000 (05:53 +0000)]
Use nsleep to implement g_usleep on AIX. (#321974, Andrew Paprocki)
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 [Sun, 1 Oct 2006 05:35:29 +0000 (05:35 +0000)]
Fix typos in doc comments. (#358421, Tom Tromey)
2006-10-01 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.c: Fix typos in doc comments.
(#358421, Tom Tromey)
Matthias Clasen [Sat, 30 Sep 2006 14:06:45 +0000 (14:06 +0000)]
Fix PLT issues
Matthias Clasen [Sat, 30 Sep 2006 13:59:01 +0000 (13:59 +0000)]
Fix some issues with PLT entries.
Tim Janik [Fri, 22 Sep 2006 12:06:28 +0000 (12:06 +0000)]
applied patch from Behdad with slight optimization, fixes #356175.
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.
Hans Breuer [Sun, 17 Sep 2006 16:17:44 +0000 (16:17 +0000)]
better filtering of G_GNUC_* stuff when generating .def files. Now also
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
Tim Janik [Mon, 11 Sep 2006 13:11:15 +0000 (13:11 +0000)]
applied patch from Christian Persch to support G_DEBUG flags
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 [Mon, 11 Sep 2006 13:10:44 +0000 (13:10 +0000)]
documented G_DEBUG flags resident-modules and bind-now-modules, patch by
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 [Mon, 11 Sep 2006 10:14:05 +0000 (10:14 +0000)]
reimplemented floating flag handling by atomically accessing a reserved
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.
Matthias Clasen [Sun, 10 Sep 2006 05:50:50 +0000 (05:50 +0000)]
Assume string.h is available
Matthias Clasen [Sun, 10 Sep 2006 05:45:45 +0000 (05:45 +0000)]
Bump version
Matthias Clasen [Sun, 10 Sep 2006 05:44:46 +0000 (05:44 +0000)]
Add functions for approximate timeouts
Matthias Clasen [Sun, 10 Sep 2006 05:13:52 +0000 (05:13 +0000)]
Initialize save_errno. (#355206, Mike Edenfield)
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.c (g_rename): Initialize save_errno.
(#355206, Mike Edenfield)
David Lodge [Sat, 9 Sep 2006 17:26:35 +0000 (17:26 +0000)]
2006-09-09 David Lodge
* en_GB.po: Updated British English translation.
Pawan Chitrakar [Tue, 5 Sep 2006 12:46:03 +0000 (12:46 +0000)]
Nepali Translation updated
Roozbeh Pournader [Mon, 4 Sep 2006 10:28:35 +0000 (10:28 +0000)]
Updated Persian translation by Meelad Zakaria.
2006-09-04 Roozbeh Pournader <roozbeh@farsiweb.info>
* fa.po: Updated Persian translation by Meelad Zakaria.
Mugurel Tudor [Mon, 4 Sep 2006 07:45:24 +0000 (07:45 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
2006-09-04 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation by
Mişu Moldovan <dumol@gnome.ro>
Lucas Rocha [Mon, 4 Sep 2006 03:58:28 +0000 (03:58 +0000)]
Updated Brazilian Portuguese translation by Leonardo Ferreira Fontenelle
2006-09-03 Lucas Rocha <lucasr@gnome.org>
* pt_BR.po: Updated Brazilian Portuguese translation
by Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>
Matthias Clasen [Sun, 3 Sep 2006 06:03:39 +0000 (06:03 +0000)]
Allocate GErrors using the slice allocator. (#354054, Matt Barnes)
2006-09-03 Matthias Clasen <mclasen@redhat.com>
* glib/gerror.c: Allocate GErrors using the slice allocator.
(#354054, Matt Barnes)
Matthias Clasen [Sun, 3 Sep 2006 03:49:38 +0000 (03:49 +0000)]
Forgotten macros
Åsmund Skjæveland [Sat, 2 Sep 2006 12:31:04 +0000 (12:31 +0000)]
Updated Norwegian Nynorsk translation.
2006-09-02 Åsmund Skjæveland <aasmunds@fys.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
Tor Lillqvist [Fri, 1 Sep 2006 23:32:05 +0000 (23:32 +0000)]
Correct C99ism (mixed declarations and code) in Win32 ifdef branch.
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 [Fri, 1 Sep 2006 11:28:14 +0000 (11:28 +0000)]
Added 'dz' 'hy' to ALL_LINGUAS.
2006-09-01 Abel Cheung <abel@oaka.org>
* configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
Matthias Clasen [Fri, 1 Sep 2006 06:08:23 +0000 (06:08 +0000)]
Improve clock_gettime check
Matthias Clasen [Thu, 31 Aug 2006 23:16:57 +0000 (23:16 +0000)]
fix problems with the previous commit
Matthias Clasen [Thu, 31 Aug 2006 18:29:12 +0000 (18:29 +0000)]
Add missing includes to a few test programs. (#353580, Chris Wilson)
2006-08-31 Matthias Clasen <mclasen@redhat.com>
* configure.in: Add missing includes to a few test
programs. (#353580, Chris Wilson)
Khandakar Mujahidul Islam [Thu, 31 Aug 2006 15:34:00 +0000 (15:34 +0000)]
Updated Bengali translation
Matthias Clasen [Wed, 30 Aug 2006 19:07:54 +0000 (19:07 +0000)]
Don't call va_end on caller-provided va_args. (#353584, Chris Wilson)
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)
Felix I [Wed, 30 Aug 2006 12:09:16 +0000 (12:09 +0000)]
Tamil Translation updated
Tor Lillqvist [Tue, 29 Aug 2006 22:45:00 +0000 (22:45 +0000)]
Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.
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.
Tim Janik [Tue, 29 Aug 2006 11:29:24 +0000 (11:29 +0000)]
fixed to print usage and version info on STDOUT (#322502).
Tue Aug 29 13:27:33 2006 Tim Janik <timj@gtk.org>
* glib-mkenums.in: fixed to print usage and version info on STDOUT
(#322502).
* gobject.c (g_initially_unowned_init): restore ; after G_DEFINE_TYPE.
Matthias Clasen [Mon, 28 Aug 2006 17:20:02 +0000 (17:20 +0000)]
Add a note about G_DISABLE_DEPRECATED. (#353172, Matt Barnes)
2006-08-28 Matthias Clasen <mclasen@redhat.com>
* glib/compiling.sgml: Add a note about G_DISABLE_DEPRECATED.
(#353172, Matt Barnes)
Matthias Clasen [Mon, 28 Aug 2006 03:54:28 +0000 (03:54 +0000)]
fix pthread compiler flag detection
Matthias Clasen [Mon, 28 Aug 2006 03:01:33 +0000 (03:01 +0000)]
Use Posix monotonic clocks instead of gettimeofday when available.
2006-08-27 Matthias Clasen <mclasen@redhat.com>
* glib/gtimer.c: Use Posix monotonic clocks instead of
gettimeofday when available. (#336114, William Jon McCann)
Žygimantas Beručka [Sat, 26 Aug 2006 20:20:34 +0000 (20:20 +0000)]
Updated Lithuanian translation.
2006-08-26 Žygimantas Beručka <zygis@gnome.org>
* lt.po: Updated Lithuanian translation.
Christophe Merlet [Sat, 26 Aug 2006 17:44:38 +0000 (17:44 +0000)]
Updated French translation.
Gabor Kelemen [Sat, 26 Aug 2006 12:39:00 +0000 (12:39 +0000)]
Translation updated.
2006-08-26 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
Matthias Clasen [Sat, 26 Aug 2006 04:03:37 +0000 (04:03 +0000)]
Fix some typos. (#351741, Kjartan Maraas)
2006-08-26 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h:
* glib/gscanner.c: Fix some typos. (#351741, Kjartan Maraas)
Matthias Clasen [Sat, 26 Aug 2006 03:44:45 +0000 (03:44 +0000)]
Fix the pthread compiler flag detection.
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)
Johan Dahlin [Thu, 24 Aug 2006 23:26:06 +0000 (23:26 +0000)]
typo, new module name
Josep Puigdemont i Casamajó [Thu, 24 Aug 2006 11:43:57 +0000 (11:43 +0000)]
Updated Catalan translation.
Khandakar Mujahidul Islam [Wed, 23 Aug 2006 14:50:29 +0000 (14:50 +0000)]
Updated Bengali translation
Sven Neumann [Wed, 23 Aug 2006 08:46:21 +0000 (08:46 +0000)]
changed return value of g_value_dup_object(), fixes #343292.
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 [Wed, 23 Aug 2006 06:45:55 +0000 (06:45 +0000)]
added new command-line option "--internal" that can be used to let
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 [Wed, 23 Aug 2006 03:43:36 +0000 (03:43 +0000)]
Branch for 2.12
Tor Lillqvist [Sun, 20 Aug 2006 13:39:48 +0000 (13:39 +0000)]
Fix crash when printing large 64-bit values on Win32 using the %I64x
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)
Funda Wang [Sun, 20 Aug 2006 10:00:02 +0000 (10:00 +0000)]
Updated glib zh_CN translation.
Ani Peter [Sun, 20 Aug 2006 05:07:52 +0000 (05:07 +0000)]
Updated Malayalam translation
Clytie Siddall [Fri, 18 Aug 2006 11:49:31 +0000 (11:49 +0000)]
vi.po: Updated Vietnamese translation.
Duarte Loreto [Fri, 18 Aug 2006 01:35:50 +0000 (01:35 +0000)]
Updated Portuguese translation.
2006-08-18 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
Alexander Shopov [Thu, 17 Aug 2006 08:40:54 +0000 (08:40 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2006-08-17 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
Satoru SATOH [Wed, 16 Aug 2006 14:06:19 +0000 (14:06 +0000)]
Updated Japanese translation.
2006-08-16 Satoru SATOH <ss@gnome.gr.jp>
* Updated Japanese translation.
Erdal Ronahi [Wed, 16 Aug 2006 13:13:20 +0000 (13:13 +0000)]
Updated Kurdish translations
Tim Janik [Wed, 16 Aug 2006 12:11:03 +0000 (12:11 +0000)]
added test program which demonstrates and checks singleton construction.
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.
Tim Janik [Wed, 16 Aug 2006 12:10:41 +0000 (12:10 +0000)]
added notes about complexity.
Wed Aug 16 13:55:39 2006 Tim Janik <timj@imendio.com>
* glib/tmpl/trash_stack.sgml: added notes about complexity.