1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1996-09-22 22:51:18 +00:00
parent 6355358ad9
commit a0c976972a
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,9 @@
Mon Sep 23 00:16:31 1996 Mikael Djurfeldt <mdj@kenneth>
* 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 <ghouston@actrix.gen.nz>
* boot-9.scm (file-exists?, file-is-directory): catch only

View file

@ -1,3 +1,12 @@
Mon Sep 23 00:42:15 1996 Mikael Djurfeldt <mdj@kenneth>
* * 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 <mdj@kenneth>
* eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added #include