summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-03-15Fix git sourcesCarlos Aznarán Laos
2019-10-19add quoteshaawda
2019-06-01adjust pkgver functionhaawda
2017-12-16updatehaawda
2017-09-21Updated version (2.20.1.gba657d91 -> 2.20.2.gef68a0b4).haawda
Changelog ========= sbcl/wake-thread: lock the mutex recursively. (ef68a0b4) slime-autodoc: adapt to new eldoc-message protocol (ba657d91)
2017-09-15updatehaawda
2017-09-15Updated version (2.20 -> 2.20.1.gba657d91).haawda
Changelog ========= slime-autodoc: adapt to new eldoc-message protocol (ba657d91)
2017-08-29Updated version (2.19.34.ga508be92 -> 2.20).haawda
Changelog =========
2017-08-26Updated version (2.19.32.g925dd2d8 -> 2.19.34.ga508be92).haawda
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)
2017-08-24Updated version (2.19.31.g5ba5e903 -> 2.19.32.g925dd2d8).haawda
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)
2017-08-21Updated version (2.19.30.g84e5a99f -> 2.19.31.g5ba5e903).haawda
Changelog ========= 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)
2017-08-05Updated version (2.19.29.gd0fd5c50 -> 2.19.30.g84e5a99f).haawda
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)
2017-07-11Updated version (2.19.28.g063386d0 -> 2.19.29.gd0fd5c50).haawda
Changelog ========= 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)
2017-07-04Updated version (2.19.27.g74c1a837 -> 2.19.28.g063386d0).haawda
Changelog ========= 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)
2017-06-24Updated version (2.19.26.g7ccaa81b -> 2.19.27.g74c1a837).haawda
2017-05-11Updated version (2.19.25.g743d9ff1 -> 2.19.26.g7ccaa81b).haawda
2017-05-02Updated version (2.19.14.g956c27fe -> 2.19.25.g743d9ff1).haawda
2017-05-01Updated version (2.19.12.g7dc97e11 -> 2.19.14.g956c27fe).haawda
2017-04-30remove patch againhaawda
2017-04-22Updated version (2.19.11.g90771f1a -> 2.19.12.g7dc97e11).haawda
2017-04-20add patch for not bytecompiling one filehaawda
2017-03-22Updated version (2.19.4.g9eeb7163 -> 2.19.6.g0f3459f5).haawda
Changelog ========= 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)
2017-02-09Updated version (2.19.1.g0cb03fd4 -> 2.19.4.g9eeb7163).Stefan Husmann
Changelog ========= 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)
2017-02-09Updated version (2.18.37.g7a2b4694 -> 2.19.1.g0cb03fd4).Stefan Husmann
Changelog ========= sbcl: Don't include &more variables in frame-locals. (0cb03fd4)
2017-02-04Updated version (2.18.35.g38416762 -> 2.18.37.g7a2b4694).Stefan Husmann
Changelog ========= Autoload slime-selector (7a2b4694) Call slime-setup when slime.el is loaded (51600265) Function `create-server` now accepts optional `interface` argument. (38416762) When running on SBCL swank can be bound to IPv6 interface. (26060f27) Correct the customization type of lisp-loop-body-forms-indentation (f2ea33ec) Adjust for changes in SBCL. (786c032a) Gitignore *.abcl (14f2502c) swank/match: remove ! from symbol names (764832dd) swank/abcl: improve source locations (30566b17) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c44) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110b) Fix enriched arglists on SBCL for sb-assem:inst. (7158a313) Remove call to ASDF::OPERATION-FORCED (#350) (2628a706) Don't reload contribs each time a lisp starts up. (bad2acf6) Added emacs-inspect for core:cxx-object (8c48d59c) Merge pull request #331 from fice-t/master (a478c198) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed056) clasp: use the new source location facility. (20e0c1d3) Remove slime-parse-extended-operator-name (da3f7de5) Add missing cl- prefixes to cl-lib functions (893a9630) Fix byte-compiler warnings (12bf3aa8) slime-repl: bind TAB to self-insert-command (a8a3dd88) Extend load-path with contribs sooner (3ea02047) sbcl: Record the package active during C-c C-c. (3fa0c690) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff8) Make calling slime-setup unnecessary (9055a7e5) README.md: "setup" is a noun, not a verb (fd438e9f) slime-version: check if we're opening slime.el (4af7d6ca) Improve source location handling for ACL >= 10.0 (9e84d408) CONTRIBUTING.md: add note about commit messages (33081cb3) Remove ChangeLog files (7f6610fc) Build contributors.texi using Git (6878037d) Use slime-version in slime-{banner,repl} (08a16704) Derive SWANK protocol version from slime-version (21ae13c6) Add slime-version variable (c4dc1692) Remove the slime-motd contrib (3902904d) README.md: change (setf slime-contribs) to slime-setup. (330877a6)
2017-01-22Updated version (2.18.33.gf2ea33ec -> 2.18.35.g38416762).Stefan Husmann
Changelog ========= Function `create-server` now accepts optional `interface` argument. (38416762) When running on SBCL swank can be bound to IPv6 interface. (26060f27) Correct the customization type of lisp-loop-body-forms-indentation (f2ea33ec) Adjust for changes in SBCL. (786c032a) Gitignore *.abcl (14f2502c) swank/match: remove ! from symbol names (764832dd) swank/abcl: improve source locations (30566b17) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c44) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110b) Fix enriched arglists on SBCL for sb-assem:inst. (7158a313) Remove call to ASDF::OPERATION-FORCED (#350) (2628a706) Don't reload contribs each time a lisp starts up. (bad2acf6) Added emacs-inspect for core:cxx-object (8c48d59c) Merge pull request #331 from fice-t/master (a478c198) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed056) clasp: use the new source location facility. (20e0c1d3) Remove slime-parse-extended-operator-name (da3f7de5) Add missing cl- prefixes to cl-lib functions (893a9630) Fix byte-compiler warnings (12bf3aa8) slime-repl: bind TAB to self-insert-command (a8a3dd88) Extend load-path with contribs sooner (3ea02047) sbcl: Record the package active during C-c C-c. (3fa0c690) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff8) Make calling slime-setup unnecessary (9055a7e5) README.md: "setup" is a noun, not a verb (fd438e9f) slime-version: check if we're opening slime.el (4af7d6ca) Improve source location handling for ACL >= 10.0 (9e84d408) CONTRIBUTING.md: add note about commit messages (33081cb3) Remove ChangeLog files (7f6610fc) Build contributors.texi using Git (6878037d) Use slime-version in slime-{banner,repl} (08a16704) Derive SWANK protocol version from slime-version (21ae13c6) Add slime-version variable (c4dc1692) Remove the slime-motd contrib (3902904d) README.md: change (setf slime-contribs) to slime-setup. (330877a6)
2017-01-21Updated version (2.18.32.g786c032a -> 2.18.33.gf2ea33ec).Stefan Husmann
Changelog ========= Correct the customization type of lisp-loop-body-forms-indentation (f2ea33ec) Adjust for changes in SBCL. (786c032a) Gitignore *.abcl (14f2502c) swank/match: remove ! from symbol names (764832dd) swank/abcl: improve source locations (30566b17) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c44) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110b) Fix enriched arglists on SBCL for sb-assem:inst. (7158a313) Remove call to ASDF::OPERATION-FORCED (#350) (2628a706) Don't reload contribs each time a lisp starts up. (bad2acf6) Added emacs-inspect for core:cxx-object (8c48d59c) Merge pull request #331 from fice-t/master (a478c198) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed056) clasp: use the new source location facility. (20e0c1d3) Remove slime-parse-extended-operator-name (da3f7de5) Add missing cl- prefixes to cl-lib functions (893a9630) Fix byte-compiler warnings (12bf3aa8) slime-repl: bind TAB to self-insert-command (a8a3dd88) Extend load-path with contribs sooner (3ea02047) sbcl: Record the package active during C-c C-c. (3fa0c690) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff8) Make calling slime-setup unnecessary (9055a7e5) README.md: "setup" is a noun, not a verb (fd438e9f) slime-version: check if we're opening slime.el (4af7d6ca) Improve source location handling for ACL >= 10.0 (9e84d408) CONTRIBUTING.md: add note about commit messages (33081cb3) Remove ChangeLog files (7f6610fc) Build contributors.texi using Git (6878037d) Use slime-version in slime-{banner,repl} (08a16704) Derive SWANK protocol version from slime-version (21ae13c6) Add slime-version variable (c4dc1692) Remove the slime-motd contrib (3902904d) README.md: change (setf slime-contribs) to slime-setup. (330877a6)
2016-12-17Updated version (2.18.32.g786c032 -> 2.18.32.g786c032a).AUR Update Bot
2016-11-10Updated version (2.18.31.g14f2502 -> 2.18.32.g786c032).AUR Update Bot
Changelog ========= Adjust for changes in SBCL. (786c032) Gitignore *.abcl (14f2502) swank/match: remove ! from symbol names (764832d) swank/abcl: improve source locations (30566b1) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c4) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110) Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-11-03Updated version (2.18.28.gf54b0c4 -> 2.18.31.g14f2502).AUR Update Bot
Changelog ========= Gitignore *.abcl (14f2502) swank/match: remove ! from symbol names (764832d) swank/abcl: improve source locations (30566b1) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c4) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110) Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-10-14Updated version (2.18.27.ga6c0110 -> 2.18.28.gf54b0c4).AUR Update Bot
Changelog ========= Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c4) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110) Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-10-08Updated version (2.18.26.g7158a31 -> 2.18.27.ga6c0110).AUR Update Bot
Changelog ========= swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110) Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-10-05Updated version (2.18.25.g2628a70 -> 2.18.26.g7158a31).AUR Update Bot
Changelog ========= Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-10-04Updated version (2.18.24.gbad2acf -> 2.18.25.g2628a70).AUR Update Bot
Changelog ========= Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-09-07Updated version (2.18.22.ga478c19 -> 2.18.24.gbad2acf).AUR Update Bot
Changelog ========= Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-09-05Updated version (2.18.19.gc81ed05 -> 2.18.22.ga478c19).AUR Update Bot
Changelog ========= Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-09-02Updated version (2.18.18.g20e0c1d -> 2.18.19.gc81ed05).AUR Update Bot
Changelog ========= Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Add missing cl- prefixes to cl-lib functions (893a963) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-08-29Updated version (2.18.17.g893a963 -> 2.18.18.g20e0c1d).AUR Update Bot
Changelog ========= clasp: use the new source location facility. (20e0c1d) Add missing cl- prefixes to cl-lib functions (893a963) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-08-22Updated version (2.18.16.ga8a3dd8 -> 2.18.17.g893a963).AUR Update Bot
Changelog ========= Add missing cl- prefixes to cl-lib functions (893a963) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-07-05Updated version (2.18.14.g3fa0c69 -> 2.18.16.ga8a3dd8).AUR Update Bot
Changelog ========= slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-06-24Updated version (2.18.12.g9055a7e -> 2.18.14.g3fa0c69).AUR Update Bot
Changelog ========= sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-06-18Updated version (2.18.11.gfd438e9 -> 2.18.12.g9055a7e).AUR Update Bot
Changelog ========= Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-06-13Updated version (2.18.1.g330877a -> 2.18.11.gfd438e9).AUR Update Bot
Changelog ========= README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-06-10updateStefan Husmann
2016-06-09shorter install fileStefan Husmann
2016-05-24Updated version (2.18 -> 2.18.1.g330877a).AUR Update Bot
Changelog ========= README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-05-21Updated version (2.17.17.g32fc742 -> 2.18).AUR Update Bot
Changelog =========
2016-04-19Updated version (2.17.15.ga91758e -> 2.17.17.g32fc742).AUR Update Bot
Changelog ========= * swank/clasp.lisp (call-with-debugging-environment): Use core:*stack-top-hint* (32fc742) * swank/clasp.lisp (frame-locals): list function arguments. (7861c19) contrib/slime-c-p-c.el: completion bugfix (a91758e) * mit-scheme: use correct function for file load (0e1c822) mit-scheme: stop using .com extension explicitly for load (c7726e0) * swank/sbcl.lisp (lisp-source-location): qualify the package of swank:*swank-debugger-condition*. (85e2e61) * swank/abcl.lisp: import mop:slot-makunbound-using-class into swank-mop. (1c9311b) method-specializers-for-inspect: handle methods without a GF on SBCL. (e0ea4a5) sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-04-17Updated version (2.17.14.g0e1c822 -> 2.17.15.ga91758e).AUR Update Bot
Changelog ========= contrib/slime-c-p-c.el: completion bugfix (a91758e) * mit-scheme: use correct function for file load (0e1c822) mit-scheme: stop using .com extension explicitly for load (c7726e0) * swank/sbcl.lisp (lisp-source-location): qualify the package of swank:*swank-debugger-condition*. (85e2e61) * swank/abcl.lisp: import mop:slot-makunbound-using-class into swank-mop. (1c9311b) method-specializers-for-inspect: handle methods without a GF on SBCL. (e0ea4a5) sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-04-12Updated version (2.17.13.gc7726e0 -> 2.17.14.g0e1c822).AUR Update Bot
Changelog ========= * mit-scheme: use correct function for file load (0e1c822) mit-scheme: stop using .com extension explicitly for load (c7726e0) * swank/sbcl.lisp (lisp-source-location): qualify the package of swank:*swank-debugger-condition*. (85e2e61) * swank/abcl.lisp: import mop:slot-makunbound-using-class into swank-mop. (1c9311b) method-specializers-for-inspect: handle methods without a GF on SBCL. (e0ea4a5) sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)