2714 Commits

Author SHA1 Message Date
Marcel Telka
cffb5f6843 Updated Slovak translation.
2004-01-14  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation.
2005-01-14 05:54:56 +00:00
Tor Lillqvist
e0923069df Require UNC paths to start with exactly two slashes. (g_path_get_dirname):
2004-12-30  Tor Lillqvist  <tml@iki.fi>

	* glib/gutils.c (g_path_skip_root): Require UNC paths to start
	with exactly two slashes.
	(g_path_get_dirname): Handle UNC paths better. Part of fix for
	#161797.
2004-12-30 02:04:41 +00:00
Tor Lillqvist
1a6fe2c7b7 Fix #157255. Also some refactoring of this still very ugly source file.
2004-12-11  Tor Lillqvist  <tml@iki.fi>

	* glib/gspawn-win32.c: Fix #157255. Also some refactoring of this
	still very ugly source file.
2004-12-11 03:28:00 +00:00
Tor Lillqvist
4c61385579 Fix a write to freed memory: Unlock the channel's mutex before unrefing
2004-12-06  Tor Lillqvist  <tml@iki.fi>

	* glib/giowin32.c (g_io_win32_finalize): Fix a write to freed
	memory: Unlock the channel's mutex before unrefing the channel.
2004-12-06 23:43:18 +00:00
Matthias Clasen
56e30f869c Bump version.
2004-12-02  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Bump version.
2004-12-02 21:33:33 +00:00
Matthias Clasen
2d7943ac66 2.4.8 GTK_2_4_8 2004-12-02 20:56:27 +00:00
Matthias Clasen
02d1dcfb61 Updates
2004-12-01  Matthias Clasen  <mclasen@redhat.com>

	* NEWS: Updates
