4308 Commits

Author SHA1 Message Date
Tor Lillqvist
c459ff8aa5 Document that the mode argument is ignored on Windows (g_stat): Document
2007-04-27  Tor Lillqvist  <tml@novell.com>

	* glib/gstdio.c (g_mkdir): Document that the mode argument is
	ignored on Windows
	(g_stat): Document that st_mode is mostly useless on Windows.


svn path=/branches/glib-2-12/; revision=5462
2007-04-26 23:22:14 +00:00
Michael Natterer
7c5686caba Merge from trunk:
2007-04-25  Michael Natterer  <mitch@imendio.com>

	Merge from trunk:

	* gparamspecs.c (param_string_validate): also clear the
	NOCOPY_CONTENTS flag when replacing NULL with the empty string.


svn path=/branches/glib-2-12/; revision=5459
2007-04-25 08:57:34 +00:00
Michael Natterer
0c2ffdd3c5 Merge from trunk:
2007-04-24  Michael Natterer  <mitch@imendio.com>

	Merge from trunk:

	* gobject/gparamspecs.c (param_string_validate): don't free or
	modify static strings, dup them when needed and clear the
	G_VALUE_NOCOPY_CONTENTS flag. Fixes bug #432895.

	* tests/gobject/paramspec-test.c: test all GParamSpecString
	validations with static and allocated strings.


svn path=/branches/glib-2-12/; revision=5455
2007-04-24 13:47:14 +00:00
Tor Lillqvist
efcb8a67c3 Include the build module using the svn:externals mechanism.
2007-04-15  Tor Lillqvist  <tml@novell.com>

	* build: Include the build module using the svn:externals
	mechanism.

	* Makefile.am
	* configure: Add the references to build back.


svn path=/branches/glib-2-12/; revision=5452
2007-04-15 12:10:31 +00:00
Funda Wang
077fb2d996 Updated Simplified Chinese translation from Yang Zhang.
svn path=/branches/glib-2-12/; revision=5448
2007-04-15 09:40:44 +00:00
Peter Bach
76624b6693 Updated Danish translation
svn path=/branches/glib-2-12/; revision=5447
2007-04-13 13:36:46 +00:00
Inaki Larranaga Murgoitio
0ca1bf6e44 Updated Basque translation.
2007-03-30  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.


