Add a `read-line' benchmark.
[bpt/guile.git] / module /
2011-01-26 Andy Wingomore sensible error if compiled-file-name returns false...
2011-01-25 Andy Wingostexi->shtml supports itemx
2011-01-24 Ludovic CourtèsInstall the current locale when starting the REPL.
2011-01-24 Ludovic CourtèsChoose the input source file encoding in a locale-indep...
2011-01-23 Ludovic CourtèsRemove unexpected non-ASCII character.
2011-01-21 Andy Wingoimplement port-eof?
2011-01-17 Noah LavineAdd ECMAScript Unicode literal support
2011-01-11 Andy Wingorequest and response cleanups
2011-01-11 Andy Wingo(web response) and (web request): bodies are bytevectors
2011-01-10 Andy Wingoparse credentials and challenges
2011-01-09 Andy Wingomore symbols in (web http)
2011-01-09 Andy Wingo(web http): keys are always symbols
2011-01-08 Andy Wingo(web http): don't expose header-decl objects
2011-01-08 Andy Wingo(web http): header names always represented as symbols
2011-01-08 Andy Wingofix tab completion in repl (doh)
2011-01-07 Andy Wingoread-header returns EOF at end, update (web http) docs
2011-01-07 Andy Wingouri-encode fast path
2011-01-07 Andy Wingouri-decode #:encoding, not #:charset
2011-01-07 Andy Wingorename string->uri and uri->string.
2011-01-05 Ludovic CourtèsTiny style improvement in the ECMAScript compiler.
2011-01-04 Noah LavineFix ECMAScript object creation.
2010-12-18 Andy Wingoformat handles ~@c better
2010-12-18 Andy Wingomore format tweaks
2010-12-18 Andy Wingomore format tweaks
2010-12-18 Andy Wingotake advantage of letrec* in format
2010-12-18 Andy Wingoinline format:out into format
2010-12-18 Andy Wingomore format cleanups
2010-12-18 Andy Wingoformat's first arg is "destination"
2010-12-18 Andy Wingoinline format:format into format
2010-12-18 Andy Wingodeprecate omission of port to ice-9 format
2010-12-18 Andy Wingoletrec -> internal definitions in format.scm
2010-12-18 Andy Wingoformat.scm cleanups
2010-12-18 Andy Wingoice-9 format license update
2010-12-17 Ludovic Courtèsfutures: Store pending futures in a queue.
2010-12-17 Andy Wingoguile-user has no filename
2010-12-17 Andy Wingoadd ,reload meta-command and document it and reload...
2010-12-17 Andy Wingorename make-undefined-fluid to make-unbound-fluid
2010-12-17 Andy Wingobuild-response validates headers
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)
next