Archives are refreshed every 30 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: Sat Nov 28 2015 12:39:47 -0500
Threads in reverse chronological order
[
Next Period
]
[Guile-commits] branch stable-2.0 updated (e94a42c -> 5c9a8ec)
,
Mark H. Weaver
,
2015/11/28
[Guile-commits] 01/01: Bump user-visible copyright years to 2015.
,
Mark H. Weaver
,
2015/11/28
[Guile-commits] branch stable-2.0 updated (aaea5b2 -> e94a42c)
,
Mark H. Weaver
,
2015/11/13
[Guile-commits] 02/02: Fix getsockopt/setsockopt handling of SO_SNDBUF/SO_RCVBUF options.
,
Mark H. Weaver
,
2015/11/13
[Guile-commits] 01/02: Revert "Add SRFI-25 implementation"
,
Mark H. Weaver
,
2015/11/13
[Guile-commits] branch lloda-array-support updated (5adfbef -> fea3974)
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 01/16: Avoid unneeded internal use of array handles
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 04/16: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 02/16: Remove scm_from_contiguous_array
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 05/16: Compile in C99 mode
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 06/16: New functions array-from, array-from*, array-set-from!
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 07/16: Tests & doc for array-from, array-from*, array-set-from!
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 10/16: Fix compilation of rank 0 typed array literals
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 09/16: Don't use array handles in scm_c_array_rank
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 03/16: Unuse array 'contiguous' flag
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 11/16: Remove deprecated array functions
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 08/16: Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 12/16: Speed up for multi-arg cases of scm_ramap functions
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 13/16: Remove deprecated and unused generalized-vector functions
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 14/16: Do not use array handles in scm_vector
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 16/16: Draft documentation for (array-for-each-cell)
,
Daniel Llorens
,
2015/11/13
[Guile-commits] 15/16: Draft of (array-for-each-cell)
,
Daniel Llorens
,
2015/11/13
[Guile-commits] branch master updated (ac5a05d -> 13edcf5)
,
Andy Wingo
,
2015/11/11
[Guile-commits] 01/02: Eval speedup for lexical-ref
,
Andy Wingo
,
2015/11/11
[Guile-commits] 02/02: load-path will skip over stale .go files and keep going
,
Andy Wingo
,
2015/11/11
[Guile-commits] branch master updated (c99f9ba -> ac5a05d)
,
Andy Wingo
,
2015/11/11
[Guile-commits] 22/27: Add new pass to specialize "add" into "fadd" where possible
,
Andy Wingo
,
2015/11/11
[Guile-commits] 27/27: Bump bytecode version
,
Andy Wingo
,
2015/11/11
[Guile-commits] 04/27: Run CSE to clean up after closure conversion
,
Andy Wingo
,
2015/11/11
[Guile-commits] 01/27: Bootstrap build doesn't have to expand CPS optimizations
,
Andy Wingo
,
2015/11/11
[Guile-commits] 05/27: Fix slot-allocation to make 'return' not need to alloc-frame
,
Andy Wingo
,
2015/11/11
[Guile-commits] 07/27: Don't emit redundant reset-frame before return
,
Andy Wingo
,
2015/11/11
[Guile-commits] 11/27: Remove use of return in disassembler.scm
,
Andy Wingo
,
2015/11/11
[Guile-commits] 10/27: rtl.test uses return-values
,
Andy Wingo
,
2015/11/11
[Guile-commits] 13/27: Treat tail $values as generating lazy allocations
,
Andy Wingo
,
2015/11/11
[Guile-commits] 14/27: VM support for raw slots
,
Andy Wingo
,
2015/11/11
[Guile-commits] 15/27: Reflection support for unboxed f64 slots
,
Andy Wingo
,
2015/11/11
[Guile-commits] 06/27: return-values opcode resets the frame
,
Andy Wingo
,
2015/11/11
[Guile-commits] 20/27: Scalar replacement for f64->scm
,
Andy Wingo
,
2015/11/11
[Guile-commits] 21/27: Add fadd, fsub, fmul, fdiv instructions
,
Andy Wingo
,
2015/11/11
[Guile-commits] 23/27: Fix slot representation computation for fadd, fmul, etc
,
Andy Wingo
,
2015/11/11
[Guile-commits] 19/27: bv-{f32, f64}-{ref, set!} operate on raw f64 values
,
Andy Wingo
,
2015/11/11
[Guile-commits] 25/27: Better f64 unboxing for loop vars that might flow to $ktail
,
Andy Wingo
,
2015/11/11
[Guile-commits] 17/27: Add VM ops to pack and unpack raw f64 values.
,
Andy Wingo
,
2015/11/11
[Guile-commits] 03/27: CSE can run on first-order CPS
,
Andy Wingo
,
2015/11/11
[Guile-commits] 16/27: Stack slots can hold a double
,
Andy Wingo
,
2015/11/11
[Guile-commits] 12/27: Remove return opcode
,
Andy Wingo
,
2015/11/11
[Guile-commits] 09/27: Always emit return-values
,
Andy Wingo
,
2015/11/11
[Guile-commits] 08/27: Replace return primcalls with $values
,
Andy Wingo
,
2015/11/11
[Guile-commits] 24/27: The compiler can unbox float64 loop variables
,
Andy Wingo
,
2015/11/11
[Guile-commits] 26/27: Remove debug printout in specialize-numbers
,
Andy Wingo
,
2015/11/11
[Guile-commits] 18/27: Type inference distinguishes between untagged and tagged flonums
,
Andy Wingo
,
2015/11/11
[Guile-commits] 02/27: Revert "Bootstrap build doesn't have to expand CPS optimizations"
,
Andy Wingo
,
2015/11/11
[Guile-commits] branch wip-2.1.2 deleted (was 00f0dcb)
,
Andy Wingo
,
2015/11/11
[Guile-commits] branch stable-2.0 updated (133ec4c -> aaea5b2)
,
Ludovic Courtès
,
2015/11/05
[Guile-commits] 02/02: Add SRFI-25 implementation
,
Ludovic Courtès
,
2015/11/05
[Guile-commits] 01/02: Regenerate SRFI-14 character set data.
,
Ludovic Courtès
,
2015/11/05
[Guile-commits] branch lloda-array-support updated (c00c74c -> 5adfbef)
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 01/16: Avoid unneeded internal use of array handles
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 04/16: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 03/16: Unuse array 'contiguous' flag
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 06/16: New functions array-from, array-from*, array-set-from!
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 05/16: Compile in C99 mode
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 08/16: Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 02/16: Remove scm_from_contiguous_array
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 07/16: Tests & doc for array-from, array-from*, array-set-from!
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 09/16: Don't use array handles in scm_c_array_rank
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 11/16: Remove deprecated array functions
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 13/16: Remove deprecated and unused generalized-vector functions
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 10/16: Fix compilation of rank 0 typed array literals
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 15/16: Draft of (array-for-each-cell)
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 12/16: Speed up for multi-arg cases of scm_ramap functions
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 16/16: Draft documentation for (array-for-each-cell)
,
Daniel Llorens
,
2015/11/05
[Guile-commits] 14/16: Do not use array handles in scm_vector
,
Daniel Llorens
,
2015/11/05
[Guile-commits] annotated tag v2.1.1 created (now 0d06ada)
,
Andy Wingo
,
2015/11/04
[Guile-commits] annotated tag v2.1.1 deleted (was 7c8bc50)
,
Andy Wingo
,
2015/11/04
[Guile-commits] annotated tag v2.1.1 created (now 7c8bc50)
,
Andy Wingo
,
2015/11/04
[Guile-commits] branch master updated (e5bccb6 -> c99f9ba)
,
Andy Wingo
,
2015/11/04
[Guile-commits] branch stable-2.0 updated (f57aba7 -> 133ec4c)
,
Mark H. Weaver
,
2015/11/01
[Guile-commits] 02/03: Fix seeking on binary input ports with putback buffers.
,
Mark H. Weaver
,
2015/11/01
[Guile-commits] 01/03: build: Add SCM_T_OFF_MAX and SCM_T_OFF_MIN to scmconfig.h.
,
Mark H. Weaver
,
2015/11/01
[Guile-commits] 03/03: string ports: Add overflow checks and other fixes.
,
Mark H. Weaver
,
2015/11/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc