summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-08-24 00:00:42 +0200
committerhaawda2017-08-24 00:00:42 +0200
commit743a75eb326905aa9bb9111d615221382c37acd5 (patch)
treea0c450bd42d4db3742712c42a834107c9cc5f65e /PKGBUILD
parent08085c40b6e59904531c12c5d36f08e8a3885c67 (diff)
downloadaur-743a75eb326905aa9bb9111d615221382c37acd5.tar.gz
Updated version (2.19.31.g5ba5e903 -> 2.19.32.g925dd2d8).
Changelog ========= 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)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25124282a70f..12b83cc2e3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.19.31.g5ba5e903
+pkgver=2.19.32.g925dd2d8
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')