mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
*** empty log message ***
This commit is contained in:
parent
d1138028c9
commit
0460c6e10f
1 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,21 @@
|
|||
2005-10-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not portable enough.
|
||||
|
||||
* null-threads.h, pthread-threads.h
|
||||
(SCM_I_PTHREAD_RECURSIVE_MUTEX_INITIALIZER): Removed.
|
||||
(scm_i_pthread_mutexattr_recursive): New.
|
||||
|
||||
* threads.c (scm_i_pthread_mutexattr_recursive): Declare.
|
||||
(scm_i_critical_section_mutex): Do not initialize statically.
|
||||
(scm_threads_prehistory): Initialize
|
||||
scm_i_pthread_mutexattr_recursive and scm_i_critical_section_mutex
|
||||
here.
|
||||
|
||||
* eval.c (source_mutex): Do not initialiaze statically.
|
||||
(scm_init_eval): Do it here, using
|
||||
scm_i_pthread_mutexattr_recursive.
|
||||
|
||||
2005-09-05 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* print.h (SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue