mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-05 23:20:38 +02:00
*** empty log message ***
This commit is contained in:
parent
062fccce79
commit
96e3b2f808
2 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||||
|
|
||||||
|
* boot-9.scm (with-fluids): Use with-fluid* when only one fluid is
|
||||||
|
being set.
|
||||||
|
|
||||||
2004-01-07 Kevin Ryde <user42@zip.com.au>
|
2004-01-07 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* q.scm (q-pop!): Should be "null?" not "not" for end-of-list.
|
* q.scm (q-pop!): Should be "null?" not "not" for end-of-list.
|
||||||
|
|
|
@ -1,6 +1,16 @@
|
||||||
2004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
2004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||||
|
|
||||||
|
* dynwind.c (scm_i_dowinds): Removed code for handling fluids.
|
||||||
|
|
||||||
|
* fluids.c (scm_c_with_fluids): Use frames instead of adding to
|
||||||
|
the wind chain explicitely. Use scm_c_with_fluid for the common
|
||||||
|
case of only one fluid.
|
||||||
|
(scm_with_fluid): New.
|
||||||
|
(scm_c_with_fluid): Use frames instead of scm_c_with_fluids.
|
||||||
|
|
||||||
* fluids.h, fluids.c (scm_frame_fluid): New.
|
* fluids.h, fluids.c (scm_frame_fluid): New.
|
||||||
|
(scm_with_fluid): New.
|
||||||
|
(scm_i_swap_fluids, scm_i_swap_fluids_reverse): Removed.
|
||||||
|
|
||||||
* dynwind.c (scm_frame_end): Do not use scm_i_dowinds. Instead,
|
* dynwind.c (scm_frame_end): Do not use scm_i_dowinds. Instead,
|
||||||
do the unwinding directly. It is simple enough.
|
do the unwinding directly. It is simple enough.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue