1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00

*** empty log message ***

This commit is contained in:
Han-Wen Nienhuys 2005-06-26 23:25:18 +00:00
parent 08fce816cb
commit fc9c5d0684
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-06-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
* fports.c (s_scm_open_file): add the b flag for binary to the doc string.
2005-06-25 Kevin Ryde <user42@zip.com.au>
* srfi-13.c (scm_string_filter, scm_string_delete): Partial revert

View file

@ -264,6 +264,8 @@ SCM_DEFINE (scm_open_file, "open-file", 2, 0, 0,
"@end table\n"
"The following additional characters can be appended:\n"
"@table @samp\n"
"@item b\n"
"Open the underlying file in binary mode, if supported by the operating system. "
"@item +\n"
"Open the port for both input and output. E.g., @code{r+}: open\n"
"an existing file for both input and output.\n"