summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-07-25 22:36:02 +0200
committerhaawda2017-07-25 22:36:02 +0200
commit4865cb75a5b4c7d72da65f2b467ab68f4b5c737e (patch)
treea8f70fde050be2af9029c39d82b26735b7ca24b5
parentb159e3effba8801ef63321d9f51c19856c38b67d (diff)
downloadaur-4865cb75a5b4c7d72da65f2b467ab68f4b5c737e.tar.gz
Updated version (1.1.10.17.g0bb2b7e -> 1.1.10.19.g2dbfa99).
Changelog ========= Make form like (setf (find-class 'foobar) nil) work as specified by the ANSI-CL standard. (2dbfa99) Restrict default catch-all condition handlers to 'serious-condition' and its subclasses. (ab65958) In #'si::process-command-args, only catch serious-condition and its subclasses. (0bb2b7e) 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 d01e9d18e6d3..0334e0a52475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 23 21:29:13 UTC 2017
+# Tue Jul 25 20:36:02 UTC 2017
pkgbase = mkcl-git
pkgdesc = ManKai Common Lisp -- git-version
- pkgver = 1.1.10.17.g0bb2b7e
+ pkgver = 1.1.10.19.g2dbfa99
pkgrel = 1
url = http://common-lisp.net/project/mkcl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ef58a9dbf75d..2d5ee365156c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mkcl-git
-pkgver=1.1.10.17.g0bb2b7e
+pkgver=1.1.10.19.g2dbfa99
pkgrel=1
pkgdesc="ManKai Common Lisp -- git-version"
arch=('i686' 'x86_64')