summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-11-21 17:32:38 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-11-21 17:32:38 +0000
commitf0942910aff219e4a153d6d2f446c100127b0048 (patch)
treedf64a1a11a500bd1dc457832fc85071d31e96956 /RELEASE
parentc2c276029351aeaade33050102e3f1a71e464015 (diff)
downloadguile-f0942910aff219e4a153d6d2f446c100127b0048.tar.gz
* Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING.
* Prepared SCM_STRING_U?CHARS to replace SCM_ROU?CHARS.
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 37c17ffda..8ba49614f 100644
--- a/RELEASE
+++ b/RELEASE
@@ -49,7 +49,7 @@ In release 1.6:
SCM_FREEP, SCM_NFREEP, SCM_CHARS, SCM_UCHARS, SCM_VALIDATE_ROSTRING,
SCM_VALIDATE_ROSTRING_COPY, SCM_VALIDATE_NULLORROSTRING_COPY, SCM_ROLENGTH,
SCM_LENGTH, SCM_HUGE_LENGTH, SCM_SUBSTRP, SCM_SUBSTR_STR, SCM_SUBSTR_OFFSET,
- SCM_COERCE_SUBSTR, SCM_ROSTRINGP
+ SCM_COERCE_SUBSTR, SCM_ROSTRINGP, SCM_RWSTRINGP, SCM_VALIDATE_RWSTRING
- remove scm_vector_set_length_x
- remove function scm_call_catching_errors
(replaced by catch functions from throw.[ch])