1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-26 00:10:27 +00:00
janet/src
Andrew Chambers 5d75effb37 Allow C code to block SIGINT.
Previously the repl always exits on SIGINT, this change
means the repl will only exit on SIGINT if the SIGINT handler
causes it to exit.
2021-11-12 23:24:33 +13:00
..
boot Add quoted literal support in the match macro. 2021-11-08 15:33:11 -06:00
conf Update CHANGELOG.md 2021-10-20 19:57:02 -05:00
core Address #815 - gc mark issue in windows accept state machine. 2021-11-06 17:50:54 -05:00
include Merge branch 'master' into struct-proto 2021-10-29 16:42:34 -05:00
mainclient Allow C code to block SIGINT. 2021-11-12 23:24:33 +13:00