| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | /* GLIB - Library of useful routines for C programming
 | 
					
						
							|  |  |  |  |  * Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * This library is free software; you can redistribute it and/or | 
					
						
							|  |  |  |  |  * modify it under the terms of the GNU Library General Public | 
					
						
							|  |  |  |  |  * License as published by the Free Software Foundation; either | 
					
						
							|  |  |  |  |  * version 2 of the License, or (at your option) any later version. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * This library is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
					
						
							|  |  |  |  |  * Library General Public License for more details. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * You should have received a copy of the GNU Library General Public | 
					
						
							|  |  |  |  |  * License along with this library; if not, write to the | 
					
						
							|  |  |  |  |  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 
					
						
							|  |  |  |  |  * Boston, MA 02111-1307, USA. | 
					
						
							|  |  |  |  |  */ | 
					
						
							|  |  |  |  | /* acconfig.h
 | 
					
						
							|  |  |  |  |    This file is in the public domain. | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |    Descriptive text for the C preprocessor macros that | 
					
						
							|  |  |  |  |    the distributed Autoconf macros can define. | 
					
						
							|  |  |  |  |    No software package will use all of them; autoheader copies the ones | 
					
						
							|  |  |  |  |    your configure.in uses into your configuration header file templates. | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |    The entries are in sort -df order: alphabetical, case insensitive, | 
					
						
							|  |  |  |  |    ignoring punctuation (such as underscores).  Although this order | 
					
						
							|  |  |  |  |    can split up related entries, it makes it easier to check whether | 
					
						
							|  |  |  |  |    a given entry is in the file. | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |    Leave the following blank line there!!  Autoheader needs it.  */ | 
					
						
							|  |  |  |  |  | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Other stuff */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #undef ENABLE_MEM_CHECK
 | 
					
						
							|  |  |  |  | #undef ENABLE_MEM_PROFILE
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-03-17 01:05:49 +00:00
										 |  |  |  | #undef REALLOC_0_WORKS
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | #undef G_COMPILED_WITH_DEBUGGING
 | 
					
						
							| 
									
										
										
										
											1999-08-15 00:58:48 +00:00
										 |  |  |  | #undef G_ENABLE_MSG_PREFIX
 | 
					
						
							| 
									
										
										
										
											1998-12-16 05:38:35 +00:00
										 |  |  |  | #undef G_THREADS_ENABLED
 | 
					
						
							| 
									
										
										
										
											1998-12-19 02:13:34 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #undef GLIB_SIZEOF_GMUTEX
 | 
					
						
							| 
									
										
										
										
											1999-10-12 12:08:13 +00:00
										 |  |  |  | #undef GLIB_SIZEOF_INTMAX_T
 | 
					
						
							|  |  |  |  | #undef GLIB_SIZEOF_PTRDIFF_T
 | 
					
						
							|  |  |  |  | #undef GLIB_SIZEOF_SIZE_T
 | 
					
						
							| 
									
										
										
											
												Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect
1999-11-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
        * acconfig.h, config.h.win32.in, configure.in: Renamed
        GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect
        changed meaning.
        * configure.in: Cope with systems, that have a pthread_t type,
        that is not a pointer. Hint from Karl Nelson
        <kenelson@ece.ucdavis.edu>. Define GLIB_SIZEOF_SYSTEM_THREAD to 4
        for Solaris. Cope with systems, that have no default mutex
        initialize, like obviously most DCE systems.
        * glib.h, gthread.c: Changed the prototype of thread_create and
        thread_self to return the system thread into provided memory
        instead of a return value. This is necessary, as HPUX has a
        pthread_t, that is bigger than the biggest integral type there.
        * gthread.c: system_thread is no longer a pointer, but an memory
        area of size GLIB_SIZEOF_SYSTEM_THREAD. Changed the
        zeroinitialization and the tests for zeroness accordingly.
											
										 
											1999-11-16 10:30:25 +00:00
										 |  |  |  | #undef GLIB_SIZEOF_SYSTEM_THREAD
 | 
					
						
							| 
									
										
										
										
											1999-10-12 12:08:13 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-19 02:13:34 +00:00
										 |  |  |  | #undef GLIB_BYTE_CONTENTS_GMUTEX
 | 
					
						
							| 
									
										
											  
											
												Completed the thread support in GLib. Thread creation, prioritizing
