platform/upstream/glib.git
23 years agoUse G_BEGIN_DECLS and G_END_DECLS.
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.

23 years agoUse G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly on
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.

23 years agoCygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.
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.

23 years agoCygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.
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.

23 years agoCygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.
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.

23 years ago(oops, forgot the file ...)
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

23 years agoupdated
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

23 years agotest program. covers run first/last/cleanup signal handlers, return value
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.

23 years agouse g_type_is_a() to check for object_type being a G_TYPE_OBJECT, not
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.

23 years agoInclude <string.h> for memcpy.
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.

23 years agoglib.def gobject/gobject.def Update.
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.

23 years agoI'm stupid and managed to screw up my own patch. Now the new function
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

23 years agoadded new function g_tree_lookup_extended().
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().

23 years agoeek, fixed old hook detail storage code.
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.

23 years agodestruction cleanup. there's one ->finalize_hook member in the hooklist
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.

23 years agoSpelling corrections.
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.

23 years agoFix typo and thus bug #51862.
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.

23 years agoRevert Tim's last commit to get rid of 7+ unnecessary / broken changes.
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

23 years agoFixed stupid typo.
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.

23 years agoget rid of bogus g_value_convert
Tim Janik [Wed, 7 Mar 2001 20:04:54 +0000 (20:04 +0000)]
get rid of bogus g_value_convert

23 years agocatch when adding an interface to an ancestor of a child that already
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.

23 years agoC2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
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: ----------------------------------------------------------------------

23 years agomagic sprinkles
Tim Janik [Wed, 7 Mar 2001 14:49:28 +0000 (14:49 +0000)]
magic sprinkles

23 years agosunotlokaherethizisprivate
Tim Janik [Wed, 7 Mar 2001 14:49:04 +0000 (14:49 +0000)]
sunotlokaherethizisprivate

23 years agochanged prototype of g_boxed_type_register_static() to contain an optional
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>.

23 years agoSet G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.
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.

23 years agoAvoid rebuilding everything everytime.
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.

23 years agoAdded 'de' in configure.in to ALL_LINGUAS
Christian Meyer [Wed, 7 Mar 2001 03:09:40 +0000 (03:09 +0000)]
Added 'de' in configure.in to ALL_LINGUAS

23 years agoAdded German translation.
Christian Meyer [Wed, 7 Mar 2001 03:05:34 +0000 (03:05 +0000)]
Added German translation.

23 years agoadd a new param spec to handle interfaces.
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.

23 years agofixed headers
Pablo Saratxaga [Sat, 3 Mar 2001 00:36:09 +0000 (00:36 +0000)]
fixed headers

23 years agoAdded French translation.
Christophe Merlet [Fri, 2 Mar 2001 11:21:48 +0000 (11:21 +0000)]
Added French translation.

23 years agoUse MAXPATHLEN, not PATH_MAX which isn't defined with MSVC.
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.

23 years agoImplement on Win32. Append the executable file name suffixes from PATHEXT
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.

23 years agoRemove test for initial double backslash (UNC path), this will of course
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.

23 years agoMake max_unused_threads work for -1 as well.
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.

23 years agoChange the order to match the order in g_thread_create().
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.

23 years agoCommitted the wrong thing yesterday.
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.

23 years agoAdd missing implementation ofsource->priority, g_source_remove_poll.
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)

23 years agoAdd g_signal_connect define to make porting from gtk_signal_connect easy.
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.

23 years agoMatch also UNC paths on Win32.
Tor Lillqvist [Wed, 21 Feb 2001 12:41:28 +0000 (12:41 +0000)]
Match also UNC paths on Win32.

2001-02-21  Tor Lillqvist  <tml@iki.fi>

* gutils.c (g_path_is_absolute): Match also UNC paths on Win32.

* gthread.h: Include gtypes.h to be sure to get GLIB_VAR
definition, remove definition from here.

* gunicode.h: Remove duplicate GLIB_VAR definition from here, too.

* gutils.c: (Win32) Use USERPROFILE as home dir if present. On
Win2k, HOMEDRIVE and HOMEPATH aren't reliable.

* Makefile.am (INCLUDES): Add -DGLIB_COMPILATION.

* makefile.mingw.in: Remove install target, Windows isn't Unix.

* testgdate.c
* testgdateparser.c
* testglib.c: Undefine GLIB_COMPILATION.

* glib.def: Updates.

* .cvsignore
* */.cvsignore: Ignore also .obj, .dll, .lib and .exe files.

23 years agoupdated for win32 msvc build
Hans Breuer [Mon, 19 Feb 2001 21:51:19 +0000 (21:51 +0000)]
updated for win32 msvc build

23 years agoUpdated russian translation.
Valek Frob [Mon, 19 Feb 2001 10:38:33 +0000 (10:38 +0000)]
Updated russian translation.

23 years agomy name is glib-config-2.0! don't exit with errorcode!=0 for --help or -h.
Tim Janik [Mon, 19 Feb 2001 06:50:21 +0000 (06:50 +0000)]
my name is glib-config-2.0! don't exit with errorcode!=0 for --help or -h.

Mon Feb 19 07:32:38 2001  Tim Janik  <timj@gtk.org>

        * glib-config-2.0.in (lib_glib): my name is glib-config-2.0!
        don't exit with errorcode!=0 for --help or -h.

        * Makefile.am:
        * configure.in: build glib-config-2.0.

23 years agoUpdated Slovenian translation
Andraz Tori [Sun, 18 Feb 2001 19:32:47 +0000 (19:32 +0000)]
Updated Slovenian translation

23 years agoinclude string.h
Havoc Pennington [Sat, 17 Feb 2001 23:30:48 +0000 (23:30 +0000)]
include string.h

2001-02-17  Havoc Pennington  <hp@pobox.com>

* gthread.c: include string.h

        Applied patch from Soeren Sandmann:

* testglib.c: const fixes

* gwin32.h: format cleanups

* gutils.c (g_atexit): constify a variable
(g_find_program_in_path): constification
(g_basename): G_CONST_RETURN
(g_path_skip_root): G_CONST_RETURN
(g_getenv): G_CONST_RETURN
(g_get_user_name): G_CONST_RETURN
(g_get_real_name): G_CONST_RETURN
(g_get_home_dir): G_CONST_RETURN
(g_get_tmp_dir): G_CONST_RETURN
(g_get_prgname): G_CONST_RETURN
(_glib_gettext): G_CONST_RETURN

* gunicode.h: formatting cleanups

* gstrfuncs.c (g_strerror): G_CONST_RETURN
(g_strsignal): G_CONST_RETURN

* gspawn.c (g_execute): const on variables

* gmessages.c (printf_string_upper_bound): fix const on a variable

* gmem.c (g_mem_chunk_new): make the "name" arg const
(struct _GRealMemChunk): make the "name" field const

* gfileutils.c (g_file_open_tmp): store const return in a const
gchar* variable

* gdataset.c (g_quark_to_string): G_CONST_RETURN

2001-02-17  Havoc Pennington  <hp@pobox.com>

        Applied patch from Soeren Sandmann:

* gvaluetypes.c (g_value_get_string): G_CONST_RETURN

* gtype.c (g_type_name): G_CONST_RETURN

* gsignal.c (g_signal_name): G_CONST_RETURN

* gobject-query.c (main): const fix

2001-02-17  Havoc Pennington  <hp@pobox.com>

        Applied patch from Soeren Sandmann:

* gmodule.c (g_module_error): G_CONST_RETURN
(g_module_name): G_CONST_RETURN

23 years agoUpdated Slovenian translation
Andraz Tori [Sat, 17 Feb 2001 14:49:52 +0000 (14:49 +0000)]
Updated Slovenian translation

23 years agoAdded sl translation
Andraz Tori [Sat, 17 Feb 2001 14:49:40 +0000 (14:49 +0000)]
Added sl translation

23 years agopatch from sven to fixup G_ENUM_CLASS_TYPE() macro.
Tim Janik [Sat, 17 Feb 2001 07:00:16 +0000 (07:00 +0000)]
patch from sven to fixup G_ENUM_CLASS_TYPE() macro.

Sat Feb 17 07:58:46 2001  Tim Janik  <timj@gtk.org>

        * genums.h (G_TYPE_IS_FLAGS): patch from sven to fixup
        G_ENUM_CLASS_TYPE() macro.

23 years agominor fix
Tim Janik [Sat, 17 Feb 2001 06:32:30 +0000 (06:32 +0000)]
minor fix

23 years agoadd check for broken RTLD_GLOBAL (on OSF1 V5.0).
Tim Janik [Sat, 17 Feb 2001 06:28:07 +0000 (06:28 +0000)]
add check for broken RTLD_GLOBAL (on OSF1 V5.0).

Sat Feb 17 07:26:33 2001  Tim Janik  <timj@gtk.org>

        * configure.in (G_MODULE_HAVE_DLERROR): add check for broken RTLD_GLOBAL
        (on OSF1 V5.0).

Sat Feb 17 07:27:15 2001  Tim Janik  <timj@gtk.org>

        * gmodule.c: work around platforms that have broken RTLD_GLOBAL.

23 years agochanged collect_format, collect_value() and lcopy_format, lcopy_value() in
Tim Janik [Sat, 17 Feb 2001 05:32:00 +0000 (05:32 +0000)]
changed collect_format, collect_value() and lcopy_format, lcopy_value() in

Sat Feb 17 04:55:35 2001  Tim Janik  <timj@gtk.org>

        * gtype.[hc]: changed collect_format, collect_value() and lcopy_format,
        lcopy_value() in the GTypeValueTable. the collect functions are now
        called only once per value, collect_format/lcopy_format are strings
        that enlist all necessary GTypeCValues to be varargs-collected.

        * gvalue.h: ranamed STATIC_TAG to G_VALUE_NOCOPY_CONTENTS to indicate that
        a value shouldn't copy its contents.

        * gvaluecollector.h: changed G_VALUE_COLLECT() and G_VALUE_LCOPY()
        macros to carry an additional argument (flags) that can be used
        to pass G_VALUE_NOCOPY_CONTENTS along to the collection functions.

        * *.c: adapted collect_value() and lcopy_value() functions to the new
        prototypes, support G_VALUE_NOCOPY_CONTENTS where apropriate.

        * gsignal.[hc]: introduced a G_SIGNAL_TYPE_STATIC_SCOPE flag that can
        be passed along (ORed) with the parameter types, indicating that the
        emission arguments are to be considered static for the scope of the
        emission. should be used with care and only if the caller knows that
        a parameter cannot be destroyed/freed from signal handlers connected
        to an emission.

23 years ago.cvsignore updates
Sebastian Wilhelmi [Fri, 16 Feb 2001 13:41:27 +0000 (13:41 +0000)]
.cvsignore updates

.cvsignore updates

23 years agoincorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>
Tim Janik [Fri, 16 Feb 2001 07:22:59 +0000 (07:22 +0000)]
incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>

Fri Feb 16 06:52:20 2001  Tim Janik  <timj@gtk.org>

        * gobject/tmpl/types.sgml: incorporated huge docu patch from Eric
        Lemings <eric.b.lemings@lmco.com> with a bunch of editing on my part.

Fri Feb 16 07:10:44 2001  Tim Janik  <timj@gtk.org>

        * gclosure.c:
        (g_closure_ref):
        (g_closure_sink): make closure sinking explicit.

        * gsignal.c:
        (g_signal_connect_data):
        (g_signal_connect_closure):
        (g_signal_connect_closure_by_id):
        (g_signal_newv): perform explicit closure sinking.

Thu Feb  8 00:31:45 2001  Tim Janik  <timj@gtk.org>

        * gtype.h: added G_TYPE_DEBUG_NONE for/from Eric Lemings ;)

23 years agoReverted the changes necessary to enlarge the system thread for
Sebastian Wilhelmi [Thu, 15 Feb 2001 16:43:02 +0000 (16:43 +0000)]
Reverted the changes necessary to enlarge the system thread for

2001-02-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* acconfig.h, configure.in: Reverted the changes necessary to
enlarge the system thread for G_THREAD_USE_PID_SURROGATE.

* gthread.c: Now implement G_THREAD_USE_PID_SURROGATE in gthread.c
instead of gthread/gthread-posix.c. While the latter has the
advantage, that it is conceptually cleaner, it makes
g_thread_self_posix_impl _very_ slow and that hurts
GStaticRecMutex and other things. So the new version is less
clean, but faster.

* gthread-posix.c: Removed the G_THREAD_USE_PID_SURROGATE
implementation, which is now in gthread.c.

23 years agodon't overwrite errors
Havoc Pennington [Tue, 13 Feb 2001 18:20:13 +0000 (18:20 +0000)]
don't overwrite errors

2001-02-09  Havoc Pennington  <hp@redhat.com>

* gconvert.c (g_convert): don't overwrite errors

* gerror.c (g_set_error): improve warning message if an error is
overwritten
(g_propagate_error): ditto

23 years agoAdded functions g_static_rec_mutex_init, g_static_rec_mutex_free,
Sebastian Wilhelmi [Tue, 13 Feb 2001 15:57:44 +0000 (15:57 +0000)]
Added functions g_static_rec_mutex_init, g_static_rec_mutex_free,

2001-02-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread.c, gthread.h: Added functions g_static_rec_mutex_init,
g_static_rec_mutex_free, g_static_private_init,
g_static_private_free, g_static_rw_lock_init to allow the usage of
all those types dynamically. (g_static_rw_lock_free already
existed). Aditionally freed static_private indeces are reused
now. Untill now the array would just grow if you would use more
and more static_private. That required adding a slist of all
running threads, which could potentially be of good use later. It
is not exported however. Renamed a LOCK and small indentation
fixes.

* tests/thread-test.c: Test the new static_private index freing
and reusing feature.

23 years agoAdd check for gtk-doc version. GLIB_1_2_9PRE1
Owen Taylor [Mon, 12 Feb 2001 20:25:58 +0000 (20:25 +0000)]
Add check for gtk-doc version.

Mon Feb 12 15:01:09 2001  Owen Taylor  <otaylor@redhat.com>

* configure.in (gtk_doc_min_version): Add check for gtk-doc version.

23 years agoThe ultimate gtk-doc makefile.
Owen Taylor [Mon, 12 Feb 2001 17:43:44 +0000 (17:43 +0000)]
The ultimate gtk-doc makefile.

Mon Feb 12 12:42:45 2001  Owen Taylor  <otaylor@redhat.com>

* {glib,gobject}/Makefile.am: The ultimate gtk-doc makefile.

23 years agogtypes.h Move GLIB_VAR definition from gutils.h to gtypes.h
Tor Lillqvist [Sat, 10 Feb 2001 01:43:25 +0000 (01:43 +0000)]
gtypes.h Move GLIB_VAR definition from gutils.h to gtypes.h

2001-02-10  Tor Lillqvist  <tml@iki.fi>

* gtypes.h
* gutils.h: Move GLIB_VAR definition from gutils.h to gtypes.h

* glib.def
* gmem.h: Mark glib_mem_profiler_table for export.

23 years agoDon't store address of local variable in hashtable.
Tor Lillqvist [Sat, 10 Feb 2001 00:17:06 +0000 (00:17 +0000)]
Don't store address of local variable in hashtable.

2001-02-10  Tor Lillqvist  <tml@iki.fi>

* gwin32.c (get_package_directory_from_module): Don't store
address of local variable in hashtable.

23 years agoAdded tr to ALL_LINGUAS.
Fatih Demir [Thu, 8 Feb 2001 09:43:21 +0000 (09:43 +0000)]
Added tr to ALL_LINGUAS.

23 years agoADded the Turkish translation fiels for glib HEAD
Fatih Demir [Thu, 8 Feb 2001 09:40:44 +0000 (09:40 +0000)]
ADded the Turkish translation fiels for glib HEAD

23 years ago.cvsignore updates
Sebastian Wilhelmi [Tue, 6 Feb 2001 09:24:20 +0000 (09:24 +0000)]
.cvsignore updates

.cvsignore updates

23 years agoRemove glib_debug_objects.
Tor Lillqvist [Sun, 4 Feb 2001 19:39:17 +0000 (19:39 +0000)]
Remove glib_debug_objects.

2001-02-04  Tor Lillqvist  <tml@iki.fi>

* gobject.def: Remove glib_debug_objects.

23 years agoUse "nn" for Nynorsk, as nn.po files are appearing now. If the sublanguage
Tor Lillqvist [Sun, 4 Feb 2001 19:35:04 +0000 (19:35 +0000)]
Use "nn" for Nynorsk, as nn.po files are appearing now. If the sublanguage

2001-02-04  Tor Lillqvist  <tml@iki.fi>

* gwin32.c (g_win32_getlocale): Use "nn" for Nynorsk, as nn.po
files are appearing now. If the sublanguage starts with '@', don't
use a '_' separator. South Africa is 'ZA', not 'SA'.

23 years agos/glib_trap_/g_trap_/. add comments on g_trap_instance_signals,
Tim Janik [Sun, 4 Feb 2001 07:03:52 +0000 (07:03 +0000)]
s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals,

Sun Feb  4 07:38:32 2001  Tim Janik  <timj@gtk.org>

        * docs/debugging.txt: s/glib_trap_/g_trap_/. add comments on
        g_trap_instance_signals, g_trace_instance_signals and
        GRUNTIME_DEBUG.

        * gmem.c: s/glib_trap_/g_trap_/.

Sun Feb  4 07:30:53 2001  Tim Janik  <timj@gtk.org>

        * gtype.[hc]: changed g_type_init() to take debugging flags
        initially, a combination of G_TYPE_DEBUG_OBJECTS and
        G_TYPE_DEBUG_SIGNALS. using the G_TYPE_ prefix is a bit odd
        here, but basically g_type_int() serves as initialization
        fucntion for all of GType, GObject, GSignal, so what the heck.

        * gobject.c: special case debugging code properly.
        changed glib_trap_object_ref to g_trap_object_ref.

        * gsignal.c: add signal emission debugging abilities, along with
        a new trap object g_trap_instance_signals.

