summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-03-01 00:15:18 +0100
committerStefan Husmann2017-03-01 00:15:18 +0100
commit7a0de380075b0142f0eaeb92e61840760bdfd6de (patch)
tree1a656217f212f059976aad0eceb388937a5e7af5
parent930c62a75589fb36c5ed19f463190a6c019c4768 (diff)
downloadaur-7a0de380075b0142f0eaeb92e61840760bdfd6de.tar.gz
Updated version (2.1.7.11.gf8dd4f67b -> 2.1.7.18.g33514ffe2).
Changelog ========= Fix segfault introduced with R6RS port commit (33514ffe2) "Scripting Examples" update. (f3a187270) Register R6RS port and bytevector internals early (94d70684c) Fix support for threads already known to GC (4c3bea3db) Declare module exports before loading imports (631e9901d) Revert "futures: Limit the number of nested futures on the same stack." (9e28a1212) Fix (* x -1) for GOOPS types (70d4c4b28) Explain why no native accessors for `s8' and `u8' exist (f8dd4f67b) Fix guild compile --to=cps / --from=cps (f261eaf03) Fix kfun parse-cps bug (23278d07d) Fixed specific version of guile search in autoconf macro GUILE_PROGS. (b6d3ab6c0) Fix typo in old NEWS. (7242ca566) Fix multi-arity dispatch in GOOPS (c7fb87cd6) Fix compute-frame-sizes for case-lambda jumps (4dcc97288) Use labs instead of abs where needed (5333642b7) Fix make-polar signedness of zeros on macOS (c4b0491e9) Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK (36023a0d2) Fix flonum/complex type inference. (d0811644f)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5712a5ae53aa..fc584c9fded5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 28 00:22:43 UTC 2017
+# Tue Feb 28 23:15:15 UTC 2017
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 2.1.7.11.gf8dd4f67b
+ pkgver = 2.1.7.18.g33514ffe2
pkgrel = 1
url = http://www.gnu.org/software/guile/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 36118aee146f..7dc6d43461d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.7.11.gf8dd4f67b
+pkgver=2.1.7.18.g33514ffe2
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')