1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/web
Andy Wingo 59a18451b8 Use symbols instead of _IONBF values as args to setvbuf
* 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.
2016-04-04 16:30:56 +02:00
..
server Use symbols instead of _IONBF values as args to setvbuf 2016-04-04 16:30:56 +02:00
client.scm Use symbols instead of _IONBF values as args to setvbuf 2016-04-04 16:30:56 +02:00
http.scm web: Be less strict when parsing entity tags. 2016-01-07 10:53:57 +01:00
request.scm web: Location header is URI-reference; better URI-reference support 2014-11-01 15:36:56 +01:00
response.scm web: Don't throw if a response is longer than its Content-Length says. 2014-01-15 23:41:49 +01:00
server.scm Merge remote-tracking branch 'origin/stable-2.0' 2013-09-13 00:24:04 -04:00
uri.scm web: Location header is URI-reference; better URI-reference support 2014-11-01 15:36:56 +01:00