*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Fri, 25 May 2001 00:19:52 +0000 (00:19 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Fri, 25 May 2001 00:19:52 +0000 (00:19 +0000)
ice-9/ChangeLog
libguile/ChangeLog

index fda2e46..d275a6a 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-25  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (ice9_sources): Added "pretty-print.scm".
+       * pretty-print.scm: New file, copied from SLIB.
+       * format.scm: Autoload `pretty-print'.
+
 2001-05-23  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
        * boot-9.scm (%cond-expand-table): New hash table mapping modules
index 884f975..9670638 100644 (file)
@@ -1,3 +1,20 @@
+2001-05-25  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * eval.c (scm_debug_opts): New option `show-file-name'.
+       * debug.h (SCM_SHOW_FILE_NAME): New.
+       
+       * backtrace.c: Include "libguile/filesys.h".
+       (sym_base, display_backtrace_get_file_line,
+       display_backtrace_file, display_backtrace_file_and_line): New.
+       (display_frame): Call display_backtrace_file_and_line if that is
+       requested.
+       (display_backtrace_body): Call scm_display_backtrace_file if
+       requested.
+
+       * debug.h (scm_lookup_cstr, scm_lookup_soft, scm_evstr):
+       Prototypes removed since there's no definition for these
+       functions.
+
 2001-05-24  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
        * unif.c (scm_make_ra, array_free), unif.h (SCM_ARRAY_DIMS):