23 years agoChange order of libs, put progs_LDADD last. Needed for cygwin, says
Tor Lillqvist [Sat, 3 Feb 2001 22:32:10 +0000 (22:32 +0000)]
Change order of libs, put progs_LDADD last. Needed for cygwin, says

2001-02-04  Tor Lillqvist  <tml@iki.fi>

* tests/Makefile.am (thread_LDADD): Change order of libs,
put progs_LDADD last. Needed for cygwin, says jbdoll@kepri.re.kr.

2001-02-04  Tor Lillqvist  <tml@iki.fi>

* Makefile.am (progs_LDADD): Change order of libs to libgobject
first, then libglib. Needed for cygwin, says jbdoll@kepri.re.kr.

23 years agogiochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning()
Tor Lillqvist [Thu, 1 Feb 2001 22:28:48 +0000 (22:28 +0000)]
giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning()

2001-02-02  Tor Lillqvist  <tml@iki.fi>

* giochannel.h
* giowin32.c
* gmain.c: Stylistic cleanups. Use G_STRLOC in g_warning() calls.

* glib.def: Add missing functions.

2001-01-31  Tor Lillqvist  <tml@iki.fi>

* glibconfig.h.win32.in: Corresponding change as below to
GStaticMutex.

23 years agoAdded g_static_mutex_init to allow initialization of a GStaticMutex, that
Sebastian Wilhelmi [Thu, 1 Feb 2001 09:37:28 +0000 (09:37 +0000)]
Added g_static_mutex_init to allow initialization of a GStaticMutex, that

2001-02-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread.c, gthread.h: Added g_static_mutex_init to allow
initialization of a GStaticMutex, that can not be initialized with
G_STATIC_MUTEX_INIT, for example in allocated structures.

* glib/tmpl/threads.sgml, glib/glib-sections.txt: Added
documentation for g_static_mutex_init().

WCVS: ----------------------------------------------------------------------

23 years agoRemove useless check. (Mike Chen)
Owen Taylor [Wed, 31 Jan 2001 21:06:27 +0000 (21:06 +0000)]
Remove useless check. (Mike Chen)

Wed Jan 31 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>

* gtree.c (g_tree_node_search): Remove useless check.
(Mike Chen)

23 years agoFix problem with --disable-nls.
Owen Taylor [Wed, 31 Jan 2001 19:18:48 +0000 (19:18 +0000)]
Fix problem with --disable-nls.

Wed Jan 31 13:46:58 2001  Owen Taylor  <otaylor@redhat.com>

* acinclude.m4 glib-gettext.m4: Fix problem with --disable-nls.

23 years agoadapt to work with new CVS gtk-doc, leaving the old rules in place caused
Tim Janik [Wed, 31 Jan 2001 06:27:41 +0000 (06:27 +0000)]
adapt to work with new CVS gtk-doc, leaving the old rules in place caused

Wed Jan 31 07:14:22 2001  Tim Janik  <timj@gtk.org>

        * gobject/Makefile.am: adapt to work with new CVS gtk-doc, leaving the old
        rules in place caused bogus recursions. main changes:
        - add to conditionalized section:
          all-local:
                $(MAKE) scan
                $(MAKE) templates
                $(MAKE) sgml
                $(MAKE) html.stamp
          html.stamp: sgml.stamp $(EXTRA_SGML_FILES)
                $(MAKE) html
          DOC_STAMPS= html.stamp sgml.stamp
        - change:
          maintainer-clean-local: clean
          -     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
          +     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_STAMPS)

        * glib/Makefile.am (maintainer-clean-local): dito.

Wed Jan 31 06:21:32 2001  Tim Janik  <timj@gtk.org>

        * gobject/tmpl/types.sgml: applied docu patch from Eric Lemings
        <eric.b.lemings@lmco.com>, did some more editing.

Wed Jan 31 06:19:49 2001  Tim Janik  <timj@gtk.org>

        * gparam.h: gtk-doc sucks for not dealing with #define inside enums.

        * gtype.[hc]: added G_TYPE_FLAG_RESERVED_ID_BIT, a bit in the type
        number that's supposed to be left untouched (preserved mainly
        for the signal code).

        * *.c: added thread safety code, based on an old patch from sebastian.
        the remaining thread safety issues are now datalists on pspecs (to be
        solved im gdataset.c) and gvalue.c where locking concerns value exchange
        functionality only, and that's soon to be revised.

