1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-08-20 13:33:39 +00:00
parent a03bad878b
commit c1f54b3dda

View file

@ -1,8 +1,8 @@
2004-08-20 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2004-08-20 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* eval.c (scm_lookupcar1): Report an "Undefined variable" insetad * eval.c (scm_lookupcar1): Report "Variable used before given a
of an "Unbound" one for variables that are found but still contain value" insetad of an "Unbound" one for variables that are found
SCM_UNDEFINED. but still contain SCM_UNDEFINED.
* posix.c (scm_mkstemp): Correction to the correction, mkstemp * posix.c (scm_mkstemp): Correction to the correction, mkstemp
expects a null-terminated string in the locale encoding, but expects a null-terminated string in the locale encoding, but