Fix `gc-profile.scm'.
[bpt/guile.git] / module /
2010-12-16 Ludovic CourtèsImplement `(ice-9 threads)' high-level constructs in...
2010-12-16 Ludovic Courtèsfutures: Support multiple-value returns.
2010-12-16 Ludovic Courtèsfutures: Fix potential deadlock.
2010-12-16 Ludovic CourtèsAdd `compose', `negate', and `const'.
2010-12-16 Andy Wingohttp: lists of header names parse better
2010-12-16 Andy Wingobetter cache-control: private, no-cache parsing
2010-12-16 Andy Wingo(web server) docstrings
2010-12-16 Andy Wingodocstrings in (web request) and (web response)
2010-12-16 Andy Wingo(web http) docstrings
2010-12-16 Andy Wingodocument (web uri), and simplify uri-encode
2010-12-12 Andy Wingofix testing code in web/server
2010-12-12 Andy Wingoforeign: c-struct parsing simplification
2010-12-12 Andy Wingohttp-read robustness
2010-12-11 Andy Wingo(web uri) can uri-decode non-utf-8 payloads
2010-12-10 Andy Wingoadd return/values hack to compile-glil for lua
2010-12-10 Andy Wingornrs control only depends on (guile)
2010-12-10 Andy Wingofix self-tail-calls for lexical procs with optional...
2010-12-09 Andy Wingoclarify compile-glil error messages
2010-12-07 Andreas RottmannGet rid of `define-macro' in the SRFI 26 implementation
2010-12-07 Ludovic CourtèsUse `current-processor-count' to determine the number...
2010-12-07 Ludovic CourtèsAdd a record type printer for vlists/vhashes.
2010-12-07 Brian Templetonlexical function binding for elisp
2010-12-07 Brian Templetonuse unbound fluids instead of `void' sentinel value
2010-12-07 Brian Templetonfunction's argument can be a symbol
2010-12-07 Brian Templetonallow `(setcar nil nil)' and `(setcdr nil nil)'
2010-12-07 Brian Templetonsupport "#'" syntax for function expressions
2010-12-07 Brian Templetonsetq can take any number of arguments
2010-12-07 Brian Templetonuse correct names for quasiquotation operators
2010-12-07 Brian Templetonstore special operators in the function slot
2010-12-07 Brian Templetonmake user-defined macros available at runtime
2010-12-07 Brian Templetonallow fluid macro bindings
2010-12-07 Brian Templetonnew `load' subr
2010-12-07 Brian TempletonIgnore #:warnings compiler option
2010-12-07 Brian Templetonhandle EOF correctly in parser and lexer
2010-12-07 Brian Templetonstore macro definitions in the function slot
2010-12-07 Brian Templetonuse existing bindings record for defmacro
2010-12-07 Brian Templetonuse tree-il's support for optional arguments
2010-12-07 Brian Templetonreindent
2010-12-07 Brian Templetonreformat comments
2010-12-07 Brian Templetonwhitespace changes
2010-12-07 Brian Templetonautoload compile-file in (guile-user)
2010-12-06 Andy Wingohttp-read calls setvbuf only once
2010-12-06 Andy Wingoice-9 poll handles buffered io too
2010-12-06 Andy Wingofix name...
2010-12-06 Andy Wingofix read-{request,response}-body/latin-1
2010-12-06 Andy Wingoleniency regarding quality values in http.scm
2010-12-06 Andy Wingofix entity tag writing
2010-12-06 Andy Wingomore robustness in http-read
2010-12-05 Andy Wingohttp doesn't keep-alive requests for which there was...
2010-12-04 Andy Wingo(web server http) comment
2010-12-04 Andy Wingofix error handling in read-{request,response}-body...
2010-12-03 Andy Wingoread-delimited is clearer and conses less
2010-12-03 Andy Wingohttp server impl reads body as a bytevector by default
2010-12-03 Andy Wingoremove redundant error-handling block
2010-12-03 Andy Wingoweb server micro-tuning
2010-12-03 Andy Wingoreverse order of poll-set traversal in http-read
2010-12-03 Andy Wingo(web server) punts keep-alive to impls; http server...
2010-12-03 Andy Wingoadd (ice-9 poll), a poll wrapper
2010-12-02 Ludovic CourtèsAdd `(ice-9 futures)'.
2010-12-02 Andy Wingosxml->xml fix
2010-12-02 Andy Wingosxml->xml writes directly to a port
2010-12-02 Andy Wingoadd some debugging to (web server)
2010-12-02 Andy Wingobetter socket buffering on http web server backend
2010-12-02 Andy Wingo(web server) supports non-utf-8 charsets
2010-12-01 Andy Wingohttp web server impl ignores SIGPIPE
2010-12-01 Andy Wingostub fixes to http 1.0 support in the web server
2010-11-25 Andreas RottmannSome tweaks to the R6RS support
2010-11-24 Ludovic CourtèsHonor R6RS transcoder error handling modes, when possible.
2010-11-24 Andreas RottmannAdd implementation of "transcoded ports"
2010-11-24 Andreas RottmannWork towards a more complete implementation of `(rnrs...
2010-11-24 Andreas RottmannReorganize the R6RS I/O condition types
2010-11-24 Andreas RottmannTurn `(rnrs io ports)' into an R6RS library
2010-11-23 Andy Wingofix web server bugs
2010-11-22 Andy Wingofix up a couple content-length issues in web/server...
2010-11-21 Julian GrahamEnumeration set universe comparisons should be done...
2010-11-20 Andreas RottmannAllow user-defined meta-commands
2010-11-19 Ludovic CourtèsUse `define-module*' in (ice-9 history).
2010-11-19 Andy Wingodeprecate process-define-module
2010-11-19 Andy Wingodefine-module compiles to define-module*
2010-11-19 Andy Wingoscm_c_define_module uses define-module*
2010-11-19 Andy Wingomake module definition procedure more structured
2010-11-18 Andy Wingoadd `reload-module' to boot-9
2010-11-18 Andy Wingoread-set! takes effect at expand time
2010-11-18 Andy Wingorepl read/write using current ports, not captured ports
2010-11-18 Andy Wingobetter errors for ecmascript parser too
2010-11-18 Andy Wingoecmascript tokenization errors report source location
2010-11-18 Andy Wingoadd source-location->source-properties to lalr
2010-11-18 Andy Wingofix ecmascript at the repl
2010-11-18 Andy Wingorepl.scm displays syntax errors on read as well
2010-11-17 Julian GrahamAdd exports for missing functions from `(rnrs base)'.
2010-11-16 Andy Wingoadd proper pretty-printing for syntax errors
2010-11-16 Andy Wingoremove syntax-error and call-with-compile-error-catch...
2010-11-16 Andy Wingoecmascript syntax errors throw to 'syntax-error
2010-11-16 Andy Wingosyntax-violation uses lambda*, throws a structured...
2010-11-13 Andy Wingoflesh out (web server)'s sanitize-response
2010-11-13 Andy Wingoadd extend-response.
2010-11-13 Andy Wingo(web http) parses content-type as "foo/bar", not "foo...
2010-11-12 Andy Wingoremove (web toy-server)
2010-11-12 Andy Wingoadd generic web server with http-over-tcp backend
2010-11-12 Andy Wingoadd request-meta
next