platform/upstream/glib.git
18 years agoAdd warning to doc comment that these functions should not be used on
Tor Lillqvist [Thu, 15 Sep 2005 23:41:25 +0000 (23:41 +0000)]
Add warning to doc comment that these functions should not be used on

2005-09-16  Tor Lillqvist  <tml@novell.com>

* glib/gstrfuncs.c (g_ascii_strcasecmp, g_ascii_strncasecmp): Add
warning to doc comment that these functions should not be used on
encodings like CP932.

18 years agoAdd bug ref
Matthias Clasen [Wed, 14 Sep 2005 18:12:52 +0000 (18:12 +0000)]
Add bug ref

18 years agoAdd a test for grup names of length 1.
Matthias Clasen [Wed, 14 Sep 2005 18:04:53 +0000 (18:04 +0000)]
Add a test for grup names of length 1.

2005-09-14  Matthias Clasen  <mclasen@redhat.com>

* tests/keyfile-test.c: Add a test for grup names of length 1.

* glib/gkeyfile.c (g_key_file_line_is_group): Accept group names
of length 1.  (#316309)

18 years agoClarify docs.
Matthias Clasen [Mon, 12 Sep 2005 18:23:43 +0000 (18:23 +0000)]
Clarify docs.

2005-09-12  Matthias Clasen  <mclasen@redhat.com>

* glib/gmarkup.c (g_markup_escape_text): Clarify docs.

18 years agoLink the the refcount tests to the system thread library $(G_THREAD_LIBS).
Sebastian Wilhelmi [Sun, 11 Sep 2005 16:48:38 +0000 (16:48 +0000)]
Link the the refcount tests to the system thread library $(G_THREAD_LIBS).

2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>

* tests/refcount/Makefile.am (INCLUDES): Link the the refcount
tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
and #314217.

18 years agoRemove some dead code. Closes bug #315278.
Kjartan Maraas [Sun, 11 Sep 2005 15:20:52 +0000 (15:20 +0000)]
Remove some dead code. Closes bug #315278.

2005-09-11  Kjartan Maraas  <kmaraas@gnome.org>

* glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
(child_watch_helper_thread): Remove some dead code. Closes
bug #315278.

18 years agoMove a few strings from .data to .rodata.
Matthias Clasen [Sat, 10 Sep 2005 04:01:03 +0000 (04:01 +0000)]
Move a few strings from .data to .rodata.

2005-09-10  Matthias Clasen  <mclasen@redhat.com>

* gtype.c (INVALID_RECURSION, check_type_name_I): Move a few strings
from .data to .rodata.

18 years agoRemove some unused code. Same here And here Mark some functions static.
Kjartan Maraas [Thu, 8 Sep 2005 06:35:44 +0000 (06:35 +0000)]
Remove some unused code. Same here And here Mark some functions static.

2005-09-08  Kjartan Maraas  <kmaraas@gnome.org>

* gclosure.c: (g_closure_set_meta_marshal): Remove some unused
code.
* gsignal.c: (g_signal_emitv): Same here
* gtype.c: (g_type_register_fundamental): And here
* testgobject.c: Mark some functions static.

18 years agoCreate also a console version of the gspawn-win32-helper program,
Tor Lillqvist [Wed, 7 Sep 2005 10:10:49 +0000 (10:10 +0000)]
Create also a console version of the gspawn-win32-helper program,

2005-09-07  Tor Lillqvist  <tml@novell.com>

* glib/Makefile.am: Create also a console version of the
gspawn-win32-helper program, gspawn-win32-helper-console.exe.
It's otherwise identical to gspawn-win32-helper.exe, except marked
as a console application (linked without the -mwindows option).

* glib/gspawn-win32.c (do_spawn_directly, do_spawn_with_pipes):
Drop the dont_wait parameter. Its truth value correlated 100% with
the NULLness of the exit_status parameter anyway, so it's enough
to check whether exit_status is NULL. Invert the sense of the
dont_return_handle parameter and rename it to do_return_handle, to
make the code easier to read by avoiding double negations.

(g_spawn_sync_utf8, g_spawn_async_with_pipes_utf8): Modify calls
to do_spawn_with_pipes() accordingly.

(do_spawn_with_pipes): If we have a console, use the console
version of the helper program, otherwise use the GUI one. This
avoids extra console windows opening up in some situations. (In
case a console application uses the GUI gspawn-win32-helper.exe to
spawn another console application we would get a separate console
for the spawned console application).

* glib-zip.in: Distribute also gspawn-win32-helper-console.exe.

18 years agoTell xgettext about all the printf-like functions we use.
Matthias Clasen [Tue, 6 Sep 2005 16:33:28 +0000 (16:33 +0000)]
Tell xgettext about all the printf-like functions we use.

2005-09-06  Matthias Clasen  <mclasen@redhat.com>

* Makefile.in.in: Tell xgettext about all the
        printf-like functions we use.

18 years agoMake the name field const. (g_signal_newv): Don't keep an unnecessary
Matthias Clasen [Mon, 5 Sep 2005 19:23:32 +0000 (19:23 +0000)]
Make the name field const. (g_signal_newv): Don't keep an unnecessary

2005-09-05  Matthias Clasen  <mclasen@redhat.com>

* gsignal.c (struct _SignalNode): Make the name field const.
(g_signal_newv): Don't keep an unnecessary extra copy of the
signal name around, and don't forget to free the name if
an existing node is reused.

18 years agoReport an error if the file is too large. (#315275, Kjartan Maraas)
Matthias Clasen [Mon, 5 Sep 2005 18:20:24 +0000 (18:20 +0000)]
Report an error if the file is too large. (#315275, Kjartan Maraas)

2005-09-05  Matthias Clasen  <mclasen@redhat.com>

* glib/gmappedfile.c (g_mapped_file_new): Report an error
if the file is too large.  (#315275, Kjartan Maraas)

18 years agoAdded Basque translation.
Inaki Larranaga [Mon, 5 Sep 2005 18:07:52 +0000 (18:07 +0000)]
Added Basque translation.

2005-09-05  Inaki Larranaga  <dooteo@euskalgnu.org>

* eu.po: Added Basque translation.

18 years agoThe return value of read() is signed. (#315273, Kjartan Maraas)
Matthias Clasen [Mon, 5 Sep 2005 17:55:11 +0000 (17:55 +0000)]
The return value of read() is signed. (#315273, Kjartan Maraas)

2005-09-05  Matthias Clasen  <mclasen@redhat.com>

* glib/gkeyfile.c (g_key_file_load_from_fd): The return value
of read() is signed.  (#315273, Kjartan Maraas)

18 years agoTranslation updated by Ivar Smolin.
Priit Laes [Sun, 4 Sep 2005 20:31:46 +0000 (20:31 +0000)]
Translation updated by Ivar Smolin.

2005-09-04  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

18 years agoUpdated Traditional Chinese translation.
Chao-Hsiung Liao [Sat, 3 Sep 2005 05:48:01 +0000 (05:48 +0000)]
Updated Traditional Chinese translation.

2005-09-03  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

* zh_TW.po: Updated Traditional Chinese translation.

18 years agoUpdated French translation.
Christophe Merlet [Fri, 2 Sep 2005 08:15:31 +0000 (08:15 +0000)]
Updated French translation.

18 years agoTranslation updated by Ivar Smolin.
Priit Laes [Thu, 1 Sep 2005 18:33:56 +0000 (18:33 +0000)]
Translation updated by Ivar Smolin.

2005-09-01  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

18 years agoUpdated pt_BR translation
Raphael Higino [Thu, 1 Sep 2005 14:32:17 +0000 (14:32 +0000)]
Updated pt_BR translation

18 years agoDon't forget to free the tmp string
Matthias Clasen [Thu, 1 Sep 2005 13:59:05 +0000 (13:59 +0000)]
Don't forget to free the tmp string

18 years ago#LOCALTIME Clytie Siddall <clyties@cvs.gnome.org>
Clytie Siddall [Thu, 1 Sep 2005 05:45:02 +0000 (05:45 +0000)]
#LOCALTIME   Clytie Siddall  <clyties@cvs.gnome.org>

        * vi.po: Updated Vietnamese translation.

18 years agoWrapping atexit() is a bad idea on Windows, where the EXE and each DLL
Tor Lillqvist [Wed, 31 Aug 2005 21:02:47 +0000 (21:02 +0000)]
Wrapping atexit() is a bad idea on Windows, where the EXE and each DLL

2005-08-31  Tor Lillqvist  <tml@novell.com>

* glib/gutils.h: Wrapping atexit() is a bad idea on Windows, where
the EXE and each DLL have their own atexit function chains.

#define g_atexit as atexit instead. This means it has a
better chance of doing what the caller wants. For instance,
gtkhtml calls g_atexit() registering a function in gtkhtml
itself. This caused a crash when g_atexit() was implemented as a
function in the GLib DLL. The gtkhtml DLL was already unloaded by
the time the GLib DLL got unloaded.

* glib/gutils.c: #undef the #define mentioned above, to also get a
real g_atexit() into the DLL for backward compatibility. Document
the Windows behaviour of g_atexit(), and document the varying ways
atexit() can behave in the context of dynamically loaded modules
on Unix.

18 years agoUpdated Romanian translation by Misu Moldovan <dumol@gnome.ro>
Mugurel Tudor [Wed, 31 Aug 2005 21:00:11 +0000 (21:00 +0000)]
Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>

2005-08-31  Mugurel Tudor  <mugurelu@gnome.ro>

* ro.po: Updated Romanian translation
by Misu Moldovan <dumol@gnome.ro>

18 years agoIntern the signal name.
Matthias Clasen [Wed, 31 Aug 2005 19:42:51 +0000 (19:42 +0000)]
Intern the signal name.

2005-08-31  Matthias Clasen  <mclasen@redhat.com>

* gobject.c (g_object_do_class_init): Intern the signal name.

18 years agoIntern the name here, since we need the quark anyway when sending change
Matthias Clasen [Wed, 31 Aug 2005 19:13:26 +0000 (19:13 +0000)]
Intern the name here, since we need the quark anyway when sending change

2005-08-31  Matthias Clasen  <mclasen@redhat.com>

* gparam.c (g_param_spec_internal): Intern the name here,
since we need the quark anyway when sending change notification.

18 years agoMore string interning
Matthias Clasen [Wed, 31 Aug 2005 17:56:49 +0000 (17:56 +0000)]
More string interning

18 years agoIntern type name before registering the type.
Matthias Clasen [Wed, 31 Aug 2005 14:49:20 +0000 (14:49 +0000)]
Intern type name before registering the type.

2005-08-31  Matthias Clasen  <mclasen@redhat.com>

* gtype.h (G_DEFINE_TYPE_EXTENDED): Intern type name
before registering the type.

18 years agoIntern type names before registering the type to avoid unnecessary copies.
Matthias Clasen [Wed, 31 Aug 2005 14:38:18 +0000 (14:38 +0000)]
Intern type names before registering the type to avoid unnecessary copies.

2005-08-31  Matthias Clasen  <mclasen@redhat.com>

* gvaluetypes.c (g_value_types_init):
* gtypeplugin.c (g_type_plugin_get_type):
* gtypemodule.c (g_type_module_get_type):
* gparam.c (g_param_type_init):
* gobject.c (g_object_type_init):
* genums.c (g_enum_types_init):
* gboxed.c (g_boxed_type_init): Intern type names
before registering the type to avoid unnecessary
copies.

18 years agoAdd functions to intern strings.
Matthias Clasen [Wed, 31 Aug 2005 14:25:45 +0000 (14:25 +0000)]
Add functions to intern strings.

2005-08-31  Matthias Clasen  <mclasen@redhat.com>

* glib/glib.symbols:
* glib/gquark.h:
* glib/gdataset.c: Add functions to intern strings.

18 years agoUpdated Indonesian translation.
Mohammad DAMT [Tue, 30 Aug 2005 19:42:01 +0000 (19:42 +0000)]
Updated Indonesian translation.

2005-08-30  Mohammad DAMT  <mdamt@gnome.org>
  * id.po: Updated Indonesian translation.

18 years agoEnhance sort() documentation. (#314839, Behdad Esfahbod)
Matthias Clasen [Tue, 30 Aug 2005 14:19:56 +0000 (14:19 +0000)]
Enhance sort() documentation. (#314839, Behdad Esfahbod)

2005-08-30  Matthias Clasen  <mclasen@redhat.com>

* glib/tmpl/arrays.sgml:
* glib/tmpl/arrays_pointer.sgml:
* glib/tmpl/arrays_byte.sgml: Enhance sort() documentation.
(#314839, Behdad Esfahbod)

18 years agovi.po: Updated Vietnamese translation.CVS: -------------------------------------...
Clytie Siddall [Mon, 29 Aug 2005 03:33:56 +0000 (03:33 +0000)]
vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------

18 years agoUpdated Spanish translation
Francisco Javier F. Serrador [Sun, 28 Aug 2005 17:23:28 +0000 (17:23 +0000)]
Updated Spanish translation

2005-08-28  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation

18 years agokill fuzzy.
Tomasz Kłoczko [Sun, 28 Aug 2005 15:49:12 +0000 (15:49 +0000)]
kill fuzzy.

18 years agoUpdated mk translation
Ivan Stojmirov [Sun, 28 Aug 2005 14:57:45 +0000 (14:57 +0000)]
Updated mk translation

18 years agoUpdated Ukrainian translation.
Maxim Dziumanenko [Sun, 28 Aug 2005 14:05:31 +0000 (14:05 +0000)]
Updated Ukrainian translation.

2005-08-28  Maxim Dziumanenko <mvd@mylinux.ua>

* Updated Ukrainian translation.

18 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Sun, 28 Aug 2005 08:21:44 +0000 (08:21 +0000)]
Updated Catalan translation.

18 years agoUpdated Translations
Ankitkumar Rameshchandra Patel [Sun, 28 Aug 2005 07:48:17 +0000 (07:48 +0000)]
Updated Translations

18 years agoUnify some near-duplicate strings. (#314654, Clytie Siddall)
Matthias Clasen [Sun, 28 Aug 2005 06:11:55 +0000 (06:11 +0000)]
Unify some near-duplicate strings. (#314654, Clytie Siddall)

2005-08-28  Matthias Clasen  <mclasen@redhat.com>

* glib/giochannel.c: Unify some near-duplicate strings. (#314654,
Clytie Siddall)

18 years agoUpdated Canadian English translation.
Adam Weinberger [Sat, 27 Aug 2005 23:13:15 +0000 (23:13 +0000)]
Updated Canadian English translation.

2005-08-27  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

18 years agoUpdated Norwegian bokmål translation. Same.
Terance Sola [Sat, 27 Aug 2005 18:00:14 +0000 (18:00 +0000)]
Updated Norwegian bokmål translation. Same.

2005-08-27  Terance Sola  <terance@lyse.net>

* nb.po: Updated Norwegian bokmål translation.
* no.po: Same.

18 years agovi.po: Updated Vietnamese translation.
Clytie Siddall [Sat, 27 Aug 2005 12:30:56 +0000 (12:30 +0000)]
vi.po: Updated Vietnamese translation.

18 years agoUpdated French translation.
Christophe Merlet [Sat, 27 Aug 2005 10:52:06 +0000 (10:52 +0000)]
Updated French translation.

18 years agoUpdated Macedonian Translation
Ivan Stojmirov [Sat, 27 Aug 2005 10:22:04 +0000 (10:22 +0000)]
Updated Macedonian Translation

18 years agoUpdated Translations
Ankitkumar Rameshchandra Patel [Sat, 27 Aug 2005 09:38:49 +0000 (09:38 +0000)]
Updated Translations

18 years agoUpdated Romanian translation by Misu Moldovan <dumol@gnome.ro>
Mugurel Tudor [Sat, 27 Aug 2005 07:22:07 +0000 (07:22 +0000)]
Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>

2005-08-27  Mugurel Tudor  <mugurelu@gnome.ro>

* ro.po: Updated Romanian translation
by Misu Moldovan <dumol@gnome.ro>

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Fri, 26 Aug 2005 22:32:52 +0000 (22:32 +0000)]
Updated Spanish translation.

2005-08-27  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

18 years agoAdd new indices
Matthias Clasen [Fri, 26 Aug 2005 19:28:26 +0000 (19:28 +0000)]
Add new indices

18 years agoBump version
Matthias Clasen [Fri, 26 Aug 2005 19:27:01 +0000 (19:27 +0000)]
Bump version

18 years agoUpdated Albanian translation.
Laurent Dhima [Fri, 26 Aug 2005 17:03:12 +0000 (17:03 +0000)]
Updated Albanian translation.

2005-08-26  Laurent Dhima  <laurenti@alblinux.net>

* sq.po: Updated Albanian translation.

18 years agoImprovements pointed out by Behdad Esfahbod (#314460):
Matthias Clasen [Fri, 26 Aug 2005 16:46:09 +0000 (16:46 +0000)]
Improvements pointed out by Behdad Esfahbod (#314460):

2005-08-26  Matthias Clasen  <mclasen@redhat.com>

Improvements pointed out by Behdad Esfahbod (#314460):

* glib/tmpl/strings.sgml: Fix up some character/byte
sloppyness.

* glib/tmpl/iochannels.sgml: Don't mention deprecated
functions in the introduction.

18 years agoUpdated Catalan translation.
Jordi Mallach [Fri, 26 Aug 2005 13:00:04 +0000 (13:00 +0000)]
Updated Catalan translation.

18 years agoTranslation updated by Ivar Smolin.
Priit Laes [Fri, 26 Aug 2005 08:55:34 +0000 (08:55 +0000)]
Translation updated by Ivar Smolin.

2005-08-26  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

18 years agoImprove error reporting. Slight refactoring.
Tor Lillqvist [Fri, 26 Aug 2005 01:43:11 +0000 (01:43 +0000)]
Improve error reporting. Slight refactoring.

2005-08-26  Tor Lillqvist  <tml@novell.com>

* glib/gspawn-win32.c: Improve error reporting. Slight refactoring.

18 years agoMake also the g_spawn*() functions take parameters in the GLib file name
Tor Lillqvist [Thu, 25 Aug 2005 23:28:24 +0000 (23:28 +0000)]
Make also the g_spawn*() functions take parameters in the GLib file name

2005-08-25  Tor Lillqvist  <tml@novell.com>

Make also the g_spawn*() functions take parameters in the GLib
file name encoding, i.e. UTF-8, on Windows. Has no impact on Unix
API or ABI. Like the other GLib API that was earlier changed to
use UTF-8 on Windows, the names of the functions that take UTF-8
have _utf8 suffixes added by using preprocessor macros in the
header file. The old names are kept for functions with the old
behaviour, taking parameters in the system codepage, for DLL ABI
stability.

* glib/gspawn.h: On Win32 add the suffix _utf8 to the names of the
g_spawn*() functions.

* glib/gspawn-win32.c: Use wide-char API on NT-based
Windows. Convert parameters from UTF-8 to wide chars (NT) or
system codepage (Win9x) and call the C library _wspawn*() or
spawn*() functions respectvely. Add DLL ABI stability versions
that take parameters in the system codepage.

* glib/gspawn-win32-helper.c: On NT-based Windows use the
wide-char versions of argv and envp, and use wide-char API to
change directory and spawn the program to run. Remove the verbose
debugging output, it was too complex to modify for the wide-char
features. (Just add temporary debugging printouts if needed, no
need to have them permanently in the source.)

* glib/gspawn.c: Corresponding documentation updates.

* glib/glib.symbols: Corresponding changes: Mark the ABI stability
symbols as PRIVATE, add the new _utf8-suffixed ones.

18 years agoTruncate ChangeLog after moving aside
Owen Taylor [Wed, 24 Aug 2005 18:53:51 +0000 (18:53 +0000)]
Truncate ChangeLog after moving aside

18 years ago(G_MININT64): Cast to gint64.
Stepan Kasal [Wed, 24 Aug 2005 14:14:02 +0000 (14:14 +0000)]
(G_MININT64): Cast to gint64.

18 years agoFix the crt_externs.h include
Matthias Clasen [Wed, 24 Aug 2005 03:11:45 +0000 (03:11 +0000)]
Fix the crt_externs.h include

18 years agoStepan
Stepan Kasal [Tue, 23 Aug 2005 07:16:20 +0000 (07:16 +0000)]
Stepan

18 years agoBump version
Matthias Clasen [Tue, 23 Aug 2005 04:57:18 +0000 (04:57 +0000)]
Bump version

18 years ago2.8.1 GLIB_2_8_1
Matthias Clasen [Tue, 23 Aug 2005 04:35:33 +0000 (04:35 +0000)]
2.8.1

18 years agoPoint out time_t vs GTime pitfalls.
Matthias Clasen [Mon, 22 Aug 2005 15:39:34 +0000 (15:39 +0000)]
Point out time_t vs GTime pitfalls.

2005-08-22  Matthias Clasen  <mclasen@redhat.com>

* glib/tmpl/date.sgml: Point out time_t vs GTime pitfalls.

18 years agoUpdated Korean translation.
Changwoo Ryu [Sun, 21 Aug 2005 18:16:37 +0000 (18:16 +0000)]
Updated Korean translation.

2005-08-22  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

18 years agolink with ws2_32.lib
Hans Breuer [Sat, 20 Aug 2005 13:26:19 +0000 (13:26 +0000)]
link with ws2_32.lib

2005-08-20  Hans Breuer  <hans@breuer.org>

* glib/makefile.msc.in : link with ws2_32.lib

18 years agoUpdated Welsh translation.
Rhys Jones [Thu, 18 Aug 2005 17:24:10 +0000 (17:24 +0000)]
Updated Welsh translation.

2005-08-18  Rhys Jones  <rhys@sucs.org>

* cy.po: Updated Welsh translation.

18 years agoCheck for <sys/wait.h>
Tor Lillqvist [Thu, 18 Aug 2005 13:08:18 +0000 (13:08 +0000)]
Check for <sys/wait.h>

2005-08-18  Tor Lillqvist  <tml@novell.com>

* configure.in: Check for <sys/wait.h>

* glib/gbacktrace.c: Include <sys/wait.h> on if HAVE_SYS_WAIT_H.

18 years agoOptimise single-character insertions
Ross Burton [Thu, 18 Aug 2005 09:30:24 +0000 (09:30 +0000)]
Optimise single-character insertions

18 years agoCheck for crt_externs.h and _NSGetEnviron.
Matthias Clasen [Wed, 17 Aug 2005 18:31:08 +0000 (18:31 +0000)]
Check for crt_externs.h and _NSGetEnviron.

2005-08-17  Matthias Clasen  <mclasen@redhat.com>

* configure.in: Check for crt_externs.h and _NSGetEnviron.

* glib/gutils.c: On Darwin, include crt-externs.h and
define environ using _NSGetEnviron().  (#313731)

18 years agoMove the body of the big if... (g_get_any_init_do): ... to this new
Stepan Kasal [Wed, 17 Aug 2005 12:00:51 +0000 (12:00 +0000)]
Move the body of the big if... (g_get_any_init_do): ... to this new

2005-08-16  Stepan Kasal  <kasal@ucw.cz>

* glib/gutils.c (g_get_any_init): Move the body of the big if...
(g_get_any_init_do): ... to this new function.
(g_get_any_init): Declare as inline.
(g_get_any_init_locked): New inline function, does the locking.
Make use of these two throughout the code.

18 years agoWait for the child process and then simply return. This makes The "S"
Matthias Clasen [Mon, 15 Aug 2005 19:32:32 +0000 (19:32 +0000)]
Wait for the child process and then simply return. This makes The "S"

2005-08-15  Matthias Clasen  <mclasen@redhat.com>

* glib/gbacktrace.c (g_on_error_stack_trace): Wait for
the child process and then simply return. This makes
The "S" option work as documented in g_on_error_query().
(#313125, Matthew F. Barnes)

18 years agoUpdate the link to Unicode category values. (#313369, Behnam Esfahbod)
Matthias Clasen [Mon, 15 Aug 2005 18:49:11 +0000 (18:49 +0000)]
Update the link to Unicode category values. (#313369, Behnam Esfahbod)

2005-08-15  Matthias Clasen  <mclasen@redhat.com>

* glib/gunicode.h: Update the link to Unicode category
values.  (#313369, Behnam Esfahbod)

18 years agoFix some formatting problems.
Matthias Clasen [Mon, 15 Aug 2005 18:45:27 +0000 (18:45 +0000)]
Fix some formatting problems.

18 years agoDocument that file_name can be NULL. (#313143, Gustavo Carneiro)
Matthias Clasen [Mon, 15 Aug 2005 18:35:30 +0000 (18:35 +0000)]
Document that file_name can be NULL. (#313143, Gustavo Carneiro)

2005-08-15  Matthias Clasen  <mclasen@redhat.com>

* glib/tmpl/modules.sgml: Document that file_name can
be NULL.  (#313143, Gustavo Carneiro)

18 years agoClarify docs a little. (#311727, Tristan van Berkom)
Matthias Clasen [Mon, 15 Aug 2005 18:28:12 +0000 (18:28 +0000)]
Clarify docs a little. (#311727, Tristan van Berkom)

2005-08-15  Matthias Clasen  <mclasen@redhat.com>

* glib/gqueue.c (g_queue_find_custom): Clarify docs
a little.  (#311727, Tristan van Berkom)

18 years agoUpdated Ukrainian translation.
Maxim Dziumanenko [Mon, 15 Aug 2005 17:53:13 +0000 (17:53 +0000)]
Updated Ukrainian translation.

2005-08-15  Maxim Dziumanenko <mvd@mylinux.ua>

* Updated Ukrainian translation.

18 years agoUpdated Catalan translation.
Jordi Mallach [Mon, 15 Aug 2005 17:04:35 +0000 (17:04 +0000)]
Updated Catalan translation.

18 years agoUpdated Romanian translation by Misu Moldovan <dumol@gnome.ro>
Mugurel Tudor [Mon, 15 Aug 2005 13:23:02 +0000 (13:23 +0000)]
Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>

2005-08-15  Mugurel Tudor  <mugurelu@gnome.ro>

    * ro.po: Updated Romanian translation
     by Misu Moldovan <dumol@gnome.ro>

18 years agoFix abi checks for ia64.
Matthias Clasen [Mon, 15 Aug 2005 05:00:57 +0000 (05:00 +0000)]
Fix abi checks for ia64.

18 years agoBump version
Matthias Clasen [Fri, 12 Aug 2005 17:45:16 +0000 (17:45 +0000)]
Bump version

18 years ago2.8.0 GLIB_2_8_0
Matthias Clasen [Fri, 12 Aug 2005 17:18:55 +0000 (17:18 +0000)]
2.8.0

18 years agoSpecial-case flag value of 0. Instead of returning the first random
Tim-Philipp Müller [Fri, 12 Aug 2005 16:09:19 +0000 (16:09 +0000)]
Special-case flag value of 0. Instead of returning the first random

* gobject/genums.c: (g_flags_get_first_value): Special-case flag
value of 0. Instead of returning the first random GFlagsValue
we come across, return the GFlagsValue for 0 if it exists or
NULL if it does not exist. Never return the GFlagsValue for 0
if the requested flags value is nonzero.

18 years agoUpdated Greek Translation
Kostas Papadimas [Fri, 12 Aug 2005 15:43:04 +0000 (15:43 +0000)]
Updated Greek Translation

18 years agoBump version to 2.8.0
Matthias Clasen [Fri, 12 Aug 2005 12:56:57 +0000 (12:56 +0000)]
Bump version to 2.8.0

18 years agotwo stylistic fixes
Stepan Kasal [Fri, 12 Aug 2005 09:27:49 +0000 (09:27 +0000)]
two stylistic fixes

18 years agoShut up CVS
Manish Singh [Fri, 12 Aug 2005 00:07:17 +0000 (00:07 +0000)]
Shut up CVS

18 years agoUse "localhost" as fallback for g_get_host_name(), not "unknown".
Tor Lillqvist [Wed, 10 Aug 2005 21:13:29 +0000 (21:13 +0000)]
Use "localhost" as fallback for g_get_host_name(), not "unknown".

2005-08-11  Tor Lillqvist  <tml@novell.com>

* glib/gutils.c (g_get_any_init): Use "localhost" as fallback for
g_get_host_name(), not "unknown".

18 years agofix typos
Stepan Kasal [Wed, 10 Aug 2005 11:07:55 +0000 (11:07 +0000)]
fix typos

18 years agoa typo
Stepan Kasal [Wed, 10 Aug 2005 10:56:46 +0000 (10:56 +0000)]
a typo

18 years agomanual emulation of refresh of manual pages
Stepan Kasal [Wed, 10 Aug 2005 10:49:46 +0000 (10:49 +0000)]
manual emulation of refresh of manual pages

18 years agoFix typos: invokation -> invocation.
Stepan Kasal [Wed, 10 Aug 2005 10:46:55 +0000 (10:46 +0000)]
Fix typos: invokation -> invocation.

18 years agoTake a va_list*, not a va_list, to avoid compiler warnings about
Matthias Clasen [Wed, 10 Aug 2005 04:07:47 +0000 (04:07 +0000)]
Take a va_list*, not a va_list, to avoid compiler warnings about

2005-08-10  Matthias Clasen  <mclasen@redhat.com>

* glib/gfileutils.c (g_build_path_va, g_build_pathname_va):
Take a va_list*, not a va_list, to avoid compiler warnings
about uninitialized variables.

18 years agoAdd it here.
Matthias Clasen [Tue, 9 Aug 2005 19:20:33 +0000 (19:20 +0000)]
Add it here.

2005-08-09  Matthias Clasen  <mclasen@redhat.com>

* tests/gobject/Makefile.am (test_programs): Add it here.

* tests/gobject/gvalue-test.c: Beginning of a test suite
for GValue.

18 years agoUpdates
Matthias Clasen [Tue, 9 Aug 2005 14:10:19 +0000 (14:10 +0000)]
Updates

18 years agoAccess enum and flags values as v_long/v_ulong, not v_int/v_uint, to make
Matthias Clasen [Tue, 9 Aug 2005 14:04:37 +0000 (14:04 +0000)]
Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to make

2005-08-09  Matthias Clasen  <mclasen@redhat.com>

* gvaluetransform.c: Access enum and flags
values as v_long/v_ulong, not v_int/v_uint,
to make value transformation of such types
work on bigendian 64bit machines.  (#312485,
Michael Lorenz)

18 years agoInitialize variables to not make gcc nervous.
Matthias Clasen [Tue, 9 Aug 2005 02:45:20 +0000 (02:45 +0000)]
Initialize variables to not make gcc nervous.

2005-08-08  Matthias Clasen  <mclasen@redhat.com>

* glib/gutils.c (_g_compute_locale_variants): Initialize
variables to not make gcc nervous.

18 years agoremove stray -V option to grep so it actually works.
Manish Singh [Tue, 9 Aug 2005 00:25:18 +0000 (00:25 +0000)]
remove stray -V option to grep so it actually works.

2005-08-08  Manish Singh  <yosh@gimp.org>

        * glib/abicheck.sh: remove stray -V option to grep so it actually
        works.

18 years agoEnable the endianness test.
Matthias Clasen [Mon, 8 Aug 2005 19:50:38 +0000 (19:50 +0000)]
Enable the endianness test.

2005-08-08  Matthias Clasen  <mclasen@redhat.com>

* tests/convert-test.c: Enable the endianness test.

* glib/gconvert.c: Make the caching of iconv descriptors
optional.

* configure.in: Add an --enable-iconv-cache option, and
default to disabling iconv caching on new enough glibc.
Somebody with access to Solaris systems will need to test
if opening/closing of iconv descriptors is enough of
a performance problem to warrant the caching on that
platform. Note that the caching is causing correctness
problems in some corner cases, thus turning it off
is desirable unless it has severe performance implications.

18 years agoFix up the testcase
Matthias Clasen [Mon, 8 Aug 2005 17:02:33 +0000 (17:02 +0000)]
Fix up the testcase

18 years agoAdd a test for endianness handling.
Matthias Clasen [Mon, 8 Aug 2005 16:48:23 +0000 (16:48 +0000)]
Add a test for endianness handling.

2005-08-08  Matthias Clasen  <mclasen@redhat.com>

* tests/convert-test.c: Add a test for
endianness handling.

18 years agoAdded Telugu translation done by Vikram Phaneendra <vikramphaneendra@yahoo.co.in...
Sunil Mohan Adapa [Mon, 8 Aug 2005 09:54:32 +0000 (09:54 +0000)]
Added Telugu translation done by Vikram Phaneendra <vikramphaneendra@yahoo.co.in>, Dandu Prasad <dandu_prasad2000@yahoo.com> and Ramana Sai <rmn_sai@yahoo.co.in>