1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
	* configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
	Completed the thread support in GLib. Thread creation,
	prioritizing threads, yielding, joining threads as well as
	reader/writer locks and recursive mutexes are now in place. Please
	test heavily on your platform. It is so far tested on
	Linux/i386/pthreads, Solaris/Sparc/pthreads and
	Solaris/Sparc/solaristhreads.
	* gtimer.c, glib.h: Implement g_usleep (gulong microseconds) for
	thread safe sleeping. (sleep() is not MT-safe at all!)
	* gutils.c: Avoid compiler warning.
	* tests/Makefile.am, tests/thread-test.c: New program to test some
	aspects of the thread implementation.
	* gthread.c, Makefile.am: Renamed from gmutex.c to reflect the
	change of content.
	* configure.in: Purged all appearances of nspr.
	* gthread/gthread-posix.c, gthread-solaris.c: Added the native
	implementations for the GLib's extended thread support.
	* gthread/gthread-nspr.c: Removed for good. NSPR is nothing we
	would want to build upon.
	* gthread/gthread.c: Renamed to gthread-impl.c to avoid
	confusion with ../gthread.c (Formerly known as the file called
	gmutex.c)
	* gthread/testgthread.c: Removed. The new and much extended
        tests are in ../tests/thread-test.c.
	* gthread/Makefile.am: Changed to reflect the changes above.
											
										 
											1999-06-17 15:39:31 +00:00
										 |  |  |  | #undef GLIB_BYTE_CONTENTS_GRECMUTEX
 | 
					
						
							| 
									
										
										
										
											1998-12-19 02:13:34 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | #undef HAVE_BROKEN_WCTYPE
 | 
					
						
							|  |  |  |  | #undef HAVE_DOPRNT
 | 
					
						
							|  |  |  |  | #undef HAVE_FLOAT_H
 | 
					
						
							| 
									
										
										
										
											1999-02-08 17:14:44 +00:00
										 |  |  |  | #undef HAVE_GETPWUID_R
 | 
					
						
							|  |  |  |  | #undef HAVE_GETPWUID_R_POSIX
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | #undef HAVE_LIMITS_H
 | 
					
						
							|  |  |  |  | #undef HAVE_LONG_DOUBLE
 | 
					
						
							| 
									
										
										
										
											1998-12-02 14:55:27 +00:00
										 |  |  |  | #undef HAVE_POLL
 | 
					
						
							| 
									
										
											  
											
												Completed the thread support in GLib. Thread creation, prioritizing
1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
	* configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
	Completed the thread support in GLib. Thread creation,
	prioritizing threads, yielding, joining threads as well as
	reader/writer locks and recursive mutexes are now in place. Please
	test heavily on your platform. It is so far tested on
	Linux/i386/pthreads, Solaris/Sparc/pthreads and
	Solaris/Sparc/solaristhreads.
	* gtimer.c, glib.h: Implement g_usleep (gulong microseconds) for
	thread safe sleeping. (sleep() is not MT-safe at all!)
	* gutils.c: Avoid compiler warning.
	* tests/Makefile.am, tests/thread-test.c: New program to test some
	aspects of the thread implementation.
	* gthread.c, Makefile.am: Renamed from gmutex.c to reflect the
	change of content.
	* configure.in: Purged all appearances of nspr.
	* gthread/gthread-posix.c, gthread-solaris.c: Added the native
	implementations for the GLib's extended thread support.
	* gthread/gthread-nspr.c: Removed for good. NSPR is nothing we
	would want to build upon.
	* gthread/gthread.c: Renamed to gthread-impl.c to avoid
	confusion with ../gthread.c (Formerly known as the file called
	gmutex.c)
	* gthread/testgthread.c: Removed. The new and much extended
        tests are in ../tests/thread-test.c.
	* gthread/Makefile.am: Changed to reflect the changes above.
											
										 
											1999-06-17 15:39:31 +00:00
										 |  |  |  | #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
 | 
					
						
							| 
									
										
											  
											
												removed dummy structure definitions for struct _GCache, _GTree, _GTimer,
Tue Oct 27 03:00:50 1998  Tim Janik  <timj@gtk.org>
        * glib.h: removed dummy structure definitions for struct _GCache,
        _GTree, _GTimer, _GMemChunk, _GListAllocator and _GStringChunk.
        * gutils.c: implement glib's inline functions _after_ all include
        statements have been processed.
        removed Tor's MAXPATHLEN check since there already was one supplied
        further down in this file.
        (LibMain): special cased the #ifdef __LCC__ case for NATIVE_WIN32,
        since lcc maybe used on other platforms as well. why in hell is this
        stuff required?
        (g_get_any_init): for windows, if the user name is supplied, use it as
        realname also.
        in general, if there is no homedir specified, use the tmpdir that
        we already figured.
        * gtimer.c (g_timer_elapsed): changed a g_assert() statement to
        g_return_if_fail().
        * applied glib-tml-981020-0.patch for WIN32 portability, added some
        comments and g_return_if_fail() statements, minor indentation fixes.
        ChangeLog entry from Tor Lillqvist is appended.
        * glib.h (struct dirent): use lower case structure members.
        * glib.h:
        * makefile.lcc:
        * makefile.msc:
        s/COMPILING_GLIB/GLIB_COMPILATION/
