summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-08-26 02:13:35 +0200
committerhaawda2017-08-26 02:13:35 +0200
commitb9795e0539cae1c9e837dc4ce974442fab43e516 (patch)
tree6a12c7cdba1b2aae8a373a85bfd5373ad82936e2
parent743a75eb326905aa9bb9111d615221382c37acd5 (diff)
downloadaur-b9795e0539cae1c9e837dc4ce974442fab43e516.tar.gz
Updated version (2.19.32.g925dd2d8 -> 2.19.34.ga508be92).
Changelog ========= Let the default implementation handle floating point exceptions (a508be92) Define an interface for detecting float NaN and Infinity (b9761bfd) Do not perform arithmetic operations with NaN in SBCL (925dd2d8) Process .slime-secret using strins, not s-exps. (5ba5e903) Load on older SBCLs. (84e5a99f) Get rid of more keyword named structures. (d0fd5c50) Remove structures with keyword names. (063386d0) Fix compute-enriched-decoded-arglist (eql 'sb-assem:inst) on new SBCL (74c1a837) ecl: non-threaded build doesn't have mp:make-lock interface (7ccaa81b) Merge pull request #385 from dkochmanski/ecl-improvements (743d9ff1) encouragement: add "Are we consing yet?" sentence (87778b33) ecl: add package local nicknames support (e1ea948e) ecl: add macroexpand-all implementation (7d07c46b) ecl: if threaded set communication-style to :spawn (898aac63) ecl: remove swank traces from backtrace (4e5c41a4) ecl: implement interface for sentinel thread (df70527a) ecl: add comments regarding not implemented interfaces (dbec477a) ecl: add forgotten function getpid (08f04a19) ecl: add weak datastructures implementation (7633d986) ecl: fix order of interfaces (e98adc94) Remove useless ,@() (#370) (956c27fe) Fix "coding" parsing in emacs-style "-*-" lines (#386) (a6b213d9) Use predicates, not widetags (7dc97e11) Added collect-macro-forms support (90771f1a) Added support for clasp threads (433e5589) Only use :SPAWN if *features* has :threads (2a04c27c) Added multithreading to clasp. (480e1367) kawa: add eval-and-grab-output for slime-eval-print-last-expression (f1a4cbce) Fix inspecting functions on SBCL. (0f3459f5) More energy efficient receive-if for threaded connections. (5f23adaa) Remove an unused variable. (9eeb7163) skip-comments-and-whitespace: don't die on EOF. (ea22c49a) sbcl: fix temp-file-name generation on macOS. (0ae10170) sbcl: Don't include &more variables in frame-locals. (0cb03fd4)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa5499739a2a..1649a5b59461 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 23 22:00:39 UTC 2017
+# Sat Aug 26 00:13:34 UTC 2017
pkgbase = slime-git
pkgdesc = The Superior Lisp Interaction Mode for Emacs - from git
- pkgver = 2.19.32.g925dd2d8
+ pkgver = 2.19.34.ga508be92
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
diff --git a/PKGBUILD b/PKGBUILD
index 12b83cc2e3c8..26e2160a2a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.19.32.g925dd2d8
+pkgver=2.19.34.ga508be92
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')