Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
guile-commits (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Dec 20 2019 07:21:31 -0500
Threads in reverse chronological order
[
Next Period
]
[Guile-commits] branch wip-exception-truncate updated (c6a68da -> 2e3d5ad)
,
Daniel Llorens
,
2019/12/20
[Guile-commits] 02/03: Extend core vector-fill! to handle a range
,
Daniel Llorens
,
2019/12/20
[Guile-commits] 01/03: Add string-replace-substring to (ice-9 string-fun)
,
Daniel Llorens
,
2019/12/20
[Guile-commits] 03/03: (wip) give a handle into format used in exceptions
,
Daniel Llorens
,
2019/12/20
[Guile-commits] branch wip-exception-truncate updated (06aba62 -> c6a68da)
,
Daniel Llorens
,
2019/12/18
[Guile-commits] 01/02: Extend core vector-fill! to handle a range
,
Daniel Llorens
,
2019/12/18
[Guile-commits] 02/02: (wip) give a handle into format used in exceptions
,
Daniel Llorens
,
2019/12/18
[Guile-commits] branch wip-exception-truncate updated (b813ea0 -> 06aba62)
,
Daniel Llorens
,
2019/12/17
[Guile-commits] 01/01: (wip) give a handle into format used in exceptions
,
Daniel Llorens
,
2019/12/17
[Guile-commits] branch master updated (4b34e11 -> 76e436c)
,
Ludovic Courtès
,
2019/12/14
[Guile-commits] 01/02: srfi-35: Replace '&error'.
,
Ludovic Courtès
,
2019/12/14
[Guile-commits] 02/02: srfi-35: Generate a unique binding for the constructor.
,
Ludovic Courtès
,
2019/12/14
[Guile-commits] annotated tag v2.9.7 created (now 7abacdb)
,
Andy Wingo
,
2019/12/13
[Guile-commits] branch master updated (dbc93d6 -> 4b34e11)
,
Andy Wingo
,
2019/12/13
[Guile-commits] 01/01: GNU Guile 2.9.7.
,
Andy Wingo
,
2019/12/13
[Guile-commits] branch master updated (cf693d8 -> dbc93d6)
,
Andy Wingo
,
2019/12/13
[Guile-commits] 01/01: Avoid throwing exceptions during early boot if stdin is closed
,
Andy Wingo
,
2019/12/13
[Guile-commits] branch master updated (bcb4f7d -> cf693d8)
,
Andy Wingo
,
2019/12/11
[Guile-commits] 01/02: Document JIT environment variables
,
Andy Wingo
,
2019/12/11
[Guile-commits] 02/02: Update NEWS
,
Andy Wingo
,
2019/12/11
[Guile-commits] branch master updated (114198d -> bcb4f7d)
,
Andy Wingo
,
2019/12/11
[Guile-commits] 01/01: Merge remote-tracking branch 'origin/stable-2.2'
,
Andy Wingo
,
2019/12/11
[Guile-commits] branch master updated (4a6a7e1 -> 114198d)
,
Andy Wingo
,
2019/12/11
[Guile-commits] 02/17: Move add/immediate, sub/immediate slow paths out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 03/17: Move add, sub slow paths out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 04/17: Move handle-interrupts slow path out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 10/17: Add subr-call out-of-line slow path
,
Andy Wingo
,
2019/12/11
[Guile-commits] 09/17: Move alloc-frame slow path out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 13/17: Move assert-nargs-le slow path out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 14/17: Move allocate-words/immediate slow path out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 05/17: Move receive slow path out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 07/17: Move assert-nargs-ee slow path out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 06/17: Move receive-values slow path out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 08/17: Move assert-nargs-ge slow path out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 11/17: Add out-of-line slow path for compose-continuation
,
Andy Wingo
,
2019/12/11
[Guile-commits] 12/17: Add out-of-line slow path for abort
,
Andy Wingo
,
2019/12/11
[Guile-commits] 15/17: Move allocate-pointerless-words/immediate slow path out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 01/17: Add infrastructure for out-of-line JIT compilation of slow paths
,
Andy Wingo
,
2019/12/11
[Guile-commits] 17/17: Move less? slow path out of line
,
Andy Wingo
,
2019/12/11
[Guile-commits] 16/17: Add fixnum fast-path for =
,
Andy Wingo
,
2019/12/11
[Guile-commits] branch master updated (70ad8a2 -> 4a6a7e1)
,
Andy Wingo
,
2019/12/09
[Guile-commits] 01/01: Remove vm->sp_min_since_gc
,
Andy Wingo
,
2019/12/09
[Guile-commits] branch master updated (a1e88eb -> 70ad8a2)
,
Andy Wingo
,
2019/12/09
[Guile-commits] 01/02: Allow for inexact integers in quo, rem, and so on
,
Andy Wingo
,
2019/12/09
[Guile-commits] 02/02: Reduce quo, rem, mod for power-of-two divisors
,
Andy Wingo
,
2019/12/09
[Guile-commits] branch stable-2.2 updated (659526d -> edf5aea)
,
Ludovic Courtès
,
2019/12/09
[Guile-commits] 01/01: Fix non-deterministic crash in 'finalization_thread_proc'.
,
Ludovic Courtès
,
2019/12/09
[Guile-commits] branch master updated (d14e8fa -> a1e88eb)
,
Andy Wingo
,
2019/12/08
[Guile-commits] 01/01: Fix JIT tier-up from within loops for already-JIT-compiled functions
,
Andy Wingo
,
2019/12/08
[Guile-commits] branch wip-exception-truncate updated (ecb2f28 -> b813ea0)
,
Daniel Llorens
,
2019/12/06
[Guile-commits] 02/02: (wip) give a handle into format used in exceptions
,
Daniel Llorens
,
2019/12/06
[Guile-commits] 01/02: Single definition of (iota)
,
Daniel Llorens
,
2019/12/06
[Guile-commits] branch wip-exception-truncate updated (6d92ecc -> ecb2f28)
,
Daniel Llorens
,
2019/12/06
[Guile-commits] 01/01: (wip) give a handle into format used in exceptions
,
Daniel Llorens
,
2019/12/06
[Guile-commits] branch master updated (2b60838 -> d14e8fa)
,
Andy Wingo
,
2019/12/06
[Guile-commits] 01/01: Fix resolve-r6rs-interface to propagate replacement flags
,
Andy Wingo
,
2019/12/06
[Guile-commits] branch master updated (334102d -> 2b60838)
,
Daniel Llorens
,
2019/12/06
[Guile-commits] 01/01: Single definition of (iota)
,
Daniel Llorens
,
2019/12/06
[Guile-commits] branch master updated (c6a9a7e -> 334102d)
,
Daniel Llorens
,
2019/12/06
[Guile-commits] 01/01: Single definition of (iota)
,
Daniel Llorens
,
2019/12/06
[Guile-commits] branch master updated (6c6867d -> 4a168cd)
,
Andy Wingo
,
2019/12/06
[Guile-commits] 01/01: Update NEWS for Guile 2.9.6
,
Andy Wingo
,
2019/12/06
[Guile-commits] branch master updated (cb14fd2 -> 6c6867d)
,
Andy Wingo
,
2019/12/06
[Guile-commits] 02/02: Effects analysis treats the fixed parts of objects specially
,
Andy Wingo
,
2019/12/06
[Guile-commits] 01/02: Allocations and raw mutating operations restrict to mutable types
,
Andy Wingo
,
2019/12/06
[Guile-commits] annotated tag v2.9.6 created (now 73fa2ad)
,
Andy Wingo
,
2019/12/06
[Guile-commits] branch master updated (4a168cd -> c6a9a7e)
,
Andy Wingo
,
2019/12/06
[Guile-commits] 01/01: GNU Guile 2.9.6 (beta)
,
Andy Wingo
,
2019/12/06
[Guile-commits] branch master updated (0f61d8d -> cb14fd2)
,
Andy Wingo
,
2019/12/05
[Guile-commits] 01/01: Propagate replacement flag for autoload interfaces
,
Andy Wingo
,
2019/12/05
[Guile-commits] branch master updated (82127b3 -> 0f61d8d)
,
Andy Wingo
,
2019/12/02
[Guile-commits] 01/01: Add --r6rs and --r7rs options to "guild compile"
,
Andy Wingo
,
2019/12/02
[Guile-commits] branch master updated (cf08dbd -> 82127b3)
,
Andy Wingo
,
2019/12/02
[Guile-commits] 01/01: Add guile-3, r6rs, r7rs cond-expand features
,
Andy Wingo
,
2019/12/02
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc