summaryrefslogtreecommitdiff
path: root/doc/ref/api-io.texi
AgeCommit message (Expand)AuthorFilesLines
2024-12-19New line or field iteration procedures in (ice-9 rdelim)Adam Faiz1-0/+22
2024-05-06Second argument of ‘unread-string’ is optional.Juliana Sims1-1/+1
2024-05-06Fix typos throughout codebase.Morgan Smith1-24/+25
2024-04-15‘seek’ now accepts ‘SEEK_DATA’ and ‘SEEK_HOLE’ where supported.Ludovic Courtès1-2/+20
2023-07-16Fix typos throughout codebase.Morgan Smith1-1/+1
2023-06-08Modernize soft portsAndy Wingo1-7/+68
2023-06-08Implement R6RS custom textual portsAndy Wingo1-15/+58
2023-06-08Add "custom ports"Andy Wingo1-176/+252
2023-01-17Document R7RS functions related to bytevectorsDaniel Llorens1-0/+121
2022-09-07Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès1-0/+3
2022-09-07doc: Add documentation of the "b" flag to 'open-file'.Ludovic Courtès1-0/+4
2020-10-05Document write-line.Jan (janneke) Nieuwenhuizen1-0/+11
2021-03-12Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo1-7/+3
2021-03-11Handle CRLF and Unicode line endings in read-lineMike Gran1-3/+7
2021-01-12Document new interfacesAndy Wingo1-0/+13
2021-01-12Document call-with-portAndy Wingo1-1/+6
2020-06-15doc: Remove copy/pasted sentence.Ludovic Courtès1-1/+1
2019-06-18Add get-bytevector-some!.Mark H Weaver1-1/+9
2017-11-22Convert `close' ref to xref.Arun Isaac1-3/+2
2016-12-06Fix small typo in suspendable-ports documentation.Christopher Allan Webber1-1/+1
2016-08-31Only ptob->close() after read/write finishAndy Wingo1-0/+7
2016-08-31Fix example in make-custom-binary-input-port documentationChristopher Allan Webber1-3/+3
2016-08-04Implement R6RS custom binary input/output portsAndy Wingo1-0/+12
2016-06-24Add with-input-from-port, etc documentationAndy Wingo1-0/+8
2016-06-20Document char-ready? limitations.Andy Wingo1-0/+16
2016-06-09Update port documentation, rename sports to suspendable portsAndy Wingo1-220/+188
2016-06-08Big ports documentation updateAndy Wingo1-1236/+678
2016-06-08Undocument (ice-9 rw)Andy Wingo1-101/+0
2016-05-20Support for non-blocking I/OAndy Wingo1-0/+87
2016-05-16U+FFFD is the input substitution characterAndy Wingo1-34/+42
2016-05-14Document scm_c_make_port and friendsAndy Wingo1-1/+21
2016-05-13Update port type documentationAndy Wingo1-12/+13
2016-05-13Update port documentationAndy Wingo1-79/+41
2016-05-13Add random_access_p port type methodAndy Wingo1-57/+45
2016-04-12Update port implementation documentation.Andy Wingo1-8/+12
2016-04-06Generic port facility provides buffering uniformlyAndy Wingo1-212/+214
2016-04-05Port close functions return voidAndy Wingo1-1/+1
2016-04-04Remove port equal functionsAndy Wingo1-6/+0
2016-04-04Remove port free functions; just close insteadAndy Wingo1-11/+11
2016-04-04Remove port mark functionsAndy Wingo1-8/+0
2015-01-22Merge commit '7c433cbbce83bc9f2f9967afba00bbb68e312657'Andy Wingo1-3/+7
2014-12-03doc: Clarify the unit of the 'offset' argument of 'seek'.Ludovic Courtès1-3/+7
2014-02-07Merge commit '8ca97482b01cf1a6aa538cc5a2d1f71fb60f080c'Andy Wingo1-0/+4
2014-01-18Custom binary input ports support 'setvbuf'.Ludovic Courtès1-0/+4
2013-09-13Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-0/+1
2013-09-13Fix truncated documentation for 'put-char'.Mark H Weaver1-0/+1
2013-08-23Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-1/+1
2013-08-19doc: `get-string-all' takes only one argument.Ian Price1-1/+1
2013-08-07String ports use UTF-8; ignore %default-port-encoding.Mark H Weaver1-24/+0
2013-04-07Add keyword arguments to file opening procedures.Mark H Weaver1-14/+47