chibi-scheme/lib/srfi
okuoku 1cba43a220 SRFI-151: Fix bit-set? on Win64 which uses long long
Most "1UL" references on bitwise operations should be replaced with
explicit C cast.
2017-12-14 18:03:23 +09:00
..
1 adding (srfi 116) 2017-08-24 21:29:33 +09:00
2 Converting tests to modules instead of separate programs. 2015-04-05 23:38:51 +09:00
14 adding (srfi 14) 2017-08-26 20:34:56 +09:00
16 move definitions to start of body 2016-02-28 18:05:02 +09:00
18 Added full support for packed images, both for static and dynamic libraries. 2016-02-15 21:12:58 -05:00
26 Converting tests to modules instead of separate programs. 2015-04-05 23:38:51 +09:00
27 Win32: Port/Stub-out libraries 2017-11-06 04:10:28 +09: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
69 adding (srfi 125) 2017-04-18 23:24:56 +09: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 adding tests from issue #363 2016-06-19 13:14:00 +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
128 adding new srfi tests to lib-tests 2017-04-16 22:15:58 +09: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 adding new srfi tests to lib-tests 2017-04-16 22:15:58 +09:00
133 adding new srfi tests to lib-tests 2017-04-16 22:15:58 +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: Fix bit-set? on Win64 which uses long long 2017-12-14 18:03:23 +09: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 "\xNN;" inline hex escapes should also support uppercase \X. 2016-06-04 22:19:43 +09:00
38.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
39.sld Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +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
111.sld adding (srfi 111) 2017-03-26 22:02:43 +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
128.sld replacing (srfi 142) with (srfi 151) 2017-08-21 22:32:57 +09:00
129.sld updating to Unicode 9 and adding SRFI 129 2017-03-28 23:42:47 +09:00
130.scm s/string-cursor-backward/string-cursor-back 2016-05-15 07:40:38 +09: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
139.scm removing tabs 2017-08-26 23:29:02 +09: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