1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-03 18:43:15 +00:00
janet/src
Calvin Rose bf8d5da3dc Fix possible memory leak on buffer overflow.
(All buffer push functions can panic (longjmp), skipping
 deinit. Instead, we should use the garbage collected api).
2019-01-19 12:32:52 -05:00
..
core Fix possible memory leak on buffer overflow. 2019-01-19 12:32:52 -05:00
include/janet Update peg to allow functions over captures. Update C API 2019-01-12 17:31:15 -05:00
mainclient Expose more of the module system. 2019-01-18 12:04:34 -05:00
webclient Update copyright date, fix types, remove trailing whitespace. 2019-01-06 03:23:03 -05:00