summaryrefslogtreecommitdiff
path: root/doc/ref/api-io.texi
Commit message (Expand)AuthorAgeFilesLines
* Document R7RS functions related to bytevectorsDaniel Llorens2023-01-171-0/+121
* Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès2022-09-071-0/+3
* doc: Add documentation of the "b" flag to 'open-file'.Ludovic Courtès2022-09-071-0/+4
* Document write-line.Jan (janneke) Nieuwenhuizen2020-10-051-0/+11
* Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo2021-03-121-7/+3
* Handle CRLF and Unicode line endings in read-lineMike Gran2021-03-111-3/+7
* Document new interfacesAndy Wingo2021-01-121-0/+13
* Document call-with-portAndy Wingo2021-01-121-1/+6
* doc: Remove copy/pasted sentence.Ludovic Courtès2020-06-151-1/+1
* Add get-bytevector-some!.Mark H Weaver2019-06-181-1/+9
* Convert `close' ref to xref.Arun Isaac2017-11-221-3/+2
* Fix small typo in suspendable-ports documentation.Christopher Allan Webber2016-12-061-1/+1
* Only ptob->close() after read/write finishAndy Wingo2016-08-311-0/+7
* Fix example in make-custom-binary-input-port documentationChristopher Allan Webber2016-08-311-3/+3
* Implement R6RS custom binary input/output portsAndy Wingo2016-08-041-0/+12
* Add with-input-from-port, etc documentationAndy Wingo2016-06-241-0/+8
* Document char-ready? limitations.Andy Wingo2016-06-201-0/+16
* Update port documentation, rename sports to suspendable portsAndy Wingo2016-06-091-220/+188
* Big ports documentation updateAndy Wingo2016-06-081-1236/+678
* Undocument (ice-9 rw)Andy Wingo2016-06-081-101/+0
* Support for non-blocking I/OAndy Wingo2016-05-201-0/+87
* U+FFFD is the input substitution characterAndy Wingo2016-05-161-34/+42
* Document scm_c_make_port and friendsAndy Wingo2016-05-141-1/+21
* Update port type documentationAndy Wingo2016-05-131-12/+13
* Update port documentationAndy Wingo2016-05-131-79/+41
* Add random_access_p port type methodAndy Wingo2016-05-131-57/+45
* Update port implementation documentation.Andy Wingo2016-04-121-8/+12
* Generic port facility provides buffering uniformlyAndy Wingo2016-04-061-212/+214
* Port close functions return voidAndy Wingo2016-04-051-1/+1
* Remove port equal functionsAndy Wingo2016-04-041-6/+0
* Remove port free functions; just close insteadAndy Wingo2016-04-041-11/+11
* Remove port mark functionsAndy Wingo2016-04-041-8/+0
* Merge commit '7c433cbbce83bc9f2f9967afba00bbb68e312657'Andy Wingo2015-01-221-3/+7
|\
| * doc: Clarify the unit of the 'offset' argument of 'seek'.Ludovic Courtès2014-12-031-3/+7
* | Merge commit '8ca97482b01cf1a6aa538cc5a2d1f71fb60f080c'Andy Wingo2014-02-071-0/+4
|\ \ | |/
| * Custom binary input ports support 'setvbuf'.Ludovic Courtès2014-01-181-0/+4
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-09-131-0/+1
|\ \ | |/
| * Fix truncated documentation for 'put-char'.Mark H Weaver2013-09-131-0/+1
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-08-231-1/+1
|\ \ | |/
| * doc: `get-string-all' takes only one argument.Ian Price2013-08-191-1/+1
* | String ports use UTF-8; ignore %default-port-encoding.Mark H Weaver2013-08-071-24/+0
|/
* Add keyword arguments to file opening procedures.Mark H Weaver2013-04-071-14/+47
* Implement efficient 'scm_unget_bytes' and 'unget-bytevector'.Mark H Weaver2013-04-071-3/+16
* Do not scan for coding declarations in open-file.Mark H Weaver2013-04-071-8/+16
* Improve handling of Unicode byte-order marks (BOMs).Mark H Weaver2013-04-041-1/+80
* Optimize 'get-bytevector-some'; it may now read less than possible.Mark H Weaver2013-04-011-3/+4
* add read-string and read-string! to (ice-9 rdelim)Andy Wingo2013-01-221-0/+27
* Add the `%default-port-conversion-strategy' fluid.Ludovic Courtès2012-05-311-0/+15
* Improve consistency of definitions of C functions in manual.Bake Timmons2012-02-041-1/+1
* Make consistent the usage of variable names in the function definitions found...Bake Timmons2012-02-021-28/+28