bpt/guile.git
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"
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 regexp matches to refer to chars, not bytes
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 RottmannFix missing port-table locking and bytevector output...
2010-11-20 Andreas RottmannAllow user-defined meta-commands
2010-11-20 Andy Wingoannounce flex version in autogen.sh
2010-11-20 Andreas RottmannAllow specifying load extensions on the command line
2010-11-19 Ludovic CourtèsUse `define-module*' in (ice-9 history).
2010-11-19 Andy Wingobump objcode version
2010-11-19 Andy Wingofix string-filter and string-delete argument order
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-19 Andy Wingorelax sizeof(long) restriction in configure.ac
2010-11-19 Andy Wingofix a number of assuptions that a long could hold an...
2010-11-19 Andy Wingosimpos tweak
2010-11-19 Andy Wingofix a number of assumptions that a pointer could fit...
2010-11-19 Ludovic CourtèsFix incorrect uses of en-dashes and em-dashes in the...
2010-11-19 Ludovic CourtèsInclude <alloca.h> wherever `alloca' is used.
2010-11-19 Ludovic CourtèsOptimize fixnum comparison.
2010-11-19 Ludovic CourtèsAdd fixnum arithmetic benchmarks.
2010-11-19 Ludovic CourtèsAdd optimized tagged integer addition/subtractions...
2010-11-19 Ludovic CourtèsUse the `with-test-prefix/c&e' for the `1+' and `1...
2010-11-19 Ludovic CourtèsMove `with-test-prefix/c&e' to `(test-suite lib)'.
2010-11-19 Ludovic CourtèsAdd `SCM_GNUC_PREREQ'.
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
next