summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix version computation for v3.0v3.0.0Andy Wingo2020-01-151-2/+2
* Prepare 3.0 versioningAndy Wingo2020-01-151-5/+5
* Update release.orgAndy Wingo2020-01-151-15/+15
* Disable eta-expansion in letrectificationAndy Wingo2020-01-151-70/+5
* Add eta-expansion pass after pevalAndy Wingo2020-01-154-3/+179
* Declarative variables optimization limits eta-expansionAndy Wingo2020-01-141-2/+32
* Update REPL copyright year to 2020Andy Wingo2020-01-141-2/+2
* Wording tweak to history.texiAndy Wingo2020-01-131-1/+1
* Mention Mark Weaver in Guile history sectionAndy Wingo2020-01-131-5/+8
* Update NEWSAndy Wingo2020-01-131-89/+56
* Update NEWS.Ludovic Courtès2020-01-131-0/+13
* web: Update comment regarding the 'tls-wrap' port wrapper.Ludovic Courtès2020-01-131-0/+8
* web: 'open-socket-for-uri' can verify the server's X.509 certificate.Ludovic Courtès2020-01-132-9/+178
* web: Continue handshake upon TLS warning alerts.Ludovic Courtès2020-01-131-1/+16
* web: Add 'current-https-proxy' and honor $https_proxy.Ludovic Courtès2020-01-132-40/+54
* web: Adjust (gnutls) loading to new module autoload semantics.Ludovic Courtès2020-01-131-28/+17
* Bump manual year, and fix NEWS typoAndy Wingo2020-01-132-2/+2
* GNU Guile 2.9.9 (beta).v2.9.9Andy Wingo2020-01-131-1/+1
* Bump user-visible copyright years to 2020Andy Wingo2020-01-132-4/+4
* Bump objcode minor version in preparation for new stable seriesAndy Wingo2020-01-132-5/+5
* 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