23 years agoCall g_thread_impl_init(), as g_thread_init won't call it.
Sebastian Wilhelmi [Tue, 30 Jan 2001 14:16:56 +0000 (14:16 +0000)]
Call g_thread_impl_init(), as g_thread_init won't call it.

2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread/gthread-impl.c (g_thread_init_with_errorcheck_mutexes): Call
g_thread_impl_init(), as g_thread_init won't call it.

* glib/glib-sections.txt, glib/tmpl/threads.sgml: Added
g_static_mutex_free

* gthread.c, gthread.h: Added g_static_mutex_free to allow using
GStaticMutexes with limited lifetime without leaking.

* configure.in: GStaticMutex doesn't have to provide extra space
for debugging information for G_ERRORCHECK_MUTEXES, as then the
non-default implementation (runtime_mutex) is used anyway.

23 years agoAdded debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES is
Sebastian Wilhelmi [Tue, 30 Jan 2001 09:03:22 +0000 (09:03 +0000)]
Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES is

2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread.h (g_cond_wait): Added debug information for
g_mutex_free calls, if G_ERRORCHECK_MUTEXES is defined.

* gthread/gthread-impl.c (g_mutex_free_errorcheck_impl): Fixed it for
real. Sorry for this mess. It looked like a real obvious fix, so I
didn't check. Bad boy. Added some casts to quiet the compiler.

23 years agoUse the same GMutex structure as the configure-generated glibconfig.h
Tor Lillqvist [Mon, 29 Jan 2001 21:33:37 +0000 (21:33 +0000)]
Use the same GMutex structure as the configure-generated glibconfig.h

2001-01-29  Tor Lillqvist  <tml@iki.fi>

* glibconfig.h.win32.in: Use the same GMutex structure as the
configure-generated glibconfig.h does.

* gstrfuncs.c (g_strsignal): Declare strsignal() on Cygwin, too,
says jbdoll@kepri.re.kr.

23 years agohack this so it compiles, needs fixing for real.
Havoc Pennington [Mon, 29 Jan 2001 17:31:40 +0000 (17:31 +0000)]
hack this so it compiles, needs fixing for real.

2001-01-29  Havoc Pennington  <hp@redhat.com>

* gthread-impl.c (g_mutex_free_errorcheck_impl): hack this so it
compiles, needs fixing for real.

23 years agoBroadcast the condition, if there are waiting readers, as all might read
Sebastian Wilhelmi [Mon, 29 Jan 2001 16:32:26 +0000 (16:32 +0000)]
Broadcast the condition, if there are waiting readers, as all might read

2001-01-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread.c: Broadcast the condition, if there are waiting
readers, as all might read at the same time. Only signal the
writer thread, if there are no more readers.

* gthread/gthread-impl.c (g_mutex_free_errorcheck_impl): Add
        new check to errorcheck mutexes to abort, if a locked mutex is freed.

23 years agoNeed <io.h> for open() and close().
Tor Lillqvist [Sat, 27 Jan 2001 15:07:03 +0000 (15:07 +0000)]
Need <io.h> for open() and close().

2001-01-27  Tor Lillqvist  <tml@iki.fi>

* gmodule.c: (Win32) Need <io.h> for open() and close().

2001-01-27  Tor Lillqvist  <tml@iki.fi>

* makefile.msc.in: Don't try to compile gmarshal.c on its own.

23 years agomakefile.mingw.in Protect the rule to rebuild makefile.mingw if
Tor Lillqvist [Thu, 25 Jan 2001 22:08:11 +0000 (22:08 +0000)]
makefile.mingw.in Protect the rule to rebuild makefile.mingw if

2001-01-25  Tor Lillqvist  <tml@iki.fi>

* makefile.mingw.in
* */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
if makefile.mingw.in has changed with a check if said .in file
exists. (This rule is mainly a convenience for yours truly.)

23 years agoTypo.
Tor Lillqvist [Thu, 25 Jan 2001 21:19:45 +0000 (21:19 +0000)]
Typo.

23 years agoSocket support rewritten. It was utterly broken, and untested in fact. We
Tor Lillqvist [Thu, 25 Jan 2001 21:16:46 +0000 (21:16 +0000)]
Socket support rewritten. It was utterly broken, and untested in fact. We

2001-01-25  Tor Lillqvist  <tml@iki.fi>

* giowin32.c: Socket support rewritten. It was utterly broken, and
untested in fact. We still do use a thread for each socket being
watched, but instead of blocking in recv() (which of course was
plain stupid for sockets being liste()ed on), we block in
select(). The read method for sockets calls recv(). It is now
possible for the application to call accept(), recv() or send() in
the callback, just like on Unix. Tested with code kindly provided
by Andrew Lanoix.

