1818 Commits

Author SHA1 Message Date
Hidetoshi Tajima
43cb4a5a1e should copy utf8string at most 'len' bytes if the given utf8string is not
* glib/gconvert.c (strdup_len): should copy utf8string
	at most 'len' bytes if the given utf8string is not null
	terminated. (#91222)
2002-08-20 20:08:11 +00:00
Peteris Krisjanis
aed74400ae 2002-08-20 Peteris Krisjanis <peteris.krisjanis@os.lv> Updated Latvian translation. 2002-08-20 15:29:29 +00:00
Peteris Krisjanis
cd1f9ab5e0 2002-08-20 Peteris Krisjanis <peteris.krisjanis@os.lv> * lv.po: Updated Latvian translation. 2002-08-20 15:28:27 +00:00
Havoc Pennington
878a5f498d hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and
2002-08-18  Havoc Pennington  <hp@pobox.com>

	* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
	both automake 1.6 and 1.4 installed get the right automake. Means
	compilation from CVS will now require the latest automake 1.4
	release, or manually creating symlinks called "automake-1.4" and
	"aclocal-1.4"
2002-08-18 22:21:40 +00:00
Isam Bayazidi
9e033ba9aa Arabic Translation 2002-08-18 09:36:56 +00:00
Gustavo Noronha Silva
f1b3aa003d new brazilian portuguese translation 2002-08-10 18:05:11 +00:00
Tim Janik
20dd22da42 keep entity name in a newly alocated buffer to prevent segfaulting on
Wed Aug  7 17:38:16 2002  Tim Janik  <timj@gtk.org>

        * glib/gmarkup.c (unescape_text): keep entity name in
        a newly alocated buffer to prevent segfaulting on entity
        names which are longer than 5 characters.
2002-08-07 15:46:37 +00:00
Christian Neumair
3631aa8283 Updated German translation 2002-08-06 22:34:47 +00:00
Peteris Krisjanis
9ba5b0c55b 2002-08-06 Peteris Krisjanis <peteris.krisjanis@os.lv> * lv.po: Updated Latvian translation 2002-08-06 20:52:23 +00:00
Peteris Krisjanis
eb7484cb4e 2002-08-06 Peteris Krisjanis <peteris.krisjanis@os.lv> Updated Latvian translation 2002-08-06 20:52:03 +00:00
Sebastian Wilhelmi
b6a467e298 Factor out g_main_context_init_pipe from g_main_context_new to initialize
2002-08-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/gmain.c: Factor out g_main_context_init_pipe from
	g_main_context_new to initialize the wakeup pipe of a
	context. Call that function from g_main_context_new if threads are
	initialized and for all contexts when threads are initialized
	in g_main_thread_init.

	* gthread/gthread-impl.c: Call
	g_main_thread_init. (#86872). Merged from HEAD.
2002-08-06 14:58:21 +00:00
Owen Taylor
9435d5562f Released 2.0.6
Fri Jul 26 18:01:44 2002  Owen Taylor  <otaylor@redhat.com>

        * Released 2.0.6

        * configure.in: 2.0.6, binary, interface age 6

        * NEWS: Updated.
GLIB_2_0_6
2002-07-26 22:22:37 +00:00
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