mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
*** empty log message ***
This commit is contained in:
parent
0e84f2fea2
commit
908c45434e
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
2006-02-14 Ludovic Courtès <ludovic.courtes@laas.fr>
|
||||
|
||||
* strings.c (scm_i_take_stringbufn): Register LEN+1 bytes instead of
|
||||
LEN. Without this, too much collectable memory gets unregistered,
|
||||
which results in an underflow of SCM_MALLOCATED in
|
||||
`decrease_mtrigger()'.
|
||||
|
||||
* gc-malloc.c (decrease_mtrigger): Make sure SIZE is lower than or
|
||||
equal to SCM_MALLOCATED.
|
||||
|
||||
2006-02-13 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* eval.c (scm_eval_body): Use scm_i_dynwind_pthread_mutex_lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue