glib/tests/gobject
Tor Lillqvist 5d097b8591 Force shared library (DLL) only on Windows. (I don't think that is
2003-10-24  Tor Lillqvist  <tml@iki.fi>

	* configure.in: Force shared library (DLL) only on Windows.
	(I don't think that is controversial?) Remove unnecessary
	AC_LIBTOOL_WIN32_DLL. Don't use -D_REENTRANT on
	Win32, it is not used by mingw or MSVC headers.

	* config.h.win32.in
	* glibconfig.h.win32.in: Match what configure produces.

	* glib/gconvert.c
	* glib/gutils.c: Mark a couple of functions and variables that
	aren't public as static.

	* glib/gnulib/g-gnulib.h: Undef HAVE_SNPRINTF before (re)defining
	it potentially differently, to silence compiler.

	* glib/glib.def: Add some missing entries.

	* tests/gobject/Makefile.am (LDADD): Reorder, put libgobject after
	libtestgobject.

	* tests/gobject/ifaceproperties.c (main): NULL-terminate arg list
	to g_object_set() and _get().
2003-10-24 03:41:22 +00:00
..
.cvsignore === Released 2.3.0 === 2003-10-23 22:42:31 +00:00
accumulator.c New directory, framework for automated GObject tests. 2003-09-12 20:37:09 +00:00
defaultiface.c Dummy dynamic type module for testing type plugin code and dynamic types. 2003-09-29 14:54:39 +00:00
ifacecheck.c Test case for g_type_add_interface_check(). 2003-10-02 05:28:00 +00:00
ifaceinherit.c === Released 2.3.0 === 2003-10-23 22:42:31 +00:00
ifaceinit.c Test case for g_type_add_interface_check(). 2003-10-02 05:28:00 +00:00
ifaceproperties.c Force shared library (DLL) only on Windows. (I don't think that is 2003-10-24 03:41:22 +00:00
Makefile.am Force shared library (DLL) only on Windows. (I don't think that is 2003-10-24 03:41:22 +00:00
override.c New directory, framework for automated GObject tests. 2003-09-12 20:37:09 +00:00
testcommon.h New directory, framework for automated GObject tests. 2003-09-12 20:37:09 +00:00
testmarshal.list New directory, framework for automated GObject tests. 2003-09-12 20:37:09 +00:00
testmodule.c Dummy dynamic type module for testing type plugin code and dynamic types. 2003-09-29 14:54:39 +00:00
testmodule.h Dummy dynamic type module for testing type plugin code and dynamic types. 2003-09-29 14:54:39 +00:00