glib/gobject
Tor Lillqvist 1c8de25a5e More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,
2001-09-25  Tor Lillqvist  <tml@iki.fi>

	* configure.in: More Win32 automake macros. For .def files:
	GLIB_DEF, GMODULE_DEF, GOBJECT_DEF and GTHREAD_DEF. For .exp
	files: TESTGMODULE_EXP (for programs that need to export symbols,
	just testgmodule here). A new conditional, MS_LIB_AVAILABLE to
	test whether the Microsoft librarian ("ar") is available to build
	MS import libraries.

	* glib/Makefile.am
	* gmodule/Makefile.am: Use above. New rule to build MS import
	library.

	* glib/makefile.msc.in
	* tests/makefile.msc.in
	* tests/makefile.mingw.in: Use same DLL and import library names as
	libtool.

gmodule:
2001-09-25  Tor Lillqvist  <tml@iki.fi>

	* makefile.mingw.in: Fix missing end @ in @LT_CURRENT@.

	* makefile.msc.in: Use same DLL and import library names as
	libtool.

gobject:
2001-09-25  Tor Lillqvist  <tml@iki.fi>

	* Makefile.am: Use new macros for .def file, and check for
	MS_LIB_AVAILABLE, new rule to build MS import library.

	* makefile.msc.in: Use same DLL and import library names as
	libtool.

gthread:
2001-09-25  Tor Lillqvist  <tml@iki.fi>

	* Makefile.am: Use new macros for .def file, and check for
	MS_LIB_AVAILABLE, new rule to build MS import library.

	* makefile.msc.in: Use same DLL and import library names as
	libtool.
2001-09-25 06:03:23 +00:00
..
.cvsignore shut up CVS 2001-03-11 13:34:14 +00:00
ChangeLog More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, 2001-09-25 06:03:23 +00:00
gboxed.c Removed is_refcounted and GBoxedInitFunc from 2001-09-10 16:48:42 +00:00
gboxed.h Removed is_refcounted and GBoxedInitFunc from 2001-09-10 16:48:42 +00:00
gclosure.c increment version to 1.3.4 (binary 0, interface 0). 2001-04-09 17:03:55 +00:00
gclosure.h added g_list_nth_prev() which walks ->prev instead of ->next. 2001-04-03 13:15:41 +00:00
genums.c changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
genums.h Use G_BEGIN_DECLS and G_END_DECLS. 2001-03-09 21:39:51 +00:00
glib-genmarshal.1 made hook ids a gulong. 2001-04-29 03:04:27 +00:00
glib-genmarshal.c added a "release_check" to the OutArgument structure, which, if present, 2001-07-26 10:36:01 +00:00
glib-mkenums removed \v escaping, newer perl versions don't support this, and it'S 2001-04-30 17:59:47 +00:00
glib-mkenums.1 made hook ids a gulong. 2001-04-29 03:04:27 +00:00
glib-mkenums.in removed \v escaping, newer perl versions don't support this, and it'S 2001-04-30 17:59:47 +00:00
gmarshal.list Implement. 2001-09-03 22:13:16 +00:00
gobject-query.c Remove debug flag argument to g_type_init() and add 2001-06-29 02:50:46 +00:00
gobject.c removed extraneous GObject* returns from a couple functions that are very 2001-09-10 18:32:52 +00:00
gobject.def updated externals 2001-09-21 19:47:26 +00:00
gobject.h removed extraneous GObject* returns from a couple functions that are very 2001-09-10 18:32:52 +00:00
gobject.rc.in Correct InternalName and OriginalFilename to match what we actually 2001-09-19 01:00:17 +00:00
gobjectnotifyqueue.c fix unconditional check of first GParamSpec in 2001-07-23 17:08:24 +00:00
gparam.c up version number to 1.3.8, interface age 0, binary age 0. 2001-09-18 23:38:06 +00:00
gparam.h up version number to 1.3.8, interface age 0, binary age 0. 2001-09-18 23:38:06 +00:00
gparamspecs.c use g_str_hash() algorithm to generate hashes. 2001-05-10 13:58:40 +00:00
gparamspecs.h s/long/int/ for default_value in enum and flags pspecs. 2001-06-21 00:41:55 +00:00
gsignal.c Add some generated files. 2001-07-11 20:08:50 +00:00
gsignal.h added convenience macro g_signal_connect_after(). 2001-08-01 12:14:12 +00:00
gsourceclosure.c Removed is_refcounted and GBoxedInitFunc from 2001-09-10 16:48:42 +00:00
gsourceclosure.h Implement. 2001-09-03 22:13:16 +00:00
gtype.c got rid of g_set_error_handler(), g_set_warning_handler(), 2001-09-10 18:03:31 +00:00
gtype.h got rid of g_set_error_handler(), g_set_warning_handler(), 2001-09-10 18:03:31 +00:00
gtypemodule.c added g_list_insert_before(). 2001-07-02 05:02:13 +00:00
gtypemodule.h *** empty log message *** 2000-11-11 06:46:30 +00:00
gtypeplugin.c applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gtypeplugin.h Use G_BEGIN_DECLS and G_END_DECLS. 2001-03-09 21:39:51 +00:00
gvalue.c removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gvalue.h Use G_BEGIN_DECLS and G_END_DECLS. 2001-03-09 21:39:51 +00:00
gvaluearray.c fix preallocation logic, support DISABLE_MEM_POOLS properly, group value 2001-08-12 00:55:38 +00:00
gvaluearray.h fix preallocation logic, support DISABLE_MEM_POOLS properly, group value 2001-08-12 00:55:38 +00:00
gvaluecollector.h removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gvaluetransform.c Include <string.h> for memcpy. 2001-03-08 21:34:53 +00:00
gvaluetypes.c removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gvaluetypes.h removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
Makefile.am More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, 2001-09-25 06:03:23 +00:00
makefile.mingw.in Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on 2001-09-17 00:41:39 +00:00
makefile.msc.in More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, 2001-09-25 06:03:23 +00:00
marshal-genstrings.pl Hacky script to fix up your .msc.in files on windows. Dunno if this is a 2001-08-04 15:49:55 +00:00
NEWS updates. 2001-04-03 19:22:44 +00:00
testgobject.c got rid of g_set_error_handler(), g_set_warning_handler(), 2001-09-10 18:03:31 +00:00
testgruntime.c got rid of g_set_error_handler(), g_set_warning_handler(), 2001-09-10 18:03:31 +00:00