summaryrefslogtreecommitdiff
path: root/module/ice-9/ports.scm
Commit message (Expand)AuthorAgeFilesLines
* ports: Export 'current-load-port'....Ludovic Courtès2019-06-301-1/+2
* put-char in Scheme...Andy Wingo2016-06-091-0/+2
* put-char, put-string in (ice-9 ports internals)...Andy Wingo2016-06-081-2/+6
* put-string in Scheme...Andy Wingo2016-06-011-0/+4
* Add port-line-buffered?...Andy Wingo2016-05-251-0/+4
* Speed up port position access from Scheme...Andy Wingo2016-05-221-0/+15
* Support for non-blocking I/O...Andy Wingo2016-05-201-2/+8
* Test Scheme port implementation...Andy Wingo2016-05-161-0/+1
* Beginnings of shunting ports-in-scheme off to a module...Andy Wingo2016-05-131-361/+40
* Implement lookahead-u8, get-u8 in Scheme...Andy Wingo2016-05-121-0/+21
* %read-char speedup...Andy Wingo2016-05-101-3/+4
* Implement read-char in Scheme....Andy Wingo2016-05-101-0/+45
* %peek-char port argument optional....Andy Wingo2016-05-101-1/+1
* peek-char-and-len/iconv uses both returns from fill-input...Andy Wingo2016-05-101-18/+19
* Fix bad-utf8-len bug....Andy Wingo2016-05-101-1/+1
* clear-stream-start-for-bom-read refactor...Andy Wingo2016-05-101-13/+14
* Scheme peek-char can handle iconv encodings...Andy Wingo2016-05-101-11/+10
* Speed refactors to Scheme %peek-char...Andy Wingo2016-05-071-95/+143
* Fix use of port-encoding...Andy Wingo2016-05-051-1/+1
* Speed up peek-char...Andy Wingo2016-05-051-2/+4
* Port to Scheme of new BOM handling...Andy Wingo2016-05-051-13/+50
* Spead tweaks to Scheme peek-char...Andy Wingo2016-05-041-87/+87
* Initial peek-char implementation in Scheme...Andy Wingo2016-05-041-0/+123
* Port refactors to help Scheme peek-char...Andy Wingo2016-05-041-0/+7
* Minor tweak to Scheme peek-byte....Andy Wingo2016-05-011-5/+6
* Changes to Scheme fill-input corresponding to C...Andy Wingo2016-05-011-19/+33
* peek-byte in Scheme...Andy Wingo2016-04-301-0/+83
* Refactor way the-eof-object is defined...Andy Wingo2016-04-301-2/+0
* Load port bindings in separate (ice-9 ports) module...Andy Wingo2016-04-151-0/+469