* eq.c (scm_equal_p): Use scm_array_equal_p explicitely when one
authorMarius Vollmer <mvo@zagadka.de>
Mon, 29 May 2006 21:54:13 +0000 (21:54 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 29 May 2006 21:54:13 +0000 (21:54 +0000)
commitaf4f861210c83b08b1ddc503fdaa2acc9949a0fd
treef5e4bdc5865ad436f69b736e25b846a9a658db82
parent18bffcd0f7855b2406f1199d10eb3e2a381b16c2
* eq.c (scm_equal_p): Use scm_array_equal_p explicitely when one
of the arguments is a array.  This allows vectors to be equal to
one-dimensional arrays.

* tests/unif.test ("vector equal? one-dimensional array"): New.
NEWS
libguile/ChangeLog
libguile/eq.c
test-suite/ChangeLog
test-suite/tests/unif.test