From: Marius Vollmer Date: Fri, 20 Aug 2004 13:33:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/c1f54b3ddaca5620fe041137d163267da8f0f0ac *** empty log message *** --- diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a0e46eac2..e1d8660f4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,8 +1,8 @@ 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. + * eval.c (scm_lookupcar1): Report "Variable used before given a + value" 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