1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
Calvin Rose 1cadff8e58 Add ffi/pointer-buffer for easier memory manipulation in FFI.
Added underlying buffer support for buffer instances that cannot
reallocated underlying memory - useful for (small) memory mapped
files and other FFI utilties.
2023-02-12 09:20:05 -06: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 Add ffi/pointer-buffer for easier memory manipulation in FFI. 2023-02-12 09:20:05 -06:00
include Add ffi/pointer-buffer for easier memory manipulation in FFI. 2023-02-12 09:20:05 -06:00
mainclient More fixes to ev/gather (tested on httpf server). 2023-02-05 10:21:37 -06:00