0.8alpha.0.31:
authorKevin Rosenberg <kevin@rosenberg.net>
Thu, 15 May 2003 16:21:41 +0000 (16:21 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Thu, 15 May 2003 16:21:41 +0000 (16:21 +0000)
    * sb-aclrepl/sb-aclrepl.asd: Remove compilation note workaround
    * sb-aclrepl/repl.lisp: add a few needed newlines to output

contrib/sb-aclrepl/repl.lisp
version.lisp-expr

index f5830db..b77d107 100644 (file)
 (defun process-history-search (pattern cmd-args-string)
   (let ((cmd (find-history-matching-pattern pattern)))
     (unless cmd
-      (format *output* "No match on history list with pattern ~S" pattern)
+      (format *output* "No match on history list with pattern ~S~%" pattern)
       (return-from process-history-search *null-cmd*))
     (maybe-return-history-cmd cmd cmd-args-string)))
 
 
 (defun apropos-cmd (string)
   (apropos (string-upcase string))
+  (fresh-line *output*)
   (values))
 
 (let ((last-files-loaded nil))
index d6a5501..1ea252d 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8alpha.0.30"
+"0.8alpha.0.31"