1.0.10.13: trivial change: Print more explicit message upon entering LDB.
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 29 Sep 2007 13:27:29 +0000 (13:27 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 29 Sep 2007 13:27:29 +0000 (13:27 +0000)
src/runtime/monitor.c
version.lisp-expr

index 076d948..0856db7 100644 (file)
@@ -500,7 +500,7 @@ ldb_monitor()
 
     bcopy(curbuf, oldbuf, sizeof(oldbuf));
 
-    printf("LDB monitor\n");
+    printf("Welcome to LDB, a low-level debugger for the Lisp runtime environment.\n");
 
     setjmp(curbuf);
 
index 5af1d7b..18d8080 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".)
-"1.0.10.12"
+"1.0.10.13"