bpt/guile.git
2011-12-06 Andy Wingoport locking refactor
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy Wingoinstall gmp memory functions that let libgc know about...
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy Wingofix deadlock in before-gc-hook on certain 7.2alpha...
2011-11-29 Andy Wingoattempt to handle steady-state mallocations better
2011-11-29 Andy Wingocollect a little in call-with-new-thread
2011-11-29 Andy Wingoadjust_gc_frequency before gc, for more precision
2011-11-29 Andy Wingofix uninitialized variable in gc.c
2011-11-29 Andy Wingoswitch off debugging flag that was mistakenly left on
2011-11-29 Andy Wingoincrease garbage collection rate if the process is...
2011-11-28 Andy Wingoget heap stats with GC_get_heap_usage_safe, if available.
2011-11-26 Ludovic CourtèsFFI: Hold a weak reference to the procedure passed...
2011-11-24 Andy Wingosupport for new GC_move_disappearing_link
2011-11-24 Andy Wingoremove scm_si_name_access
2011-11-24 Andy Wingoremove unused <class> slot: keyword-access
2011-11-24 Andy Wingodeprecate make-vtable-vtable
2011-11-24 Andy Wingosimplify %condition-type-vtable
2011-11-24 Andy Wingorecord-type-vtable is not a new root of the vtable...
2011-11-24 Andy WingoScheme standard-vtable-fields binding
2011-11-24 Andy Wingoadd Scheme binding for scm_standard_vtable_vtable
2011-11-24 Andy Wingoremove public scm_protects export
2011-11-24 Andy Wingono gc_register_root in scm_init_print
2011-11-24 Andy Wingoremove object protection from options.c
2011-11-24 Andy Wingosimplify scm_init_print
2011-11-23 Daniel Hartwigweb-http.test validates headers
2011-11-23 Daniel Hartwigfix validators for various list-style headers
2011-11-23 Ludovic CourtèsUpdate cross-compilation instructions.
2011-11-23 Ludovic Courtèsconfigure: Make sure $GUILE_FOR_BUILD is suitable.
2011-11-23 Ludovic CourtèsAllow $GUILE_FOR_BUILD to use its own environment when...
2011-11-23 Andy WingoUse default value for make-fluid in Scheme files
2011-11-23 Andy Wingouse new scm_make_fluid_with_default
2011-11-23 Andy Wingooptional default-value arg to make-fluid
2011-11-22 Ludovic CourtèsInstall the current locale when Guile is invoked directly.
2011-11-22 Ludovic CourtèsAdd Gnulib `largefile' module.
2011-11-22 Ludovic CourtèsLeave $GUILE_LOAD_COMPILED_PATH unchanged when cross...
2011-11-22 Ludovic CourtèsBuild `psyntax-pp.go' with `--target=$(host)'.
2011-11-21 Ludovic CourtèsRun `guild compile' with `--target=$(host)'.
2011-11-21 Ludovic CourtèsAdd a `--target' option to `guild compile'.
2011-11-21 Ludovic CourtèsAdd missing implicit `SCM_API' for `scm_c_make_objcode_...
2011-11-21 Ludovic CourtèsComplete cross-compilation support.
2011-11-21 Ludovic CourtèsFix `validate-target' in (system base target).
2011-11-21 Andy Wingodeprecate direct scm_protects access
2011-11-20 Ludovic CourtèsAllow overlapping regions to be passed to `bytevector...
2011-11-17 Andy Wingoeval.test work
2011-11-16 Ludovic CourtèsFFI: Hold a weak reference to the CIF made by `procedur...
2011-11-16 Ludovic CourtèsFFI: Add a `procedure->pointer' test.
2011-11-16 Andy Wingofix urls in docs
2011-11-16 Andy Wingofix web.texi typo
2011-11-16 Andy Wingohack the port-column of current-output-port after print...
2011-11-16 Andy Wingoeval-when tidying up
2011-11-16 Andy Wingopsyntax: s/chi/expand/g
2011-11-16 Andy Wingofix bug in make-repl when lang is actually a language
2011-11-16 Ludovic CourtèsRe-enable a couple of evaluator tests.
2011-11-16 Andy Wingomemoize: booleanify the rest arg
2011-11-15 Andy Wingoset names of functions defined at the toplevel from...
2011-11-15 Andy Wingobetter debuggability for interpreted procedures
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
next