diff options
author | Mark H Weaver <mhw@netris.org> | 2013-02-28 06:26:22 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-02-28 06:26:22 -0500 |
commit | b8d8f8b9292a4755d2c63bc7a955d75d96eb05e0 (patch) | |
tree | 08645899f26015e12d23cd4fcb1230429c15dde5 /THANKS | |
parent | 5ccc3764b3e17a328dad515d9a74123653f1fef9 (diff) |
Fix duplicate removal of with-fluids.
Based on a patch by David Kastrup <dak@gnu.org>.
Fixes <http://bugs.gnu.org/13838>.
* libguile/fluids.c (scm_i_make_with_fluids): Remove the duplicate
binding instead of the last binding.
* test-suite/tests/fluids.test: Add test, and fix existing duplicate
tests.
* THANKS: Thanks David Kastrup.
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ For fixes or providing information which led to a fix: David Jaquay Paul Jarc Steve Juranich + David Kastrup Richard Kim Bruce Korb René Köcher |