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: Fri Nov 29 2024 13:38:04 -0500
Messages in reverse chronological order
[
Next Period
]
November 29, 2024
[Guile-commits] branch main updated: Eight byte align statically allocated stringbufs
,
Rob Browning
,
13:38
November 28, 2024
[Guile-commits] branch main updated: Updated GOOPS sections of reference
,
Mikael Djurfeldt
,
15:55
November 27, 2024
[Guile-commits] branch main updated: test-suite: Canonicalize path in test directory
,
Mikael Djurfeldt
,
09:01
[Guile-commits] branch main updated: Bugfix: Recursively use method*, not method, in method*
,
Mikael Djurfeldt
,
07:30
November 26, 2024
[Guile-commits] branch main updated: Spell Tomas Volf's name correctly in NEWS
,
Mikael Djurfeldt
,
18:01
[Guile-commits] branch main updated: Add comment about (oop goops keyword-formals)
,
Mikael Djurfeldt
,
13:50
[Guile-commits] branch main updated: New module (oop goops keyword-formals)
,
Mikael Djurfeldt
,
13:38
November 25, 2024
[Guile-commits] 07/07: Update NEWS
,
Mikael Djurfeldt
,
15:54
[Guile-commits] 01/07: GOOPS: Add support for keyword arguments in methods
,
Mikael Djurfeldt
,
15:54
[Guile-commits] branch main updated (c51fcfffb -> a3c77cb8d)
,
Mikael Djurfeldt
,
15:54
[Guile-commits] 06/07: Document method* and define-method*
,
Mikael Djurfeldt
,
15:54
[Guile-commits] 05/07: Correctly pass on keyword arguments actually present in args list
,
Mikael Djurfeldt
,
15:54
[Guile-commits] 04/07: Distinguish between lambda and lambda* in generated procedures
,
Mikael Djurfeldt
,
15:54
[Guile-commits] 03/07: Remove method slot keyword-formals? introduced in 765f1d49
,
Mikael Djurfeldt
,
15:54
[Guile-commits] 02/07: GOOPS: Introduce new forms method* and define-method*
,
Mikael Djurfeldt
,
15:54
[Guile-commits] 03/09: psyntax: Simplify output constructors.
,
Andy Wingo
,
05:47
[Guile-commits] 01/09: psyntax: Remove stale analyze-variable case
,
Andy Wingo
,
05:47
[Guile-commits] 04/09: psyntax: Clean up sourcev/src namings
,
Andy Wingo
,
05:47
[Guile-commits] 06/09: psyntax: Typo fix
,
Andy Wingo
,
05:47
[Guile-commits] 07/09: psyntax: Reorder global-extend
,
Andy Wingo
,
05:47
[Guile-commits] 09/09: psyntax: simplify free-id=?
,
Andy Wingo
,
05:47
[Guile-commits] 08/09: psyntax: Cosmetic change to overriden globals
,
Andy Wingo
,
05:47
[Guile-commits] 05/09: psyntax: Cosmetic change
,
Andy Wingo
,
05:47
[Guile-commits] branch main updated (cdf8473b1 -> c51fcfffb)
,
Andy Wingo
,
05:47
[Guile-commits] 02/09: psyntax: Factor module-variable use to helpers
,
Andy Wingo
,
05:47
November 18, 2024
[Guile-commits] branch main updated: psyntax: Separate core expanders from their installation
,
Andy Wingo
,
10:56
[Guile-commits] branch main updated (522b0b451 -> 6c4f9a58c)
,
Andy Wingo
,
10:00
[Guile-commits] 02/02: psyntax: Remove pre-3.0 hack about syntax transformer bindings.
,
Andy Wingo
,
10:00
[Guile-commits] 01/02: psyntax: Simplify to first-order bindings. NFC
,
Andy Wingo
,
10:00
[Guile-commits] branch main updated (12afcc74f -> 522b0b451)
,
Andy Wingo
,
09:08
[Guile-commits] 02/02: psyntax: Match when rebuilding macro output
,
Andy Wingo
,
09:08
[Guile-commits] 01/02: psyntax: Cleanups; ensure order of top-level expansion
,
Andy Wingo
,
09:08
[Guile-commits] 02/03: psyntax: Simplify id-var-name
,
Andy Wingo
,
04:23
[Guile-commits] branch main updated (2daea4020 -> 12afcc74f)
,
Andy Wingo
,
04:23
[Guile-commits] 03/03: psyntax: Simplify locally-bound-identifiers
,
Andy Wingo
,
04:23
[Guile-commits] 01/03: psyntax: Fix bug introduced in 029540948367fe522f9a105f403c12
,
Andy Wingo
,
04:23
November 15, 2024
[Guile-commits] 02/12: psyntax: Remove useless gen-label invocations
,
Andy Wingo
,
10:25
[Guile-commits] 03/12: psyntax: Use vectors instead of gensyms for labels, marks
,
Andy Wingo
,
10:25
[Guile-commits] 01/12: psyntax: Clean up lexical gensym creation
,
Andy Wingo
,
10:25
[Guile-commits] branch main updated (bb7154fb8 -> 2daea4020)
,
Andy Wingo
,
10:25
[Guile-commits] 09/12: psyntax: Avoid lambda in procedure definitions
,
Andy Wingo
,
10:25
[Guile-commits] 11/12: psyntax: Use new `match' instead of cdadring
,
Andy Wingo
,
10:25
[Guile-commits] 12/12: psyntax: Use new `match' instead of cdadring
,
Andy Wingo
,
10:25
[Guile-commits] 08/12: psyntax: Remove a useless level of let
,
Andy Wingo
,
10:25
[Guile-commits] 07/12: psyntax: Inline the single use of define-structure
,
Andy Wingo
,
10:25
[Guile-commits] 04/12: psyntax: Rename top-level-eval, local-eval
,
Andy Wingo
,
10:25
[Guile-commits] 10/12: psyntax: Add simple pattern matcher
,
Andy Wingo
,
10:25
[Guile-commits] 06/12: psyntax: Functional annotation of function names
,
Andy Wingo
,
10:25
[Guile-commits] 05/12: psyntax: Clean up use of fx+, etc
,
Andy Wingo
,
10:25
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc