summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* web: 'open-socket-for-uri' can verify the server's X.509 certificate.wip-https-clientLudovic Courtès2020-01-102-9/+178
* web: Continue handshake upon TLS warning alerts.Ludovic Courtès2020-01-101-1/+16
* web: Add 'current-https-proxy' and honor $https_proxy.Ludovic Courtès2020-01-103-41/+55
* web: Adjust (gnutls) loading to new module autoload semantics.Ludovic Courtès2020-01-101-28/+17
* 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
* | | Allow for inexact integers in quo, rem, and so onAndy Wingo2019-12-091-26/+27
* | | Fix JIT tier-up from within loops for already-JIT-compiled functionsAndy Wingo2019-12-081-26/+30
* | | Fix resolve-r6rs-interface to propagate replacement flagsAndy Wingo2019-12-061-15/+28
* | | Single definition of (iota)Daniel Llorens2019-12-063-42/+52
* | | GNU Guile 2.9.6 (beta)v2.9.6Andy Wingo2019-12-061-1/+1
* | | Update NEWS for Guile 2.9.6Andy Wingo2019-12-061-91/+121
* | | Effects analysis treats the fixed parts of objects speciallyAndy Wingo2019-12-061-9/+27
* | | Allocations and raw mutating operations restrict to mutable typesAndy Wingo2019-12-051-7/+14