summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-30srfi-1 delete-duplicates: move from C to SchemeRob Browning3-140/+46
2024-07-30srfi-1 delete-duplicates!: move from C to SchemeRob Browning3-84/+39
2024-07-30srfi-1 lset-difference: use removeRob Browning1-11/+25
2024-07-30srfi-1 lset-difference!: move from C to SchemeRob Browning4-123/+79
2024-07-30srfi-1 partition!: move from C to SchemeRob Browning3-54/+21
2024-07-30srfi-1 partition: move from C to SchemeRob Browning3-43/+22
2024-07-30srfi-1 count: move from C to SchemeRob Browning3-100/+21
2024-07-30srfi-1 length+: move from C to SchemeRob Browning4-52/+34
2024-07-30srfi-1 append-reverse!: move from C to SchemeRob Browning3-34/+22
2024-07-30srfi-1 append-reverse: move from C to SchemeRob Browning3-26/+17
2024-07-30srfi-1 concatenate concatenate!: move from C to SchemeRob Browning4-39/+21
2024-07-30srfi-1 delete delete!: move from C to SchemeRob Browning3-113/+35
2024-07-30srfi-1 remove!: move from C to SchemeRob Browning3-30/+21
2024-07-30srfi-1 remove: move from C to SchemeRob Browning3-32/+47
2024-07-30srfi-1 list-copy: move from C to SchemeRob Browning4-35/+26
2024-07-26Ensure GUILE-VERSION changes propagate to .version and MakefilesRob Browning2-3/+2
2024-07-23doc: Mention how to remove namespaces in xml->sxml.Richard Sent1-1/+2
2024-07-17guix: Run one cross-compilation build out-of-tree.Ludovic Courtès1-3/+16
2024-07-17build: Fix in-tree cross-compilation build.Ludovic Courtès1-5/+4
2024-07-12test-hashing: support 32-bitRob Browning1-1/+7
2024-07-12define-meta-command: mention effects of a missing categoryRob Browning1-0/+2
2024-07-01bug#71304: [PATCH] Add support for 'else' clause in R7RS cond-expand.Maxim Cournoyer1-1/+3
2024-06-23Fix distcheck problems with parallel testsv3.0.10Andy Wingo1-3/+4
2024-06-23Bump version to 3.0.10.Andy Wingo1-3/+3
2024-06-23Add NEWS note about parallel testsAndy Wingo1-0/+8
2024-06-23Fix parallel test bug in r6rs-ports.testAndy Wingo1-2/+2
2024-06-23Fix race in check-guile to make needless guile-procedures symlinkAndy Wingo3-91/+94
2024-06-21Ensure the signal-delivery thread is completely stopped before forkAndy Wingo3-31/+89
2024-06-20Document wait-condition-variable's spurious returnsRob Browning1-3/+4
2024-06-20Avoid stompling user TESTS_ENVIRONMENT varAndy Wingo1-2/+2
2024-06-20Switch to the preferred parallel automake test harnessRob Browning5-18/+74
2024-06-20guile-test: support automake parallel test harness via --trs-fileRob Browning3-9/+93
2024-06-20check-guile.in: exit 2 on errors and direct output to stderrRob Browning1-2/+2
2024-06-20Attempt to fix distcheckAndy Wingo1-2/+3
2024-06-20Add thanks for v3.0.10Andy Wingo1-7/+7
2024-06-20Add link to foreign functions from gsubr docAndy Wingo1-0/+3
2024-06-20Update NEWSAndy Wingo1-1/+133
2024-06-20Add documentation on embedded procedure propertiesAndy Wingo1-36/+59
2024-06-20Remove dead code in resolve-interfaceAndy Wingo1-4/+2
2024-06-18build: Use PKG_INSTALL_DIRArsen Arsenović2-1/+1
2024-06-18bug#71303: [PATCH] doc: Fix typo in PEG example.Maxim Cournoyer1-1/+1
2024-06-16Rewrite ‘get-bytevector-all’ in Scheme.Ludovic Courtès3-50/+49
2024-06-01wisp: Use uninterned symbols instead of UUIDs.Ludovic Courtès1-36/+45
2024-06-01Update NEWS.Ludovic Courtès1-0/+7
2024-06-01Add language/wisp, Wisp tests, and SRFI-119 documentationArne Babenhauserheide6-1/+1922
2024-06-01Don’t rely on integer wrapping in ‘scm_gc_register_allocation’.Ludovic Courtès1-2/+2
2024-05-17make-foreign-object-type: add #:super to provide superclassesRob Browning3-6/+14
2024-05-13Update NEWS.Daniel Llorens1-0/+2
2024-05-06guix: Use non-deprecated package name.Ludovic Courtès1-2/+2
2024-05-06Second argument of ‘unread-string’ is optional.Juliana Sims4-5/+7