1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00
guile/module/web
Andy Wingo 0c65f52c6d more define-syntax-rule usage
* module/ice-9/boot-9.scm:
* module/ice-9/control.scm:
* module/ice-9/futures.scm:
* module/ice-9/optargs.scm:
* module/ice-9/poll.scm:
* module/ice-9/receive.scm:
* module/ice-9/threads.scm:
* module/ice-9/vlist.scm:
* module/language/assembly/compile-bytecode.scm:
* module/language/ecmascript/compile-tree-il.scm:
* module/language/tree-il.scm:
* module/oop/goops.scm:
* module/oop/goops/simple.scm:
* module/oop/goops/stklos.scm:
* module/srfi/srfi-1.scm:
* module/srfi/srfi-35.scm:
* module/srfi/srfi-39.scm:
* module/srfi/srfi-45.scm:
* module/srfi/srfi-67/compare.scm:
* module/sxml/match.scm:
* module/system/repl/error-handling.scm:
* module/system/repl/repl.scm:
* module/system/vm/inspect.scm:
* module/texinfo.scm:
* module/web/server.scm: Use define-syntax-rule, where it makes sense.
2011-09-02 11:36:14 +02:00
..
server (web response) and (web request): bodies are bytevectors 2011-01-10 22:44:36 -08:00
client.scm open-socket-for-url returns port in latin1 encoding 2011-07-21 09:42:20 +02:00
http.scm (web http): locale-independent parsing and serialization of dates 2011-08-04 15:07:27 +02:00
request.scm ensure presence of Host header in HTTP/1.1 requests 2011-07-15 13:36:52 +02:00
response.scm core modules use (ice-9 binary-ports) instead of (rnrs io ports) 2011-02-18 16:01:25 +01:00
server.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
uri.scm web server more assiduous about closing ports 2011-02-24 11:10:49 +01:00