1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 07:50:20 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-08-10 14:16:46 +00:00
parent 273167608a
commit f9751e8660
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
2004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* api-control.texi: Updated example to use scm_to_locale_string
instead of roll-your-own scm_to_string. Also showcase
scm_frame_free.
* api-data.texi: Docs for scm_is_string, scm_to_locale_string*,
and scm_from_locale_string*.
* api-memory.texi: Docs for scm_frame_free.
2004-08-09 Kevin Ryde <user42@zip.com.au>
* api-io.texi (File Ports): In open-file, describe the "b" binary flag.

View file

@ -5,7 +5,7 @@
* deprecated.c, deprecated.h (SCM_CHARS, SCM_LENGTH): Removed.
* strings.h, strings.c (SCM_MAKE_STRING_TAG): Rename dto
* strings.h, strings.c (SCM_MAKE_STRING_TAG): Renamed to
SCM_I_MAKE_STRING_TAG, changed all uses.
(SCM_STRING_CHARS, SCM_STRING_UCHARS, SCM_STRING_LENGTH): Renamed
to SCM_I_STRING_CHARS, SCM_I_STRING_UCHARS, and SCM_I_LENGTH