(Reading): Add scm_c_read.
[bpt/guile.git] / ChangeLog
index 6e26347..a900024 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,61 @@
+2003-07-27  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: Look for sched_yield in -lrt; this is needed for
+       Solaris.  Thanks to Matthias Koeppe!
+       (setgroups): Check for it.
+
+       * configure.in (__libc_stack_end): Actually use the value in
+       __libc_stack_end for something so that the access doesn't get
+       optimized away.  Thanks to Matthias Koeppe!
+
+2003-07-08  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add sincos.
+
+2003-06-21  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
+
+2003-06-19  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: use "-Werror" only with GCC.  Thanks to Matthias
+       Koeppe!
+
+2003-06-19  Kevin Ryde  <user42@zip.com.au>
+
+       * README (Guile Documentation): Update to manuals now available,
+       remove notes about the reference manual being in progress.
+
+2003-06-14  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in: Checking for __int64 as possible candidate for
+       the SCM_I_GSC_T_INT64 define.
+
+2003-05-30  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in: Checking for unsetenv().
+
+2003-05-29  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in: Removed -lm check and added a cached check for
+       __libc_stack_end to get it building for mingw32 hosts.
+
+2003-05-19  Kevin Ryde  <user42@zip.com.au>
+
+       * README (Cross building Guile): Remove --with-cc-for-build in favour
+       of CC_FOR_BUILD.
+
+2003-05-16  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (--with-cc-for-build): Remove this option, CC_FOR_BUILD
+       variable is more or less standard, and is adequate for the task.
+
 2003-05-12  Kevin Ryde  <user42@zip.com.au>
 
        * configure.in (CC_FOR_BUILD): Use AC_ARG_VAR.
 
        * configure.in (SCM_SINGLES): Use AC_CHECK_SIZEOF(float), to
-       eliminated guess-yes when cross compiling.
+       eliminate guess-yes when cross compiling.
 
        * configure.in (SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in
        AC_TRY_RUN.