summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-28Remove unused functions.HEADmasterStas Boukarev
2024-09-28Fix a disconnection test.Stas Boukarev
2024-09-28Fix slime-connect.Stas Boukarev
2024-09-28Rearrange definitions to avoid unknown variable warnings.Stas Boukarev
2024-09-28Insert inferior-lisp output into the repl.Stas Boukarev
2024-09-26Don't abbreviate dotted package names in the REPL promptCarl Gay
2024-08-27Fix invalid Version headerAllen Li
2024-07-31Fix slime-modeline-stringmavbozo
2024-07-06slime-arglist-specializers: ignore case.Stas Boukarev
2024-07-05Fix top-level defvar detection in slime-eval-defunHraban Luyat
2024-07-01Don't use a zero-width space.Stas Boukarev
2024-06-29slime-net-close: clear slime-dispatching-connection.Stas Boukarev
2024-06-29Remove *shebang-readtable* for sbcl.Stas Boukarev
2024-06-05make-auto-flush-thread: sleep longer on allegro.Stas Boukarev
2024-06-05Fix I/O redirection if *standard-output* is rebound within threads.Stas Boukarev
2024-05-27Correct docstrings for export and unexport functionszyd
2024-05-25sprof: change sorting column.Stas Boukarev
2024-05-25sprof, filter-swank-nodes: find more swank packages.Stas Boukarev
2024-05-23Have a different version for unreleased git revision.Stas Boukarev
2024-05-23Create a new repl thread when the main thread is aborted.Stas Boukarev
2024-05-16find-definition: fix parsing defmethod with an empty lambda-list.Stas Boukarev
2024-05-15Erase *log-output* in clisp on startup.Stas Boukarev
2024-05-12source-file-cache: key using truenames.Stas Boukarev
2024-05-09xref: make only the highlighted portion clickable.Stas Boukarev
2024-05-07Inspector: don't show errors when clicking at random places.Stas Boukarev
2024-05-07Make xref locations clickable.Stas Boukarev
2024-05-03Fix reading from the repl.Stas Boukarev
2024-05-03Remove dedicated output streams.Stas Boukarev
2024-05-03gray: don't grab a lock while touching CLOS objects.Stas Boukarev
2024-05-02Avoid using CLOS in the auto-flush thread.Stas Boukarev
2024-05-02Don't call *pre-reply-hook* for autodoc.Stas Boukarev
2024-04-29M-. for labels within labels bindings.Stas Boukarev
2024-04-27Don't run the repl on the main thread in CCL.Stas Boukarev
2024-04-27Fix creating a second server.Stas Boukarev
2024-04-27Fix disconnection.Stas Boukarev
2024-04-27Run repl-thread in the main thread.Stas Boukarev
2024-04-272.30v2.30Stas Boukarev
2024-04-25Fix arglist-dispatch for define-compiler-macro.Stas Boukarev
2024-04-25definition-source-file-location: fall back to 0.Stas Boukarev
2024-04-25Revert "extract-package, readtable-for-package: Use default readtable"Stas Boukarev
2024-04-25swank-format-string-expand: handle environment.Stas Boukarev
2024-04-25sbcl: show sb-vm::%code-fixups.Stas Boukarev
2024-04-23find-definition: evaluate eql specializeers.Stas Boukarev
2024-04-16Add sb-impl:+internal-features+ to *features* for #+ highlighting.Stas Boukarev
2024-04-11Better handling of sbcl sources.Stas Boukarev
2024-04-07%make-duplicate-symbols-filter: don't compare symbol names.Stas Boukarev
2024-03-25Remove an unneeded declaration.Stas Boukarev
2024-03-23gray: remove an sbcl deadlock workaround.Stas Boukarev
2024-03-17Fix slime-inspect-definition for defmethod.Stas Boukarev
2024-03-12sbcl/restart-frame: restart the generic function of a method.Stas Boukarev