platform/upstream/glib.git
18 years agoUpdated Simplified Chinese translation
Funda Wang [Tue, 25 Oct 2005 13:26:59 +0000 (13:26 +0000)]
Updated Simplified Chinese translation

18 years agoAdded Entry for Bengali (bn) Translation Updation:20/10
Runa Bhattacharjee [Thu, 20 Oct 2005 05:29:06 +0000 (05:29 +0000)]
Added Entry for Bengali (bn) Translation Updation:20/10

18 years agoUpdated Bengali(bn) Translation:20/10
Runa Bhattacharjee [Thu, 20 Oct 2005 05:28:18 +0000 (05:28 +0000)]
Updated Bengali(bn) Translation:20/10

18 years ago*** empty log message ***
Ignacio Casal Quinteiro [Wed, 19 Oct 2005 22:35:33 +0000 (22:35 +0000)]
*** empty log message ***

18 years agoUse AC_CHECK_FUNCS for _NSGetEnviron, to get the config.h symbol
Manish Singh [Wed, 19 Oct 2005 18:37:48 +0000 (18:37 +0000)]
Use AC_CHECK_FUNCS for _NSGetEnviron, to get the config.h symbol

2005-10-19  Manish Singh  <yosh@gimp.org>

        * configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the
        config.h symbol automatically. Fixes bug #313731.

18 years agoReturn a g_strdup()ed copy of the value stored in the hash table, so that
Tor Lillqvist [Wed, 19 Oct 2005 15:38:44 +0000 (15:38 +0000)]
Return a g_strdup()ed copy of the value stored in the hash table, so that

2005-10-19  Tor Lillqvist  <tml@novell.com>

