diff options
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 1fd9ceb66..00e4f050d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +2004-08-25 Marius Vollmer <marius.vollmer@uni-dortmund.de> + + * script.c (scm_compile_shell_switches): Use + scm_from_locale_string instead of scm_makfrom0str. + + * srfi-13.c (scm_string_rindex): Export to Scheme, as it has + always been. + 2004-08-25 Marius Vollmer <mvo@zagadka.de> Moved SRFI-13 and SRFI-14 into the core, taking over the role of |