1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 23:50:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-08-20 12:27:11 +00:00
parent 2d0c133f92
commit 2146fdebd8

View file

@ -1,3 +1,17 @@
2004-08-20 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* 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 <user42@zip.com.au> 2004-08-20 Kevin Ryde <user42@zip.com.au>
* posix.c (scm_mkstemp): Correction to new locale_string stuff, need * posix.c (scm_mkstemp): Correction to new locale_string stuff, need