summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-02Provide a hook for the exception printerwip-exception-truncateDaniel Llorens1-6/+9
2024-10-26Fix build failure with GCC 14 and musl on 32-bit systems.Natanael Copa2-1/+3
2024-10-26doc: Recommend alist-copy instead of list-copy.Tomas Volf1-1/+1
2024-10-26doc: Fix typo in FFI documentation.Nikolaos Chatzikonstantinou1-1/+1
2024-10-26doc: Document the peek and pk procedures.Juliana Sims1-11/+109
2024-10-26doc: Fix implication of omitting optional arguments.Tomas Volf1-4/+4
2024-10-26doc: Document #:hide.Tomas Volf1-13/+20
2024-10-26srfi-64: Accept symbols as test group names.Tomas Volf1-2/+13
2024-10-25Better REPL behavior on syntax errors in meta commands.Taylan Kammer3-9/+12
2024-10-22doc: Fix use of literals in alist exampleDaniel Llorens2-76/+101
2024-10-20Update NEWS.Ludovic Courtès1-3/+16
2024-10-20posix.c: Set errno when pipe2 is not available and flags provided.Tomas Volf1-1/+1
2024-10-20Do not depend on tmpnam in posix.test.Tomas Volf1-2/+4
2024-10-20tests: Fix spawn if file not found with Gnulib.Tomas Volf1-0/+8
2024-10-20tests: Fix spawn with #:environment on MacOS.Tomas Volf1-6/+17
2024-10-20tests: Skip mkdtemp test for invalid template on Darwin.Tomas Volf1-0/+5
2024-10-20filesys.c: Fix readlink for ports on Darwin.Tomas Volf2-3/+12
2024-10-20tests: Skip hole-related port tests on Darwin.Tomas Volf1-0/+12
2024-10-20tests: Skip tests of abstract Unix sockets on Darwin.Tomas Volf1-0/+8
2024-10-20tests: Check TCP_NODELAY for non-zero instead of 1.Tomas Volf1-1/+1
2024-10-20Fix typo in dynamic wind documentation.Andrew McNulty1-1/+1
2024-10-20Fix gbt command in gdbinitBrennan Vincent1-1/+1
2024-10-20Replace SRFI-64 with a new implementation.Tomas Volf4-1083/+978
2024-10-20Fix setjmp/longjmp-related crashes on WindowsMichael Käppler7-0/+40
2024-10-12fix typo in commentArne Babenhauserheide1-1/+1
2024-10-12Create procedure to enable silencing the Guile welcome message. * module/syst...Matthew Wette1-2/+8
2024-10-12Redirect diagnostice output messages (e.g., auto-compiling code) to a newly d...Matthew Wette8-27/+88
2024-10-12Fix typo in naming function set-current-output-port * libguile/ports.c(scm_se...Matthew Wette1-1/+1
2024-10-05Compile with -fexcess-precision=standard for i[3456]86 when we canRob Browning2-0/+26
2024-09-27Ensure tests have guile-procedures.txtRob Browning2-18/+17
2024-09-27Update NEWS.Ludovic Courtès1-0/+4
2024-09-26Run sigbits fixpoint based on use/def graph, not cfgAndy Wingo1-66/+54
2024-09-25Tighten up range inference for scm->u64/truncateAndy Wingo1-3/+5
2024-09-25Fix boxing of non-fixnum negative u64 valuesAndy Wingo1-1/+20
2024-09-25Fix fixpoint needed-bits computation in specialize-numbersAndy Wingo1-17/+10
2024-09-24Partially revert d579848cb5d65440af5afd9c8968628665554c22Andy Wingo1-2/+2
2024-09-23Narrow parameter of logand/immediate if no bits usedAndy Wingo1-3/+5
2024-09-23Remove needless constraints in type/range analysisAndy Wingo1-10/+1
2024-09-23Add a workaround for pre-3.0.10 incorrect inlinable exportsAndy Wingo1-2/+18
2024-08-26Update psyntax copyright noticeAndy Wingo1-83/+15
2024-08-15Fix intset-fold-right on transient intsetsAndy Wingo1-8/+9
2024-08-13More thorough lowering of lognot to CPSAndy Wingo1-2/+6
2024-08-13Fix compilation with C23Andy Wingo1-3/+3
2024-08-12Better error messages in array functionsDaniel Llorens2-70/+77
2024-08-03basename: check suffix against basename, not full argumentRob Browning3-13/+34
2024-08-03basename: drop last_component null checkRob Browning1-8/+3
2024-08-03api-data.texi: fix typo in "Real and Rational Numbers" sectionYuval Langer1-2/+2
2024-08-03NEWS: add some missing 3.0.11 entriesRob Browning1-0/+15
2024-07-30Merge conversion of srfi-1.c to srfi-1.scmRob Browning6-1028/+476
2024-07-30Drop libguile srfi-1Rob Browning5-112/+0