summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
1999-02-21I've made the spec file autogenerated, and I tweaked itMichael Fulbright
1999-02-16version=1.1.16upstream/GLIB_1_1_16CST 1999 Shawn T. Amundson
1999-02-15Changed signature of all g_static_mutex_* functions to take a pointerSebastian Wilhelmi
1999-02-15default to yes for development trees.Tim Janik
1999-02-10be more descriptive on unsupported systems.Tim Janik
1999-02-08Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), thatSebastian Wilhelmi
1999-02-05Make the error message in case of a broken thread system a bit moreSebastian Wilhelmi
1999-02-04version=1.1.15upstream/GLIB_1_1_15PST 1999 Shawn T. Amundson
1999-02-01Moved the check for MT save function variants after the determination ofSebastian Wilhelmi
1999-01-29Fixed typo. Now HPUX 11 thread system detection should work.Sebastian Wilhelmi
1999-01-28version=1.1.14upstream/GLIB_1_1_14CST 1999 Shawn T. Amundson
1999-01-28Simplified configure.in test for posix threads, systems, that provideSebastian Wilhelmi
1999-01-27applied patch from Andrej Borsenkow <borsenkow.msk@sni.de> to also checkTim Janik
1999-01-26don't use backquotes in warning textManish Singh
1999-01-26Removed the #warning about MT unsafety without localtime_r.Sebastian Wilhelmi
1999-01-25Fixed a broken #define for G_THREADS_IMPL_$g_threads_impl_defRaph Levien
1999-01-25NO_SYS_SIGLIST_DECL change.Timur Bakeyev
1999-01-25Do not use the thread libs, when searching for some functions, as thisSebastian Wilhelmi
1999-01-24Moved the warning about MT and no getpwuid_r from gutils.c to configureManish Singh
1999-01-21Use AC_PREREQ not AC_REQUIRE for autoconf version test.EST 1999 Jeff Garzik
1999-01-21made some adjustments for automake 1.4 and autoconf 2.13 (per suggestionsEST 1999 Mandrake
1999-01-20Use getpwuid_r with the right signature, if available.Sebastian Wilhelmi
1999-01-19Moved test for localtime_r and rand_r to a place after the determinationSebastian Wilhelmi
1999-01-19The "extern char* sys_siglist" declaration breaks systems with differentJosh MacDonald
1999-01-17incremented version number to 1.1.13, bin age 0, interface age 0.Tim Janik
1999-01-16Add support for pthreads under FreeBSD 2.2.[7|8]Timur I. Bakeyev
1999-01-12Include config.h to get HAVE_LOCALTIME_R macro.Sebastian Wilhelmi
1999-01-11alloca and vasprintf go awayJeff Garzik
1999-01-11Find right thread system on DG/UX. Thanks to Marc J. FraioliSebastian Wilhelmi
1999-01-11Test for localtime_r only after including the right MT enabling CFLAGSSebastian Wilhelmi
1999-01-11add support for freebsd (-lc_r for thread foo) and make sure testgthread.c co...Chris Toshok
1999-01-09Add checks for vasprintf, localtime_r.Jeff Garzik
1999-01-07Here we must replace getpwuid by getpwuid_r, but as I do not know how forSebastian Wilhelmi
1999-01-05ditch whitespace before GLIB_SYSDEFS #includes, the # needs to be inManish Singh
1999-01-04Released GLib 1.1.12upstream/GLIB_1_1_12CST 1999 Shawn T. Amundson
1999-01-03Added 'make check' tests, based on testglib code.Jeff Garzik
1999-01-01Added two new alloca-based function macros, g_strdup_a and g_strconcat_a.Jeff Garzik
1998-12-31Released GLib 1.1.11upstream/GLIB_1_1_11CST 1998 Shawn T. Amundson
1998-12-26acglib.m4 provide defaults for POLL sysdefs, simple enums don't work withManish Singh
1998-12-24Released GLib 1.1.10upstream/GLIB_1_1_10CST 1998 Shawn T. Amundson
1998-12-19fixed up sys/poll.h and sys/types.h inclusions.Tim Janik
1998-12-19fixed up gthread includes, cleaned up glibconfig.h a little bit.Tim Janik
1998-12-18Changed the last pthread_cond_init to pthread_attr_init.Sebastian Wilhelmi
1998-12-17Released GLib 1.1.9upstream/GLIB_1_1_9CST 1998 Shawn T. Amundson
1998-12-17check for pthread_attr_init in all cases, du4 needs this since most of theManish Singh
1998-12-16Fixed stupid bug, that made g_static_mutex_lock(*mutex) not work asSebastian Wilhelmi
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik
1998-12-16Released GLib 1.1.8upstream/GLIB_1_1_8CST 1998 Shawn T. Amundson
1998-12-16fixed error for AIX thread detectionJoel Becker
1998-12-15-fstack-check generates non-working code for at least a few compilersElliot Lee