bpt/guile.git
2014-01-31 Andy WingoReturn unused parts of the stack to the OS
2014-01-31 Andy WingoMicro-optimization to scm_i_vm_mark_stack
2014-01-28 Andy WingoMinor for-each speedup
2014-01-28 Andy WingoUnnecessary VM_HANDLE_INTERRUPTS elision
2014-01-28 Andy WingoFix tracing
2014-01-26 Andy WingoMore precise stack marking via .guile.frame-maps section
2014-01-26 Andy WingoAdd NEWS for Guile 2.2
2014-01-26 Andy WingoDocument top-level pseudo-hygiene
2014-01-21 Mark H WeaverMerge branch 'stable-2.0'
2014-01-20 Mark H WeaverFix (port-conversion-strategy #f).
2014-01-18 Andy WingoAdd support for content-disposition
2014-01-17 Arne Babenhauserheidedoc: embedding example more readable.
2014-01-17 Ludovic CourtèsThank Sree Harsha.
2014-01-17 Ludovic CourtèsArrange so that 'file-encoding' does not truncate the...
2014-01-16 Andy WingoFinish documenting the new compiler
2014-01-16 Andy WingoFix CPS doc typos
2014-01-15 Ludovic Courtèsweb: Don't throw if a response is longer than its Conte...
2014-01-15 Ludovic CourtèsCustom binary input ports sanity-check the return value...
2014-01-15 Mark H WeaverDocument that we support srfi-46 and add it to %cond...
2014-01-15 Mark H WeaverDocument that we support srfi-87 and add it to %cond...
2014-01-15 Mark H WeaverMerge branch 'stable-2.0'
2014-01-15 Mark H Weaverprint: In R7RS |...| symbols, print most graphic charac...
2014-01-15 Mark H WeaverMerge branch 'stable-2.0'
2014-01-15 Mark H Weaverprint: Support R7RS |...| symbol notation.
2014-01-15 Mark H Weaverread: Support R7RS |...| symbol notation.
2014-01-14 Mark H WeaverDocument that we support srfi-62 and add it to %cond...
2014-01-14 Mark H WeaverMerge branch 'stable-2.0'
2014-01-14 Mark H Weaverread: use 'c_tolower' instead of 'tolower' in 'try_read...
2014-01-14 Mark H WeaverRecognize 'escape' character name, per R7RS.
2014-01-14 Mark H Weaverread: Accept "\|" in string literals.
2014-01-14 Mark H Weaverread: Support R7RS '#true' and '#false' syntax for...
2014-01-14 Mark H WeaverAdd srfi-16 and srfi-30 to %cond-expand-features.
2014-01-14 Mark H WeaverMerge branch 'stable-2.0'
2014-01-13 Ludovic Courtès'port-position' works on CBIPs that do not support...
2014-01-12 Andy WingoFinish CPS documentation
2014-01-12 Mark H WeaverFix 'exact-integer?' comment in numbers.test.
2014-01-12 Mark H WeaverFix hashing of empty vectors.
2014-01-12 Andy WingoRename $ktrunc to $kreceive
2014-01-12 Andy WingoReturning too many values to call-with-values raises...
2014-01-12 Mark H WeaverBump user-visible copyright years to 2014.
2014-01-12 Mark H WeaverFix hashing of vectors to run in bounded time.
2014-01-11 Andy WingoInsert explicit $ktrunc nodes everywhere that truncates...
2014-01-11 Andy WingoAdd simplification pass
2014-01-11 Andy WingoAdd DCE pass.
2014-01-11 Andy WingoShuffle the first return value from truncating calls
2014-01-11 Andy WingoAll $values expressions go through allocate-values
2014-01-11 Andy WingoFix allocate-slots bug
2014-01-11 Andy WingoMore robust compute-hints
2014-01-11 Andy WingoPrefer "receive" over "receive-values"+"reset-frame"
2014-01-11 Andy WingoOnly emit receive-values if it is needed
2014-01-11 Andy WingoRemove "pop" from $prompt
2014-01-11 Andy WingoEnable prompt analysis
2014-01-11 Andy WingoAdd prompt analysis to the DFG's analyze-control-flow
2014-01-11 Andy Wingocompute-live-variables uses CFA analysis
2014-01-11 Andy WingoInternal analyze-control-flow refactor
2014-01-11 Andy WingoFix constant-needs-allocation? for $values uses
2014-01-11 Andy WingoAdd effects analysis pass on CPS
2014-01-11 Andy WingoFix prim -> VM op mapping for u8/s8 bytevector ops
2014-01-09 Mark H WeaverImplement R7RS 'syntax-error'.
2014-01-09 Mark H Weaverpsyntax: custom ellipses using 'with-ellipsis' or R7RS...
2014-01-09 Mark H Weaverpsyntax: toplevel variable definitions discard previous...
2014-01-09 Mark H WeaverMerge branch 'stable-2.0'
2014-01-09 Ian PriceFix trap handlers to handle applicable structs.
2014-01-09 Mark H WeaverFix 'string-copy!' to work properly with overlapping...
2014-01-09 Mark H WeaverImplement 'exact-integer?' and 'scm_is_exact_integer'.
2014-01-09 Mark H WeaverFix doc that incorrectly claimed (integer? +inf.0)...
2014-01-09 Mark H Weaverscm_primitive_load: Simplify code using 'scm_open_file_...
2014-01-09 Mark H Weaverboot-9: add comment about autoload thread-unsafety.
2014-01-09 Mark H Weaverread: Avoid signed integer overflow in 'read_decimal_in...
2014-01-09 Mark H WeaverIncrement SCM_N_READ_OPTIONS for 'curly-infix' option.
2014-01-07 Ian PriceFix inlining of tail list to apply.
2013-12-21 Ludovic CourtèsThank Aleix.
2013-12-21 Aleix Conchillo... allow specifying a required version in GUILE_PROGS
2013-12-17 Mark H WeaverRevert "Fix bound-identifier=? to compare binding names...
2013-12-16 Mark H WeaverFix bound-identifier=? to compare binding names, not...
2013-12-15 Ludovic CourtèsHide EINTR returns from 'accept'.
2013-12-13 Mark H Weaversyntax-case: fix error reporting for misplaced ellipses.
2013-12-13 Mark H WeaverTHANKS Tom Tromey.
2013-12-13 Mark H WeaverMerge branch 'stable-2.0'
2013-12-13 Tom TromeyRemove unused function scm_i_tag_name.
2013-12-13 Tom TromeyAdd missing FUNC_NAME defines for pair accessors.
2013-12-13 Tom TromeyFix computation of LIBLOBJS.
2013-12-10 Andy WingoFix section table writing for non-loadable sections
2013-12-10 Andy WingoQuick documentation fixes.
2013-12-10 Andy WingoNon-loadable sections should not have an sh_addr field set
2013-12-10 Andy WingoBeginnings of CPS section in manual
2013-12-10 Andy WingoFix cross-references in api-macros.texi
2013-12-06 Andy WingoArities-fixing pass handles incoming $ktrunc with rest...
2013-12-06 Andy WingoElide values primcalls with continuations with rest...
2013-12-06 Andy Wingo(call-with-values foo (lambda (a . b) a)) avoids consin...
2013-12-05 Ludovic Courtèsvm: Gracefully handle stack overflows.
2013-12-05 Andy Wingocompiler.texi tweaks
2013-12-04 Andy WingoDoc updates to macroexpansion, compiled procs, and...
2013-12-02 Andy WingoRename "RTL" to "bytecode"
2013-12-02 Andy WingoFix brainfuck comment
2013-12-02 Andy WingoFix brainfuck->scheme compiler.
2013-12-02 Andy WingoFix brainfuck comment
2013-12-02 Andy WingoFix brainfuck->scheme compiler.
2013-12-01 Mark H WeaverGOOPS doc fix: #:dsupers is the init keyword for the...
2013-12-01 Mark H WeaverThread safe port properties.
next