janet/src/core
Calvin Rose d6391f2d70 Get windows IOCP working for accept.
This also changes the api of servers slightly -
in light of having support for ev tasks, it is probably better
to remove the "simple" server code and replace it with some Janet
or remove it all together. While convenient, it has issues with error
handling and rigidity.
2020-11-08 18:56:13 -06:00
..
abstract.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
array.c Fix some typos. 2020-09-12 09:38:29 -05:00
asm.c Tweak disasm doc 2020-11-05 13:56:42 +09:00
buffer.c Add array/trim and buffer/trim. 2020-06-14 17:40:48 -05:00
bytecode.c Add cancel function. 2020-08-22 15:35:37 -05:00
capi.c Threading improvements. 2020-07-03 16:28:07 -05:00
cfuns.c Add cancel function. 2020-08-22 15:35:37 -05:00
compile.c Minor fixes for meson minimum build. 2020-07-03 20:41:55 -05:00
compile.h Add cancel function. 2020-08-22 15:35:37 -05:00
corelib.c Merge branch 'master' into ev 2020-09-07 12:52:50 -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
ev.c Get windows IOCP working for accept. 2020-11-08 18:56:13 -06:00
features.h Change feature flags for BSD. 2020-08-10 10:42:56 -05:00
fiber.c Merge branch 'master' into ev 2020-11-07 14:36:25 -06:00
fiber.h Merge branch 'master' into ev 2020-08-16 17:52:36 -05:00
gc.c Disallow mutlitple state machines waiting for a single fiber. 2020-08-08 07:51:46 -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 Merge branch 'master' into ev 2020-11-07 14:36:25 -06:00
marsh.c Overhaul of poll loop, redo ev/select. 2020-10-11 09:14:14 -05:00
math.c Update integer limits and printing. 2020-07-03 14:14:59 -05:00
net.c Get windows IOCP working for accept. 2020-11-08 18:56:13 -06:00
os.c Make docstring less confusing - Fix #493. 2020-11-02 09:09:22 -06:00
parse.c Improve line and col tracking in parser. 2020-05-18 19:05:27 -05:00
peg.c Add integer parsing to pegs. 2020-09-27 12:19:00 -05:00
pp.c Make some changes for WASM build. 2020-09-07 16:08:43 -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 Merge branch 'master' into ev 2020-07-03 12:14:48 -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 typo 2020-10-29 08:45:04 +00:00
thread.c Update documentation for thread/send and thread/receive. 2020-09-13 08:38:37 -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 Registering an abstract type is idemptotent. 2020-10-06 19:11:29 -05:00
util.h Merge branch 'master' into ev 2020-09-07 12:52:50 -05:00
value.c Fix NaNboxing bug that cause flaky builds. 2020-09-06 14:59:29 -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 Merge branch 'master' into ev 2020-09-26 11:50:13 -05:00
wrap.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00