Commit graph

138 commits

Author SHA1 Message Date
Alex Shinn
4a7a809c8d distinguishing lowercase and foldcase (fixes issue #420) 2017-08-27 14:10:05 +09:00
Alex Shinn
1ac4473942 removing tabs 2017-08-26 23:29:02 +09:00
Alex Shinn
0f84fac70d adding (srfi 14) 2017-08-26 20:34:56 +09:00
Alex Shinn
22af18dd18 adding (srfi 116) 2017-08-24 21:29:33 +09:00
Alex Shinn
32bd7fbad6 fixing corner cases in pair-fold, alist-delete and reduce-right 2017-08-24 21:27:08 +09:00
Alex Shinn
1c3f2bd6d5 adding (srfi 145) 2017-08-21 23:16:55 +09:00
Alex Shinn
6d3ae7a28e replacing (srfi 142) with (srfi 151) 2017-08-21 22:32:57 +09:00
Alex Shinn
836ddf6397 adding missing flonum to (srfi 144) (fixes issue #434) 2017-08-09 22:46:46 +09:00
Marc Nieper-Wißkirchen
34701f6df5 Implement SRFI 139 2017-08-01 19:22:12 +02:00
Marc Nieper-Wißkirchen
0078ae2e83 Repair emscripten build 2017-07-25 16:06:59 +02:00
Alex Shinn
d93f7265e2 fixing test after jn/yn signature change 2017-07-20 22:18:05 +09:00
Alex Shinn
071aa725fd updating (srfi 144) with final changes (issue #426) 2017-07-20 22:12:01 +09:00
Alex Shinn
3197969d3e adding missing export regexp-match->list (issue #419) 2017-06-26 10:36:38 +09:00
Alex Shinn
b52711cac8 adding (srfi 144) 2017-06-03 16:49:09 +09:00
Alex Shinn
79a5952ee1 adding (srfi 143) 2017-05-27 22:50:35 +09:00
Alex Shinn
9a21154041 fixing bit-field-rotate/reverse 2017-05-27 22:49:14 +09:00
Alex Shinn
e0fe160f46 fixing off-by-one error in first-set-bit 2017-05-19 23:04:06 +09:00
Alex Shinn
5fb3217ada updating more bitwise corner cases (issue #408) 2017-05-15 23:45:06 +09:00
Alex Shinn
383c6cba62 fixing off-by-one error in arithmetic-shift 2017-05-08 23:49:55 +09:00
Alex Shinn
779c60ac35 add check for empty second list in list= (fixes issue #407) 2017-05-08 12:04:13 +09:00
Alex Shinn
5e4fa52185 bug in string-titlecase, string-cursor>=? doesn't take a string arg 2017-05-07 17:20:09 +09:00
Alex Shinn
9cf8a3ddf3 catching more bitwise-xor cases 2017-05-07 16:45:18 +09:00
Alex Shinn
cb7eaa7fe6 fixing bitwise-xor for negative bignum cases 2017-05-07 16:36:12 +09:00
Alex Shinn
bddb28ace7 fixing bitwise-ior for the bignum|negative-fixnum case 2017-05-07 16:17:06 +09:00
Alex Shinn
37178eacd5 adding (srfi 125) 2017-04-18 23:24:56 +09:00
Alex Shinn
f37429d510 adding new srfi tests to lib-tests 2017-04-16 22:15:58 +09:00
Alex Shinn
dc3283a13b adding (srfi 121) 2017-04-16 22:07:51 +09:00
Alex Shinn
eb79e98d20 adding (srfi 142), using that in place of (srfi 33) 2017-04-16 22:06:56 +09:00
Alex Shinn
014aa253d1 adding new srfis to lib tests 2017-04-01 22:20:21 +09:00
Alex Shinn
ae1704883c adding (srfi 117) 2017-04-01 22:15:08 +09:00
Alex Shinn
4193742fe5 adding explicit (srfi 23) 2017-04-01 21:47:34 +09:00
Alex Shinn
90abe23663 remove tab 2017-04-01 20:43:43 +09:00
Alex Shinn
efc6426a59 adding (srfi 141) 2017-04-01 20:42:32 +09:00
Alex Shinn
08b586b7f9 adding (srfi 147) 2017-04-01 20:33:13 +09:00
Alex Shinn
6ed3bd4cc3 adding (srfi 128) 2017-04-01 20:26:00 +09:00
Alex Shinn
04ed6e1388 adding (srfi 133) 2017-03-31 00:48:35 +09:00
Alex Shinn
67712e5624 adding (srfi 132) 2017-03-30 01:17:30 +09:00
Alex Shinn
6e2013153a updating to Unicode 9 and adding SRFI 129 2017-03-28 23:42:47 +09:00
Alex Shinn
c08aa4e93b adding (srfi 111) 2017-03-26 22:02:43 +09:00
Alex Shinn
57f1b44d14 chicken workarounds 2017-01-30 23:08:04 +09:00
Alex Shinn
374034d7e0 adding (srfi 115) wrapper around (chibi regexp) 2017-01-25 00:30:10 +09:00
Alex Shinn
63cea7ccb5 fixing sexp_make_random_source type tag on linux 2017-01-20 23:24:44 +09:00
Alex Shinn
260f55adec Use a context global instead of a static C global for the default random source.
Fixes issue #385.
2017-01-20 00:49:11 +09:00
Alex Shinn
2735b36c87 adding type checks for random-source-make-* 2017-01-14 15:08:14 +09:00
Marc Nieper-Wißkirchen
7197accf1f fixed let(*)-values when no bindings are given 2017-01-10 22:59:00 +01:00
Alex Shinn
13fbdd781f Fixing bitwise-ior/xor on negative bignums (issue #375). 2016-08-06 15:42:01 +09:00
Alex Shinn
62ca18c1a4 compare record field names with eq?
Fixes issue #367.
2016-06-25 22:53:37 +09:00
Alex Shinn
5a770c4909 adding tests from issue #363 2016-06-19 13:14:00 +09:00
Alex Shinn
18b41bcda0 make-rtd expects a symbol record name, not string 2016-06-19 13:09:45 +09:00
Alex Shinn
b88f13ef4a preserving hygienie in define-record-type 2016-06-18 23:02:25 +09:00