guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile eval.c


From: Marius Vollmer
Subject: guile/guile-core/libguile eval.c
Date: Thu, 24 May 2001 17:17:33 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/24 17:17:32

Modified files:
        guile-core/libguile: eval.c 

Log message:
        * eval.c (scm_debug_opts): New option `show-file-name'.
        * debug.h (SCM_SHOW_FILE_NAME): New.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/eval.c.diff?cvsroot=OldCVS&tr1=1.223&tr2=1.224&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/eval.c
diff -u guile/guile-core/libguile/eval.c:1.223 
guile/guile-core/libguile/eval.c:1.224
--- guile/guile-core/libguile/eval.c:1.223      Wed May 23 17:50:44 2001
+++ guile/guile-core/libguile/eval.c    Thu May 24 17:17:32 2001
@@ -1686,7 +1686,8 @@
   { SCM_OPTION_INTEGER, "depth", 20, "Maximal length of printed backtrace." },
   { SCM_OPTION_BOOLEAN, "backtrace", 0, "Show backtrace on error." },
   { SCM_OPTION_BOOLEAN, "debug", 0, "Use the debugging evaluator." },
-  { SCM_OPTION_INTEGER, "stack", 20000, "Stack size limit (measured in words; 
0 = no check)." }
+  { SCM_OPTION_INTEGER, "stack", 20000, "Stack size limit (measured in words; 
0 = no check)." },
+  { SCM_OPTION_SCM, "show-file-name", SCM_BOOL_T, "Show file names and line 
numbers in backtraces when not `#f'.  A value of `base' displays only base 
names, while `#t' displays full names."}
 };
 
 scm_option_t scm_evaluator_trap_table[] = {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]