chibi-scheme/lib/srfi
Alex Shinn b10cb94e17 Reset the current parameters in child threads.
This is simple and fast.  Inheriting all threads causes immediate
problems with exception handlers, and in general should use
copy-on-write behavior so that child threads can't affect parents.  If
we make an eager copy of the parameters we can filter out just the
exception handler, but then thread creation is expensive.  The ideal
design might allow selectively enabling parameter inheritance.
2013-05-29 20:40:48 +09:00
..
1 Adding (scheme cxr) library, removing all other references to c[ad]{3,4]r. 2012-05-20 15:16:11 +09:00
18 Reset the current parameters in child threads. 2013-05-29 20:40:48 +09:00
27 The global ABI error object needs to be an immediate, since if 2013-02-10 16:38:18 +09:00
33 The global ABI error object needs to be an immediate, since if 2013-02-10 16:38:18 +09:00
39 The global ABI error object needs to be an immediate, since if 2013-02-10 16:38:18 +09:00
69 The global ABI error object needs to be an immediate, since if 2013-02-10 16:38:18 +09:00
95 Better error message for invalid args to sorted?. 2013-05-12 10:31:30 +09:00
98 The global ABI error object needs to be an immediate, since if 2013-02-10 16:38:18 +09:00
99 Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
1.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
2.sld Updating SRFI-2 to support single variable references as clauses, and adding tests. 2012-12-15 13:06:32 +09:00
6.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
8.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
9.scm Adding an explicit error for record rtd and constructor conflicts. 2013-04-05 20:22:46 +09:00
9.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
11.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
16.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
18.sld SRFI-18 can now build without error for threadless builds, as an empty library. 2013-02-27 20:58:44 +09:00
26.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
27.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
33.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
38.scm Removing reference to digit-value. 2012-11-11 15:12:16 +09:00
38.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
39.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
46.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
55.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
69.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
95.sld Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
98.sld automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00
99.sld automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00