janet/src/core
Calvin Rose 2db7945d6f Fix peg bug when there is no default grammar set.
This could result in a segfault when we attempt to
read from a NULL pointer.
2021-05-20 21:57:22 -05:00
..
abstract.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
array.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
asm.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
buffer.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
bytecode.c Add cancel function. 2020-08-22 15:35:37 -05:00
capi.c Add ev/thread and ev/do-thread. 2021-01-22 12:52:45 -06:00
cfuns.c Add cancel function. 2020-08-22 15:35:37 -05:00
compile.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
compile.h Add cancel function. 2020-08-22 15:35:37 -05:00
corelib.c Merge commit 'f4c9064b79d5b32fd74e5ddf25266356c22dd53b' 2021-04-29 15:58:41 -05:00
debug.c Make flycheck follow GNU standards for errors. 2021-01-30 12:51:38 -06:00
emit.c Fix optimization of do_get. 2020-06-28 15:52:59 -05:00
emit.h Fix optimization of do_get. 2020-06-28 15:52:59 -05:00
ev.c Merge commit 'f4c9064b79d5b32fd74e5ddf25266356c22dd53b' 2021-04-29 15:58:41 -05:00
features.h docs: fix simple typo, soucre -> source 2020-11-28 09:45:46 +11:00
fiber.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
fiber.h Merge branch 'master' into ev 2020-08-16 17:52:36 -05:00
gc.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
gc.h Update Copyright 2020. 2020-01-12 10:50:37 -06:00
inttypes.c Allow iterating through the properties of core abstract types. 2021-01-11 23:14:07 -06:00
io.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
marsh.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
math.c Fix integer limit docs. 2021-01-17 13:44:53 -06:00
net.c Merge commit 'f4c9064b79d5b32fd74e5ddf25266356c22dd53b' 2021-04-29 15:58:41 -05:00
os.c Merge commit 'f4c9064b79d5b32fd74e5ddf25266356c22dd53b' 2021-04-29 15:58:41 -05:00
parse.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
peg.c Fix peg bug when there is no default grammar set. 2021-05-20 21:57:22 -05:00
pp.c Add declare-headers to jpm. 2021-04-25 13:38:24 -05:00
regalloc.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
regalloc.h Update Copyright 2020. 2020-01-12 10:50:37 -06:00
run.c Address #426 parse errors in *out janet_dostring 2020-06-22 08:34:17 -05:00
specials.c Support adding arbitrary metadata to bindings 2021-03-24 09:38:12 +09:00
state.h Add ev api for making threaded calls. 2020-12-31 16:12:42 -06:00
string.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
strtod.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
struct.c Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
symcache.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
symcache.h Update Copyright 2020. 2020-01-12 10:50:37 -06:00
table.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
thread.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
tuple.c Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
util.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
util.h Remove typed arrays from the core. 2021-04-29 12:33:49 -05:00
value.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
vector.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
vector.h Update Copyright 2020. 2020-01-12 10:50:37 -06:00
vm.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00
wrap.c Add config support for custom allocators. 2021-03-23 23:00:48 +13:00