moved old ChangeLog to ChangeLog.pre-1-2, and started new one.
[platform/upstream/glib.git] / configure.in
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.
1998-12-16 CST 1998 Shawn T... Released GLib 1.1.8 GLIB_1_1_8
1998-12-16 Joel Beckerfixed error for AIX thread detection
1998-12-15 Elliot Lee-fstack-check generates non-working code for at least...
1998-12-15 Sebastian WilhelmiDont complain, if --without-threads or --with-threads...
1998-12-15 Jeff GarzikBugfixes to autoconf thread lib detection
1998-12-15 Jeff GarzikFixed --with-threads, small 64-bit prob
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-12-13 Tim Janikalways define G_HAVE_INLINE if __cplusplus is defined...
1998-12-11 CST 1998 Shawn T... Released GLib 1.1.7 GLIB_1_1_7
1998-12-10 Joel Beckerremoved redefinition of G_COMPILED_WITH_DEBUGGING from...
1998-12-05 Martin BauligWhen creating glibconfig.h, we need to include <sys... PRE_CLEANUP
1998-12-02 Owen TaylorMerge main loop into head. This probably breaks Win32...
1998-12-02 Tim Janiks/time_t/GTime/ and s/g_print/g_message/ include time.h.
1998-11-29 Jeff Garzik Put -DFOO stuff into Makefile.am INCLUDES.
1998-11-29 Manish Singhput debug -DFOO stuff into CPPFLAGS, not CFLAGS, so...
1998-11-23 CST 1998 Shawn T... NEWS: README: configure.in: glib.spec: Updated to versi... GLIB_1_1_5
1998-11-11 Manish Singhuse __extension__ for long long on gcc >= 2.8 and egcs...
1998-11-05 Phil SchwanAdded 'strncasecmp' to the list of functions to be...
1998-11-02 Manish Singhglib.h endian macros defined using the glibconfig.h...
1998-11-01 Raja R HarinathLand glib-rrh-19981025-0.patch.
1998-10-27 Manish Singhreimplemented the endian stuff, using inline asm for...
1998-10-27 Tor Lillqvistremoved dummy structure definitions for struct _GCache...
1998-10-25 CST 1998 Shawn T... Released GLib 1.1.4 GLIB_1_1_4
1998-10-21 Tim Janikreverted part of the changes from Sebastian Wilhelmi...
1998-10-20 Sebastian Wilhelmimade the check for needed underscore in module's func...
1998-10-20 Manish Singhconfigure.in added test for endianness
1998-10-17 Seth Alveslogic was reversed on need_underscore test
1998-09-25 Tim Janikversion bump to 1.1.4, binary age 0, interface age 0.
1998-09-21 Tim JanikNEWS file update for upcoming release of GLib + GModule...
1998-09-09 Manish Singhadded -posix check for NeXTStep
1998-09-08 Martin BauligMinor bug fix that caused an error in ORBit due to...
1998-09-08 Manish Singhcomment the -std1 check and save LIBS properly
1998-09-07 Tim Janikcheck for all three inline keywords individually.
1998-09-07 Manish Singhconfigure.in: added -std1 check for ANSI compliance...
1998-08-24 Tim Janikremoved this function which was not publically exported...
1998-08-16 Tim Janikversion bump to 1.1.3, binary age 0, interface age 0.
1998-08-09 Tim Janikinitial import of gmodule.
1998-08-05 PDT 1998 Shawn T... Released GLib 1.1.2 GLIB_1_1_2
1998-08-04 Tim Janikversion bump to 1.1.1, binary age 1, interface age...
1998-07-20 Elliot LeeAdd gint64/guint64 if possible (HAVE_GINT64 is defined...
1998-06-11 Raja R HarinathNew file. Contains `libtool.m4' from libtool-1.2, the...
1998-06-10 Owen TaylorInitial revision