Commit Graph

4644 Commits

Author SHA1 Message Date
Matthias Clasen
4732600578 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
2007-09-16 16:15:34 +00:00
Matthias Clasen
6972901388 Fix static build against system pcre
svn path=/trunk/; revision=5762
2007-09-16 15:48:11 +00:00
Inaki Larranaga Murgoitio
2186ccf098 Updated Basque translation.
2007-09-16  Inaki Larranaga Murgoitio  <dooteo@zundan.com>

        * eu.po: Updated Basque translation.


svn path=/trunk/; revision=5761
2007-09-16 13:52:58 +00:00
Takeshi AIHANA
e34ef3581c Updated Japanese translation.
2007-09-16  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=5760
2007-09-16 11:56:31 +00:00
Matthias Clasen
9bb58ae9d2 Updates
svn path=/trunk/; revision=5759
2007-09-16 06:04:36 +00:00
Artur Flinta
297a7e3b7b Updated Polish translation by GNOME PL Team.
2007-09-15  Artur Flinta  <aflinta@svn.gnome.org>

	* pl.po: Updated Polish translation by GNOME PL Team.


svn path=/trunk/; revision=5758
2007-09-15 16:56:32 +00:00
15:07:28 Tim Janik
63828ea746 applied fix for bug #476840.
2007-09-14 15:07:28  Tim Janik  <timj@gtk.org>

        * glib/gutf8.c (g_utf8_strreverse): applied fix for bug #476840.

        * tests/utf8-pointer.c (test_misc): added test for g_utf8_strreverse().



svn path=/trunk/; revision=5757
2007-09-14 13:28:07 +00:00
Vladimer Sichinava
f2ee7ca6e8 Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
svn path=/trunk/; revision=5756
2007-09-14 10:13:10 +00:00
Gabor Kelemen
7b72b928f8 Translation updated.
2007-09-14 Gabor Kelemen  <kelemeng@gnome.hu>

	* hu.po: Translation updated.


svn path=/trunk/; revision=5755
2007-09-14 07:39:09 +00:00
David Lodge
7bdc23cdaf Update en_GB translation
svn path=/trunk/; revision=5754
2007-09-14 06:10:49 +00:00
Mugurel Tudor
88a2db91e6 Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
2007-09-13  Mugurel Tudor  <mugurelu@gnome.ro>

        * ro.po: Updated Romanian translation
        by Mişu Moldovan <dumol@gnome.ro>

svn path=/trunk/; revision=5752
2007-09-13 07:30:34 +00:00
Laurent Dhima
a99f565fb8 Updated Albanian translation.
* sq.po: Updated Albanian translation.

