diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-10-22 13:52:22 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-10-22 13:52:22 +0000 |
commit | c90ac3a8bcac5697c032307059a5ab967d41a16b (patch) | |
tree | 0bd966e335e74e7e2e842c8e1f66bc5ac409fe24 | |
parent | a406c9e946be0179bc63106d6ea97bec91c8aaeb (diff) | |
download | guile-c90ac3a8bcac5697c032307059a5ab967d41a16b.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index cb00e1628..9148057d1 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,15 @@ 2004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de> + * numbers.h, numbers.c (SCM_T_INTBUFLEN): Increased to cover + scm_t_intmax values. + (scm_uint2str): New, for scm_t_uintmax. + (scm_iint2str): Argument type changed to scm_t_intmax, + reimplemented in terms of scm_uint2str. + + * print.c, print.h (scm_uintprint): New, for printing + scm_t_uintmax values. + (scm_intprint): Argument type changed to scm_t_intmax. + * sort.c (quicksort, scm_merge, scm_merge_list_x, scm_merge_list_step, scm_merge_vector_step): Inserted SCM_TICKs at strategic places so that the loops can be interrupted. |