1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00
janet/src
Calvin Rose 5054eb4276 Add JANET_MARSH_UNSAFE flag.
This allows unmarshal to optional marshal raw
pointers and cfunctions and send them across threads.
This flag is only exposed in the C API as it is very easy
to misuse and cause segfaults.
2020-04-19 10:56:39 -05:00
..
boot Merge pull request #353 from andrewchambers/require 2020-04-19 10:44:37 -04:00
conf Update changelog and bump version to dev version. 2020-04-04 21:50:27 -05:00
core Add JANET_MARSH_UNSAFE flag. 2020-04-19 10:56:39 -05:00
include Add JANET_MARSH_UNSAFE flag. 2020-04-19 10:56:39 -05:00
mainclient Make Ctrl-G in repl show docstring for symbol. 2020-04-10 11:36:23 -05:00