X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/0f24e75b73b9c0c745971de639a53748a395a1cb..d79a62db53b31bf8e330cf2aaca2a284c064fde6:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 592cb2b93..d9cac4803 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,43 @@ -2006-02-06 Marius Vollmer +2006-06-06 Neil Jerram + + * acinclude.m4 (ACX_PTHREAD): Update to latest definition from + autoconf macro archive, to fix pthread linking problem on Solaris + 10, reported by Charles Gagnon. + +2006-04-16 Kevin Ryde + + * configure.in (stat64, off_t): New tests. + +2006-03-31 Kevin Ryde + + * configure.in (socklen_t): Enhance test for this type, coping with + need for on MacOS X. Reported by Michael Tuexen and + Jay Cotton. + +2006-03-26 Marius Vollmer + + * configure.in: Added check that defines + PTHREAD_ATTR_GETSTACK_WORKS when pthread_attr_getstack works for + the main thread. + +2006-02-26 Kevin Ryde + + * configure.in (AC_CHECK_FUNCS): Add dirfd. + +2006-02-20 Marius Vollmer + + Released 1.8.0. + + * GUILE-VERSION: Set version. * GUILE-VERSION: Bumped versions for 1.9 series. +2006-02-06 Marius Vollmer + + Branched for 1.8 series. + + * GUILE-VERSION: Bumped version numbers. + * configure.in: Removed --enable-arrays option. 2005-12-14 Neil Jerram