Rename g_io_channel_win32_new_stream_socket() to
g_io_channel_win32_new_socket() as it isn't restricted to stream
sockets.

* gmain.c (g_poll): Related changes in the Win32 version of
g_poll(). When polling for messages, always do a PeekMessage()
first. We used to miss messages if several were posted between
calls to g_poll().

* giochannel.h: Improve Win32-related comments.

* gutf8.c: (Win32) Include <stdio.h> for sprintf.

* tests/gio-test.c: (Win32) Add tests for polling for Windows
messages.

* tests/makefile.mingw.in: Remove superfluous compilation command
line.

23 years agoDon't leak closure->notifiers.
4 [Wed, 24 Jan 2001 07:57:39 +0000 (07:57 +0000)]
Don't leak closure->notifiers.

2001-01-24    <alexl@redhat.com>

* gclosure.c (g_closure_unref):
Don't leak closure->notifiers.

23 years agoFree the callback (g_source_set_callback): Initialize the callback
3 [Tue, 23 Jan 2001 07:35:52 +0000 (07:35 +0000)]
Free the callback (g_source_set_callback): Initialize the callback

2001-01-23    <alexl@redhat.com>

* gmain.c (g_source_callback_unref): Free the callback
(g_source_set_callback): Initialize the callback refcount

23 years agoAdd Ukrainian translation
Yuri Syrota [Mon, 22 Jan 2001 07:39:20 +0000 (07:39 +0000)]
Add Ukrainian translation

23 years agoEven if g_get_codeset() is currently commented out from gutils.h, fix it
Tor Lillqvist [Sat, 20 Jan 2001 22:26:32 +0000 (22:26 +0000)]
Even if g_get_codeset() is currently commented out from gutils.h, fix it

2001-01-20  Tor Lillqvist  <tml@iki.fi>

* gutils.c (g_get_codeset): (Win32) Even if g_get_codeset() is
currently commented out from gutils.h, fix it to return the same
CP%d value as g_get_charset().

23 years agoFix typo. Same here.
Kjartan Maraas [Fri, 19 Jan 2001 08:32:46 +0000 (08:32 +0000)]
Fix typo. Same here.

2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>

* gconvert.c: Fix typo.
* gfileutils.c: Same here.

23 years agoAdded Norwegian translation.
Kjartan Maraas [Fri, 19 Jan 2001 08:31:18 +0000 (08:31 +0000)]
Added Norwegian translation.

2001-01-18  Kjartan Maraas  <kmaraas@gnome.org>

* no.po: Added Norwegian translation.

23 years agoAdd doc comments. (g_win32_get_package_installation_directory): Add one
Tor Lillqvist [Wed, 17 Jan 2001 21:37:32 +0000 (21:37 +0000)]
Add doc comments. (g_win32_get_package_installation_directory): Add one

2001-01-17  Tor Lillqvist  <tml@iki.fi>

* gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
comments.
(g_win32_get_package_installation_directory): Add one parameter,
the name of a DLL in the package. Add possibility to use that to
deduce the installation directory if not entered into the
Registry. Make the return value dynamically allocated.
(g_win32_get_package_installation_subdirectory): New convenience
function.

* gutils.c (GLIB_LOCALE_DIR)
* gwin32.h: Adapt accordingly.

* testglib.c (main): Adapt tests accordingly.

23 years agoOptimize for size rather than speed by making _() always call
Owen Taylor [Wed, 17 Jan 2001 04:31:20 +0000 (04:31 +0000)]
Optimize for size rather than speed by making _() always call

Tue Jan 16 23:20:38 2001  Owen Taylor  <otaylor@redhat.com>

* gutils.c glibintl.h: Optimize for size rather than speed by
making _() always call _glib_gettext() instead of conditionally
calling gettext() or _glib_gettext_init. glib only uses translated
strings in slow error handling code anyways.

* glibintl.h: g'ify types.

* Makefile.am: include glibintl.h in _SOURCES

23 years agoDefine ENABLE_NLS and GETTEXT_PACKAGE.
Tor Lillqvist [Tue, 16 Jan 2001 22:06:23 +0000 (22:06 +0000)]
Define ENABLE_NLS and GETTEXT_PACKAGE.

2001-01-17  Tor Lillqvist  <tml@iki.fi>

* config.h.win32.in: Define ENABLE_NLS and GETTEXT_PACKAGE.

* makefile.mingw.in
* makefile.msc.in: Use the GNU intl library.

* gwin32.c (g_win32_get_package_installation_directory): New
function. To be used by various GLib-using packages to get their
installation directory, which should be stored in the Registry by
some installer.

