From a0c976972a1ddfc35dbb1eec015db3098634932a Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sun, 22 Sep 1996 22:51:18 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 6 ++++++ libguile/ChangeLog | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 5d775ea3c..f019625e9 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 23 00:16:31 1996 Mikael Djurfeldt + + * boot-9.scm (warn, scm-style-repl): Use C printer instead of `print'. + (make-record-type type-name fields): Temporarily remove support + for printing of records (not possible yet with C printer). + Fri Sep 20 00:24:27 1996 Gary Houston * boot-9.scm (file-exists?, file-is-directory): catch only diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e42e440ba..1b7f56383 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,12 @@ +Mon Sep 23 00:42:15 1996 Mikael Djurfeldt + +* * print.c (scm_iprin1, scm_prin1, scm_iprlist): Circular + references now have a new appearance which is more compact and + also gives a clue about what the target of the reference is. + By setting parameters in the print state, more fancy printing can + be achieved. This is used by the (not yet commited) backtrace + code. + Sun Sep 22 17:10:06 1996 Mikael Djurfeldt * eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added #include