1998-10-20: Tor Lillqvist <tml@iki.fi>
        * README.win32 glib.def gmodule.def
        * glibconfig.h.win32 gmodule/gmoduleconf.h.win32:
        New files for the Windows port. The .def files list exported
        symbols for the Microsoft linker and compatibles.
        * configure.in:
        Added checks for some platform-dependent headers: pwd.h sys/param.h
        sys/select.h sys/time.h sys/times.h unistd.h, and the function lstat.
        * gerror.c:
        Conditionalized inclusion of system-dependent headers. Changes
        for Windows: no gdb to do a stack trace. Just call abort().
        * glib.h:
        Changes for Windows:
        Added macros G_DIR_SEPARATOR, G_DIR_SEPARATOR_S for
        platform-dependent file name syntax elements. Added macros
        G_SEARCHPATH_SEPARATOR, G_SEARCHPATH_SEPARATOR_S for
        platform-dependent search path syntax conventions.
        Added pragmas for Microsoft C to make it more pedantic.
        Marked GLib's global variables for export from DLL.
        Added the function g_strescape that escapes backslashes.
        Added functions g_path_is_absolute and g_path_skip_root to
        handle platform-dependent file name syntax.
        Added the function g_getenv that expands environment variables
        that contain references to other environment variables, as is
        typical on Windows NT.
        Added the GIOChannel structure which is used to encapsulate the
        IPC mechanism used by the GIMP's plug-ins, and possibly other
        things later. On Unix a GIOChannel encapsulates just a file
        descriptor. On Windows it contains a file handle from _pipe() and a
        few other things related to the implementation of gdk_input_add
        and GIMP plug-in communication. Subject to change.
        Removed duplicate declarations of the version variables.
        For the Microsoft compiler, declare own implementation of
        ftruncate and the <dirent.h> functions.
        * gmem.c:
        Define a symbolic name  for the profiling table size.
        * gmessages.c:
        Conditionalized inclusion of unistd.h. On Windows, output using
        stdio to stdout.
        * gscanner.c:
        Conditionalized inclusion of unistd.h. Added changes for
        Microsoft C. Added CR to the skipped character set. Added small
        workaround for MSC compiler bug in g_scanner_cur_value.
        * gstrfuncs.c:
        Added the function g_strescape, which escapes the backslash
        character. Needed especially when printing Windows filenames.
        * gtimer.c:
        Conditionalized inclusion of unistd.h and sys/time.h. Added
        implementations for Windows.
        * gutils.c:
        Conditionalized inclusion of platform-dependent headers. Use
        the platform-independent file name syntax macros.
        Conditionalize code on platform-dependent features. Added the
        functions g_path_is_absolute g_path_skip_root and g_getenv.
        Added the GIOChannel-related functions. Added
        compiler-dependent Unix compatibility functions for Windows.
        * makefile.lcc makefile.msc:
        New files. Compiler-specific makefiles for LCC-Win32 and
        Microsoft C. Only Microsoft C is actually supported currently.
        * testglib.c:
        Added pathname check cases for Windows. Added workaround for
        bug in the Microsoft runtime library. Improved some tests a bit.
Tue Oct 27 04:00:11 1998  Tim Janik  <timj@gtk.org>
        * testgmodule.c (main): changed the #ifdef WIN32 test to NATIVE_WIN32,
        this needs to be more constistent throughout the code, do we go for
        NATIVE_WIN32 or WIN32?
        * gmodule.c (LibMain): special cased the #ifdef __LCC__ case for
        NATIVE_WIN32, since lcc maybe used on other platforms as well.
        * libgplugin_a.c (LibMain):
        * libgplugin_b.c (LibMain):
        likewise. not sure i like this special requirement for lcc in here.
        * gmodule-dl.c (_g_module_build_path):
        feature empty "" directories and prepend the module name with "lib".
        * gmodule-dld.c (_g_module_build_path):
        * gmodule-win32.c (_g_module_build_path):
        feature empty "" directories.
        * we need some more magic in the _g_module_build_path variants
        so we don't append/prepend lib and .so, .sl or .dll for those names
        that already contain it.
        * applied patch from Tor Lillqvist for g_module_build_path() and
        windows support.
1998-10-20: Tor Lillqvist <tml@iki.fi>
        * gmodule/gmodule-win32.c:
        New file.
        * gmodule/gmodule.c gmodule/gmodule.h:
        Added the funcion g_module_build_path that builds the path to
        a module file, decorating the name according to the system's
        conventions.  Added the Windows implementation.
        * gmodule/libgplugin_a.c gmodule/libgplugin_b.c:
        Added LibMain for LCC-Win32.
        * gmodule/testgmodule.c:
        Handle Windows dll names.
											
										 
											1998-10-27 04:11:34 +00:00
										 |  |  |  | #undef HAVE_PWD_H
 | 
					
						
							| 
									
										
										
										
											1999-05-08 07:40:44 +00:00
										 |  |  |  | #undef HAVE_PW_GECOS
 | 
					
						
							| 
									
										
											  
											
												removed dummy structure definitions for struct _GCache, _GTree, _GTimer,
Tue Oct 27 03:00:50 1998  Tim Janik  <timj@gtk.org>
        * glib.h: removed dummy structure definitions for struct _GCache,
        _GTree, _GTimer, _GMemChunk, _GListAllocator and _GStringChunk.
        * gutils.c: implement glib's inline functions _after_ all include
        statements have been processed.
        removed Tor's MAXPATHLEN check since there already was one supplied
        further down in this file.
        (LibMain): special cased the #ifdef __LCC__ case for NATIVE_WIN32,
        since lcc maybe used on other platforms as well. why in hell is this
        stuff required?
        (g_get_any_init): for windows, if the user name is supplied, use it as
        realname also.
        in general, if there is no homedir specified, use the tmpdir that
        we already figured.
        * gtimer.c (g_timer_elapsed): changed a g_assert() statement to
        g_return_if_fail().
        * applied glib-tml-981020-0.patch for WIN32 portability, added some
        comments and g_return_if_fail() statements, minor indentation fixes.
        ChangeLog entry from Tor Lillqvist is appended.
        * glib.h (struct dirent): use lower case structure members.
        * glib.h:
        * makefile.lcc:
        * makefile.msc:
        s/COMPILING_GLIB/GLIB_COMPILATION/
