1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
Calvin Rose c6eaaa83ed Buffer initialized with janet_buffer_init will not be gced.
Set an internal flag that disables garbage collection on such
buffers. For all currently correct usage, this should have no effect,
and will fix use cases where buffers are initialized this way and then
passed to the interpreter.
2023-01-23 20:57:30 -06:00
..
boot Merge branch 'master' of github.com:janet-lang/janet 2023-01-07 15:05:16 -06:00
conf Don't compile library loading code on windows if it is disabled. 2023-01-21 09:36:03 -06:00
core Buffer initialized with janet_buffer_init will not be gced. 2023-01-23 20:57:30 -06:00
include Add :mingw value when getting the OS setting when compiled with mingw. 2023-01-21 11:50:03 -06:00
mainclient Add msys2 testing with github actions. 2023-01-22 11:05:27 -06:00