4325 Commits

Author SHA1 Message Date
Djihed Afifi
679071ac7f Updated Arabic Translation by Djihed Afifi.
svn path=/branches/glib-2-12/; revision=5791
2007-10-21 16:46:26 +00:00
Djihed Afifi
9fb62b6f48 Updated Arabic Translation by Djihed Afifi.
svn path=/branches/glib-2-12/; revision=5773
2007-09-17 10:42:59 +00:00
Djihed Afifi
b70e838893 Updated Arabic Translation by Khaled Hosny.
svn path=/branches/glib-2-12/; revision=5753
2007-09-13 22:48:26 +00:00
Matthias Clasen
99d2cb43db Bump version
svn path=/branches/glib-2-12/; revision=5642
2007-07-16 19:52:48 +00:00
Matthias Clasen
2c30bb15a5 2.12.13
svn path=/branches/glib-2-12/; revision=5640
GLIB_2_12_13
2007-07-16 19:32:04 +00:00
Matthias Clasen
b07b0897fa Updates
svn path=/branches/glib-2-12/; revision=5639
2007-07-16 19:01:09 +00:00
Matthias Clasen
57c0dcfd9e Fix a small problem with msgfmt -c detection
svn path=/branches/glib-2-12/; revision=5607
2007-07-09 05:22:36 +00:00
Matthias Clasen
b300bf53b2 Handle all states. (#454473)
2007-07-07  Matthias Clasen  <mclasen@redhat.com>

        * glib/gmarkup.c (g_markup_parse_context_end_parse): Handle
        all states.  (#454473)



svn path=/branches/glib-2-12/; revision=5605
2007-07-08 00:20:45 +00:00
Tor Lillqvist
8354a3eac4 When WSAEnumNetworkEvents() signals FD_CONNECT that means that the
2007-07-06  Tor Lillqvist  <tml@novell.com>

	* glib/giowin32.c (g_io_win32_check): When WSAEnumNetworkEvents()
	signals FD_CONNECT that means that the connection attempt
	finished, either successfully or failed. Test explicitly whether
	the connnection succeeded and set either G_IO_OUT if it did,
	G_IO_ERR|G_IO_HUP if it failed.

	Make sure we never set both G_IO_OUT and G_IO_HUP simultaneously
	because in Unix poll(2) POLLOUT and POLLHUP are mutually
	exclusive.

	Ignore whether the caller wants to watch G_IO_HUP or not, always
	select for FD_CLOSE because Unix poll(2) also ignores whether
	POLLHUP in set the requested events bitmask or not.


svn path=/branches/glib-2-12/; revision=5599
2007-07-06 00:58:21 +00:00
Sebastian Wilhelmi
25d49e43cc Extended the comments on those functions, that are NOOPs, before
2007-06-15  Sebastian Wilhelmi  <wilhelmi@google.com>

	* docs/reference/glib/tmpl/threads.sgml: Extended the comments on
	those functions, that are NOOPs, before g_thread_init() has been
	called. (#447583)

	* glib/gthread.c (g_static_mutex_free): Clarified comment to
	remind myself, tha calling g_static_mutex_free() before
	g_thread_init() is safe.


svn path=/branches/glib-2-12/; revision=5568
2007-06-15 17:19:01 +00:00
Cody Russell
528be68c00 Merge from trunk:
2007-06-15  Cody Russell  <cody@jhu.edu>

	Merge from trunk:

	* gobject/gtype.c (g_type_class_add_private): Check for 0-sized
	private data. (#443869)


svn path=/branches/glib-2-12/; revision=5562
2007-06-15 06:33:14 +00:00
Tor Lillqvist
5acfdc7ca2 Update doc comments. Mention that it is not recommeded to use the Registry
2007-06-11  Tor Lillqvist  <tml@novell.com>

	* glib/gwin32.c (g_win32_get_package_installation_directory)
	(g_win32_get_package_installation_subdirectory): Update doc
	comments. Mention that it is not recommeded to use the Registry
	features.


svn path=/branches/glib-2-12/; revision=5548
2007-06-11 08:02:03 +00:00
Behdad Esfahbod
7cbbe5657a Update to Markus Kuhn's updated wcwidth for Unicode 5.0.
2007-05-25  Behdad Esfahbod  <behdad@gnome.org>

        * glib/guniprop.c (g_unichar_iswide), (g_unichar_iswide_cjk):
        Update to Markus Kuhn's updated wcwidth for Unicode 5.0.


svn path=/branches/glib-2-12/; revision=5516
2007-05-25 17:21:46 +00:00
Matthias Clasen
aef78e7a3b fix a merge accident
svn path=/branches/glib-2-12/; revision=5495
2007-05-16 12:29:34 +00:00
Matthias Clasen
9be12a023f Bump version
svn path=/branches/glib-2-12/; revision=5473
2007-05-01 23:49:07 +00:00
Matthias Clasen
0fc2f65aff 2.12.12
svn path=/branches/glib-2-12/; revision=5471
GLIB_2_12_12
2007-05-01 23:46:30 +00:00
Matthias Clasen
790c3de422 Updates
svn path=/branches/glib-2-12/; revision=5470
2007-05-01 23:14:27 +00:00
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