3574 Commits

Author SHA1 Message Date
Tor Lillqvist
b567a27756 Free with free() and not g_free() what has been allocated with calloc().
2006-05-03  Tor Lillqvist  <tml@novell.com>

	* gthread-win32.c (g_thread_exit_win32_impl): Free with free() and
	not g_free() what has been allocated with calloc(). (#340530, Jake
	Goulding)
2006-05-03 14:47:40 +00:00
Pema Geyleg
99bd4aadd4 *** empty log message *** 2006-04-02 16:00:50 +00:00
Guntupalli Karunakar
5bc2a9cb85 Added Dzongkha translation 2006-03-30 15:33:04 +00:00
Gora Mohanty
eb6aebdcbd po/or.po: Updated Oriya translation.
po/Changelog: Changed to reflect this.
2006-03-20 21:15:18 +00:00
Tor Lillqvist
f4a0b10aaf Make the implementation of GPrivate behave more closely as in POSIX
2006-02-20  Tor Lillqvist  <tml@novell.com>

	* gthread-win32.c (g_thread_exit_win32_impl): Make the
	implementation of GPrivate behave more closely as in POSIX
	threads: The value associacted with a GPrivate must be set to NULL
	before calling the destructor. (The destructor gets the original
	value as argument.)  A destructor might re-associate a non-NULL
	value with some GPrivate. To deal with this, if after all
	destructors have been called, there still are some non-NULL
	values, the process is repeated. (#331367)
2006-02-20 02:49:12 +00:00
Sebastian Wilhelmi
de9cc5daf1 Fix deadlock when signalling the thread which freed a thread pool
2006-02-15  Sebastian Wilhelmi  <seppi@seppi.de>

	* glib/gthreadpool.c: Fix deadlock when signalling the thread
	which freed a thread pool (#331110, Chris Wilson).
2006-02-15 22:22:26 +00:00
Tor Lillqvist
f228d40dec Document some Windows-specific issues.
2006-02-14  Tor Lillqvist  <tml@novell.com>

	* glib/tmpl/iochannels.sgml: Document some Windows-specific issues.

	* glib/glib-sections.txt: Move three Windows-specific functions
	that now are documented from being Private to the correct section.
2006-02-13 23:55:27 +00:00
David Schleef
d090ac3df4 Update URL
2006-01-30  David Schleef  <ds@schleef.org>

        * glib/grand.c: Update URL
2006-01-30 18:34:13 +00:00
Matthias Clasen
ce5167a647 Use UTF-16LE as target encoding on all little-endian systems. (#143380,
2006-01-24  Matthias Clasen  <mclasen@redhat.com>

	* tests/unicode-encoding.c: Use UTF-16LE as target encoding
	on all little-endian systems.  (#143380, Marc Moorcroft)
2006-01-24 15:29:27 +00:00
Matthias Clasen
549d71b659 Change the shared libary extension for hpux-ia64 to so. (#328253, The
2006-01-23  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Change the shared libary extension for hpux-ia64
	to so.  (#328253, The Written Word)
2006-01-24 05:07:53 +00:00
Gabor Kelemen
9dda61725f Hungarian translation updated.
2006-01-22  Gabor Kelemen  <kelemeng@gnome.hu>

	* hu.po: Hungarian translation updated.
2006-01-22 18:25:51 +00:00
Funda Wang
1485f2634f Updated glib translation. 2006-01-21 14:32:56 +00:00
Matthias Clasen
5232837a3a Bump version 2006-01-18 17:34:47 +00:00
Matthias Clasen
2601c4229c 2.8.6 GLIB_2_8_6 2006-01-18 17:21:12 +00:00
Matthias Clasen
e60c61b825 Make g_object_compat_control() visible for GTK+ compilation, to avoid
2006-01-18  Matthias Clasen  <mclasen@redhat.com>

	* gobject.h: Make g_object_compat_control() visible
	for GTK+ compilation, to avoid segfaults on 64bit
	platforms.
2006-01-18 16:05:25 +00:00
Matthias Clasen
f506078608 Correct a g_new0() call. (#327421, Morten Welinder)
2006-01-17  Matthias Clasen  <mclasen@redhat.com>

	* glib/gkeyfile.c (g_key_file_get_groups): Correct a g_new0()
	call.  (#327421, Morten Welinder)
2006-01-18 03:53:25 +00:00
Sven Neumann
43946baac4 these files were corrupt, replaced with versions from the HEAD branch 2006-01-17 15:58:59 +00:00
Matthias Clasen
209cecf383 Don't test items_read and items_written in error cases where it is not
2006-01-11  Matthias Clasen  <mclasen@redhat.com>

	* tests/convert-test.c: Don't test items_read and
	items_written in error cases where it is not set.
2006-01-11 16:52:42 +00:00
Christian Rose
4488a8b42f Updated Swedish translation.
2006-01-08  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2006-01-08 20:08:52 +00:00
Josep Puigdemont i Casamajó
b194ad2f35 Updated Catalan translation. 2006-01-06 12:42:56 +00:00
Takeshi AIHANA
448108cc72 Updated Japanese translation for v2.8.5.
2006-01-04  Takeshi AIHANA <aihana@gnome.gr.jp>

	* ja.po: Updated Japanese translation for v2.8.5.
2006-01-04 04:36:08 +00:00
Abel Cheung
681f70b1f6 Added "ml" "zh_HK" to ALL_LINGUAS.
2006-01-04  Abel Cheung  <maddog@linuxhall.org>

	* configure.in: Added "ml" "zh_HK" to ALL_LINGUAS.
2006-01-04 02:29:29 +00:00
Kwok-Koon Cheung
7427f388b1 New Chinese (Hong Kong) translation Updated Chinese (Taiwan) translation
* zh_HK.po: New Chinese (Hong Kong) translation
	* zh_TW.po: Updated Chinese (Taiwan) translation
2006-01-04 02:26:30 +00:00
Matthias Clasen
8cab12e2c2 2.8.5 GLIB_2_8_5 2006-01-03 15:45:27 +00:00
Tor Lillqvist
44d277efc0 Set the GIOChannels for stdout and stderr to unbuffered. Otherwise the
2006-01-01  Tor Lillqvist  <tml@novell.com>

	* glib/gspawn-win32.c (g_spawn_sync_utf8): Set the GIOChannels for
	stdout and stderr to unbuffered. Otherwise the giochannel layer
	will try to read from them regardless whether the
	g_io_channel_win32_poll() call here has indicated
	readability or not. (#325310)
2006-01-01 11:09:10 +00:00
Clytie Siddall
3f3ad933b4 vi.po: Updated Vietnamese translation. 2006-01-01 04:34:17 +00:00
Ilkka Tuohela
513eebff03 Updated Finnish translation 2005-12-30 18:03:30 +00:00
Matthias Clasen
017584f9d3 Fix a copy-and-paste error in the docs. (#325273, Declan Naughton)
2005-12-29  Matthias Clasen  <mclasen@redhat.com>

	* glib/gutils.c (glib_check_version): Fix a copy-and-paste error
	in the docs.  (#325273, Declan Naughton)
2005-12-30 02:09:56 +00:00
Matthias Clasen
42c51f8519 Updates 2005-12-26 05:23:55 +00:00
Amanpreet Singh Alam
1dee35f5a0 update for Change for 1 string in glib (Punjabi (Gurmukhi) 2005-12-26 04:44:05 +00:00
Funda Wang
eadaa2c8a6 Updated glib 2.8.x translation. 2005-12-25 03:24:08 +00:00
Adam Weinberger
3ae13fee7f Updated Canadian English translation.
2005-12-23  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Updated Canadian English translation.
2005-12-23 07:36:00 +00:00
Vincent van Adrighem
cf3ba90ee5 Translation updated by Tino Meinen.
2005-12-22  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.
2005-12-22 21:38:37 +00:00
Vincent van Adrighem
d523780dc0 Translation updated by Tino Meinen.
2005-12-22  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.
2005-12-22 21:35:47 +00:00
Tim Janik
715dc30679 added g_object_compat_control().
Thu Dec 22 16:33:49 2005  Tim Janik  <timj@imendio.com>

        * gobject.[hc]: added g_object_compat_control().
2005-12-22 15:36:57 +00:00
Alexander Shopov
3a4405a0f2 Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2005-12-21  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Alexander Shopov <ash@contact.bg>
2005-12-21 13:05:35 +00:00
Francisco Javier F. Serrador
2009441e90 Updated Spanish translation.
2005-12-21  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2005-12-21 02:06:47 +00:00
Clytie Siddall
902fd2bbff vi.po: Updated Vietnamese translation. 2005-12-20 12:17:50 +00:00
Christophe Merlet
4ed3719d94 Updated French translation. 2005-12-19 18:36:10 +00:00
Ankitkumar Rameshchandra Patel
6487f6b550 Updated Gujarati Translaiton 2005-12-19 05:15:29 +00:00
Ignacio Casal Quinteiro
df0ceeccaf *** empty log message *** 2005-12-18 12:14:16 +00:00
Matthias Clasen
23fd9cffdc Set an error in all failure cases. (#324332, Tim-Philipp Müller)
2005-12-17  Matthias Clasen  <mclasen@redhat.com>

        * glib/goption.c (parse_short_option): Set an error in all
        failure cases.  (#324332, Tim-Philipp Müller)
2005-12-18 02:48:13 +00:00
Sebastian Wilhelmi
9122d21e65 Fix memory barrier position in g_atomic_int_get and g_atomic_pointer_get.
2005-12-17  Sebastian Wilhelmi  <seppi@seppi.de>

	* glib/gatomic.c: Fix memory barrier position in g_atomic_int_get
	and g_atomic_pointer_get.
2005-12-17 12:26:54 +00:00
Tor Lillqvist
c4cbaa8641 Look up prefix at run-time on Win32, assuming the standard directory
2005-12-07  Tor Lillqvist  <tml@novell.com>

	* glib-gettextize.in: Look up prefix at run-time on Win32,
	assuming the standard directory structure with glib-gettextize in
	$prefix/bin.
2005-12-07 03:52:01 +00:00
Matthias Clasen
80dff1aa8d Use G_FLAGS_CLASS_TYPE. (#323273, Kalle Vahlman)
2005-12-05  Matthias Clasen  <mclasen@redhat.com>

	* genums.h (G_FLAGS_CLASS_TYPE_NAME): Use G_FLAGS_CLASS_TYPE.
	(#323273, Kalle Vahlman)
2005-12-05 18:03:02 +00:00
Tor Lillqvist
77975ee754 Don't call g_path_skip_root() unless the path is absolute.
2005-12-01  Tor Lillqvist  <tml@novell.com>

	* glib/gstdio.c (g_rename): Don't call g_path_skip_root()
	unless the path is absolute.
2005-12-01 04:30:30 +00:00
Tor Lillqvist
9dd3d90f53 g_rename() doc comment update. 2005-12-01 04:07:01 +00:00
Tor Lillqvist
1b5d3fe981 In the Win32 implementation, strip trailing slash(es) for non-root
2005-12-01  Tor Lillqvist  <tml@novell.com>

	* glib/gstdio.c (g_stat): In the Win32 implementation, strip
	trailing slash(es) for non-root folders. stat() fails if non-root
	folders are specified with trailing slashes. It's too much hassle
	to demand that callers strip such slashes themselves, especially
	as it is easy to get it wrong and strip the slash of a root
	folder.
	(g_rename): On NT-based Windows, use MoveFileEx() with
	MOVEFILE_REPLACE_EXISTING to better match Unix behaviour.
2005-12-01 04:02:40 +00:00
Matthias Clasen
1e2386e7d3 Don't read beyond len. (#322520, Christian Persch)
2005-11-27  Matthias Clasen  <mclasen@redhat.com>

	* glib/gunicollate.c (g_utf8_collate_key_for_filename):
	Don't read beyond len.  (#322520, Christian Persch)
2005-11-27 20:14:41 +00:00
Ales Nyakhaychyk
b47ec6afa2 Updated Belarusian Translation 2005-11-21 16:00:22 +00:00