chibi-scheme/lib/srfi
2020-01-31 23:12:20 +08:00
..
1 Reduce error in sexp_read_float_tail (from Taylor R Campbell) 2018-12-02 12:22:14 +08:00
2 Converting tests to modules instead of separate programs. 2015-04-05 23:38:51 +09:00
14 fix iset-intersection on large trees in the first argument (issue #606) 2020-01-27 21:52:17 +08:00
16 move definitions to start of body 2016-02-28 18:05:02 +09:00
18 re-run scheduler if only thread was still waiting (issue #594) 2019-12-26 23:42:15 +08:00
26 Converting tests to modules instead of separate programs. 2015-04-05 23:38:51 +09:00
27 random-integer should check for positive bounds 2019-09-03 19:56:59 +08:00
33 adding (srfi 142), using that in place of (srfi 33) 2017-04-16 22:06:56 +09:00
38 Fixing intraline whitespace parsing followed immediately by another escape. 2016-06-04 22:06:35 +09:00
39 Added full support for packed images, both for static and dynamic libraries. 2016-02-15 21:12:58 -05:00
41 adding (srfi 41) 2018-01-14 00:22:14 +09:00
69 BSD portability fixes from Taylor Campbell 2018-11-27 23:01:23 +08:00
95 adding (srfi 128) 2017-04-01 20:26:00 +09:00
98 SRFI-98: Do not decl. environ as extern on Win32 2017-12-13 17:30:36 +09:00
99 Construct constructor/predicate names in the syntactic context of the record name, not the context of the invokation of define-record-type 2018-12-05 12:15:17 +01:00
101 adding (srfi 101) 2018-01-15 23:51:16 +09:00
113 don't include-shared hash multiple times 2018-01-24 23:58:30 +09:00
116 adding (srfi 116) 2017-08-24 21:29:33 +09:00
117 adding new srfi tests to lib-tests 2017-04-16 22:15:58 +09:00
121 adding (srfi 121) 2017-04-16 22:07:51 +09:00
125 adding (srfi 125) 2017-04-18 23:24:56 +09:00
127 adding (srfi 127) 2018-01-15 23:15:14 +09:00
128 fix make-comparator hash function arity in SRFI 128 2020-01-12 09:45:38 -05:00
129 distinguishing lowercase and foldcase (fixes issue #420) 2017-08-27 14:10:05 +09:00
130 adding more srfi 130 tests 2016-05-17 23:38:45 +09:00
132 typo in vector-select! 2018-02-01 15:43:46 +09:00
133 adding new srfi tests to lib-tests 2017-04-16 22:15:58 +09:00
134 adding (srfi 134) 2018-01-16 00:00:48 +09:00
135 adding (srfi 135) 2018-01-16 01:14:40 +09:00
139 removing tabs 2017-08-26 23:29:02 +09:00
143 adding (srfi 143) 2017-05-27 22:50:35 +09:00
144 Win32: Import Ruby's lgamma_r implementation (Public Domain) 2017-12-13 17:20:53 +09:00
151 SRFI 151 fixes: bitwise-if arg order swapped from SRFI 33; bit-set? on negative integers should extend infinite 1s; bit-field-every? should compare only bits within mask 2020-01-31 23:12:20 +08:00
159 removing undocumented upcased and downcased 2019-02-28 00:19:01 +08:00
160 fleshing out srfi 160 api 2019-02-26 23:08:52 +08:00
1.sld Making libraries portable where possible. 2015-04-26 16:17:38 +09:00
2.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
6.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
8.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
9.scm compare record field names with eq? 2016-06-25 22:53:37 +09:00
9.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
11.sld fixed let(*)-values when no bindings are given 2017-01-10 22:59:00 +01:00
14.sld adding (srfi 14) 2017-08-26 20:34:56 +09:00
16.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
18.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
23.sld adding explicit (srfi 23) 2017-04-01 21:47:34 +09:00
26.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
27.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
33.sld adding (srfi 142), using that in place of (srfi 33) 2017-04-16 22:06:56 +09:00
38.scm adding initial support for SRFI 160 uniform vectors 2019-01-15 23:43:50 +08:00
38.sld adding initial support for SRFI 160 uniform vectors 2019-01-15 23:43:50 +08:00
39.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
41.scm adding (srfi 41) 2018-01-14 00:22:14 +09:00
41.sld adding (srfi 41) 2018-01-14 00:22:14 +09:00
46.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
55.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
69.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
95.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
98.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
99.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
101.scm adding (srfi 101) 2018-01-15 23:51:16 +09:00
101.sld adding (srfi 101) 2018-01-15 23:51:16 +09:00
111.sld adding (srfi 111) 2017-03-26 22:02:43 +09:00
113.sld don't include-shared hash multiple times 2018-01-24 23:58:30 +09:00
115.sld adding missing export regexp-match->list (issue #419) 2017-06-26 10:36:38 +09:00
116.sld adding (srfi 116) 2017-08-24 21:29:33 +09:00
117.sld adding (srfi 117) 2017-04-01 22:15:08 +09:00
121.sld adding (srfi 121) 2017-04-16 22:07:51 +09:00
124.sld remove tab 2017-04-01 20:43:43 +09:00
125.sld adding (srfi 125) 2017-04-18 23:24:56 +09:00
127.scm adding (srfi 127) 2018-01-15 23:15:14 +09:00
127.sld adding (srfi 127) 2018-01-15 23:15:14 +09:00
128.sld fix make-comparator hash function arity in SRFI 128 2020-01-12 09:45:38 -05:00
129.sld updating to Unicode 9 and adding SRFI 129 2017-03-28 23:42:47 +09:00
130.scm adding -Dsafe-string-cursors feature to perform extra checks on string cursors 2019-02-01 00:31:13 +08:00
130.sld s/string-cursor-backward/string-cursor-back 2016-05-15 07:40:38 +09:00
132.sld adding (srfi 132) 2017-03-30 01:17:30 +09:00
133.sld adding (srfi 133) 2017-03-31 00:48:35 +09:00
134.scm adding (srfi 134) 2018-01-16 00:00:48 +09:00
134.sld adding (srfi 134) 2018-01-16 00:00:48 +09:00
135.scm adding (srfi 135) 2018-01-16 01:14:40 +09:00
135.sld adding (srfi 135) 2018-01-16 01:14:40 +09:00
139.scm Implement syntax-case 2018-12-01 13:48:25 +01:00
139.sld removing tabs 2017-08-26 23:29:02 +09:00
141.sld adding (srfi 141) 2017-04-01 20:42:32 +09:00
142.sld replacing (srfi 142) with (srfi 151) 2017-08-21 22:32:57 +09:00
143.sld replacing (srfi 142) with (srfi 151) 2017-08-21 22:32:57 +09:00
144.sld adding missing flonum to (srfi 144) (fixes issue #434) 2017-08-09 22:46:46 +09:00
145.sld adding (srfi 145) 2017-08-21 23:16:55 +09:00
147.sld adding (srfi 147) 2017-04-01 20:33:13 +09:00
151.sld replacing (srfi 142) with (srfi 151) 2017-08-21 22:32:57 +09:00
154.scm adding (srfi 154) 2017-10-06 22:54:32 +09:00
154.sld adding (srfi 154) 2017-10-06 22:54:32 +09:00
159.sld removing undocumented upcased and downcased 2019-02-28 00:19:01 +08:00