mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
1713d319b7
commit
192cd79259
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue