summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-07-10 22:14:54 +0200
committerStefan Husmann2016-07-10 22:14:54 +0200
commit534549d76339b30499a5345cd3a38d1533ae5223 (patch)
tree329b641fba206a7a0ebcefeae48c8ea58156837f
parent599df524679ab2b6044d4b226bcac7da6491d31c (diff)
downloadaur-534549d76339b30499a5345cd3a38d1533ae5223.tar.gz
Updated version (2.1.3.63.gb05b67b -> 2.1.3.64.g38f23e7).
Changelog ========= Add meta/build-env (38f23e7) Avoid Gnulib unistr/* modules (b05b67b) Update Gnulib to 68b6ade. (d484bfb) Update git-version-gen.diff for current gnulib (0d191d1) Update NEWS (85faf8e) tests-suite: resurrect invoking check-guile --coverage. (516f70f) psyntax can trace expand-time changes to the current module (a62d46f) Fix uninstalled-env bug that put prebuilt/ in front (e264117) Fixing GUILE_PROGS wrong versioning checks (ed39782) Do not track some test-suite files (cce3ea2) Fix 'monitor' macro. (d5d7e30) Add -Wmacro-use-before-definition (3e719e0) Fix duplicate case in peval (31c76f1) Add documentation pointer from getopt-long to SRFI-37. (73714b8) Favor "escape continuation" over "one-shot continuation" in manual (5f9134c) Check for strtod_l before using it. (6a5b44d) Constant-folding eq? and eqv? uses deduplication (229d062) Prevent (@ (ice-9 boot-9) x) (ff5cafc) On Darwin, skip tests that depend on setrlimit (9687334) Fix texinfo->html for @acronym, @itemize (bd65845) Parse bytecode to determine minimum arity (d848af9) Fix include-from-path when file found in relative path (5ca24b6) Avoid stifling readline history when looking up options (395582b) Fix typo about `keywords' read option (cab7167) Fix ,profile in pure modules (7d550c4) Add with-input-from-port, etc documentation (20718dd) Clarify use of the term "scanning" in the manual (f84006c) Locale is default port encoding (f23dfc0) Add weak hash table documentation (8a072fc) Fix R6RS fold-left documentation (498cd58) Static default for define-module #:duplicates (3df2293) Fix default-duplicate-binding-handlers for compilation (04d87db) Don't serialize uninterned symbols (1d72d46) Fix memory leak in scm_from_{u,}int64 on 32-bit platforms (2c8ea5a) Remove unused doc/maint (e7f1038) Fix race between SMOB marking and finalization (c01a2a7) Fix relative file name canonicalization on paths with "." (9a95167) Remove unused internal i18n functions (d84f25c) Remove a stale variable use in libguile/Makefile.am (0ef4b76) Fix SCM_DEBUG_TYPING_STRICTNESS bug (3abd8e1) Fix (< 'foo) compilation (0472af4) Fix srfi-64.test for #:select borkage. The irony... (2546849) `define!' instruction returns the variable (f1c0434) Use source file permissions for compiled files (1f6a8f2) Document pretty-print #:max-expr-width (7e88ca6) Importing modules with #:select no longer grovels private bindings (d0d14f4) Detect too-old libunistring at configure-time. (bcc3c6b) Update and-let-star.test (b8f5cdc) Add SRFI-2 (and-let*) test suite. (daf8d33) Fix SRFI-2 (and-let*) implementation. (8ffcd28) Add R6RS bytevector->string, string->bytevector (4e27e3c) Export &i/o-decoding, &i/o-encoding from (rnrs) (59f062e) Implement R6RS output-port-buffer-mode (5d95166) (rnrs hashtables): Hash functions of eq? and eqv? hashtables (d545e45) (rnrs hashtables): Mutation of immutable hashtable ignored (c1abe68) Fix fixnum-range changes in R6RS fixnum bitops (beea630) Add another code coverage test (845c873) Document sigaction + SA_RESTART (e877e1b) Fix peval on (call-with-values foo (lambda (x) x)) (fff0132) Document char-ready? limitations. (5b6eaa9) Fix size measurement in bytevector_large_set (dc7bc06) Fix uri-decode behavior for "+" (687d393) Add reference to the lack of "non-greedy" variants (4cf81b7) Remove link to Emacs' regexp syntax (ff040ee)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb4e1d77da82..a289e90f29a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 10 15:44:27 UTC 2016
+# Sun Jul 10 20:14:52 UTC 2016
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 2.1.3.63.gb05b67b
+ pkgver = 2.1.3.64.g38f23e7
pkgrel = 1
url = http://www.gnu.org/software/guile/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bdf2582041fa..2d5331169d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.3.63.gb05b67b
+pkgver=2.1.3.64.g38f23e7
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')