1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-03-02 20:56:45 +00:00
parent 0ddf47fcaa
commit a81b861870
4 changed files with 21 additions and 0 deletions

View file

@ -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> 2005-02-28 Marius Vollmer <mvo@zagadka.de>
* autogen.sh: Add '--verbose' option to autoreconf invocation. * autogen.sh: Add '--verbose' option to autoreconf invocation.

View 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> 2004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release. * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.

View 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> 2005-02-18 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm (lset-adjoin): Revert change using `list' not `acc', the * srfi-1.scm (lset-adjoin): Revert change using `list' not `acc', the

View 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> 2005-02-21 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (string->number): Exercise polar form with * tests/numbers.test (string->number): Exercise polar form with