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

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-05-30 23:48:36 +00:00
parent ca3140213b
commit 7eb5d7b2e4

View file

@ -1,3 +1,19 @@
2001-05-31 Marius Vollmer <mvo@zagadka.ping.de>
* print.c (scm_simple_format): Support "~~" and "~%". Signal
error for unsupported format controls and for superflous
arguments. Thanks to David Skarda!
* print.h, print.c (scm_print_symbol_name): Factored out of
scm_iprin1.
(scm_iprin1): Call it.
* keywords.c (keyword_print): Use scm_print_symbol_name so that
weird names are printed correctly.
* print.c (scm_print_symbol_name): Symbols whose name starts with
`#' or `:' or ends with `:' are considered weird.
2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* numbers.c (scm_difference, scm_divide): Clarified comments for -