Rename from GLIB_DIVERT_BEFORE_HELP. Update to track autoconf 2.49b.
[platform/upstream/glib.git] / configure.in
2000-12-08 Raja R HarinathRename from GLIB_DIVERT_BEFORE_HELP. Update to track...
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-11-15 Sebastian WilhelmiCheck for the sched.h header and include it on gthread...
2000-11-13 Owen TaylorUp version to 1.3.2
2000-11-12 Owen TaylorCreate wrapper functions for iconv() so that we can...
2000-10-30 Tor LillqvistCheck for mkstemp.
2000-10-23 Sebastian WilhelmiUse one = instead of two, which is plainly wrong.
2000-10-16 Raja R Harinathgmodule: New variable. (dist-hook): Handle $(BUILT_EXTR...
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...
2000-10-12 Sebastian WilhelmiRemoved cruft from old threading code.
2000-10-12 Sebastian Wilhelmidefine GLIB_HAVE_ALLOCA_H instead of including alloca...
2000-10-09 Raja R HarinathWork with beta autoconf 2.50.
2000-10-04 Martin BauligReverted my last commit:
2000-09-29 Martin BauligNew automake conditional. Only compile the gthread...
2000-09-29 Sebastian WilhelmiAdded errorcheck mutexes. These are activated through...
2000-09-28 Sebastian WilhelmiAdjusted the test for an unimplemented getpwuid_r....
2000-09-28 Sebastian WilhelmiMoved determination of G_THREAD_FLAGS before G_THREAD_L...
2000-09-28 Sebastian WilhelmiSome platforms support 64 bit 'long long', but you...
2000-09-21 Sebastian WilhelmiThe last released automake (1.4) still requires AM_PROG...
2000-09-19 Sebastian WilhelmiTest for the existence of getcwd, and use it only when...
2000-09-17 Elliot LeeSun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define...
2000-09-06 Owen TaylorImprove separation of generic non-generic parts and...
2000-09-06 Owen TaylorAdd gtk-doc checks for newly added docs/reference/...
2000-07-31 Havoc Penningtonpkg-config data files
2000-07-26 Tim Janikadded g_strlcat() and g_strlcpy() wrappers, supplied...
2000-07-26 Tim Janikinclude <stdlib.h> and <stddef.h> if STDC_HEADERS is...
2000-07-19 Sebastian Wilhelmiglibconfig.h and glib.h now include files outside of...
2000-07-15 Owen TaylorAdd build/Makefile and build/win32/Makefile to AC_OUTPU...
2000-07-14 Owen TaylorMove glib-config to glib-config-2.0 move glib.m4 to...
2000-07-06 Owen TaylorRelease 1.3.1
2000-05-29 Owen TaylorAdd function to get the codeset name for the current...
2000-05-12 Tim Janikadded gobject
2000-04-26 Sebastian WilhelmiLook for both pthread_create and pthread_join in the...
2000-04-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
2000-03-23 Sebastian WilhelmiAfter finding the right thread library (containing...
2000-03-22 Sebastian WilhelmiTest for sched_yield as the native yield function first...
2000-03-21 Sebastian Wilhelmialways define G_GNUC_EXTENSION, even when not needed...
2000-03-17 Sebastian WilhelmiAdded the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE...
2000-03-06 Sebastian WilhelmiAnother small change to the pthread_.. search pattern...
2000-03-03 Sebastian WilhelmiMake the search for pthread_attr_... prototypes find...
2000-02-18 Sebastian WilhelmiChanged GCC version test to also accept major versions...
2000-02-13 Tim Janikwtf??? someone destroyed the configure.in, reverting...
2000-02-04 Tor LillqvistNew files, for putting version info in the DLLs on...
1999-11-16 Sebastian WilhelmiRenamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THR...
1999-11-09 Sebastian WilhelmiCreate docs/glib-config.1 from docs/glib-config.1.in...
1999-11-08 Sebastian WilhelmiMake the test for getpwuid_r work on newer AIX versions...
1999-10-12 Tim Janikcompletly new implementation for printf string upper...
1999-10-06 Manish Singhblah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1999-10-04 Manish Singhuse G_HAVE_CYGWIN in favor of G_OS_FEATURE_CYGWIN
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-08-15 Tim Janikeliminate memset() call, since string.h has not neccess...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-07-07 Sebastian WilhelmiTest for pthread_join rather than for pthread_create...
1999-07-01 Sebastian WilhelmiAdded a g_memmove replacement for platforms without...
1999-06-18 Sebastian WilhelmiChanged test for pthread_attr_setstacksize from AC_TRY_...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...
1999-05-08 CDT 1999 Shawn T... Better testing reveals better methods. Fixes for BeOS.
1999-05-08 CDT 1999 Shawn T... Port to BeOS by myself and Richard Offer.
1999-05-06 Tor LillqvistNew files, used to generate corresponding non-.in files...
1999-04-09 Shawn AmundsonIncrement some version numbers, add warning to configure. GLIB_1_3_0
1999-03-30 Sebastian WilhelmiAdded a check for the right format to printf and scanf...
1999-03-18 Sebastian Wilhelmiadded new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to...
1999-03-17 Sebastian WilhelmiAdded missing values for G_MAXU(SHORT|INT|LONG) on...
1999-03-17 Sebastian WilhelmiSun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>
1999-03-16 Timur Bakeyevpthread_create in libc
1999-03-16 Sebastian WilhelmiRemoved G_(U)?INT8_FORMAT again, as it can't be used...
1999-03-15 Sebastian WilhelmiAdded the macros G_(U)?INT_(8|16|32|64)_FORMAT to use...
1999-03-14 Raja R HarinathRemove widechar tests and defines. (fd_set): Change...
1999-03-12 Sebastian WilhelmiTest for posix threads first, then for dce threads.
1999-03-11 Sebastian WilhelmiRevamped the thread configure stuff. Now dce threads...
1999-02-27 Tim Janikmoved old ChangeLog to ChangeLog.pre-1-2, and started...
1999-02-25 Shawn AmundsonIncrement version to 1.2.0. GLIB_1_2_0
1999-02-21 Michael FulbrightI've made the spec file autogenerated, and I tweaked it
1999-02-16 CST 1999 Shawn T... version=1.1.16 GLIB_1_1_16
1999-02-15 Sebastian WilhelmiChanged signature of all g_static_mutex_* functions...
1999-02-15 Tim Janikdefault to yes for development trees.
1999-02-10 Tim Janikbe more descriptive on unsupported systems.
1999-02-08 Sebastian WilhelmiChanged the test for getpwuid_r to exclude those system...
1999-02-05 Sebastian WilhelmiMake the error message in case of a broken thread syste...
1999-02-04 PST 1999 Shawn T... version=1.1.15 GLIB_1_1_15
1999-02-01 Sebastian WilhelmiMoved the check for MT save function variants after...
1999-01-29 Sebastian WilhelmiFixed typo. Now HPUX 11 thread system detection should...
1999-01-28 CST 1999 Shawn T... version=1.1.14 GLIB_1_1_14
1999-01-28 Sebastian WilhelmiSimplified configure.in test for posix threads, systems...
1999-01-27 Tim Janikapplied patch from Andrej Borsenkow <borsenkow.msk...
1999-01-26 Manish Singhdon't use backquotes in warning text
1999-01-26 Sebastian WilhelmiRemoved the #warning about MT unsafety without localtime_r.
1999-01-25 Raph LevienFixed a broken #define for G_THREADS_IMPL_$g_threads_im...
1999-01-25 Timur BakeyevNO_SYS_SIGLIST_DECL change.
1999-01-25 Sebastian WilhelmiDo not use the thread libs, when searching for some...
1999-01-24 Manish SinghMoved the warning about MT and no getpwuid_r from gutil...
1999-01-21 EST 1999 Jeff GarzikUse AC_PREREQ not AC_REQUIRE for autoconf version test.
1999-01-21 EST 1999 Mandrakemade some adjustments for automake 1.4 and autoconf...
1999-01-20 Sebastian WilhelmiUse getpwuid_r with the right signature, if available.
1999-01-19 Sebastian WilhelmiMoved test for localtime_r and rand_r to a place after...
1999-01-19 Josh MacDonaldThe "extern char* sys_siglist" declaration breaks syste...
1999-01-17 Tim Janikincremented version number to 1.1.13, bin age 0, interf...
1999-01-16 Timur I. BakeyevAdd support for pthreads under FreeBSD 2.2.[7|8]
1999-01-12 Sebastian WilhelmiInclude config.h to get HAVE_LOCALTIME_R macro.
1999-01-11 Jeff Garzikalloca and vasprintf go away
next