From 2146fdebd81608790d623b5a5d839e921cbb77ab Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 20 Aug 2004 12:27:11 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index fa0d16d12..a0e46eac2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,17 @@ +2004-08-20 Marius Vollmer + + * eval.c (scm_lookupcar1): Report an "Undefined variable" insetad + of an "Unbound" one for variables that are found but still contain + SCM_UNDEFINED. + + * posix.c (scm_mkstemp): Correction to the correction, mkstemp + expects a null-terminated string in the locale encoding, but + scm_i_string_writable_chars doesn't give that. Fixed by letting + mkstemp modify a locale version of the tmpl argument and copying + the result back into tmpl. + + * strop.c (scm_substring_move_x): Store into str2, not str1. + 2004-08-20 Kevin Ryde * posix.c (scm_mkstemp): Correction to new locale_string stuff, need