glib/gthread
Tor Lillqvist 74b4d8c22e After being away for about five months, I'm back working on this... For
2001-08-30  Tor Lillqvist  <tml@iki.fi>

	After being away for about five months, I'm back working on
	this...  For now, still using same build setup for Win32. Probably
	will change to not including version numbers in the import library
	names, though. (But the DLL names would still include them,
	possibly even also the micro version number.) That would be more
	Unix-like. Also, will have to check out newest mingw tool versions
	to see if the build-dll script now can be retired.

	* makefile.mingw
	* makefile.msc: New files, no need to generate from .in as
	they don't contain references to automake variables.

	* makefile.mingw.in
	* makefile.msc.in: Removed.

	* glib.rc.in: Remove
	* glib/glib.rc.in: Moved here.

	* Makefile.am
	* glib/Makefile.am: Corresponding changes.

	* glib/glib.def: Fix typo, add new entries.

	* glib/gspawn-win32-helper.c: More debugging. Doesn't work
	currently (or then it never has on Win2k, which I now use?)

	* glib/gstrfuncs.c
	* glib/gstrfuncs.h: Mark g_ascii_table for export/import on Win32.

	* */makefile.mingw.in: Reflect new location of glib library.
2001-08-30 05:09:11 +00:00
..
.cvsignore Match also UNC paths on Win32. 2001-02-21 12:41:28 +00:00
ChangeLog reflect glib move 2001-07-20 17:01:30 +00:00
gthread-impl.c Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c". 2001-05-22 12:28:06 +00:00
gthread-none.c Add G_MUTEX_SIZE as needed for gthread-impl.c 2000-11-02 13:04:16 +00:00
gthread-posix.c don't g_assert() the user specified time, but g_return_val_if_fail() here. 2001-05-08 05:25:35 +00:00
gthread-solaris.c Made g_thread_min_stack_size static. 2001-01-03 17:00:43 +00:00
gthread-win32.c Use g_win32_error_message to beautify error messages. 2001-06-07 10:34:22 +00:00
gthread.def Added missing gthread/gthread.def file. Incremented version numbers 1999-01-17 11:11:39 +00:00
gthread.rc.in Move to corresponding subdirectories. 2000-02-07 21:22:30 +00:00
Makefile.am Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
makefile.mingw.in After being away for about five months, I'm back working on this... For 2001-08-30 05:09:11 +00:00
makefile.msc.in reflect glib move 2001-07-20 17:01:30 +00:00