Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
guile-commits (date)
[
Thread Index
][
Top
][
All Lists
][
guile-commits info page
]
Advanced
[
Prev Period
]
Last Modified: Sat Mar 28 2020 07:44:33 -0400
Messages in reverse chronological order
[
Next Period
]
March 28, 2020
[Guile-commits] branch master updated: doc: Improve tree-il 'lambda-case' description.
,
Ludovic Courtès
,
07:44
March 27, 2020
[Guile-commits] annotated tag v3.0.2 created (now c1d74f3)
,
Ludovic Courtès
,
11:13
[Guile-commits] branch master updated: GNU Guile 3.0.2.
,
Ludovic Courtès
,
11:11
[Guile-commits] branch master updated: Update NEWS.
,
Ludovic Courtès
,
09:55
March 26, 2020
[Guile-commits] branch master updated: Update SRFI-14 tables to Unicode 13.0.0
,
Mike Gran
,
10:28
March 25, 2020
[Guile-commits] 01/02: Add SRFI-171 to guile
,
Ludovic Courtès
,
18:12
[Guile-commits] 02/02: doc: Replace square brackets with round brackets.
,
Ludovic Courtès
,
18:12
[Guile-commits] branch master updated (f8f8986 -> b9a09f1)
,
Ludovic Courtès
,
18:12
March 24, 2020
[Guile-commits] 01/03: Replace libltdl with gmodule-2.0 in build
,
Mike Gran
,
18:08
[Guile-commits] 03/03: Implement ltdl-like directory search for modules
,
Mike Gran
,
18:08
[Guile-commits] 02/03: Replace ltdl function calls with gmodule
,
Mike Gran
,
18:08
[Guile-commits] branch wip-replace-ltdl-with-gmodule created (now bcce103)
,
Mike Gran
,
18:08
March 23, 2020
[Guile-commits] 03/04: 'resize_set' no longer allocates in a loop.
,
Ludovic Courtès
,
17:50
[Guile-commits] 02/04: Ensure weak sets are occasionally vacuumed.
,
Ludovic Courtès
,
17:50
[Guile-commits] branch master updated (ef6f7ce -> f8f8986)
,
Ludovic Courtès
,
17:50
[Guile-commits] 04/04: 'sort-labels-locally' uses a transient intset.
,
Ludovic Courtès
,
17:50
[Guile-commits] 01/04: Avoid double initialization in 'vector-copy'.
,
Ludovic Courtès
,
17:50
[Guile-commits] branch master updated: Fix fixpoint computation in compute-significant-bits
,
Andy Wingo
,
09:49
[Guile-commits] branch stable-2.2 updated: Fix fixpoint computation in compute-significant-bits
,
Andy Wingo
,
09:48
March 22, 2020
[Guile-commits] branch master updated: Deprecate 'tmpnam' and add '--disable-tmpnam' configure option.
,
Ludovic Courtès
,
13:11
March 21, 2020
[Guile-commits] branch master updated: Interpret dynamic library name as literal file name first.
,
Ludovic Courtès
,
19:29
[Guile-commits] 01/02: Fix compilation --without-threads.
,
Ludovic Courtès
,
13:27
[Guile-commits] 02/02: tests: Skip web server test when thread support is missing.
,
Ludovic Courtès
,
13:27
[Guile-commits] branch master updated (89edd1b -> 87bf38c)
,
Ludovic Courtès
,
13:27
March 17, 2020
[Guile-commits] 05/05: Fix race condition between 'abort-to-prompt' and stack marking.
,
Ludovic Courtès
,
19:18
[Guile-commits] 04/05: gdb: Avoid accessing values that are optimized out.
,
Ludovic Courtès
,
19:18
[Guile-commits] 03/05: gdb: Adjust 'find-vp' for Guile 3.0.
,
Ludovic Courtès
,
19:18
[Guile-commits] 02/05: gdb: Use <stdint.h> types.
,
Ludovic Courtès
,
19:18
[Guile-commits] branch master updated (77f9c49 -> 89edd1b)
,
Ludovic Courtès
,
19:18
[Guile-commits] 01/05: gdb: Delay type lookups.
,
Ludovic Courtès
,
19:18
March 16, 2020
[Guile-commits] 23/27: Remove 'contiguous' flag in arrays
,
Daniel Llorens
,
04:52
[Guile-commits] 22/27: Remove scm_from_contiguous_typed_array
,
Daniel Llorens
,
04:52
[Guile-commits] 27/27: Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
,
Daniel Llorens
,
04:52
[Guile-commits] 19/27: Remove generalized-vectors.[hc]
,
Daniel Llorens
,
04:52
[Guile-commits] 26/27: Simplify vector constructor
,
Daniel Llorens
,
04:52
[Guile-commits] 20/27: Update branch news file
,
Daniel Llorens
,
04:52
[Guile-commits] 18/27: Pull generalized-vectors from under bytevectors
,
Daniel Llorens
,
04:52
[Guile-commits] 17/27: Pull generalized-vectors from under typed vectors
,
Daniel Llorens
,
04:52
[Guile-commits] 21/27: Merge generalized-arrays.[ch] in arrays.[ch]
,
Daniel Llorens
,
04:52
[Guile-commits] 15/27: Rewrite vector-copy! using memmove
,
Daniel Llorens
,
04:52
[Guile-commits] 25/27: Remove superfluous type check in bitvector->list
,
Daniel Llorens
,
04:52
[Guile-commits] 24/27: Move uniform-array->bytevector from (rnrs bytevectors) to core
,
Daniel Llorens
,
04:52
[Guile-commits] 05/27: Simple vectors are just vectors
,
Daniel Llorens
,
04:52
[Guile-commits] 16/27: Pull generalized-vectors from under bitvector/string/vector
,
Daniel Llorens
,
04:52
[Guile-commits] 07/27: Simplify interfaces to scm_bitvector_elements and scm_bitvector_writable_elements
,
Daniel Llorens
,
04:52
[Guile-commits] 10/27: Add lenp parameter back to scm_vector_(writable_)elements
,
Daniel Llorens
,
04:52
[Guile-commits] 06/27: Simplify interfaces to scm_vector_elements and scm_vector_writable_elements
,
Daniel Llorens
,
04:52
[Guile-commits] 08/27: Fix doc for last bitvector patch
,
Daniel Llorens
,
04:52
[Guile-commits] 14/27: Golf in srfi-4.h
,
Daniel Llorens
,
04:52
[Guile-commits] 09/27: Simplify interfaces to scm_TYPEvector_(writable_)elements
,
Daniel Llorens
,
04:52
[Guile-commits] 13/27: Move bitvector functions using array_handle to libguile/array-handle.[ch]
,
Daniel Llorens
,
04:52
[Guile-commits] 12/27: Remove generalized vector support for vector-move-right!, vector-move-left!
,
Daniel Llorens
,
04:52
[Guile-commits] 11/27: Add lenp parameter back to scm_bitvector_(writable_)elements
,
Daniel Llorens
,
04:52
[Guile-commits] 03/27: Require vector argument to scm_vector_elements, scm_vector_writable_elements
,
Daniel Llorens
,
04:52
[Guile-commits] 02/27: Require vector as argument to vector->list
,
Daniel Llorens
,
04:52
[Guile-commits] 01/27: Require vector as argument to vector-copy
,
Daniel Llorens
,
04:52
[Guile-commits] 04/27: Remove the unused argument from scm_array_p
,
Daniel Llorens
,
04:52
[Guile-commits] branch wip-vector-cleanup updated (63752be -> 98bf49d)
,
Daniel Llorens
,
04:52
March 13, 2020
[Guile-commits] branch stable-2.2 updated: Revert "Fix build on platforms where the stack grows upwards."
,
Andy Wingo
,
12:29
[Guile-commits] branch master updated: Add C API for hook procedures to libguile.h
,
Mike Gran
,
09:57
March 11, 2020
[Guile-commits] branch master updated: doc: Fix typo in api-debug.texi.
,
Ludovic Courtès
,
07:15
March 10, 2020
[Guile-commits] 21/27: Merge generalized-arrays.[ch] in arrays.[ch]
,
Daniel Llorens
,
05:23
[Guile-commits] 24/27: Move uniform-array->bytevector from (rnrs bytevectors) to core
,
Daniel Llorens
,
05:23
[Guile-commits] 26/27: Simplify vector constructor
,
Daniel Llorens
,
05:23
[Guile-commits] 22/27: Remove scm_from_contiguous_typed_array
,
Daniel Llorens
,
05:23
[Guile-commits] 07/27: Simplify interfaces to scm_bitvector_elements and scm_bitvector_writable_elements
,
Daniel Llorens
,
05:23
[Guile-commits] 14/27: Golf in srfi-4.h
,
Daniel Llorens
,
05:23
[Guile-commits] 23/27: Remove 'contiguous' flag in arrays
,
Daniel Llorens
,
05:23
[Guile-commits] 17/27: Pull generalized-vectors from under typed vectors
,
Daniel Llorens
,
05:23
[Guile-commits] 25/27: Remove superfluous type check in bitvector->list
,
Daniel Llorens
,
05:23
[Guile-commits] 27/27: Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
,
Daniel Llorens
,
05:23
[Guile-commits] 05/27: Simple vectors are just vectors
,
Daniel Llorens
,
05:23
[Guile-commits] 20/27: Update branch news file
,
Daniel Llorens
,
05:23
[Guile-commits] 15/27: Rewrite vector-copy! using memmove
,
Daniel Llorens
,
05:23
[Guile-commits] 13/27: Move bitvector functions using array_handle to libguile/array-handle.[ch]
,
Daniel Llorens
,
05:23
[Guile-commits] 11/27: Add lenp parameter back to scm_bitvector_(writable_)elements
,
Daniel Llorens
,
05:23
[Guile-commits] 19/27: Remove generalized-vectors.[hc]
,
Daniel Llorens
,
05:23
[Guile-commits] 18/27: Pull generalized-vectors from under bytevectors
,
Daniel Llorens
,
05:23
[Guile-commits] 16/27: Pull generalized-vectors from under bitvector/string/vector
,
Daniel Llorens
,
05:23
[Guile-commits] 09/27: Simplify interfaces to scm_TYPEvector_(writable_)elements
,
Daniel Llorens
,
05:23
[Guile-commits] 12/27: Remove generalized vector support for vector-move-right!, vector-move-left!
,
Daniel Llorens
,
05:23
[Guile-commits] branch wip-vector-cleanup updated (5d927a8 -> 63752be)
,
Daniel Llorens
,
05:23
[Guile-commits] 03/27: Require vector argument to scm_vector_elements, scm_vector_writable_elements
,
Daniel Llorens
,
05:23
[Guile-commits] 02/27: Require vector as argument to vector->list
,
Daniel Llorens
,
05:23
[Guile-commits] 01/27: Require vector as argument to vector-copy
,
Daniel Llorens
,
05:23
[Guile-commits] 08/27: Fix doc for last bitvector patch
,
Daniel Llorens
,
05:23
[Guile-commits] 04/27: Remove the unused argument from scm_array_p
,
Daniel Llorens
,
05:23
[Guile-commits] 10/27: Add lenp parameter back to scm_vector_(writable_)elements
,
Daniel Llorens
,
05:23
[Guile-commits] 06/27: Simplify interfaces to scm_vector_elements and scm_vector_writable_elements
,
Daniel Llorens
,
05:23
March 09, 2020
[Guile-commits] branch master updated: Fix incorrect allocation size in 'make-vtable-vtable'.
,
Ludovic Courtès
,
10:36
[Guile-commits] 19/27: Remove generalized-vectors.[hc]
,
Daniel Llorens
,
05:31
[Guile-commits] 26/27: Simplify vector constructor
,
Daniel Llorens
,
05:31
[Guile-commits] 24/27: Move uniform-array->bytevector from (rnrs bytevectors) to core
,
Daniel Llorens
,
05:31
[Guile-commits] 22/27: Remove scm_from_contiguous_typed_array
,
Daniel Llorens
,
05:31
[Guile-commits] 18/27: Pull generalized-vectors from under bytevectors
,
Daniel Llorens
,
05:31
[Guile-commits] 04/27: Remove the unused argument from scm_array_p
,
Daniel Llorens
,
05:31
[Guile-commits] 05/27: Simple vectors are just vectors
,
Daniel Llorens
,
05:31
[Guile-commits] 21/27: Merge generalized-arrays.[ch] in arrays.[ch]
,
Daniel Llorens
,
05:31
[Guile-commits] 27/27: Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
,
Daniel Llorens
,
05:31
[Guile-commits] 23/27: Remove 'contiguous' flag in arrays
,
Daniel Llorens
,
05:31
[Guile-commits] 25/27: Remove superfluous type check in bitvector->list
,
Daniel Llorens
,
05:31
[Guile-commits] 15/27: Rewrite vector-copy! using memmove
,
Daniel Llorens
,
05:31
[Guile-commits] 16/27: Pull generalized-vectors from under bitvector/string/vector
,
Daniel Llorens
,
05:31
[Guile-commits] 14/27: Golf in srfi-4.h
,
Daniel Llorens
,
05:31
[Guile-commits] 13/27: Move bitvector functions using array_handle to libguile/array-handle.[ch]
,
Daniel Llorens
,
05:30
[Guile-commits] 07/27: Simplify interfaces to scm_bitvector_elements and scm_bitvector_writable_elements
,
Daniel Llorens
,
05:30
[Guile-commits] 11/27: Add lenp parameter back to scm_bitvector_(writable_)elements
,
Daniel Llorens
,
05:30
[Guile-commits] 17/27: Pull generalized-vectors from under typed vectors
,
Daniel Llorens
,
05:30
[Guile-commits] 09/27: Simplify interfaces to scm_TYPEvector_(writable_)elements
,
Daniel Llorens
,
05:30
[Guile-commits] 20/27: Update branch news file
,
Daniel Llorens
,
05:30
[Guile-commits] 12/27: Remove generalized vector support for vector-move-right!, vector-move-left!
,
Daniel Llorens
,
05:30
[Guile-commits] 08/27: Fix doc for last bitvector patch
,
Daniel Llorens
,
05:30
[Guile-commits] 10/27: Add lenp parameter back to scm_vector_(writable_)elements
,
Daniel Llorens
,
05:30
[Guile-commits] 06/27: Simplify interfaces to scm_vector_elements and scm_vector_writable_elements
,
Daniel Llorens
,
05:30
[Guile-commits] branch wip-vector-cleanup updated (bfe8b53 -> 5d927a8)
,
Daniel Llorens
,
05:30
[Guile-commits] 03/27: Require vector argument to scm_vector_elements, scm_vector_writable_elements
,
Daniel Llorens
,
05:30
[Guile-commits] 02/27: Require vector as argument to vector->list
,
Daniel Llorens
,
05:30
[Guile-commits] 01/27: Require vector as argument to vector-copy
,
Daniel Llorens
,
05:30
March 08, 2020
[Guile-commits] annotated tag v3.0.1 created (now a9783de)
,
Ludovic Courtès
,
12:04
[Guile-commits] 01/02: Update NEWS.
,
Ludovic Courtès
,
12:04
[Guile-commits] 02/02: GNU Guile 3.0.1.
,
Ludovic Courtès
,
12:04
[Guile-commits] branch master updated (fb052c4 -> c01a81e)
,
Ludovic Courtès
,
12:04
March 07, 2020
[Guile-commits] annotated tag v2.2.7 created (now d0e096f)
,
Ludovic Courtès
,
14:16
[Guile-commits] branch stable-2.2 updated: Bump version for Guile 2.2.7.
,
Ludovic Courtès
,
14:15
[Guile-commits] 01/03: Actually run '00-repl-server.test'.
,
Ludovic Courtès
,
12:59
[Guile-commits] 03/03: Update NEWS.
,
Ludovic Courtès
,
12:59
[Guile-commits] 02/03: Bump user-visible copyright years to 2020
,
Ludovic Courtès
,
12:59
[Guile-commits] branch stable-2.2 updated (51a52cd -> c7d6bc0)
,
Ludovic Courtès
,
12:59
[Guile-commits] 03/04: README mentions development dependencies.
,
Ludovic Courtès
,
10:57
[Guile-commits] 04/04: Update NEWS.
,
Ludovic Courtès
,
10:57
[Guile-commits] 02/04: README no longer says it's a prerelease.
,
Ludovic Courtès
,
10:57
[Guile-commits] 01/04: Accept .sld as scheme extensions in r7rs
,
Ludovic Courtès
,
10:57
[Guile-commits] branch master updated (cacf690 -> fb052c4)
,
Ludovic Courtès
,
10:57
[Guile-commits] 03/03: Update NEWS.
,
Ludovic Courtès
,
10:04
[Guile-commits] 01/03: psyntax: Preserve source location information for top-level references.
,
Ludovic Courtès
,
10:04
[Guile-commits] 02/03: Actually run '00-repl-server.test'.
,
Ludovic Courtès
,
10:04
[Guile-commits] branch master updated (076276c -> cacf690)
,
Ludovic Courtès
,
10:04
March 06, 2020
[Guile-commits] branch master updated: web: Client treats TLS "premature termination" error as EOF.
,
Ludovic Courtès
,
17:46
[Guile-commits] 02/02: Remove extra 'error' call in 'make-record-type'.
,
Ludovic Courtès
,
12:08
[Guile-commits] 01/02: Fix expansion of 'error' primitive with a non-constant argument.
,
Ludovic Courtès
,
12:08
[Guile-commits] branch master updated (5d96e42 -> 8a25546)
,
Ludovic Courtès
,
12:08
[Guile-commits] branch master updated (4cfe0c1 -> 5d96e42)
,
Ludovic Courtès
,
11:18
[Guile-commits] 02/02: Add 'hash' test for keywords.
,
Ludovic Courtès
,
11:18
[Guile-commits] 01/02: 'hash' behaves like 'hashq' for tc7s without an 'equal?' implementation.
,
Ludovic Courtès
,
11:18
March 05, 2020
[Guile-commits] branch master updated: psyntax: 'include' no longer rejects relative file names.
,
Ludovic Courtès
,
17:06
March 04, 2020
[Guile-commits] 21/27: Merge generalized-arrays.[ch] in arrays.[ch]
,
Daniel Llorens
,
03:53
[Guile-commits] 26/27: Simplify vector constructor
,
Daniel Llorens
,
03:53
[Guile-commits] 22/27: Remove scm_from_contiguous_typed_array
,
Daniel Llorens
,
03:53
[Guile-commits] 15/27: Rewrite vector-copy! using memmove
,
Daniel Llorens
,
03:53
[Guile-commits] 24/27: Move uniform-array->bytevector from (rnrs bytevectors) to core
,
Daniel Llorens
,
03:53
[Guile-commits] 27/27: Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
,
Daniel Llorens
,
03:53
[Guile-commits] 25/27: Remove superfluous type check in bitvector->list
,
Daniel Llorens
,
03:53
[Guile-commits] 23/27: Remove 'contiguous' flag in arrays
,
Daniel Llorens
,
03:53
[Guile-commits] 05/27: Simple vectors are just vectors
,
Daniel Llorens
,
03:53
[Guile-commits] 19/27: Remove generalized-vectors.[hc]
,
Daniel Llorens
,
03:53
[Guile-commits] 20/27: Update branch news file
,
Daniel Llorens
,
03:53
[Guile-commits] 17/27: Pull generalized-vectors from under typed vectors
,
Daniel Llorens
,
03:53
[Guile-commits] 12/27: Remove generalized vector support for vector-move-right!, vector-move-left!
,
Daniel Llorens
,
03:53
[Guile-commits] 18/27: Pull generalized-vectors from under bytevectors
,
Daniel Llorens
,
03:53
[Guile-commits] 13/27: Move bitvector functions using array_handle to libguile/array-handle.[ch]
,
Daniel Llorens
,
03:53
[Guile-commits] 16/27: Pull generalized-vectors from under bitvector/string/vector
,
Daniel Llorens
,
03:53
[Guile-commits] 14/27: Golf in srfi-4.h
,
Daniel Llorens
,
03:53
[Guile-commits] 10/27: Add lenp parameter back to scm_vector_(writable_)elements
,
Daniel Llorens
,
03:53
[Guile-commits] 09/27: Simplify interfaces to scm_TYPEvector_(writable_)elements
,
Daniel Llorens
,
03:53
[Guile-commits] 11/27: Add lenp parameter back to scm_bitvector_(writable_)elements
,
Daniel Llorens
,
03:53
[Guile-commits] 07/27: Simplify interfaces to scm_bitvector_elements and scm_bitvector_writable_elements
,
Daniel Llorens
,
03:53
[Guile-commits] 06/27: Simplify interfaces to scm_vector_elements and scm_vector_writable_elements
,
Daniel Llorens
,
03:53
[Guile-commits] 08/27: Fix doc for last bitvector patch
,
Daniel Llorens
,
03:53
[Guile-commits] 04/27: Remove the unused argument from scm_array_p
,
Daniel Llorens
,
03:53
[Guile-commits] 02/27: Require vector as argument to vector->list
,
Daniel Llorens
,
03:53
[Guile-commits] 03/27: Require vector argument to scm_vector_elements, scm_vector_writable_elements
,
Daniel Llorens
,
03:53
[Guile-commits] branch wip-vector-cleanup updated (ddc80ea -> bfe8b53)
,
Daniel Llorens
,
03:53
[Guile-commits] 01/27: Require vector as argument to vector-copy
,
Daniel Llorens
,
03:53
March 03, 2020
[Guile-commits] branch master updated: GUILE_PKG finds guile-3.0
,
Andy Wingo
,
15:25
March 02, 2020
[Guile-commits] 27/27: Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
,
Daniel Llorens
,
04:54
[Guile-commits] 21/27: Merge generalized-arrays.[ch] in arrays.[ch]
,
Daniel Llorens
,
04:54
[Guile-commits] 26/27: Simplify vector constructor
,
Daniel Llorens
,
04:54
[Guile-commits] 25/27: Remove superfluous type check in bitvector->list
,
Daniel Llorens
,
04:54
[Guile-commits] 23/27: Remove 'contiguous' flag in arrays
,
Daniel Llorens
,
04:54
[Guile-commits] 22/27: Remove scm_from_contiguous_typed_array
,
Daniel Llorens
,
04:54
[Guile-commits] 18/27: Pull generalized-vectors from under bytevectors
,
Daniel Llorens
,
04:54
[Guile-commits] 17/27: Pull generalized-vectors from under typed vectors
,
Daniel Llorens
,
04:54
[Guile-commits] 15/27: Rewrite vector-copy! using memmove
,
Daniel Llorens
,
04:54
[Guile-commits] 14/27: Golf in srfi-4.h
,
Daniel Llorens
,
04:54
[Guile-commits] 05/27: Simple vectors are just vectors
,
Daniel Llorens
,
04:54
[Guile-commits] 09/27: Simplify interfaces to scm_TYPEvector_(writable_)elements
,
Daniel Llorens
,
04:54
[Guile-commits] 07/27: Simplify interfaces to scm_bitvector_elements and scm_bitvector_writable_elements
,
Daniel Llorens
,
04:54
[Guile-commits] 06/27: Simplify interfaces to scm_vector_elements and scm_vector_writable_elements
,
Daniel Llorens
,
04:54
[Guile-commits] 03/27: Require vector argument to scm_vector_elements, scm_vector_writable_elements
,
Daniel Llorens
,
04:54
[Guile-commits] 08/27: Fix doc for last bitvector patch
,
Daniel Llorens
,
04:54
[Guile-commits] 24/27: Move uniform-array->bytevector from (rnrs bytevectors) to core
,
Daniel Llorens
,
04:54
[Guile-commits] 19/27: Remove generalized-vectors.[hc]
,
Daniel Llorens
,
04:54
[Guile-commits] 20/27: Update branch news file
,
Daniel Llorens
,
04:54
[Guile-commits] 16/27: Pull generalized-vectors from under bitvector/string/vector
,
Daniel Llorens
,
04:54
[Guile-commits] 13/27: Move bitvector functions using array_handle to libguile/array-handle.[ch]
,
Daniel Llorens
,
04:54
[Guile-commits] 12/27: Remove generalized vector support for vector-move-right!, vector-move-left!
,
Daniel Llorens
,
04:54
[Guile-commits] 10/27: Add lenp parameter back to scm_vector_(writable_)elements
,
Daniel Llorens
,
04:54
[Guile-commits] 11/27: Add lenp parameter back to scm_bitvector_(writable_)elements
,
Daniel Llorens
,
04:54
[Guile-commits] 04/27: Remove the unused argument from scm_array_p
,
Daniel Llorens
,
04:54
[Guile-commits] branch wip-vector-cleanup updated (fb71aaf -> ddc80ea)
,
Daniel Llorens
,
04:54
[Guile-commits] 02/27: Require vector as argument to vector->list
,
Daniel Llorens
,
04:54
[Guile-commits] 01/27: Require vector as argument to vector-copy
,
Daniel Llorens
,
04:54
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc