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: Tue Jun 17 2025 11:50:07 -0400
Threads in reverse chronological order
[
Next Period
]
[Guile-commits] branch wip-whippet updated (f930af273 -> c3e8e9fa6)
,
Andy Wingo
,
2025/06/17
[Guile-commits] 08/11: Move make-regexp, regexp?, regexp-exec to (ice-9 regex)
,
Andy Wingo
,
2025/06/17
[Guile-commits] 10/11: Convert regexps to use statically-allocated tc16
,
Andy Wingo
,
2025/06/17
[Guile-commits] 11/11: Remove needless smob.h includes
,
Andy Wingo
,
2025/06/17
[Guile-commits] 02/11: Remove unused "malloc objects"
,
Andy Wingo
,
2025/06/17
[Guile-commits] 07/11: Include (ice-9 arrays) in random.test
,
Andy Wingo
,
2025/06/17
[Guile-commits] 06/11: Allocate a static tc16 for random states
,
Andy Wingo
,
2025/06/17
[Guile-commits] 03/11: Remove print state objects, and ports-with-print-state
,
Andy Wingo
,
2025/06/17
[Guile-commits] 04/11: Fix bug in deprecation wrapper for reset-hook!
,
Andy Wingo
,
2025/06/17
[Guile-commits] 01/11: Give syntax transformers a static tc16
,
Andy Wingo
,
2025/06/17
[Guile-commits] 09/11: Fix texi-fragments-to-docstrings to import srfi-14
,
Andy Wingo
,
2025/06/17
[Guile-commits] 05/11: Move R5RS promises implementation to Scheme
,
Andy Wingo
,
2025/06/17
[Guile-commits] branch wip-whippet updated (0d1171afe -> f930af273)
,
Andy Wingo
,
2025/06/16
[Guile-commits] 04/07: Move REPL-related hooks to their own module
,
Andy Wingo
,
2025/06/16
[Guile-commits] 06/07: Deprecate module-defined-hook
,
Andy Wingo
,
2025/06/16
[Guile-commits] 07/07: Move implementation of hooks to Scheme module
,
Andy Wingo
,
2025/06/16
[Guile-commits] 02/07: Pipes use finalizers instead of guardians
,
Andy Wingo
,
2025/06/16
[Guile-commits] 05/07: Fix api-diff.scm typo
,
Andy Wingo
,
2025/06/16
[Guile-commits] 03/07: Replace after-gc-hook with {add, remove}-after-gc-callback!
,
Andy Wingo
,
2025/06/16
[Guile-commits] 01/07: VM "hooks" actually are just lists
,
Andy Wingo
,
2025/06/16
[Guile-commits] branch wip-whippet updated: Fix creation of VM frames
,
Andy Wingo
,
2025/06/16
[Guile-commits] branch wip-whippet updated (c1150bec2 -> 2c186f835)
,
Andy Wingo
,
2025/06/13
[Guile-commits] 01/02: Make scm_tc16_dir, SCM_DIRP etc private
,
Andy Wingo
,
2025/06/13
[Guile-commits] 02/02: Allocate a static tc16 to directory streams
,
Andy Wingo
,
2025/06/13
[Guile-commits] branch wip-whippet updated: Remove trailing whitespace
,
Andy Wingo
,
2025/06/13
[Guile-commits] branch wip-whippet updated (7a1406891 -> 4e5a132f4)
,
Andy Wingo
,
2025/06/13
[Guile-commits] 03/03: Capturing continuations pins conservative roots
,
Andy Wingo
,
2025/06/13
[Guile-commits] 01/03: Convert mutexes, condition vars to statically-allocated tc16
,
Andy Wingo
,
2025/06/13
[Guile-commits] 02/03: Give continuations (contregs) their own static tc16
,
Andy Wingo
,
2025/06/13
[Guile-commits] branch wip-whippet updated (c794c086d -> 7a1406891)
,
Andy Wingo
,
2025/06/13
[Guile-commits] 01/03: Refactor (ice-9 deprecated) to be more concise
,
Andy Wingo
,
2025/06/13
[Guile-commits] 02/03: Deprecate srfi-14 in default environment
,
Andy Wingo
,
2025/06/13
[Guile-commits] 03/03: Move char-set-cursor implementation to Scheme
,
Andy Wingo
,
2025/06/13
[Guile-commits] branch wip-whippet updated (5c5b86745 -> c794c086d)
,
Andy Wingo
,
2025/06/12
[Guile-commits] 01/02: Fix bug whereby taking GC bytevectors was allocating inline storage
,
Andy Wingo
,
2025/06/12
[Guile-commits] 02/02: Change charsets to use bytevector to store char ranges
,
Andy Wingo
,
2025/06/12
[Guile-commits] branch wip-whippet updated (d6e59a1d3 -> 5c5b86745)
,
Andy Wingo
,
2025/06/11
[Guile-commits] 01/06: Move subr internals off to internal header file
,
Andy Wingo
,
2025/06/11
[Guile-commits] 02/06: Add machinery to pass thread and/or closure when invoking subr
,
Andy Wingo
,
2025/06/11
[Guile-commits] 03/06: New internal functions to alloc subr closures
,
Andy Wingo
,
2025/06/11
[Guile-commits] 05/06: Convert tc16_catch_handler to be subrs
,
Andy Wingo
,
2025/06/11
[Guile-commits] 04/06: Convert tc16_thunk, tc16_exception_handler to be subrs
,
Andy Wingo
,
2025/06/11
[Guile-commits] 06/06: Turn boot closures into subrs
,
Andy Wingo
,
2025/06/11
[Guile-commits] branch wip-whippet updated (12e877240 -> d6e59a1d3)
,
Andy Wingo
,
2025/06/03
[Guile-commits] 02/02: Convert bitvectors to use inline-only word-size units
,
Andy Wingo
,
2025/06/03
[Guile-commits] 01/02: Give arrays a proper type in C land
,
Andy Wingo
,
2025/06/03
[Guile-commits] branch wip-whippet updated (aa73d31de -> 12e877240)
,
Andy Wingo
,
2025/06/03
[Guile-commits] 04/07: Rework treatment of bytevector flags
,
Andy Wingo
,
2025/06/03
[Guile-commits] 01/07: Give reified value objects a proper data type
,
Andy Wingo
,
2025/06/03
[Guile-commits] 02/07: Tighten up exported ABI / API of "programs"
,
Andy Wingo
,
2025/06/03
[Guile-commits] 05/07: Fix bytevector mutators to correctly check for mutability
,
Andy Wingo
,
2025/06/03
[Guile-commits] 06/07: Move private bytevectors API to a separate header
,
Andy Wingo
,
2025/06/03
[Guile-commits] 03/07: Make programs.h private
,
Andy Wingo
,
2025/06/03
[Guile-commits] 07/07: Move array-map / array-cell functions to Scheme module
,
Andy Wingo
,
2025/06/03
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc