bpt/guile.git
2011-12-08 Chris K. Jester... fix compilation with gc 7.1
2011-12-06 Ludovic CourtèsAdd an exception printer for `getaddrinfo-error'.
2011-12-06 Ludovic Courtèspeval: Truncate multiple values when extending the...
2011-12-06 Andy Wingoallow URIs of the form file:///etc/hosts
2011-12-06 Andy WingoUpdate a comment in (web client)
2011-12-05 Andy Wingowarnings written to warning port
2011-12-05 Andy Wingoadd current-warning-port
2011-12-05 Andy Wingosetting a parameter returns the previous value
2011-12-05 Andy Wingoadd srfi-39 parameters to boot-9
2011-12-04 Andy Wingoice-9/poll: verify sizeof(struct pollfd)
2011-12-04 Andy Wingonew print option escape-newlines, defaults to #t
2011-12-04 Andy Wingo,language at REPL sets current-language
2011-12-02 Andy Wingofix `free' of mpz_to_str
2011-12-02 Andy Wingoscm_gc_register_collectable_memory calls scm_gc_registe...
2011-12-02 Andy Wingoinstall gmp memory functions that let libgc know about...
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-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è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 Wingoupdate letrec compilation test
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 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-01 Ian PriceFix R6RS `fold-left' so the accumulator is the first...
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-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 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?
next