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:
parent
08fce816cb
commit
fc9c5d0684
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue