1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-05-09 23:10:03 +00:00
parent 3ce0e4f646
commit d7ecc7e804

View file

@ -1,3 +1,11 @@
2006-05-10 Kevin Ryde <user42@zip.com.au>
* intro.texi (Linking Guile into Programs): Enhance example program,
change scm_str2string to scm_from_locale_string, since scm_str2string
is "discouraged". And check for NULL from getenv since neither
scm_str2string nor scm_from_locale_string can cope with that.
Reported by Frithjof.
2006-05-09 Kevin Ryde <user42@zip.com.au>
* api-control.texi (Multiple Values): In `receive', add an example,