bpt/guile.git
2011-10-25 Andy Wingomost uses of scm_from_locale_symbol become scm_from_utf...
2011-10-25 Andy Wingooptimize utf8 symbol lookup
2011-10-24 Andy Wingoslight scm_procedure_p, scm_i_procedure_arity refactor
2011-10-24 Andy Wingoremove CELL_P macro
2011-10-24 Andy Wingoadd SCM_HEAP_OBJECT_BASE
2011-10-24 Andy Wingoadd SCM_HEAP_OBJECT_P
2011-10-24 Andy Wingoboot_closure_print cleanup
2011-10-24 Andy Wingoadd SCM_{PACK,UNPACK}_POINTER
2011-10-24 Andy Wingorefactor tc7 and tc16 checks
2011-10-24 Andy Wingocheck for pairs with scm_is_pair, not scm_nimp
2011-10-24 Andy Wingode-inline cons in scm_acons
2011-10-24 Andy Wingoremove mutex in make-object-property
2011-10-24 Andy Wingoremove weak pairs, rewrite weak vectors
2011-10-24 Andy Wingoremove a stale comment
2011-10-24 Andy Wingoconvert internal weak hash table users to use the weak...
2011-10-24 Andy Wingoreimplement hashtab.c's weak hash tables in terms of...
2011-10-24 Andy Wingoadd weak table implementation
2011-10-23 Andy Wingoadd scm_c_make_port; the port table is now a weak set
2011-10-23 Andy Wingosymbols.c uses weak sets
2011-10-23 Andy Wingoadd weak sets
2011-10-15 Andy Wingorevise comments in libguile/tags.h
2011-10-10 Andy Wingoregenerate psyntax-pp.scm
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-10 Andy Wingoregenerate psyntax-pp.scm
2011-10-10 Andy Wingopeval support for memq and memv
2011-10-10 Andy Wingoadd accessor-primitive?, peval uses it
2011-10-10 Andy Wingopeval: visit operands on-demand, to inline mutually...
2011-10-10 Andy Wingopeval: add operand structure
2011-10-10 Andy Wingopeval: refactor logging
2011-10-10 Mike GranNew functions scm_is_exact and scm_is_inexact
2011-10-09 Mike GranDocument SCM_ASSERT_TYPE and SCM_ASRTGO macros
2011-10-07 Andy Wingopeval: logging
2011-10-07 Andy Wingopeval: bugfix in constant-expression?
2011-10-07 Andy Wingooptimizer verifies its output
2011-10-07 Andy Wingoadd tree-il verifier
2011-10-06 Andy Wingopeval refactor
2011-10-06 Andy Wingocomment peval.scm
2011-10-05 Andy Wingofix reading of #||||#
2011-09-30 Ludovic Courtèspeval: Add test for possible infinite recursion.
2011-09-30 Ludovic CourtèsAdd link to the (ice-9 match) bug.
2011-09-30 Ludovic Courtèspeval: Recognize module-refs to primitives.
2011-09-29 Andy Wingoregenerate psyntax-pp.scm
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-28 Andy Wingogenerate psyntax-pp in canonical form
2011-09-28 Andy Wingoseparate peval and a new canonicalization pass into...
2011-09-27 Andy Wingoregenerate psyntax-pp.scm, with optimizations
2011-09-27 Andy Wingo((lambda ...) ...) fix
2011-09-27 Andy Wingopeval: more effective binding pruning
2011-09-27 Andy Wingodon't propagate pure primcalls that might not type...
2011-09-27 Andy Wingofix unparse-tree-il of <dynset>
2011-09-27 Andy Wingopeval works on all expressions
2011-09-27 Andy Wingopeval: elide make-prompt-tag in effect context
2011-09-27 Andy Wingopeval: add support for <prompt> and <abort>
2011-09-27 Andy Wingopeval: fix algorithmic behavior of `cons'
2011-09-27 Ludovic Courtèsdoc: (ice-9 match) doesn't have `__1'.
2011-09-27 Ludovic Courtèsdoc: Update (ice-9 match) reference.
2011-09-27 Ludovic Courtèsdoc: Fix typesetting of function definitions in "Access...
2011-09-26 Andy Wingopeval: more strict accounting
2011-09-26 Andy Wingopeval: fix inlining of lambda* with #:optional
2011-09-26 Andy Wingoremove unused peval helpers
2011-09-25 Andy Wingopeval: simpler and more precise treatment of mutability
2011-09-25 Andy Wingopeval: add a bunch of missing maybe-unconst calls
2011-09-25 Andy Wingopeval uses effort counters, propagates lambdas more...
2011-09-24 Andy Wingoprune unused letrec bindings
2011-09-24 Andy Wingomore peval refactoring
2011-09-24 Andy Wingoadd helpers for effort counters
2011-09-24 Andy Wingopeval refactor
2011-09-24 Andy Wingoattempt to prune unreferenced bindings
2011-09-24 Andy Wingopeval handles lexical-set
2011-09-24 Andy Wingopeval: pre-analyze mutated or reffed-once lexicals
2011-09-24 Andy Wingopeval: don't propagate expressions that access memory
2011-09-24 Andy Wingocontext-specific folding for peval in test and effect...
2011-09-24 Andy Wingothread a context through peval
2011-09-24 Andy Wingopaper around `match' bug
2011-09-24 Andy Wingopeval: various bugfixes
2011-09-24 Andy Wingotree-il-any bugfix
2011-09-24 Andy Wingominor peval style tweak
2011-09-24 Andy Wingofix alpha-rename for kwargs
2011-09-23 Ludovic Courtèspeval: Add test for multiple-value returns.
2011-09-23 Ludovic Courtèspeval: Rectify style.
2011-09-23 Andy Wingoprevent propagation for memory-dependent operations...
2011-09-21 Andy Wingopeval comment & reindentation
2011-09-21 Andy Wingofix comment regarding alpha-renaming
2011-09-21 Andy Wingobetter pure-expression?
2011-09-21 Andy Wingomore alpha-rename robustness
2011-09-21 Andy Wingomore robust alpha-renaming
2011-09-21 Andy Wingopeval: inlining of let-values
2011-09-21 Andy Wingopeval support for more forms
2011-09-21 Andy Wingoadd singly-valued-primitive?
2011-09-21 Andy Wingomore optimize.scm factoring
2011-09-21 Andy Wingooptimize.scm refactor
2011-09-21 Daniel LlorensFix compilation of untyped arrays of rank not 1
2011-09-19 Julian GrahamRemove extraneous semicolon from `SCM_STATIC_SUBR_OBJVE...
2011-09-18 Ludovic Courtèspeval: Abort inlining when the residual code contains...
2011-09-18 Ludovic Courtèspeval: Improve alpha-renaming test.
2011-09-18 Ludovic CourtèsArrange so that stack-cleaning loops in GC tests are...
2011-09-17 Ludovic Courtèspeval: Typo.
2011-09-17 Ludovic Courtèspeval: Alpha-rename anonymous lambdas that are duplicated.
2011-09-15 Andy WingoRevert "SCM is a union"
2011-09-15 Andy WingoRevert "SCM is either a union or scm_t_bits"
next