1998-10-20: Tor Lillqvist <tml@iki.fi>
        * README.win32 glib.def gmodule.def
        * glibconfig.h.win32 gmodule/gmoduleconf.h.win32:
        New files for the Windows port. The .def files list exported
        symbols for the Microsoft linker and compatibles.
        * configure.in:
        Added checks for some platform-dependent headers: pwd.h sys/param.h
        sys/select.h sys/time.h sys/times.h unistd.h, and the function lstat.
        * gerror.c:
        Conditionalized inclusion of system-dependent headers. Changes
        for Windows: no gdb to do a stack trace. Just call abort().
        * glib.h:
        Changes for Windows:
        Added macros G_DIR_SEPARATOR, G_DIR_SEPARATOR_S for
        platform-dependent file name syntax elements. Added macros
        G_SEARCHPATH_SEPARATOR, G_SEARCHPATH_SEPARATOR_S for
        platform-dependent search path syntax conventions.
        Added pragmas for Microsoft C to make it more pedantic.
        Marked GLib's global variables for export from DLL.
        Added the function g_strescape that escapes backslashes.
        Added functions g_path_is_absolute and g_path_skip_root to
        handle platform-dependent file name syntax.
        Added the function g_getenv that expands environment variables
        that contain references to other environment variables, as is
        typical on Windows NT.
        Added the GIOChannel structure which is used to encapsulate the
        IPC mechanism used by the GIMP's plug-ins, and possibly other
        things later. On Unix a GIOChannel encapsulates just a file
        descriptor. On Windows it contains a file handle from _pipe() and a
        few other things related to the implementation of gdk_input_add
        and GIMP plug-in communication. Subject to change.
        Removed duplicate declarations of the version variables.
        For the Microsoft compiler, declare own implementation of
        ftruncate and the <dirent.h> functions.
        * gmem.c:
        Define a symbolic name  for the profiling table size.
        * gmessages.c:
        Conditionalized inclusion of unistd.h. On Windows, output using
        stdio to stdout.
        * gscanner.c:
        Conditionalized inclusion of unistd.h. Added changes for
        Microsoft C. Added CR to the skipped character set. Added small
        workaround for MSC compiler bug in g_scanner_cur_value.
        * gstrfuncs.c:
        Added the function g_strescape, which escapes the backslash
        character. Needed especially when printing Windows filenames.
        * gtimer.c:
        Conditionalized inclusion of unistd.h and sys/time.h. Added
        implementations for Windows.
        * gutils.c:
        Conditionalized inclusion of platform-dependent headers. Use
        the platform-independent file name syntax macros.
        Conditionalize code on platform-dependent features. Added the
        functions g_path_is_absolute g_path_skip_root and g_getenv.
        Added the GIOChannel-related functions. Added
        compiler-dependent Unix compatibility functions for Windows.
        * makefile.lcc makefile.msc:
        New files. Compiler-specific makefiles for LCC-Win32 and
        Microsoft C. Only Microsoft C is actually supported currently.
        * testglib.c:
        Added pathname check cases for Windows. Added workaround for
        bug in the Microsoft runtime library. Improved some tests a bit.
Tue Oct 27 04:00:11 1998  Tim Janik  <timj@gtk.org>
        * testgmodule.c (main): changed the #ifdef WIN32 test to NATIVE_WIN32,
        this needs to be more constistent throughout the code, do we go for
        NATIVE_WIN32 or WIN32?
        * gmodule.c (LibMain): special cased the #ifdef __LCC__ case for
        NATIVE_WIN32, since lcc maybe used on other platforms as well.
        * libgplugin_a.c (LibMain):
        * libgplugin_b.c (LibMain):
        likewise. not sure i like this special requirement for lcc in here.
        * gmodule-dl.c (_g_module_build_path):
        feature empty "" directories and prepend the module name with "lib".
        * gmodule-dld.c (_g_module_build_path):
        * gmodule-win32.c (_g_module_build_path):
        feature empty "" directories.
        * we need some more magic in the _g_module_build_path variants
        so we don't append/prepend lib and .so, .sl or .dll for those names
        that already contain it.
        * applied patch from Tor Lillqvist for g_module_build_path() and
        windows support.
1998-10-20: Tor Lillqvist <tml@iki.fi>
        * gmodule/gmodule-win32.c:
        New file.
        * gmodule/gmodule.c gmodule/gmodule.h:
        Added the funcion g_module_build_path that builds the path to
        a module file, decorating the name according to the system's
        conventions.  Added the Windows implementation.
        * gmodule/libgplugin_a.c gmodule/libgplugin_b.c:
        Added LibMain for LCC-Win32.
        * gmodule/testgmodule.c:
        Handle Windows dll names.
											
										 
											1998-10-27 04:11:34 +00:00
										 |  |  |  | #undef HAVE_SYS_PARAM_H
 | 
					
						
							| 
									
										
										
										
											1998-12-02 14:55:27 +00:00
										 |  |  |  | #undef HAVE_SYS_POLL_H
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | #undef HAVE_SYS_SELECT_H
 | 
					
						
							| 
									
										
											  
											
												removed dummy structure definitions for struct _GCache, _GTree, _GTimer,
