platform/upstream/glib.git
16 years agoDocument that GUnicodeScript is interchangeable with PangoScript.
Behdad Esfahbod [Tue, 21 Aug 2007 02:51:11 +0000 (02:51 +0000)]
Document that GUnicodeScript is interchangeable with PangoScript.

2007-08-20  Behdad Esfahbod  <behdad@gnome.org>

        * glib/tmpl/unicode.sgml: Document that GUnicodeScript is
        interchangeable with PangoScript.

2007-08-20  Behdad Esfahbod  <behdad@gnome.org>

        * glib/guniprop.c: Document that g_unichar_get_script() is
        equivalent to pango_script_for_unichar().

svn path=/trunk/; revision=5713

16 years agoFix typos
Behdad Esfahbod [Mon, 20 Aug 2007 23:34:35 +0000 (23:34 +0000)]
Fix typos

svn path=/trunk/; revision=5712

16 years agoMake 2 strings fuzzy to make msgfmt pass (and glib compile again!)
Claude Paroz [Mon, 20 Aug 2007 19:50:20 +0000 (19:50 +0000)]
Make 2 strings fuzzy to make msgfmt pass (and glib compile again!)

2007-08-20  Claude Paroz  <claude@2xlibre.net>

* kn.po: Make 2 strings fuzzy to make msgfmt pass (and glib compile again!)

svn path=/trunk/; revision=5711

16 years agoUpdated Kannada translations
Pramod Raghavendra [Mon, 20 Aug 2007 10:04:24 +0000 (10:04 +0000)]
Updated Kannada translations

svn path=/trunk/; revision=5710

16 years agoUpdated Portuguese translation.
Duarte Loreto [Sun, 19 Aug 2007 22:36:38 +0000 (22:36 +0000)]
Updated Portuguese translation.

2007-08-19  Duarte Loreto <happyguy_pt@hotmail,com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=5709

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Fri, 17 Aug 2007 15:44:23 +0000 (15:44 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=5708

16 years agoEstonian translation update by Ivar Smolin.
Priit Laes [Thu, 16 Aug 2007 10:08:39 +0000 (10:08 +0000)]
Estonian translation update by Ivar Smolin.

2007-08-16  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation update by Ivar Smolin.

svn path=/trunk/; revision=5707

16 years agoClearify that only comments can precede groups in Key-files. (#466768)
Mikael Hallendal [Wed, 15 Aug 2007 19:49:07 +0000 (19:49 +0000)]
Clearify that only comments can precede groups in Key-files. (#466768)

2007-08-15  Mikael Hallendal  <micke@imendio.com>

* glib/tmpl/keyfile.sgml: Clearify that only comments can precede
groups in Key-files. (#466768)

svn path=/trunk/; revision=5706

16 years agoUpdated Canadian English translation.
Adam Weinberger [Wed, 15 Aug 2007 18:22:46 +0000 (18:22 +0000)]
Updated Canadian English translation.

2007-08-15  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=5705

16 years agog_type_default_interface_ref() was not ensuring working g_signal_list_ids.
Cody Russell [Tue, 14 Aug 2007 22:55:23 +0000 (22:55 +0000)]
g_type_default_interface_ref() was not ensuring working g_signal_list_ids.

2007-08-14  Cody Russell  <bratsche@gnome.org>

        * gobject/gsignal.c: g_type_default_interface_ref() was not
        ensuring working g_signal_list_ids.  Added checks for
        !G_TYPE_IS_INTERFACE (itype).
        (#465625, by some guy who calls himself Yeti)

svn path=/trunk/; revision=5704

16 years agoUpdated German translation.
Hendrik Richter [Tue, 14 Aug 2007 12:26:59 +0000 (12:26 +0000)]
Updated German translation.

2007-08-14  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

svn path=/trunk/; revision=5703

16 years agoUpdated German translation.
Hendrik Richter [Tue, 14 Aug 2007 12:14:54 +0000 (12:14 +0000)]
Updated German translation.

2007-08-14  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

svn path=/trunk/; revision=5702

16 years agoprevent race covered by g_once_init_enter(), by checking for previous
Tim Janik [Tue, 14 Aug 2007 00:05:52 +0000 (00:05 +0000)]
prevent race covered by g_once_init_enter(), by checking for previous

Tue Aug 14 02:06:10 2007  Tim Janik  <timj@imendio.com>

        * glib/gthread.c (g_once_init_enter_impl): prevent race covered
        by g_once_init_enter(), by checking for previous initializations
        before entering initialisation branch.

        * tests/onceinit.c: added multi-thread/multi-initializer stress test
        using unoptimized g_once_init_enter_impl().

svn path=/trunk/; revision=5701

16 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Mon, 13 Aug 2007 15:03:50 +0000 (15:03 +0000)]
Updated Lithuanian translation.

svn path=/trunk/; revision=5700

16 years agofixed array size typo.
Tim Janik [Mon, 13 Aug 2007 12:30:08 +0000 (12:30 +0000)]
fixed array size typo.

Mon Aug 13 14:30:15 2007  Tim Janik  <timj@imendio.com>

        * tests/onceinit.c (main): fixed array size typo.

svn path=/trunk/; revision=5699

16 years agotest g_once_init_*() before and after g_thread_init() and test concurrency
Tim Janik [Mon, 13 Aug 2007 12:25:21 +0000 (12:25 +0000)]
test g_once_init_*() before and after g_thread_init() and test concurrency

Mon Aug 13 14:21:44 2007  Tim Janik  <timj@imendio.com>

        * tests/onceinit.c: test g_once_init_*() before and after
        g_thread_init() and test concurrency resolution.

svn path=/trunk/; revision=5698

16 years agoprevent linking a freed GThread structure into global thread list in error
Tim Janik [Mon, 13 Aug 2007 12:18:55 +0000 (12:18 +0000)]
prevent linking a freed GThread structure into global thread list in error

Mon Aug 13 14:18:22 2007  Tim Janik  <timj@imendio.com>

       * glib/gthread.c (g_thread_create_full): prevent linking a freed
       GThread structure into global thread list in error cases.

svn path=/trunk/; revision=5697

16 years agoupdated ta translation
Felix I [Mon, 13 Aug 2007 07:31:00 +0000 (07:31 +0000)]
updated ta translation

svn path=/trunk/; revision=5696

16 years ago2007-08-12 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Sun, 12 Aug 2007 12:44:38 +0000 (12:44 +0000)]
2007-08-12 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=5695

16 years ago2007-08-12 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Sun, 12 Aug 2007 12:39:43 +0000 (12:39 +0000)]
2007-08-12 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=5694

16 years ago2007-08-12 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Sun, 12 Aug 2007 11:43:26 +0000 (11:43 +0000)]
2007-08-12 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=5693

16 years ago2007-08-12 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Sun, 12 Aug 2007 11:39:11 +0000 (11:39 +0000)]
2007-08-12 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=5692

16 years agosv.po: Swedish translation updated
Daniel Nylander [Sat, 11 Aug 2007 10:20:59 +0000 (10:20 +0000)]
sv.po: Swedish translation updated

svn path=/trunk/; revision=5691

16 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Fri, 10 Aug 2007 12:56:04 +0000 (12:56 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=5690

16 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Fri, 10 Aug 2007 08:43:33 +0000 (08:43 +0000)]
Updated Translation

svn path=/trunk/; revision=5689

16 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Fri, 10 Aug 2007 08:20:12 +0000 (08:20 +0000)]
Updated Thai translation.

* th.po: Updated Thai translation.

svn path=/trunk/; revision=5688

16 years agoforgotten file
Matthias Clasen [Thu, 9 Aug 2007 13:45:54 +0000 (13:45 +0000)]
forgotten file

svn path=/trunk/; revision=5687

16 years agoUpdated translation.
Kjartan Maraas [Thu, 9 Aug 2007 09:07:10 +0000 (09:07 +0000)]
Updated translation.

2007-08-09  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated translation.

svn path=/trunk/; revision=5686

