platform/upstream/glib.git
16 years agoAdded gtestframework.[hc] and glib/tests/.
Tim Janik [Tue, 20 Nov 2007 15:00:19 +0000 (15:00 +0000)]
Added gtestframework.[hc] and glib/tests/.

svn path=/trunk/; revision=5874

16 years agouse g_strconcat() instead of g_strjoin() to concatenate two strings.
Sven Neumann [Tue, 20 Nov 2007 10:46:15 +0000 (10:46 +0000)]
use g_strconcat() instead of g_strjoin() to concatenate two strings.

2007-11-20  Sven Neumann  <sven@gimp.org>

* glib/gerror.c (g_error_add_prefix): use g_strconcat() instead of
g_strjoin() to concatenate two strings.

svn path=/trunk/; revision=5873

16 years agoTranslation updated by Ivar Smolin.
Priit Laes [Mon, 19 Nov 2007 15:51:48 +0000 (15:51 +0000)]
Translation updated by Ivar Smolin.

2007-11-19  Priit Laes  <plaes@svn.gnome.org>

* et.po: Translation updated by Ivar Smolin.

svn path=/trunk/; revision=5872

16 years agoForgot to say that the last commit fixed bug #498113 (Kouhei Sutou)
Marco Barisione [Mon, 19 Nov 2007 14:08:20 +0000 (14:08 +0000)]
Forgot to say that the last commit fixed bug #498113 (Kouhei Sutou)

svn path=/trunk/; revision=5870

16 years agoPass an unsigned long instead of an int to pcre_fullinfo() to avoid
Marco Barisione [Mon, 19 Nov 2007 14:06:18 +0000 (14:06 +0000)]
Pass an unsigned long instead of an int to pcre_fullinfo() to avoid

2007-11-19  Marco Barisione  <marco@barisione.org>

* glib/gregex.c: Pass an unsigned long instead of an int to
pcre_fullinfo() to avoid problems on 64-bit systems

svn path=/trunk/; revision=5869

16 years agoWhen the compilation of a pattern fails in the error message use the
Marco Barisione [Mon, 19 Nov 2007 11:27:43 +0000 (11:27 +0000)]
When the compilation of a pattern fails in the error message use the

2007-11-19  Marco Barisione  <marco@barisione.org>

* glib/gregex.c: When the compilation of a pattern fails in the error
message use the character offset and not the byte offset.

svn path=/trunk/; revision=5867

16 years agoupdated version number to 2.15.0 for development.
10:30:33 Tim Janik [Mon, 19 Nov 2007 09:40:49 +0000 (09:40 +0000)]
updated version number to 2.15.0 for development.

2007-11-19 10:30:33  Tim Janik  <timj@imendio.com>

        * configure.in: updated version number to 2.15.0 for development.

svn path=/trunk/; revision=5866

