summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-20(system repl command) autoloads the compiler, disassembler, and profiler.Ludovic Courtès1-4/+6
2021-09-17Revert shift of ndim in array tag from 3df3ba1a2c956bba122328e1fc4be614171a4f42Daniel Llorens2-3/+3
2021-09-14Fix typo in srfi-69 docDaniel Llorens1-1/+1
2021-09-02foreign-library: fix darwin detectionAleix Conchillo Flaqué1-1/+1
2021-08-17Extend bytevector-fill! to handle a partial fillDaniel Llorens4-28/+63
2021-08-17Refactor srfi-4 declarationsDaniel Llorens1-246/+31
2021-08-16Remove array contp flagDaniel Llorens6-56/+23
2021-08-16Deprecate scm_from_contiguous_typed_arrayDaniel Llorens4-60/+71
2021-08-16Remove the 'simple vector' conceptDaniel Llorens9-66/+62
2021-08-16Update gnulib to 8f4538a53d64054ae2fc8b86c0f87c418c6176e6Daniel Llorens304-3005/+4266
2021-08-06Add function vector-copy! to coreDaniel Llorens5-38/+80
2021-08-06Reuse core vector-fill! in (scheme base)Daniel Llorens1-11/+1
2021-08-06Extend core vector-copy to r7rs vector-copyDaniel Llorens6-43/+59
2021-08-06Deprecate use of vector-move-left! and vector-move-right! on non-vector arraysDaniel Llorens1-53/+104
2021-08-05Deprecate using vector->list, vector-copy on arraysDaniel Llorens1-32/+60
2021-08-03Merge libguile/generalized-arrays.* into libguile/arrays.*Daniel Llorens11-714/+614
2021-08-02ice-9/read: Parse #{}}# properly.Maxime Devos2-2/+10
2021-07-11Fix crash on #nil in syntaxesRob Browning2-0/+11
2021-06-02Fix else in init_bouncing_parens()Daniel Llorens1-6/+8
2021-05-27Fix null dereference in readline initializationDaniel Llorens1-6/+11
2021-05-24Fix bug in eq-constant? propagation in CSE if kf == ktAndy Wingo2-66/+70
2021-05-21Fix bug in nftw functionDaniel Llorens1-4/+4
2021-05-21Fix typo in lambda documentation.Luis Felipe1-2/+2
2021-05-19Fixed style for 02439a124jakub-w1-5/+3
2021-05-19Fix trace-calls-to-procedureRobin Green1-1/+1
2021-05-19Fixed filename-completion-function for readline completionJakub Wojciech1-1/+4
2021-05-18Add ‘expt’ to the list of effect-free primitives.Maxime Devos1-1/+2
2021-05-11Implement cross-module inliningAndy Wingo2-58/+137
2021-05-11Add support for recording inlinable module exportsAndy Wingo6-8/+891
2021-05-11Add pass to resolve free toplevel references in declarative modulesAndy Wingo5-0/+287
2021-05-11Letrectify links module defs with usesAndy Wingo1-1/+19
2021-05-11Bump objcode versionAndy Wingo2-2/+2
2021-05-10Bump version to 3.0.7v3.0.7Andy Wingo1-1/+1
2021-05-10Update NEWSAndy Wingo1-0/+1
2021-05-10Update NEWSAndy Wingo1-3/+9
2021-05-10bug#45131: [PATCH] Compile directly to target language if no joint is found.Leo Prikler2-11/+38
2021-05-10Minor tweak to truncate-bitsAndy Wingo1-8/+5
2021-05-08Update NEWS.Ludovic Courtès1-0/+6
2021-05-08'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.Ludovic Courtès3-1/+94
2021-05-08Close the finalization pipe before forking.Andrew Whatson1-17/+28
2021-05-08Update NEWS.Ludovic Courtès1-0/+11
2021-05-07Define `O_NOFOLLOW' and various other flags when supported.Maxime Devos1-0/+36
2021-05-07NEWS: Fix typos.Ludovic Courtès1-2/+2
2021-05-06Optimize truncate-bitsAndy Wingo1-4/+17
2021-05-05[srfi-64] Fix a bug with test-end removing globally installed test-runnerjakub-w1-4/+7
2021-05-02analyze: 'unbound-variable' warning handles re-exported bindings.Ludovic Courtès2-0/+18
2021-05-01Include config.h in mini-gmp.c, if presentAndy Wingo1-0/+4
2021-05-01Fix R7RS include-library-declarations and cond-expand in define-libraryAndy Wingo1-3/+3
2021-05-01Fix bug if call-with-prompt tag not a lexicalAndy Wingo1-2/+2
2021-05-01Fix tree-il effects analysis for promptsAndy Wingo2-3/+28