summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-13 00:47:06 +0100
committerStefan Husmann2017-01-13 00:47:06 +0100
commit30d119d56caac5a777a1f300b0aeeb8f0f12476a (patch)
tree937645a467d9c399ad3200d3173eaa9823976e3c
parent3c1ac12faa6d8faac73b0034d7f4292b2de4cf75 (diff)
downloadaur-30d119d56caac5a777a1f300b0aeeb8f0f12476a.tar.gz
Updated version (2.1.5.19.g7e9395055 -> 2.1.5.21.g35a905925).
Changelog ========= Add unboxed floating point comparison instructions. (35a905925) Protect call-with-new-thread data from GC. (63bf6ffa0) Final names for new array functions (7e9395055) Fix scm_init_stime for macOS (2976abdbb) Fix alloc_aligned for high allocations (81d8ff9e4) Speed up load-thunk-from-memory for page alignment (c391ab8c9) Fix mkstemp on macOS (6ff1ec9c3) 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 949b3860fc39..cfd5c3dccffa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 9 23:35:01 UTC 2017
+# Thu Jan 12 23:47:04 UTC 2017
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 2.1.5.19.g7e9395055
+ pkgver = 2.1.5.21.g35a905925
pkgrel = 1
url = http://www.gnu.org/software/guile/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8544f6fdcfd7..a1908e056b41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.5.19.g7e9395055
+pkgver=2.1.5.21.g35a905925
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')