Tue Oct 27 03:00:50 1998  Tim Janik  <timj@gtk.org>
        * glib.h: removed dummy structure definitions for struct _GCache,
        _GTree, _GTimer, _GMemChunk, _GListAllocator and _GStringChunk.
        * gutils.c: implement glib's inline functions _after_ all include
        statements have been processed.
        removed Tor's MAXPATHLEN check since there already was one supplied
        further down in this file.
        (LibMain): special cased the #ifdef __LCC__ case for NATIVE_WIN32,
        since lcc maybe used on other platforms as well. why in hell is this
        stuff required?
        (g_get_any_init): for windows, if the user name is supplied, use it as
        realname also.
        in general, if there is no homedir specified, use the tmpdir that
        we already figured.
        * gtimer.c (g_timer_elapsed): changed a g_assert() statement to
        g_return_if_fail().
        * applied glib-tml-981020-0.patch for WIN32 portability, added some
        comments and g_return_if_fail() statements, minor indentation fixes.
        ChangeLog entry from Tor Lillqvist is appended.
        * glib.h (struct dirent): use lower case structure members.
        * glib.h:
        * makefile.lcc:
        * makefile.msc:
        s/COMPILING_GLIB/GLIB_COMPILATION/
1998-10-20: Tor Lillqvist <tml@iki.fi>
        * README.win32 glib.def gmodule.def
        * glibconfig.h.win32 gmodule/gmoduleconf.h.win32:
        New files for the Windows port. The .def files list exported
        symbols for the Microsoft linker and compatibles.
        * configure.in:
        Added checks for some platform-dependent headers: pwd.h sys/param.h
        sys/select.h sys/time.h sys/times.h unistd.h, and the function lstat.
        * gerror.c:
        Conditionalized inclusion of system-dependent headers. Changes
        for Windows: no gdb to do a stack trace. Just call abort().
        * glib.h:
        Changes for Windows:
        Added macros G_DIR_SEPARATOR, G_DIR_SEPARATOR_S for
        platform-dependent file name syntax elements. Added macros
        G_SEARCHPATH_SEPARATOR, G_SEARCHPATH_SEPARATOR_S for
        platform-dependent search path syntax conventions.
        Added pragmas for Microsoft C to make it more pedantic.
        Marked GLib's global variables for export from DLL.
        Added the function g_strescape that escapes backslashes.
        Added functions g_path_is_absolute and g_path_skip_root to
        handle platform-dependent file name syntax.
        Added the function g_getenv that expands environment variables
        that contain references to other environment variables, as is
        typical on Windows NT.
        Added the GIOChannel structure which is used to encapsulate the
        IPC mechanism used by the GIMP's plug-ins, and possibly other
        things later. On Unix a GIOChannel encapsulates just a file
        descriptor. On Windows it contains a file handle from _pipe() and a
        few other things related to the implementation of gdk_input_add
        and GIMP plug-in communication. Subject to change.
        Removed duplicate declarations of the version variables.
        For the Microsoft compiler, declare own implementation of
        ftruncate and the <dirent.h> functions.
        * gmem.c:
        Define a symbolic name  for the profiling table size.
        * gmessages.c:
        Conditionalized inclusion of unistd.h. On Windows, output using
        stdio to stdout.
        * gscanner.c:
        Conditionalized inclusion of unistd.h. Added changes for
        Microsoft C. Added CR to the skipped character set. Added small
        workaround for MSC compiler bug in g_scanner_cur_value.
        * gstrfuncs.c:
        Added the function g_strescape, which escapes the backslash
        character. Needed especially when printing Windows filenames.
        * gtimer.c:
        Conditionalized inclusion of unistd.h and sys/time.h. Added
        implementations for Windows.
        * gutils.c:
        Conditionalized inclusion of platform-dependent headers. Use
        the platform-independent file name syntax macros.
        Conditionalize code on platform-dependent features. Added the
        functions g_path_is_absolute g_path_skip_root and g_getenv.
        Added the GIOChannel-related functions. Added
        compiler-dependent Unix compatibility functions for Windows.
        * makefile.lcc makefile.msc:
        New files. Compiler-specific makefiles for LCC-Win32 and
        Microsoft C. Only Microsoft C is actually supported currently.
        * testglib.c:
        Added pathname check cases for Windows. Added workaround for
        bug in the Microsoft runtime library. Improved some tests a bit.
Tue Oct 27 04:00:11 1998  Tim Janik  <timj@gtk.org>
        * testgmodule.c (main): changed the #ifdef WIN32 test to NATIVE_WIN32,
        this needs to be more constistent throughout the code, do we go for
        NATIVE_WIN32 or WIN32?
        * gmodule.c (LibMain): special cased the #ifdef __LCC__ case for
        NATIVE_WIN32, since lcc maybe used on other platforms as well.
        * libgplugin_a.c (LibMain):
        * libgplugin_b.c (LibMain):
        likewise. not sure i like this special requirement for lcc in here.
        * gmodule-dl.c (_g_module_build_path):
        feature empty "" directories and prepend the module name with "lib".
        * gmodule-dld.c (_g_module_build_path):
        * gmodule-win32.c (_g_module_build_path):
        feature empty "" directories.
        * we need some more magic in the _g_module_build_path variants
        so we don't append/prepend lib and .so, .sl or .dll for those names
        that already contain it.
        * applied patch from Tor Lillqvist for g_module_build_path() and
        windows support.
1998-10-20: Tor Lillqvist <tml@iki.fi>
        * gmodule/gmodule-win32.c:
        New file.
        * gmodule/gmodule.c gmodule/gmodule.h:
        Added the funcion g_module_build_path that builds the path to
        a module file, decorating the name according to the system's
        conventions.  Added the Windows implementation.
        * gmodule/libgplugin_a.c gmodule/libgplugin_b.c:
        Added LibMain for LCC-Win32.
        * gmodule/testgmodule.c:
        Handle Windows dll names.
											
										 
											1998-10-27 04:11:34 +00:00
										 |  |  |  | #undef HAVE_SYS_TIME_H
 | 
					
						
							|  |  |  |  | #undef HAVE_SYS_TIMES_H
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | #undef HAVE_STRERROR
 | 
					
						
							|  |  |  |  | #undef HAVE_STRSIGNAL
 | 
					
						
							| 
									
										
											  
											
												removed dummy structure definitions for struct _GCache, _GTree, _GTimer,
