bpt/guile.git
2010-05-21 Andy Wingodefine* in make-record-type
2010-05-21 Andy Wingolambda* in string-any, string-every
2010-05-21 Andy Wingolambda* in catch
2010-05-21 Andy Wingolambda* in make-prompt-tag
2010-05-21 Julian GrahamExplicitly import `*unspecified*' to support R6RS libra...
2010-05-21 Julian GrahamExplicitly import `@@' to support R6RS library purifica...
2010-05-21 Julian GrahamFix broken imports in `(rnrs r5rs)'.
2010-05-21 Julian GrahamFix incorrect export names in `(rnrs io simple)'.
2010-05-21 Julian GrahamImplementation for R6RS (rnrs) composite library. ...
2010-05-21 Julian GrahamTest suite and fixes for R6RS (rnrs arithmetic fixnums).
2010-05-21 Julian GrahamFix typo in license comment.
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 GrahamFix syntax and consolidate imports for (rnrs lists).
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs enums...
2010-05-21 Julian GrahamAdd R6RS `syntax-violation' to (rnrs syntax-case).
2010-05-21 Julian GrahamTest suite and fixes for R6RS (rnrs conditions) and
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 GrahamAdd `guard' form and test cases to R6RS (rnrs exception...
2010-05-21 Julian GrahamFix test suite title in comment
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 GrahamFixes and test cases for R6RS (rnrs hashtables) library.
2010-05-21 Julian GrahamAdd test cases for record constructor protocols and...
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs hashtables) library;
2010-05-21 Julian Graham(rnrs conditions) should not depend on (rnrs records...
2010-05-21 Julian GrahamFix missing export of string->symbol in (rnrs base).
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 GrahamRemove needless import of (rnrs io simple).
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-21 Julian GrahamImplementation and test cases for the R6RS (rnrs arithm...
2010-05-20 Julian GrahamDocumentation for the R6RS `library' and `import' forms.
2010-05-20 Andy Wingoeval-when expand for use-modules and export
2010-05-20 Andy Wingopure r6rs modules
2010-05-20 Andy Wingomacroexpanded pretty-printer
2010-05-20 Andy Wingolambda* usage in psyntax.scm
2010-05-20 Andy Wingotree-il->scheme for lambda* et al
2010-05-20 Andy Wingoremove *mode* fluid from psyntax
2010-05-20 Andy Wingoiron out inconsistency between eval and compile expansion
2010-05-20 Andy Wingoprimitive-eval takes expanded, not memoized, source
2010-05-19 Andy Wingo%null-pointer properly aligned
2010-05-19 Andy Wingopsyntax produces "expanded" structures directly
2010-05-19 Andy Wingoexpanded type constructors in psyntax
2010-05-19 Andy Wingotree-il on expanded-vtables
2010-05-19 Andy Wingofix a couple expander naming bugs
2010-05-19 Andy Wingo%expanded-vtables is a vector
2010-05-19 Andy Wingoseparate boot expansion from memoization
2010-05-18 Andy Wingoremove the new scm_memoize_begin, etc
2010-05-16 Andy Wingoscm_memoize_lambda update
2010-05-13 Andy Wingopsyntax builds case-lambda expressions
2010-05-13 Andy Wingoevaluator support for case-lambda
2010-05-13 Andy Wingoprimitive support for lambda*
2010-05-13 Andy Wingotweak to lambda* memoization format
2010-05-13 Andy Wingochange to format of memoization lambda expressions
2010-05-13 Andy Wingoscm_badargsp is deprecated
2010-05-11 Ludovic CourtèsHave `sxml->xml' handle `*TOP*' nodes (bug #29260).
2010-05-07 Andy Wingoadd memoize-begin, memoize-let, etc functions
2010-05-07 Andy Wingoadd "memoizer" data type
2010-05-07 Andy Wingomacro expanders return memoized expressions
2010-05-07 Ludovic CourtèsAttempt to guarantee 8-byte alignment of on-stack frame...
2010-05-07 Ludovic CourtèsAdd (system vm coverage).
2010-05-07 Ludovic CourtèsAllocate frame objects on the stack when invoking VM...
2010-05-07 Ludovic CourtèsAdd `program-free-variables' to `(system vm program)'.
2010-05-07 Ludovic CourtèsFix the type tag produced by `SCM_STATIC_PROGRAM'.
2010-05-07 Ludovic CourtèsWhen printing a VM, show the type of engine being used.
2010-05-06 Andy Wingofix macros that expand into (begin (define-module ...
2010-05-06 Andy Wingopsyntax no longer attempts to track (current-module)
2010-05-06 Andy Wingo@@ generalized to arbitrary expressions.
2010-05-06 Andy Wingochange form of @ and @@ psyntax handlers
2010-05-06 Andy Wingoadd `expand' eval-when situation
2010-05-04 Andy Wingoadd explanatory comment to chi-macro
2010-05-04 Andy Wingocheck layout when making vtables
2010-05-03 Andy Wingoadd rnrs libraries test suite
2010-05-03 Julian Grahamadd support for r6rs libraries
2010-05-03 Andy Wingoonly ensure local vars for definitions during expansion...
2010-05-03 Andy Wingoexport, re-export etc as syntax-rules macros
2010-05-03 Andy Wingorewrite use-modules and use-syntax using syntax-case
2010-05-03 Andy Wingorewrite define-module as a syntax-case macro
2010-05-03 Andy Wingoremove duplicate quasisyntax.scm EXTRA_DIST
2010-05-02 Julian GrahamTest cases for `version-matches?'.
2010-05-02 Andy Wingoadd tour.texi to guile_TEXINFOS
2010-05-02 Andy WingoUpdate example disassemblies
2010-05-02 Andy Wingoadd assert-nargs-ee/locals instruction
2010-05-02 Andy Wingoadd underflow check in make-array
2010-05-02 Andy Wingoadd SCM_UNLIKELY to CHECK_UNDERFLOW
2010-05-02 Andy Wingoupdate compiler.texi
2010-05-02 Andy Wingorename `vars' field in tree-il binding constructs to...
2010-05-02 Andy Wingofix a comment about environments and the scheme compiler
2010-05-02 Andy Wingoremove `version' field from <language>
2010-05-01 Andy Wingoupdate documentation for vm instructions
2010-04-30 Andy Wingosimplify make-struct
2010-04-30 Andy Wingooptimize and bugfix make-struct VM opcode
2010-04-27 Andy Wingofix bug in compile-glil.scm for return opcode-hack
2010-04-27 Andy Wingoadd module-export-all!
next