Michael Natterer [Thu, 8 Nov 2007 11:11:39 +0000 (11:11 +0000)]
Added missing ChangeLog
svn path=/trunk/; revision=5822
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
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
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
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
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
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
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
Matthias Clasen [Thu, 8 Nov 2007 02:54:39 +0000 (02:54 +0000)]
Use automake 1.9
svn path=/trunk/; revision=5814
Matthias Clasen [Thu, 8 Nov 2007 02:48:35 +0000 (02:48 +0000)]
Fix a typo
svn path=/trunk/; revision=5813
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
Matthias Clasen [Thu, 8 Nov 2007 01:59:15 +0000 (01:59 +0000)]
Split ChangeLog
svn path=/trunk/; revision=5811
Matthias Clasen [Wed, 7 Nov 2007 16:44:21 +0000 (16:44 +0000)]
Improve docs
svn path=/trunk/; revision=5807
Matthias Clasen [Wed, 7 Nov 2007 16:27:41 +0000 (16:27 +0000)]
Fix builddir != srcdir
svn path=/trunk/; revision=5806
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
Matthias Clasen [Wed, 7 Nov 2007 06:02:46 +0000 (06:02 +0000)]
Bump version
svn path=/trunk/; revision=5804
Matthias Clasen [Wed, 7 Nov 2007 05:42:02 +0000 (05:42 +0000)]
2.14.3
svn path=/trunk/; revision=5802
Matthias Clasen [Wed, 7 Nov 2007 05:12:13 +0000 (05:12 +0000)]
Updates
svn path=/trunk/; revision=5801
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
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
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
Matej Urbančič [Wed, 24 Oct 2007 10:51:01 +0000 (10:51 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=5797
Djihed Afifi [Tue, 23 Oct 2007 20:57:54 +0000 (20:57 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=5796
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
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
Djihed Afifi [Sun, 21 Oct 2007 19:21:53 +0000 (19:21 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=5793
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
Ihar Hrachyshka [Thu, 18 Oct 2007 21:34:12 +0000 (21:34 +0000)]
Updated Belarusian Latin translation
svn path=/trunk/; revision=5790
Matthias Clasen [Wed, 17 Oct 2007 05:11:06 +0000 (05:11 +0000)]
Bump version
svn path=/trunk/; revision=5789
Matthias Clasen [Wed, 17 Oct 2007 03:32:16 +0000 (03:32 +0000)]
Small doc update
svn path=/trunk/; revision=5788
Matthias Clasen [Tue, 16 Oct 2007 06:33:50 +0000 (06:33 +0000)]
2.14.2
svn path=/trunk/; revision=5786
Matthias Clasen [Tue, 16 Oct 2007 05:42:16 +0000 (05:42 +0000)]
Updates
svn path=/trunk/; revision=5785
Matthias Clasen [Tue, 16 Oct 2007 05:35:23 +0000 (05:35 +0000)]
Improve g_value_set_object docs
svn path=/trunk/; revision=5784
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
Yair Hershkovitz [Mon, 15 Oct 2007 21:00:52 +0000 (21:00 +0000)]
updated hebrew translation
svn path=/trunk/; revision=5782
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
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
Ignacio Casal Quinteiro [Sun, 30 Sep 2007 19:04:13 +0000 (19:04 +0000)]
Updated Galician Translation.
svn path=/trunk/; revision=5779
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
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
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
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
Djihed Afifi [Mon, 17 Sep 2007 10:48:13 +0000 (10:48 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=5774
Matthias Clasen [Sun, 16 Sep 2007 19:51:16 +0000 (19:51 +0000)]
Bump version
svn path=/trunk/; revision=5772
Matthias Clasen [Sun, 16 Sep 2007 19:49:44 +0000 (19:49 +0000)]
2.14.1
svn path=/trunk/; revision=5770
Matthias Clasen [Sun, 16 Sep 2007 18:32:51 +0000 (18:32 +0000)]
Fix doc formatting
svn path=/trunk/; revision=5769
Matthias Clasen [Sun, 16 Sep 2007 18:04:19 +0000 (18:04 +0000)]
Remove trio reference
svn path=/trunk/; revision=5768
Matthias Clasen [Sun, 16 Sep 2007 18:03:57 +0000 (18:03 +0000)]
Updates
svn path=/trunk/; revision=5767
Matthias Clasen [Sun, 16 Sep 2007 17:30:57 +0000 (17:30 +0000)]
Fix a doc formatting problem
svn path=/trunk/; revision=5766
Matthias Clasen [Sun, 16 Sep 2007 16:43:58 +0000 (16:43 +0000)]
Updates
svn path=/trunk/; revision=5765
Matthias Clasen [Sun, 16 Sep 2007 16:24:26 +0000 (16:24 +0000)]
Updates
svn path=/trunk/; revision=5764
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
Matthias Clasen [Sun, 16 Sep 2007 15:48:11 +0000 (15:48 +0000)]
Fix static build against system pcre
svn path=/trunk/; revision=5762
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
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
Matthias Clasen [Sun, 16 Sep 2007 06:04:36 +0000 (06:04 +0000)]
Updates
svn path=/trunk/; revision=5759
Artur Flinta [Sat, 15 Sep 2007 16:56:32 +0000 (16:56 +0000)]
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
15:07:28 Tim Janik [Fri, 14 Sep 2007 13:28:07 +0000 (13:28 +0000)]
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
Vladimer Sichinava [Fri, 14 Sep 2007 10:13:10 +0000 (10:13 +0000)]
Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
svn path=/trunk/; revision=5756
Gabor Kelemen [Fri, 14 Sep 2007 07:39:09 +0000 (07:39 +0000)]
Translation updated.
2007-09-14 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=5755
David Lodge [Fri, 14 Sep 2007 06:10:49 +0000 (06:10 +0000)]
Update en_GB translation
svn path=/trunk/; revision=5754
Mugurel Tudor [Thu, 13 Sep 2007 07:30:34 +0000 (07:30 +0000)]
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
Laurent Dhima [Wed, 12 Sep 2007 10:48:22 +0000 (10:48 +0000)]
Updated Albanian translation.
* sq.po: Updated Albanian translation.
svn path=/trunk/; revision=5751
Marco Barisione [Tue, 11 Sep 2007 20:22:18 +0000 (20:22 +0000)]
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
Marco Barisione [Tue, 11 Sep 2007 20:10:31 +0000 (20:10 +0000)]
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
Matthias Clasen [Tue, 11 Sep 2007 04:16:59 +0000 (04:16 +0000)]
Add arm atomic operations
svn path=/trunk/; revision=5748
Matthias Clasen [Tue, 11 Sep 2007 04:04:51 +0000 (04:04 +0000)]
Add an example
svn path=/trunk/; revision=5747
Marco Barisione [Mon, 10 Sep 2007 16:27:38 +0000 (16:27 +0000)]
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
Marco Barisione [Mon, 10 Sep 2007 16:20:51 +0000 (16:20 +0000)]
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
Luca Ferretti [Mon, 10 Sep 2007 16:02:23 +0000 (16:02 +0000)]
Updated Italian translation.
2007-09-10 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=5744
Marco Barisione [Mon, 10 Sep 2007 15:30:00 +0000 (15:30 +0000)]
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
Marco Barisione [Mon, 10 Sep 2007 15:17:19 +0000 (15:17 +0000)]
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
Behdad Esfahbod [Sun, 9 Sep 2007 20:06:04 +0000 (20:06 +0000)]
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
Maxim Dziumanenko [Fri, 7 Sep 2007 11:14:42 +0000 (11:14 +0000)]
Update Ukrainian translation.
2007-09-07 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
svn path=/trunk/; revision=5740
Amanpreet Singh Alam [Fri, 7 Sep 2007 01:30:51 +0000 (01:30 +0000)]
updating for Punjabi
svn path=/trunk/; revision=5739
Nickolay V. Shmyrev [Thu, 6 Sep 2007 22:53:47 +0000 (22:53 +0000)]
Updated Russian translation
2007-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation
svn path=/trunk/; revision=5738
Goran Rakic [Thu, 6 Sep 2007 19:10:40 +0000 (19:10 +0000)]
Updated Serbian translation
svn path=/trunk/; revision=5737
Vincent van Adrighem [Wed, 5 Sep 2007 20:38:26 +0000 (20:38 +0000)]
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
Behdad Esfahbod [Wed, 5 Sep 2007 15:44:52 +0000 (15:44 +0000)]
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
Kenneth Nielsen [Tue, 4 Sep 2007 21:02:23 +0000 (21:02 +0000)]
Updated Danish translation
svn path=/trunk/; revision=5734
Yang Zhang [Tue, 4 Sep 2007 12:30:02 +0000 (12:30 +0000)]
Updated zh_CN translation from yiest
svn path=/trunk/; revision=5733
Clytie Siddall [Mon, 3 Sep 2007 13:26:07 +0000 (13:26 +0000)]
2007-09-03 vi.po Updated Vietnamese translation
Clytie Siddall <clytie@riverland.net.au>
svn path=/trunk/; revision=5732
Stéphane Raimbault [Mon, 3 Sep 2007 10:05:49 +0000 (10:05 +0000)]
Updated French translation.
svn path=/trunk/; revision=5731
Yannig MARCHEGAY [Sat, 1 Sep 2007 20:25:21 +0000 (20:25 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=5730
Luca Ferretti [Fri, 31 Aug 2007 20:34:12 +0000 (20:34 +0000)]
Updated Italian translation.
2007-08-31 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=5729
Pramod Raghavendra [Fri, 31 Aug 2007 10:45:17 +0000 (10:45 +0000)]
Updated kn translations
svn path=/trunk/; revision=5728
Pramod Raghavendra [Fri, 31 Aug 2007 10:45:02 +0000 (10:45 +0000)]
Updated kn translations
svn path=/trunk/; revision=5727
Stéphane Raimbault [Wed, 29 Aug 2007 22:44:57 +0000 (22:44 +0000)]
Updated French translation by Stéphane Raimbault and Claude Paroz.
svn path=/trunk/; revision=5726
Tim Janik [Wed, 29 Aug 2007 10:09:30 +0000 (10:09 +0000)]
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
Tim Janik [Tue, 28 Aug 2007 17:05:13 +0000 (17:05 +0000)]
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
Josep Puigdemont i Casamajó [Sun, 26 Aug 2007 21:52:01 +0000 (21:52 +0000)]
Updated Catalan translation.
svn path=/trunk/; revision=5723
Alexander Shopov [Sun, 26 Aug 2007 18:14:17 +0000 (18:14 +0000)]
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
Raphael Higino [Sun, 26 Aug 2007 13:34:20 +0000 (13:34 +0000)]
Updated Brazilian Portuguese translation
svn path=/trunk/; revision=5721
Michael Natterer [Fri, 24 Aug 2007 14:40:14 +0000 (14:40 +0000)]
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
Cody Russell [Wed, 22 Aug 2007 20:42:57 +0000 (20:42 +0000)]
Fixing my changelog
svn path=/trunk/; revision=5719
Cody Russell [Wed, 22 Aug 2007 20:42:15 +0000 (20:42 +0000)]
Fixing my changelog
svn path=/trunk/; revision=5718
Cody Russell [Wed, 22 Aug 2007 19:31:27 +0000 (19:31 +0000)]
Update fix for #469051
svn path=/trunk/; revision=5717
Cody Russell [Wed, 22 Aug 2007 17:25:59 +0000 (17:25 +0000)]
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
Yannig MARCHEGAY [Wed, 22 Aug 2007 10:58:26 +0000 (10:58 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=5715
Yannig MARCHEGAY [Tue, 21 Aug 2007 10:59:42 +0000 (10:59 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=5714