janet/src/core
GrayJack d0acf6426d refactor(c-api): Requested changes from review 2024-04-21 17:29:33 -03:00
..
abstract.c Add explicit stdatomic config setting for #1374 2024-01-28 15:53:41 -06:00
array.c refactor(c-api): Dogfooding usage of size types and limits 2024-04-18 20:15:42 -03:00
asm.c refactor(c-api): Dogfooding usage of size types and limits 2024-04-18 20:15:42 -03:00
buffer.c refactor(c-api): Requested changes from review 2024-04-21 17:29:33 -03:00
bytecode.c Prevent bytecode optimization from remove mk* instructions. 2023-11-22 08:18:23 -06:00
capi.c fix: Fix some windows warnings 2024-04-18 20:15:42 -03:00
cfuns.c Make encoding of immediate values capture full range. 2023-07-14 10:06:20 -05:00
compile.c fix: Fix another windows warning 2024-04-18 20:15:42 -03:00
compile.h fix: Fix another windows warning 2024-04-18 20:15:42 -03:00
corelib.c refactor(c-api): Dogfooding usage of size types and limits 2024-04-18 20:15:42 -03:00
debug.c Tweak debug/stacktrace docstring (#1365) 2024-01-24 16:52:37 +09:00
emit.c Address compiler bug with `break`. 2023-09-28 20:14:22 -05:00
emit.h Update copyright year. 2023-01-07 15:03:35 -06:00
ev.c fix: Fix some windows warnings 2024-04-18 20:15:42 -03:00
features.h Add CI test for mingw/wine on linux 2023-05-18 15:15:41 +02:00
ffi.c refactor(c-api): Dogfooding usage of size types and limits 2024-04-18 20:15:42 -03:00
fiber.c refactor(c-api): Requested changes from review 2024-04-21 17:29:33 -03:00
fiber.h refactor(c-api): Requested changes from review 2024-04-21 17:29:33 -03:00
gc.c fix: Fix some windows warnings 2024-04-18 20:15:42 -03:00
gc.h Add support for weak references in arrays. 2023-09-30 10:56:43 -05:00
inttypes.c fix some typos in docstrings 2023-10-03 19:17:18 -07:00
io.c fix: Fix some windows warnings 2024-04-18 20:15:42 -03:00
marsh.c refactor(c-api): Requested changes from review 2024-04-21 17:29:33 -03:00
math.c refactor(c-api): Use `size_t` in other structures and functions used by lib 2024-04-18 20:15:42 -03:00
net.c Fix #1342 2023-12-31 18:36:55 -06:00
os.c fix: Fix some windows warnings 2024-04-18 20:15:42 -03:00
parse.c fix: Fix some windows warnings 2024-04-18 20:15:42 -03:00
peg.c fix: Fix some windows warnings 2024-04-18 20:15:42 -03:00
pp.c fix: Fix some windows warnings 2024-04-18 20:15:42 -03:00
regalloc.c Add inital bytecode optimizations for #1163 2023-05-29 16:10:48 -05:00
regalloc.h Add inital bytecode optimizations for #1163 2023-05-29 16:10:48 -05:00
run.c refactor(c-api): backfit the changes in the API functions on the places they are used 2024-04-18 20:15:42 -03:00
specials.c fix: Fix some windows warnings 2024-04-18 20:15:42 -03:00
state.c Update janet_interpreter_interrupt to use new atomics 2023-10-01 10:52:05 -05:00
state.h refactor(c-api): Make `JanetQueue` use `size_t` 2024-04-18 20:15:42 -03:00
string.c refactor(c-api): Requested changes from review 2024-04-21 17:29:33 -03:00
strtod.c refactor(c-api): Use `size_t` in other structures and functions used by lib 2024-04-18 20:15:42 -03:00
struct.c refactor(c-api): Requested changes from review 2024-04-21 17:29:33 -03:00
symcache.c fix: Fix some windows warnings 2024-04-18 20:15:42 -03:00
symcache.h Update copyright year. 2023-01-07 15:03:35 -06:00
table.c refactor(c-api): Dogfooding usage of size types and limits 2024-04-18 20:15:42 -03:00
tuple.c refactor(c-api): Use `size_t` on some `JanetTupleHead` fields 2024-04-18 20:15:42 -03:00
util.c refactor(c-api): Requested changes from review 2024-04-21 17:29:33 -03:00
util.h refactor(c-api): Requested changes from review 2024-04-21 17:29:33 -03:00
value.c fix: remove dead code 2024-04-18 20:15:42 -03:00
vector.c Add a few asserts to quiet some of the -fanalyze calls in gcc 13. 2023-06-01 10:52:34 -05:00
vector.h Update copyright year. 2023-01-07 15:03:35 -06:00
vm.c refactor(c-api): backfit the changes in the API functions on the places they are used 2024-04-18 20:15:42 -03:00
wrap.c refactor(c-api): Requested changes from review 2024-04-21 17:29:33 -03:00