1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/core
bakpakin c1fa521b58 Add buffer overflow detection to the buffer class
when the inherent 2GB limit is reached for a single buffer.
2018-01-06 13:25:45 -05:00
..
abstract.c More compiler bug fixes. Added some features and functions like varargs. 2018-01-03 21:36:10 -05:00
array.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
asm.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
buffer.c Add buffer overflow detection to the buffer class 2018-01-06 13:25:45 -05:00
compile.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
compile.h Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
fiber.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
gc.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
gc.h More compiler bug fixes. Added some features and functions like varargs. 2018-01-03 21:36:10 -05:00
io.c Add buffer overflow detection to the buffer class 2018-01-06 13:25:45 -05:00
math.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
opcodes.h More compiler bug fixes. Added some features and functions like varargs. 2018-01-03 21:36:10 -05:00
parse.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
sourcemap.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
sourcemap.h Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
stl.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
string.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
strtod.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
strtod.h Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
struct.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
symcache.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
symcache.h Fix write after free bug. 2017-11-27 14:03:34 -05:00
table.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
tuple.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
util.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
util.h Add buffer overflow detection to the buffer class 2018-01-06 13:25:45 -05:00
value.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
vm.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00
wrap.c Rename DstValue to Dst for easier access. Move vector.c into 2018-01-06 11:09:15 -05:00