svn path=/branches/glib-2-12/; revision=5439
2007-03-30 15:44:51 +00:00
Ignacio Casal Quinteiro
6694312a29 Updated Galician translation.
svn path=/branches/glib-2-12/; revision=5437
2007-03-25 20:22:51 +00:00
Matthias Clasen
e259ce948e Handle missing %RANDOM
svn path=/branches/glib-2-12/; revision=5436
2007-03-23 06:29:40 +00:00
Matthias Clasen
6ef011e5f7 Fix corner-cases of upper/lowercase conversion. (#418217, Denis Jacquerye)
2007-03-22  Matthias Clasen  <mclasen@redhat.com> 

        * glib/guniprop.c: Fix corner-cases of upper/lowercase conversion.
        (#418217, Denis Jacquerye)



svn path=/branches/glib-2-12/; revision=5434
2007-03-23 00:18:36 +00:00
Chris Wilson
e5454d95a6 Merge from trunk:
2007-03-22  Chris Wilson  <chris@chris-wilson.co.uk>

	Merge from trunk:

	* glib/gkeyfile.c: Track whether the last key=value pair in a group
	is a blank line and during to_data() only insert a new blank line
	betweens group in its absence. This allows the beautification of the
	GKeyFile and prevents newlines being inserted indefinitely. (#420686)

	* tests/keyfile-test.c (test_reload_idempotency): Test that after a 
	single beautification pass, g_key_file_to_data() does not alter its
	input data.


svn path=/branches/glib-2-12/; revision=5432
2007-03-22 09:11:27 +00:00
Claudio Saavedra
fc4ce23339 Updated Spanish translation.
2007-03-19  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * es.po: Updated Spanish translation.


svn path=/branches/glib-2-12/; revision=5429
2007-03-19 04:00:09 +00:00
Matthias Clasen
d62b406c38 Warn if the input is too short. (#418862, Halton Huo)
2007-03-16  Matthias Clasen  <mclasen@redhat.com>

        * glib/gbase64.c (g_base64_decode): Warn if the input
        is too short.  (#418862, Halton Huo)



svn path=/branches/glib-2-12/; revision=5418
2007-03-16 19:54:33 +00:00
Takeshi AIHANA
a978934c2a Updated Japanese translation.
2007-03-12  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/branches/glib-2-12/; revision=5401
2007-03-12 15:13:35 +00:00
Felix I
32de9a1796 Updated Translation
svn path=/branches/glib-2-12/; revision=5399
2007-03-12 08:09:06 +00:00
Goran Rakic
15726f0be9 Updated Serbian translation
svn path=/branches/glib-2-12/; revision=5397
2007-03-11 17:58:29 +00:00
Mugurel Tudor
a0582ff935 Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
2007-03-11  Mugurel Tudor  <mugurelu@gnome.ro>

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

svn path=/branches/glib-2-12/; revision=5396
2007-03-10 23:09:54 +00:00
Nickolay V. Shmyrev
3415e536cf Updated Russian translation.
2007-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* ru.po: Updated Russian translation.


svn path=/branches/glib-2-12/; revision=5394
2007-03-10 09:15:01 +00:00
Matthias Clasen
ee42914f9d 2.12.11
svn path=/branches/glib-2-12/; revision=5392
GLIB_2_12_11
2007-03-09 04:41:21 +00:00
Matthias Clasen
438143ad94 Return negative values. (#416062)
2007-03-08  Matthias Clasen  <mclasen@redhat.com>

        * glib/gstrfuncs.c (g_strtoll): Return negative values.
        (#416062)

        * tests/strtoll-test.c: Add more testcases.



svn path=/branches/glib-2-12/; revision=5391
2007-03-09 03:43:30 +00:00
Matthias Clasen
39996df303 Remove leftover debug spew
svn path=/branches/glib-2-12/; revision=5389
2007-03-09 03:05:10 +00:00
Matthias Clasen
06e16be93e === Released 2.12.10 ===
2007-03-07  Matthias Clasen  <mclasen@redhat.com>
	
	* === Released 2.12.10 ===

svn path=/branches/glib-2-12/; revision=5388
2007-03-08 06:52:47 +00:00
Matthias Clasen
8cca639917 Bump version
svn path=/branches/glib-2-12/; revision=5386
2007-03-07 18:48:06 +00:00
Matthias Clasen
5d69810c49 2.12.10
svn path=/branches/glib-2-12/; revision=5384
GLIB_2_12_10
2007-03-07 18:43:05 +00:00
Simos Xenitellis
d0508f222d Updated Greek translation.
svn path=/branches/glib-2-12/; revision=5383
2007-03-07 04:49:23 +00:00
Matthias Clasen
ba5e74dfee Updates
svn path=/branches/glib-2-12/; revision=5382
2007-03-07 04:43:47 +00:00
Jovan Naumovski
34c29f7d42 2007-03-06 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
svn path=/branches/glib-2-12/; revision=5377
2007-03-06 10:28:18 +00:00
Matthias Clasen
dbec2bd1f6 Report more accurate position for invalid UTF-8. (#350802, Simon Budig)
2007-03-06  Matthias Clasen  <mclasen@redhat.com>

        * glib/gmarkup.c (g_markup_parse_context_parse): Report
        more accurate position for invalid UTF-8.  (#350802,
        Simon Budig)



svn path=/branches/glib-2-12/; revision=5374
2007-03-06 07:14:10 +00:00
Matthias Clasen
1929e66919 Add NULL checks to the base64 functions that take pointers. (#399611,
2007-03-06  Matthias Clasen  <mclasen@redhat.com>

        * glib/gbase64.c: Add NULL checks to the base64
        functions that take pointers.  (#399611, Martyn Russell)


svn path=/branches/glib-2-12/; revision=5372
2007-03-06 05:38:14 +00:00
Matthias Clasen
1fe808ccc0 Work with Solaris gettext (#341988, Laszlo Peter)
2007-03-06  Matthias Clasen  <mclasen@redhat.com>

        Work with Solaris gettext (#341988, Laszlo Peter)

        * m4macros/glib-gettext.m4: Make GLIB_WITH_NLS define
        MSGFMT_OPTS if msgfmt supports -c.

        * po/Makefile.in.in: Use MSGFMT_OPTS when calling
        msgfmt.


svn path=/branches/glib-2-12/; revision=5370
2007-03-06 05:25:25 +00:00
Matthias Clasen
4f79c0b387 Apply a patch by Loïc Minier to fix building with -Wl,-z,defs. (#149144)
2007-03-06  Matthias Clasen  <mclasen@Redhat.com>

        * tests/Makefile.am: Apply a patch by Loïc Minier
        to fix building with -Wl,-z,defs.  (#149144)


svn path=/branches/glib-2-12/; revision=5368
2007-03-06 05:05:14 +00:00
Laurent Dhima
da5b91beae Updated Albanian translation.
svn path=/branches/glib-2-12/; revision=5366
2007-03-05 19:12:24 +00:00
Runa Bhattacharjee
a98c4ea991 Added Entry for Bengali India Translation Update
svn path=/branches/glib-2-12/; revision=5365
2007-03-05 10:28:36 +00:00
Runa Bhattacharjee
5a1a228413 Updated Bengali India Translation
svn path=/branches/glib-2-12/; revision=5364
2007-03-05 10:28:10 +00:00
Luca Ferretti
f246f98348 Updated Italian translation.
2007-03-04  Luca Ferretti  <elle.uca@libero.it>

	* it.po: Updated Italian translation.


svn path=/branches/glib-2-12/; revision=5363
2007-03-04 14:23:42 +00:00
Pema Geyleg
776989086c Updated Dzongkha Translation
svn path=/branches/glib-2-12/; revision=5361
2007-03-04 05:13:45 +00:00
Pema Geyleg
0b2fcea702 Updated Dzongkha Translation
svn path=/branches/glib-2-12/; revision=5360
2007-03-04 05:07:03 +00:00
Vincent van Adrighem
493267c6fd Translation updated by Tino Meinen.
2007-03-03  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.

svn path=/branches/glib-2-12/; revision=5359
2007-03-03 21:09:49 +00:00
Vincent van Adrighem
58acac61c3 Translation added by Tino Meinen.
2007-03-03  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation added by Tino Meinen.

svn path=/branches/glib-2-12/; revision=5358
2007-03-03 20:48:05 +00:00
Vincent van Adrighem
bd37ec8d9f Translation added by Tino Meinen.
2007-03-03  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation added by Tino Meinen.

svn path=/branches/glib-2-12/; revision=5357
2007-03-03 20:38:37 +00:00
Ihar Hrachyshka
b90c49f8d3 Added Belarusian Latin translation by Ales Navicki
svn path=/branches/glib-2-12/; revision=5356
2007-03-03 19:16:48 +00:00
Wouter Bolsterlee
f6e2eafde0 Dutch translation updated by Wouter Bolsterlee.
2007-03-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* nl.po: Dutch translation updated by Wouter Bolsterlee.

svn path=/branches/glib-2-12/; revision=5355
2007-03-03 12:26:06 +00:00
Ankitkumar Rameshchandra Patel
06bf0cd165 Updated Translation
svn path=/branches/glib-2-12/; revision=5354
2007-03-02 07:15:30 +00:00
Kwok-Koon Cheung
8303078ca8 Fix changelog
svn path=/branches/glib-2-12/; revision=5351
2007-02-27 18:06:46 +00:00
Kwok-Koon Cheung
8d2da75d75 Updated traditional Chinese translation
svn path=/branches/glib-2-12/; revision=5350
2007-02-27 18:06:04 +00:00
Gintautas Miliauskas
a7d259a270 Updated Lithuanian translation (rinkmena -> failas)
2007-02-22  Gintautas Miliauskas  <gintas@akl.lt>

	* lt.po: Updated Lithuanian translation (rinkmena -> failas)



svn path=/branches/glib-2-12/; revision=5348
2007-02-22 11:53:17 +00:00
Artur Flinta
66651a9389 Updated Polish translation by GNOME PL Team.
2007-02-22  Artur Flinta  <aflinta@cvs.gnome.org>

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


svn path=/branches/glib-2-12/; revision=5346
2007-02-21 23:28:49 +00:00
Ilkka Tuohela
32193380ce Updated Finnish translation
svn path=/branches/glib-2-12/; revision=5345
2007-02-20 05:59:19 +00:00
Artur Flinta
b5dd0bf7e9 Updated Polish translation by GNOME PL Team.
2007-02-18  Artur Flinta  <aflinta@cvs.gnome.org>

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


svn path=/branches/glib-2-12/; revision=5344
2007-02-18 20:56:09 +00:00
Priit Laes
4c208444e5 Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
2007-02-18  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>.

svn path=/branches/glib-2-12/; revision=5343
2007-02-18 10:05:47 +00:00