Tue Oct 27 03:00:50 1998  Tim Janik  <timj@gtk.org>
        * glib.h: removed dummy structure definitions for struct _GCache,
        _GTree, _GTimer, _GMemChunk, _GListAllocator and _GStringChunk.
        * gutils.c: implement glib's inline functions _after_ all include
        statements have been processed.
        removed Tor's MAXPATHLEN check since there already was one supplied
        further down in this file.
        (LibMain): special cased the #ifdef __LCC__ case for NATIVE_WIN32,
        since lcc maybe used on other platforms as well. why in hell is this
        stuff required?
        (g_get_any_init): for windows, if the user name is supplied, use it as
        realname also.
        in general, if there is no homedir specified, use the tmpdir that
        we already figured.
        * gtimer.c (g_timer_elapsed): changed a g_assert() statement to
        g_return_if_fail().
        * applied glib-tml-981020-0.patch for WIN32 portability, added some
        comments and g_return_if_fail() statements, minor indentation fixes.
        ChangeLog entry from Tor Lillqvist is appended.
        * glib.h (struct dirent): use lower case structure members.
        * glib.h:
        * makefile.lcc:
        * makefile.msc:
        s/COMPILING_GLIB/GLIB_COMPILATION/
1998-10-20: Tor Lillqvist <tml@iki.fi>
        * README.win32 glib.def gmodule.def
        * glibconfig.h.win32 gmodule/gmoduleconf.h.win32:
        New files for the Windows port. The .def files list exported
        symbols for the Microsoft linker and compatibles.
        * configure.in:
        Added checks for some platform-dependent headers: pwd.h sys/param.h
        sys/select.h sys/time.h sys/times.h unistd.h, and the function lstat.
        * gerror.c:
        Conditionalized inclusion of system-dependent headers. Changes
        for Windows: no gdb to do a stack trace. Just call abort().
        * glib.h:
        Changes for Windows:
        Added macros G_DIR_SEPARATOR, G_DIR_SEPARATOR_S for
        platform-dependent file name syntax elements. Added macros
        G_SEARCHPATH_SEPARATOR, G_SEARCHPATH_SEPARATOR_S for
        platform-dependent search path syntax conventions.
        Added pragmas for Microsoft C to make it more pedantic.
        Marked GLib's global variables for export from DLL.
        Added the function g_strescape that escapes backslashes.
        Added functions g_path_is_absolute and g_path_skip_root to
        handle platform-dependent file name syntax.
        Added the function g_getenv that expands environment variables
        that contain references to other environment variables, as is
        typical on Windows NT.
        Added the GIOChannel structure which is used to encapsulate the
        IPC mechanism used by the GIMP's plug-ins, and possibly other
        things later. On Unix a GIOChannel encapsulates just a file
        descriptor. On Windows it contains a file handle from _pipe() and a
        few other things related to the implementation of gdk_input_add
        and GIMP plug-in communication. Subject to change.
        Removed duplicate declarations of the version variables.
        For the Microsoft compiler, declare own implementation of
        ftruncate and the <dirent.h> functions.
        * gmem.c:
        Define a symbolic name  for the profiling table size.
        * gmessages.c:
        Conditionalized inclusion of unistd.h. On Windows, output using
        stdio to stdout.
        * gscanner.c:
        Conditionalized inclusion of unistd.h. Added changes for
        Microsoft C. Added CR to the skipped character set. Added small
        workaround for MSC compiler bug in g_scanner_cur_value.
        * gstrfuncs.c:
        Added the function g_strescape, which escapes the backslash
        character. Needed especially when printing Windows filenames.
        * gtimer.c:
        Conditionalized inclusion of unistd.h and sys/time.h. Added
        implementations for Windows.
        * gutils.c:
        Conditionalized inclusion of platform-dependent headers. Use
        the platform-independent file name syntax macros.
        Conditionalize code on platform-dependent features. Added the
        functions g_path_is_absolute g_path_skip_root and g_getenv.
        Added the GIOChannel-related functions. Added
        compiler-dependent Unix compatibility functions for Windows.
        * makefile.lcc makefile.msc:
        New files. Compiler-specific makefiles for LCC-Win32 and
        Microsoft C. Only Microsoft C is actually supported currently.
        * testglib.c:
        Added pathname check cases for Windows. Added workaround for
        bug in the Microsoft runtime library. Improved some tests a bit.
Tue Oct 27 04:00:11 1998  Tim Janik  <timj@gtk.org>
        * testgmodule.c (main): changed the #ifdef WIN32 test to NATIVE_WIN32,
        this needs to be more constistent throughout the code, do we go for
        NATIVE_WIN32 or WIN32?
        * gmodule.c (LibMain): special cased the #ifdef __LCC__ case for
        NATIVE_WIN32, since lcc maybe used on other platforms as well.
        * libgplugin_a.c (LibMain):
        * libgplugin_b.c (LibMain):
        likewise. not sure i like this special requirement for lcc in here.
        * gmodule-dl.c (_g_module_build_path):
        feature empty "" directories and prepend the module name with "lib".
        * gmodule-dld.c (_g_module_build_path):
        * gmodule-win32.c (_g_module_build_path):
        feature empty "" directories.
        * we need some more magic in the _g_module_build_path variants
        so we don't append/prepend lib and .so, .sl or .dll for those names
        that already contain it.
        * applied patch from Tor Lillqvist for g_module_build_path() and
        windows support.
