bpt/guile.git
2013-07-21 Andy WingoRTL: Local 0 is the procedure
2013-07-21 Andy Wingortl: propagate OP_DST to scheme
2013-07-21 Andy Wingofree variable debugging access procedures for rtl
2013-07-21 Andy Wingofix rtl program arity functions
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-18 Mark H WeaverModify SCM_UNPACK type check to avoid warnings in clang.
2013-07-17 Ludovic CourtèsFix 'SCM_SYSCALL' to really swallow EINTR.
2013-07-17 Ludovic Courtèsbuild: Add `gdbinit' to the distribution.
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 Weavergcd and lcm support inexact integer arguments.
2013-07-16 Mark H Weavermin and max: NaNs beat infinities, per R6RS errata.
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 Weavernumbers.test: Fix inum/flonum comparison test on 32...
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverAvoid lossy conversion from inum to double in numerical...
2013-07-16 Mark H Weavernumbers.test: Avoid inexact arithmetic in computation...
2013-07-16 Mark H WeaverFix bugs in numerical equality predicate.
2013-07-16 Mark H WeaverFix rounding in scm_i_divide2double for negative arguments.
2013-07-14 Mark H WeaverFix VM 'ash' for right shifts by large amounts.
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 WingoSimplify dynstack API to only wind one fluid at a time
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:nconc2last
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-17 Mark H WeaverFix bug in remqueue in threads.c when removing last...
2013-06-16 Ludovic CourtèsFix #ifdefery for `setegid'.
2013-06-16 Ludovic Courtèstests: Don't rely on `scm_call_2' being visible.
2013-06-16 Ludovic CourtèsAugment `.dir-locals.el'.
2013-06-16 Ludovic Courtèstests: Remove symlink only when it exists.
2013-06-16 Ludovic Courtèstests: Skip FFI tests that use `qsort' when it's not...
2013-06-16 Andy Wingo<dynwind> no longer has "pre" or "post" fields
2013-06-16 Ludovic Courtèstests: Don't rely on $TMPDIR and /tmp on Windows.
2013-06-16 Ludovic Courtèstests: Use double quotes around shell arguments, for...
2013-06-16 Ludovic CourtèsDefine `AF_UNIX' only when Unix-domain sockets are...
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-10 Andy Wingofix linker.test
2013-06-10 Mark H WeaverAllow #f as timeout argument to unlock-mutex and SRFI...
2013-06-10 Mark H WeaverFix tests for 'scm_c_bind_keyword_arguments'.
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 Wingomove procedure-name and procedure-source to procprop.c
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-08 Andy Wingoconst cleanups in instructions.c
2013-06-04 Ludovic CourtèsReport the faulty keyword in errors raised by `scm_c_bi...
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-05-31 Andy Wingoadd new rtl vm
2013-05-30 Ludovic CourtèsDo not assume `pthread_t' is an integer type.
2013-05-27 Andy Wingorefactor to resolve_variable
2013-05-27 Andy Wingocpp hygiene in the vm
2013-05-27 Andy Wingopop-continuation abort-continuation hooks pass return...
2013-05-27 Andy WingoAllow vm_engine caller to pass arguments on the stack.
2013-05-27 Andy Wingovm-engine: remove register assignments
2013-05-23 Andy Wingoremove some configurability in vm-engine
2013-05-23 Andy Wingominor vm-engine cleanups
2013-05-23 Andy Wingoremove CONS macro in VM; use scm_cons instead
2013-05-23 Andy Wingoinline vm-engine.h into vm-engine.c
2013-05-23 Andy Wingoadd (find-mapped-elf-image) procedure to (system vm...
2013-05-23 Andy Wingorefactor and simplify ELF loader in objcodes.c
2013-05-23 Andy Wingoadd scm_{to,from}_{u,}intptr_t
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...
next