Commit Graph

2133 Commits

Author SHA1 Message Date
Noah Levitt
ddfac0d868 Update g_unichar_iswide to Unicode 4.0 (#113404).
2003-05-22  Noah Levitt  <nlevitt@columbia.edu>

        * glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
2003-05-22 19:55:48 +00:00
Noah Levitt
b27a3e97cb Fix obscure typo in case conversion routine (#113469).
2003-05-21  Noah Levitt  <nlevitt@columbia.edu>

	* glib/guniprop.c: Fix obscure typo in case conversion routine
	(#113469).
2003-05-21 22:03:56 +00:00
Manish Singh
ff902140ac wrap 64-bit MIN/MAX limit constants in G_GINT64_CONSTANT. Fixes bug
Tue May 20 14:17:20 2003  Manish Singh  <yosh@gimp.org>

        * configure.in: wrap 64-bit MIN/MAX limit constants in
        G_GINT64_CONSTANT. Fixes bug #108699.
2003-05-20 21:18:38 +00:00
Noah Levitt
0ab753ab52 Fix cut-and-pasto: g_unichar_break_type should return
2003-05-19  Noah Levitt  <nlevitt@columbia.edu>

	* glib/gunibreak.c: Fix cut-and-pasto: g_unichar_break_type should
	return G_UNICODE_BREAK_UNKNOWN if the character is greater than
	G_UNICODE_LAST_CHAR.
2003-05-20 03:36:25 +00:00
Noah Levitt
61131532cc Remove unused function g_list_sort2 (bug #113203).
2003-05-19  Noah Levitt  <nlevitt@columbia.edu>

	* glib/glist.c: Remove unused function g_list_sort2 (bug #113203).
2003-05-19 17:00:45 +00:00
Noah Levitt
96944ea426 Fix off-by-one error in g_unicode_canonical_ordering (bug #113260).
2003-05-19  Noah Levitt  <nlevitt@columbia.edu>

	* glib/gunidecomp.c: Fix off-by-one error in
	g_unicode_canonical_ordering (bug #113260).
2003-05-19 16:01:20 +00:00
Christophe Merlet
4d09cc7188 Updated French translation. 2003-05-08 12:17:01 +00:00
Matthias Clasen
ee4d8a5b6a Some doc fixes. (#111805)
2003-05-05  Matthias Clasen  <maclas@gmx.de>

	* glib/gstrfuncs.c (g_ascii_dtostr):
	(g_ascii_formatd):
	(g_ascii_strtod): Some doc fixes.  (#111805)
2003-05-05 18:25:11 +00:00
Christian Rose
5153dd6624 Added sr and sr@Latn to ALL_LINGUAS. Added Serbian translation by Danilo
2003-05-05  Christian Rose  <menthos@menthos.com>

	* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
	* po/sr.po, po/sr@Latn.po: Added Serbian translation by
	Danilo Šegan <dsegan@gmx.net>.
2003-05-05 13:48:25 +00:00
Havoc Pennington
c34961c36d for non-nul-terminated strings, this would read one past the end of the
2003-05-01  Havoc Pennington  <hp@pobox.com>

	* glib/gmarkup.c (advance_char): for non-nul-terminated strings,
	this would read one past the end of the string. valgrind never
	showed this up because most people use g_file_get_contents()
	which leaves a nul termination which is initialized.
2003-05-02 02:45:06 +00:00
Owen Taylor
f322e6413e Accept libtool-1.5. (#111483)
Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>

        * autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
2003-04-24 23:51:37 +00:00
Matthias Clasen
aeca77805b Forgotten fix. 2003-04-18 00:19:16 +00:00
Matthias Clasen
f2aea5d811 Correct the documentation GSignalEmissionHook (#110906) and some cleanups.
2003-04-18  Matthias Clasen  <maclas@gmx.de>

	* gobject/tmpl/signals.sgml: Correct the documentation
	GSignalEmissionHook (#110906) and some cleanups.
2003-04-18 00:16:45 +00:00
Fatih Demir
24420d2a8e Updated ta.po 2003-04-12 21:13:31 +00:00
Raphael Finkel
fde4730d99 Updated Yiddish translation
2003-04-11  Raphael Finkel <raphael@cs.uky.edu>

	* yi.po: Updated Yiddish translation
2003-04-11 16:44:26 +00:00
Owen Taylor
80bbe3240b When waiting for the main loop to be freed up, wait on either
Mon Apr  7 13:40:28 2003  Owen Taylor  <otaylor@redhat.com>

        * glib/gmain.c (g_main_loop_run): When waiting for
        the main loop to be freed up, wait on either
        !loop->is_running or got_ownership, not both.
        (Caused gtk_dialog_run() not to work in other
        threads, reported by Jean-Yves Lefort)
2003-04-07 17:51:31 +00:00
Matthias Clasen
87ede42b48 Warn if p == NULL && max != 0. (#110087)
2003-04-07  Matthias Clasen  <maclas@gmx.de>

	* glib/gutf8.c (g_utf8_strlen): Warn if p == NULL && max != 0.
	(#110087)
2003-04-06 22:17:18 +00:00
Raphael Finkel
ca35a3e5f3 Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
2003-04-04  Raphael Finkel <raphael@cs.uky.edu>

	* yi.po: Updated Yiddish translation by
	Raphael Finkel <raphael@cs.uky.edu>.
2003-04-04 20:44:56 +00:00
Matthias Clasen
fb0d5025eb Fix formatting of examples.
* glib/tmpl/error_reporting.sgml:
	* glib/tmpl/random_numbers.sgml:
	* glib/tmpl/arrays_pointer.sgml:
	* glib/tmpl/arrays.sgml: Fix formatting of examples.
2003-03-31 22:49:17 +00:00
Sven Neumann
e466d7203f for inline docs, use the parameter name as spelled in the header file.
2003-03-31  Sven Neumann  <sven@gimp.org>

	* gobject.c (g_object_class_install_property): for inline docs,
	use the parameter name as spelled in the header file.

2003-03-31  Sven Neumann  <sven@gimp.org>

	* gobject/tmpl/param_value_types.sgml: removed docs for
	g_param_spec_ulong() since this function is documented inline.
2003-03-31 10:54:26 +00:00
Matthias Clasen
f526e82a0c Optimize the common cases (init == NULL or init == "") a bit. replace uses
2003-03-30  Matthias Clasen  <maclas@gmx.de>

	* glib/gstring.c (g_string_new): Optimize the common cases
	(init == NULL or init == "") a bit.
	* glib/gmarkup.c, glib/gmessages.c, glib/gscanner.c,
	glib/gshell.c, glib/gspawn-win32-helper.c, glib/gspawn-win32.c,
	glib/gspawn.c, gobject/gvaluetransform.c: replace uses of
	g_string_new ("") by g_string_new (NULL).  (#106973, Morten Welinder)
2003-03-30 22:01:50 +00:00
Matthias Clasen
44605616f0 2003-03-a30 Matthias Clasen <maclas@gmx.de>
* glib/gutf8.c (UNICODE_VALID): Update to Unicode 3.1 and optimize
	a bit.  (#107427, Noah Lewitt)
2003-03-30 21:51:49 +00:00
Matthias Clasen
18a78cef56 Add cp1251 support for Solaris. (#104738, Hidetoshi Tajima)
2003-03-30  Matthias Clasen  <maclas@gmx.de>

	* glib/libcharset/config.charset: Add cp1251 support for Solaris.
	(#104738, Hidetoshi Tajima)
2003-03-30 21:30:16 +00:00
Matthias Clasen
503ee78d32 Get rid of UNSAFE_DOS_PATH. (acceptable): Align with RFC2396. (#59653)
2003-03-30  Matthias Clasen  <maclas@gmx.de>

	* glib/gconvert.c (UnsafeCharacterSet): Get rid of
	UNSAFE_DOS_PATH.
	(acceptable): Align with RFC2396.  (#59653)

	* tests/uri-test.c: Adjust to the changes above.
2003-03-30 21:23:34 +00:00
Christian Rose
102d548ce5 Added "yi" to ALL_LINGUAS. Added Yiddish translation by Raphael Finkel
2003-03-26  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "yi" to ALL_LINGUAS.
	* po/yi.po: Added Yiddish translation by
	Raphael Finkel <raphael@cs.uky.edu>.
2003-03-26 21:52:37 +00:00
Sven Neumann
06fe974cbd removed leftover debugging message (bug #109093).
2003-03-24  Sven Neumann  <sven@gimp.org>

	* gtype.c (type_data_finalize_class_ifaces_Wm): removed leftover
	debugging message (bug #109093).
2003-03-24 16:59:33 +00:00
Guntupalli Karunakar
2a022bb984 Added Malayalam translation 2003-03-20 14:20:42 +00:00
Matthias Clasen
7f99de2b1d Fix docs.
2003-03-19  Matthias Clasen  <maclas@gmx.de>

	* glib/giochannel.c (g_io_channel_read_to_end): Fix docs.
2003-03-19 21:41:01 +00:00
Matthias Clasen
744b4d1d71 Fix 0/FALSE confusion. (#107662, Morten Welinder)
2003-03-06  Matthias Clasen  <maclas@gmx.de>

	* gsignal.c (g_signal_handlers_block_matched):
	(g_signal_handlers_unblock_matched):
	(g_signal_handlers_disconnect_matched): Fix 0/FALSE confusion.
	(#107662, Morten Welinder)
2003-03-06 22:49:48 +00:00
Matthias Clasen
a5755f1dc3 Fix FALSE/NULL confusion. (#107646, Morten Welinder)
2003-03-06  Matthias Clasen  <maclas@gmx.de>

	* glib/gmain.c (g_main_context_find_source_by_id):
	(g_main_context_find_source_by_funcs_user_data): Fix FALSE/NULL
	confusion.  (#107646, Morten Welinder)
2003-03-06 22:44:18 +00:00
James Henstridge
15413fffa4 merge changes from trunk, to allow "make distcheck" to pass with newer
2003-03-05  James Henstridge  <james@daa.com.au>

        * po/Makefile.in.in: merge changes from trunk, to allow "make
        distcheck" to pass with newer automakes.  This helps packages
        using glib-gettextize that want to upgrade to automake > 1.4.
2003-03-06 00:26:35 +00:00
Tor Lillqvist
3ca1c975cf Add a couple of missing entries, thanks to Cedric Gustin.
2003-02-25  Tor Lillqvist  <tml@iki.fi>

	* glib/glib.def: Add a couple of missing entries, thanks to Cedric
	Gustin.
2003-02-25 21:26:02 +00:00
Roozbeh Pournader
12c0dc9446 Updated Persian translation.
2003-02-24  Roozbeh Pournader  <roozbeh@sharif.edu>

	* fa.po: Updated Persian translation.
2003-02-24 10:04:09 +00:00
Metin Amiroff
36dbe88db9 Updated Azerbaijani translation.
2003-02-23  Metin Amiroff  <metin@karegen.com>

	* az.po: Updated Azerbaijani translation.
2003-02-23 18:56:55 +00:00
Sebastian Wilhelmi
40b3b1c4c0 Make glib_thread_test not unnecessarily convert between int and void*.
2003-02-18  Sebastian Wilhelmi  <seppi@seppi.de>

	* configure.in: Make glib_thread_test not unnecessarily convert
	between int and void*. (#106278). Let main return int.

	* configure.in: Add an argument to specify the default thread
	attribute to glib_thread_test. Disappeared somewhere between 2.0
	and 2.2.
2003-02-18 14:00:22 +00:00
Sebastian Wilhelmi
9ab522ef11 Make GLib recognize Tru64Unix thread system. (#103020)
2003-02-12  Sebastian Wilhelmi  <seppi@seppi.de>

	* configure.in: Make GLib recognize Tru64Unix thread system. (#103020)
2003-02-12 13:01:40 +00:00
Tor Lillqvist
8f78070c8e Include ChangeLog.pre-2-2.
2003-02-11  Tor Lillqvist  <tml@iki.fi>

	* Makefile.am (EXTRA_DIST): Include ChangeLog.pre-2-2.

	* glib-zip.in: Include also the gtk-doc/html documentation in the
	developer package.

	* README.win32: Updates.
2003-02-11 18:01:49 +00:00
Sebastian Wilhelmi
1749389a21 Changed my e-mail address. Removed my e-mail address.
2003-02-11  Sebastian Wilhelmi  <seppi@seppi.de>

	* AUTHORS: Changed my e-mail address.
	* glib/grand.c: Removed my e-mail address.
2003-02-11 10:13:52 +00:00
Matthias Clasen
1e7a4daa3f Fix an off-by-one error in the g_strescape() docs. (#105431, Phillip
2003-02-11  Matthias Clasen  <maclas@gmx.de>

	* glib/tmpl/string_utils.sgml: Fix an off-by-one error in the
	g_strescape() docs.  (#105431, Phillip Vandry)
2003-02-10 23:57:58 +00:00
Fatih Demir
22c05b8990 Updated tr.po by Arman 2003-02-10 23:42:49 +00:00
Mohammad DAMT
c1292672d8 Added Indonesian translation Added "id" to ALL_LINGUAS
2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>

	* po/id.po: Added Indonesian translation
	* configure.in: Added "id" to ALL_LINGUAS
2003-02-10 08:04:46 +00:00
Matthias Clasen
e576a69b29 Fix a bunch of typos in header comments. (#102422, Morten Welinder)
2003-02-06  Matthias Clasen  <maclas@gmx.de>

	* glib/gmessages.h:
	* glib/gmem.h:
	* glib/ghash.h:
	* glib/gasyncqueue.h:
	* glib/garray.h:
	* glib/ghook.h:
	* glib/gtypes.h: Fix a bunch of typos in header comments.
	(#102422, Morten Welinder)
2003-02-06 19:58:18 +00:00
Tor Lillqvist
f853aa0751 Fix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed by Daniel
2003-02-04  Tor Lillqvist  <tml@iki.fi>

	* glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
	SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.
2003-02-04 23:23:08 +00:00
Duarte Loreto
82c89e8978 Updated Portuguese translation.
2003-01-31  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.
2003-01-31 00:17:50 +00:00
Owen Taylor
6c9008a75c Remove references to glib.spec. (#102231)
Thu Jan 30 16:45:13 2003  Owen Taylor  <otaylor@redhat.com>

        * Makefile.am: Remove references to glib.spec.
        (#102231)

        * configure.in: Don't generate glib.spec.
2003-01-30 21:46:39 +00:00
Tivo Leedjrv
1e03d148dc Fixed a small bug in Estonian translation.
2003-01-29  Tivo Leedjrv  <toivo@linux.ee>

        * et.po: Fixed a small bug in Estonian translation.
2003-01-29 11:19:54 +00:00
Kwok-Koon Cheung
917d51d052 Global fix of ALL_LINGUAS for GNOME 2.2 2003-01-29 06:50:20 +00:00
Owen Taylor
340aa605d3 === Released 2.2.1 ===
Tue Jan 28 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.2.1 ===

        * configure.in: Version 2.2.1, interface age 1.

        * NEWS: Updated.
GLIB_2_2_1
2003-01-28 22:22:50 +00:00
Owen Taylor
d0f20a3f9d If msgfmt isn't found, unset gt_cv_have_gettext. (#102552, Tim Mooney)
Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>

        * m4macros/glib-gettext.m4: If msgfmt isn't found,
        unset gt_cv_have_gettext. (#102552, Tim Mooney)
2003-01-28 21:13:26 +00:00
Owen Taylor
1d9a87e99e Fix version in complaint message about automake. (#104366, Rich Burridge)
Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>

	* autogen.sh (have_automake): Fix version in complaint
	message about automake. (#104366, Rich Burridge)
2003-01-28 20:27:30 +00:00