bpt/guile.git
2011-01-07 Andy Wingoadd scm_hash_fn_get_handle_by_hash
2011-01-07 Andy Wingoremove vector hash table code
2011-01-07 Andy Wingohashtab cleanups
2011-01-07 Andy Wingofix symbol garbage collection
2011-01-07 Andy Wingoadd hash functions for locale, latin1, and utf8 strings
2011-01-07 Andy Wingomultibyte regex error handling fix
2011-01-07 Andy Wingohash.c cleanup
2011-01-07 Andy Wingoadd scm_from_{latin1,utf8}_symbol{n,}
2011-01-07 Andy Wingoadd scm_{to,from}_{utf8,latin1}_string{n,}
2011-01-07 Andy Wingoread-header returns EOF at end, update (web http) docs
2011-01-07 Andy Wingoupdate URI documentation
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-07 Andy Wingoclarify uri fragment discussion
2011-01-07 Andy Wingorewrite web.texi intro
2011-01-05 Ludovic CourtèsTiny style improvement in the ECMAScript compiler.
2011-01-05 Ludovic CourtèsChange `getaddrinfo' test to handle the GNU-specific...
2011-01-04 Noah LavineFix ECMAScript object creation.
2011-01-04 Ludovic CourtèsDocument `scm_misc_error' (bug #31969).
2011-01-04 Ludovic CourtèsImprove doc of `string-index', `string-index-right...
2010-12-23 Neil JerramManual typo fix
2010-12-20 Ludovic CourtèsHave `lookahead-u8' and `get-u8' actually do binary...
2010-12-20 Ludovic CourtèsTemporarily fix `unistr.in.h' to allow compilation...
2010-12-20 Ludovic CourtèsUpdate Gnulib to v0.0-4544-gce083ca.
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èsBump version number for 1.9.14.
2010-12-17 Ludovic CourtèsTweak `NEWS'.
2010-12-17 Ludovic Courtèsfutures: Store pending futures in a queue.
2010-12-17 Ludovic CourtèsClarify doc regarding threading of `par-map' and `par...
2010-12-17 Andy Wingoadd www-commit rule in doc/ref
2010-12-17 Ludovic CourtèsRemove conflicting `scm_is_string' declaration.
2010-12-17 Andy Wingofix unbound fluid tests
2010-12-17 Andy Wingoupdate NEWS
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 Wingodocument variable-unset!
2010-12-17 Andy Wingodocument make-unbound-fluid et al
2010-12-17 Andy Wingorename make-undefined-fluid to make-unbound-fluid
2010-12-17 Andy Wingomulticast manual updates
2010-12-17 Andy Wingomore web.texi "hacking"
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èsRehash weak hash tables less frequently.
2010-12-16 Ludovic CourtèsFix `hash' for pointer objects.
2010-12-16 Ludovic CourtèsInline `scm_is_string'.
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
next