*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Wed, 2 Mar 2005 20:56:45 +0000 (20:56 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 2 Mar 2005 20:56:45 +0000 (20:56 +0000)
ChangeLog
guile-readline/ChangeLog
srfi/ChangeLog
test-suite/ChangeLog

index 7cc52b7..feea3b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-02  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * configure.in: Do not check for fast or recursive mutexes.  Check
+       for pthread_attr_getstack.
+       (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
+       (pthread_mutexattr_settype): Do not check for it.
+       
 2005-02-28  Marius Vollmer  <mvo@zagadka.de>
 
        * autogen.sh: Add '--verbose' option to autoreconf invocation.
index b1b7708..3a05854 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-02  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * readline.c: Use scm_current_input_port instead of scm_cur_inp.
+       Use scm_std_select instead of scm_internal_select.
+
 2004-08-26  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
 
        * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
index 658edb9..b5d6446 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-02  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * srfi-1.c: Use scm_is_pair instead of SCM_CONSP; use scm_is_null
+       instead of SCM_NULLP.
+
 2005-02-18  Kevin Ryde  <user42@zip.com.au>
 
        * srfi-1.scm (lset-adjoin): Revert change using `list' not `acc', the
index 72c7906..dbdbb39 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-02  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/threads.test: Only test when 'threads are provided.
+
 2005-02-21  Kevin Ryde  <user42@zip.com.au>
 
        * tests/numbers.test (string->number): Exercise polar form with