summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-04-01 08:54:41 +0200
committerhaawda2017-04-01 08:54:41 +0200
commit7c02fa5ac586701568ff8475a4f40ae4a359677e (patch)
tree825a827e3677b5fd29d60c4acacd86c96b66bdee
parent7fa07247b261a31343cc80fe95615cbd25d1af62 (diff)
downloadaur-7c02fa5ac586701568ff8475a4f40ae4a359677e.tar.gz
Updated version (4.8.8.r60.g143c4e1 -> 4.8.8.r66.gda8c5cc).
Changelog ========= Implement the gsc -exe option for the JavaScript backend (da8c5cc) Add -Wdisabled_optimization when using gcc to help detect disabled optimizations (4bfa725) Add unit test for printing with sharing-allowed? not #f (37b5b8c) Faster implementation of marktables to improve detection of shared parts when printing Scheme object with sharing-allowed? not #f (4bc41bf) Universal backend: prevent JavaScript error when Scheme code contains hasOwnProperty as a symbol (713ed9a) Universal backend: use new define-rbtree macro (8c43c55)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1de850acd403..87aa5a9c1886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 31 02:20:44 UTC 2017
+# Sat Apr 1 06:54:40 UTC 2017
pkgbase = gambit-c-git
pkgdesc = Scheme R5RS interpreter and compiler (via C) - git version
- pkgver = 4.8.8.r60.g143c4e1
+ pkgver = 4.8.8.r66.gda8c5cc
pkgrel = 1
url = http://gambitscheme.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 95365a4eb2e6..08a3f1fc1e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gambit-c-git
-pkgver=4.8.8.r60.g143c4e1
+pkgver=4.8.8.r66.gda8c5cc
pkgrel=1
pkgdesc="Scheme R5RS interpreter and compiler (via C) - git version"
arch=('i686' 'x86_64')