16 years agoUpdate the example to demonstrate error handling. (#497033, Matti Katila)
Matthias Clasen [Mon, 19 Nov 2007 03:50:16 +0000 (03:50 +0000)]
Update the example to demonstrate error handling. (#497033, Matti Katila)

2007-11-18  Matthias Clasen <mclasen@redhat.com>

        * glib/tmpl/option.sgml: Update the example to demonstrate
        error handling.  (#497033, Matti Katila)

svn path=/trunk/; revision=5865

16 years agoDocumentation improvements. (#496518, Stefan Schulze Frielinghaus)
Matthias Clasen [Mon, 19 Nov 2007 03:39:37 +0000 (03:39 +0000)]
Documentation improvements. (#496518, Stefan Schulze Frielinghaus)

2007-11-18  Matthias Clasen  <mclasen@redhat.com>

        * glib/gbase64.c: Documentation improvements.  (#496518,
        Stefan Schulze Frielinghaus)

svn path=/trunk/; revision=5864

16 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sun, 18 Nov 2007 21:36:23 +0000 (21:36 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=5863

16 years agoUpdated Slovenian translation
Matej Urbančič [Sun, 18 Nov 2007 18:51:24 +0000 (18:51 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=5862

16 years agoCheck whether assembler supports numerical local labels.
Matthias Clasen [Sun, 18 Nov 2007 17:42:59 +0000 (17:42 +0000)]
Check whether assembler supports numerical local labels.

2007-11-18  Matthias Clasen  <mclasen@redhat.com>

        * configure.in: Check whether assembler supports numerical local
        labels.

        * glib/gatomic.c: Fix powerpc implementation of atomic ops for
        platforms where the assembler doesn't support numerical local
        labels.  (#445362)

svn path=/trunk/; revision=5861

16 years agonew flag G_MARKUP_PREFIX_ERROR_POSITION to cause the parser to prepend
Ryan Lortie [Fri, 16 Nov 2007 03:36:51 +0000 (03:36 +0000)]
new flag G_MARKUP_PREFIX_ERROR_POSITION to cause the parser to prepend

006-11-15  Ryan Lortie  <desrt@desrt.ca>

        * docs/reference/glib/tmpl/markup.sgml:
        * glib/gmarkup.h:
        * glib/gmarkup.c: new flag G_MARKUP_PREFIX_ERROR_POSITION to cause the
        parser to prepend location information (ie: "Error on line %d, char
        %d:") to errors generated by the GMarkupParser callbacks.

        Closes #496046.

svn path=/trunk/; revision=5860

16 years agonew functions g_prefix_error and g_propagate_prefixed_error.
Ryan Lortie [Fri, 16 Nov 2007 03:05:45 +0000 (03:05 +0000)]
new functions g_prefix_error and g_propagate_prefixed_error.

2006-11-15  Ryan Lortie  <desrt@desrt.ca>

        * docs/reference/glib/glib-sections.txt:
        * glib/glib.symbols:
        * glib/gerror.h:
        * glib/gerror.c: new functions g_prefix_error and
        g_propagate_prefixed_error.

svn path=/trunk/; revision=5859

16 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 13 Nov 2007 13:43:29 +0000 (13:43 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=5858

16 years agoDocumentation fixes. Recommend macro type names such as
Cody Russell [Tue, 13 Nov 2007 07:10:42 +0000 (07:10 +0000)]
Documentation fixes. Recommend macro type names such as

2007-11-13  Cody Russell  <bratsche@gnome.org>

        * docs/reference/gobject/gobject-docs.sgml:
        * docs/reference/gobject/tut_gsignal.xml:
        * docs/reference/gobject/tut_gtype.xml:
        * docs/reference/gobject/tut_intro.xml:
        * docs/reference/gobject/tut_tools.xml:
        * docs/reference/gobject/tut_howto.xml:
        * docs/reference/gobject/tut_gobject.xml: Documentation fixes.
        Recommend macro type names such as NAUTILUS_TYPE_WINDOW (not
        NAUTILUS_WINDOW_TYPE).  Fixed text which erroneously stated that
        superclass initializers don't run when an object is
        instantiated.  Fixed numerous spelling mistakes.  Minor grammar
        edits. (#490637, Adam Dingle)

svn path=/trunk/; revision=5857

16 years agoAdd a warning about strlen vs g_utf8_strlen. (#455725, Michael Rasmussen)
Matthias Clasen [Sat, 10 Nov 2007 02:09:08 +0000 (02:09 +0000)]
Add a warning about strlen vs g_utf8_strlen. (#455725, Michael Rasmussen)

2007-11-09  Matthias Clasen <mclasen@redhat.com>

        * glib/tmpl/patterns.sgml: Add a warning about strlen vs
        g_utf8_strlen.  (#455725, Michael Rasmussen)

svn path=/trunk/; revision=5855

16 years agoAdd a footnote explain leap years
Matthias Clasen [Sat, 10 Nov 2007 01:56:13 +0000 (01:56 +0000)]
Add a footnote explain leap years

svn path=/trunk/; revision=5854

16 years agoOne more
Matthias Clasen [Sat, 10 Nov 2007 01:47:51 +0000 (01:47 +0000)]
One more

svn path=/trunk/; revision=5853

16 years agoCoding style cleanups and doc improvements. (#491979, Areg Beketovski)
Matthias Clasen [Sat, 10 Nov 2007 01:45:12 +0000 (01:45 +0000)]
Coding style cleanups and doc improvements. (#491979, Areg Beketovski)

2007-11-09  Matthias Clasen <mclasen@redhat.com>

        * glib/gkeyfile.c: Coding style cleanups and doc
        improvements.  (#491979, Areg Beketovski)

svn path=/trunk/; revision=5852

16 years agoCoding style cleanups and doc improvements. (#491975, Areg Beketovski)
Matthias Clasen [Sat, 10 Nov 2007 01:11:58 +0000 (01:11 +0000)]
Coding style cleanups and doc improvements. (#491975, Areg Beketovski)

2007-11-09  Matthias Clasen <mclasen@redhat.com>

        * glib/giochannel.c: Coding style cleanups and doc
        improvements.  (#491975, Areg Beketovski)

svn path=/trunk/; revision=5851

16 years agoImprove the docs. (#491974, Areg Beketovski)
Matthias Clasen [Sat, 10 Nov 2007 00:23:16 +0000 (00:23 +0000)]
Improve the docs. (#491974, Areg Beketovski)

2007-11-09  Matthias Clasen <mclasen@redhat.com>

        * glib/gmain.c (g_main_context_iteration): Improve the
        docs.  (#491974, Areg Beketovski)

svn path=/trunk/; revision=5850

16 years agoImprove g_date_clamp docs. (#491970, Areg Beketovski)
Matthias Clasen [Sat, 10 Nov 2007 00:16:23 +0000 (00:16 +0000)]
Improve g_date_clamp docs. (#491970, Areg Beketovski)

2007-11-09  Matthias Clasen <mclasen@redhat.com>

        * glib/tmpl/date.sgml: Improve g_date_clamp docs.  (#491970,
        Areg Beketovski)

svn path=/trunk/; revision=5849

16 years agoAdd AM_PROG_CC_C_O.
Matthias Clasen [Fri, 9 Nov 2007 23:40:41 +0000 (23:40 +0000)]
Add AM_PROG_CC_C_O.

2007-11-09  Matthias Clasen <mclasen@redhat.com>

        * configure.in: Add AM_PROG_CC_C_O.

        * Makefile.am: Remove the install-exec-local hook and use
        configexecincludedir_DATA instead, in an attempt to avoid
        automake 1.9 <> 1.10 incompatibilities.

        * glib/Makefile.am: Rename MIRRORING_TAB_SOURCES, since
        automake 1.10 complains.

svn path=/trunk/; revision=5848

16 years agoMake executable
Matthias Clasen [Fri, 9 Nov 2007 23:34:31 +0000 (23:34 +0000)]
Make executable

svn path=/trunk/; revision=5847

16 years agoImprove the docs. (#491968, Areg Beketovski)
Matthias Clasen [Fri, 9 Nov 2007 16:45:42 +0000 (16:45 +0000)]
Improve the docs. (#491968, Areg Beketovski)

2007-11-09  Matthias Clasen <mclasen@redhat.com>

        * glib/gspawn.c (g_spawn_sync): Improve the docs.  (#491968,
        Areg Beketovski)

svn path=/trunk/; revision=5846

16 years agoSome cleanupos
Matthias Clasen [Fri, 9 Nov 2007 03:59:00 +0000 (03:59 +0000)]
Some cleanupos

svn path=/trunk/; revision=5844

16 years agoFixes and cleanups
Matthias Clasen [Fri, 9 Nov 2007 03:47:33 +0000 (03:47 +0000)]
Fixes and cleanups

svn path=/trunk/; revision=5843

16 years agoMore docs fixes
Matthias Clasen [Fri, 9 Nov 2007 03:33:35 +0000 (03:33 +0000)]
More docs fixes

svn path=/trunk/; revision=5842

16 years agoAdd bug ref
Matthias Clasen [Fri, 9 Nov 2007 03:30:58 +0000 (03:30 +0000)]
Add bug ref

svn path=/trunk/; revision=5841

16 years agoMore doc fixes
Matthias Clasen [Fri, 9 Nov 2007 03:29:51 +0000 (03:29 +0000)]
More doc fixes

svn path=/trunk/; revision=5840

16 years agoFix a mistake in the docs
Matthias Clasen [Fri, 9 Nov 2007 03:25:50 +0000 (03:25 +0000)]
Fix a mistake in the docs

svn path=/trunk/; revision=5839

16 years agoFixes and corrections
Matthias Clasen [Fri, 9 Nov 2007 03:21:27 +0000 (03:21 +0000)]
Fixes and corrections

svn path=/trunk/; revision=5838

16 years agoDoc fixes
Matthias Clasen [Fri, 9 Nov 2007 03:05:21 +0000 (03:05 +0000)]
Doc fixes

svn path=/trunk/; revision=5837

16 years agoFix the doc wording. (#491957, Areg Beketovski)
Matthias Clasen [Fri, 9 Nov 2007 03:01:01 +0000 (03:01 +0000)]
Fix the doc wording. (#491957, Areg Beketovski)

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib/gmain.c (g_main_context_release): Fix the doc
        wording.  (#491957, Areg Beketovski)

svn path=/trunk/; revision=5836

16 years agoAdd a missing since tag. (#464259, Mark Doliner)
Matthias Clasen [Fri, 9 Nov 2007 02:56:04 +0000 (02:56 +0000)]
Add a missing since tag. (#464259, Mark Doliner)

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib/gutils.c (g_set_application_name): Add a missing
        since tag.  (#464259, Mark Doliner)

svn path=/trunk/; revision=5835

16 years agoImprove the docs. (#436293, Vincent Untz)
Matthias Clasen [Fri, 9 Nov 2007 02:50:44 +0000 (02:50 +0000)]
Improve the docs. (#436293, Vincent Untz)

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib/goption.c (g_option_context_new): Improve the docs.
        (#436293, Vincent Untz)

svn path=/trunk/; revision=5834

16 years agoExpand the docs a bit. (#317775, Søren Sandmann)
Matthias Clasen [Fri, 9 Nov 2007 02:46:41 +0000 (02:46 +0000)]
Expand the docs a bit. (#317775, Søren Sandmann)

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib/gmain.c (g_main_loop_quit): Expand the docs
        a bit.  (#317775, Søren Sandmann)

svn path=/trunk/; revision=5833

16 years agoInclude glibconfig.h before checking G_OS_WIN32.
Matthias Clasen [Fri, 9 Nov 2007 02:33:16 +0000 (02:33 +0000)]
Include glibconfig.h before checking G_OS_WIN32.

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * gmodule.c: Include glibconfig.h before checking G_OS_WIN32.

svn path=/trunk/; revision=5832

16 years agoAccept automake 1.10, too
Matthias Clasen [Fri, 9 Nov 2007 01:57:26 +0000 (01:57 +0000)]
Accept automake 1.10, too

svn path=/trunk/; revision=5831

16 years agoTemporarily add this script, to fix building from svn.
Matthias Clasen [Fri, 9 Nov 2007 01:38:23 +0000 (01:38 +0000)]
Temporarily add this script, to fix building from svn.

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * mkinstalldirs: Temporarily add this script, to fix building
        from svn.

svn path=/trunk/; revision=5830

16 years agoUse MKDIRS_P instead of mkinstalldirs.
Matthias Clasen [Fri, 9 Nov 2007 01:33:40 +0000 (01:33 +0000)]
Use MKDIRS_P instead of mkinstalldirs.

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * Makefile.am: Use MKDIRS_P instead of mkinstalldirs.

svn path=/trunk/; revision=5829

16 years agoDon't shift ARGV[0] to undefined. (#466557, Aidan Delaney)
Matthias Clasen [Thu, 8 Nov 2007 14:57:15 +0000 (14:57 +0000)]
Don't shift ARGV[0] to undefined. (#466557, Aidan Delaney)

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib-mkenums.in: Don't shift ARGV[0] to undefined.
        (#466557, Aidan Delaney)

svn path=/trunk/; revision=5827

16 years agoFix up includes
Matthias Clasen [Thu, 8 Nov 2007 12:23:55 +0000 (12:23 +0000)]
Fix up includes

svn path=/trunk/; revision=5823

16 years agoAdded missing ChangeLog
Michael Natterer [Thu, 8 Nov 2007 11:11:39 +0000 (11:11 +0000)]
Added missing ChangeLog

svn path=/trunk/; revision=5822

16 years agoTry harder to reset shift state with AIX iconv(). (#467537)
Matthias Clasen [Thu, 8 Nov 2007 06:04:00 +0000 (06:04 +0000)]
Try harder to reset shift state with AIX iconv(). (#467537)

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
        shift state with AIX iconv().  (#467537)

svn path=/trunk/; revision=5821

16 years agoRequire pkg-config 0.16 in configure and in AM_PATH_GLIB_2_0 to be
Matthias Clasen [Thu, 8 Nov 2007 05:48:35 +0000 (05:48 +0000)]
Require pkg-config 0.16 in configure and in AM_PATH_GLIB_2_0 to be

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * configure.in:
        * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
        and in AM_PATH_GLIB_2_0 to be consistent with the use of
        PKG_PROG_PKG_CONFIG which was introduced in 0.16.  (#418778,
        Loïc Minier)

svn path=/trunk/; revision=5820

16 years agoDon't leave out parameters uninitialized. (#490061, Benjamin Otte)
Matthias Clasen [Thu, 8 Nov 2007 05:24:29 +0000 (05:24 +0000)]
Don't leave out parameters uninitialized. (#490061, Benjamin Otte)

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib/gstrfuncs.c (g_parse_long_long): Don't leave
        out parameters uninitialized.  (#490061, Benjamin Otte)

svn path=/trunk/; revision=5819

16 years agoDon't leak the condvar. (#479724, Areg Beketovski)
Matthias Clasen [Thu, 8 Nov 2007 03:53:41 +0000 (03:53 +0000)]
Don't leak the condvar. (#479724, Areg Beketovski)

2007-11-07  Matthias Clasen <mclasen@redhat.com>

        * glib/gmain.c (g_main_context_unref): Don't leak the
        condvar.  (#479724, Areg Beketovski)

svn path=/trunk/; revision=5818

16 years agoMake header include order consistent (#71704, Diego Escalante Urrelo)
Matthias Clasen [Thu, 8 Nov 2007 03:43:46 +0000 (03:43 +0000)]
Make header include order consistent (#71704, Diego Escalante Urrelo)

2007-11-07  Matthias Clasen <mclasen@redhat.com>

        * *.c: Make header include order consistent (#71704,
        Diego Escalante Urrelo)

svn path=/trunk/; revision=5817

16 years agoNew function, to get the stack of open elements. (#452887, Ryan Lortie)
Matthias Clasen [Thu, 8 Nov 2007 03:28:09 +0000 (03:28 +0000)]
New function, to get the stack of open elements. (#452887, Ryan Lortie)

2007-11-07  Matthias Clasen <mclasen@redhat.com>

        * glib/glib.symbols:
        * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack):
        New function, to get the stack of open elements.  (#452887,
        Ryan Lortie)

svn path=/trunk/; revision=5816

16 years agoMake some functions that take a GError return boolean instead of void.
Matthias Clasen [Thu, 8 Nov 2007 03:19:37 +0000 (03:19 +0000)]
Make some functions that take a GError return boolean instead of void.

2007-11-07  Matthias Clasen <mclasen@redhat.com>

        * glib/gkeyfile.[hc]: Make some functions that take
        a GError return boolean instead of void.  (#375651, Matt Barnes)

svn path=/trunk/; revision=5815

16 years agoUse automake 1.9
Matthias Clasen [Thu, 8 Nov 2007 02:54:39 +0000 (02:54 +0000)]
Use automake 1.9

svn path=/trunk/; revision=5814

16 years agoFix a typo
Matthias Clasen [Thu, 8 Nov 2007 02:48:35 +0000 (02:48 +0000)]
Fix a typo

svn path=/trunk/; revision=5813

16 years agoMove some inter-*.m4 includes from configure.in to acinclude.m4 to avoid
Matthias Clasen [Thu, 8 Nov 2007 02:43:17 +0000 (02:43 +0000)]
Move some inter-*.m4 includes from configure.in to acinclude.m4 to avoid

2007-11-07  Matthias Clasen <mclasen@redhat.com>

        * acinclude.m4:
        * configure.in: Move some inter-*.m4 includes from
        configure.in to acinclude.m4 to avoid warnings when
        using automake 1.9.  (#449937)

svn path=/trunk/; revision=5812

16 years agoSplit ChangeLog
Matthias Clasen [Thu, 8 Nov 2007 01:59:15 +0000 (01:59 +0000)]
Split ChangeLog

svn path=/trunk/; revision=5811

16 years agoImprove docs
Matthias Clasen [Wed, 7 Nov 2007 16:44:21 +0000 (16:44 +0000)]
Improve docs

svn path=/trunk/; revision=5807

16 years agoFix builddir != srcdir
Matthias Clasen [Wed, 7 Nov 2007 16:27:41 +0000 (16:27 +0000)]
Fix builddir != srcdir

svn path=/trunk/; revision=5806

16 years agoNot needed, just use -DPCRE_STATIC.
Tor Lillqvist [Wed, 7 Nov 2007 09:49:25 +0000 (09:49 +0000)]
Not needed, just use -DPCRE_STATIC.

2007-11-07  Tor Lillqvist  <tml@novell.com>

* glib/update-pcre/notdll.patch: Not needed, just use -DPCRE_STATIC.

* glib/update-pcre/Makefile.am: Drop notdll.patch.

* glib/update-pcre/Makefile.am-1
* glib/update-pcre/update.sh
* glib/pcre/Makefile.am
* glib/Makefile.am: Use -DPCRE_STATIC.

* tests/gio-test.c
* tests/mainloop-test.c
* tests/spawn-test.c: #define pipe(fds) _pipe(fds, 4096,
_O_BINARY) on Windows.

* tests/regex-test.c (test_expand): Don't print NULL with %s.

svn path=/trunk/; revision=5805

16 years agoBump version
Matthias Clasen [Wed, 7 Nov 2007 06:02:46 +0000 (06:02 +0000)]
Bump version

svn path=/trunk/; revision=5804

16 years ago2.14.3 GLIB_2_14_3
Matthias Clasen [Wed, 7 Nov 2007 05:42:02 +0000 (05:42 +0000)]
2.14.3

svn path=/trunk/; revision=5802

16 years agoUpdates
Matthias Clasen [Wed, 7 Nov 2007 05:12:13 +0000 (05:12 +0000)]
Updates

svn path=/trunk/; revision=5801

16 years agoUpdate the internal copy of PCRE to 7.4
Matthias Clasen [Wed, 7 Nov 2007 04:57:22 +0000 (04:57 +0000)]
Update the internal copy of PCRE to 7.4

2007-11-06  Matthias Clasen <mclasen@redhat.com>

        * glib/pcre/*: Update the internal copy of PCRE to 7.4

svn path=/trunk/; revision=5800

16 years agoUse correct naming conventions when explaining maman_bar_get_type().
Mathias Hasselmann [Mon, 5 Nov 2007 16:21:36 +0000 (16:21 +0000)]
Use correct naming conventions when explaining maman_bar_get_type().

* docs/reference/gobject/tut_gtype.xml: Use correct naming conventions
when explaining maman_bar_get_type(). (#493688) Mention G_DEFINE_TYPE.

svn path=/trunk/; revision=5799

16 years agoTranslation updated by Priit Laes.
Priit Laes [Mon, 29 Oct 2007 17:38:56 +0000 (17:38 +0000)]
Translation updated by Priit Laes.

2007-10-29  Priit Laes  <plaes@svn.gnome.org>

* et.po: Translation updated by Priit Laes.

svn path=/trunk/; revision=5798

16 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 24 Oct 2007 10:51:01 +0000 (10:51 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=5797

16 years agoUpdated Arabic Translation by Djihed Afifi.
Djihed Afifi [Tue, 23 Oct 2007 20:57:54 +0000 (20:57 +0000)]
Updated Arabic Translation by Djihed Afifi.

svn path=/trunk/; revision=5796

16 years agoPlug small one-time leak on Windows. (#488068, Daniel Atallah)
Tor Lillqvist [Mon, 22 Oct 2007 20:13:55 +0000 (20:13 +0000)]
Plug small one-time leak on Windows. (#488068, Daniel Atallah)

2007-10-22  Tor Lillqvist  <tml@novell.com>

* glib/gutils.c (_glib_gettext): Plug small one-time leak on
Windows. (#488068, Daniel Atallah)

svn path=/trunk/; revision=5795

16 years agoUpdated Irish translation.
Seán de Búrca [Sun, 21 Oct 2007 19:53:04 +0000 (19:53 +0000)]
Updated Irish translation.

2007-10-21  Seán de Búrca  <sdeburca@svn.gnome.org>

    * ga.po: Updated Irish translation.

svn path=/trunk/; revision=5794

16 years agoUpdated Arabic Translation by Djihed Afifi.
Djihed Afifi [Sun, 21 Oct 2007 19:21:53 +0000 (19:21 +0000)]
Updated Arabic Translation by Djihed Afifi.

svn path=/trunk/; revision=5793

16 years agoFix warnings from sparse. (#487491, Kjartan Maraas)
Behdad Esfahbod [Sun, 21 Oct 2007 17:01:29 +0000 (17:01 +0000)]
Fix warnings from sparse. (#487491, Kjartan Maraas)

2007-10-21  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gdate.c (g_date_strftime):
        * glib/gmain.c (g_main_context_check):
        * glib/gregex.c (g_match_info_fetch_all), (g_regex_split_full):
        * glib/gthread.c (g_once_init_enter_impl), (g_once_init_leave):
        * glib/gthread.h:
        * glib/gutf8.c (g_utf16_to_utf8), (g_utf16_to_ucs4):
        * tests/errorcheck-mutex-test.c (lock_locked_mutex),
        (trylock_locked_mutex), (unlock_unlocked_mutex),
        (free_locked_mutex), (wait_on_unlocked_mutex),
        (wait_on_otherwise_locked_mutex), (timed_wait_on_unlocked_mutex),
        (timed_wait_on_otherwise_locked_mutex):
        Fix warnings from sparse. (#487491, Kjartan Maraas)

svn path=/trunk/; revision=5792

16 years agoUpdated Belarusian Latin translation
Ihar Hrachyshka [Thu, 18 Oct 2007 21:34:12 +0000 (21:34 +0000)]
Updated Belarusian Latin translation

svn path=/trunk/; revision=5790

16 years agoBump version
Matthias Clasen [Wed, 17 Oct 2007 05:11:06 +0000 (05:11 +0000)]
Bump version

svn path=/trunk/; revision=5789

16 years agoSmall doc update
Matthias Clasen [Wed, 17 Oct 2007 03:32:16 +0000 (03:32 +0000)]
Small doc update

svn path=/trunk/; revision=5788

16 years ago2.14.2 GLIB_2_14_2
Matthias Clasen [Tue, 16 Oct 2007 06:33:50 +0000 (06:33 +0000)]
2.14.2

svn path=/trunk/; revision=5786

16 years agoUpdates
Matthias Clasen [Tue, 16 Oct 2007 05:42:16 +0000 (05:42 +0000)]
Updates

svn path=/trunk/; revision=5785

16 years agoImprove g_value_set_object docs
Matthias Clasen [Tue, 16 Oct 2007 05:35:23 +0000 (05:35 +0000)]
Improve g_value_set_object docs

svn path=/trunk/; revision=5784

16 years agoCheck for sys/resource.h
Matthias Clasen [Tue, 16 Oct 2007 05:28:10 +0000 (05:28 +0000)]
Check for sys/resource.h

2007-10-16  Matthias Clasen  <mclasen@redhat.com>

        * configure.in: Check for sys/resource.h

        * glib/gspawn.c: Improve the fdwalk implementation on Linux
        to only walk over actually open file descriptors. (#469231,
        Lennart Poettering)

svn path=/trunk/; revision=5783

16 years agoupdated hebrew translation
Yair Hershkovitz [Mon, 15 Oct 2007 21:00:52 +0000 (21:00 +0000)]
updated hebrew translation

svn path=/trunk/; revision=5782

16 years agoReviewed by Tim Janik.
Sven Herzberg [Sat, 13 Oct 2007 10:51:04 +0000 (10:51 +0000)]
Reviewed by Tim Janik.

2007-10-13  Sven Herzberg  <herzi@gnome-de.org>

Reviewed by Tim Janik.

Created marshallers that don't throw gcc warnings when compiling with
-WUnused (fixes #359165).

* gobject/glib-genmarshal.c: decorate return_value and invocation_hint
with G_GNUC_UNUSED

svn path=/trunk/; revision=5781

16 years agoAlways define G_CAN_INLINE. Even MSVC6 is capable of inlining. (#483337,
Tor Lillqvist [Fri, 5 Oct 2007 17:01:13 +0000 (17:01 +0000)]
Always define G_CAN_INLINE. Even MSVC6 is capable of inlining. (#483337,

2007-10-04  Tor Lillqvist  <tml@novell.com>

* glibconfig.h.win32.in: Always define G_CAN_INLINE. Even MSVC6 is
capable of inlining. (#483337, Steve Lhomme)

svn path=/trunk/; revision=5780

16 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Sun, 30 Sep 2007 19:04:13 +0000 (19:04 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=5779

16 years agoUpdated Korean translation.
Changwoo Ryu [Sat, 29 Sep 2007 11:10:32 +0000 (11:10 +0000)]
Updated Korean translation.

2007-09-29  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

svn path=/trunk/; revision=5778

16 years agomake sure we define GType g_define_type_id in
Carlos Garnacho [Thu, 20 Sep 2007 10:56:34 +0000 (10:56 +0000)]
make sure we define GType g_define_type_id in

2007-09-20  Carlos Garnacho  <carlos@imendio.com>

        * gtypemodule.h: make sure we define GType g_define_type_id in
        G_G_DEFINE_DYNAMIC_TYPE_EXTENDED so it works together with
        G_IMPLEMENT_INTERFACE. (#478459)

svn path=/trunk/; revision=5777

16 years agoCheck for NULL finalizer. (#476849, Areg Beketovski)
Behdad Esfahbod [Wed, 19 Sep 2007 20:36:53 +0000 (20:36 +0000)]
Check for NULL finalizer. (#476849, Areg Beketovski)

2007-09-19  Behdad Esfahbod  <behdad@gnome.org>

        * glib/ghook.c (g_hook_free): Check for NULL finalizer. (#476849, Areg
        Beketovski)

svn path=/trunk/; revision=5776

16 years agoFix gettext URL. (#478349, kraai ftbfs.org)
Behdad Esfahbod [Wed, 19 Sep 2007 20:17:05 +0000 (20:17 +0000)]
Fix gettext URL. (#478349, kraai ftbfs.org)

2007-09-19  Behdad Esfahbod  <behdad@gnome.org>

        * glib/building.sgml: Fix gettext URL. (#478349, kraai ftbfs.org)

svn path=/trunk/; revision=5775

16 years agoUpdated Arabic Translation by Djihed Afifi.
Djihed Afifi [Mon, 17 Sep 2007 10:48:13 +0000 (10:48 +0000)]
Updated Arabic Translation by Djihed Afifi.

svn path=/trunk/; revision=5774

16 years agoBump version
Matthias Clasen [Sun, 16 Sep 2007 19:51:16 +0000 (19:51 +0000)]
Bump version

svn path=/trunk/; revision=5772

16 years ago2.14.1 GLIB_2_14_1
Matthias Clasen [Sun, 16 Sep 2007 19:49:44 +0000 (19:49 +0000)]
2.14.1

svn path=/trunk/; revision=5770

16 years agoFix doc formatting
Matthias Clasen [Sun, 16 Sep 2007 18:32:51 +0000 (18:32 +0000)]
Fix doc formatting

svn path=/trunk/; revision=5769

16 years agoRemove trio reference
Matthias Clasen [Sun, 16 Sep 2007 18:04:19 +0000 (18:04 +0000)]
Remove trio reference

svn path=/trunk/; revision=5768

16 years agoUpdates
Matthias Clasen [Sun, 16 Sep 2007 18:03:57 +0000 (18:03 +0000)]
Updates

svn path=/trunk/; revision=5767

16 years agoFix a doc formatting problem
Matthias Clasen [Sun, 16 Sep 2007 17:30:57 +0000 (17:30 +0000)]
Fix a doc formatting problem

svn path=/trunk/; revision=5766

16 years agoUpdates
Matthias Clasen [Sun, 16 Sep 2007 16:43:58 +0000 (16:43 +0000)]
Updates

svn path=/trunk/; revision=5765

16 years agoUpdates
Matthias Clasen [Sun, 16 Sep 2007 16:24:26 +0000 (16:24 +0000)]
Updates

svn path=/trunk/; revision=5764

16 years agoReplace -pthread by -lpthread for Freebsd, too. (#475619, Roy Marples)
Matthias Clasen [Sun, 16 Sep 2007 16:15:34 +0000 (16:15 +0000)]
Replace -pthread by -lpthread for Freebsd, too. (#475619, Roy Marples)

2007-09-16  Matthias Clasen  <mclasen@redhat.com>

        * configure.in: Replace -pthread by -lpthread for
        Freebsd, too.  (#475619, Roy Marples)

svn path=/trunk/; revision=5763

16 years agoFix static build against system pcre
Matthias Clasen [Sun, 16 Sep 2007 15:48:11 +0000 (15:48 +0000)]
Fix static build against system pcre

svn path=/trunk/; revision=5762

16 years agoUpdated Basque translation.
Inaki Larranaga Murgoitio [Sun, 16 Sep 2007 13:52:58 +0000 (13:52 +0000)]
Updated Basque translation.

2007-09-16  Inaki Larranaga Murgoitio  <dooteo@zundan.com>

        * eu.po: Updated Basque translation.

svn path=/trunk/; revision=5761

16 years agoUpdated Japanese translation.
Takeshi AIHANA [Sun, 16 Sep 2007 11:56:31 +0000 (11:56 +0000)]
Updated Japanese translation.

2007-09-16  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=5760

16 years agoUpdates
Matthias Clasen [Sun, 16 Sep 2007 06:04:36 +0000 (06:04 +0000)]
Updates

svn path=/trunk/; revision=5759