summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-07-22 19:35:08 +0200
committerhaawda2017-07-22 19:35:08 +0200
commit98f9129da851f7a0e1564689af5342e5d34ff26c (patch)
tree1dd2934a10464d38884cfc11717d894bcdd48265
parentc7412ad4503f81f07da183254dc4eeb9287dd093 (diff)
downloadaur-98f9129da851f7a0e1564689af5342e5d34ff26c.tar.gz
Updated version (1.1.10.14.g16ceee1 -> 1.1.10.16.g313d15d).
Changelog ========= In #'cl:function-keywords, reverse order of keyword list as first value returned. (313d15d) Add #'si::objnull-value-p. (e4ec0c3) Ensure proper separation of linker arguments. (16ceee1) Typo. (aac4e6f) Various typos and trivia. (00f30cb) Adjust full name of MKCC in documentation. (252f15a) Remove files that should never have been tracked. (d8fddc2) Identify our version of Tiny C Compiler as __MKCC__ instead of __TINYC__. (46c9105) Trivial follow-up to previous commit. (3aeed7b) Improve macros cl:dolist and mkcl:dolist! following comments/report from CHIBA Masaomi. (59bf85a) Limit format-directives to base-char. They were never meant to be more general. Thanks to Stas Boukarev for the reminder. This removes a 30 Megabytes memory bloat. (33c868a) With use of MSYS2 on MS-Windows these files are now superfluous. (ef7ba13) Adjust to evolution of MinGW. (b89fd4c) Provide explicit declaration of __clear_cache() on clang since it is NOT a builtin like with gcc. (be96418) Do not assume gcc is ubiquitous since FreeBSD begs to differ. Fall back on cc. (bbca2a3) Fuse #'si::git-describe-this-mkcl into #'cl::lisp-implementation-version. (db99a9d)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b812cc118c2b..08a60b8fc5db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 2 05:44:47 UTC 2017
+# Sat Jul 22 17:35:08 UTC 2017
pkgbase = mkcl-git
pkgdesc = ManKai Common Lisp -- git-version
- pkgver = 1.1.10.14.g16ceee1
+ pkgver = 1.1.10.16.g313d15d
pkgrel = 1
url = http://common-lisp.net/project/mkcl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ec2d349c405c..c5d6ae888bae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mkcl-git
-pkgver=1.1.10.14.g16ceee1
+pkgver=1.1.10.16.g313d15d
pkgrel=1
pkgdesc="ManKai Common Lisp -- git-version"
arch=('i686' 'x86_64')