1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 04:15:36 +02:00

* Separate the handling of OPEN flags between ports and directories.

This commit is contained in:
Dirk Herrmann 2001-01-24 00:02:43 +00:00
parent 312ae976ad
commit 30ea841d0c
6 changed files with 69 additions and 24 deletions

View file

@ -54,7 +54,7 @@ In release 1.6:
SCM_COERCE_SUBSTR, SCM_ROSTRINGP, SCM_RWSTRINGP, SCM_VALIDATE_RWSTRING,
SCM_ROCHARS, SCM_ROUCHARS, SCM_SETLENGTH, SCM_SETCHARS, SCM_LENGTH_MAX,
SCM_GC8MARKP, SCM_SETGC8MARK, SCM_CLRGC8MARK, SCM_GCTYP16, SCM_GCCDR,
SCM_SUBR_DOC
SCM_SUBR_DOC, SCM_OPDIRP, SCM_VALIDATE_OPDIR
- remove scm_vector_set_length_x
- remove function scm_call_catching_errors
(replaced by catch functions from throw.[ch])