summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2000-07-06Release 1.3.1Owen Taylor1-7/+1
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor1-0/+11
2000-05-12added gobjectTim Janik1-2/+18
2000-04-26Look for both pthread_create and pthread_join in the thread library. SomeSebastian Wilhelmi1-4/+7
2000-04-17Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi1-0/+10
2000-03-23After finding the right thread library (containing e.g. pthread_create) weSebastian Wilhelmi1-24/+28
2000-03-22Test for sched_yield as the native yield function first. Corrected typoSebastian Wilhelmi1-14/+16
2000-03-21always define G_GNUC_EXTENSION, even when not needed by GLib. That'sSebastian Wilhelmi1-11/+1
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi1-45/+60
2000-03-06Another small change to the pthread_.. search pattern. Should work *now*Sebastian Wilhelmi1-2/+2
2000-03-03Make the search for pthread_attr_... prototypes find names at the start ofSebastian Wilhelmi1-2/+2
2000-02-18Changed GCC version test to also accept major versions > 2. Thanks to BenSebastian Wilhelmi1-1/+1
2000-02-13wtf??? someone destroyed the configure.in, reverting to an older versionTim Janik1-1722/+1384
2000-02-04New files, for putting version info in the DLLs on Win32.Tor Lillqvist1-1384/+1722
1999-11-16Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflectSebastian Wilhelmi1-4/+12
1999-11-09Create docs/glib-config.1 from docs/glib-config.1.in. Makes 'makeSebastian Wilhelmi1-0/+1
1999-11-08Make the test for getpwuid_r work on newer AIX versions, too. Still worksSebastian Wilhelmi1-9/+9
1999-10-12completly new implementation for printf string upper bounds calculation.Tim Janik1-2/+25
1999-10-06blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWINManish Singh1-1/+1
1999-10-04use G_HAVE_CYGWIN in favor of G_OS_FEATURE_CYGWINManish Singh1-1/+1
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1-8/+16
1999-08-15eliminate memset() call, since string.h has not neccessarily been includedTim Janik1-0/+5
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-5/+6
1999-07-07Test for pthread_join rather than for pthread_create to determine theSebastian Wilhelmi1-2/+2
1999-07-01Added a g_memmove replacement for platforms without memmove, where bcopySebastian Wilhelmi1-5/+34
1999-06-18Changed test for pthread_attr_setstacksize from AC_TRY_COMPILE toSebastian Wilhelmi1-1/+1
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1-11/+107
1999-05-08Better testing reveals better methods. Fixes for BeOS.CDT 1999 Shawn T. Amundson1-2/+8
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson1-0/+37
1999-05-06New files, used to generate corresponding non-.in files when making aTor Lillqvist1-0/+4
1999-04-09Increment some version numbers, add warning to configure.GLIB_1_3_0Shawn Amundson1-1/+25
1999-03-30Added a check for the right format to printf and scanf long longs. It isSebastian Wilhelmi1-2/+21
1999-03-18added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to hold various definesSebastian Wilhelmi1-4/+8
1999-03-17Added missing values for G_MAXU(SHORT|INT|LONG) on platforms with onlySebastian Wilhelmi1-4/+5
1999-03-17Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>Sebastian Wilhelmi1-0/+16
1999-03-16pthread_create in libcTimur Bakeyev1-4/+11
1999-03-16Removed G_(U)?INT8_FORMAT again, as it can't be used for scanf.Sebastian Wilhelmi1-8/+9
1999-03-15Added the macros G_(U)?INT_(8|16|32|64)_FORMAT to use for printf and (muchSebastian Wilhelmi1-5/+39
1999-03-14Remove widechar tests and defines. (fd_set): Change the grep for `fd_mask'Raja R Harinath1-69/+1
1999-03-12Test for posix threads first, then for dce threads.Sebastian Wilhelmi1-4/+4
1999-03-11Revamped the thread configure stuff. Now dce threads (old posix draft) areSebastian Wilhelmi1-47/+46
1999-02-27moved old ChangeLog to ChangeLog.pre-1-2, and started new one.Tim Janik1-1/+1
1999-02-25Increment version to 1.2.0.GLIB_1_2_0Shawn Amundson1-2/+2
1999-02-21I've made the spec file autogenerated, and I tweaked itMichael Fulbright1-0/+1
1999-02-16version=1.1.16GLIB_1_1_16CST 1999 Shawn T. Amundson1-3/+3
1999-02-15Changed signature of all g_static_mutex_* functions to take a pointerSebastian Wilhelmi1-3/+3
1999-02-15default to yes for development trees.Tim Janik1-1/+19
1999-02-10be more descriptive on unsupported systems.Tim Janik1-1/+1
1999-02-08Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), thatSebastian Wilhelmi1-3/+29
1999-02-05Make the error message in case of a broken thread system a bit moreSebastian Wilhelmi1-1/+3