janet/src/core
Calvin Rose b099bd97f2 Merge branch 'master' into bytecode_opt 2023-05-30 18:13:02 -05:00
..
abstract.c Initial Mingw support with Makefile. 2023-01-21 10:37:34 -06:00
array.c Update copyright year. 2023-01-07 15:03:35 -06:00
asm.c Update asm.c 2023-02-05 23:49:18 -06:00
buffer.c Updated documentation for buffer/push-at 2023-05-29 22:03:37 +02:00
bytecode.c Add recursion to the pruning optimization. 2023-05-29 18:05:14 -05:00
capi.c Update changelog. 2023-05-07 21:07:22 -05:00
cfuns.c Update copyright year. 2023-01-07 15:03:35 -06:00
compile.c Add inital bytecode optimizations for #1163 2023-05-29 16:10:48 -05:00
compile.h Add inital bytecode optimizations for #1163 2023-05-29 16:10:48 -05:00
corelib.c changed some error messages 'x|y' -> 'x or y' 2023-05-23 06:58:52 +02:00
debug.c Add support for debugging upvalues. 2023-02-05 15:30:01 -06:00
emit.c Update copyright year. 2023-01-07 15:03:35 -06:00
emit.h Update copyright year. 2023-01-07 15:03:35 -06:00
ev.c changed some error messages 'x|y' -> 'x or y' 2023-05-23 06:58:52 +02:00
features.h Add CI test for mingw/wine on linux 2023-05-18 15:15:41 +02:00
ffi.c Change semantics of bracketed tuple equality. 2023-03-03 18:24:02 -06:00
fiber.c Give different names to the user9 and user8 fiber statuses. 2023-04-24 09:19:15 -05:00
fiber.h Update copyright year. 2023-01-07 15:03:35 -06:00
gc.c Progress. 2023-02-02 21:08:48 -06:00
gc.h Update copyright year. 2023-01-07 15:03:35 -06:00
inttypes.c Improved various error messages when handling unexpected types. 2023-05-23 06:57:12 +02:00
io.c Add file/tell 2023-02-21 20:19:17 +09:00
marsh.c Update for more minimal builds. 2023-02-12 12:14:11 -06:00
math.c Fix NAN typo. 2023-05-12 19:08:26 -05:00
net.c Fixed net/connect binding address 2023-05-30 16:57:17 +02:00
os.c fixed formatting in src/core/os.c 2023-05-21 15:55:11 +02:00
parse.c Update for undefined behavior sanitizer. 2023-03-24 18:49:21 -05:00
peg.c changed some error messages 'x|y' -> 'x or y' 2023-05-23 06:58:52 +02:00
pp.c change janet_formatbv() to handle int/unsigned int instead of long/unsigned long on '%d' and '%u' format specifiers. 2023-05-29 19:50:14 +02: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 copyright year. 2023-01-07 15:03:35 -06:00
specials.c Add inital bytecode optimizations for #1163 2023-05-29 16:10:48 -05:00
state.c Update copyright year. 2023-01-07 15:03:35 -06:00
state.h Add `ev/all-tasks` to get running and pending root fibers. 2023-04-01 18:57:13 -05:00
string.c Add docstring to string/format 2023-05-23 07:21:26 +02:00
strtod.c Update copyright year. 2023-01-07 15:03:35 -06:00
struct.c Update copyright year. 2023-01-07 15:03:35 -06:00
symcache.c Update copyright year. 2023-01-07 15:03:35 -06:00
symcache.h Update copyright year. 2023-01-07 15:03:35 -06:00
table.c Update copyright year. 2023-01-07 15:03:35 -06:00
tuple.c Update copyright year. 2023-01-07 15:03:35 -06:00
util.c Fix warning in janet_gettime() 2023-05-22 20:53:03 +02:00
util.h Added 'source' argument to os/clock to select the clock source 2023-05-21 07:29:27 +02:00
value.c Merge branch 'master' of github.com:janet-lang/janet 2023-05-21 16:23:44 -05:00
vector.c Update copyright year. 2023-01-07 15:03:35 -06:00
vector.h Update copyright year. 2023-01-07 15:03:35 -06:00
vm.c Fix yields inside nested fibers. 2023-05-23 20:09:46 -05:00
wrap.c Update copyright year. 2023-01-07 15:03:35 -06:00