summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-08 22:06:06 +0100
committerStefan Husmann2017-01-08 22:06:06 +0100
commit85e30a4dc7751f5eeb4e9b0e46b2a4d3264d9acd (patch)
tree62b7deb23d58ad467b58c80ccae847bda395bcb7
parent031482bd3e2293e260238c31f50ddac1879f90fa (diff)
downloadaur-85e30a4dc7751f5eeb4e9b0e46b2a4d3264d9acd.tar.gz
Updated version (2.1.5.7.ga0656ad4c -> 2.1.5.14.gb392d81c9).
Changelog ========= Fix close-port race. (b392d81c9) Exited threads retain less memory (dffe495d0) Prevent some interrupts of wait-condition-variable (12eb7b825) Enable interrupts only when running thread body (a000e5c38) Remove thread-specific admin mutex (78239acff) Remove thread-exited? check in sigaction (ca598d314) Thread prepare-to-wait respects block_asyncs (5241d0685) New interfaces to help wait on fd/cond (a0656ad4c) Improve handle-interrupts placement (0ce8a9a5e) FFI: Add support for functions that set 'errno'. (a396e14cb) Test format ~f with width parameters (546eb479b) Fix bug in compute-significant-bits for phi predecessors (2660c0b3c) Make scm_gc_warn_proc() write directly to stderr (37551e40b) Add suspendable-continuation? (6dd87f4d8)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e8169d24357..7b48693dd6cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 29 22:30:53 UTC 2016
+# Sun Jan 8 21:06:06 UTC 2017
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 2.1.5.7.ga0656ad4c
+ pkgver = 2.1.5.14.gb392d81c9
pkgrel = 1
url = http://www.gnu.org/software/guile/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 564f0147fb59..1c90255ebf9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.5.7.ga0656ad4c
+pkgver=2.1.5.14.gb392d81c9
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')