1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-03 02:23:15 +00:00
janet/src/core
Calvin Rose ba08e487cb Disable PRF by default.
Since it is not any better by default without initializing the key, we
disable it by default. It can be turned on with JANET_PRF in
janetconf.h.
2020-07-25 13:34:40 -05:00
..
abstract.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
array.c Add array/trim and buffer/trim. 2020-06-14 17:40:48 -05:00
asm.c Don't use CLOCK_MONOTONIC for pthread stuff. 2020-07-03 19:54:58 -05:00
buffer.c Add array/trim and buffer/trim. 2020-06-14 17:40:48 -05:00
bytecode.c And lots of optimization functionality. 2020-06-28 18:16:57 -05:00
capi.c Threading improvements. 2020-07-03 16:28:07 -05:00
cfuns.c And lots of optimization functionality. 2020-06-28 18:16:57 -05:00
compile.c Minor fixes for meson minimum build. 2020-07-03 20:41:55 -05:00
compile.h Change compare-primitive to cmp. 2020-06-24 16:00:00 -05:00
corelib.c Fix buffer overflow. 2020-07-24 07:04:32 -05:00
debug.c Make amalgamtion the default when building. 2020-01-28 23:38:52 -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
features.h Add CLOEXECs when getting file descriptors (#374) 2020-05-06 18:33:25 -05:00
fiber.c Add fiber/roor and allow net/server to take 2020-04-30 23:21:26 -05:00
fiber.h Move funcenv verification to runtime. 2020-04-06 10:58:47 -05:00
gc.c Add auto-resizing of gc interval. 2020-06-27 16:51:20 -05:00
gc.h Update Copyright 2020. 2020-01-12 10:50:37 -06:00
inttypes.c Update integer limits and printing. 2020-07-03 14:14:59 -05:00
io.c Fix #452 - Bad file marshal 2020-07-25 08:09:22 -05:00
marsh.c Address some windows issues. 2020-07-03 20:13:49 -05:00
math.c Update integer limits and printing. 2020-07-03 14:14:59 -05:00
net.c Disable PRF by default. 2020-07-25 13:34:40 -05:00
os.c Move clock shims to util (Helps #430). 2020-07-03 09:54:58 -05:00
parse.c Improve line and col tracking in parser. 2020-05-18 19:05:27 -05:00
peg.c Address compilation warnings and errors. 2020-07-03 12:25:24 -05:00
pp.c Update integer limits and printing. 2020-07-03 14:14:59 -05:00
regalloc.c Add several configurable options - #379 2020-05-09 12:00:01 -05: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 Minor fixes for meson minimum build. 2020-07-03 20:41:55 -05:00
state.h Add auto-resizing of gc interval. 2020-06-27 16:51:20 -05:00
string.c Add symbol/slice and keyword/slice 2020-06-27 15:22:15 -05:00
strtod.c Fix overflow in exponent estimation in strtod.c. 2020-04-21 18:32:59 -05:00
struct.c Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
symcache.c Make amalgamtion the default when building. 2020-01-28 23:38:52 -06:00
symcache.h Update Copyright 2020. 2020-01-12 10:50:37 -06:00
table.c Fix janet_table_remove returning the key instead of the value 2020-07-01 20:05:07 -03:00
thread.c Don't use CLOCK_MONOTONIC for pthread stuff. 2020-07-03 19:54:58 -05:00
tuple.c Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
typedarray.c Allow getting typed arrays from byte sequences. 2020-07-24 07:01:34 -05:00
util.c Disable PRF by default. 2020-07-25 13:34:40 -05:00
util.h Don't use CLOCK_MONOTONIC for pthread stuff. 2020-07-03 19:54:58 -05:00
value.c Restore lexicographic comparison of tuples. 2020-04-24 16:51:04 -05:00
vector.c Make amalgamtion the default when building. 2020-01-28 23:38:52 -06:00
vector.h Update Copyright 2020. 2020-01-12 10:50:37 -06:00
vm.c And lots of optimization functionality. 2020-06-28 18:16:57 -05:00
wrap.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00