bug#31343: scm_c_primitive_load behavior/documentation bug

2018-05-28 Thread Mark H Weaver
Hi Tom, Sorry for taking so long to respond. Tom Balzer writes: > In ./guile/libguile/load.c, the function scm_c_primitive_load converts a > c string to a SCM string via scm_from_locale_string. I was reading the > manual and in section 6.6.5.14, it says: > >> C Function: SCM scm_from_locale_str

bug#31343: scm_c_primitive_load behavior/documentation bug

2018-05-02 Thread Tom Balzer
Hello - In ./guile/libguile/load.c, the function scm_c_primitive_load converts a c string to a SCM string via scm_from_locale_string. I was reading the manual and in section 6.6.5.14, it says: > C Function: SCM scm_from_locale_string (const char *str) > C Function: SCM scm_from_locale_stringn (c