summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-08-05 13:39:45 +0200
committerhaawda2017-08-05 13:39:45 +0200
commit345413b7f3add3459d382f2233bf32816b4ee82a (patch)
tree672b8b65833a878c0fc17853dbf36d7b3f035212
parent5419b92d986e0d5e96a8efe8fb2f547148894295 (diff)
downloadaur-345413b7f3add3459d382f2233bf32816b4ee82a.tar.gz
Updated version (4.8.8.r340.gaca3c80b -> 4.8.8.r361.g81bf1e49).
Changelog ========= Merge pull request #292 from 316k/univ-hashtables (81bf1e49) Universal backend: correct missing parens in ##identity test (386ed387) Universal backend: fix ##table-copy (0f90b5d3) Correct existing table unit tests and add new ones (dbb2c74c) Universal backend: add implementation for missing table functions (3784b4be) Universal backend: correct the ##identity primitive (d84f5d29) Universal backend: start to transform the (case ...) for rts-features into a table (c4f66b79) Universal backend: add a Java implementation for hashtables and fix some types (97de4561) Universal backend: rename ##table-univ-* to ##univ-table-* (fcf553ea) Universal backend: correct ruby tables, python tables and add a PHP implementation (974aae69) Universal backend: null -> null-obj (bd190f98) Universal backend: fix the high-level implementation for tables (5497e172) Correct existing table unit tests and add list2table (cc8d270e) Universal backend: add simple Javascript tables and fix ruby/python implementations (1133b956) Test all kinds of tables (08070220) Universal backend: first implementation of rts-classes for hashtable abstractions (d9df2377) Universal backend: delegate most things to table-univ-* primitives in the universal backend implementation of tables (d9fa8dec) Add table unit tests (0b95db32) Universal backend: refactor the alist/objdict/primdict in tables to use only one "gcht" field (eb840748) Universal backend: use ^dict-keys in native_table_to_list (0fc9add0) Universal backend: first draft for native eq?-hash-tables (e0aadd24)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62ed7b18e692..deb40b8b4aa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 4 20:19:29 UTC 2017
+# Sat Aug 5 11:39:45 UTC 2017
pkgbase = gambit-c-git
pkgdesc = Scheme R5RS interpreter and compiler (via C) - git version
- pkgver = 4.8.8.r340.gaca3c80b
+ pkgver = 4.8.8.r361.g81bf1e49
pkgrel = 1
url = http://gambitscheme.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5be128d48854..7b478fdf64cf 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.r340.gaca3c80b
+pkgver=4.8.8.r361.g81bf1e49
pkgrel=1
pkgdesc="Scheme R5RS interpreter and compiler (via C) - git version"
arch=('i686' 'x86_64')