This project is mirrored from https://gitee.com/mirrors/slime.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 28 Aug, 2017 1 commit
-
-
Stas Boukarev authored
-
- 26 Aug, 2017 1 commit
-
-
christophe authored
An exception in that case most likely mean that the input is NaN.
-
- 25 Aug, 2017 1 commit
-
-
Christophe Junke authored
-
- 23 Aug, 2017 1 commit
-
-
Christophe Junke authored
Calling (= F F) or (> F ...) when F is NaN throws an arithmetic exception in SBCL. Instead, we use the built-in predicate.
-
- 21 Aug, 2017 1 commit
-
-
Stas Boukarev authored
Fixes #302
-
- 04 Aug, 2017 1 commit
-
-
Stas Boukarev authored
Without IPv6 support.
-
- 05 Jul, 2017 1 commit
-
-
Stas Boukarev authored
-
- 03 Jul, 2017 1 commit
-
-
Stas Boukarev authored
Patch by Martin Simmons.
-
- 22 Jun, 2017 1 commit
-
-
Stas Boukarev authored
-
- 11 May, 2017 1 commit
-
-
Daniel Kochmanski authored
Add condition variable for non-threaded builds.
-
- 02 May, 2017 11 commits
-
-
Luís Oliveira authored
-
Daniel Kochmanski authored
-
Daniel Kochmanski authored
Protected by a read-time conditional denoting the feature.
-
Daniel Kochmanski authored
We are using here builtin module "walker".
-
Daniel Kochmanski authored
ECL is much safer than a few years ago. Especially thanks to giant lock on compiler and other improvements. some problems were caused by using unimplemented `condition-variable-timedwait' in `receive-if' – we use now function which works fine, but doesn't support timeout. It is the same as with MKCL and CLASP.
-
Daniel Kochmanski authored
-
Daniel Kochmanski authored
register-thread / find-registered
-
Daniel Kochmanski authored
-
Daniel Kochmanski authored
-
Daniel Kochmanski authored
protected by feature condition ecl-weak-hash
-
Daniel Kochmanski authored
Now it matches backend.lisp file – easier to navigate.
-
- 01 May, 2017 2 commits
-
-
Michał Herda authored
(This was possibly a workaround for helping Emacs indent this form properly.)
-
Denis Budyak authored
When encoding name in Emacs-style first line like ";; -- coding: utf-8; other: stuff --" is immediately followed by a semicolon, SLIME failed to parse the name correctly.
-
- 21 Apr, 2017 1 commit
-
-
Douglas Katzman authored
-
- 19 Apr, 2017 4 commits
- 18 Apr, 2017 1 commit
-
-
Michael White authored
Note that this implementation does not capture values printed to standard output. It is not clear that dynamically rebinding the standard output port is possible in Kawa.
-
- 19 Mar, 2017 2 commits
-
-
Stas Boukarev authored
sb-kernel:%simple-fun-self is no more, but it's useless as it points to itself.
-
Stas Boukarev authored
Instead of checking for interrupts every N seconds notify the condition variable that is used by RECEIVE-IF. This requires an optional WAKE-THREAD implementation function, which is added for SBCL, CCL and CLASP.
-
- 09 Feb, 2017 3 commits
-
-
Stas Boukarev authored
-
Stas Boukarev authored
-
Stas Boukarev authored
tempnam(NULL, NULL) uses "tmp." as a prefix, which made fasls compiled from that file name all go into tmp.fasl.
-
- 08 Feb, 2017 2 commits
-
-
Stas Boukarev authored
more-count and more-context are used to get the actual &more value, no need to show them.
-
Stas Boukarev authored
-
- 04 Feb, 2017 2 commits
-
-
Luís Borges de Oliveira authored
-
Luís Borges de Oliveira authored
@dkim points out that some contribs like slime-editing-commands and slime-indentation are useful before (or without) connecting to a swank server. Therefore, let's try and load them a bit earlier. Partially reverts 9055a7e5.
-
- 22 Jan, 2017 2 commits
-
-
Alexander Artemenko authored
-
Alexander Artemenko authored
-