janet/test
Calvin Rose a87015598c Make janet_equals and janet_compare non recursive
This makes these operatios use constant stack space rather
than linear stackspace given the size of the inputs. This is important
to prevent certain parser input from causing a stack overflow - in
general, we try to avoid unbounded recursion.
2020-04-24 16:18:31 -05:00
..
amalg Update Copyright 2020. 2020-01-12 10:50:37 -06:00
fuzzers Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
install Update Copyright 2020. 2020-01-12 10:50:37 -06:00
helper.janet Change os/perm-str to os/perm-string. 2020-04-03 15:23:29 -05:00
suite0.janet (struct ...) with duped keys will use last value. 2020-04-11 13:42:25 -05:00
suite1.janet Use modulo instead of remainder for even?/odd?. 2020-03-28 10:23:28 -05:00
suite2.janet Update Copyright 2020. 2020-01-12 10:50:37 -06:00
suite3.janet Update Copyright 2020. 2020-01-12 10:50:37 -06:00
suite4.janet Update Copyright 2020. 2020-01-12 10:50:37 -06:00
suite5.janet Update Copyright 2020. 2020-01-12 10:50:37 -06:00
suite6.janet Add righthand operator overloading. 2020-01-22 18:59:41 -06:00
suite7.janet add os/mktime, an inverse to os/date. 2020-03-18 23:45:02 +01:00
suite8.janet Fix overflow in exponent estimation in strtod.c. 2020-04-21 18:32:59 -05:00