1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-05 16:26:17 +00:00
janet/src
llmII 6ad016c587
Check type when getting socket type
janet_get_sockettype expects a keyword but we're making it optional that
the call to the functions that use it with arity >=3 will be guaranteed
to have it as a keyword value! If it's not a keyword then it's the same
as NULL.
2021-09-06 09:53:53 -05:00
..
boot Allow passing a function to directly to ev/go. 2021-08-30 22:22:22 -05:00
conf Prepare for 1.17.1 release. 2021-08-29 11:29:41 -05:00
core Check type when getting socket type 2021-09-06 09:53:53 -05:00
include Readd the janet_register function. 2021-08-22 10:38:15 -05:00
mainclient Add janet_loop_fiber C function to run a fiber to completion from C. 2021-07-18 09:39:37 -05:00