cyclone/scheme
Justin Ethier 4b0466f37b Use alloca for any allocations with let/local-vars
This prevents situations where local variables are allocated within local scope blocks and then are assigned to pointers. This is necessary as those locals are not guaranteed to remain on the stack once the block ends, so the pointer can easily point to random memory, leading to GC corruption and/or undefined behavior.
2018-11-19 17:09:17 -05:00
..
cyclone Use alloca for any allocations with let/local-vars 2018-11-19 17:09:17 -05:00
base.sld Issue #280 - Cyc-add-feature! 2018-11-10 06:39:13 -05:00
case-lambda.sld Added header comment block. 2016-02-14 22:35:04 -05:00
char.sld Use fast version of member 2016-10-15 18:19:18 -04:00
complex.sld Build-out make-rectangular 2018-05-10 13:24:24 -04:00
cxr.sld Add expected definitions 2016-07-29 03:12:44 -04:00
eval.sld Remove dead code 2018-02-15 17:42:11 -05:00
file.sld Added header comment block. 2016-02-14 22:35:04 -05:00
inexact.sld Complex number support 2018-05-14 14:20:24 -04:00
lazy.sld Added header comment block. 2016-02-14 22:35:04 -05:00
load.sld Added header comment block. 2016-02-14 22:35:04 -05:00
process-context.sld UTF8 support 2017-11-06 16:00:11 +00:00
read.sld Remove debug code 2018-08-06 21:28:17 -04:00
repl.sld Added (repl) 2018-04-30 20:21:29 -04:00
time.sld Clean up comments 2018-06-13 17:46:00 -04:00
write.sld Added aliases for missing write functions 2016-09-27 18:01:40 -04:00