Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / module /
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-10-03 Andy WingoAdd (system vm debug) interface to source location...
2013-10-03 Andy WingoAdd interface to read .debug_line data
2013-10-03 Andy WingoSerialize source positions into .debug_line
2013-09-30 Andy WingoEmit a placeholder .debug_line section.
2013-09-30 Andy WingoAdd new "source" macro instruction; compile-rtl emits it.
2013-09-28 Andy WingoDWARF linker: encode strings using the correct form
2013-09-28 Andy WingoEmit minimal DWARF information
2013-09-28 Andy Wingoadd DWARF parser
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-09-12 Mark H WeaverWeb: Use functional setters in extend-request and exten...
2013-09-12 Mark H WeaverWeb client+server: Add Content-Length header for empty...
2013-09-12 Mark H WeaverAdapt srfi-9.test to error reporting improvements;...
2013-09-12 Mark H WeaverImprove error reporting of procedures defined by define...
2013-09-10 Mark H Weaverweb client: HTTP methods are symbols, not strings.
2013-09-10 Alexandru CojocaruFix extend-request to preserve method and meta.
2013-09-10 Mark H Weaverpsyntax: cite the paper that psyntax is based on.
2013-09-10 Mark H WeaverMinor stylistic improvement to 'and-let*' macro.
2013-09-09 Mark H WeaverRewrite SRFI-2 'and-let*' using syntax-case.
2013-08-31 Andy WingoAdd contification pass
2013-08-31 Andy WingoAdd CPS -> RTL compiler
2013-08-31 Andy WingoAdd pass to reify primcalls without corresponding VM ops
2013-08-31 Andy WingoAdd arity-adapting module
2013-08-31 Andy WingoAdd CPS primitives info module
2013-08-31 Andy WingoRTL language
2013-08-31 Andy WingoAdd closure conversion
2013-08-31 Andy Wingo(compile foo #:to 'cps)
2013-08-31 Andy WingoAdd CPS language
2013-08-29 Andy Wingo,xx for RTL images
2013-08-29 Andy Wingoadd ability to disassemble ELF images
2013-08-24 Andy WingoExport the assembler procedures
2013-08-24 Andy WingoRA == MVRA in disassembler
2013-08-24 Andy Wingoassembler: give proper permissions to .data section
2013-08-24 Andy Wingocompile-file adds #:to-disk? #t to opts
2013-08-24 Mark H WeaverConvert branchable primitives into binary operations...
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-23 Mark H WeaverFix 'define-public' from (ice-9 curried-definitions).
2013-08-20 Mark H WeaverImprove error checking in 'define-public' and 'module...
2013-08-19 Ian Price`write-request-line' always prints a path component.
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverImprove run-time error reporting in (ice-9 match).
2013-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-13 Mark H WeaverCommon numeric operations are left-to-right associative.
2013-08-12 Mark H WeaverNumerical comparisons are not negatable.
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-11 Mark H WeaverAdapt ecmascript compiler to tree-il prompt changes...
2013-08-11 Andy WingoVarious RTL VM and calling convention tweaks
2013-08-11 Andy WingoInline escape-only prompt bodies in the Tree-IL
2013-08-11 Andy Wingoremove peval abort-in-tail-position optimization
2013-08-09 Mark H WeaverFix numerator and denominator handling of signed zeroes...
2013-08-07 Mark H WeaverDecompiler: fix handling of empty 'case-lambda' express...
2013-08-07 Mark H WeaverAdapt ecmascript compiler to recent tree-il changes...
2013-08-07 Mark H WeaverString ports use UTF-8; ignore %default-port-encoding.
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-21 Andy WingoRTL instructions have no rest args
2013-07-21 Andy WingoUse allocate-struct in define-record-type implementations
2013-07-21 Andy WingoRTL: Local 0 is the procedure
2013-07-21 Andy Wingortl: propagate OP_DST to scheme
2013-07-21 Andy Wingofix rtl program arity functions
2013-07-21 Mark H WeaverOptimize R6RS bitwise operators.
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverAdd support for HTTP proxies.
2013-07-16 Mark H WeaverFix R6RS 'fixnum-width'.
2013-07-16 Mark H WeaverUpdate copyright dates of recently-changed R6RS bitwise...
2013-07-16 Mark H WeaverFix 'fxbit-count' for negative arguments.
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverFlonum operations always return flonums.
2013-07-16 Mark H Weaverflfinite? applied to a NaN returns false.
2013-07-16 Mark H Weaverflonum? returns false for complex number objects.
2013-07-16 Mark H WeaverAllow fl+ and fl* to accept zero arguments.
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-14 Mark H WeaverFix 'bitwise-bit-count' for negative arguments.
2013-07-06 Andy Wingo<prompt> body and handler are lambdas; add escape-only...
2013-06-28 Andy WingoRemove with-fluids; replaced by with-fluid* and inlined...
2013-06-27 Andy Wingoreplace <dynset> with primcalls to fluid-set!
2013-06-27 Andy Wingoreplace <dynref> with primcalls to fluid-ref
2013-06-27 Andy Wingodynamic-wind in terms of wind and unwind; remove <dynwi...
2013-06-27 Andy Wingoremove @call-with-values memoizer
2013-06-27 Andy Wingoremove @call-with-current-continuation memoizer
2013-06-27 Andy Wingoremove @apply memoizer
2013-06-27 Andy WingoRemove @prompt memoizer
2013-06-25 Andy Wingoabort-to-prompt* instead of @abort
2013-06-23 Andy Wingopsyntax: ((@@ primitive NAME) ARG ...) in (guile) modul...
2013-06-16 Andy Wingo<dynwind> no longer has "pre" or "post" fields
2013-06-16 Andy WingoReduce call-with-values to let for singly-valued producers
2013-06-10 Andy WingoRewrite make-tree-il-folder to use the Wright matcher.
2013-06-10 Andy WingoRewrite unparse-tree-il to use the Wright matcher.
2013-06-10 Andy WingoRewrite parse-tree-il to use the Wright matcher.
2013-06-10 Andy WingoImplement tree-il-fold in terms of make-tree-il-folder.
2013-06-10 Andy WingoRewrite tree-il pre-post-order in terms of (ice-9 match)
2013-06-10 Andy WingoPre-order tree-il rewrites are now non-destructive
2013-06-10 Andy WingoTree-il post-order rewriter no longer destructive
2013-06-10 Andy WingoSimplify let-values to let if consumer binds only one...
2013-06-09 Andy Wingoprocedure-properties for RTL functions
2013-06-09 Andy Wingoprocedure-documentation works on RTL procedures
2013-06-09 Andy WingoWrite docstrings into RTL ELF images
2013-06-09 Andy WingoWire up ability to print RTL program arities
2013-06-09 Andy Wingo(system vm debug) can read arity information
next