summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-08-05 00:08:37 +0200
committerhaawda2017-08-05 00:08:37 +0200
commit67e442e68e7ec842235c0988525dff2be7c4251a (patch)
tree9995f50903584149abe3f21e7711fafe5c7e0d14
parentea6e29a75eb5995608d9f50bab9c6c75b9926e0f (diff)
downloadaur-67e442e68e7ec842235c0988525dff2be7c4251a.tar.gz
Updated version (2.19.29.gd0fd5c50 -> 2.19.30.g84e5a99f).
Changelog ========= 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 2071480d4921..32abbcd0a996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 11 08:07:51 UTC 2017
+# Fri Aug 4 22:08:36 UTC 2017
pkgbase = slime-git
pkgdesc = The Superior Lisp Interaction Mode for Emacs - from git
- pkgver = 2.19.29.gd0fd5c50
+ pkgver = 2.19.30.g84e5a99f
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
diff --git a/PKGBUILD b/PKGBUILD
index 693781f33adb..23da6654cefe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.19.29.gd0fd5c50
+pkgver=2.19.30.g84e5a99f
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')