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:
parent
2d0c133f92
commit
2146fdebd8
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue