1806 Commits

Author SHA1 Message Date
Owen Taylor
23a2a8ad34 Clarify the behavior of g_build_path() for empty elements and for leading
Thu Jul 25 14:23:15 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/gfileutils.c: Clarify the behavior of g_build_path()
        for empty elements and for leading and trailing copies
        of the separator in the docs.

        * glib/gfileutils.c: Fix problems with leading elements
        consisting only of "/" characters. (#85928, Guillaume Chazarain)

        * tests/strfunc-test.c (main): Add more test cases
        for g_build_filename().
2002-07-26 19:58:07 +00:00
Owen Taylor
1a8852d374 Fix problems with excess ';' by addition of strategic 'extern void
Fri Jul 26 15:46:36 2002  Owen Taylor  <otaylor@redhat.com>

        * gvaluetransform.c: Fix problems with excess ';'
        by addition of strategic 'extern void glib_dummy_decl (void)'
        (#83272, David L. Cooper II)
2002-07-26 19:48:11 +00:00
Changwoo Ryu
b00fc3ddce Updated Korean translation.
* ko.po: Updated Korean translation.
2002-07-26 18:07:29 +00:00
Owen Taylor
e0abb05bab Fix docs for @str_return to conform to the main docs and the
Thu Jul 25 20:57:20 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/giochannel.c (g_io_channel_read_line): Fix
        docs for @str_return to conform to the main docs
        and the implementation as to whether the terminator
        is included. (#87964, Jacob Berkman)
2002-07-26 00:59:40 +00:00
Owen Taylor
a52032255f When adding ancestral prerequisites, add the grandparents, not the
Thu Jul 25 20:34:39 2002  Owen Taylor  <otaylor@redhat.com>

        * gtype.c (g_type_interface_add_prerequisite): When
        adding ancestral prerequisites, add the grandparents,
        not the siblings. (Problem found by Jon Trowbridge, patch from
        Dave Camp, #86879)
2002-07-26 00:42:32 +00:00
Owen Taylor
2b73fa0f15 Handle the end of the string properly when max_len is set. (#88545, Morten
Thu Jul 25 19:52:41 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/guniprop.c (real_tolower): Handle the
        end of the string properly when max_len is set.
        (#88545, Morten Welinder.) Rename the next_t
        variable to next_type to make cc-mode happy.

        * glib/gconvert.c (g_iconv_open): Fix missing
        label from previous commit.
2002-07-25 23:58:29 +00:00
Owen Taylor
8aea64b56b hu Jul 25 19:41:03 2002 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.c (g_io_channel_get_flags): Fix
        incorrect return value in g_return_val_if_fail
        (#85545, David L. Cooper II)
2002-07-25 23:42:13 +00:00
Owen Taylor
03e5bef754 Clarify that only one of the conditions listed in the docs need to be
Thu Jul 25 19:12:43 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/giochannel.c (g_io_channel_set_encoding): Clarify
        that only one of the conditions listed in the docs
        need to be true, not all of them. (#87176,
        Sebastian Rittau)

        * glib/giochannel.c (g_io_channel_read_line): Fix
        description of the return value. (#87754, Manuel Clos)
2002-07-25 23:15:31 +00:00
Owen Taylor
7a1e68bb66 Remove reference in the docs to @notify parameter. (#87768, Manuel Clos)
Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/gmain.c (g_timeout_add): Remove reference
        in the docs to @notify parameter. (#87768,
        Manuel Clos)
2002-07-25 23:04:14 +00:00
Owen Taylor
87364bf7a4 Fix reference to non-existing @priority parameter. (#88500, Linux Walleij)
Thu Jul 25 18:58:29 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/tmpl/threads.sgml: Fix reference to non-existing
        @priority parameter. (#88500, Linux Walleij)
2002-07-25 23:00:01 +00:00
Owen Taylor
285573026d Document the (GIConv)-1 return value on failure. (#87559, Jarek Dukat)
Thu Jul 25 17:57:07 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/gconvert.c (g_iconv_open): Document the
        (GIConv)-1 return value on failure. (#87559,
        Jarek Dukat)

        * glib/gconvert.c (g_iconv_open): Fix potential
        problems with the assumption that (GIConv)(iconv_t)-1
        is the same as (GIConv)-1.
2002-07-25 22:33:02 +00:00
Changwoo Ryu
5db987c5bb Updated Korean translation.
* ko.po: Updated Korean translation.
2002-07-21 11:44:00 +00:00
Anders Carlsson
2fe616e7c5 Remove debugging message, approved by Tim Janik.
2002-07-05  Anders Carlsson  <andersca@gnu.org>

	* gobject.c (g_object_base_class_finalize): Remove debugging
	message, approved by Tim Janik.
2002-07-05 07:55:54 +00:00
Sebastian Wilhelmi
559e8cec55 Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the
2002-07-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
	throughout the files, which didn't already have
	them. (#87312). Merged from HEAD.
2002-07-04 15:28:22 +00:00
Sebastian Wilhelmi
9728e9f91f Fixed bugs in posix thread priority resolution. Also added AIX priorities.
2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* configure.in: Fixed bugs in posix thread priority
	resolution. Also added AIX priorities. Fix from Laurent Vivier
	<Laurent.Vivier@bull.net>. (#82599). Merged from HEAD.
2002-07-03 15:41:52 +00:00
Sebastian Wilhelmi
4d07a1fe1b Use thr_min_stack() instead of sysconf (_SC_THREAD_STACK_MIN). if
2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gthread/gthread-solaris.c: Use thr_min_stack() instead of
	sysconf (_SC_THREAD_STACK_MIN). if stack_size is 0 on entry to
	g_thread_create_solaris_impl, also pass 0 to thr_create. Otherwise
	the stack might be to small for any nontrivial thread. Discovered
	on intel-solaris by Rajkumar Sivasamy
	<rajkumar.siva@wipro.com>. Merged from HEAD.
2002-07-03 10:40:32 +00:00
Sebastian Wilhelmi
af856ee92b Improve checks for dce/posix threads to also do the right thing, if the
2002-07-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* configure.in: Improve checks for dce/posix threads to also do
	the right thing, if the thread functions are not declared in
	pthread.h. Idea from Miroslaw Dobrzanski-Neumann
	<mne@mosaic-ag.com> in #77981. Merged from HEAD.
2002-07-02 12:44:26 +00:00
Sebastian Wilhelmi
77f148f908 Add parenthesis to protect macro argument. Spotted by Sam Couter
2002-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/garray.h: Add parenthesis to protect macro
	argument. Spotted by Sam Couter <sam@topic.com.au>. Merged from
	HEAD. (#86826)
2002-07-01 12:52:42 +00:00
Sebastian Wilhelmi
93dbf6ac51 In case of G_DISABLE_ASSERT replace "G_STMT_START{ }G_STMT_END" with
2002-06-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/gmessages.h (g_assert, g_assert_not_reached,
	g_return_if_fail, g_return_val_if_fail): In case of
	G_DISABLE_ASSERT replace "G_STMT_START{ }G_STMT_END" with
	"G_STMT_START{ (void)0; }G_STMT_END", because the former chokes
	gcc prior to 3.0. (#86664). Merged from HEAD.
2002-06-28 08:43:04 +00:00
Yanko Kaneti
5535fa1605 Added Bulgarian (bg).
2002-06-26  Yanko Kaneti <yaneti@declera.com>

   * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).

po/

   * bg.po (added): Bulgarian translation by
   Borislav Aleksandrov <B.Aleksandrov@cnsys.bg>.
2002-06-26 08:01:22 +00:00
Pablo Saratxaga
b141560282 Added Vietnamese file 2002-06-18 18:28:27 +00:00
Andraz Tori
cdc389ebed Updated Slovenian translation 2002-06-16 13:33:43 +00:00
Yuri Syrota
3260ffc240 Updated Ukrainian translation 2002-06-14 07:41:33 +00:00
Yuri Syrota
2e8b7c1f1c Updated Ukrainian translation 2002-06-14 07:19:50 +00:00
Yuri Syrota
b30624ee1d Updated Ukrainian translation 2002-06-14 07:13:53 +00:00
Yuri Syrota
71751b8d33 Updated Ukrainian translation 2002-06-14 06:55:09 +00:00
Owen Taylor
106c1bf5b2 Released 2.0.4
Thu Jun 13 16:19:23 2002  Owen Taylor  <otaylor@redhat.com>

        * Released 2.0.4

        * configure.in: Version 2.0.4, binary, interface age 4.

        * NEWS: Updates.
GLIB_2_0_4
2002-06-13 21:15:06 +00:00
Owen Taylor
7fe389e70d Make interval unsigned to match g_timeout_source_new(). (#82624, Tim
Thu Jun 13 16:12:04 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/gmain.c (struct _GTimeoutSource): Make
        interval unsigned to match g_timeout_source_new().
        (#82624, Tim Janik.)

        * glib/gmain.c (g_timeout_prepare): Add some
        extra gymnastics to avoid signed/unisgned integer
        overflows.
2002-06-13 20:14:52 +00:00
Owen Taylor
3eebce18fc Add a note about the deficiency of Tru64 iconv. (#81699, Manuel Op de
Thu Jun 13 15:57:46 2002  Owen Taylor  <otaylor@redhat.com>

        * INSTALL.in: Add a note about the deficiency
        of Tru64 iconv. (#81699, Manuel Op de Coul)
2002-06-13 20:02:05 +00:00
Dmitry Mastrukov
dfae05e930 ru.po: Updated Russian translation. 2002-06-13 08:09:36 +00:00
Takayuki KUSANO
0bc64558bd Updated Japanese translation.
* ja.po: Updated Japanese translation.
2002-06-12 10:32:39 +00:00
Owen Taylor
b67d305d50 ChangeLog fixes 2002-06-11 23:27:24 +00:00
Anders Carlsson
00be16f1dd Fix argument order. Fixes #82806.
2002-06-11  Anders Carlsson  <andersca@gnu.org>

	* gtypemodule.c: (g_type_module_complete_interface_info):
	* gtypeplugin.h:
	Fix argument order. Fixes #82806.
2002-06-11 21:44:04 +00:00
Owen Taylor
581c71d278 tests/patterntest.c (test_compilation) A couple of 64-bit printf format
Tue Jun 11 17:03:39 2002  Owen Taylor  <otaylor@redhat.com>

        * tests/patterntest.c (test_compilation)
        * glib/gmem.c (profiler_try_realloc): A couple
        of 64-bit printf format fix from George Lebl.

        * glib/gconvert.c (open_converter): Fix gsize/gint
        mixup for g_iconv() arguments.
2002-06-11 21:04:37 +00:00
Andraz Tori
be1079deb1 Updated Slovenian translation 2002-06-09 19:56:26 +00:00
Jesus Bravo Alvarez
6efca0d6ea Updated Galician translation 2002-06-08 10:54:22 +00:00
Vincent van Adrighem
62cad2089b nl.po: Dutch translation updated by Tino Meinen.
2002-06-07 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
	nl.po: Dutch translation updated by Tino Meinen.
2002-06-07 10:32:09 +00:00
Christophe Merlet
a1dc15919a Updated french translation. 2002-06-05 11:29:39 +00:00
Chyla Zbigniew
03454e15cf Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-06-04 16:57:36 +00:00
Jordi Mallach
88e8b5831b Updated Catalan translation. 2002-06-04 00:47:50 +00:00
Germán Poo-Caamaño
5b66f9ac79 Updated spanish translation from Juan Manuel García Molina
2002-06-02  Germán Poo-Caamaño <gpoo@ubiobio.cl>

        * es.po: Updated spanish translation from
		Juan Manuel García Molina <juanma_gm@wanadoo.es>
2002-06-02 19:40:51 +00:00
Isam Bayazidi
d8720b5fae adding a no accelerator PO 2002-05-31 20:41:06 +00:00
Duarte Loreto
d6f3410e57 Updated Portuguese translation
2002-05-29  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation
2002-05-29 01:56:14 +00:00
Hasbullah Bin Pit
3a31c55532 Updated Malay Translation.
2002-05-27  Hasbullah Bin Pit <sebol@ikhlas.com>

* ms.po: Updated Malay Translation.
2002-05-27 21:25:41 +00:00
Isam Bayazidi
91d249d247 adding Arabic file 2002-05-26 22:53:51 +00:00
Kjartan Maraas
48943b04f1 Update 2002-05-26 08:07:11 +00:00
Isam Bayazidi
77ffc69275 - adding Arabic translation file 2002-05-24 22:14:04 +00:00
Isam Bayazidi
1c63073889 - updating Arabic translation 2002-05-23 22:14:19 +00:00
Owen Taylor
1cb796e0e4 hu May 23 14:15:40 2002 Owen Taylor <otaylor@redhat.com>
* Released 2.0.3
GLIB_2_0_3
2002-05-23 20:50:38 +00:00
Havoc Pennington
d870361e03 on success, close the pipes from the child. Fix from Tim.
2002-05-23  Havoc Pennington  <hp@redhat.com>

	* glib/gspawn.c (fork_exec_with_pipes): on success, close the
	pipes from the child. Fix from Tim.
2002-05-23 15:37:06 +00:00