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:
parent
ca3140213b
commit
7eb5d7b2e4
1 changed files with 16 additions and 0 deletions
|
@ -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 -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue