summaryrefslogtreecommitdiff
path: root/module
AgeCommit message (Expand)AuthorFilesLines
2025-03-22Improve DLL search strategy for load-foreign-libraryMichael Gran1-15/+136
2025-03-20Fix typo in transform-string docstringArun Isaac1-2/+2
2025-03-02Allow trailing "." in urlsDale P. Smith1-7/+10
2025-02-28Fix make-custom-port in case encoding is #fHannes Müller1-1/+1
2025-02-28srfi-19: Fix ~V converter in date->string.Tomas Volf1-1/+22
2025-02-28Fix typos in comments.Tomas Volf3-3/+3
2025-02-20Fix string-utf8-length to have unboxed representationAndy Wingo1-1/+1
2025-01-27Avoid accidentally-quadratic use of intmap-keysAndy Wingo1-14/+19
2025-01-22Optimize ordering edges in fix-letrecAndy Wingo1-2/+4
2025-01-22Use transient intset/intmap optimizations when computing SCCsAndy Wingo1-14/+16
2025-01-22Fix bad algorithmic growth in fix-letrecAndy Wingo1-153/+216
2025-01-22Fix a check in the Tree-IL verifierAndy Wingo1-2/+2
2025-01-16Fix bug in srfi-111 box printerDaniel Llorens1-1/+1
2024-12-22doc: srfi-19: Use `day' instead of `date' for `make-date'.Tomas Volf1-12/+12
2024-12-22PEG: string-peg: Better support for escaping.Ekaitz Zarraga1-3/+23
2024-12-22PEG: string-peg: Fix [^...] interpretation.Ekaitz Zarraga1-4/+12
2024-12-19New line or field iteration procedures in (ice-9 rdelim)Adam Faiz1-1/+34
2024-12-09PEG: Add support for `not-in-range` and [^...]Ekaitz Zarraga2-3/+57
2024-12-09PEG: Add full support for PEG + some extensionsEkaitz Zarraga1-166/+280
2024-12-06Temporarily revert commit 7379049d3 (to make Guile bootstrap)Mikael Djurfeldt2-155/+79
2024-11-27Bugfix: Recursively use method*, not method, in method*Mikael Djurfeldt1-5/+4
2024-11-26Add comment about (oop goops keyword-formals)Mikael Djurfeldt1-1/+8
2024-11-26New module (oop goops keyword-formals)Mikael Djurfeldt1-0/+31
2024-11-25Correctly pass on keyword arguments actually present in args listMikael Djurfeldt1-23/+58
2024-11-25Distinguish between lambda and lambda* in generated proceduresMikael Djurfeldt1-34/+47
2024-11-25Remove method slot keyword-formals? introduced in 765f1d49Mikael Djurfeldt1-10/+2
2024-11-25GOOPS: Introduce new forms method* and define-method*Mikael Djurfeldt1-12/+107
2024-11-25GOOPS: Add support for keyword arguments in methodsMikael Djurfeldt1-46/+131
2024-11-25psyntax: simplify free-id=?Andy Wingo2-66/+65
2024-11-20psyntax: Cosmetic change to overriden globalsAndy Wingo2-258/+270
2024-11-19psyntax: Reorder global-extendAndy Wingo1-6/+4
2024-11-19psyntax: Typo fixAndy Wingo1-1/+1
2024-11-19psyntax: Cosmetic changeAndy Wingo1-3/+1
2024-11-19psyntax: Clean up sourcev/src namingsAndy Wingo2-19/+18
2024-11-19psyntax: Simplify output constructors.Andy Wingo2-119/+82
2024-11-19psyntax: Factor module-variable use to helpersAndy Wingo2-78/+156
2024-11-19psyntax: Remove stale analyze-variable caseAndy Wingo2-70/+61
2024-11-18psyntax: Separate core expanders from their installationAndy Wingo2-1387/+1417
2024-11-18psyntax: Remove pre-3.0 hack about syntax transformer bindings.Andy Wingo2-40/+35
2024-11-18psyntax: Simplify to first-order bindings. NFCAndy Wingo2-82/+84
2024-11-18psyntax: Match when rebuilding macro outputAndy Wingo2-87/+176
2024-11-18psyntax: Cleanups; ensure order of top-level expansionAndy Wingo1-64/+71
2024-11-18psyntax: Simplify locally-bound-identifiersAndy Wingo2-111/+149
2024-11-18psyntax: Simplify id-var-nameAndy Wingo2-159/+255
2024-11-18psyntax: Fix bug introduced in 029540948367fe522f9a105f403c12Andy Wingo2-61/+57
2024-11-15psyntax: Use new `match' instead of cdadringAndy Wingo2-190/+280
2024-11-15psyntax: Use new `match' instead of cdadringAndy Wingo2-107/+154
2024-11-15psyntax: Add simple pattern matcherAndy Wingo2-38/+92
2024-11-15psyntax: Avoid lambda in procedure definitionsAndy Wingo1-1640/+1552
2024-11-15psyntax: Remove a useless level of letAndy Wingo1-2779/+2778