bpt/guile.git
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"
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
next