diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-10-19 16:02:11 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-10-19 16:02:11 +0000 |
commit | 192cd79259ab319a565256692a57ef4d4d72e30b (patch) | |
tree | 34486810c7b936b300b5cb5b44f4c64a0d7c8c78 | |
parent | 1713d319b714502df37078ed2a0bf5a3496b9ac4 (diff) | |
download | guile-192cd79259ab319a565256692a57ef4d4d72e30b.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 3652593d5..cf417e7a3 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,16 @@ 2004-10-19 Marius Vollmer <marius.vollmer@uni-dortmund.de> + * numbers.c (scm_i_range_error): New. + * conv-integer.i.c, conv-uinteger.i.c: Use it instead of + scm_out_of_range. + + * sort.c (scm_restricted_vector_sort_x): Validate startpos <= + endpos. State inclusiveness/exclusiveness if bounds in docstring. + + * unif.c (scm_array_p): When no prototype is given, explicitely + test for allowable types, do not simply return true. Thanks to + Roland Orre for reporting this! + * private-gc.h (SCM_DEFAULT_MAX_SEGMENT_SIZE): Increase to 20 Mib. * gc-segment.c (scm_i_get_new_heap_segment): Limit size of new |