mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* libguile/ports.c (scm_setvbuf): Use the symbols `none', `line', and `block' instead of the values `_IONBF', `_IOLBF', and `_IOFBF'. * NEWS: Update. * doc/ref/posix.texi (Ports and File Descriptors): Update setvbuf documentation. * module/ice-9/deprecated.scm (define-deprecated): New helper. (_IONBF, _IOLBF, _IOFBF): Define deprecated values. * benchmark-suite/benchmarks/read.bm ("read"): * benchmark-suite/benchmarks/uniform-vector-read.bm ("uniform-vector-read!"): * libguile/r6rs-ports.c (cbip_fill_input): * module/system/base/types.scm (%ffi-memory-backend): * module/web/client.scm (open-socket-for-uri): * module/web/server/http.scm (http-read): * test-suite/tests/ports.test ("pipe, fdopen, and line buffering"): ("setvbuf"): * test-suite/tests/r6rs-ports.test ("7.2.7 Input Ports"): Update to use non-deprecated interfaces. |
||
---|---|---|
.. | ||
0-reference.bm | ||
arithmetic.bm | ||
bytevectors.bm | ||
chars.bm | ||
continuations.bm | ||
hash.bm | ||
if.bm | ||
logand.bm | ||
ports.bm | ||
r6rs-arithmetic.bm | ||
read.bm | ||
srfi-1.bm | ||
srfi-13.bm | ||
strings.bm | ||
structs.bm | ||
subr.bm | ||
uniform-vector-read.bm | ||
vectors.bm | ||
vlists.bm | ||
write.bm |