Test for the existence of getcwd, and use it only when found.
[platform/upstream/glib.git] / configure.in
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
1999-01-11 Sebastian WilhelmiFind right thread system on DG/UX. Thanks to Marc J...
1999-01-11 Sebastian WilhelmiTest for localtime_r only after including the right...
1999-01-11 Chris Toshokadd support for freebsd (-lc_r for thread foo) and...
1999-01-09 Jeff GarzikAdd checks for vasprintf, localtime_r.
1999-01-07 Sebastian WilhelmiHere we must replace getpwuid by getpwuid_r, but as...
1999-01-05 Manish Singhditch whitespace before GLIB_SYSDEFS #includes, the...
1999-01-04 CST 1999 Shawn T... Released GLib 1.1.12 GLIB_1_1_12
1999-01-03 Jeff GarzikAdded 'make check' tests, based on testglib code.
1999-01-01 Jeff GarzikAdded two new alloca-based function macros, g_strdup_a...
1998-12-31 CST 1998 Shawn T... Released GLib 1.1.11 GLIB_1_1_11
1998-12-26 Manish Singhacglib.m4 provide defaults for POLL sysdefs, simple...
1998-12-24 CST 1998 Shawn T... Released GLib 1.1.10 GLIB_1_1_10
1998-12-19 Tim Janikfixed up sys/poll.h and sys/types.h inclusions.
1998-12-19 Tim Janikfixed up gthread includes, cleaned up glibconfig.h...
1998-12-18 Sebastian WilhelmiChanged the last pthread_cond_init to pthread_attr_init.
1998-12-17 CST 1998 Shawn T... Released GLib 1.1.9 GLIB_1_1_9
1998-12-17 Manish Singhcheck for pthread_attr_init in all cases, du4 needs...
1998-12-16 Sebastian WilhelmiFixed stupid bug, that made g_static_mutex_lock(*mutex...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
next