bpt/guile.git
2011-11-22 Ludovic CourtèsAdd Gnulib `largefile' module.
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy Wingoupdate letrec compilation test
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-10 Andy Wingofix bit-set*! bug (!)
2011-11-09 Andy Wingowhen leaving a non-tail let, allow bound vals to be...
2011-11-09 Andy Wingodisable port locking
2011-11-09 Andy Wingoinline dynwind guards for normal control flow
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy Wingosimplify primitives.scm for dynwind
2011-11-09 Andy Wingopeval: fix dynwind bug.
2011-11-09 Andy Wingofix <dynwind> serialization.
2011-11-09 Andy Wingopeval: don't copy assigned lexical bindings
2011-11-08 Andy Wingolock ports in `write' and `display'
2011-11-08 Andy Wingoadd scm_dynwind_lock_port
2011-11-07 Andy Wingolocking for write, lfwrite
2011-11-07 Andy Wingolocking for putc, puts
2011-11-07 Andy Wingolocking on port buffering operations
2011-11-07 Andy Wingolocking on unget_byte, ungetc, ungets
2011-11-07 Andy Wingolocking on scm_c_read, scm_getc
2011-11-07 Andy Wingothreadsafe get-byte-or-eof, peek-byte-or-eof
2011-11-07 Andy Wingothreadsafe port revealed counts
2011-11-07 Andy Wingoscm_c_lock_port takes a port
2011-11-07 Andy Wingoports implementation reordering
2011-11-07 Andy Wingothreadsafe access to scm_ptobs
2011-11-07 Andy Wingoreorder ports.h declarations
2011-11-07 Andy Wingoremove scm_markstream
2011-11-07 Andy Wingoports.h: remove unimplemented declarations
2011-11-07 Andy Wingoinlined port functions to ports.h
2011-11-07 Andy Wingoadd lock to scm_t_port
2011-11-07 Andy Wingoregenerate psyntax-pp
2011-11-07 Andy Wingoadd tests for hygienic name introduction
2011-11-07 Andy Wingohygienically rename macro-introduced bindings, reproducibly
2011-11-07 Andy Wingofix scope bug in <module> definition in boot-9
2011-11-07 Andy Wingoanother scoping test
2011-11-07 Andy Wingoresolve-identifier for toplevel definitions resolves...
2011-11-07 Andy Wingoadd scoping test
2011-11-07 Andy Wingodefined identifiers scoped in the current module
2011-11-07 Andy Wingosyntax parameters implemented properly
2011-11-07 Andy Wingosyntax-parameterize, not fluid-let-syntax
2011-11-07 Andy Wingoadd define-syntax-parameter, same as define-syntax
2011-11-07 Andy Wingopsyntax: resolve-identifier refactor
2011-11-04 Andy Wingochi-top-sequence refactor
2011-11-04 Andy Wingominor psyntax refactors
2011-11-04 Andy Wingopeval doesn't resolve primitives
2011-11-04 Andy Wingoresolve-primitives! does not primitivize local definitions
2011-11-04 Andy Wingomore robust scm_exit_status
2011-11-01 Ian PriceFix R6RS `fold-left' so the accumulator is the first...
2011-10-28 Andy Wingorefactor chi-top-sequence
2011-10-28 Andy Wingoregenerate psyntax-pp
2011-10-28 Andy Wingoadd string-length, string-ref, vector-length instructions
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'.
next