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: Wed Apr 29 2020 05:14:53 -0400
Messages in reverse chronological order
[
Next Period
]
April 29, 2020
[Guile-commits] 05/05: Remove unused analyze-lexicals function
,
Andy Wingo
,
05:14
[Guile-commits] 04/05: Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_p
,
Andy Wingo
,
05:14
[Guile-commits] 02/05: Deprecate useless C bitvector interface
,
Andy Wingo
,
05:14
[Guile-commits] 03/05: Prefer C-like interfaces for scm_c_bitvector_{set, clear}_bits_x
,
Andy Wingo
,
05:14
[Guile-commits] 01/05: bitvector-count-bits replaces bit-count*
,
Andy Wingo
,
05:14
[Guile-commits] branch master updated (1fbe89f -> 3d96c87)
,
Andy Wingo
,
05:14
April 26, 2020
[Guile-commits] 02/02: 'finalization_thread_proc' sets errno before calling 'perror'.
,
Ludovic Courtès
,
10:30
[Guile-commits] 01/02: doc: Fix typo.
,
Ludovic Courtès
,
10:30
[Guile-commits] branch master updated (f897efa -> 1fbe89f)
,
Ludovic Courtès
,
10:30
April 18, 2020
[Guile-commits] 01/02: bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!
,
Andy Wingo
,
16:19
[Guile-commits] 02/02: bitvector-flip-all-bits! replaces bit-invert!
,
Andy Wingo
,
16:19
[Guile-commits] branch master updated (8110061 -> f897efa)
,
Andy Wingo
,
16:19
April 17, 2020
[Guile-commits] 02/02: Provide a hook for the exception printer
,
Daniel Llorens
,
09:11
[Guile-commits] 01/02: Note on modifying literal vectors
,
Daniel Llorens
,
09:11
[Guile-commits] branch wip-exception-truncate updated (74de3b0 -> 7fe78c3)
,
Daniel Llorens
,
09:11
April 14, 2020
[Guile-commits] 02/02: bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!
,
Andy Wingo
,
16:43
[Guile-commits] 01/02: bitvector-bit-set? / bitvector-bit-clear? replace bitvector-ref
,
Andy Wingo
,
16:43
[Guile-commits] branch master updated (ff9979b -> 8110061)
,
Andy Wingo
,
16:43
April 13, 2020
[Guile-commits] branch master updated: Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!
,
Andy Wingo
,
16:09
April 12, 2020
[Guile-commits] branch master updated: Replace bit-position with bitvector-position
,
Andy Wingo
,
16:42
[Guile-commits] 01/02: Deprecate bitvector-ref on array slices
,
Andy Wingo
,
16:31
[Guile-commits] 02/02: Replace bit-count with bitvector-count
,
Andy Wingo
,
16:31
[Guile-commits] branch master updated (2b4e45c -> cae7435)
,
Andy Wingo
,
16:31
April 11, 2020
[Guile-commits] branch stable-2.2-wip-exception-truncate updated: Provide hook into format used by exception printers
,
Daniel Llorens
,
06:48
[Guile-commits] branch stable-2.2-wip-exception-truncate created (now a58758e)
,
Daniel Llorens
,
06:47
[Guile-commits] branch wip-exception-truncate updated (f289d5c -> 74de3b0)
,
Daniel Llorens
,
06:31
[Guile-commits] 01/01: Provide a hook for the exception printer
,
Daniel Llorens
,
06:31
April 09, 2020
[Guile-commits] 21/27: Merge generalized-arrays.[ch] in arrays.[ch]
,
Daniel Llorens
,
11:00
[Guile-commits] 27/27: Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
,
Daniel Llorens
,
11:00
[Guile-commits] 20/27: Update branch news file
,
Daniel Llorens
,
11:00
[Guile-commits] 24/27: Move uniform-array->bytevector from (rnrs bytevectors) to core
,
Daniel Llorens
,
11:00
[Guile-commits] 23/27: Remove 'contiguous' flag in arrays
,
Daniel Llorens
,
11:00
[Guile-commits] 26/27: Simplify vector constructor
,
Daniel Llorens
,
11:00
[Guile-commits] 25/27: Remove superfluous type check in bitvector->list
,
Daniel Llorens
,
11:00
[Guile-commits] 18/27: Pull generalized-vectors from under bytevectors
,
Daniel Llorens
,
11:00
[Guile-commits] 13/27: Move bitvector functions using array_handle to libguile/array-handle.[ch]
,
Daniel Llorens
,
11:00
[Guile-commits] 22/27: Remove scm_from_contiguous_typed_array
,
Daniel Llorens
,
11:00
[Guile-commits] 12/27: Remove generalized vector support for vector-move-right!, vector-move-left!
,
Daniel Llorens
,
11:00
[Guile-commits] 15/27: Rewrite vector-copy! using memmove
,
Daniel Llorens
,
11:00
[Guile-commits] 05/27: Simple vectors are just vectors
,
Daniel Llorens
,
11:00
[Guile-commits] 19/27: Remove generalized-vectors.[hc]
,
Daniel Llorens
,
11:00
[Guile-commits] 17/27: Pull generalized-vectors from under typed vectors
,
Daniel Llorens
,
11:00
[Guile-commits] 16/27: Pull generalized-vectors from under bitvector/string/vector
,
Daniel Llorens
,
11:00
[Guile-commits] 14/27: Golf in srfi-4.h
,
Daniel Llorens
,
11:00
[Guile-commits] 11/27: Add lenp parameter back to scm_bitvector_(writable_)elements
,
Daniel Llorens
,
11:00
[Guile-commits] 09/27: Simplify interfaces to scm_TYPEvector_(writable_)elements
,
Daniel Llorens
,
11:00
[Guile-commits] 07/27: Simplify interfaces to scm_bitvector_elements and scm_bitvector_writable_elements
,
Daniel Llorens
,
11:00
[Guile-commits] 10/27: Add lenp parameter back to scm_vector_(writable_)elements
,
Daniel Llorens
,
11:00
[Guile-commits] 08/27: Fix doc for last bitvector patch
,
Daniel Llorens
,
11:00
[Guile-commits] 06/27: Simplify interfaces to scm_vector_elements and scm_vector_writable_elements
,
Daniel Llorens
,
11:00
[Guile-commits] 04/27: Remove the unused argument from scm_array_p
,
Daniel Llorens
,
11:00
[Guile-commits] 03/27: Require vector argument to scm_vector_elements, scm_vector_writable_elements
,
Daniel Llorens
,
11:00
[Guile-commits] 02/27: Require vector as argument to vector->list
,
Daniel Llorens
,
11:00
[Guile-commits] 01/27: Require vector as argument to vector-copy
,
Daniel Llorens
,
11:00
[Guile-commits] branch wip-vector-cleanup updated (6b85b0f -> 4636eb2)
,
Daniel Llorens
,
11:00
[Guile-commits] branch master updated: Add #:declarative? #f to (srfi srfi-64)
,
Daniel Llorens
,
10:59
April 08, 2020
[Guile-commits] 26/27: Simplify vector constructor
,
Daniel Llorens
,
04:04
[Guile-commits] 24/27: Move uniform-array->bytevector from (rnrs bytevectors) to core
,
Daniel Llorens
,
04:04
[Guile-commits] 18/27: Pull generalized-vectors from under bytevectors
,
Daniel Llorens
,
04:04
[Guile-commits] 22/27: Remove scm_from_contiguous_typed_array
,
Daniel Llorens
,
04:04
[Guile-commits] 23/27: Remove 'contiguous' flag in arrays
,
Daniel Llorens
,
04:04
[Guile-commits] 05/27: Simple vectors are just vectors
,
Daniel Llorens
,
04:04
[Guile-commits] 21/27: Merge generalized-arrays.[ch] in arrays.[ch]
,
Daniel Llorens
,
04:04
[Guile-commits] 27/27: Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
,
Daniel Llorens
,
04:04
[Guile-commits] 25/27: Remove superfluous type check in bitvector->list
,
Daniel Llorens
,
04:04
[Guile-commits] 19/27: Remove generalized-vectors.[hc]
,
Daniel Llorens
,
04:03
[Guile-commits] 20/27: Update branch news file
,
Daniel Llorens
,
04:03
[Guile-commits] 17/27: Pull generalized-vectors from under typed vectors
,
Daniel Llorens
,
04:03
[Guile-commits] 16/27: Pull generalized-vectors from under bitvector/string/vector
,
Daniel Llorens
,
04:03
[Guile-commits] 14/27: Golf in srfi-4.h
,
Daniel Llorens
,
04:03
[Guile-commits] 15/27: Rewrite vector-copy! using memmove
,
Daniel Llorens
,
04:03
[Guile-commits] 13/27: Move bitvector functions using array_handle to libguile/array-handle.[ch]
,
Daniel Llorens
,
04:03
[Guile-commits] 12/27: Remove generalized vector support for vector-move-right!, vector-move-left!
,
Daniel Llorens
,
04:03
[Guile-commits] 07/27: Simplify interfaces to scm_bitvector_elements and scm_bitvector_writable_elements
,
Daniel Llorens
,
04:03
[Guile-commits] 11/27: Add lenp parameter back to scm_bitvector_(writable_)elements
,
Daniel Llorens
,
04:03
[Guile-commits] 10/27: Add lenp parameter back to scm_vector_(writable_)elements
,
Daniel Llorens
,
04:03
[Guile-commits] branch wip-vector-cleanup updated (98bf49d -> 6b85b0f)
,
Daniel Llorens
,
04:03
[Guile-commits] 09/27: Simplify interfaces to scm_TYPEvector_(writable_)elements
,
Daniel Llorens
,
04:03
[Guile-commits] 06/27: Simplify interfaces to scm_vector_elements and scm_vector_writable_elements
,
Daniel Llorens
,
04:03
[Guile-commits] 04/27: Remove the unused argument from scm_array_p
,
Daniel Llorens
,
04:03
[Guile-commits] 03/27: Require vector argument to scm_vector_elements, scm_vector_writable_elements
,
Daniel Llorens
,
04:03
[Guile-commits] 08/27: Fix doc for last bitvector patch
,
Daniel Llorens
,
04:03
[Guile-commits] 01/27: Require vector as argument to vector-copy
,
Daniel Llorens
,
04:03
[Guile-commits] 02/27: Require vector as argument to vector->list
,
Daniel Llorens
,
04:03
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc