mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
*** empty log message ***
This commit is contained in:
parent
f360a962d4
commit
2f4931bf1b
2 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
2003-07-27 Marius Vollmer <mvo@zagadka.de>
|
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
|
* configure.in (__libc_stack_end): Actually use the value in
|
||||||
__libc_stack_end for something so that the access doesn't get
|
__libc_stack_end for something so that the access doesn't get
|
||||||
optimized away. Thanks to Matthias Koeppe!
|
optimized away. Thanks to Matthias Koeppe!
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
2003-07-27 Marius Vollmer <mvo@zagadka.de>
|
2003-07-27 Marius Vollmer <mvo@zagadka.de>
|
||||||
|
|
||||||
|
* posix.h (scm_setgroups): New prototype.
|
||||||
|
* posix.c (scm_setgroups): New. Thanks to Paul Jarc!
|
||||||
|
(scm_getgroups): Handle groups ids that don't fit into a fixnum.
|
||||||
|
Don't use SCM_WRITABLE_VELTS.
|
||||||
|
|
||||||
* gc.h (SCM_GC_SET_CELL_BVEC): New.
|
* gc.h (SCM_GC_SET_CELL_BVEC): New.
|
||||||
* gc-card.c (scm_i_init_card_freelist): Use it. Thanks to
|
* gc-card.c (scm_i_init_card_freelist): Use it. Thanks to
|
||||||
Matthias Koeppe!
|
Matthias Koeppe!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue