1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
Ian Henry b442b21d3f
fix a segfault in the (number) special
This was an error about the base argument that referenced the tag argument,
which might not exist.
2023-02-20 17:07:42 -08:00
..
boot Add support for debugging upvalues. 2023-02-05 15:30:01 -06:00
conf Don't compile library loading code on windows if it is disabled. 2023-01-21 09:36:03 -06:00
core fix a segfault in the (number) special 2023-02-20 17:07:42 -08:00
include Allow passing pointer-buffers to other threads. 2023-02-12 11:07:45 -06:00
mainclient More fixes to ev/gather (tested on httpf server). 2023-02-05 10:21:37 -06:00