* glib/gwin32.c (g_win32_get_package_installation_directory):
Return a g_strdup()ed copy of the value stored in the hash table,
so that it can be g_free()d without leaving a dangling pointer in
the hash table. (#319232)

18 years agoTranslation updated by Ivar Smolin.
Priit Laes [Mon, 17 Oct 2005 12:34:36 +0000 (12:34 +0000)]
Translation updated by Ivar Smolin.

2005-10-17  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

18 years agoUpdated Traditional Chinese translation.
Chao-Hsiung Liao [Mon, 17 Oct 2005 06:29:04 +0000 (06:29 +0000)]
Updated Traditional Chinese translation.

2005-10-17 Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

* zh_TW.po: Updated Traditional Chinese translation.

18 years agoUpdated Slovak translation.
Marcel Telka [Sun, 16 Oct 2005 17:31:43 +0000 (17:31 +0000)]
Updated Slovak translation.

2005-10-16  Marcel Telka  <marcel@telka.sk>

* sk.po: Updated Slovak translation.

18 years agoFix sorting of 0 sequences in filenames
Matthias Clasen [Fri, 7 Oct 2005 03:04:03 +0000 (03:04 +0000)]
Fix sorting of 0 sequences in filenames

18 years agoDocument gmodule-no-export-2.0
Matthias Clasen [Wed, 5 Oct 2005 20:45:50 +0000 (20:45 +0000)]
Document gmodule-no-export-2.0

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

* glib/compiling.sgml: Document gmodule-no-export-2.0

18 years agoDoc addition
Matthias Clasen [Wed, 5 Oct 2005 20:11:25 +0000 (20:11 +0000)]
Doc addition

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

* glib/gmarkup.c (g_markup_escape_text): Doc addition

18 years agoAdd Collation tests.
Matthias Clasen [Wed, 5 Oct 2005 17:37:46 +0000 (17:37 +0000)]
Add Collation tests.

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

* Makefile.am: Add Collation tests.

* tests/collate/*: Inputs and expected outputs for collation tests.

* tests/run-collate-tests.sh: Script to run collation tests.

* tests/unicode-collate.c (main): Rework slightly to make
it usable in unit tests. Also test g_utf8_collate_key_for_filename().

18 years agoReally fix #314890.
Matthias Clasen [Mon, 3 Oct 2005 15:46:15 +0000 (15:46 +0000)]
Really fix #314890.

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

* glib-mkenums.in: Really fix #314890.

18 years agoUpdated to Unicode 4.1. There are five new GUnicodeBreakType types. That
Behdad Esfahbod [Sat, 1 Oct 2005 12:34:21 +0000 (12:34 +0000)]
Updated to Unicode 4.1. There are five new GUnicodeBreakType types. That

2005-10-01  Behdad Esfahbod  <behdad@gnome.org>

        * docs/reference/glib/tmpl/unicode.sgml:
        * glib/gen-unicode-tables.pl:
        * glib/gunibreak.h:
        * glib/gunichartables.h:
        * glib/gunicode.h:
        * tests/casefold.txt:
        * tests/casemap.txt: Updated to Unicode 4.1.  There are five new
        GUnicodeBreakType types.  That may break some applications, like
        Pango <= 1.10.

18 years agoMinor documentation improvements for g_strchug, g_strchomp and g_strstrip.
Davyd Madeley [Sat, 1 Oct 2005 02:48:35 +0000 (02:48 +0000)]
Minor documentation improvements for g_strchug, g_strchomp and g_strstrip.

2005-10-01  Davyd Madeley  <davyd@fugro-fsi.com.au>

        * glib/tmpl/string_utils.sgml: Minor documentation improvements for           g_strchug, g_strchomp and g_strstrip. Brought forward from glib-2-8.

18 years agoUpdated Canadian English translation.
Adam Weinberger [Fri, 30 Sep 2005 20:30:33 +0000 (20:30 +0000)]
Updated Canadian English translation.

2005-09-30  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

18 years agorevert last change, it breaks all users of G_IMPLEMENT_INTERFACE() inside
Michael Natterer [Tue, 27 Sep 2005 23:19:16 +0000 (23:19 +0000)]
revert last change, it breaks all users of G_IMPLEMENT_INTERFACE() inside

2005-09-28  Michael Natterer  <mitch@gimp.org>

* gtype.h (G_IMPLEMENT_INTERFACE): revert last change, it breaks
all users of G_IMPLEMENT_INTERFACE() inside
G_DEFINE_TYPE_WITH_CODE(), since apparently GCC doesn't like
commas enclosed in {}, not (), in nested macro calls.

18 years agoMoved the ChangeLog entry to the right ChangeLog
David Odin [Tue, 27 Sep 2005 19:01:53 +0000 (19:01 +0000)]
Moved the ChangeLog entry to the right ChangeLog

18 years agoinitialize all the fields of GInterfaceInfo in the G_IMPLEMENT_INTERFACE
David Odin [Mon, 26 Sep 2005 18:35:32 +0000 (18:35 +0000)]
initialize all the fields of GInterfaceInfo in the G_IMPLEMENT_INTERFACE

* gobject/gtype.h: initialize all the fields of GInterfaceInfo in the
  G_IMPLEMENT_INTERFACE macro, to shut up a warning when compiling at -W

18 years agoDon't hang on '{' following a trigraph comment in the same line. (#314890,
Matthias Clasen [Mon, 26 Sep 2005 15:19:24 +0000 (15:19 +0000)]
Don't hang on '{' following a trigraph comment in the same line. (#314890,

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

* glib-mkenums.in: Don't hang on '{' following a trigraph comment
in the same line.  (#314890, Mathias Hasselmann)

18 years agoAdd details to the docs. (#314393, Matthew F. Barnes)
Matthias Clasen [Mon, 26 Sep 2005 14:44:01 +0000 (14:44 +0000)]
Add details to the docs. (#314393, Matthew F. Barnes)

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

* glib/gstrfuncs.c (g_ascii_strtoull): Add details to the
docs.  (#314393, Matthew F. Barnes)

18 years agoRemove g_snprintf() and g_vsnprintf(), since they are already declared in
Matthias Clasen [Mon, 26 Sep 2005 14:33:00 +0000 (14:33 +0000)]
Remove g_snprintf() and g_vsnprintf(), since they are already declared in

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

* glib/gprintf.h: Remove g_snprintf() and g_vsnprintf(), since
they are already declared in glib.h. This doesn't break documented
use of gprintf.h, but should probably be pointed out in the
release notes for 2.10. (#314232, Behdad Esfahbod)

18 years agoUpdated Danish translation.
Martin Willemoes Hansen [Mon, 26 Sep 2005 08:42:09 +0000 (08:42 +0000)]
Updated Danish translation.

        * da.po: Updated Danish translation.

18 years agoUpdated Swedish translation.
Christian Rose [Sun, 25 Sep 2005 10:09:04 +0000 (10:09 +0000)]
Updated Swedish translation.

2005-09-25  Christian Rose  <menthos@menthos.com>

* sv.po: Updated Swedish translation.

18 years agofix pspec->name assignment which needs to be strdup()ed for non
Tim Janik [Thu, 22 Sep 2005 10:48:04 +0000 (10:48 +0000)]
fix pspec->name assignment which needs to be strdup()ed for non

Thu Sep 22 12:42:12 2005  Tim Janik  <timj@gtk.org>

        * gparam.c (g_param_spec_internal): fix pspec->name assignment which
        needs to be strdup()ed for non G_PARAM_STATIC_NAME pspecs. this fixes
        recently introduced crashes during plugin unloading.
        also, ensure that static pspec names are canonicalized.

        * gsignal.h: reverted last change from matthias, we don't guarantee
        that type ids aren't mangled with G_SIGNAL_TYPE_STATIC_SCOPE anywhere.

18 years agoRemove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since we
Matthias Clasen [Tue, 20 Sep 2005 14:28:32 +0000 (14:28 +0000)]
Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since we

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

* gsignal.h (struct _GSignalQuery): Remove the misleading comment
about G_SIGNAL_TYPE_STATIC_SCOPE, since we don't allow that
on return types.

18 years agoapplied significant recursion complexity optimization, based on a patch
Tim Janik [Tue, 20 Sep 2005 11:20:23 +0000 (11:20 +0000)]
applied significant recursion complexity optimization, based on a patch

Tue Sep 20 13:16:04 2005  Tim Janik  <timj@imendio.com>

        * glib/gpattern.c (g_pattern_ph_match): applied significant recursion
        complexity optimization, based on a patch from Matthias Clasen.

        * tests/patterntest.c: more tests, mostly from matthias.

18 years agoDoc fixes
Matthias Clasen [Tue, 20 Sep 2005 05:50:24 +0000 (05:50 +0000)]
Doc fixes

18 years agoapplied a patch from matthias which checks on the upper bound of
Tim Janik [Mon, 19 Sep 2005 15:27:17 +0000 (15:27 +0000)]
applied a patch from matthias which checks on the upper bound of

Mon Sep 19 17:23:23 2005  Tim Janik  <timj@imendio.com>

        * glib/gpattern.c: applied a patch from matthias which checks on the
        upper bound of GPatternSpec length to optimize matches.
        cosmetic fixups.

        * tests/patterntest.c: added more match cases.

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)