diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-05-07 18:11:40 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-05-07 18:11:40 +0000 |
commit | 438201b47f96a288936a300c61fe9e48be3d931d (patch) | |
tree | 3da412a570755874c081cde4eb3eb919b2129427 | |
parent | abc235ad1cd66f8d0670c451a51352bfcdc1e97f (diff) | |
download | guile-438201b47f96a288936a300c61fe9e48be3d931d.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 10703a28a..2ce8417be 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,10 @@ 2001-05-07 Marius Vollmer <mvo@zagadka.ping.de> + * gh_data.c (gh_lookup): Call gh_module_lookup with + `scm_current_module ()', not `#f'. + (gh_module_lookup): Expect a module instead of an obarray as first + argument and do lookup in that module. + * ramap.c (raeql_1): Do not call scm_uniform_vector_length on arrays. The length of array is already determined differently and scm_uniform_vector_length does not work on arrays. |