1998-10-20: Tor Lillqvist <tml@iki.fi>
        * gmodule/gmodule-win32.c:
        New file.
        * gmodule/gmodule.c gmodule/gmodule.h:
        Added the funcion g_module_build_path that builds the path to
        a module file, decorating the name according to the system's
        conventions.  Added the Windows implementation.
        * gmodule/libgplugin_a.c gmodule/libgplugin_b.c:
        Added LibMain for LCC-Win32.
        * gmodule/testgmodule.c:
        Handle Windows dll names.
											
										 
											1998-10-27 04:11:34 +00:00
										 |  |  |  | #undef HAVE_UNISTD_H
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | #undef HAVE_VALUES_H
 | 
					
						
							|  |  |  |  | #undef HAVE_WCHAR_H
 | 
					
						
							|  |  |  |  | #undef HAVE_WCTYPE_H
 | 
					
						
							| 
									
										
										
										
											1999-07-01 09:30:18 +00:00
										 |  |  |  | #undef HAVE_WORKING_BCOPY
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #undef NO_FD_SET
 | 
					
						
							|  |  |  |  | #undef NO_SYS_ERRLIST
 | 
					
						
							|  |  |  |  | #undef NO_SYS_SIGLIST
 | 
					
						
							| 
									
										
										
										
											1999-01-19 09:07:28 +00:00
										 |  |  |  | #undef NO_SYS_SIGLIST_DECL
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #undef SIZEOF_CHAR
 | 
					
						
							|  |  |  |  | #undef SIZEOF_SHORT
 | 
					
						
							|  |  |  |  | #undef SIZEOF_LONG
 | 
					
						
							|  |  |  |  | #undef SIZEOF_INT
 | 
					
						
							|  |  |  |  | #undef SIZEOF_VOID_P
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
											  
											
												removed this function which was not publically exported in glib.h. to
Mon Aug 24 02:08:56 1998  Tim Janik  <timj@gtk.org>
        * glib.h:
        * gstring.c:
        * gstrfuncs.c:
        (g_vsprintf): removed this function which was not publically
        exported in glib.h. to export it, it should have been named
        differently in the first place, since its semantics differ from
        vsprintf(). apart from that, it was a possible cause for
        problems since it worked on a previously allocated memory area and
        was used in a lot places of glib. exporting it would have been a
        guararant for problems with threaded programs.
        (g_printf_string_upper_bound): exported this function to return
        a string size, guarranteed to be big enough to hold the fully
        expanded format+args string. added 'q', 'L' and 'll' flag handling.
        in fact, the newly allocated area is in most cases much bigger than
        required.
        (g_strdup_vprintf()): new function returning a newly allocated string
        containing the contents of *format and associated args (size is
        calculated with g_printf_string_upper_bound()).
        (g_strdup_printf): new function which wraps g_strdup_vprintf().
        * configure.in: check for va_copy() or __va_copy() alternatively.
        check whether va_lists can be copyied by value.
        * glib.h: provide a definition for G_VA_COPY.
        * glib.h:
        * gmessages.c:
        (g_logv):
        (g_vsnprintf):
        pass va_lists by value, not by reference, since this causes problems
        on platforms that implement va_list as as arrays. internaly, use
        G_VA_COPY (new_arg, org_arg); va_end (new_arg); to produce a second
        va_list variable, if multiple passes are required. changed all
        callers.
        * glib.h:
        * gerror.h:
        renamed g_debug() to g_on_error_query(), cleaned up a bit.
        renamed g_stack_trace() to g_on_error_stack_trace() since both
        functions cluttered different namespaces.
        there is an appropriate comment in glib.h now that explains the
        unix and gdb specific dependencies of both functions.
        removed g_attach_process().
        g_on_error_stack_trace() should probably be handled with caution,
        i've seem several different linux versions (2.0.x) become unstable
        after invokation of this function.
											
										 
											1998-08-24 05:26:53 +00:00
										 |  |  |  | #undef G_VA_COPY
 | 
					
						
							|  |  |  |  | #undef G_VA_COPY_AS_ARRAY
 | 
					
						
							| 
									
										
										
										
											1998-09-07 09:43:54 +00:00
										 |  |  |  | #undef G_HAVE___INLINE
 | 
					
						
							|  |  |  |  | #undef G_HAVE___INLINE__
 | 
					
						
							|  |  |  |  | #undef G_HAVE_INLINE
 | 
					
						
							| 
									
										
											  
											
												removed this function which was not publically exported in glib.h. to
