Matthias Clasen [Fri, 6 Aug 2004 17:26:28 +0000 (17:26 +0000)]
Require ngettext. (#123847, Danilo Segan)
2004-08-06 Matthias Clasen <mclasen@redhat.com>
* m4macros/glib-gettext.m4: Require ngettext. (#123847,
Danilo Segan)
Ray Strode [Thu, 5 Aug 2004 20:53:25 +0000 (20:53 +0000)]
strdup result so caller doesn't free internally managed memory.
Thu Aug 5 20:53:00 2004 Ray Strode <rstrode@redhat.com>
* glib/gutils.h (g_get_codeset): strdup result so caller
doesn't free internally managed memory.
Ankitkumar Rameshchandra Patel [Thu, 5 Aug 2004 05:17:06 +0000 (05:17 +0000)]
ankit@redhat.com 05/08/04
Tor Lillqvist [Wed, 4 Aug 2004 23:12:53 +0000 (23:12 +0000)]
Update to match what configure produces. Add the G_ATOMIC_*. Define
2004-08-04 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Update to match what configure produces. Add
the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
HAVE_INT64_AND_I64 to where the configure script puts it. Add
HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
Matthias Clasen [Tue, 3 Aug 2004 20:44:24 +0000 (20:44 +0000)]
Add a section for GOption. Include GOption section. New template.
Tue Aug 3 16:43:22 2004 Matthias Clasen <maclas@gmx.de>
* glib/glib-sections.txt: Add a section for GOption.
* glib/glib-docs.sgml: Include GOption section.
* glib/tmpl/option.sgml: New template.
Matthias Clasen [Tue, 3 Aug 2004 20:23:05 +0000 (20:23 +0000)]
Mark user visible strings for translation.
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
* glib/goption.c: Mark user visible strings for translation.
Matthias Clasen [Tue, 3 Aug 2004 19:52:49 +0000 (19:52 +0000)]
Pedantically use g types throughout.
Tue Aug 3 15:50:55 2004 Matthias Clasen <maclas@gmx.de>
* glib/goption.[hc]: Pedantically use g types throughout.
Matthias Clasen [Tue, 3 Aug 2004 19:41:02 +0000 (19:41 +0000)]
New function to check the version of GLib at runtime. (#149175, Michael
Tue Aug 3 14:58:20 2004 Matthias Clasen <maclas@gmx.de>
* glib/gutils.h:
* glib/gutils.c (glib_check_version): New function to
check the version of GLib at runtime. (#149175, Michael Natterer)
Anders Carlsson [Mon, 2 Aug 2004 22:24:17 +0000 (22:24 +0000)]
Move GTranslateFunc to gtypes.h
2004-08-03 Anders Carlsson <andersca@gnome.org>
* glib/goption.h:
* glib/gtypes.h:
Move GTranslateFunc to gtypes.h
Anders Carlsson [Mon, 2 Aug 2004 21:40:40 +0000 (21:40 +0000)]
Add GOption.
2004-08-02 Anders Carlsson <andersca@gnome.org>
* glib/Makefile.am:
* glib/glib.h:
* glib/goption.c:
* glib/goption.h:
* tests/.cvsignore:
* tests/Makefile.am:
* tests/option-test.c:
Add GOption.
Matthias Clasen [Mon, 2 Aug 2004 15:34:30 +0000 (15:34 +0000)]
Add a G_GNUC_INTERNAL macro to mark function declarations as internal and
2004-08-02 Matthias Clasen <mclasen@redhat.com>
* glib/gmacros.h: Add a G_GNUC_INTERNAL macro to mark function
declarations as internal and avoid PLT indirections for
them. (#145465, Arjan van de Ven)
* glib/gunicodeprivate.h:
* glib/gthreadinit.h:
* glib/gmessages.h:
* glib/gdebug.h:
* glib/gconvert.c: Use G_GNUC_INTERNAL for _g_charset_get_aliases(),
_g_debug_init(), _g_log_fallback_handler(), _g_mem_thread_init(),
_g_messages_thread_init(), _g_convert_thread_init(),
_g_rand_thread_init(), _g_main_thread_init(), _g_atomic_thread_init(),
_g_mem_thread_private_init(), _g_messages_thread_private_init(),
_g_utf8_normalize_wc() and _g_unichar_combining_class().
* glib/gatomic.c: Include gthreadinit.h here to see the declaration
for _g_atomic_thread_init().
Matthias Clasen [Mon, 2 Aug 2004 15:12:19 +0000 (15:12 +0000)]
Include gthreadinit.h here to see the declaration for
2004-08-02 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c: Include gthreadinit.h here to see the declaration
for _g_atomic_thread_init().
Manish Singh [Sun, 1 Aug 2004 20:21:02 +0000 (20:21 +0000)]
move newline printing from run_from_uri_tests() to run_roundtrip_tests().
Sun Aug 1 13:19:18 2004 Manish Singh <yosh@gimp.org>
* tests/uri-test.c: move newline printing from run_from_uri_tests()
to run_roundtrip_tests().
Matthias Clasen [Sun, 1 Aug 2004 04:35:24 +0000 (04:35 +0000)]
*** empty log message ***
Matthias Clasen [Sun, 1 Aug 2004 03:51:21 +0000 (03:51 +0000)]
2.5.1
Matthias Clasen [Sun, 1 Aug 2004 03:17:21 +0000 (03:17 +0000)]
Updates for 2.5.1
Matthias Clasen [Sun, 1 Aug 2004 00:39:45 +0000 (00:39 +0000)]
Include a test involving consecutive backslashes followed by a non-escaped
Sat Jul 31 20:33:07 2004 Matthias Clasen <maclas@gmx.de>
* tests/shell-test.c: Include a test involving consecutive
backslashes followed by a non-escaped doublequote.
* glib/gshell.c (tokenize_command_line): Count consecutive
backslashes mod 2 to detect escaped doubleqotes. (#127306)
Matthias Clasen [Fri, 30 Jul 2004 19:00:01 +0000 (19:00 +0000)]
Don't validate for UTF-8 here. (#148420, Robert Ögren)
2004-07-30 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.c (g_unescape_uri_string): Don't validate
for UTF-8 here. (#148420, Robert Ögren)
* tests/uri-test.c (run_roundtrip_tests): Add tests for
roundtrip compatibility. Going from filename to uri and
back should always give you the same filename back.
Iñaki Larrañaga [Thu, 29 Jul 2004 15:36:07 +0000 (15:36 +0000)]
Updated Basque translation.
2004-07-29 Iñaki Larrañaga <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
Matthias Clasen [Wed, 28 Jul 2004 15:39:01 +0000 (15:39 +0000)]
Clarify docs for g_get_real_name(). (#143552, Danek Duvall)
2004-07-28 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/misc_utils.sgml: Clarify docs for
g_get_real_name(). (#143552, Danek Duvall)
Matthias Clasen [Wed, 28 Jul 2004 15:32:07 +0000 (15:32 +0000)]
Catch cases of forgotten g_type_add_private(). (#148368, Tommi Komulainen)
2004-07-28 Matthias Clasen <mclasen@redhat.com>
* gtype.c (g_type_instance_get_private): Catch cases of
forgotten g_type_add_private(). (#148368, Tommi Komulainen)
Matthias Clasen [Wed, 28 Jul 2004 15:00:59 +0000 (15:00 +0000)]
Tests for handling of whitespace inside tags.
2004-07-28 Matthias Clasen <mclasen@redhat.com>
* tests/markups/valid-{9,10,11}.gmarkup:
* tests/markups/fail-{37,38,39}.gmarkup: Tests for handling
of whitespace inside tags.
* glib/gmarkup.c (enum GMarkupParseState): Add
STATE_AFTER_ATTRIBUTE_NAME and STATE_AFTER_CLOSE_TAG_NAME.
(g_markup_parse_context_parse): Accept whitespace between
attribute names, '=' and attribute values and between
close tag name and '>'. (#148646, Hiroyuki Ikezoe)
Matthias Clasen [Tue, 27 Jul 2004 06:02:15 +0000 (06:02 +0000)]
s/g_strsplit/g_strsplit_set/ as well.
Tue Jul 27 02:01:31 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
as well.
Soeren Sandmann [Sat, 24 Jul 2004 15:51:59 +0000 (15:51 +0000)]
s/g_strtokenize/g_strsplit_set/ in docs.
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* glib/gstrfuncs.c (g_strsplit_set):
s/g_strtokenize/g_strsplit_set/ in docs.
Matthias Clasen [Fri, 23 Jul 2004 14:39:25 +0000 (14:39 +0000)]
Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau)
Fri Jul 23 10:38:24 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE. (#148262,
Christophe Fergeau)
Amanpreet Singh Alam [Thu, 22 Jul 2004 06:36:07 +0000 (06:36 +0000)]
up
Matthias Clasen [Wed, 21 Jul 2004 18:14:54 +0000 (18:14 +0000)]
Fix #132858, Sven Neumann, patch by James Henstridge:
2004-07-21 Matthias Clasen <mclasen@redhat.com>
Fix #132858, Sven Neumann, patch by James Henstridge:
* glib-gettextize.in: modify so that mkinstalldirs will
get installed into auxdir.
* Makefile.am (gettext_SCRIPTS): install mkinstalldirs.
Matthias Clasen [Wed, 21 Jul 2004 17:59:17 +0000 (17:59 +0000)]
Use the correct fields for enums and flags. (#145015,Tommi Komulainen)
2004-07-21 Matthias Clasen <mclasen@redhat.com>
* glib-genmarshal.c (put_marshal_value_getters): Use the
correct fields for enums and flags. (#145015,Tommi Komulainen)
Matthias Clasen [Wed, 21 Jul 2004 17:51:28 +0000 (17:51 +0000)]
Fix #147651, reported by Oliver Guntermann:
2004-07-21 Matthias Clasen <mclasen@redhat.com>
Fix #147651, reported by Oliver Guntermann:
* glib/gprintfint.h (_g_vasprintf): Don't wrap vasprintf(),
_g_gnulib_vasprintf() in a macro, since they behave
differently wrt. to memory allocation.
* glib/gprintf.c (g_vasprintf): Instead, differentiate
here between the three cases: system vasprintf(),
_g_gnulib_vasprintf(), no vasprintf().
Guntupalli Karunakar [Wed, 21 Jul 2004 11:14:02 +0000 (11:14 +0000)]
updated hindi translation
Crispin Flowerday [Tue, 20 Jul 2004 11:53:15 +0000 (11:53 +0000)]
Fix a typo in my name
2004-07-20 Crispin Flowerday <gnome@flowerday.cx>
* NEWS: Fix a typo in my name
Soeren Sandmann [Tue, 20 Jul 2004 02:34:30 +0000 (02:34 +0000)]
Bump version number
Tue Jul 20 04:31:40 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* configure.in: Bump version number
Soeren Sandmann [Sun, 18 Jul 2004 17:44:23 +0000 (17:44 +0000)]
=== Released 2.5.0 ===
Sun Jul 18 19:40:30 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* === Released 2.5.0 ===
* Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
Matthias Clasen [Sun, 18 Jul 2004 05:40:51 +0000 (05:40 +0000)]
Updates for 2.5.0
Mathieu Lacage [Fri, 16 Jul 2004 06:56:20 +0000 (06:56 +0000)]
fill in ulinks
Mathieu Lacage [Fri, 16 Jul 2004 06:37:58 +0000 (06:37 +0000)]
apply patch by stefan Kost
Amanpreet Singh Alam [Tue, 13 Jul 2004 11:00:36 +0000 (11:00 +0000)]
13/7/04 aman <amanlinux@netscape.net> modify
Matthias Clasen [Mon, 12 Jul 2004 20:34:08 +0000 (20:34 +0000)]
Don't choke on a zero handler_id.
2004-07-12 Matthias Clasen <mclasen@redhat.com>
* gsignal.c (g_signal_handler_is_connected): Don't
choke on a zero handler_id.
Matthias Clasen [Mon, 12 Jul 2004 04:03:50 +0000 (04:03 +0000)]
Remove the ENABLE_NLS check here as well.
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
Matthias Clasen [Fri, 9 Jul 2004 13:10:47 +0000 (13:10 +0000)]
Improve g_array_free() docs. (#146875, Ed Griffiths)
Matthias Clasen [Fri, 9 Jul 2004 13:05:40 +0000 (13:05 +0000)]
Convert filename to UTF-8 before using it in the error message. (#146054,
2004-07-09 Matthias Clasen <mclasen@redhat.com>
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
before using it in the error message. (#146054, Federico
Mena Quintero)
Matthias Clasen [Thu, 8 Jul 2004 04:54:45 +0000 (04:54 +0000)]
Remove the ENABLE_NLS check, since GLib can't be built without anyway.
* glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
be built without anyway. (#135899, Murray Cumming)
Matthias Clasen [Tue, 6 Jul 2004 14:13:24 +0000 (14:13 +0000)]
Fix the declarations of the new functions to return GType, not void. Also
Tue Jul 6 00:46:43 2004 Matthias Clasen <maclas@gmx.de>
* gtypemodule.h:
* gtypemodule.c: Fix the declarations of the new
functions to return GType, not void.
Also add missing includes. (#145508, Morten Welinder)
Matthias Clasen [Tue, 6 Jul 2004 04:56:36 +0000 (04:56 +0000)]
Add g_type_module_register_enum() and g_type_module_register_flags().
Tue Jul 6 00:54:38 2004 Matthias Clasen <maclas@gmx.de>
* gobject/gobject-sections.txt:
* gobject/tmpl/gtypemodule.sgml: Add g_type_module_register_enum()
and g_type_module_register_flags().
Matthias Clasen [Tue, 6 Jul 2004 04:44:22 +0000 (04:44 +0000)]
Add forgotten "Since" tag
Matthias Clasen [Mon, 5 Jul 2004 22:52:06 +0000 (22:52 +0000)]
Complete the g_log() family. (#135730, Sven Herzberg)
Mon Jul 5 18:50:27 2004 Matthias Clasen <maclas@gmx.de>
* glib/gmessages.h (g_debug): Complete the g_log()
family. (#135730, Sven Herzberg)
Matthias Clasen [Mon, 5 Jul 2004 22:45:16 +0000 (22:45 +0000)]
Add top_srcdir to make srcdir != . work. (#145166, Kaz Sasayama)
Mon Jul 5 18:42:30 2004 Matthias Clasen <maclas@gmx.de>
* glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to
make srcdir != . work. (#145166, Kaz Sasayama)
Matthias Clasen [Sun, 4 Jul 2004 05:59:37 +0000 (05:59 +0000)]
Use a small test library instead of libpthread.so for testing RTLD_GLOBAL
Sun Jul 4 01:52:18 2004 Matthias Clasen <maclas@gmx.de>
* configure.in: Use a small test library instead of
libpthread.so for testing RTLD_GLOBAL brokenness. (#139567,
Julio M. Merino Vidal)
Sebastian Wilhelmi [Fri, 2 Jul 2004 19:03:33 +0000 (19:03 +0000)]
Rename __asm to __asm__ and __volatile to __volatile__ to make the file
2004-07-02 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gatomic.c: Rename __asm to __asm__ and __volatile to
__volatile__ to make the file consistent. Spotted by Benoit
Carpentier <gtkool_2kx@yahoo.fr>.
John Ehresman [Thu, 1 Jul 2004 16:17:54 +0000 (16:17 +0000)]
glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free) Initialize
2004-07-01 John Ehresman <jpe@wingide.com>
* glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free)
Initialize reset_send & reset_recv fields and don't close
sockets unless they were created. (#145153)
Matthias Clasen [Wed, 23 Jun 2004 16:56:48 +0000 (16:56 +0000)]
Add an initializer for the g_define_type_info.value_table.
Wed Jun 23 12:55:34 2004 Matthias Clasen <maclas@gmx.de>
* gtype.h (G_DEFINE_TYPE_EXTENDED): Add an initializer for
the g_define_type_info.value_table. (#144678,Mariano
Suárez-Alvarez)
Matthias Clasen [Wed, 23 Jun 2004 01:51:42 +0000 (01:51 +0000)]
Fix a couple of typos.
Tue Jun 22 21:50:47 2004 Matthias Clasen <maclas@gmx.de>
* gsignal.c: Fix a couple of typos.
Matthias Clasen [Sat, 19 Jun 2004 02:57:15 +0000 (02:57 +0000)]
Actually define the guard after checking for it. (#108038, Morten
Fri Jun 18 22:55:36 2004 Matthias Clasen <maclas@gmx.de>
* gsourceclosure.h (__G_SOURCECLOSURE_H__): Actually
define the guard after checking for it. (#108038,
Morten Welinder)
Federico Mena Quintero [Wed, 16 Jun 2004 00:20:54 +0000 (00:20 +0000)]
New section on file name encodings.
2004-06-15 Federico Mena Quintero <federico@ximian.com>
* glib/tmpl/conversions.sgml: New section on file name encodings.
* glib/file-name-encodings.sxd: New diagram of how file name
encodings work.
* glib/file-name-encodings.png: Same as above, for inclusion in
the generated docs.
* glib/Makefile.am (HTML_IMAGES): Add file-name-encodings.png.
(EXTRA_DIST): Add the new images.
* glib/running.sgml: Add ids to the corresponding paragraphs that
describe G_FILENAME_ENCODING and G_BROKEN_FILENAMES, to be able to
reference them from elsewhere.
Matthias Clasen [Sat, 12 Jun 2004 03:00:05 +0000 (03:00 +0000)]
Ignore a missing newline at EOF for single line comments. (#83674, Sven
Fri Jun 11 22:56:46 2004 Matthias Clasen <maclas@gmx.de>
* glib/gscanner.c (g_scanner_get_token_ll): Ignore a
missing newline at EOF for single line comments.
(#83674, Sven Neumann)
Matthias Clasen [Fri, 11 Jun 2004 03:45:54 +0000 (03:45 +0000)]
Actually set any_failed on failure. (#143552, Philippe Blain)
Thu Jun 10 23:38:02 2004 Matthias Clasen <maclas@gmx.de>
* tests/printf-test.c (TEST): Actually set any_failed on
failure. (#143552, Philippe Blain)
Matthias Clasen [Fri, 11 Jun 2004 01:31:02 +0000 (01:31 +0000)]
Add an example for GModule usage. (#144127, Tommi Komulainen)
Thu Jun 10 21:29:55 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/modules.sgml: Add an example for GModule
usage. (#144127, Tommi Komulainen)
Mathieu Lacage [Thu, 10 Jun 2004 20:21:59 +0000 (20:21 +0000)]
integrate the last changes by Stefan
Mathieu Lacage [Thu, 10 Jun 2004 11:00:53 +0000 (11:00 +0000)]
Fix a typo reported by Laurent Lemaitre. Tweak the GType section on instiable objects and update the change list.
Mathieu Lacage [Thu, 10 Jun 2004 09:41:43 +0000 (09:41 +0000)]
add chain up section
Federico Mena Quintero [Thu, 10 Jun 2004 00:17:57 +0000 (00:17 +0000)]
Fix expected results (ha ha) for URIs that *should* have been invalid, or
2004-06-09 Federico Mena Quintero <federico@ximian.com>
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
for URIs that *should* have been invalid, or viceversa.
(from_uri_tests): Likewise.
Mathieu Lacage [Wed, 9 Jun 2004 20:22:04 +0000 (20:22 +0000)]
commit first patches from stefan, work on the chaining up section
Pawan Chitrakar [Wed, 9 Jun 2004 09:10:39 +0000 (09:10 +0000)]
Updated nepali translation
2004-06-09 Pawan Chitrakar <pawan@nplinux.org>
* ne.po: Updated nepali translation
Federico Mena Quintero [Tue, 8 Jun 2004 03:27:03 +0000 (03:27 +0000)]
Fixes #140532.
2004-06-07 Federico Mena Quintero <federico@ximian.com>
Fixes #140532.
* glib/gconvert.c (is_asciialphanum): Renamed from
is_escalphanum(); ensures that this is an ASCII character.
(is_asciiescalpha): Renamed from is_escalpha().
(hostname_validate): Use the two functions above.
(g_filename_to_uri): Don't convert the filename to UTF-8.
(g_filename_from_uri): Don't convert the filename from UTF-8.
Matthias Clasen [Tue, 8 Jun 2004 02:29:16 +0000 (02:29 +0000)]
Make "make check" less noisy.
Matthias Clasen [Mon, 7 Jun 2004 03:22:17 +0000 (03:22 +0000)]
Fix the docs for G_DEFINE_TYPE() and friends. (#143800, Crispin Flowerday)
Sun Jun 6 23:20:42 2004 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gtype.sgml: Fix the docs for G_DEFINE_TYPE()
and friends. (#143800, Crispin Flowerday)
Tor Lillqvist [Sun, 6 Jun 2004 17:19:03 +0000 (17:19 +0000)]
Add name of bug reporter.
Tor Lillqvist [Sun, 6 Jun 2004 17:16:58 +0000 (17:16 +0000)]
Check home for being NULL. (#143812)
2004-06-06 Tor Lillqvist <tml@iki.fi>
* glib/gutils.c (g_get_any_init): Check home for being
NULL. (#143812)
Pawan Chitrakar [Sun, 6 Jun 2004 09:45:34 +0000 (09:45 +0000)]
Added "ne.po" Nepali translation
Sun Jun 6 15:23:00 2004 Pawan Chitrakar <pawan@nplinux.org>
* ne.po: Added "ne.po" Nepali translation
* configure.in: Added "ne"(Nepali) in ALL_LINGUAS
Manish Singh [Sat, 5 Jun 2004 02:25:56 +0000 (02:25 +0000)]
cpp #directives should always have the "#" in the first column of the the
Fri Jun 4 19:26:47 2004 Manish Singh <yosh@gimp.org>
* glib/galloca.h: cpp #directives should always have the "#" in the
first column of the the line. Do that for "#pragma alloca". Fixes
bug #143744.
Matthias Clasen [Wed, 2 Jun 2004 04:58:24 +0000 (04:58 +0000)]
Use higher precision for the mathematical constants. (#141941, Morten
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
* glib/gtypes.h: Use higher precision for the mathematical
constants. (#141941, Morten Welinder)
Matthias Clasen [Wed, 2 Jun 2004 02:02:31 +0000 (02:02 +0000)]
Fix an off-by-one error in g_markup_parse_context_parse(). (#142794,
Tue Jun 1 21:56:31 2004 Matthias Clasen <maclas@gmx.de>
* glib/gmarkup.c (advance_char): Fix an off-by-one error
in g_markup_parse_context_parse(). (#142794, Morten Welinder)
Matthias Clasen [Mon, 31 May 2004 04:09:37 +0000 (04:09 +0000)]
Add gmodule-ar.c. (#85930, Tomas Ögren)
Mon May 31 00:07:12 2004 Matthias Clasen <maclas@gmx.de>
* Makefile.am (EXTRA_DIST): Add gmodule-ar.c. (#85930, Tomas Ögren)
Matthias Clasen [Mon, 17 May 2004 03:24:41 +0000 (03:24 +0000)]
Merged from 2.4:
Sun May 16 23:23:29 2004 Matthias Clasen <maclas@gmx.de>
Merged from 2.4:
* glib/gcompletion.c (g_completion_add_items):
(g_completion_remove_items): Remove unnecessary
checks. (#142559, Morten Welinder)
Tor Lillqvist [Sat, 15 May 2004 03:24:16 +0000 (03:24 +0000)]
[Win32] Only believe HOME if it is an absolute path and exists. (#138618)
2004-05-15 Tor Lillqvist <tml@iki.fi>
* glib/gutils.c (g_get_any_init): [Win32] Only believe HOME if it
is an absolute path and exists. (#138618)
Tor Lillqvist [Fri, 14 May 2004 04:58:19 +0000 (04:58 +0000)]
Handle empty digit string for precision correctly. (#142400)
2004-05-14 Tor Lillqvist <tml@iki.fi>
* glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string
for precision correctly. (#142400)
For backward compatibility with the Trio implementation, make "ll"
format modifer work on Win32, too. Change into "I64" before
passing to the system printf. (#142433)
* tests/printf-test.c (main): Add tests for the above.
Matthias Clasen [Wed, 12 May 2004 03:31:55 +0000 (03:31 +0000)]
Make it compile on AIX. (#141159, Michael Wilson)
Tue May 11 23:23:21 2004 Matthias Clasen <maclas@gmx.de>
* gmodule-ar.c (_g_module_open): Make it compile on AIX.
(#141159, Michael Wilson)
Matthias Clasen [Mon, 10 May 2004 19:21:28 +0000 (19:21 +0000)]
Merge from 2.4:
2004-05-10 Matthias Clasen <mclasen@redhat.com>
Merge from 2.4:
* glib/gmain.c (block_source, unblock_source): Make these
static. (#142230, Morten Welinder)
Tor Lillqvist [Sun, 9 May 2004 23:48:57 +0000 (23:48 +0000)]
Remove two duplicated lines. Thanks to Benoît Carpentier.
2004-05-10 Tor Lillqvist <tml@iki.fi>
* glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
lines. Thanks to Benoît Carpentier.
Matthias Clasen [Sun, 9 May 2004 06:07:16 +0000 (06:07 +0000)]
Merge from 2.4:
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
Merge from 2.4:
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
memleak. (#141998, Nikolai Weibull)
Matthias Clasen [Sun, 9 May 2004 03:09:25 +0000 (03:09 +0000)]
Add bug reference.
Matthias Clasen [Sun, 9 May 2004 03:08:19 +0000 (03:08 +0000)]
Merge from 2.4:
Sat May 8 23:02:26 2004 Matthias Clasen <maclas@gmx.de>
Merge from 2.4:
* glib/gutils.h: Remove vestigial g_get_codeset().
* glib/gutils.c (g_get_codeset): Call g_get_charset().
Matthias Clasen [Thu, 6 May 2004 13:26:26 +0000 (13:26 +0000)]
Bump version number to 2.5.0.
2004-05-06 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version number to 2.5.0.
Matthias Clasen [Thu, 6 May 2004 03:36:48 +0000 (03:36 +0000)]
Quote the file scheme to mark it as untranslatable. String change.
Wed May 5 23:35:44 2004 Matthias Clasen <maclas@gmx.de>
* glib/gconvert.c (g_filename_from_uri): Quote the file
scheme to mark it as untranslatable. String change.
(#133144, Danilo Segan)
Matthias Clasen [Wed, 5 May 2004 17:32:12 +0000 (17:32 +0000)]
Add multiple indices.
2004-05-05 Matthias Clasen <mclasen@redhat.com>
* gobject/gobject-docs.sgml:
* glib/glib-docs.sgml: Add multiple indices.
Matthias Clasen [Wed, 5 May 2004 17:30:47 +0000 (17:30 +0000)]
Add multiple indices.
2004-05-05 Matthias Clasen <mclasen@redhat.com>
* glib/glib-docs.sgml: Add multiple indices.
Owen Taylor [Tue, 4 May 2004 20:13:47 +0000 (20:13 +0000)]
Move aside ChangeLog for 2.4
Kjartan Maraas [Tue, 4 May 2004 13:38:04 +0000 (13:38 +0000)]
Updated Norwegian translation.
2004-05-04 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
Pablo Saratxaga [Mon, 3 May 2004 12:36:16 +0000 (12:36 +0000)]
Added Walloon file
Manish Singh [Sun, 2 May 2004 10:55:08 +0000 (10:55 +0000)]
check for __pentium4__ when deciding whether to use bswap for
Sun May 2 03:51:59 2004 Manish Singh <yosh@gimp.org>
* glib/gtypes.h: check for __pentium4__ when deciding whether to
use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
Hans Breuer [Sat, 1 May 2004 13:48:24 +0000 (13:48 +0000)]
added makefile.msc to EXTRA_DIST fixes #141563, Steve Lhomme
2004-05-01 Hans Breuer <hans@breuer.org>
* glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
fixes #141563, Steve Lhomme
Updated ja.po. T.Aihana [Sat, 1 May 2004 02:15:03 +0000 (02:15 +0000)]
2004-05-01 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Matthias Clasen [Fri, 30 Apr 2004 14:45:14 +0000 (14:45 +0000)]
=== Released 2.4.1 ===
2004-04-30 Matthias Clasen <mclasen@redhat.com>
* === Released 2.4.1 ===
* glib/libcharset/Makefile.am (INCLUDES): Add -I$(top_srcdir)
to make make distcheck happy.
* configure.in: Version 2.4.1, interface age 1.
* NEWS: Updates
Telsa Gwynne [Fri, 30 Apr 2004 14:09:14 +0000 (14:09 +0000)]
Updated Welsh translation from Rhys Jones.
Yuri Syrota [Fri, 30 Apr 2004 04:59:35 +0000 (04:59 +0000)]
Updated Ukrainian translation
Dmitry Mastrukov [Thu, 29 Apr 2004 04:58:39 +0000 (04:58 +0000)]
ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.
Danilo Šegan [Wed, 28 Apr 2004 23:12:56 +0000 (23:12 +0000)]
Updated Serbian translation (and fixed ChangeLog encoding, argh).
Jordi Mallach [Tue, 27 Apr 2004 11:50:36 +0000 (11:50 +0000)]
Updated Catalan translation.
Vincent van Adrighem [Tue, 27 Apr 2004 01:18:11 +0000 (01:18 +0000)]
Translation updated by Tino Meinen.
2004-04-27 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
Miloslav Trmac [Mon, 26 Apr 2004 13:18:23 +0000 (13:18 +0000)]
Updated Czech translation.
2004-04-26 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.