* gwin32.h: Declare it.

* testglib.c (main): Test it.

* gutils.c: On Win32, define GLIB_LOCALE_DIR using
g_win32_get_package_installation_directory().

* glib.def: Update.

23 years agoAdd @INTLIBS@.
Owen Taylor [Tue, 16 Jan 2001 02:52:13 +0000 (02:52 +0000)]
Add @INTLIBS@.

Mon Jan 15 21:39:06 2001  Owen Taylor  <otaylor@redhat.com>

* glib-2.0.pc.in (Libs) glib-config-2.0.in: Add @INTLIBS@.

23 years agoAdd gettext support.
Owen Taylor [Tue, 16 Jan 2001 02:24:24 +0000 (02:24 +0000)]
Add gettext support.

Mon Jan 15 21:12:49 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in acconfig.h glibintl.h gutils.c
po/{Makefile.in.in,POTFILES.in,po2tbl.in}: Add gettext
support.

* glib-gettext.m4 acinclude.m4: Clean up the GTK+ gettext macros
some more and put them in this file, though they also need
to be included in acinclude.m4 due to the brokeness of
aclocal.

* gspawn.c gspawn-win32.c gutf8.c gconvert.c gfileutils.c
gshell.c: Remove dummy _() #defines, include glibintl.m4.

23 years agoFixed my debbugs-test-submit@bugzilla.gnome.org mess.
Martin Baulig [Thu, 11 Jan 2001 21:24:29 +0000 (21:24 +0000)]
Fixed my debbugs-test-submit@bugzilla.gnome.org mess.

23 years agoAdded debbugs-test-submit@bugzilla.gnome.org everywhere.
Martin Baulig [Thu, 11 Jan 2001 10:49:19 +0000 (10:49 +0000)]
Added debbugs-test-submit@bugzilla.gnome.org everywhere.

23 years agoMinor cosmetic change to previous ChangeLog entry.
Tor Lillqvist [Tue, 9 Jan 2001 20:48:20 +0000 (20:48 +0000)]
Minor cosmetic change to previous ChangeLog entry.

23 years agoRework the changes to needed to pass mainloop-test. Now we don't need to
Tor Lillqvist [Tue, 9 Jan 2001 20:46:49 +0000 (20:46 +0000)]
Rework the changes to needed to pass mainloop-test. Now we don't need to

2001-01-09  Tor Lillqvist  <tml@iki.fi>

* giowin32.c (create_reader_thread): Rework the changes to
needed to pass mainloop-test. Now we don't need to call
TerminateThread() after all, which is a relief, as the docs
have a BIG RED WARNING SIGN about using that API. Instead,
when closing a fd channel that has a reader thread running,
just mark it as non-running and additionally mark the fd as
ripe for closing. When the reader thread hopefully eventually
gets something (and EOF or some actual data), it will note
that it shouldn't be running, break out of the loop, and close
the fd.

The socket channel closing code should probably be changed
similarily, but that will have to wait until I have a test case.

(g_pipe_readable_msg, g_io_channel_win32_new_pipe,
g_io_channel_win32_new_pipe_with_wakeups,
g_io_channel_win32_pipe_request_wakeups,
g_io_channel_win32_pipe_readable): Remove these, have been
obsolete for some time.

* glib.def: Update.

23 years agoDon't warn about deprecation on Win32. Code written for GLib 1.2 doesn't
Tor Lillqvist [Tue, 9 Jan 2001 16:33:21 +0000 (16:33 +0000)]
Don't warn about deprecation on Win32. Code written for GLib 1.2 doesn't

2001-01-09  Tor Lillqvist  <tml@iki.fi>

* gutils.c (g_basename, g_dirname): Don't warn about deprecation
on Win32. Code written for GLib 1.2 doesn't have much choice but
to use GLib >= 1.3 on Win32.

* glib.def: Update.

23 years agominor markup cleanups
Tim Janik [Tue, 9 Jan 2001 15:29:15 +0000 (15:29 +0000)]
minor markup cleanups

23 years agoMade g_profile_mutex a GMutex* instead of G_LOCK_DEFINE_STATIC to avoid
Sebastian Wilhelmi [Tue, 9 Jan 2001 13:47:12 +0000 (13:47 +0000)]
Made g_profile_mutex a GMutex* instead of G_LOCK_DEFINE_STATIC to avoid

2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gmem.c: Made g_profile_mutex a GMutex* instead of
G_LOCK_DEFINE_STATIC to avoid deadlock for thread implementations
without native static mutexes. Contruct g_profile_mutex in
g_mem_init().