Alex Shinn
|
2cb9d2237f
|
Better error message for invalid args to sorted?.
|
2013-05-12 10:31:30 +09:00 |
|
Alex Shinn
|
74775675fc
|
Fixing sort on vectors for comparators other than <.
Also applying the dups fix analog to 0d36042bb1c6 for non-< comparators.
|
2013-05-12 10:30:38 +09:00 |
|
Alex Shinn
|
59c3171c39
|
Partition needs to split on <= to handle dups properly.
|
2013-05-11 13:39:36 +09:00 |
|
Alex Shinn
|
908be71b17
|
Reverting previous sorted? change.
|
2013-05-11 13:02:30 +09:00 |
|
Alex Shinn
|
5db2afb02d
|
Extra gc preservation.
|
2013-05-11 12:58:20 +09:00 |
|
Alex Shinn
|
7a08f86b3d
|
sorted? should support <=
|
2013-05-11 12:41:51 +09:00 |
|
Alex Shinn
|
13f9d0f8d0
|
Fixing SRFI-95 sort for inexacts differing only in the fractional part
(reported by Alan Watson).
Also adding support for complex and ratios.
|
2013-05-11 12:34:16 +09:00 |
|
Alex Shinn
|
20c62ffe4a
|
The global ABI error object needs to be an immediate, since if
the ABI is incompatible we can't even necessarily refer to a
global from within the bad library.
|
2013-02-10 16:38:18 +09:00 |
|
Alex Shinn
|
85a7efc003
|
automatically making sockets non-blocking on accept
|
2012-05-14 08:37:45 -04:00 |
|