summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2017-03-01 23:23:18 +0100
committerStefan Husmann2017-03-01 23:23:18 +0100
commitc710d967f317fb890f753514c421346b9d7ec743 (patch)
tree6a65c254292add34c31d5c7c6f68c6ebaf3c135d /PKGBUILD
parent7a0de380075b0142f0eaeb92e61840760bdfd6de (diff)
downloadaur-c710d967f317fb890f753514c421346b9d7ec743.tar.gz
Updated version (2.1.7.18.g33514ffe2 -> 2.1.7.47.g33944f660).
Changelog ========= Disable REPL server tests if no threads (33944f660) tests: Avoid race condition in REPL server test. (c1581fb2a) tests: Throw 'unresolved when the REPL server is too slow. (bf58d7bb9) tests: Add REPL server test for CVE-2016-8606. (2cecf3b15) REPL Server: Guard against HTTP inter-protocol exploitation attacks. (402162cfc) tests: Use the "normalized codeset" in locale names. (b473598f2) Treat 'SIG_IGN' as a pointer. (7d6f309cc) Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'. (1107db3eb) Remove 'umask' calls from 'mkdir'. (844b2cf75) %port-encoding requires an open port (25652ff84) http: Do not use 'eq?' to compare characters in parse-request-uri. (b56b94492) build: .x and .doc files depend on generated includes. (8f7ed8abf) texinfo: Remove unnecessary (oop goops) dependency. (7a32add5d) Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM). (1d257c27f) Avoid signed integer overflows in numeric conversions. (a8d1c7d61) Remove extraneous debugging output in test (36321a8ff) Fix open-file mode misinterpretation (82ea7c763) "select" no longer throws exception on EINTR (24eea1be0) scm_std_select doesn't tick itself (066036499) Cosmetic REPL server improvements (0cd60c3f2) Fix trap frame matching (374b88580) Fix class slot allocation since GOOPS rewrite (77cfd7e4b) Fix (mkstemp! "XX" 0) errors (a86bb2e61) Flush when getting string from r6rs string output port (e13cd5c77) String ports can be truncated (1da66a6ab) Minor expansion of guile-test comments (fcebf93ec) Favor docstrings for describing the purpose of functions. (67b8b6fb0) Fix "Scheme Syntax" info rendering (62f08b8f3) Better errors for odd-length keyword args (68f13adaa) 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)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dc6d43461d6..1d670cd02c62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.7.18.g33514ffe2
+pkgver=2.1.7.47.g33944f660
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')