bpt/guile.git
2011-10-28 Andy Wingoadd vector-length primitive
2011-10-28 Andy Wingosimplify primitives.scm
2011-10-27 Andy Wingofix the peval merge and a test
2011-10-27 Andy Wingofix hash of zero-length vectors
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-25 Andy Wingoupdate `hash'
2011-10-25 Andy Wingodon't downcase characters before hashing them
2011-10-25 Andy Wingoscm_hasher is static
2011-10-25 Andy Wingoadd thomas wang's integer hash function; use it for...
2011-10-25 Andy Wingosymbols.h reindent
2011-10-25 Andy Wingouse bob jenkins' hashword2 hash from lookup3.c for...
2011-10-25 Andy Wingofix a vhash test
2011-10-25 Andy Wingooptimize scm_from_utf8_stringn
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-22 Ludovic CourtèsUpdate `NEWS'.
2011-10-22 Ludovic CourtèsFix compilation of `deprecated.c' with SCM_DEBUG_TYPING...
2011-10-22 Ludovic CourtèsBump version number for 2.0.3.
2011-10-22 Ludovic CourtèsUpdate Gnulib to v0.0-6523-gb3609c1.
2011-10-22 Ludovic Courtèsdoc: Document the `sitedir' and `extensiondir' pkg...
2011-10-22 Bake TimmonsFix compilation with `--enable-debug-malloc'.
2011-10-22 Ludovic CourtèsInitialize `get_internal_run_time' before it is used.
2011-10-22 BT Templetonset width for `,trace' command
2011-10-20 Andy Wingofix segfault in goops if class fields are redefined
2011-10-20 Andy Wingofix misallocation of some <fix> procedures
2011-10-19 Andy Wingoslight frames.h refactor
2011-10-18 Ludovic Courtèsdoc: Add `libguile-parallel.texi' to the distribution.
2011-10-17 Andy Wingofix (web http) write-date for mondays
2011-10-16 Ludovic Courtèsdoc: Complete renaming of `autoconf.texi'.
2011-10-16 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2011-10-15 Ludovic Courtèscoverage: Add tests for `case-lambda'.
2011-10-15 Ludovic Courtèsdoc: Mention the partial evaluator next to `define...
2011-10-15 Ludovic Courtèscoverage: Add test with `eval'.
2011-10-15 Cedric CellierDefault to using poll(2) in `fport_input_waiting'.
2011-10-15 Andy Wingorevise comments in libguile/tags.h
2011-10-12 Andy Wingoupdate NEWS for 2.0.3
2011-10-12 Andy Wingoadd "Installing Site Packages"
2011-10-12 Andy Wingoupdate tour.texi for site modules and extensions
2011-10-12 Andy Wingomanual: reorganize autoconf, pkg-config info
2011-10-12 Andy Wingoremove documentation on autofrisk foo
2011-10-12 Andy Wingoadd (web client) docs
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy Wingorecognize string primitives
2011-10-10 Andy Wingoadd ,expand and ,optimize
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
next