summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2000-07-31pkg-config data filesHavoc Pennington
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik
2000-07-26include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.Tim Janik
2000-07-19glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi
2000-07-15Add build/Makefile and build/win32/Makefile to AC_OUTPUT() so things buildOwen Taylor
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor
2000-07-06Release 1.3.1Owen Taylor
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor
2000-05-12added gobjectTim Janik
2000-04-26Look for both pthread_create and pthread_join in the thread library. SomeSebastian Wilhelmi
2000-04-17Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi
2000-03-23After finding the right thread library (containing e.g. pthread_create) weSebastian Wilhelmi
2000-03-22Test for sched_yield as the native yield function first. Corrected typoSebastian Wilhelmi
2000-03-21always define G_GNUC_EXTENSION, even when not needed by GLib. That'sSebastian Wilhelmi
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi
2000-03-06Another small change to the pthread_.. search pattern. Should work *now*Sebastian Wilhelmi
2000-03-03Make the search for pthread_attr_... prototypes find names at the start ofSebastian Wilhelmi
2000-02-18Changed GCC version test to also accept major versions > 2. Thanks to BenSebastian Wilhelmi
2000-02-13wtf??? someone destroyed the configure.in, reverting to an older versionTim Janik
2000-02-04New files, for putting version info in the DLLs on Win32.Tor Lillqvist
1999-11-16Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflectSebastian Wilhelmi
1999-11-09Create docs/glib-config.1 from docs/glib-config.1.in. Makes 'makeSebastian Wilhelmi
1999-11-08Make the test for getpwuid_r work on newer AIX versions, too. Still worksSebastian Wilhelmi
1999-10-12completly new implementation for printf string upper bounds calculation.Tim Janik
1999-10-06blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWINManish Singh
1999-10-04use G_HAVE_CYGWIN in favor of G_OS_FEATURE_CYGWINManish Singh
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh
1999-08-15eliminate memset() call, since string.h has not neccessarily been includedTim Janik
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik
1999-07-07Test for pthread_join rather than for pthread_create to determine theSebastian Wilhelmi
1999-07-01Added a g_memmove replacement for platforms without memmove, where bcopySebastian Wilhelmi
1999-06-18Changed test for pthread_attr_setstacksize from AC_TRY_COMPILE toSebastian Wilhelmi
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi
1999-05-08Better testing reveals better methods. Fixes for BeOS.CDT 1999 Shawn T. Amundson
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson
1999-05-06New files, used to generate corresponding non-.in files when making aTor Lillqvist
1999-04-09Increment some version numbers, add warning to configure.upstream/GLIB_1_3_0Shawn Amundson
1999-03-30Added a check for the right format to printf and scanf long longs. It isSebastian Wilhelmi
1999-03-18added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to hold various definesSebastian Wilhelmi
1999-03-17Added missing values for G_MAXU(SHORT|INT|LONG) on platforms with onlySebastian Wilhelmi
1999-03-17Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>Sebastian Wilhelmi
1999-03-16pthread_create in libcTimur Bakeyev
1999-03-16Removed G_(U)?INT8_FORMAT again, as it can't be used for scanf.Sebastian Wilhelmi
1999-03-15Added the macros G_(U)?INT_(8|16|32|64)_FORMAT to use for printf and (muchSebastian Wilhelmi
1999-03-14Remove widechar tests and defines. (fd_set): Change the grep for `fd_mask'Raja R Harinath
1999-03-12Test for posix threads first, then for dce threads.Sebastian Wilhelmi
1999-03-11Revamped the thread configure stuff. Now dce threads (old posix draft) areSebastian Wilhelmi
1999-02-27moved old ChangeLog to ChangeLog.pre-1-2, and started new one.Tim Janik
1999-02-25Increment version to 1.2.0.upstream/GLIB_1_2_0Shawn Amundson
1999-02-21I've made the spec file autogenerated, and I tweaked itMichael Fulbright