bpt/guile.git
2010-12-16 Ludovic CourtèsAdd `compose', `negate', and `const'.
2010-12-16 Andy Wingoupdate web-response tests for http header parsing change
2010-12-16 Andy Wingoupdate NEWS
2010-12-16 Andy Wingomore web.texi work
2010-12-16 Andy Wingoadd section on format of parsed http headers
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 Wingofix web.texi
2010-12-16 Andy Wingoupdate web.texi
2010-12-16 Andy Wingoadd web.texi to manual
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-13 Andy Wingoupdate NEWS
2010-12-13 Andy Wingofix bugs in primitive-poll
2010-12-12 Andy Wingofix testing code in web/server
2010-12-12 Andy Wingoforeign: c-struct parsing simplification
2010-12-12 Andy Wingo1.9.13 news to main body
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 `total-processor-count' and `current-processor...
2010-12-07 Ludovic CourtèsImprove doc of `getaffinity' and `setaffinity'.
2010-12-07 Ludovic CourtèsTemporarily fix `unistr.in.h' to allow compilation...
2010-12-07 Ludovic CourtèsUse Gnulib's `nproc'.
2010-12-07 Ludovic CourtèsBuild dlopenable modules with `-module'.
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 Templetonupdate elisp reader tests to handle EOF tokens
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 Templetonmake `pass-if-equal' literal in `compile-test'
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-07 Brian Templetonvariable-unset!
2010-12-07 Brian Templetonunbound fluids
2010-12-07 Andy Wingobetter unbound variable errors in the vm
2010-12-07 Brian Templetonmake guile-test work without configuration
2010-12-06 Neil JerramPut `figures' into standard texinfo form
2010-12-06 Neil JerramMerge `tutorial' and `reference' treatments of the...
2010-12-06 Neil JerramMinor textual markups
2010-12-06 Andy Wingoscm_setvbuf doesn't throw away current buffers
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 Wingoupdate read-delimited! docs
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-04 Andy Wingomake-string et al nulls memory if not given an initializer
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 WingoASYNC_TICK after catching EINTR in SCM_SYSCALL
2010-12-03 Andy Wingoadd (ice-9 poll), a poll wrapper
2010-12-02 Ludovic CourtèsAdd `(ice-9 futures)'.
2010-12-02 Ludovic CourtèsAdd bindings to GNU `sched_setaffinity' and `sched_geta...
2010-12-02 Andy Wingono need for fport_fill_input to select() before read()
2010-12-02 Andy Wingoscm_accept no longer leaves guile mode
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 Wingoindentation fix in ports.c
2010-12-02 Andy Wingo(web server) supports non-utf-8 charsets
2010-12-02 Andy Wingoadd simple web app examples
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èsFix `regexp.test' when the "en_US.utf8" locale isn...
2010-11-24 Ludovic CourtèsHonor R6RS transcoder error handling modes, when possible.
2010-11-24 Andreas RottmannAdd implementation of "transcoded ports"
next