Sebastian Wilhelmi [Tue, 17 Apr 2001 11:48:45 +0000 (11:48 +0000)]
Until now every thread pool always had at least one tread waiting to avoid
2001-04-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthreadpool.c (g_thread_pool_thread_proxy): Until now every
thread pool always had at least one tread waiting to avoid
switching overhead in case a new task would be added soon after
one finished. This however means a big waste of threads, if many
mostly inactive thread pools are involved. Now such a waiting
thread will only wait for half a second (This value is of course
very randomly picked) and go to the global threadpool afterwards.
MCVS: ----------------------------------------------------------------------
Owen Taylor [Tue, 17 Apr 2001 00:55:34 +0000 (00:55 +0000)]
Remove warnings about conflicts with the stable version.
Mon Apr 16 12:04:52 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Remove warnings about conflicts with the
stable version.
* glib-2.0.m4: Fix some of the error text to be halfway
up to date.
* README.in INSTALL.in: Add these to generate README, INSTAL
(as in the stable branch). Update.
* HACKING: Update.
Havoc Pennington [Mon, 16 Apr 2001 20:05:25 +0000 (20:05 +0000)]
docs
2001-04-16 Havoc Pennington <hp@redhat.com>
* gqsort.c: docs
* gfileutils.c: docs
* gwin32.c: docs fixes
* gconvert.c: docs
* guniprop.c: docs
* gutf8.c: docs
Owen Taylor [Mon, 16 Apr 2001 16:35:11 +0000 (16:35 +0000)]
.cvsignore fixes
Owen Taylor [Mon, 16 Apr 2001 16:34:15 +0000 (16:34 +0000)]
More tweaks from GTK+. Reenable $(HTML_IMAGES) with shell portability
Mon Apr 16 12:18:26 2001 Owen Taylor <otaylor@redhat.com>
* {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks
from GTK+. Reenable $(HTML_IMAGES) with shell portability fixes.
Havoc Pennington [Mon, 16 Apr 2001 15:21:19 +0000 (15:21 +0000)]
put AC_PATH_PROG(pkg-config) before "Checking for glib" so the output
2001-04-16 Havoc Pennington <hp@redhat.com>
* glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
glib" so the output looks right
Havoc Pennington [Mon, 16 Apr 2001 15:04:17 +0000 (15:04 +0000)]
make GDebugKeys argument const
2001-03-23 Havoc Pennington <hp@redhat.com>
* gutils.c (g_parse_debug_string): make GDebugKeys argument
const
Hans Breuer [Fri, 13 Apr 2001 23:41:53 +0000 (23:41 +0000)]
updated
2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def :
* makefile.msc.in : updated
* gpattern.c : include "gutils.h" to resolve the inline hassle
Hans Breuer [Fri, 13 Apr 2001 23:40:39 +0000 (23:40 +0000)]
updated
2001-04-14 Hans Breuer <hans@breuer.org>
* gobject.def : updated
Alexander Larsson [Wed, 11 Apr 2001 14:58:29 +0000 (14:58 +0000)]
Pass pkg-config options before the other args so it works even if
2001-04-11 Alexander Larsson <alexl@redhat.com>
* glib-2.0.m4: Pass pkg-config options
before the other args so it works even if
POSIXLY_CORRECT is set.
Tim Janik [Mon, 9 Apr 2001 17:03:55 +0000 (17:03 +0000)]
increment version to 1.3.4 (binary 0, interface 0).
Mon Apr 9 18:57:44 2001 Tim Janik <timj@gtk.org>
* configure.in: increment version to 1.3.4 (binary 0, interface 0).
Mon Apr 9 18:56:15 2001 Tim Janik <timj@gtk.org>
* gclosure.c (g_closure_invoke): only require marshal/meta_marshal if
we're valid (about to actually do marshalling).
Christian Rose [Thu, 5 Apr 2001 21:38:19 +0000 (21:38 +0000)]
And other fixes. Thanks to Göran Uddeborg <goeran@uddeborg.pp.se>.
Christian Rose [Thu, 5 Apr 2001 20:27:46 +0000 (20:27 +0000)]
Fixed another message in the Swedish translation. Thanks to Jörgen Tegnér
<teg@post.utfors.se>.
Christian Rose [Thu, 5 Apr 2001 11:05:24 +0000 (11:05 +0000)]
Fixed Swedish translation, thanks to Veronica Loell <info@nakawe.se> and
Martin Norbäck <d95mback@dtek.chalmers.se>.
Christian Rose [Thu, 5 Apr 2001 00:51:52 +0000 (00:51 +0000)]
Added Swedish translation.
Tim Janik [Wed, 4 Apr 2001 07:19:45 +0000 (07:19 +0000)]
Released GLib-1.3.3.
Wed Apr 4 09:18:55 2001 Tim Janik <timj@gtk.org>
* Released GLib-1.3.3.
Tim Janik [Wed, 4 Apr 2001 02:31:40 +0000 (02:31 +0000)]
disabled "for i in $(HTML_IMAGES) ;" dist-hook because $(HTML_IMAGES) is
Wed Apr 4 00:56:00 2001 Tim Janik <timj@gtk.org>
* gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
dist-hook because $(HTML_IMAGES) is empty.
Tim Janik [Tue, 3 Apr 2001 19:22:44 +0000 (19:22 +0000)]
updates.
Tue Apr 3 20:22:59 2001 Tim Janik <timj@gtk.org>
* NEWS: updates.
* NEWS.pre-1-3: take over old news.
Tue Apr 3 20:23:24 2001 Tim Janik <timj@gtk.org>
* NEWS: updates.
Owen Taylor [Tue, 3 Apr 2001 18:27:59 +0000 (18:27 +0000)]
Exit with an error message that you should use pkg-config instead.
Tue Apr 3 12:38:16 2001 Owen Taylor <otaylor@redhat.com>
* glib-config-2.0.in: Exit with an error message that you
should use pkg-config instead.
* configure.in (PACKAGE): Require pkg-config.
* tests/Makefile.am (EXTRA_DIST): Add utf8.txt.
* configure.in (GLIB_MICRO_VERSION): Up MICRO to 3,
leave interface/binary at 0.
Owen Taylor [Tue, 3 Apr 2001 18:27:29 +0000 (18:27 +0000)]
add missed (empty) file
Owen Taylor [Tue, 3 Apr 2001 18:27:08 +0000 (18:27 +0000)]
Add explicit path to tmpl files in dependencies.
Tue Apr 3 11:51:02 2001 Owen Taylor <otaylor@redhat.com>
* {glib,gobject}/Makefile.am (sgml-build.stamp): Add
explicit path to tmpl files in dependencies.
* glib/glib.types gobject/gobject.types: empty files
to keep generic makefiles happy.
Tim Janik [Tue, 3 Apr 2001 13:15:41 +0000 (13:15 +0000)]
added g_list_nth_prev() which walks ->prev instead of ->next.
Tue Apr 3 13:46:22 2001 Tim Janik <timj@gtk.org>
* glist.[hc]: added g_list_nth_prev() which walks ->prev instead
of ->next.
* gpattern.[hc]: added shell-style pattern matching code from beast,
derived from the gtk_pattern_*() code, but with a couple of bug fixes
and a number of optimizations.
Tue Apr 3 14:06:00 2001 Tim Janik <timj@gtk.org>
* gparam.[hc]: added g_param_spec_pool_list() to list pspecs per
owner_type. the pspecs are not referenced, so the caller is
supposed to have some idea about owner_type not randomly
nuking his pspec's. if this is going to provide problems in
the future, we can either auto-ref the pspecs, or add a
_foreach variant, though the latter would have to invoke
the callback while pspec's mutex is acquired, so i just
went for the _list variant for now.
* gclosure.h (G_CALLBACK): made GCallback a void (*) (void) fucntion.
Sebastian Wilhelmi [Tue, 3 Apr 2001 12:49:44 +0000 (12:49 +0000)]
Added special case for priorities on FreeBSD. Thanks to David Reid
2001-04-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c: Added special case for priorities on
FreeBSD. Thanks to David Reid <dreid@jetnet.co.uk> for the info.
* gthread-impl.c: Made two macros safe with ().
Sebastian Wilhelmi [Tue, 3 Apr 2001 12:45:23 +0000 (12:45 +0000)]
Ops, ChangeLog was incomplete.
Ops, ChangeLog was incomplete.
Sebastian Wilhelmi [Tue, 3 Apr 2001 12:42:54 +0000 (12:42 +0000)]
Added documentation.
2001-04-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthreadpool.c: Added documentation.
* gthreadpool.c: The global thread pool now also is seperated for
bound and unbound threads. Only threads with standard stack size
go to the global pool. g_thread_pool_new now protects the global
setup of inform_mutex etc. with a lock. Fixed some typos. Unlock
the queue after g_thread_pool_wakeup_and_stop_all in the proxy.
Sebastian Wilhelmi [Tue, 3 Apr 2001 11:10:05 +0000 (11:10 +0000)]
Added GThreadPool documentation.
2001-04-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/tmpl/thread_pools.sgml: Added GThreadPool documentation.
Sebastian Wilhelmi [Tue, 3 Apr 2001 11:08:48 +0000 (11:08 +0000)]
Updated.
2001-04-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/tmpl/threads.sgml: Updated.
Sebastian Wilhelmi [Tue, 3 Apr 2001 11:05:36 +0000 (11:05 +0000)]
Removed g_static_private_(get|set)_for_thread.
2001-04-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/glib-sections.txt: Removed
g_static_private_(get|set)_for_thread.
Sebastian Wilhelmi [Mon, 2 Apr 2001 16:34:08 +0000 (16:34 +0000)]
Use the new GRealThread member "context" instead of a GStaticPrivate to
2001-04-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gmain.c: Use the new GRealThread member "context" instead of a
GStaticPrivate to store the thread specific main loop context.
* gthread.c: Added "context" member to GRealThread and updated
g_thread_create, g_thread_self and g_thread_cleanup accordingly.
* gthread.c, gthread.h: Removed the functions
g_static_private_(get|set)_for_thread and adapted
g_static_private_(get|set) and g_static_private_free accordingly.
Tim Janik [Sun, 1 Apr 2001 04:04:46 +0000 (04:04 +0000)]
applied patch from owen to implement GParamSpecUnichar.
Sat Mar 31 23:55:58 2001 Tim Janik <timj@gtk.org>
* gtype.h:
* gparamspecs.[hc]: applied patch from owen to implement
GParamSpecUnichar.
Fri Mar 30 07:34:02 2001 Tim Janik <timj@gtk.org>
* gtype.c (type_iface_retrive_holder_info_Wm):
* gtypeplugin.c (g_type_plugin_complete_interface_info):
* gtypemodule.c (g_type_module_complete_interface_info):
change order of instance_type and interface_type so they match
the g_type_add_interface_*() API.
* gsignal.c (g_signal_emit_valist): always assign C return value
location, people depending on unaltered return values after emissions
that had no handlers to run need to use g_signal_emitv().
* gtype.[hc] (g_type_query): new function to allow querying of
class and object size (semantics like g_signal_query()).
currently the implementation is better held conservative so as to
only support types that are classed and static.
Sven Neumann [Fri, 30 Mar 2001 18:14:41 +0000 (18:14 +0000)]
ghash.[ch] added new functions g_hash_table_new_full,
2001-03-30 Sven Neumann <sven@gimp.org>
* ghash.[ch]
* docs/reference/glib/tmpl/hash_tables.sgml: added new functions
g_hash_table_new_full, g_hash_table_replace, g_hash_table_steal and
g_hash_table_foreach_steal. Moved most docs out of the template
file into the C file. Please proofread the new documentation.
Christian Meyer [Fri, 30 Mar 2001 07:31:57 +0000 (07:31 +0000)]
Updated German translation.
Tor Lillqvist [Thu, 29 Mar 2001 20:05:58 +0000 (20:05 +0000)]
Add module-test rules.
2001-03-29 Tor Lillqvist <tml@iki.fi>
* tests/makefile.msc.in: Add module-test rules.
Tor Lillqvist [Thu, 29 Mar 2001 19:52:45 +0000 (19:52 +0000)]
Updates. Add module-test rules.
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
* tests/makefile.mingw.in: Add module-test rules.
2001-03-29 Tor Lillqvist <tml@iki.fi>
* gobject.def: Updates.
Tim Janik [Wed, 28 Mar 2001 15:26:19 +0000 (15:26 +0000)]
only queue readable properties for notification changes.
Wed Mar 28 17:04:06 2001 Tim Janik <timj@gtk.org>
* gobject.c (object_queue_property): only queue readable properties
for notification changes.
Owen Taylor [Mon, 26 Mar 2001 19:23:17 +0000 (19:23 +0000)]
-DG_DISABLE_DEPRECATED
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED
* gmain.h timeloop.c: Surround the cruftiest stuff with
#ifndef G_DISABLE_DEPRECATED.
* gcompat.h gdate.h: Move compat defines back to
gdate.h, surround with #ifndef G_DISABLE_DEPRECATED.
Remove gcompat.h.
Owen Taylor [Mon, 26 Mar 2001 19:22:18 +0000 (19:22 +0000)]
Add --deprecated-guards
Mon Mar 26 14:20:36 2001 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
Owen Taylor [Mon, 26 Mar 2001 18:35:34 +0000 (18:35 +0000)]
*** empty log message ***
Andraz Tori [Sun, 25 Mar 2001 13:04:11 +0000 (13:04 +0000)]
Updated Slovenian translation
Tim Janik [Thu, 22 Mar 2001 13:42:42 +0000 (13:42 +0000)]
catch G_SIGNAL_RUN_FIRST with a return value.
Thu Mar 22 13:36:50 2001 Tim Janik <timj@gtk.org>
* gsignal.c (g_signal_newv): catch G_SIGNAL_RUN_FIRST with a return value.
Martin Baulig [Wed, 21 Mar 2001 11:16:38 +0000 (11:16 +0000)]
This takes a `const GValue *' argument.
2001-03-21 Martin Baulig <baulig@suse.de>
* gboxed.[ch] (g_value_dup_boxed): This takes a `const GValue *'
argument.
Havoc Pennington [Tue, 20 Mar 2001 21:30:40 +0000 (21:30 +0000)]
rewrite, based on bug #52328 from Anders
2001-03-20 Havoc Pennington <hp@redhat.com>
* gutf8.c (g_utf8_strlen): rewrite, based on bug #52328 from
Anders
Havoc Pennington [Tue, 20 Mar 2001 00:55:44 +0000 (00:55 +0000)]
added this function
2001-03-19 Havoc Pennington <hp@redhat.com>
* gutf8.c (g_unichar_validate): added this function
Tor Lillqvist [Sun, 18 Mar 2001 19:55:57 +0000 (19:55 +0000)]
Don't need this after all.
Tor Lillqvist [Sun, 18 Mar 2001 19:55:11 +0000 (19:55 +0000)]
Adding but will remove immediatly; no way to cancel a cvs add?
Tor Lillqvist [Sun, 18 Mar 2001 19:54:01 +0000 (19:54 +0000)]
Add braces to silence gcc -Wall.
2001-03-18 Tor Lillqvist <tml@iki.fi>
* gspawn-win32.c (SETUP_DEBUG): Add braces to silence gcc -Wall.
* gspawn-win32-helper.c (write_no_error): Remove unused function.
* tests/makefile.mingw.in (module-test.exe): Add rules for
building module-test.
2001-03-18 Tor Lillqvist <tml@iki.fi>
* gobject.def: Correct some renamed functions.
Tim Janik [Sun, 18 Mar 2001 04:44:38 +0000 (04:44 +0000)]
removed archaic gpointer derived_data; relict and added a GData member
Wed Mar 14 18:46:54 2001 Tim Janik <timj@gtk.org>
* gscanner.[hc]: removed archaic gpointer derived_data; relict and
added a GData member instead.
* glist.[hc]: added g_list_remove_all().
* gslist.[hc]: added g_slist_remove_all().
Sat Mar 17 23:18:36 2001 Tim Janik <timj@gtk.org>
* gobject.c (g_object_get_property): minor bug-fix.
* gbsearcharray.[hc]: provide a macro for static initialization and
functions g_bsearch_array_new() and g_bsearch_array_destroy() for
dynamic allocations.
* gboxed.c: introduce G_TYPE_GSTRING, boxed type for GString.
* gclosure.[hc]: naming corrections.
Fri Mar 9 16:42:08 2001 Tim Janik <timj@gtk.org>
* gvaluetypes.[hc]: moved g_strdup_value_contents() into this file as
a public function (was static in gobject.c before). it's a bit odd
to have that function here, especially since it requires extra includes,
but then it doesn't very well fit somewhere else either.
* gparamspecs.c: added default/max/min checks to param spec creation
functions.
Owen Taylor [Sun, 18 Mar 2001 00:55:10 +0000 (00:55 +0000)]
Reorder headers to make FreeBSD happy.
Sat Mar 17 19:54:51 2001 Owen Taylor <otaylor@redhat.com>
* timeloop.c: Reorder headers to make FreeBSD happy.
Owen Taylor [Sat, 17 Mar 2001 22:51:41 +0000 (22:51 +0000)]
A couple of small fixes.
Sat Mar 17 17:51:17 2001 Owen Taylor <otaylor@redhat.com>
* gobject/Makefile.am glib/Makefile.am: A couple
of small fixes.
Pablo Saratxaga [Fri, 16 Mar 2001 07:28:45 +0000 (07:28 +0000)]
added 'ru' to ALL_LINGUAS
Tor Lillqvist [Wed, 14 Mar 2001 20:18:03 +0000 (20:18 +0000)]
From Edward M. Lee <tailbert@yahoo.com>:
2001-03-13 Tor Lillqvist <tml@iki.fi>
From Edward M. Lee <tailbert@yahoo.com>:
* gdate.c (g_date_set_parse): add support for dates that in the
form "Wed Mar 14 2001". Running testgdate on cygwin requires this.
2001-03-13 Tor Lillqvist <tml@iki.fi>
From Edward M. Lee <tailbert@yahoo.com>:
* gmodule-win32.c (_g_module_build_path): use (cygwin friendly) dir
separator.
Tim Janik [Wed, 14 Mar 2001 15:33:45 +0000 (15:33 +0000)]
made config arg to g_scanner_new() const.
Fri Mar 9 18:01:43 2001 Tim Janik <timj@gtk.org>
* gscanner.[hc]: made config arg to g_scanner_new() const.
Fri Mar 9 16:42:08 2001 Tim Janik <timj@gtk.org>
* gvaluetypes.[hc]: moved g_strdup_value_contents() into this file as
a public function (was static in gobject.c before). it's a bit odd
to have that function here, especially since it requires extra includes,
but then it doesn't very well fit somewhere else either.
* gparamspecs.c: added default/max/min checks to param spec creation
functions.
Tor Lillqvist [Mon, 12 Mar 2001 06:09:05 +0000 (06:09 +0000)]
Link with the libgmodule la only on Win32.
2001-03-12 Tor Lillqvist <tml@iki.fi>
* tests/Makefile.am (libmoduletestplugin_b_la_LIBADD,
libmoduletestplugin_b_la_LIBADD): Link with the libgmodule la only
on Win32.
2001-03-12 Tor Lillqvist <tml@iki.fi>
* Makefile.am (libgplugin_a_la_LIBADD, libgplugin_b_la_LIBADD):
Link with the libgmodule la only on Win32.
Andraz Tori [Sun, 11 Mar 2001 22:10:11 +0000 (22:10 +0000)]
Updated Slovenian translation
Sven Neumann [Sun, 11 Mar 2001 13:34:14 +0000 (13:34 +0000)]
shut up CVS
Tor Lillqvist [Sat, 10 Mar 2001 21:37:28 +0000 (21:37 +0000)]
Define G_PLATFORM_WIN32 here, too.
2001-03-10 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too.
Tor Lillqvist [Sat, 10 Mar 2001 20:03:53 +0000 (20:03 +0000)]
Use the _LIBADD dependencies on libglib only on Win32.
2001-03-10 Tor Lillqvist <tml@iki.fi>
* */Makefile.am: Use the _LIBADD dependencies on libglib only on
Win32.
* gobject/gobject.def: Add a couple of missing entries.
Tor Lillqvist [Fri, 9 Mar 2001 21:55:06 +0000 (21:55 +0000)]
Update with some information about using configure and libtool.
2001-03-09 Tor Lillqvist <tml@iki.fi>
* README.win32: Update with some information about using configure
and libtool.
Tor Lillqvist [Fri, 9 Mar 2001 21:43:36 +0000 (21:43 +0000)]
Link with libglib, libgthread and libgmodule as appropriate. Use
2001-02-21 Tor Lillqvist <tml@iki.fi>
* tests/Makefile.am: Link with libglib, libgthread
and libgmodule as appropriate. Use -no-undefined.
Tor Lillqvist [Fri, 9 Mar 2001 21:41:37 +0000 (21:41 +0000)]
Use libglib-1.3.la from top_builddir. Invoke libtool with -no-undefined
2001-02-21 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Use libglib-1.3.la from top_builddir. Invoke
libtool with -no-undefined for Win32 and Cygwin.
* gthread-impl.c (g_thread_init): Win32 code snippet used also on
Cygwin.
Tor Lillqvist [Fri, 9 Mar 2001 21:39:51 +0000 (21:39 +0000)]
Use G_BEGIN_DECLS and G_END_DECLS.
2001-02-21 Tor Lillqvist <tml@iki.fi>
* *.h: Use G_BEGIN_DECLS and G_END_DECLS.
* Makefile.am: Use libglib-1.3.la from top_builddir. Invoke
libtool with -no-undefined for Win32 and Cygwin.
Tor Lillqvist [Fri, 9 Mar 2001 21:33:23 +0000 (21:33 +0000)]
Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly on
2001-02-21 Tor Lillqvist <tml@iki.fi>
* gmodule.h: Use G_BEGIN_DECLS and G_END_DECLS. Define
G_MODULE_EXPORT correctly on Cygwin, too.
* gmodule-win32.c (_g_module_open): Convert path to Windows format
on Cygwin.
* Makefile.am (libglib): Use libglib-1.3.la from
top_builddir. Invoke libtool with -no-undefined for Win32 and
Cygwin.
Tor Lillqvist [Fri, 9 Mar 2001 21:31:21 +0000 (21:31 +0000)]
Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.
2001-02-21 Tor Lillqvist <tml@iki.fi>
Cygwin support contributed by Stefan Ondrejicka
<ondrej@idata.sk>. Hopefully I got it all in while simultaneously
adding support for auto*/libtool for mingw.
* Makefile.am: Changes for auto* support on Cygwin and Win32. Do
still distribute the hand-written makefiles and *.win32.in files,
though. Use GIO, GSPAWN and PLATFORMDEP macros set by configure.
Use -no-undefined. Pass -export-symbols glib.def to libtool.
* configure.in: Define G_PLATFORM_WIN32 on both pure Win32 (mingw)
and Cygwin. Add AC_CYGWIN, AC_EXEEXT and AC_LIBTOOL_WIN32_DLL
calls for Cygwin and mingw support. Check for %I64u guint64
format (in MS C library). Set G_MODULE_IMPL on mingw and
Cygwin. Use ac_object and ac_exeext. Set GIO, GSPAWN, PLATFORMDEP
and G_LIBS_EXTRA. Compile timeloop only on Unix. Define OS_WIN32
automake conditional on Win32.
* glib.h: Include gwin32.h also on Cygwin.
* gfileutils.c (get_contents_posix): Use O_BINARY (defined as 0 on
Unix) for Cygwin's sake.
* gtimer.c (GETTIME): Reduce #ifdefs, use a macro GETTIME().
* gconvert.c
* gthread.c
* gutf8.c
* gutils.c: For code needed both on Cygwin and native Win32,
test for G_PLATFORM_WIN32.
* gmarkup.h: Use G_BEGIN_DECLS and G_END_DECLS.
* gtypes.h: Refine GLIB_VAR definition. Also check for DLL_EXPORT
in case compiling a static library on Win32 or Cygwin.
* gwin32.c: No <direct.h> on Cygwin. No need for ftruncate() or
dirent emulation on Cygwin.
(get_package_directory_from_module) Convert return value from
GetModuleFileName() to POSIX path on Cygwin.
* tests/Makefile.am (progs_LDADD): Link with libglib, libgthread
and libgmodule as appropriate. Use -no-undefined.
* gbacktrace.c: Move #ifdefs around a bit on Win32.
* gshell.c (unquote_string_inplace): Make static.
* testglib.c: Make some vars static. Add Cygwin path tests.
Tor Lillqvist [Fri, 9 Mar 2001 21:23:33 +0000 (21:23 +0000)]
Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.
2001-02-21 Tor Lillqvist <tml@iki.fi>
Cygwin support contributed by Stefan Ondrejicka
<ondrej@idata.sk>. Hopefully I got it all in while simultaneously
adding support for auto*/libtool for mingw.
* Makefile.am: Changes for auto* support on Cygwin and Win32. Do
still distribute the hand-written makefiles and *.win32.in files,
though. Use GIO, GSPAWN and PLATFORMDEP macros set by configure.
Use -no-undefined. Pass -export-symbols glib.def to libtool.
* configure.in: Define G_PLATFORM_WIN32 on both pure Win32 (mingw)
and Cygwin. Add AC_CYGWIN, AC_EXEEXT and AC_LIBTOOL_WIN32_DLL
calls for Cygwin and mingw support. Check for %I64u guint64
format (in MS C library). Set G_MODULE_IMPL on mingw and
Cygwin. Use ac_object and ac_exeext. Set GIO, GSPAWN, PLATFORMDEP
and G_LIBS_EXTRA. Compile timeloop only on Unix. Define OS_WIN32
automake conditional on Win32.
* glib.h: Include gwin32.h also on Cygwin.
* gfileutils.c (get_contents_posix): Use O_BINARY (defined as 0 on
Unix) for Cygwin's sake.
* gtimer.c (GETTIME): Reduce #ifdefs, use a macro GETTIME().
* gconvert.c
* gthread.c
* gutf8.c
* gutils.c: For code needed both on Cygwin and native Win32,
test for G_PLATFORM_WIN32.
* gmarkup.h: Use G_BEGIN_DECLS and G_END_DECLS.
* gtypes.h: Refine GLIB_VAR definition. Also check for DLL_EXPORT
in case compiling a static library on Win32 or Cygwin.
* gwin32.c: No <direct.h> on Cygwin. No need for ftruncate() or
dirent emulation on Cygwin.
(get_package_directory_from_module) Convert return value from
GetModuleFileName() to POSIX path on Cygwin.
* tests/Makefile.am (progs_LDADD): Link with libglib, libgthread
and libgmodule as appropriate. Use -no-undefined.
* gbacktrace.c: Move #ifdefs around a bit on Win32.
* gshell.c (unquote_string_inplace): Make static.
Tor Lillqvist [Fri, 9 Mar 2001 21:18:33 +0000 (21:18 +0000)]
Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.
2001-02-21 Tor Lillqvist <tml@iki.fi>
Cygwin support contributed by Stefan Ondrejicka
<ondrej@idata.sk>. Hopefully I got it all in while simultaneously
adding support for auto*/libtool for mingw.
* Makefile.am: Changes for auto* support on Cygwin and Win32. Do
still distribute the hand-written makefiles and *.win32.in files,
though. Use GIO, GSPAWN and PLATFORMDEP macros set by configure.
Use -no-undefined. Pass -export-symbols glib.def to libtool.
* configure.in: Define G_PLATFORM_WIN32 on both pure Win32 (mingw)
and Cygwin. Add AC_CYGWIN, AC_EXEEXT and AC_LIBTOOL_WIN32_DLL
calls for Cygwin and mingw support. Check for %I64u guint64
format (in MS C library). Set G_MODULE_IMPL on mingw and
Cygwin. Use ac_object and ac_exeext. Set GIO, GSPAWN, PLATFORMDEP
and G_LIBS_EXTRA. Compile timeloop only on Unix. Define OS_WIN32
automake conditional on Win32.
* glib.h: Include gwin32.h also on Cygwin.
* gfileutils.c (get_contents_posix): Use O_BINARY (defined as 0 on
Unix) for Cygwin's sake.
* gtimer.c (GETTIME): Reduce #ifdefs, use a macro GETTIME().
* gconvert.c
* gthread.c
* gutf8.c
* gutils.c: For code needed both on Cygwin and native Win32,
test for G_PLATFORM_WIN32.
* gtypes.h: Refine GLIB_VAR definition. Also check for DLL_EXPORT
in case compiling a static library on Win32 or Cygwin.
* gwin32.c: No <direct.h> on Cygwin. No need for ftruncate() or
dirent emulation on Cygwin.
(get_package_directory_from_module) Convert return value from
GetModuleFileName() to POSIX path on Cygwin.
* tests/Makefile.am (progs_LDADD): Link with libglib, libgthread
and libgmodule as appropriate. Use -no-undefined.
* gbacktrace.c: Move #ifdefs around a bit on Win32.
* gshell.c (unquote_string_inplace): Make static.
Hans Breuer [Fri, 9 Mar 2001 16:49:02 +0000 (16:49 +0000)]
(oops, forgot the file ...)
2001-03-09 Hans Breuer <hans@breuer.org>
* gobject/gobject.def : updated
Hans Breuer [Fri, 9 Mar 2001 16:46:12 +0000 (16:46 +0000)]
updated
2001-03-09 Hans Breuer <hans@breuer.org>
* gobject/gobject.def : updated
Tim Janik [Fri, 9 Mar 2001 14:02:30 +0000 (14:02 +0000)]
test program. covers run first/last/cleanup signal handlers, return value
Fri Mar 9 14:57:17 2001 Tim Janik <timj@gtk.org>
* testgruntime.c: test program. covers run first/last/cleanup signal
handlers, return value accumulator, signal string returns, and
interface types in signal arguments.
* gtype.c (g_type_value_table_peek): for interface types without
value table, try looking up a value table from an instantiatable
prerequisite type (this is safe as an interface may only have
one instantiatable prerequisiste).
(type_check_is_value_type_U): same here.
* gsignal.c (g_signal_newv): assert that return types never have
G_SIGNAL_TYPE_STATIC_SCOPE set.
(g_signal_newc): only create class closure if the class_offset is not
0.
Tim Janik [Fri, 9 Mar 2001 09:14:32 +0000 (09:14 +0000)]
use g_type_is_a() to check for object_type being a G_TYPE_OBJECT, not
Fri Mar 9 10:14:00 2001 Tim Janik <timj@gtk.org>
* gparamspecs.c (g_param_spec_object): use g_type_is_a() to check
for object_type being a G_TYPE_OBJECT, not G_TYPE_IS_OBJECT(), since
that wouldn't allow interface types.
* gtype.c (g_type_interface_add_prerequisite): arg, fixed small cnp bug
with bad implications and an off-by-one error.
Owen Taylor [Thu, 8 Mar 2001 21:34:53 +0000 (21:34 +0000)]
Include <string.h> for memcpy.
Thu Mar 8 16:34:22 2001 Owen Taylor <otaylor@redhat.com>
* gvaluetransform.c: Include <string.h> for memcpy.
* gvaluetransform.c (DEFINE_SPRINTF): Remove unnecessary
and ANSI-illegal ## token pasting.
Tor Lillqvist [Thu, 8 Mar 2001 20:51:46 +0000 (20:51 +0000)]
glib.def gobject/gobject.def Update.
2001-03-08 Tor Lillqvist <tml@iki.fi>
* glib.def
* gobject/gobject.def
* gobject/makefile.mingw.in: Update.
Sven Neumann [Thu, 8 Mar 2001 18:18:16 +0000 (18:18 +0000)]
I'm stupid and managed to screw up my own patch. Now the new function
works as advertised.
--Sven
Sven Neumann [Thu, 8 Mar 2001 17:51:39 +0000 (17:51 +0000)]
added new function g_tree_lookup_extended().
2001-03-08 Sven Neumann <sven@gimp.org>
* gtree.[ch]:
* docs/reference/glib/tmpl/trees-binary.sgml: added new function
g_tree_lookup_extended().
Tim Janik [Thu, 8 Mar 2001 17:11:42 +0000 (17:11 +0000)]
eek, fixed old hook detail storage code.
Thu Mar 8 18:11:52 2001 Tim Janik <timj@gtk.org>
* gsignal.c: eek, fixed old hook detail storage code.
Tim Janik [Thu, 8 Mar 2001 16:34:59 +0000 (16:34 +0000)]
destruction cleanup. there's one ->finalize_hook member in the hooklist
Thu Mar 8 16:23:34 2001 Tim Janik <timj@gtk.org>
* ghook.[hc]: destruction cleanup. there's one
->finalize_hook member in the hooklist now that gets
called when a hook should be destroyed, that's it.
that function is guarranteed to be called only when
all ref_counts to the hook vanished, thus also when
the hook is not in call.
Thu Mar 8 16:35:48 2001 Tim Janik <timj@gtk.org>
* gparamspecs.[hc]: s/g_param_spec_string_c/g_param_spec_stringc/.
* gsignal.[hc]: fixed accumulator invocation, implemented emission
hooks. and no, neither of these callbacks are called via a closure,
language bindings can wrap the accumulator and emission hook
interface, they already get parameters marshalled into a GValue array.
(g_signal_connect): removed this function as its C specific, doesn't
cover the swapped argument, is too close to its broken original
gtk_signal_connect() and creates demand for _swapped, _after and
_swapped_after variants <brrr>.
(g_signal_connectc): convenience macro to connect a C handler
func with data, like the old g_signal_connect() plus swapped
argument.
* gtype.h:
* gboxed.c: added G_TYPE_VALUE boxed type.
Sebastian Wilhelmi [Thu, 8 Mar 2001 09:43:45 +0000 (09:43 +0000)]
Spelling corrections.
2001-03-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/tmpl/threads.sgml: Spelling corrections.
Sebastian Wilhelmi [Thu, 8 Mar 2001 09:37:01 +0000 (09:37 +0000)]
Fix typo and thus bug #51862.
2001-03-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in (FLAG_DOES_NOT_WORK): Fix typo and thus bug #51862.
Owen Taylor [Wed, 7 Mar 2001 20:11:09 +0000 (20:11 +0000)]
Revert Tim's last commit to get rid of 7+ unnecessary / broken changes.
Wed Mar 7 15:02:17 2001 Owen Taylor <otaylor@redhat.com>
* gobject/Makefile.am: Revert Tim's last commit to
get rid of 7+ unnecessary / broken changes. Add
back the useful part. Also fix problem with grep,
add dependency on template files.
* gobject/gobject-sections.txt: Remove double
value_types names which was screwing up builds.
* glib/Makefile.am: Propagate changes from
gobject/Makefile.am
Sebastian Wilhelmi [Wed, 7 Mar 2001 20:09:01 +0000 (20:09 +0000)]
Fixed stupid typo.
2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/tmpl/threads.sgml: Fixed stupid typo.
Tim Janik [Wed, 7 Mar 2001 20:04:54 +0000 (20:04 +0000)]
get rid of bogus g_value_convert
Tim Janik [Wed, 7 Mar 2001 19:36:02 +0000 (19:36 +0000)]
catch when adding an interface to an ancestor of a child that already
Wed Mar 7 19:02:51 2001 Tim Janik <timj@gtk.org>
* gtype.c (type_node_add_iface_entry_W): catch when adding an interface
to an ancestor of a child that already conforms to this interface.
currently we spew a warning here, should we be silent?
(g_type_interface_add_prerequisite): new function to add a prerequisite
type to an interface, that must succeed an instance is_a prerequisite
type check before the interface can be added to an instance. the
prerequisite types are also suuported in is_a checks of the interface.
(g_type_instance_is_a):
(g_type_check_instance_cast):
(g_type_check_instance): cleanups and optimizations.
(g_type_class_is_a):
(g_type_check_class_cast): same, also prevented these from accepting
interface types, as class structures don't nest interfaces.
Sebastian Wilhelmi [Wed, 7 Mar 2001 17:36:58 +0000 (17:36 +0000)]
C2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
C2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/tmpl/threads.sgml: Completed.
VS: ----------------------------------------------------------------------
Tim Janik [Wed, 7 Mar 2001 14:49:28 +0000 (14:49 +0000)]
magic sprinkles
Tim Janik [Wed, 7 Mar 2001 14:49:04 +0000 (14:49 +0000)]
sunotlokaherethizisprivate
Tim Janik [Wed, 7 Mar 2001 14:46:45 +0000 (14:46 +0000)]
changed prototype of g_boxed_type_register_static() to contain an optional
Wed Mar 7 09:36:33 2001 Tim Janik <timj@gtk.org>
* gboxed.[hc]: changed prototype of g_boxed_type_register_static()
to contain an optional init function and a hint at whether the
boxed structure uses ref counting internally.
added g_value_set_boxed_take_ownership().
made G_TYPE_BOXED an abstract value type.
* genums.[hc]: made G_TYPE_ENUM and G_TYPE_FLAGS abstract value
types.
* glib-genmarshal.c: argument type changes, preparation for third-party
arg specification.
* gobject.[hc]: cleaned up get/set property code.
added g_strdup_value_contents() to improve warnings.
* gparam.[hc]: added g_param_value_convert(), taking over responsibility
of the old g_value_convert(). added G_PARAM_LAX_VALIDATION flag so
validation alterations may be valid a part of the property setting
process.
* gparamspecs.[hc]: made value comparisons stable (for sort applications).
added GParamSpecValueArray, a param spec for value arrays and
GParamSpecClosure. nuked the value exchange functions and
GParamSpecCCallback.
* gtype.[hc]: catch unintialized usages of the type system with
g_return_val_if_uninitialized(). introduced G_TYPE_FLAG_VALUE_ABSTRACT
to flag types that introduce a value table, but can't be used for
g_value_init(). cleaned up reserved type ids.
* gvalue.[hc]: code cleanups and saner checking.
nuked the value exchange API. implemented value transformations, we
can't really "convert" values, rather transforms are an anylogy to
C casts, real conversions need a param spec for validation, which is
why g_param_value_convert() does real conversions now.
* gvaluearray.[hc]: new files that implement a GValueArray, a struct
that can hold inhomogeneous arrays of value (to that extend that it
also allowes undefined values, i.e. G_VALUE_TYPE(value)==0).
this is exposed to the type system as a boxed type.
* gvaluetransform.c: new file implementing most of the former value
exchange functions as single-sided transformations.
* gvaluetypes.[hc]: nuked G_TYPE_CCALLBACK, added
g_value_set_string_take_ownership().
* *.h: s/G_IS_VALUE_/G_VALUE_HOLDS_/.
* *.[hc]: many fixes and cleanups.
* many warning improvements.
Tue Feb 27 18:35:15 2001 Tim Janik <timj@gtk.org>
* gobject.c (g_object_get_valist): urg, pass G_VALUE_NOCOPY_CONTENTS
into G_VALUE_LCOPY(), this needs proper documenting.
* gparam.c: fixed G_PARAM_USER_MASK.
* gtype.c (type_data_make_W):
(type_data_last_unref_Wm): fixed invalid memory freeing.
* gobject.c (g_object_last_unref): destroy signal handlers associated
with object, right before finalization.
* gsignal.c (g_signal_parse_name): catch destroyed nodes or signals
that don't actually support details.
* gobject.[hc]: got rid of property trailers. nuked GObject
properties "data" and the "signal" variants.
(g_object_connect): new convenience function to do multiple
signal connections at once.
(g_object_disconnect): likewise, for disconnections.
* gparam.[hc] (g_param_spec_pool_lookup): took out trailer support.
* gvalue.[hc]: marked g_value_fits_pointer() and g_value_peek_pointer()
as private (the latter got renamed from g_value_get_as_pointer()).
Wed Mar 7 09:32:06 2001 Tim Janik <timj@gtk.org>
* glib-object.h: add gvaluearray.h.
* gstring.[hc]: fixup naming of g_string_sprint*.
* gtypes.h: fixed GCompareDataFunc naming.
Wed Mar 7 09:33:27 2001 Tim Janik <timj@gtk.org>
* gobject/Makefile.am: shuffled rules to avoid excessive
rebuilds.
* gobject/gobject-sections.txt: updates.
* gobject/tmpl/*: bunch of updates, added another patch
from Eric Lemings <eric.b.lemings@lmco.com>.
Sebastian Wilhelmi [Wed, 7 Mar 2001 14:22:25 +0000 (14:22 +0000)]
Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.
2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am, makefile.mingw.in, makefile.msc.in: Set
G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.
* gmodule.def, gmodule.h, gmodule.c: Removed g_log_domain_gmodule.
* docs/reference/glib/glib-sections.txt,
docs/reference/glib/tmpl/messages.sgml: Removed g_log_domain_gmodule.
Sebastian Wilhelmi [Wed, 7 Mar 2001 13:33:45 +0000 (13:33 +0000)]
Avoid rebuilding everything everytime.
2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am: Avoid rebuilding everything everytime.
Christian Meyer [Wed, 7 Mar 2001 03:09:40 +0000 (03:09 +0000)]
Added 'de' in configure.in to ALL_LINGUAS
Christian Meyer [Wed, 7 Mar 2001 03:05:34 +0000 (03:05 +0000)]
Added German translation.
Jonathan Blandford [Tue, 6 Mar 2001 00:29:46 +0000 (00:29 +0000)]
add a new param spec to handle interfaces.
Mon Mar 5 15:26:30 2001 Jonathan Blandford <jrb@redhat.com>
* gparamspecs.c (g_param_spec_interface): add a new param spec to
handle interfaces.
Pablo Saratxaga [Sat, 3 Mar 2001 00:36:09 +0000 (00:36 +0000)]
fixed headers
Christophe Merlet [Fri, 2 Mar 2001 11:21:48 +0000 (11:21 +0000)]
Added French translation.
Tor Lillqvist [Thu, 1 Mar 2001 10:59:55 +0000 (10:59 +0000)]
Use MAXPATHLEN, not PATH_MAX which isn't defined with MSVC.
2001-03-01 Tor Lillqvist <tml@iki.fi>
* gutils.c (g_find_program_in_path): (Win32): Use MAXPATHLEN,
not PATH_MAX which isn't defined with MSVC.
Tor Lillqvist [Thu, 1 Mar 2001 10:25:12 +0000 (10:25 +0000)]
Implement on Win32. Append the executable file name suffixes from PATHEXT
2001-03-01 Tor Lillqvist <tml@iki.fi>
* gutils.c(g_find_program_in_path): Implement on Win32. Append the
executable file name suffixes from PATHEXT in turn while
looking for the program.
(g_find_program_in_path): If the program we are looking for is a
relative path in a subdirectory, don't do any path search.
Tor Lillqvist [Thu, 1 Mar 2001 09:34:45 +0000 (09:34 +0000)]
Remove test for initial double backslash (UNC path), this will of course
2001-03-01 Tor Lillqvist <tml@iki.fi>
* gutils.c (g_path_is_absolute): (Win32) Remove test for initial
double backslash (UNC path), this will of course be matched by the
test for an initial G_DIR_SEPARATOR right up front. Silly me.
(g_find_program_in_path): Implement on Win32.
(g_get_any_init): (Win32) Also look for the USERPROFILE env var
indicating the home directory equivalent.
* testglib.c (main): Test g_find_program_in_path() on Win32 by
looking for more.com and regedit.exe.
* glib.def: Add g_find_program_in_path.
Sebastian Wilhelmi [Mon, 26 Feb 2001 14:27:12 +0000 (14:27 +0000)]
Make max_unused_threads work for -1 as well.
2001-02-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthreadpool.c (g_thread_pool_thread_proxy): Make
max_unused_threads work for -1 as well.
Sebastian Wilhelmi [Fri, 23 Feb 2001 16:42:48 +0000 (16:42 +0000)]
Change the order to match the order in g_thread_create().
2001-02-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread.h (struct _GThread): Change the order to match the order
in g_thread_create().
* gthread.c (g_static_rec_mutex_lock_full): Also do the right
thing (behave like 'depth' calls to g_static_rec_mutex_lock) for a
mutex, that is already locked.
* glib/tmpl/threads.sgml: Big update. Almost ready.
* glib/tmpl/async_queues.sgml: Typo.
* glib/glib-sections.txt: Added g_static_rec_mutex_init,
g_static_rec_mutex_free, g_static_rw_lock_init,
g_static_private_init and g_static_private_free.
* glib/glib-overrides.txt: Added g_thread_yield and g_thread_exit.
Jonathan Blandford [Thu, 22 Feb 2001 17:12:06 +0000 (17:12 +0000)]
Committed the wrong thing yesterday.
* gsignal.c (g_signal_emit_valist): Use G_TYPE_FROM_INSTANCE
(instance) instead of node->itype when initting the value.
Owen Taylor [Thu, 22 Feb 2001 15:39:57 +0000 (15:39 +0000)]
Add missing implementation ofsource->priority, g_source_remove_poll.
Thu Feb 22 10:31:36 2001 Owen Taylor <otaylor@redhat.com>
* gmain.c (g_source_remove_poll): Add missing implementation
ofsource->priority, g_source_remove_poll. (Pointed out by Stefan Westerfeld)
Jonathan Blandford [Wed, 21 Feb 2001 23:42:31 +0000 (23:42 +0000)]
Add g_signal_connect define to make porting from gtk_signal_connect easy.
Wed Feb 21 18:31:46 2001 Jonathan Blandford <jrb@redhat.com>
* gsignal.h (g_signal_connect): Add g_signal_connect define to
make porting from gtk_signal_connect easy.