1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-04-17 22:15:46 +00:00
parent 1c35cb199f
commit 19a7a0897b

View file

@ -1,3 +1,9 @@
2003-04-17 Rob Browning <rlb@defaultvalue.org>
* numbers.c (scm_integer_expt): fix case where we were declaring
vars in the middle of a statement block. Thanks to Thamer
Al-Harbash.
2003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* eq.c (scm_eqv_p): Turned into a primitive generic.