bpt/guile.git
2014-01-12 Andy WingoRename $ktrunc to $kreceive
2014-01-12 Andy WingoReturning too many values to call-with-values raises...
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 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.
2013-12-01 Andy WingoAdd section to vm.texi about Guile's use of ELF
2013-11-30 Andy Wingovm.texi tweak
2013-11-30 Andy WingoUpdate vm.texi's "Instruction Set" section.
2013-11-30 Andy WingoFix more vm-engine comments
2013-11-30 Andy WingoRemove slot-ref and slot-set! ops
2013-11-30 Andy WingoRemove GOOPS-internal @slot-ref and @slot-set!
2013-11-30 Andy WingoBeginning vm.texi updates
2013-11-30 Andy WingoFix vm-engine.c comments
2013-11-30 Andy WingoUnknown files print as (unknown file) in disassembler
2013-11-30 Andy Wingo,x disassembles nested programs too
2013-11-30 Andy WingoUpdate history.texi
2013-11-29 Andy WingoRemove outdated section of api-memory.texi
2013-11-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-11-28 Andy WingoCritical sections in guardians do not need to block...
2013-11-28 Andy WingoMerge commit 'd364a8971828e38e8f9112b711066f4962bb400e'
2013-11-28 Andy WingoMerge commit 'e7bd20f7d9b2110fdc0fa25db5a2bfe6b2214923'
2013-11-28 Andy WingoMerge commit '17330398d50524058c2ef488bd21ac5ec9c8b6e8'
2013-11-28 Andy WingoMerge commit 'a38024baaa32d1a6d91fdc81388c88bbb926c3ae'
2013-11-28 Andy WingoMerge commit '2437c7b2e8b4ab7786847ee1ce0b59e446a70fe2'
2013-11-28 Andy WingoMerge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-28 Andy WingoMerge commit 'c61be45084d04b1db792b7e232f5bd77099f3287'
2013-11-28 Andy WingoMerge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
2013-11-28 Andy WingoDeprecate gc-live-object-stats
2013-11-28 Andy WingoAvoid needless GC on startup due to scm_gc_register_all...
2013-11-28 Andy WingoRemove private-gc.h
2013-11-28 Andy Wingoscm_i_tag_name internal to gc.c
2013-11-28 Andy WingoMore private-gc excisions
2013-11-28 Andy WingoRemove unused enum policy_on_error
2013-11-28 Andy WingoTune initial heap size
2013-11-28 Andy WingoRemove another GC 6.8 hack
2013-11-28 Andy WingoFix "include" doc typo
2013-11-28 Andy WingoUse version 2.2 in manual examples
2013-11-28 Andy WingoFix some references to objcode in the manual
2013-11-27 Andy WingoRemove nonfunctional gdb interface
2013-11-27 Andy WingoRemove the restore-continuation-hook.
2013-11-27 Andy WingoDeclare r6rs-ports functions
2013-11-27 Andy WingoFix uninitialized variable error in some peek-char...
2013-11-27 Andy WingoDeclare scm_i_open_file to silence a warning
2013-11-27 Andy WingoRemove generalized vector interface; deprecated in...
2013-11-27 Andy WingoDeclare scm_nil_p
2013-11-26 Andy WingoBuild psyntax-pp serially after eval.go.
next