bpt/guile.git
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!
2010-04-27 Andy WingoMerge branch 'wip-module-namespaces'
2010-04-27 Andy Wingocomment some global variables in modules.c
2010-04-26 Neil JerramFix inconsistent sectioning, causing make to fail
2010-04-26 Neil JerramBring the manual organisation section a little closer...
2010-04-26 Neil JerramAssorted minor manual changes
2010-04-26 Neil JerramMore `Guile and the GNU Project' text
2010-04-25 Neil JerramMove description of manual organisation from Preface...
2010-04-25 Neil JerramRemove weird instruction
2010-04-25 Neil JerramFix typo
2010-04-25 Neil JerramMove `Reporting Bugs' section out of Introduction
2010-04-25 Neil JerramMove whirlwind tour material to its own chapter
2010-04-25 Neil JerramMove Scheme introduction (Guile-independent) to its...
2010-04-24 Andy Wingomodule-public-interface is a field in the module record
2010-04-24 Andy Wingofix some uses of %module-public-interface
2010-04-24 Andy Wingomodule-public-interface in Scheme
2010-04-24 Andy Wingoadd submodule binders
2010-04-24 Andy Wingomodule-{ref,define}-submodule use the submodules table
2010-04-24 Andy Wingoadd submodules field to modules
2010-04-24 Andy Wingouse nested-ref-module in (system xref)
2010-04-24 Andy Wingonested module fixen to (ice-9 ls)
2010-04-24 Andy Wingodeprecated %app shims use module-define-submodule!
2010-04-24 Andy Wingoresolve-module uses -module variants
2010-04-24 Andy Wingouse the define-module variants in module-name and make...
2010-04-24 Andy Wingonested-ref et al use module-ref-submodule; add -module...
2010-04-23 Andy Wingoadd module-ref-submodule, module-define-submodule!
2010-04-23 Andy Wingotweak to resolve-module
2010-04-23 Andy Wingofix (app modules) usage in (ice-9 session)
2010-04-22 Andy Wingodeprecate %app
2010-04-22 Andy Wingorefactorings for the module boot process
2010-04-22 Andy Wingoadd comments to resolve-module
2010-04-22 Andy Wingoformally deprecate `app'
2010-04-22 Andy Wingo(app modules) -> (%app modules)
2010-04-20 Andy Wingofix comment about "local-define" and "local-remove".
2010-04-20 Andy Wingomodule-type defined programmatically
2010-04-19 Andy Wingoavoid primitive-eval in record-constructor
2010-04-19 Andy Wingomake-record-type slight refactor
2010-04-19 Andy Wingofilesystem trickery to scm_i_relativize_path in filesys...
2010-04-19 Andy Wingodeprecate @bind
2010-04-19 Andy Wingocompile-file gets #:canonicalization arg, defaults...
2010-04-19 Andy Wingo%file-port-name-canonicalization is a fluid
2010-04-19 Andy Wingoadd %file-port-name-canonicalization option
2010-04-19 Andy Wingoformatting fix
2010-04-19 Andy Wingouse procedure-minimum-arity in tests
2010-04-17 Andy Wingodeprecate arity access via (procedure-properties proc...
2010-04-17 Andy Wingoadd procedure_minimum_arity
next