add docs and tests for array->list
authorAndy Wingo <wingo@pobox.com>
Wed, 7 Apr 2010 19:04:37 +0000 (21:04 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 7 Apr 2010 19:04:37 +0000 (21:04 +0200)
commite48a2f8705623e23c21dca5bb38ab437d82b39e4
tree25377995969e7d8c3ce05172676078c75169967a
parentf5318d8b188c6636d1f593bb1d2690ba1b0a42e4
add docs and tests for array->list

* libguile/generalized-arrays.c (scm_array_to_list): Add docs.
* test-suite/tests/arrays.test ("array->list"): Add tests.
libguile/generalized-arrays.c
test-suite/tests/arrays.test