svn path=/trunk/; revision=5751
2007-09-12 10:48:22 +00:00
Marco Barisione
324ee4c07c fix a typo in the previous commit. (#475854, comment #4)
2007-09-11  Marco Barisione <marco@barisione.org>
	* configure.in: fix a typo in the previous commit. (#475854, comment
	#4)

svn path=/trunk/; revision=5750
2007-09-11 20:22:18 +00:00
Marco Barisione
3c4e0759d6 propagate the pcre flags to libglib and not to all parts of glib.
2007-09-11  Marco Barisione <marco@barisione.org>

	* glib/Makefile.am:
	* configure.in: propagate the pcre flags to libglib and not to all
	parts of glib. (#475854, dmacks@netspace.org)

svn path=/trunk/; revision=5749
2007-09-11 20:10:31 +00:00
Matthias Clasen
f4a8a220b5 Add arm atomic operations
svn path=/trunk/; revision=5748
2007-09-11 04:16:59 +00:00
Matthias Clasen
dd5ef3f9f8 Add an example
svn path=/trunk/; revision=5747
2007-09-11 04:04:51 +00:00
Marco Barisione
6273407af6 change the type of ref_count from guint to gint, so we can remove some
2007-09-10  Marco Barisione <marco@barisione.org>

	* glib/gregex.c: change the type of ref_count from guint to gint, so
	we can remove some ugly casts.

svn path=/trunk/; revision=5746
2007-09-10 16:27:38 +00:00
Marco Barisione
4356f18a3d use pcre_get_stringnumber() in get_matched_substring_number() if
2007-09-10  Marco Barisione <marco@barisione.org>

	* glib/gregex.c: use pcre_get_stringnumber() in
	get_matched_substring_number() if G_REGEX_DUPNAMES was not set.
	(#444765, Yevgen Muntyan)

svn path=/trunk/; revision=5745
2007-09-10 16:20:51 +00:00
Luca Ferretti
d5e5904c7c Updated Italian translation.
2007-09-10  Luca Ferretti  <elle.uca@libero.it>

	* it.po: Updated Italian translation.


svn path=/trunk/; revision=5744
2007-09-10 16:02:23 +00:00
Marco Barisione
963a7572c0 bump PCRE requirement to version 7.2.
2007-09-10  Marco Barisione <marco@barisione.org>

	* configure.in: bump PCRE requirement to version 7.2.

svn path=/trunk/; revision=5743
2007-09-10 15:30:00 +00:00
Marco Barisione
eb5d1e18b1 define PCRE_ERROR_NULLWSLIMIT if it's not defined by PCRE, has PCRE 7.3
2007-09-10  Marco Barisione <marco@barisione.org>

	* glib/gregex.c: define PCRE_ERROR_NULLWSLIMIT if it's not defined by
	PCRE, has PCRE 7.3 removed this definition. (#475474)

svn path=/trunk/; revision=5742
2007-09-10 15:17:19 +00:00
Behdad Esfahbod
78b57664f5 Improve G_BREAKPOINT docs. (#474899)
2007-09-09  Behdad Esfahbod  <behdad@gnome.org>

        * glib/tmpl/warnings.sgml: Improve G_BREAKPOINT docs. (#474899)


svn path=/trunk/; revision=5741
2007-09-09 20:06:04 +00:00
Maxim Dziumanenko
1720335e7a Update Ukrainian translation.
2007-09-07 Maxim Dziumanenko <dziumanenko@gmail.com>

	* Update Ukrainian translation.

svn path=/trunk/; revision=5740
2007-09-07 11:14:42 +00:00
Amanpreet Singh Alam
ebebc2ee68 updating for Punjabi
svn path=/trunk/; revision=5739
2007-09-07 01:30:51 +00:00
Nickolay V. Shmyrev
b296942098 Updated Russian translation
2007-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* ru.po: Updated Russian translation


svn path=/trunk/; revision=5738
2007-09-06 22:53:47 +00:00
Goran Rakic
7f5e52501f Updated Serbian translation
svn path=/trunk/; revision=5737
2007-09-06 19:10:40 +00:00
Vincent van Adrighem
0a27593648 Translation updated by Tino Meinen.
2007-09-05  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=5736
2007-09-05 20:38:26 +00:00
Behdad Esfahbod
2f14244e24 Fix header inclusion. (#473879, Peter Kjellerstedt)
2007-09-05  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gregex.c: Fix header inclusion. (#473879, Peter Kjellerstedt)


svn path=/trunk/; revision=5735
2007-09-05 15:44:52 +00:00
Kenneth Nielsen
ff3b2b88c7 Updated Danish translation
svn path=/trunk/; revision=5734
2007-09-04 21:02:23 +00:00
Yang Zhang
0a73292461 Updated zh_CN translation from yiest
svn path=/trunk/; revision=5733
2007-09-04 12:30:02 +00:00
Clytie Siddall
1fbafad0df 2007-09-03 vi.po Updated Vietnamese translation
Clytie Siddall <clytie@riverland.net.au>

svn path=/trunk/; revision=5732
2007-09-03 13:26:07 +00:00
Stéphane Raimbault
33e584c4cc Updated French translation.
svn path=/trunk/; revision=5731
2007-09-03 10:05:49 +00:00
Yannig MARCHEGAY
2ca238f1ef Updated Occitan translation
svn path=/trunk/; revision=5730
2007-09-01 20:25:21 +00:00
Luca Ferretti
34faa1756c Updated Italian translation.
2007-08-31  Luca Ferretti  <elle.uca@libero.it>

        * it.po: Updated Italian translation.


svn path=/trunk/; revision=5729
2007-08-31 20:34:12 +00:00
Pramod Raghavendra
c8d80484c9 Updated kn translations
svn path=/trunk/; revision=5728
2007-08-31 10:45:17 +00:00
Pramod Raghavendra
edf6ae5a70 Updated kn translations
svn path=/trunk/; revision=5727
2007-08-31 10:45:02 +00:00
Stéphane Raimbault
58cae21394 Updated French translation by Stéphane Raimbault and Claude Paroz.
svn path=/trunk/; revision=5726
2007-08-29 22:44:57 +00:00
Tim Janik
37dbc09080 fixed compiler warning about loosing volatile qualifier, bug #457641.
Wed Aug 29 12:08:40 2007  Tim Janik  <timj@imendio.com>

        * glib/gthread.h (g_once_init_enter): fixed compiler warning about
        loosing volatile qualifier, bug #457641.



svn path=/trunk/; revision=5725
2007-08-29 10:09:30 +00:00
Tim Janik
b3e7ac276e clarified alignment expectations for g_slice_alloc().
Tue Aug 28 19:04:12 2007  Tim Janik  <timj@gtk.org>                                                                                                           
                                                                                                                                                              
        * glib/tmpl/memory_slices.sgml: clarified alignment                                                                                                   
        expectations for g_slice_alloc().                                                                                                                     
                                                                                                                                                              


svn path=/trunk/; revision=5724
2007-08-28 17:05:13 +00:00
Josep Puigdemont i Casamajó
e719474ee5 Updated Catalan translation.
svn path=/trunk/; revision=5723
2007-08-26 21:52:01 +00:00
Alexander Shopov
80a3b86be9 Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2007-08-26  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Alexander Shopov <ash@contact.bg>

svn path=/trunk/; revision=5722
2007-08-26 18:14:17 +00:00
Raphael Higino
218bcea47b Updated Brazilian Portuguese translation
svn path=/trunk/; revision=5721
2007-08-26 13:34:20 +00:00
Michael Natterer
8a442ede82 make g_slice_copy() take a gconstpointer instead of a gpointer.
2007-08-24  Michael Natterer  <mitch@imendio.com>

	* glib/gslice.[ch]: make g_slice_copy() take a gconstpointer
	instead of a gpointer.


svn path=/trunk/; revision=5720
2007-08-24 14:40:14 +00:00
Cody Russell
0a4b663771 Fixing my changelog
svn path=/trunk/; revision=5719
2007-08-22 20:42:57 +00:00
Cody Russell
609931a1d7 Fixing my changelog
svn path=/trunk/; revision=5718
2007-08-22 20:42:15 +00:00
Cody Russell
2ffcf767a2 Update fix for #469051
svn path=/trunk/; revision=5717
2007-08-22 19:31:27 +00:00
Cody Russell
ae70a4e5af Document g_snprintf to return "bytes" rather than "characters".
2007-08-22  Cody Russell  <bratsche@gnome.org>

        * glib/gprintf.c: Document g_snprintf to return "bytes" rather
        than "characters".


svn path=/trunk/; revision=5716
2007-08-22 17:25:59 +00:00
Yannig MARCHEGAY
c77d24318d Updated Occitan translation
svn path=/trunk/; revision=5715
2007-08-22 10:58:26 +00:00
Yannig MARCHEGAY
a175c08d85 Updated Occitan translation
svn path=/trunk/; revision=5714
2007-08-21 10:59:42 +00:00
Behdad Esfahbod
9d6ace02aa 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
2007-08-21 02:51:11 +00:00