Implement SRFI-111 Boxes.
[bpt/guile.git] / module / Makefile.am
2014-01-24 Mark H WeaverImplement SRFI-111 Boxes.
2013-11-19 David ThompsonAdd procedures to convert alists into hash tables.
2013-08-15 Mark H WeaverImprove run-time error reporting in (ice-9 match).
2013-03-29 Ludovic Courtèsbuild: Build and check (ice-9 popen) only when --enable...
2013-03-27 Chris K. Jester... Add SRFI-41.
2013-03-07 Andy WingoGUILE_INSTALL_LOCALE=1 during build
2013-02-24 Andy Wingoremove language/glil/decompile-assembly.scm
2013-01-11 Andy Wingoadd bytevector->string and string->bytevector in new...
2012-11-23 Ludovic CourtèsRemove reference to `scm_init_popen' when `fork' is...
2012-11-10 Mark H WeaverAdd system/base/ck.scm to SYSTEM_BASE_SOURCES in module...
2012-07-06 Mark H WeaverFix @ and @@ to not capture lexicals; new @@ @@ form...
2012-05-21 Andy Wingorearrange scheme compilation order
2012-04-23 Andy Wingonew pass: cse
2012-04-23 Andy Wingoadd effects
2012-01-26 Andy WingoImplement `local-eval', `local-compile', and `the-envir...
2011-11-23 Ludovic CourtèsAllow $GUILE_FOR_BUILD to use its own environment when...
2011-11-22 Ludovic CourtèsBuild `psyntax-pp.go' with `--target=$(host)'.
2011-10-07 Andy Wingoadd tree-il verifier
2011-09-28 Andy Wingoseparate peval and a new canonicalization pass into...
2011-07-23 Andy Wingoadd (scripts help)
2011-07-23 Andy Wingoremove scripts PROGRAM
2011-07-15 Andy Wingoadd (web client)
2011-05-31 Andy Wingorename `guile-tools' to `guild'
2011-05-31 Andy Wingoadd (system base target)
2011-05-26 Neil JerramReveal guile-tools's inner simplicity...
2011-04-14 Andy Wingoadd (ice-9 command-line)
2011-03-25 Neil JerramInline the effect of am/pre-inst-guile
2011-03-05 Andy Wingoadd ice-9 eval-string
2011-02-21 Ludovic CourtèsCompile `(rnrs)' after all other RNRS modules, potentially.
2011-02-18 Andy Wingoadd (ice-9 binary-ports)
2011-02-13 Andy Wingoautocompile -> auto-compile
2010-12-07 Brian Templetonstore macro definitions in the function slot
2010-12-03 Andy Wingoadd (ice-9 poll), a poll wrapper
2010-12-02 Ludovic CourtèsAdd `(ice-9 futures)'.
2010-11-12 Andy Wingoremove (web toy-server)
2010-11-12 Andy Wingoadd generic web server with http-over-tcp backend
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-02 Andreas RottmannAdd implementation of SRFI 38
2010-10-17 Andy Wingoweb/uri: reimplement for rfc 3986, add tests
2010-10-10 Andy Wingoadd (system repl server)
2010-10-03 Andreas RottmannAdd implementation of SRFI 45
2010-10-03 Andreas RottmannAdd implementation of SRFI-67
2010-10-03 Andreas RottmannAdd implementation of SRFI 42
2010-09-27 Andreas RottmannAdd implementation of SRFI 27
2010-09-24 Andy Wingoremove GDS
2010-09-24 Andy Wingoremove (ice-9 debugger) and (ice-9 debugging)
2010-09-19 Andy Wingoimplement breakpoints in the repl
2010-09-17 Andy Wingoadd (system vm traps)
2010-09-16 Andy Wingofix bad Makefile.am addition
2010-09-16 Andy Wingoremove unused (system vm profile)
2010-09-12 Neil JerramCreate tags for Scheme source
2010-09-10 Andy Wingosimplify module/Makefile.am rules to not require touch
2010-07-16 Andy Wingoremove (system vm debug)
2010-07-16 Andy Wingoremove (ice-9 emacs)
2010-07-15 Ludovic CourtèsDeclare `ice-9/psyntax-pp.scm.gen' as a phony target.
2010-07-13 Andy Wingofix psyntax-pp.go dependency
2010-07-13 Andy Wingodon't automatically generate psyntax-pp.scm any more
2010-07-09 Andy Wingointegrate the debugger into the repl
2010-06-22 Andy Wingotop-repl out to its own module
2010-06-19 Andy Wingodeprecate save-stack, stack-saved?
2010-06-17 Andy Wingobuild psyntax-pp.go from psyntax.scm
2010-06-16 Ludovic CourtèsUse Alex Shinn's pattern matcher for (ice-9 match).
2010-06-16 Andy Wingoremove encoding of versions into the file system (for...
2010-06-11 Andy Wingocompile (ice-9 deprecated) earlier
2010-06-10 Andy Wingoscm-style-repl -> (ice-9 scm-style-repl)
2010-06-01 Andy Wingo(rnrs bytevectors) fallout
2010-05-27 No ItisntAdd sources to module/Makefile.am
2010-05-26 No ItisntMerge branch 'master' of git.sv.gnu.org:/srv/git/guile
2010-05-25 Ludovic CourtèsAdd (sxml match).
2010-05-21 Julian GrahamImplementation for R6RS (rnrs) composite library. ...
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs arithm...
2010-05-21 Julian GrahamImplementation and test case for R6RS (rnrs eval) library.
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs enums...
2010-05-21 Julian GrahamImplementation for the (rnrs mutable-pairs) and (rnrs...
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs r5rs) library.
2010-05-21 Julian GrahamImplementation and test cases for R6RS (rnrs files...
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs sorting) library.
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs programs) library.
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs unicod...
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs hashtables) library;
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs lists) library.
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs record...
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs record...
2010-05-21 Julian GrahamFix missing imports for `(rnrs arithmetic bitwise)'.
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs contro...
2010-05-07 Ludovic CourtèsAdd (system vm coverage).
2010-05-03 Julian Grahamadd support for r6rs libraries
2010-05-03 Andy Wingoremove duplicate quasisyntax.scm EXTRA_DIST
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-07 Andy Wingoadd (ice-9 curried definitions)
2010-03-30 Ludovic CourtèsAdapt ECMAScript parser and lexer to `(system base...
2010-03-30 Ludovic CourtèsAdd Boucher's `lalr-scm' as the `(system base lalr...
2010-02-02 Ludovic CourtèsAdd `(ice-9 vlist)'.
2010-01-31 Andy Wingoadd (ice-9 control)
2010-01-26 Andy Wingomove foreign function interface to its own module
2010-01-11 Andy Wingoadd a silly inspector
2009-12-20 Andy Wingoimport statprof, sxml, and texinfo from guile-lib
next