Mon Aug 24 02:08:56 1998  Tim Janik  <timj@gtk.org>
        * glib.h:
        * gstring.c:
        * gstrfuncs.c:
        (g_vsprintf): removed this function which was not publically
        exported in glib.h. to export it, it should have been named
        differently in the first place, since its semantics differ from
        vsprintf(). apart from that, it was a possible cause for
        problems since it worked on a previously allocated memory area and
        was used in a lot places of glib. exporting it would have been a
        guararant for problems with threaded programs.
        (g_printf_string_upper_bound): exported this function to return
        a string size, guarranteed to be big enough to hold the fully
        expanded format+args string. added 'q', 'L' and 'll' flag handling.
        in fact, the newly allocated area is in most cases much bigger than
        required.
        (g_strdup_vprintf()): new function returning a newly allocated string
        containing the contents of *format and associated args (size is
        calculated with g_printf_string_upper_bound()).
        (g_strdup_printf): new function which wraps g_strdup_vprintf().
        * configure.in: check for va_copy() or __va_copy() alternatively.
        check whether va_lists can be copyied by value.
        * glib.h: provide a definition for G_VA_COPY.
        * glib.h:
        * gmessages.c:
        (g_logv):
        (g_vsnprintf):
        pass va_lists by value, not by reference, since this causes problems
        on platforms that implement va_list as as arrays. internaly, use
        G_VA_COPY (new_arg, org_arg); va_end (new_arg); to produce a second
        va_list variable, if multiple passes are required. changed all
        callers.
        * glib.h:
        * gerror.h:
        renamed g_debug() to g_on_error_query(), cleaned up a bit.
        renamed g_stack_trace() to g_on_error_stack_trace() since both
        functions cluttered different namespaces.
        there is an appropriate comment in glib.h now that explains the
        unix and gdb specific dependencies of both functions.
        removed g_attach_process().
        g_on_error_stack_trace() should probably be handled with caution,
        i've seem several different linux versions (2.0.x) become unstable
        after invokation of this function.
											
										 
											1998-08-24 05:26:53 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | #undef GLIB_MAJOR_VERSION
 | 
					
						
							|  |  |  |  | #undef GLIB_MINOR_VERSION
 | 
					
						
							|  |  |  |  | #undef GLIB_MICRO_VERSION
 | 
					
						
							| 
									
										
										
											
												version bump to 1.1.1, binary age 1, interface age 0. updates. updates.
Tue Aug  4 15:17:54 1998  Tim Janik  <timj@gtk.org>
        * configure.in: version bump to 1.1.1, binary age 1, interface age 0.
        * NEWS: updates.
        * README: updates.
        * INSTALL: updates and fixes.
        * COPYING: include the GNU LGPL, rather than shipping an empty file.
        * AUTHORS: listed original authors here, and added people who made
        significant improvements to glib.
        * glib.h:
        * gutils.c: implement g_get_current_dir() which returns a newly
        allocated string, instead of a g_getcwd() variant that operates
        on a static buffer.
        export glib_interface_age and glib_binary_age.
        as a convenience, macro definitions have been added for
        g_node_insert_data, g_node_insert_data_before, g_node_append_data and
        g_node_prepend_data.
        * testglib.c: minor cleanups, print current dir.
											
										 
											1998-08-04 14:26:27 +00:00
										 |  |  |  | #undef GLIB_INTERFACE_AGE
 | 
					
						
							|  |  |  |  | #undef GLIB_BINARY_AGE
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-15 05:28:02 +00:00
										 |  |  |  | #undef G_THREAD_SOURCE
 | 
					
						
							| 
									
										
											  
											
												Completed the thread support in GLib. Thread creation, prioritizing
1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
	* configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
	Completed the thread support in GLib. Thread creation,
	prioritizing threads, yielding, joining threads as well as
	reader/writer locks and recursive mutexes are now in place. Please
	test heavily on your platform. It is so far tested on
	Linux/i386/pthreads, Solaris/Sparc/pthreads and
	Solaris/Sparc/solaristhreads.
	* gtimer.c, glib.h: Implement g_usleep (gulong microseconds) for
	thread safe sleeping. (sleep() is not MT-safe at all!)
	* gutils.c: Avoid compiler warning.
	* tests/Makefile.am, tests/thread-test.c: New program to test some
	aspects of the thread implementation.
	* gthread.c, Makefile.am: Renamed from gmutex.c to reflect the
	change of content.
	* configure.in: Purged all appearances of nspr.
	* gthread/gthread-posix.c, gthread-solaris.c: Added the native
	implementations for the GLib's extended thread support.
	* gthread/gthread-nspr.c: Removed for good. NSPR is nothing we
	would want to build upon.
	* gthread/gthread.c: Renamed to gthread-impl.c to avoid
	confusion with ../gthread.c (Formerly known as the file called
	gmutex.c)
	* gthread/testgthread.c: Removed. The new and much extended
        tests are in ../tests/thread-test.c.
	* gthread/Makefile.am: Changed to reflect the changes above.
											
										 
											1999-06-17 15:39:31 +00:00
										 |  |  |  | #undef POSIX_MIN_PRIORITY
 | 
					
						
							|  |  |  |  | #undef POSIX_MAX_PRIORITY
 | 
					
						
							|  |  |  |  | #undef POSIX_YIELD_FUNC
 | 
					
						
							| 
									
										
										
										
											1998-12-15 05:28:02 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  | /* #undef PACKAGE */ | 
					
						
							|  |  |  |  | /* #undef VERSION */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-09-07 09:43:54 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-06-10 23:21:14 +00:00
										 |  |  |  |  | 
					
						
							|  |  |  |  | /* Leave that blank line there!!  Autoheader needs it.
 | 
					
						
							|  |  |  |  |    If you're adding to this file, keep in mind: | 
					
						
							|  |  |  |  |    The entries are in sort -df order: alphabetical, case insensitive, | 
					
						
							|  |  |  |  |    ignoring punctuation (such as underscores).  */ |