Fix --without-threads and SCM_DEBUG_TYPING_STRICTNESS==2 builds.
[bpt/guile.git] / module /
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
2013-06-09 Andy WingoRTL assembler writes arities information into separate...
2013-06-09 Andy WingoBeginnings of tracking of procedure arities in assembler
2013-06-09 Andy Wingoadd procedure prelude macro-instructions
2013-06-09 Andy Wingobegin-program takes properties alist
2013-06-09 Andy WingoAdd RTL disassembler
2013-06-09 Andy WingoRTL programs print with their name
2013-06-09 Andy WingoAdd runtime support for reading debug information from ELF
2013-06-09 Andy WingoAdd RTL assembler
2013-06-09 Andy Wingolinker string tables are stateful objects
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-05-31 Andy Wingoadd new rtl vm
2013-05-27 Andy Wingopop-continuation abort-continuation hooks pass return...
2013-05-23 Andy Wingoadd (find-mapped-elf-image) procedure to (system vm...
2013-05-23 Andy Wingorefactor linker to lay out ELF files and memory in...
2013-05-23 Andy Wingoelf: add accessors for header members that might need...
2013-05-23 Andy WingoELF refactor and consequent linker simplifications
2013-05-23 Andy Wingosplit linker out of elf module
2013-05-02 Aleix Conchillo... web: uri-encode hexadecimal percent-encoding is now...
2013-04-14 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-04-08 Mark H WeaverConsume a peeked EOF at the REPL.
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-04-07 Chris K. Jester... Add record type printer for srfi-41.
2013-04-07 Chris K. Jester... Add record type printer for srfi-45.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-07 Mark H WeaverDo not scan for coding declarations in open-file.
2013-04-06 Mark H WeaverBump 'copyright-year' to 2013.
2013-04-06 Ian PriceRemove duplicate definitions of `call/ec' and `let...
2013-04-06 Chris K. Jester... Use a fresh cons for %stream-null.
2013-04-05 Ludovic CourtèsAdd `call/ec' and `let/ec'.
2013-04-05 Chris K. Jester... Revert "Add record type printers for srfi-41 and srfi...
2013-04-05 Chris K. Jester... Add record type printers for srfi-41 and srfi-45.
2013-04-04 Mark H WeaverNicer docstring syntax for case-lambda.
2013-04-01 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-31 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-31 Mark H WeaverAdd -C command-line option to adjust %load-compiled...
2013-03-29 Ludovic Courtèsbuild: Build and check (ice-9 popen) only when --enable...
2013-03-29 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-28 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-27 Chris K. Jester... Add SRFI-41.
2013-03-27 Ludovic Courtèsfutures: Limit the number of nested futures on the...
2013-03-27 Ludovic CourtèsDocument `and=>'.
2013-03-27 Daniel Hartwigweb http: parse numeric time zones in headers
2013-03-27 Mark H WeaverSRFI-45: add promise? predicate.
2013-03-27 Mark H WeaverRevert "SRFI-45: Support multiple values; add promise...
2013-03-25 Ludovic CourtèsSRFI-37: Fix infinite loop when processing short option...
2013-03-22 Ludovic Courtèstexinfo plain-text: Use `match' for `stexi->plain-text'.
2013-03-22 Ludovic Courtèstexinfo: Add whitespace after periods.
2013-03-21 Ludovic Courtèstexinfo plain-text: Properly render @dots{}.
2013-03-21 Ludovic Courtèstexinfo: Recognize `@:'.
2013-03-21 Ludovic Courtèstexinfo: Allow markup in the arguments of `@pxref'.
2013-03-21 Mark H WeaverAdd missing 'cond-expand' feature identifiers; remove...
2013-03-19 Mark H WeaverSRFI-45: Support multiple values; add promise? predicate.
next