janet/src/core
Calvin Rose 3995fa86e2 More work on function calls. 2024-06-07 20:20:16 -05:00
..
abstract.c Merge branch 'master' into compile-opt 2024-05-04 16:14:35 -05:00
array.c Add support for weak references in arrays. 2023-09-30 10:56:43 -05:00
asm.c Fix asm roundtrip issue. 2024-03-10 09:07:11 -05:00
buffer.c Add buffer/format-at 2024-05-15 20:16:42 -05:00
bytecode.c Prevent bytecode optimization from remove mk* instructions. 2023-11-22 08:18:23 -06:00
capi.c Add explicit stdatomic config setting for #1374 2024-01-28 15:53:41 -06:00
cfuns.c Make encoding of immediate values capture full range. 2023-07-14 10:06:20 -05:00
compile.c Merge branch 'master' into compile-opt 2024-06-01 13:03:36 -05:00
compile.h Merge branch 'master' into compile-opt 2023-07-04 13:52:54 -05:00
corelib.c A few minor improvements. 2024-05-02 09:13:29 -05:00
debug.c Merge changes from bundle-tools branch: 2024-05-26 12:04:35 -05: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 Address #1452 - Partial revert some changes from #1391 2024-06-07 10:32:20 -05:00
features.h Merge changes from bundle-tools branch: 2024-05-26 12:04:35 -05:00
ffi.c Add ipv6, shared, and cryptorand options to meosn. 2023-11-02 08:56:10 -05:00
fiber.c Tweak fiber/last-value docstring 2024-02-02 19:06:56 +09:00
fiber.h Remove some extra fiber state and use a flag. 2023-10-07 12:07:05 -07:00
gc.c More work on frontend. 2024-05-09 22:22:38 -05:00
gc.h Add support for weak references in arrays. 2023-09-30 10:56:43 -05:00
inttypes.c Address some compiler linter messages on openbsd 2024-05-15 18:20:20 -05:00
io.c Merge changes from bundle-tools branch: 2024-05-26 12:04:35 -05:00
marsh.c Address #1326 in a dynamic way that is fairly conservative. 2023-11-14 21:13:21 -06:00
math.c Work on add locales. 2024-05-18 13:23:33 -05:00
net.c Merge branch 'master' into compile-opt 2024-06-01 13:03:36 -05:00
os.c Merge changes from bundle-tools branch: 2024-05-26 12:04:35 -05:00
parse.c Add parser escape sequences 2023-06-25 19:29:39 +04:00
peg.c Fix documentation of peg/replace 2024-02-23 12:46:45 +01:00
pp.c Merge branch 'locales' 2024-05-19 17:05:49 -05: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 Update result value from janet_do* functions. 2023-10-12 05:26:23 -05:00
specials.c Merge changes from bundle-tools branch: 2024-05-26 12:04:35 -05:00
state.c Update janet_interpreter_interrupt to use new atomics 2023-10-01 10:52:05 -05:00
state.h Merge branch 'locales' 2024-05-19 17:05:49 -05:00
string.c Cosmetically tweak string/format docstring 2023-12-19 18:33:47 +09:00
strtod.c Move janet_buffer_dtostr 2024-05-19 17:14:21 -05:00
struct.c Update copyright year. 2023-01-07 15:03:35 -06:00
symcache.c Work on addressing #1337 - fix valgrind case. 2023-12-18 08:56:27 -06:00
symcache.h Update copyright year. 2023-01-07 15:03:35 -06:00
sysir.c More work on register allocation and spilling. 2024-06-05 17:50:11 -05:00
sysir.h Begin work on simple x64 backend. 2024-06-03 08:35:08 -05:00
sysir_x86.c More work on function calls. 2024-06-07 20:20:16 -05:00
table.c Delete dead code. 2024-06-04 21:11:08 -05:00
tuple.c update docstrings for `string/slice` and `tuple/slice` 2023-07-15 00:52:12 +07:00
util.c Fix janet_strerror when _GNU_SOURCE defined. 2024-05-25 13:24:01 -05:00
util.h Merge branch 'locales' 2024-05-19 17:05:49 -05:00
value.c Remove MSVC compiler warning. 2023-06-25 17:29:09 -05: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 Merge changes from bundle-tools branch: 2024-05-26 12:04:35 -05:00
wrap.c Quick fix for discussion #1253 2023-08-13 12:00:54 -05:00