summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* srfi-11: Do not expose variables to later clausesTim Gesthuizen2020-01-122-2/+9
* Update NEWSAndy Wingo2020-01-121-0/+6
* Respect thread local fluid defaultsRob Browning2020-01-122-16/+21
* Fix typos in previous commit.Andy Wingo2020-01-122-2/+2
* Optionally allow duplicate field names in core recordsAndy Wingo2020-01-124-18/+48
* Fix peval bug that ignored excess argsAndy Wingo2020-01-122-3/+20
* Support R7RS define-libraryAndy Wingo2020-01-127-90/+207
* Add NEWS entriesAndy Wingo2020-01-111-1/+8
* Fix bug in closure conversionAndy Wingo2020-01-111-12/+12
* Fix build on 32-bit systems with JIT supportAndy Wingo2020-01-112-1/+10
* Update NEWS with details on guard and autoloads.Andy Wingo2020-01-101-17/+46
* Re-implement `guard'Andy Wingo2020-01-103-62/+74
* Merge remote-tracking branch 'lightening/master'Andy Wingo2020-01-061-1/+5
|\
| * Fix mips32r6 bugAndy Wingo2020-01-061-1/+5
* | Mention WebAssembly in status sectionAndy Wingo2020-01-061-6/+14
* | Update compiler.texi and history.texiAndy Wingo2020-01-062-17/+12
* | New function string-replace-substring in (ice-9 string-fun)Daniel Llorens2020-01-063-2/+60
* | Extend core vector-fill! to handle a rangeDaniel Llorens2020-01-033-42/+54
* | Provide SCM_DEFINE_STATICDaniel Llorens2020-01-031-1/+11
* | GNU Guile 2.9.8 (beta).v2.9.8Andy Wingo2020-01-021-1/+1
* | Update NEWSAndy Wingo2020-01-021-26/+16
* | Fix abort_to_prompt bug if dynwind leave thunk expands the stackAndy Wingo2020-01-021-5/+8
* | srfi-35: Generate a unique binding for the constructor.Ludovic Courtès2019-12-141-5/+14
* | srfi-35: Replace '&error'.Ludovic Courtès2019-12-141-1/+1
* | GNU Guile 2.9.7.v2.9.7Andy Wingo2019-12-132-1/+5
* | Avoid throwing exceptions during early boot if stdin is closedAndy Wingo2019-12-133-56/+38
* | Update NEWSAndy Wingo2019-12-111-42/+30
* | Document JIT environment variablesAndy Wingo2019-12-112-18/+35
* | Merge remote-tracking branch 'origin/stable-2.2'Andy Wingo2019-12-112-14/+19
|\ \
| * | Fix non-deterministic crash in 'finalization_thread_proc'.Ludovic Courtès2019-12-091-13/+18
| * | ports: 'scm_port_poll' honors "w" flags.Ludovic Courtès2019-11-181-1/+1
* | | Move less? slow path out of lineAndy Wingo2019-12-101-32/+31
* | | Add fixnum fast-path for =Andy Wingo2019-12-101-6/+29
* | | Move allocate-pointerless-words/immediate slow path out of lineAndy Wingo2019-12-101-12/+19
* | | Move allocate-words/immediate slow path out of lineAndy Wingo2019-12-101-12/+19
* | | Move assert-nargs-le slow path out of lineAndy Wingo2019-12-101-10/+5
* | | Add out-of-line slow path for abortAndy Wingo2019-12-101-7/+3
* | | Add out-of-line slow path for compose-continuationAndy Wingo2019-12-101-6/+2
* | | Add subr-call out-of-line slow pathAndy Wingo2019-12-101-9/+14
* | | Move alloc-frame slow path out of lineAndy Wingo2019-12-101-25/+50
* | | Move assert-nargs-ge slow path out of lineAndy Wingo2019-12-101-12/+5
* | | Move assert-nargs-ee slow path out of lineAndy Wingo2019-12-101-11/+14
* | | Move receive-values slow path out of lineAndy Wingo2019-12-101-18/+10
* | | Move receive slow path out of lineAndy Wingo2019-12-101-7/+4
* | | Move handle-interrupts slow path out of lineAndy Wingo2019-12-101-17/+9
* | | Move add, sub slow paths out of lineAndy Wingo2019-12-101-37/+34
* | | Move add/immediate, sub/immediate slow paths out of lineAndy Wingo2019-12-101-29/+34
* | | Add infrastructure for out-of-line JIT compilation of slow pathsAndy Wingo2019-12-101-20/+750
* | | Remove vm->sp_min_since_gcAndy Wingo2019-12-094-50/+13
* | | Reduce quo, rem, mod for power-of-two divisorsAndy Wingo2019-12-091-0/+55