summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
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
1998-12-15Dont complain, if --without-threads or --with-threads=none is supplied;Sebastian Wilhelmi
1998-12-15Bugfixes to autoconf thread lib detectionJeff Garzik
1998-12-15Fixed --with-threads, small 64-bit probJeff Garzik
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor
1998-12-13always define G_HAVE_INLINE if __cplusplus is defined, reported by Wan-TehTim Janik
1998-12-11Released GLib 1.1.7upstream/GLIB_1_1_7CST 1998 Shawn T. Amundson
1998-12-10removed redefinition of G_COMPILED_WITH_DEBUGGING from glibconfig.hJoel Becker
1998-12-05When creating glibconfig.h, we need to include <sys/types.h> beforeupstream/PRE_CLEANUPMartin Baulig
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor
1998-12-02s/time_t/GTime/ and s/g_print/g_message/ include time.h.Tim Janik
1998-11-29 Put -DFOO stuff into Makefile.am INCLUDES.Jeff Garzik
1998-11-29put debug -DFOO stuff into CPPFLAGS, not CFLAGS, so CFLAGS can beManish Singh
1998-11-23NEWS: README: configure.in: glib.spec: Updated to version 1.1.5upstream/GLIB_1_1_5CST 1998 Shawn T. Amundson
1998-11-11use __extension__ for long long on gcc >= 2.8 and egcs, and provide aManish Singh
1998-11-05Added 'strncasecmp' to the list of functions to be searched for. Added aPhil Schwan
1998-11-02glib.h endian macros defined using the glibconfig.h mechanism nowManish Singh
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath
1998-10-27reimplemented the endian stuff, using inline asm for x86. #define g_htonlManish Singh