bpt/guile.git
2010-11-18 Andy Wingoadd `reload-module' to boot-9
2010-11-18 Andy Wingonumbers.test expects lower-case hexadecimals
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 Wingolower-case hexadecimal digits again
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 Wingomore ecmascript testing
2010-11-18 Andy Wingofix ecmascript at the repl
2010-11-18 Andy Wingorepl.scm displays syntax errors on read as well
2010-11-18 Andy Wingodeprecate cuserid
2010-11-18 Andy Wingoadapt tests to new syntax-error form
2010-11-17 Julian GrahamAdd exports for missing functions from `(rnrs base)'.
2010-11-16 Andy Wingofix the C syntax-error pretty-printer
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-15 Andy Wingofix string->number for bases > 16
2010-11-14 Neil JerramExpression-oriented readline history
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 WingoNUL vs NULL fix
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
2010-11-12 Andy Wingomore (web http) exports for parsing request components
2010-11-12 Andy Wingocall-with-error-handling pass-keys w/ procedural handle...
2010-11-12 Andy Wingounparse-uri avoids serializing e.g. :80 in uris
2010-11-12 Julian GrahamFix buffer over-read in port encoding scan.
2010-11-11 Ludovic CourtèsAdd FFI tests for `sizeof' and structs.
2010-11-11 Ludovic CourtèsAdd FFI support for `short' and `unsigned short'.
2010-11-11 Ludovic CourtèsHave `parse-c-struct' and `make-c-struct' support ...
2010-11-11 Ludovic CourtèsFFI: Honor alignment constraints in `parse-c-struct'.
2010-11-09 Michael GranUse ellipsis character in truncated pretty-print of...
2010-11-08 Mikepretty-print print-sequence width error
2010-11-07 Ludovic CourtèsFix `reader.test'.
2010-11-07 Ludovic Courtèspretty-print: Suitably indent macro-related constructs.
2010-11-05 Andy Wingofix up toy-server error handling
2010-11-05 Michael Granneed read error for extra closing square brackets
2010-11-05 Ludovic CourtèsImprove handling of read macros in `pretty-print'.
2010-11-04 Andy Wingoadd toy web server
2010-11-04 Andy Wingoadd HTTP response module
2010-11-04 Andy Wingoadd HTTP request module
2010-11-04 Andy Wingoadd HTTP module
2010-11-04 Andy WingoURI parsing errors throw to `uri-error'
2010-11-04 Neil JerramFinish adding api-regex.texi
2010-11-02 Andreas RottmannAdd implementation of SRFI 38
2010-11-02 Andreas RottmannUse a fluid for the list of the reader's "hash procedures"
2010-10-31 Neil JerramManual sections don't need a page break before
2010-10-31 Neil JerramAdd ref to new location for regex doc
2010-10-31 Neil JerramPromote regex doc out of the `Simple Data Types' section
2010-10-27 Ludovic CourtèsFix typo in the (system base lalr) documentation.
2010-10-27 Andreas RottmannExtend the #:replace list of the SRFI 69 module
2010-10-27 Ludovic CourtèsHave "frisk" recognize `#:use-module' and `#:autoload'.
2010-10-27 Ludovic CourtèsAugment `arithmetic.bm'.
2010-10-26 Neil JerramFix manual typo
2010-10-22 Julian GrahamImprove performance of R6RS records implementation
2010-10-20 Ludovic CourtèsTweak `-Wunused-variable' and `-Wunused-toplevel' for...
2010-10-20 Ludovic CourtèsAdd `Libs.private' to the `.pc' files.
2010-10-20 Ludovic Courtèsconfigure: Don't needlessly augment $LIBS (and $GUILE_L...
2010-10-20 Tristan Colgate... Add support for more multicast sockopts.
2010-10-20 Tristan Colgate... Fix detection of struct ip_mreq
2010-10-19 Andy Wingordelim cleanups
2010-10-18 Andy Wingomore -Wundef on darwin fixes
2010-10-18 Andy Wingouninitialized var in scm_read_character
2010-10-18 Andy Wingo_scm GUILE_USE_64_CALLS compilation warning fix
2010-10-17 Andy Wingoweb/uri: reimplement for rfc 3986, add tests
2010-10-17 Andy Wingoimport uri.scm from tekuti, from guile-www
2010-10-15 Ludovic CourtèsBump version number for 1.9.13.
2010-10-15 Ludovic CourtèsUpdate `cpp-E.syms' and `cpp-SIG.syms'.
2010-10-15 Ludovic CourtèsFix the `chknew-E' and `chknew-SIG' rules.
2010-10-15 Michael GranUnresolved var errors don't work for top-level vars
2010-10-15 Michael GranUpdate charsets to Unicode 6.0.0
2010-10-14 Andy Wingore-implement srfi-34's guard with syntax-case
2010-10-14 Andy Wingossax: add procs to define parsed entities
2010-10-13 Neil JerramNuke GOOPS `Quick Start' section, in favour of the...
2010-10-13 Andy Wingofix bug in with-fluids in a non-tail position
2010-10-12 Ludovic CourtèsOptimize `1+' and `1-' on fixnums.
2010-10-12 Neil JerramEdit `Adding Methods to Generic Functions'
2010-10-12 Neil JerramTwo very small edits
2010-10-12 Neil JerramEdit `Generic Functions and Accessors'
2010-10-12 Ludovic CourtèsAllocate complex numbers in contiguous pointer-less...
2010-10-12 Ludovic CourtèsAllocate inexact numbers in pointer-less memory.
2010-10-12 Ludovic CourtèsPlacate `-Wformat'.
2010-10-12 Andy Wingoupdate NEWS for 1.9.13
2010-10-12 Neil JerramAdd TeX form of jao's name
2010-10-12 Andy Wingofold old news items into main news body
2010-10-12 Andy Wingo,frame and related commands handle for-trap? appropriately
2010-10-12 Andy Wingodon't warn for (format #t fmt) -- format string actuall...
2010-10-12 Andy Wingodebug has for-trap? field
2010-10-12 Andy Wingoremove gds docs, telling users instead to use geiser...
2010-10-12 Andy Wingominor doc fixups
2010-10-11 Andy Wingoadd --listen docs
2010-10-11 Andy Wingopreface contributors tweaks
2010-10-11 Andy Wingoupdate preface.texi contributors
2010-10-11 Ludovic CourtèsAllow arbitrary code in ASSOC procedures for weak hash...
2010-10-11 Ludovic CourtèsFix a bug in weak hash table bucket fixup.
next