.. |
abstract.c
|
Initial Mingw support with Makefile.
|
2023-01-21 10:37:34 -06:00 |
array.c
|
update final array index to be -1
|
2023-07-14 17:34:55 +07:00 |
asm.c
|
Add new opcode subtract immediate.
|
2023-07-09 21:51:16 -05:00 |
buffer.c
|
Allow buffer/blit to take explicit nils for default args.
|
2023-07-14 20:04:10 -05:00 |
bytecode.c
|
Add new opcode subtract immediate.
|
2023-07-09 21:51:16 -05:00 |
capi.c
|
Allow buffer/blit to take explicit nils for default args.
|
2023-07-14 20:04:10 -05:00 |
cfuns.c
|
Make encoding of immediate values capture full range.
|
2023-07-14 10:06:20 -05:00 |
compile.c
|
Fix order in which *macro-lints* is set during expansion
|
2023-06-09 12:53:10 -04:00 |
compile.h
|
floor div, variadic mod
|
2023-06-28 18:31:20 +07:00 |
corelib.c
|
speed up range creation
|
2023-08-02 01:26:03 +07:00 |
debug.c
|
Add a few asserts to quiet some of the -fanalyze calls in gcc 13.
|
2023-06-01 10:52:34 -05: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
|
More complete fix with some debugging tools.
|
2023-07-02 13:04:42 -05:00 |
features.h
|
Add CI test for mingw/wine on linux
|
2023-05-18 15:15:41 +02:00 |
ffi.c
|
Add ffi/pointer-cfunction to FFI.
|
2023-06-27 19:47:19 -05:00 |
fiber.c
|
Add 3 argument form to fiber/new
|
2023-06-04 14:17:18 -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
|
Update inttypes.
|
2023-07-13 19:58:38 -05:00 |
io.c
|
Add fopen reference to file/open docstring
|
2023-07-23 18:39:20 +09:00 |
marsh.c
|
More complete fix with some debugging tools.
|
2023-07-02 13:04:42 -05:00 |
math.c
|
Fix NAN typo.
|
2023-05-12 19:08:26 -05:00 |
net.c
|
Run through astyle with manual corrections
|
2023-06-08 13:01:49 -05:00 |
os.c
|
Avoid prematurely closing file descriptors when redirecting IO
|
2023-06-23 15:50:19 +09:00 |
parse.c
|
Add parser escape sequences
|
2023-06-25 19:29:39 +04:00 |
peg.c
|
Remove extra function call that cannot ever trigger.
|
2023-06-18 09:41:53 -05:00 |
pp.c
|
More complete fix with some debugging tools.
|
2023-07-02 13:04:42 -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 copyright year.
|
2023-01-07 15:03:35 -06:00 |
specials.c
|
Squashed commit of the following:
|
2023-06-24 12:13:51 -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
|
update docstrings for string/slice and tuple/slice
|
2023-07-15 00:52:12 +07: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
|
Add a few asserts to quiet some of the -fanalyze calls in gcc 13.
|
2023-06-01 10:52:34 -05: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 docstrings for string/slice and tuple/slice
|
2023-07-15 00:52:12 +07:00 |
util.c
|
Add some utilitites for dealing with unsigned integers in janet.h
|
2023-06-24 10:38:35 -05:00 |
util.h
|
Added 'source' argument to os/clock to select the clock source
|
2023-05-21 07:29:27 +02: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
|
Add new opcode subtract immediate.
|
2023-07-09 21:51:16 -05:00 |
wrap.c
|
Update copyright year.
|
2023-01-07 15:03:35 -06:00 |