16 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 9 Aug 2007 04:58:11 +0000 (04:58 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=5685

16 years agoHandle restricted characters by converting them to numeric character
Matthias Clasen [Thu, 9 Aug 2007 02:06:04 +0000 (02:06 +0000)]
Handle restricted characters by converting them to numeric character

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

        * glib/gmarkup.c (append_escaped_text): Handle restricted
        characters by converting them to numeric character
        entities.  (#464145, Andreas Monitzer)

        * tests/markup-escape-test.c: Add tests for restricted
        characters and numeric character entities.

svn path=/trunk/; revision=5684

16 years agoMake it work regardless of --enable-debug
Matthias Clasen [Wed, 8 Aug 2007 22:06:47 +0000 (22:06 +0000)]
Make it work regardless of --enable-debug

svn path=/trunk/; revision=5683

16 years agofixed a typo in docs.
Tristan Van Berkom [Wed, 8 Aug 2007 18:02:57 +0000 (18:02 +0000)]
fixed a typo in docs.

svn path=/trunk/; revision=5682

16 years agoUpdate file format
Matthias Clasen [Wed, 8 Aug 2007 03:13:55 +0000 (03:13 +0000)]
Update file format

svn path=/trunk/; revision=5681

16 years agoRevert my earlier change, see #440544.
Tor Lillqvist [Mon, 6 Aug 2007 15:40:48 +0000 (15:40 +0000)]
Revert my earlier change, see #440544.

svn path=/trunk/; revision=5680

16 years agoMove the G_ENABLE_DEBUG ifdef inside g_slice_debug_tree_statistics() so
Tor Lillqvist [Mon, 6 Aug 2007 14:23:54 +0000 (14:23 +0000)]
Move the G_ENABLE_DEBUG ifdef inside g_slice_debug_tree_statistics() so

2007-08-06  Tor Lillqvist  <tml@novell.com>

* glib/gslice.c: Move the G_ENABLE_DEBUG ifdef inside
g_slice_debug_tree_statistics() so that the function exists (but
doesn't do anything) also in a non-debug build. (#440544)

svn path=/trunk/; revision=5679

16 years agoUpdated Finnish translation
Ilkka Tuohela [Mon, 6 Aug 2007 13:54:48 +0000 (13:54 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=5678

16 years agoUpdated Portuguese translation.
Duarte Loreto [Sun, 5 Aug 2007 14:07:30 +0000 (14:07 +0000)]
Updated Portuguese translation.

2007-08-05  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=5677

16 years agobump version
Matthias Clasen [Sat, 4 Aug 2007 03:07:44 +0000 (03:07 +0000)]
bump version

svn path=/trunk/; revision=5676

16 years ago2.14.0 GLIB_2_14_0
Matthias Clasen [Sat, 4 Aug 2007 03:03:02 +0000 (03:03 +0000)]
2.14.0

svn path=/trunk/; revision=5674

16 years agoUpdates
Matthias Clasen [Sat, 4 Aug 2007 01:52:27 +0000 (01:52 +0000)]
Updates

svn path=/trunk/; revision=5673

16 years agoBump version to 2.14.0
Matthias Clasen [Sat, 4 Aug 2007 01:09:05 +0000 (01:09 +0000)]
Bump version to 2.14.0

svn path=/trunk/; revision=5672

16 years agoRevert the J handling change
Matthias Clasen [Sat, 4 Aug 2007 00:38:12 +0000 (00:38 +0000)]
Revert the J handling change

svn path=/trunk/; revision=5671

16 years agoFix a C99ism
Matthias Clasen [Fri, 3 Aug 2007 18:13:56 +0000 (18:13 +0000)]
Fix a C99ism

svn path=/trunk/; revision=5670

16 years agoHandle J changes in the pattern correctly. (#444765, Yevgen Muntyan)
Matthias Clasen [Fri, 3 Aug 2007 18:07:55 +0000 (18:07 +0000)]
Handle J changes in the pattern correctly. (#444765, Yevgen Muntyan)

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

        * glib/gregex.c: Handle J changes in the pattern
        correctly.  (#444765, Yevgen Muntyan)

svn path=/trunk/; revision=5669

16 years agoUpdated Turkish Translation
Baris Cicek [Fri, 3 Aug 2007 17:06:34 +0000 (17:06 +0000)]
Updated Turkish Translation

svn path=/trunk/; revision=5668

16 years agoAdded Kannada (kn) to ALL_LINGUAS
Pramod Raghavendra [Fri, 3 Aug 2007 08:35:02 +0000 (08:35 +0000)]
Added Kannada (kn) to ALL_LINGUAS

svn path=/trunk/; revision=5667

16 years agoAdded Kannada translations
Pramod Raghavendra [Fri, 3 Aug 2007 08:31:49 +0000 (08:31 +0000)]
Added Kannada translations

svn path=/trunk/; revision=5666

16 years agoUpdated Malayalam (ml) Translation
Ani Peter [Fri, 3 Aug 2007 08:27:22 +0000 (08:27 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=5665

16 years agoUpdated Malayalam (ml) Translation
Ani Peter [Fri, 3 Aug 2007 08:27:06 +0000 (08:27 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=5664

16 years agoUpdated polish translation
Wadim Dziedzic [Thu, 2 Aug 2007 21:02:12 +0000 (21:02 +0000)]
Updated polish translation

2007-08-02  Wadim Dziedzic  <wadimd@svn.gnome.org>

* pl.po: Updated polish translation

svn path=/trunk/; revision=5663

16 years agoUpdate so it applies again.
Tor Lillqvist [Wed, 1 Aug 2007 09:57:17 +0000 (09:57 +0000)]
Update so it applies again.

2007-08-01  Tor Lillqvist  <tml@novell.com>

* glib/update-pcre/notdll.patch: Update so it applies again.

* glib/pcre/pcre.h: Corresponding change.

svn path=/trunk/; revision=5662

16 years agoDrop leftover use of a union.
Tor Lillqvist [Wed, 1 Aug 2007 09:49:02 +0000 (09:49 +0000)]
Drop leftover use of a union.

2007-08-01  Tor Lillqvist  <tml@novell.com>

* glib/gutils.c (get_special_folder): Drop leftover use of a
union.

svn path=/trunk/; revision=5661

16 years agoUpdate to match what configure produces.
Tor Lillqvist [Wed, 1 Aug 2007 09:46:08 +0000 (09:46 +0000)]
Update to match what configure produces.

2007-08-01  Tor Lillqvist  <tml@novell.com>

* glibconfig.h.win32.in: Update to match what configure produces.

svn path=/trunk/; revision=5660

16 years agoUpdate to PCRE 7.2
Matthias Clasen [Tue, 31 Jul 2007 17:22:56 +0000 (17:22 +0000)]
Update to PCRE 7.2

svn path=/trunk/; revision=5659

16 years agoFix some glitches
Matthias Clasen [Tue, 31 Jul 2007 17:14:12 +0000 (17:14 +0000)]
Fix some glitches

svn path=/trunk/; revision=5658

16 years agoremove debug spew
Matthias Clasen [Tue, 31 Jul 2007 17:04:10 +0000 (17:04 +0000)]
remove debug spew

svn path=/trunk/; revision=5657

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Sun, 29 Jul 2007 08:59:32 +0000 (08:59 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=5656

16 years ago2007-07-25 Inaki Larranaga Murgoitio
Iñaki Larrañaga Murgoitio [Wed, 25 Jul 2007 17:17:29 +0000 (17:17 +0000)]
2007-07-25  Inaki Larranaga Murgoitio

* eu.po: Updated Basque translation.

svn path=/trunk/; revision=5655

16 years agoUpdated assamese translations
Amitakhya Phukan [Wed, 25 Jul 2007 09:53:30 +0000 (09:53 +0000)]
Updated assamese translations

svn path=/trunk/; revision=5654

16 years agoUpdated Changelog
Amitakhya Phukan [Wed, 25 Jul 2007 09:53:05 +0000 (09:53 +0000)]
Updated Changelog

svn path=/trunk/; revision=5653

16 years agoDocumentation cleanups
Matthias Clasen [Sun, 22 Jul 2007 04:14:54 +0000 (04:14 +0000)]
Documentation cleanups

svn path=/trunk/; revision=5652

16 years agoCoding style cleanups
Matthias Clasen [Sun, 22 Jul 2007 00:34:21 +0000 (00:34 +0000)]
Coding style cleanups

svn path=/trunk/; revision=5651

16 years agoSome improvements
Matthias Clasen [Sun, 22 Jul 2007 00:22:01 +0000 (00:22 +0000)]
Some improvements

svn path=/trunk/; revision=5650

16 years agoBrazilian Portuguese translation updated.
Leonardo Ferreira Fontenelle [Sat, 21 Jul 2007 20:07:00 +0000 (20:07 +0000)]
Brazilian Portuguese translation updated.

2007-07-21  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>

* pt_BR.po: Brazilian Portuguese translation updated.

svn path=/trunk/; revision=5649

16 years agoDoc updates
Matthias Clasen [Fri, 20 Jul 2007 19:11:17 +0000 (19:11 +0000)]
Doc updates

svn path=/trunk/; revision=5648

16 years agoAdd goffset type (64bit file size) Add G_MAXSSIZE and G_MINSSIZE
Alexander Larsson [Fri, 20 Jul 2007 16:41:47 +0000 (16:41 +0000)]
Add goffset type (64bit file size) Add G_MAXSSIZE and G_MINSSIZE

2007-07-20  Alexander Larsson  <alexl@redhat.com>

        * configure.in:
Add goffset type (64bit file size)
Add G_MAXSSIZE and G_MINSSIZE

svn path=/trunk/; revision=5647

16 years agoForgotten file
Matthias Clasen [Fri, 20 Jul 2007 16:38:50 +0000 (16:38 +0000)]
Forgotten file

svn path=/trunk/; revision=5646

16 years agoFix the build
Matthias Clasen [Fri, 20 Jul 2007 16:37:57 +0000 (16:37 +0000)]
Fix the build

svn path=/trunk/; revision=5645

16 years agoMake g_unichar_combining_class() public. (#453998)
Behdad Esfahbod [Thu, 19 Jul 2007 13:46:05 +0000 (13:46 +0000)]
Make g_unichar_combining_class() public. (#453998)

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

        * glib/glib.symbols:
        * glib/gunicode.h:
        * glib/gunicodeprivate.h:
        * glib/gunidecomp.c (g_unichar_combining_class):
        * glib/guniprop.c (has_more_above):
        Make g_unichar_combining_class() public. (#453998)

svn path=/trunk/; revision=5644

16 years agoTranslation updated.
Vincent van Adrighem [Wed, 18 Jul 2007 16:56:26 +0000 (16:56 +0000)]
Translation updated.

2007-07-18  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated.

svn path=/trunk/; revision=5643

16 years agomore atomic ops pointer cast fixes. this time it'll work with atomic op
Tim Janik [Thu, 12 Jul 2007 23:03:06 +0000 (23:03 +0000)]
more atomic ops pointer cast fixes. this time it'll work with atomic op

Fri Jul 13 01:01:46 2007  Tim Janik  <timj@imendio.com>

        * glib/gthread.[hc]: more atomic ops pointer cast fixes. this time it'll
        work with atomic op macros *and* atomic op functions.

svn path=/trunk/; revision=5638

16 years agofixed missing pointer casts when using atomic ops.
Tim Janik [Thu, 12 Jul 2007 22:51:56 +0000 (22:51 +0000)]
fixed missing pointer casts when using atomic ops.

Fri Jul 13 00:50:40 2007  Tim Janik  <timj@imendio.com>

        * glib/gthread.[hc]: fixed missing pointer casts when using atomic ops.

svn path=/trunk/; revision=5637

16 years agoBump version
Matthias Clasen [Thu, 12 Jul 2007 17:55:02 +0000 (17:55 +0000)]
Bump version

svn path=/trunk/; revision=5636

16 years ago2.13.7 GLIB_2_13_7
Matthias Clasen [Thu, 12 Jul 2007 17:53:42 +0000 (17:53 +0000)]
2.13.7

svn path=/trunk/; revision=5634

16 years agoUpdates
Matthias Clasen [Thu, 12 Jul 2007 17:26:20 +0000 (17:26 +0000)]
Updates

svn path=/trunk/; revision=5633

16 years agofixed g_type_name() docs to forbid passing in invalid type IDs.
Tim Janik [Thu, 12 Jul 2007 16:29:21 +0000 (16:29 +0000)]
fixed g_type_name() docs to forbid passing in invalid type IDs.

Thu Jul 12 18:28:47 2007  Tim Janik  <timj@gtk.org>

        * gobject/tmpl/gtype.sgml: fixed g_type_name() docs to forbid passing in
        invalid type IDs.

svn path=/trunk/; revision=5632

16 years agobeautified output somewhat. fixed long sleeps by reducing sleep
Tim Janik [Thu, 12 Jul 2007 15:35:26 +0000 (15:35 +0000)]
beautified output somewhat. fixed long sleeps by reducing sleep

Thu Jul 12 17:31:08 2007  Tim Janik  <timj@imendio.com>

        * tests/slice-concurrent.c: beautified output somewhat. fixed long
        sleeps by reducing sleep accumulating and using randomized re-scheduling
        (which works on UP and SMP). increased possible blocksizes.

svn path=/trunk/; revision=5631

16 years agoadded GSLice test from Stefan Westerfeld, bug #433314.
Tim Janik [Thu, 12 Jul 2007 15:26:47 +0000 (15:26 +0000)]
added GSLice test from Stefan Westerfeld, bug #433314.

Thu Jul 12 17:26:05 2007  Tim Janik  <timj@imendio.com>

        * tests/slice-concurrent.c: added GSLice test from Stefan Westerfeld,
        bug #433314.

svn path=/trunk/; revision=5630

16 years agomigrate per-thread magazine caches from single-thread scenario to first
Tim Janik [Thu, 12 Jul 2007 15:07:52 +0000 (15:07 +0000)]
migrate per-thread magazine caches from single-thread scenario to first

Thu Jul 12 15:46:40 2007  Tim Janik  <timj@imendio.com>

        * glib/gslice.c: migrate per-thread magazine caches from single-thread
        scenario to first thread using GSlice after g_thread_init(); based on
        a patch by Tor Lillqvist, fixes #331853.
        removed warning about g_thread_init() being called after other glib
        functions (in particular g_slice* calls), because GSlice can cope
        with this now and the rest of glib is believed to cope as well.

        * tests/slice-threadinit.c: new test program which tests GSlice working
        across g_thread_init() calls.

svn path=/trunk/; revision=5629

16 years agodocument major caveat of g_private_set/g_private_get, i.e. not retaining
Tim Janik [Thu, 12 Jul 2007 13:46:22 +0000 (13:46 +0000)]
document major caveat of g_private_set/g_private_get, i.e. not retaining

Thu Jul 12 15:45:27 2007  Tim Janik  <timj@imendio.com>

        * glib/tmpl/threads.sgml: document major caveat of g_private_set/g_private_get,
        i.e. not retaining private data across g_thread_init.

svn path=/trunk/; revision=5628

16 years agoUpdated Italian translation
Luca Ferretti [Wed, 11 Jul 2007 19:42:44 +0000 (19:42 +0000)]
Updated Italian translation

2007-07-11  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation

svn path=/trunk/; revision=5627

16 years agoCorrect bug ref
Matthias Clasen [Wed, 11 Jul 2007 05:11:16 +0000 (05:11 +0000)]
Correct bug ref

svn path=/trunk/; revision=5626

16 years agoUpdated Italian translation
Luca Ferretti [Tue, 10 Jul 2007 20:51:35 +0000 (20:51 +0000)]
Updated Italian translation

2007-07-10  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation

svn path=/trunk/; revision=5625

16 years agoTranslation updated.
Gabor Kelemen [Tue, 10 Jul 2007 19:58:05 +0000 (19:58 +0000)]
Translation updated.

2007-07-10 Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=5624

16 years agoUpdated Finnish translation
Ilkka Tuohela [Tue, 10 Jul 2007 18:05:08 +0000 (18:05 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=5623

16 years agoFix 'make check'
Matthias Clasen [Tue, 10 Jul 2007 17:49:46 +0000 (17:49 +0000)]
Fix 'make check'

svn path=/trunk/; revision=5622

16 years agocorrected descriptions of gsize and gssize.
Tim Janik [Tue, 10 Jul 2007 11:12:28 +0000 (11:12 +0000)]
corrected descriptions of gsize and gssize.

Tue Jul 10 13:11:55 2007  Tim Janik  <timj@imendio.com>

        * glib/tmpl/types.sgml: corrected descriptions of gsize and gssize.

svn path=/trunk/; revision=5621

16 years agominor docu build fixes.
Tim Janik [Tue, 10 Jul 2007 11:04:24 +0000 (11:04 +0000)]
minor docu build fixes.

Tue Jul 10 13:04:03 2007  Tim Janik  <timj@imendio.com>

        * minor docu build fixes.

svn path=/trunk/; revision=5620

16 years agofixed typos spotted by Richard Hult
Tim Janik [Tue, 10 Jul 2007 10:49:00 +0000 (10:49 +0000)]
fixed typos spotted by Richard Hult

svn path=/trunk/; revision=5619

16 years agouse g_once_init_enter/g_once_init_leave to guard critical initialization
Tim Janik [Tue, 10 Jul 2007 10:33:03 +0000 (10:33 +0000)]
use g_once_init_enter/g_once_init_leave to guard critical initialization

Tue Jul 10 12:31:50 2007  Tim Janik  <timj@imendio.com>

        * gtype.h: use g_once_init_enter/g_once_init_leave to guard critical
        initialization section of *_get_type implementations in G_DEFINE_TYPE,
        bug #65041.

svn path=/trunk/; revision=5618

16 years agodocument g_once_init_enter and g_once_init_leave.
Tim Janik [Tue, 10 Jul 2007 10:31:31 +0000 (10:31 +0000)]
document g_once_init_enter and g_once_init_leave.

Tue Jul 10 12:31:04 2007  Tim Janik  <timj@imendio.com>

        * glib/tmpl/threads.sgml: document g_once_init_enter and g_once_init_leave.

svn path=/trunk/; revision=5617

16 years agoimplemented g_once_init_enter(), g_once_init_enter_impl() and
Tim Janik [Tue, 10 Jul 2007 10:30:36 +0000 (10:30 +0000)]
implemented g_once_init_enter(), g_once_init_enter_impl() and

Tue Jul 10 12:24:35 2007  Tim Janik  <timj@imendio.com>

        * glib/gthread.[hc]: implemented g_once_init_enter(),
        g_once_init_enter_impl() and g_once_init_leave(), based on a patch by
        Antoine Tremblay, fixes #65041.
        adapted exported inline function mechanism from gutils.[hc] for inlining
        g_once_init_enter_impl() in gthread.[hc].

svn path=/trunk/; revision=5616

16 years agoAdded Entry for Bengali India Translation Updation
Runa Bhattacharjee [Tue, 10 Jul 2007 07:24:40 +0000 (07:24 +0000)]
Added Entry for Bengali India Translation Updation

svn path=/trunk/; revision=5615

16 years agoUpdated Bengali India Translation
Runa Bhattacharjee [Tue, 10 Jul 2007 07:24:25 +0000 (07:24 +0000)]
Updated Bengali India Translation

svn path=/trunk/; revision=5614

16 years agoUpdates
Matthias Clasen [Mon, 9 Jul 2007 23:04:54 +0000 (23:04 +0000)]
Updates

svn path=/trunk/; revision=5613

16 years agoRemove duplicate paragraph. (#45786, Ruben Vermeersch)
Matthias Clasen [Mon, 9 Jul 2007 17:54:38 +0000 (17:54 +0000)]
Remove duplicate paragraph. (#45786, Ruben Vermeersch)

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

        * tmpl/modules.sgml: Remove duplicate paragraph.
        (#45786, Ruben Vermeersch)

        * tmpl/modules.sgml: Remove duplicate code from
        an example. (#454785, Ruben Vermeersch)

svn path=/trunk/; revision=5612

16 years agoInclude the module file name to the error message given when module
Matthias Clasen [Mon, 9 Jul 2007 17:50:28 +0000 (17:50 +0000)]
Include the module file name to the error message given when module

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

        * gmodule.c (g_module_open): Include the module file
        name to the error message given when module initialization
        fails.  (#448484, Gustavo Carneiro)

svn path=/trunk/; revision=5611

16 years agoGClosure docu fixes from Guillaume Cottenceau, #383155.
Tim Janik [Mon, 9 Jul 2007 08:25:14 +0000 (08:25 +0000)]
GClosure docu fixes from Guillaume Cottenceau, #383155.

Mon Jul  9 10:23:53 2007  Tim Janik  <timj@imendio.com>

        * gobject/tmpl/gclosure.sgml: GClosure docu fixes from Guillaume
        Cottenceau, #383155.

svn path=/trunk/; revision=5610

16 years agoOutput newlines after thousand iterations of the inner-loop of the
Loïc Minier [Mon, 9 Jul 2007 07:42:30 +0000 (07:42 +0000)]
Output newlines after thousand iterations of the inner-loop of the

2007-07-09  Loïc Minier  <lool@dooz.org>

       * tests/refcount/closures.c: (main): Output newlines after thousand
       iterations of the inner-loop of the closures test; this helps having
       smaller lines and continuously outputting new lines.  (#447048).

svn path=/trunk/; revision=5609

16 years agosave errno to prevent it being clobbered by call to
Ryan Lortie [Mon, 9 Jul 2007 05:32:15 +0000 (05:32 +0000)]
save errno to prevent it being clobbered by call to

2007-07-09  Ryan Lortie  <desrt@desrt.ca>

        * glib/gfileutils.c (write_to_temp_file): save errno to prevent it
        being clobbered by call to g_filename_display_name().  Bug #453796.

svn path=/trunk/; revision=5608