2004-12-01 07:12:25 +00:00
Matthias Clasen
ba969e608e *** empty log message *** 2004-12-01 04:58:29 +00:00
Matthias Clasen
71d040ff81 Updates 2004-11-30 05:57:46 +00:00
Tor Lillqvist
0dec9146a0 Also check errno to detect true errors from spawn*(). (#157258, reported
2004-11-30  Tor Lillqvist  <tml@iki.fi>

	* glib/gspawn-win32-helper.c (WinMain): Also check errno to detect
	true errors from spawn*(). (#157258, reported by Bruce Hochstetler)
2004-11-30 02:23:54 +00:00
Matthias Clasen
60d2a93397 Initialize child_watch_count to 1, so that we don't miss the very first
2004-11-08  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmain.c: Initialize child_watch_count to 1, so
	that we don't miss the very first child if it exits
	before we set up the child watch. In that case we had
	previously source->count == child_watch_count == 0,
	causing g_child_watch_check() to skip the waitpid()
	call.  (#154827, Gustavo Carneiro)

	* glib/gmain.c (g_child_watch_source_init_single)
	(g_child_watch_source_init_multi_threaded): Use sigaction()
	instead of signal().  (#136867, Jonas Jonsson, patch by
	Archana Shah)
2004-11-08 15:39:58 +00:00
Matthias Clasen
91c3c3ab1c Work around an bug in Mac OS < 10.3. (#156446, Dave MacLachlan)
2004-11-07  Matthias Clasen  <mclasen@redhat.com>

	* glib/gutils.c (g_get_any_init): Work around an bug
	in Mac OS < 10.3.  (#156446, Dave MacLachlan)
2004-11-07 06:32:06 +00:00
Amanpreet Singh Alam
eef378cd31 master file 2004-11-03 11:23:48 +00:00
Ankitkumar Rameshchandra Patel
e360b12201 ankit@redhat.com * Changed some wrong rendered characters 2004-10-26 13:51:16 +00:00
Matthias Clasen
3910a5fa22 Rename first parameter to check_data, since apparently the system headers
2004-10-23  Matthias Clasen  <mclasen@redhat.com>

	* gtype.h (GTypeInterfaceCheckFunc): Rename first parameter to
	check_data, since apparently the system headers on AIX leak a
	macro named func_data.  (#155178, Andrea Campi)
2004-10-24 01:25:04 +00:00
Matthias Clasen
aa604ef0ae Undef libc functions before defining them, since they may also be macros.
2004-10-23  Matthias Clasen  <mclasen@redhat.com>

	* glib/gnulib/g-gnulib.h: Undef libc functions before defining
	them, since they may also be macros.  (#155177, Andrea Campi)
2004-10-24 01:16:24 +00:00
Matthias Clasen
0b46f65db8 Bump version.
2004-10-08  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Bump version.
2004-10-08 18:37:35 +00:00
Matthias Clasen
fec47d4474 2.4.7 GLIB_2_4_7 2004-10-08 18:22:43 +00:00
Matthias Clasen
c7b1002ca7 Document that GLib supports only a single callback per pid. (#154828,
2004-10-08  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmain.c (g_child_watch_add_full):
	* glib/gmain.c (g_child_watch_add): Document that GLib supports only
	a single callback per pid. (#154828, Gustavo Carneiro)
2004-10-08 14:19:41 +00:00
N Jayaradha
79222175c1 revreq 2004-10-08 14:06:56 +00:00
Matthias Clasen
63e0a6b4fa Fix some C99isms. (#154676, Kjartan Maraas)
2004-10-06  Matthias Clasen  <mclasen@redhat.com>

	* glib/gfileutils.c: Fix some C99isms.  (#154676, Kjartan Maraas)
2004-10-06 15:04:10 +00:00
4
3a3519b571 applied patch from Jean-Yves Lefort <jylefort@brutele.be> to not access
Wed Oct  6 02:12:44 2004    <timj@birnet.org>

        * gtype.c (g_type_instance_get_private): applied patch from Jean-Yves
        Lefort <jylefort@brutele.be> to not access the instance_real_class_bsa
        pointer without holding the instance_real_class lock.
2004-10-06 00:16:23 +00:00
Matthias Clasen
5ba7ba0374 Improve the docs for g_object_get_property(). (#153424, Stefan Kost)
2004-10-05  Matthias Clasen  <mclasen@redhat.com>

	* gobject/tmpl/objects.sgml: Improve the docs for
	g_object_get_property().  (#153424, Stefan Kost)
2004-10-05 19:42:03 +00:00
Matthias Clasen
111c436d1f Updates. 2004-10-05 17:32:32 +00:00
Matthias Clasen
cc8c8bad4d Improve docs for g_signal_add_emission_hook. (#154299, Nickolay V.
2004-10-03  Matthias Clasen  <mclasen@redhat.com>

	* gobject/tmpl/signals.sgml: Improve docs for
	g_signal_add_emission_hook.  (#154299, Nickolay V. Shmyrev)
2004-10-04 02:37:18 +00:00
Matthias Clasen
78193c3395 Convert filenames to UTF-8 before putting them in GErrors. (#154078,
2004-09-30  Matthias Clasen  <mclasen@redhat.com>

	* glib/gfileutils.c: Convert filenames to UTF-8 before
	putting them in GErrors.  (#154078, Morten Welinder)
2004-09-30 04:05:30 +00:00
Tor Lillqvist
4abac1a85f [Win32] Don't ever open a console window. (Which we used to do if standard
2004-09-22  Tor Lillqvist  <tml@iki.fi>

	* glib/gmessages.c: [Win32] Don't ever open a console
	window. (Which we used to do if standard output or standard error
	are invalid, as they are for GUI applications.) These console
	windows that open up unexpectedly have caused endless amounts of
	confusion among end-users. (#141102, #151175)

	Don't output the process id on Windows. Only output the program
	name. If not set with g_set_prgname(), fetch the application
	executable's name and use that.
2004-09-25 20:53:58 +00:00
Tor Lillqvist
aea0abdd14 [Win32] Add code to remove the bug-compatibility entries (see #134813, and
2004-09-22  Tor Lillqvist  <tml@iki.fi>

	* Makefile.am (install-libtool-import-lib): [Win32] Add code to
	remove the bug-compatibility entries (see #134813, and related
	comments below) from the import library. The PRIVATE keyword in
	the .def file is supposed to mean that, but it isn't implemented
	yet by GNU ld.
2004-09-22 22:35:17 +00:00
Matthias Clasen
631d6cf8d5 Correct the docs for the default log handler wrt to which messages go to
2004-09-20  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/messages.sgml: Correct the docs for the default log
	handler wrt to which messages go to stderr. (#153041, Philippe Blain)
2004-09-20 14:46:11 +00:00
Ivan Stojmirov
a853cbb374 12 neprevedeni 2004-09-20 07:16:16 +00:00
Manish Singh
281b31596b Make it take a guint for number of characters, instead of a gsize.
Thu Sep 16 18:15:32 2004  Manish Singh  <yosh@gimp.org>

        * glib/gstrfuncs.c (g_strncasecmp): Make it take a guint for number
        of characters, instead of a gsize. Technically this is incorrect,
        but this makes it match the prototype, and this is a deprecated
        function anyway.
2004-09-17 01:15:13 +00:00
Tor Lillqvist
bafa120436 Convert message to UTF-8. Technically this breaks API, but the actual use
2004-09-15  Tor Lillqvist  <tml@iki.fi>

	* glib/gwin32.c (g_win32_error_message): Convert message to
	UTF-8. Technically this breaks API, but the actual use cases in
	gdk/win32 have assumed it is UTF-8 anyway. Fix
	documentation. (#152618, Kazuki Iwamoto)

2004-09-14  Tor Lillqvist  <tml@iki.fi>

	* glib/gwin32.h: Don't define ftruncate as a macro. Was never a
	good idea, and it clashes with newest mingw headers, which have a
	ftruncate implementation as an inline function. Thanks to Dominik R.

	* glib/gwin32.c (g_win32_ftruncate): Simplify implementation, just
	call _chsize() in the C library.
2004-09-15 19:02:13 +00:00
Jesus Bravo Alvarez
db5a03fd85 Updated Galician translation of glib 2004-09-12 22:38:44 +00:00
Baris Cicek
befeb393d2 Updated Turkish Translation
* tr.po: Updated Turkish Translation
2004-09-09 20:53:17 +00:00
Gora Mohanty
facfeafad3 configure.in: Added 'or' to ALL_LINGUAS.
po/or.po: Updated Oriya translation.
2004-09-07 19:10:00 +00:00
Åsmund Skjæveland
7ffb53c22d Updated Norwegian Nynorsk translation.
2004-09-06  Åsmund Skjæveland <aasmunds@fys.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.
2004-09-06 19:40:08 +00:00
Marius Andreiana
6d218de21a updated by Misu Moldovan
2004-09-05  Marius Andreiana <marius galuna.ro>

        * ro.po: updated by Misu Moldovan
2004-09-05 09:41:54 +00:00
Francisco Javier F. Serrador
e28f1e2180 Updated Spanish translation.
2004-08-31  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2004-08-31 21:47:58 +00:00
Matthias Clasen
2194ea6cde Point to g_hash_table_lookup_extended() for differentiation between
Sun Aug 29 23:58:38 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/ghash.c (g_hash_table_lookup): Point to
	g_hash_table_lookup_extended() for differentiation between
	not-found and value-is-NULL.  (#150960, Morten Welinder)
2004-08-30 04:01:32 +00:00
Matthias Clasen
bd7ae098d4 Fix a typo. (#151109, Stepan Kasal)
Sun Aug 29 23:50:45 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/tmpl/fileutils.sgml: Fix a typo.  (#151109, Stepan Kasal)
2004-08-30 03:53:07 +00:00
Pawan Chitrakar
380f32b055 Updated Nepali Translation
2004-08-24  Pawan Chitrakar  <pawan@nplinux.org>

	* ne.po: Updated Nepali Translation
2004-08-24 10:38:05 +00:00
Ankitkumar Rameshchandra Patel
d71a6d606f ankit@redhat.com 23/08/2004 * gu.po : Final Proofread. 2004-08-23 10:03:38 +00:00
Tor Lillqvist
fcabcd6e94 Tell select_thread to break out of its loop. Prevents a thread leak.
2004-08-21  Tor Lillqvist  <tml@iki.fi>

	* glib/giowin32.c (g_io_win32_finalize): Tell select_thread to
	break out of its loop. Prevents a thread leak. (#147392, Peter
	Zelezny)
2004-08-21 21:28:14 +00:00
Tor Lillqvist
c43edd263b Guard against bogus return value from strxfrm(). For instance Microsoft's
2004-08-21  Tor Lillqvist  <tml@iki.fi>

	* glib/gunicollate.c (g_utf8_collate_key): Guard against bogus
	return value from strxfrm(). For instance Microsoft's strxfrm()
	returns INT_MAX on errors. (#141124)
2004-08-21 13:41:18 +00:00
Laurent Dhima
f2daf6dece Updated Albanian translation.
2004-08-20  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-08-20 16:47:24 +00:00
Tor Lillqvist
2a7bfb4ee4 Correct source and destination charset parameter order in g_convert()
2004-08-19  Tor Lillqvist  <tml@iki.fi>

	* glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): Correct
	source and destination charset parameter order in g_convert()
	call. (#150394, possibly also #141124)
2004-08-19 23:30:17 +00:00
Martin Willemoes Hansen
9758c34d4c Updated Danish translation.
* da.po: Updated Danish translation.
2004-08-19 20:24:15 +00:00
Laurent Dhima
eb2e951c7a Updated Albanian translation.
2004-08-18  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-08-18 10:54:48 +00:00
Martin Willemoes Hansen
cfcb5fd010 Updated Danish translation.
* da.po: Updated Danish translation.
2004-08-18 10:08:08 +00:00
Amanpreet Singh Alam
3eb473b05c update pa file 2004-08-17 07:02:55 +00:00