Tim Janik [Thu, 13 Dec 2001 07:04:41 +0000 (07:04 +0000)]
implemented closure chaining.
Thu Dec 13 08:03:17 2001 Tim Janik <timj@gtk.org>
* gsignal.c: implemented closure chaining.
Matthias Clasen [Wed, 12 Dec 2001 22:05:55 +0000 (22:05 +0000)]
This fixes #60543:
* glib/gutils.c (g_snprintf, g_vsnprintf): Switch to C99-[v]snprintf().
* tests/strfunc-test.c: Add some tests for g_snprintf().
Matthias Clasen [Wed, 12 Dec 2001 20:32:07 +0000 (20:32 +0000)]
Documentation fixes.
* glib/gconvert.c, glib/grand.c, glib/ghash.c,
glib/gthreadpool.c, glib/gtree.c: Documentation fixes.
* glib/tmpl/allocators.sgml, glib/tmpl/arrays.sgml,
glib/tmpl/arrays_byte.sgml, glib/tmpl/arrays_pointer.sgml,
glib/tmpl/caches.sgml, glib/tmpl/completion.sgml,
glib/tmpl/conversions.sgml,
glib/tmpl/datalist.sgml, glib/tmpl/date.sgml,
glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
glib/tmpl/hash_tables.sgml,
glib/tmpl/hooks.sgml, glib/tmpl/macros.sgml,
glib/tmpl/macros_misc.sgml, glib/tmpl/main.sgml, glib/tmpl/markup.sgml,
glib/tmpl/memory.sgml, glib/tmpl/memory_chunks.sgml,
glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml,
glib/tmpl/modules.sgml, glib/tmpl/numerical.sgml,
glib/tmpl/patterns.sgml, glib/tmpl/queue.sgml,
glib/tmpl/shell.sgml, glib/tmpl/spawn.sgml,
glib/tmpl/string_utils.sgml, glib/tmpl/thread_pools.sgml,
glib/tmpl/threads.sgml, glib/tmpl/timers.sgml,
glib/tmpl/trees-binary.sgml, glib/tmpl/trees-nary.sgml,
glib/tmpl/type_conversion.sgml, glib/tmpl/unicode.sgml,
glib/tmpl/warnings.sgml, glib/tmpl/windows.sgml:
Improve markup of examples, general consistency improvements.
Stanislav Visnovsky [Tue, 11 Dec 2001 12:39:16 +0000 (12:39 +0000)]
Updated Slovak translation.
2001-12-11 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* sk.po: Updated Slovak translation.
Kwok-Koon Cheung [Tue, 11 Dec 2001 00:45:58 +0000 (00:45 +0000)]
Usual update
Hidetoshi Tajima [Mon, 10 Dec 2001 23:56:32 +0000 (23:56 +0000)]
add ISO8859-3 for Solaris. (#66174)
* glib/libcharset/config.charset (os):
add ISO8859-3 for Solaris. (#66174)
Sven Neumann [Mon, 10 Dec 2001 22:21:50 +0000 (22:21 +0000)]
perform an exact match on the two types instead of using
2001-12-10 Sven Neumann <sven@gimp.org>
* gobject/gvalue.c (g_value_register_transform_func): perform an exact
match on the two types instead of using transform_func_lookup().
Takayuki KUSANO [Mon, 10 Dec 2001 02:24:13 +0000 (02:24 +0000)]
Updated Japanese translation.
* ja.po: Updated Japanese translation.
Christopher Blizzard [Sun, 9 Dec 2001 23:15:35 +0000 (23:15 +0000)]
Add pragma that will prevent warnings when you are not using -std=99 and
2001-12-09 Christopher Blizzard <blizzard@redhat.com>
* glib/gmessages.h: Add pragma that will prevent warnings when you
are not using -std=99 and newer gcc compilers. Patch from Red
Hat's gtk+ 1.2 rpm.
Christopher Blizzard [Sat, 8 Dec 2001 23:52:50 +0000 (23:52 +0000)]
Explicitly add a cast to the last argument so that the macro will work
2001-12-08 Christopher Blizzard <blizzard@redhat.com>
* gsignal.h (g_signal_connect): Explicitly add a cast to the last
argument so that the macro will work from C++.
Christian Rose [Sat, 8 Dec 2001 16:56:44 +0000 (16:56 +0000)]
Updated Swedish translation.
2001-12-08 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
Darin Adler [Thu, 6 Dec 2001 22:58:58 +0000 (22:58 +0000)]
Do the same for "pure".
* glib/gmacros.h: Do the same for "pure".
Havoc Pennington [Thu, 6 Dec 2001 22:48:10 +0000 (22:48 +0000)]
improve g_log_set_handler docs
2001-12-06 Havoc Pennington <hp@redhat.com>
* glib/tmpl/messages.sgml: improve g_log_set_handler docs
Matthias Clasen [Thu, 6 Dec 2001 22:37:05 +0000 (22:37 +0000)]
The following patch corrects some function attributes. (#61780)
The following patch corrects some function attributes. (#61780)
* glib/ghash.h (g_int_equal, g_int_hash): These are not const.
* glib/glibintl.h (_glib_gettext): Add G_GNUC_FORMAT(1).
* glib/gmacros.h: Use reserved symbols in function attribute macros.
The following patch avoids manual printf()-format parsing
if a C99-conforming vsnprintf() is available. (#55106)
* acinclude.m4 (AC_FUNC_VSNPRINTF_C99): New macro to test for a
C99 conforming vsnprintf.
* configure.in: Use AC_FUNC_VSNPRINTF_C99.
* glib/gmessages.c (g_printf_string_upper_bound): Use C99 vsnprintf().
Tor Lillqvist [Thu, 6 Dec 2001 20:41:57 +0000 (20:41 +0000)]
Add gsourceclosure.o.
2001-12-06 Tor Lillqvist <tml@iki.fi>
* gobject/makefile.mingw.in (gobject_OBJECTS): Add gsourceclosure.o.
Sven Neumann [Wed, 5 Dec 2001 01:38:12 +0000 (01:38 +0000)]
mention the fact that the tree is traversed in sorted order.
2001-12-05 Sven Neumann <sven@gimp.org>
* glib/gtree.c (g_tree_foreach): mention the fact that the tree is
traversed in sorted order.
Kjartan Maraas [Tue, 4 Dec 2001 09:41:48 +0000 (09:41 +0000)]
Updated Norwegian (bokmål) translation. Added glib/gdir.c.
2001-12-04 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian (bokmål) translation.
* POTFILES.in: Added glib/gdir.c.
Manish Singh [Mon, 3 Dec 2001 20:10:44 +0000 (20:10 +0000)]
g_module_symbol takes a gpointer *, not just a gpointer
Manish Singh [Mon, 3 Dec 2001 19:22:50 +0000 (19:22 +0000)]
g_module_symbol takes a gpointer *, not just a gpointer
2001-12-03 Manish Singh <yosh@gimp.org>
* tests/module-test.c: g_module_symbol takes a gpointer *, not just
a gpointer
Christian Rose [Mon, 3 Dec 2001 01:21:51 +0000 (01:21 +0000)]
Updated Swedish translation.
2001-12-03 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
Havoc Pennington [Thu, 29 Nov 2001 20:49:07 +0000 (20:49 +0000)]
Add notes about how you shouldn't modify these data structures as you
2001-11-29 Havoc Pennington <hp@redhat.com>
* glib/gtree.c (g_tree_foreach):
* glib/ghash.c (g_hash_table_foreach):
Add notes about how you shouldn't modify these data structures as
you iterate over them.
Owen Taylor [Thu, 29 Nov 2001 16:18:50 +0000 (16:18 +0000)]
Update (#65721, Dave Neary)
Thu Nov 29 11:16:03 2001 Owen Taylor <otaylor@redhat.com>
* HACKING: Update (#65721, Dave Neary)
Sebastian Wilhelmi [Thu, 29 Nov 2001 09:41:25 +0000 (09:41 +0000)]
Fixed wrong order in conversion.
2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gdate.c: Fixed wrong order in conversion.
Owen Taylor [Wed, 28 Nov 2001 23:51:51 +0000 (23:51 +0000)]
Rename (private) GSource.id and id parameter to
Wed Nov 28 18:34:22 2001 Owen Taylor <otaylor@redhat.com>
* glib/gmain.[ch]: Rename (private) GSource.id and
id parameter to g_main_context_find_source_by_id()
to avoid problems with Objective C where 'id' is
a keyword. (#65616)
Daniel Elstner [Wed, 28 Nov 2001 21:23:32 +0000 (21:23 +0000)]
In order to avoid infinite loops on invalid UTF-8 strings, change the skip
2001-11-28 Daniel Elstner <daniel.elstner@gmx.net>
* glib/gutf8.c (utf8_skip_data): In order to avoid infinite loops on invalid UTF-8 strings, change the skip count for 0xfe and 0xff from 0 to 1.
Sebastian Wilhelmi [Wed, 28 Nov 2001 16:51:19 +0000 (16:51 +0000)]
Fix g_usleep docs.
2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/tmpl/date.sgml: Fix g_usleep docs.
Sebastian Wilhelmi [Wed, 28 Nov 2001 16:47:26 +0000 (16:47 +0000)]
Always call GLIB_SIZEOF(..., system_thread). Fixes #65624.
2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Always call GLIB_SIZEOF(..., system_thread). Fixes
#65624.
Tor Lillqvist [Tue, 27 Nov 2001 23:30:07 +0000 (23:30 +0000)]
Add GLIB_SIZEOF_SIZE_T here, too.
2001-11-28 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too.
Matthias Clasen [Tue, 27 Nov 2001 22:16:54 +0000 (22:16 +0000)]
Document G_LEVEL_ORDER better.
* glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.
Dan Winship [Tue, 27 Nov 2001 17:31:12 +0000 (17:31 +0000)]
Set this from libtool rather than hardcoding values for certain platforms.
* configure.in (G_MODULE_LDFLAGS): Set this from libtool rather
than hardcoding values for certain platforms.
* glib/libcharset/config.charset: Add a rule for NetBSD.
* glib/libcharset/localcharset.c (_g_locale_get_charset_aliases):
If LIBCHARSET_ALIAS_DIR is set, look for charset.aliases there.
* tests/Makefile.am (TESTS_ENVIRONMENT): set LIBCHARSET_ALIAS_DIR
so we don't depend on charset.aliases having been installed
Matthias Clasen [Mon, 26 Nov 2001 19:08:46 +0000 (19:08 +0000)]
Implement G_LEVEL_ORDER correctly.
* glib/gnode.c (g_node_traverse): Implement G_LEVEL_ORDER correctly.
* tests/node-test.c: Add a testcase for G_LEVEL_ORDER implementation.
* glib/tmpl/trees-nary.sgml: Document G_LEVEL_ORDER better.
Matthias Clasen [Mon, 26 Nov 2001 19:01:08 +0000 (19:01 +0000)]
Mark g_tree_traverse() as deprecated. (#65343)
* glib/gtree.h: Mark g_tree_traverse() as deprecated. (#65343)
* glib/gtree.c (g_tree_traverse): Explain the deprecation in
some detail.
Tim Janik [Mon, 26 Nov 2001 09:19:17 +0000 (09:19 +0000)]
provide GLIB_SIZEOF_SIZE_T.
Mon Nov 26 09:42:24 2001 Tim Janik <timj@gtk.org>
* configure.in: provide GLIB_SIZEOF_SIZE_T.
Tim Janik [Mon, 26 Nov 2001 09:18:55 +0000 (09:18 +0000)]
typedef GType to gulong instead of gsize, if possible.
Mon Nov 26 09:55:12 2001 Tim Janik <timj@gtk.org>
* gtype.h: typedef GType to gulong instead of gsize, if possible.
* gtype.c: fixups for GType being sizeof(long) wide (changed
UINT casts).
* gsignal.c:
* gclosure.c:
* gparam.c: likewise.
Jesus Bravo Alvarez [Sun, 25 Nov 2001 23:24:51 +0000 (23:24 +0000)]
Added Galician translation
Tim Janik [Sun, 25 Nov 2001 21:59:53 +0000 (21:59 +0000)]
removed enum GTypeFundamentals. use macros to provide the constant
Sun Nov 25 22:33:32 2001 Tim Janik <timj@gtk.org>
* gtype.h: removed enum GTypeFundamentals. use macros
to provide the constant fundamental type IDs, so they
all return numbers of type GType, and not int.
sizeof(GTypeFundamentals) < sizeof(GType) problem reported
and fix sugegsted by Havoc.
Dirk-Jan C. Binnema [Sat, 24 Nov 2001 22:55:58 +0000 (22:55 +0000)]
- added nl (Dutch) to ALL_LINGUAS
Tor Lillqvist [Sat, 24 Nov 2001 18:53:03 +0000 (18:53 +0000)]
*/.cvsignore: Add various Win32 related file types.
2001-11-24 Tor Lillqvist <tml@iki.fi>
*/.cvsignore: Add various Win32 related file types.
gmodule:
2001-11-24 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Remove rule for testgmodule.exp, too.
2001-11-22 Tor Lillqvist <tml@iki.fi>
* gmodule-win32.c: Current w32api headers do include tlhelp32.h,
so no need to have an extract from it here.
Andraz Tori [Sat, 24 Nov 2001 13:49:36 +0000 (13:49 +0000)]
Updated Slovenian translation
Matthias Clasen [Fri, 23 Nov 2001 20:59:06 +0000 (20:59 +0000)]
Fixes for #61284:
* glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME.
* glib/tmpl/fileutils.sgml: Document GDir.
* glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64.
Hans Breuer [Fri, 23 Nov 2001 15:59:30 +0000 (15:59 +0000)]
added -Zm400 to DEPCFLAGS to avoid : gunidecomp.h(5846) : fatal error
2001-11-23 Hans Breuer <hans@breuer.org>
* glib/makefile.msc.in : added -Zm400 to DEPCFLAGS to avoid :
gunidecomp.h(5846) : fatal error C1076: compiler limit :
internal heap limit reached; use /Zm to specify a higher limit
* glibconfig.h.win32.in : added recommended pragma list for
msvc again. They are an invaluable help of letting the
compiler catch bugs.
Hans Breuer [Fri, 23 Nov 2001 15:57:26 +0000 (15:57 +0000)]
updated externals
2001-11-23 Hans Breuer <hans@breuer.org>
* gobject.def : updated externals
Dirk-Jan C. Binnema [Fri, 23 Nov 2001 12:12:26 +0000 (12:12 +0000)]
- added Dutch translation
Owen Taylor [Thu, 22 Nov 2001 19:36:31 +0000 (19:36 +0000)]
Version 1.3.11
Thu Nov 22 13:56:55 2001 Owen Taylor <otaylor@redhat.com>
* Version 1.3.11
Owen Taylor [Thu, 22 Nov 2001 18:56:12 +0000 (18:56 +0000)]
Version 11, interface, binary age 0.
Thu Nov 22 13:14:18 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (GLIB_MICRO_VERSION): Version 11,
interface, binary age 0.
* NEWS: Updated.
* tests/Makefile.am (libmoduletestplugin_[ab]_la_LDFLAGS):
Add dummy -rpath argument. On some (but not all) platforms,
libtool will only build a convenience library without this.
(#63486, Dan Winship)
* Makefile.am (EXTRA_DIST): Add README.in, INSTALL.in -
autoconf-2.5x checks for 'make dist' in the tarball
when you make distcheck.
* glib/Makefile.am (EXTRA_DIST): Distribute
makefile.msc/mingw.in, glib.rc.in.
* tests/patterntest.c: Include string.h.
* glib/gpattern.c (g_utf8_reverse): doc parsing fix.
Owen Taylor [Thu, 22 Nov 2001 18:55:06 +0000 (18:55 +0000)]
Improve the detection of invalid includes by moving the test outside the
Mon Nov 19 14:35:56 2001 Owen Taylor <otaylor@redhat.com>
* *.h: Improve the detection of invalid includes by moving
the test outside the duplicate include guards.
* gsourceclosure.c (g_source_set_closure): Doc fix.
Owen Taylor [Thu, 22 Nov 2001 18:54:47 +0000 (18:54 +0000)]
Update.
Thu Nov 22 12:56:57 2001 Owen Taylor <otaylor@redhat.com>
* gobject/gobject-sections.txt: Update.
* glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes.
* glib/glib-sections.txt: Updated.
* glib/Makefile.am (IGNORE_HFILES): Don't scan
headers in build/
Tim Janik [Thu, 22 Nov 2001 03:20:07 +0000 (03:20 +0000)]
use g_type_check_is_value_type() instead of g_type_value_table_peek().
Thu Nov 22 03:30:57 2001 Tim Janik <timj@gtk.org>
* gvalue.h (G_TYPE_IS_VALUE): use g_type_check_is_value_type()
instead of g_type_value_table_peek().
* gtype.[hc] (type_check_is_value_type_U): speed up check
LOCK-less by caching lookups in node->mutatable_has_value_table.
* gtype.[hc]: removed locks where possible. partly based on
patches from owen and alex.
Tim Janik [Wed, 21 Nov 2001 23:48:19 +0000 (23:48 +0000)]
provide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental_next() to return
Thu Nov 22 00:26:26 2001 Tim Janik <timj@gtk.org>
* gtype.[hc]: provide G_TYPE_FUNDAMENTAL_SHIFT and
g_type_fundamental_next() to return next usable fundamental
type. use TypeNode pointers as type IDs.
Tor Lillqvist [Wed, 21 Nov 2001 22:01:50 +0000 (22:01 +0000)]
Set G_LOG_DOMAIN as in Makefile.am.
2001-11-21 Tor Lillqvist <tml@iki.fi>
* glib/makefile.mingw.in (DEFINES): Set G_LOG_DOMAIN as in
Makefile.am.
gobject:
2001-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.mingw.in (DEFINES): Set G_LOG_DOMAIN as in Makefile.am.
* gparamspecs.h (GOBJECT_VAR): Can't use GLIB_VAR here, as that
makes sense only when building libglib. GOBJECT_VAR is similar for
libgobject.
* gobject.def: Add g_param_spec_types, remove
g_type_fundamental_branch_last.
Tim Janik [Wed, 21 Nov 2001 17:49:34 +0000 (17:49 +0000)]
put newly created param spec types into a global array.
Wed Nov 21 17:23:33 2001 Tim Janik <timj@gtk.org>
* gparamspecs.[hc]: put newly created param spec types into a
global array.
* gboxed.[hc]: moved boxed types with _get_type() function here,
for: G_TYPE_CLOSURE, G_TYPE_VALUE, G_TYPE_VALUE_ARRAY,
G_TYPE_GSTRING.
* gtype.h: removed fundamental branch APIs and derived enum
values.
Owen Taylor [Wed, 21 Nov 2001 01:57:10 +0000 (01:57 +0000)]
Patch from Andrew Taylor to optimize the decomposition table to eliminate
Tue Nov 20 20:54:25 2001 Owen Taylor <otaylor@redhat.com>
* glib/gunidecomp.[ch] glib/gen-unicode-tables.pl: Patch
from Andrew Taylor to optimize the decomposition table
to eliminate relocations and save space. (#64982)
jacob berkman [Tue, 20 Nov 2001 00:02:15 +0000 (00:02 +0000)]
include glib-object.h rather than gobject/gobject.h
2001-11-19 jacob berkman <jacob@ximian.com>
* gobjectnotifyqueue.c: include glib-object.h rather than
gobject/gobject.h
Kwok-Koon Cheung [Mon, 19 Nov 2001 20:31:29 +0000 (20:31 +0000)]
Usual update
Michael Meeks [Sun, 18 Nov 2001 22:26:39 +0000 (22:26 +0000)]
fix leak.
2001-11-16 Michael Meeks <michael@ximian.com>
* gmodule.c (parse_libtool_archive): fix leak.
Mark McLoughlin [Sun, 18 Nov 2001 17:03:33 +0000 (17:03 +0000)]
allow the enums name to not be on the same line as the trailing '}'.
2001-11-16 Mark McLoughlin <mark@skynet.ie>
* glib-mkenums.in: allow the enums name to not be on the same
line as the trailing '}'. (#64714)
Hans Breuer [Sun, 18 Nov 2001 15:30:53 +0000 (15:30 +0000)]
remove g_log_domain_glib usage/export
2001-11-18 Hans Breuer <hans@breuer.org>
* glib/glib.def :
* glib/makefile.msc.in : remove g_log_domain_glib usage/export
* tests/makefile.msc.in : add iochannel-test
Hans Breuer [Sun, 18 Nov 2001 15:29:16 +0000 (15:29 +0000)]
remove g_log_domain_gruntime usage
2001-11-18 Hans Breuer <hans@breuer.org>
* makefile.msc.in : remove g_log_domain_gruntime usage
Owen Taylor [Sun, 18 Nov 2001 12:49:29 +0000 (12:49 +0000)]
missed changelog entry
Owen Taylor [Sun, 18 Nov 2001 00:38:48 +0000 (00:38 +0000)]
Include gtypes.h not gobject/gtype.h
Sat Nov 17 14:10:35 2001 Owen Taylor <otaylor@redhat.com>
* glib/gbsearcharray.h: Include gtypes.h not gobject/gtype.h
* glib/glib-object.h gobject/*.h: Prevent headers from
being included directly except when compiling GObject.
* gobject/gvaluecollector.h: Include glib-object.h so that
this file can be included directly, since we don't
include it _from_ glib-object.h.
* gobject/gtype.c: Remove struct _GValue hack since we
now include glib/gvaluecollector.h which simply pulls in
glib-object.h.
Owen Taylor [Sat, 17 Nov 2001 23:24:19 +0000 (23:24 +0000)]
Remove g_log_domain_glib
Sat Nov 17 17:24:19 2001 Owen Taylor <otaylor@redhat.com>
* glib/glib-sections.txt: Remove g_log_domain_glib
Owen Taylor [Sat, 17 Nov 2001 23:23:01 +0000 (23:23 +0000)]
Get rid fo g_log_domain_glib variable in favor of just using a string
Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am glib/*.c glib/gmessages.h: Get
rid fo g_log_domain_glib variable in favor of just
using a string constant.
Owen Taylor [Sat, 17 Nov 2001 23:22:43 +0000 (23:22 +0000)]
Exit with non-zero exit status if any errors were encountered.
Sat Nov 17 18:14:40 2001 Owen Taylor <otaylor@redhat.com>
* glib-genmarshal.c: Exit with non-zero exit status if
any errors were encountered.
* glib-genmarshal.c: Instead of generating gobject/gmarshal.h
#include only for the header, generate glib-object.h
#include for both the header and body. (#63834)
* glib-genmarshal.c: Generate include guards around the
content unless --nostdinc is specified.
Tor Lillqvist [Sat, 17 Nov 2001 00:03:22 +0000 (00:03 +0000)]
Add g_pointer_type_register_static.
2001-11-17 Tor Lillqvist <tml@iki.fi>
* gobject.def: Add g_pointer_type_register_static.
Matthias Clasen [Thu, 15 Nov 2001 23:03:29 +0000 (23:03 +0000)]
Documentation fixes.
* glib/giochannel.c: Documentation fixes.
* glib/tmpl/iochannels.sgml: Document GIOFlags, fix typos.
* glib/tmpl/conversions.sgml, glib/tmpl/unicode.sgml,
glib/tmpl/spawn.sgml, glib/tmpl/fileutils.sgml,
glib/tmpl/shell.sgml, glib/tmpl/windows.sgml: Add
some missing short and long descriptions.
Takayuki KUSANO [Thu, 15 Nov 2001 08:21:45 +0000 (08:21 +0000)]
Added "ja" to ALL_LINGUAS. Added Japanese translation.
* configure.in: Added "ja" to ALL_LINGUAS.
* po/ja.po: Added Japanese translation.
Michael Meeks [Thu, 15 Nov 2001 00:13:52 +0000 (00:13 +0000)]
set the fd before using it.
2001-11-15 Michael Meeks <michael@ximian.com>
* glib/giounix.c (g_io_channel_unix_new): set the fd
before using it.
Tor Lillqvist [Wed, 14 Nov 2001 23:41:54 +0000 (23:41 +0000)]
Add back mainloop-test here, too.
2001-11-15 Tor Lillqvist <tml@iki.fi>
* tests/makefile.{mingw,msc}.in (TESTS): Add back mainloop-test
here, too.
* tests/Makefile.am: Remove leftover comment that claimed
mainloop-test is removed.
2001-11-15 Tor Lillqvist <tml@iki.fi>
* gobject.def: Reflect recent changes.
Matthias Clasen [Wed, 14 Nov 2001 22:22:34 +0000 (22:22 +0000)]
add UTF-8 support.
* glib/gpattern.c: add UTF-8 support.
* tests/patterntest.c: add UTF-8 and equality tests.
* docs/reference/glib/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
* docs/reference/glib/tmpl/patterns.sgml: Document UTF-8 support.
Kjartan Maraas [Wed, 14 Nov 2001 14:58:29 +0000 (14:58 +0000)]
Updated Norwegian (bokmål) translation.
2001-11-14 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian (bokmål) translation.
Tim Janik [Wed, 14 Nov 2001 07:50:12 +0000 (07:50 +0000)]
provide g_newa(ctype, count) on top of g_alloca() like we provide g_new()
Wed Nov 14 07:34:24 2001 Tim Janik <timj@gtk.org>
* glib/galloca.h (g_newa): provide g_newa(ctype, count) on top of
g_alloca() like we provide g_new() on top of g_malloc().
Tim Janik [Wed, 14 Nov 2001 03:02:22 +0000 (03:02 +0000)]
add API for chaining: g_signal_chain_from_overridden() and
Tue Nov 13 23:18:10 2001 Tim Janik <timj@gtk.org>
* gsignal.[hc]: add API for chaining:
g_signal_chain_from_overridden() and g_signal_override_class_closure(),
implementation yet to come.
* gtype.[hc], Makefile.am: provide G_LOG_DOMAIN as compile flag.
* gparam.[hc]: s/g_param_get/g_param_spec_get/ for get_nick,
get_name and get_blurb, to be consistent with the rest of the
g_param_spec_*() functions.
* gparamspecs.[hc]: got rid of bogus GClosure paramspec.
G_TYPE_CLOSURE is a boxed type already.
Tim Janik [Wed, 14 Nov 2001 03:01:31 +0000 (03:01 +0000)]
more docs.
Wed Nov 14 03:19:49 2001 Tim Janik <timj@gtk.org>
* gobject/tmp/param_value_types.sgml: more docs.
Owen Taylor [Wed, 14 Nov 2001 02:32:45 +0000 (02:32 +0000)]
Patch from Andrew Taylor to improve tables and reduce relocations by using
Tue Nov 13 21:25:35 2001 Owen Taylor <otaylor@redhat.com>
* glib/{gen-unicode-tables.pl,gunibreak.c,gunibreak.h,
gunichartables.h, gunicomp.h, gunidecomp.[ch],
guniprop.c}: Patch from Andrew Taylor to improve
tables and reduce relocations by using indices
rather than pointers. (#64433)
* tests/unicode-normalize.c (main): Fix for changes
to g_strsplit().
Tim Janik [Wed, 14 Nov 2001 01:08:19 +0000 (01:08 +0000)]
list parameter and value types.
Tue Nov 13 21:31:58 2001 Tim Janik <timj@gtk.org>
* gobject/tmp/param_value_types.sgml: list parameter and
value types.
* gobject/tmpl/gparamspec.sgml: more docs for g_param_spec*()
functions.
* gobject/*: section cleanups.
Tim Janik [Tue, 13 Nov 2001 21:49:13 +0000 (21:49 +0000)]
API cleanups. remove g_type_check_flags(), provide g_type_test_flags() as
Tue Nov 13 22:16:41 2001 Tim Janik <timj@gtk.org>
* gtype.[hc]: API cleanups.
remove g_type_check_flags(), provide g_type_test_flags() as
a *private* function.
s/g_type_check_is_a/g_type_check_class_is_a/, private function.
s/g_type_instance_is_a/g_type_check_instance_is_a/, also private.
Tim Janik [Tue, 13 Nov 2001 19:02:40 +0000 (19:02 +0000)]
fix standard type macros.
Tue Nov 13 20:02:47 2001 Tim Janik <timj@gtk.org>
* gparam.h: fix standard type macros.
Tim Janik [Tue, 13 Nov 2001 18:49:56 +0000 (18:49 +0000)]
param spec updates.
Tue Nov 13 19:49:16 2001 Tim Janik <timj@gtk.org>
* gobject/tmpl/gparamspec.sgml: param spec updates.
Darin Adler [Tue, 13 Nov 2001 00:02:30 +0000 (00:02 +0000)]
Fix max_tokens == 1 case to match documentation. Add tests.
* glib/gstrfuncs.c: (g_strsplit): Fix max_tokens == 1 case to
match documentation.
* tests/strfunc-test.c: (main): Add tests.
* tests/.cvsignore: Recently-added test.
Matthias Clasen [Mon, 12 Nov 2001 22:26:21 +0000 (22:26 +0000)]
Remove excess listitem from long description.
* glib/tmpl/markup.sgml: Remove excess listitem from long
description.
Tim Janik [Mon, 12 Nov 2001 14:11:30 +0000 (14:11 +0000)]
G_TOKEN_ERROR is also an end of stream condition.
Mon Nov 12 03:01:28 2001 Tim Janik <timj@gtk.org>
* glib/gscanner.c (g_scanner_eof): G_TOKEN_ERROR is also an end
of stream condition.
Keld Jørn Simonsen [Sun, 11 Nov 2001 17:02:08 +0000 (17:02 +0000)]
Corrected duplicate
Tor Lillqvist [Sun, 11 Nov 2001 12:53:36 +0000 (12:53 +0000)]
Also share/glib-2.0.
2001-11-10 Tor Lillqvist <tml@iki.fi>
* glib-zip.in (DEVZIP): Also share/glib-2.0.
Matthias Clasen [Sun, 11 Nov 2001 00:27:27 +0000 (00:27 +0000)]
Document GNormalizeMode enum.
* glib/tmpl/unicode.sgml: Document GNormalizeMode enum.
* glib/tmpl/spawn.sgml: Document GSpawnFlags flags.
* glib/tmpl/error_reporting.sgml: Document GError struct.
* glib/tmpl/main.sgml: Document GMainContext, GSource and
GSourceCallbackFuncs structs.
Tor Lillqvist [Fri, 9 Nov 2001 21:21:27 +0000 (21:21 +0000)]
Add a couple of languages that have LANG_* codes in newest headers, just
2001-11-09 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c (g_win32_getlocale): Add a couple of languages
that have LANG_* codes in newest headers, just for completeness.
Wang Jian [Fri, 9 Nov 2001 06:37:04 +0000 (06:37 +0000)]
*** empty log message ***
Wang Jian [Thu, 8 Nov 2001 13:49:31 +0000 (13:49 +0000)]
*** empty log message ***
Wang Jian [Thu, 8 Nov 2001 13:48:55 +0000 (13:48 +0000)]
*** empty log message ***
Tor Lillqvist [Thu, 8 Nov 2001 06:47:33 +0000 (06:47 +0000)]
Don't define LANG_AZERI etc in case those aren't defined in the headers
2001-11-08 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c: Don't define LANG_AZERI etc in case those aren't
defined in the headers (MSVC 5.0).
(g_win32_getlocale): Instead, surround uses of those with
#ifdef. Those MSVC 5.0 users that want to build a GLib that
recognizes those languages should download the Platform SDK and
use the headers from it.
2001-11-07 Peter Williams <peterw@ximian.com>
* glib/gdir.c (g_dir_read_name): Return NULL when done reading.
Tim Janik [Wed, 7 Nov 2001 03:25:55 +0000 (03:25 +0000)]
provide G_CLOSURE_N_NOTIFIERS() for people that need to walk the notifier
Wed Nov 7 00:56:00 2001 Tim Janik <timj@gtk.org>
* gclosure.h: provide G_CLOSURE_N_NOTIFIERS() for people that need
to walk the notifier list (puhh, black magic, stay-away-warning ;).
Tor Lillqvist [Tue, 6 Nov 2001 06:38:36 +0000 (06:38 +0000)]
Use -mwindows.
2001-11-06 Tor Lillqvist <tml@iki.fi>
* glib/Makefile.am (gspawn_win32_helper_LDFLAGS): Use -mwindows.
Tor Lillqvist [Mon, 5 Nov 2001 20:40:14 +0000 (20:40 +0000)]
Minor edits.
2001-11-05 Tor Lillqvist <tml@iki.fi>
* README.win32: Minor edits.
* glib-zip.in: Build separate runtime and developer packages.
* glib/libcharset/config.charset (os): Don't need to match mingw
after all, the charset.alias file isn't even used on Win32... (see
localcharset.c).
* glib/makefile.mingw.in: Add gdir.
* glib/glib.def: Add g_dir_* entry points.
Tim Janik [Mon, 5 Nov 2001 17:58:43 +0000 (17:58 +0000)]
we need signal.h for G_BREAKPOINT().
Mon Nov 5 18:59:08 2001 Tim Janik <timj@gtk.org>
* gobject.h:
* gsignal.h: we need signal.h for G_BREAKPOINT().
Owen Taylor [Mon, 5 Nov 2001 01:47:31 +0000 (01:47 +0000)]
Add check for dirent.h
Sun Nov 4 20:45:21 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (CFLAGS): Add check for dirent.h
* glib/glib.h glib/Makefile.am: Add gdir.
* glib/gdir.c (g_dir_close): Couple of small tweaks
now that it is actually compiling...
Owen Taylor [Mon, 5 Nov 2001 01:35:30 +0000 (01:35 +0000)]
Indentation fixes, some rewriting of docs to conform to gtk-doc standard.
Sun Nov 4 20:29:31 2001 Owen Taylor <otaylor@redhat.com>
* glib/gdir.[ch]: Indentation fixes, some rewriting of docs to
conform to gtk-doc standard.
* glib/gdir.[ch] (g_dir_close): Remove the boolean
return value. What would you do if closing failed?
What would the user do if you printed a warning
message "closing directory %d failed"?
Hans Breuer [Mon, 5 Nov 2001 01:15:38 +0000 (01:15 +0000)]
simplified wrapper around dirent functions to improve portability of
2001-11-04 Hans Breuer <hans@breuer.org>
* glib/gdir.[hc] : (new files) simplified wrapper around dirent
functions to improve portability of downstream libs/apps
* glib/makefile.msc.in : use them
* glib/glib.def : export them
* config.h.win32.in : needing HAVE_DIRENT_H defined
Owen Taylor [Sun, 4 Nov 2001 19:02:10 +0000 (19:02 +0000)]
Add a function g_pointer_type_register_static() to register a type derived
Sun Nov 4 14:01:23 2001 Owen Taylor <otaylor@redhat.com>
* gvaluetypes.[ch]: Add a function g_pointer_type_register_static()
to register a type derived from G_TYPE_POINTER.
Tor Lillqvist [Sat, 3 Nov 2001 23:19:25 +0000 (23:19 +0000)]
On Win32, create separate .exp file for module-test.o and link with that.
2001-11-04 Tor Lillqvist <tml@iki.fi>
* tests/Makefile.am: On Win32, create separate .exp file for
module-test.o and link with that. Otherwise the GNU linker doesn't
export the g_clash_func.
Hans Breuer [Sat, 3 Nov 2001 16:51:10 +0000 (16:51 +0000)]
static correctness
2001-11-03 Hans Breuer <hans@breuer.org>
* glib/giowin32.c : static correctness
* glib/gwin32.c : some more #if defined (SUBLANG_* ...
(g_win32_get_package_installation_subdirectory) use g_build_filename
instead of duplicating its logic
* glib/glib.def : removed duplicates, added mising, removed
compat cruft
Hans Breuer [Sat, 3 Nov 2001 16:49:27 +0000 (16:49 +0000)]
gobject-query needs gmarshal.[hc,stings] so build it after them. Add
2001-11-03 Hans Breuer <hans@breuer.org>
* makefile.msc.in : gobject-query needs gmarshal.[hc,stings]
so build it after them. Add gsourceclosure.obj.
* gobject.def : removed duplicates, added mising