.. |
abstract.c
|
Fix memory leak caused by casting error.
|
2019-06-30 10:32:52 -05:00 |
array.c
|
Keep count fo allocated memory via malloc.
|
2019-07-31 00:24:13 -05:00 |
asm.c
|
Add propagate function and opcode
|
2019-06-24 12:44:13 -04:00 |
buffer.c
|
Keep count fo allocated memory via malloc.
|
2019-07-31 00:24:13 -05:00 |
bytecode.c
|
Add propagate function and opcode
|
2019-06-24 12:44:13 -04:00 |
capi.c
|
Silence some windows build warnings.
|
2019-06-17 23:50:39 -04:00 |
cfuns.c
|
Add propagate function and opcode
|
2019-06-24 12:44:13 -04:00 |
compile.c
|
Be more complete with JANET_NO_SOURCEMAPS
|
2019-06-20 11:55:52 -04:00 |
compile.h
|
Add propagate function and opcode
|
2019-06-24 12:44:13 -04:00 |
corelib.c
|
Add shorthand function literals to janet.
|
2019-08-04 12:25:52 -05:00 |
debug.c
|
Update docstring format.
|
2019-06-08 10:30:43 -04:00 |
emit.c
|
Add some tests for the amalgamated source/
|
2019-05-23 10:34:01 -04:00 |
emit.h
|
Add source amalgamation
|
2019-01-24 00:15:58 -05:00 |
fiber.c
|
Keep count fo allocated memory via malloc.
|
2019-07-31 00:24:13 -05:00 |
fiber.h
|
Rename the header <janet/janet.h> to <janet.h>
|
2019-02-18 20:13:35 -05:00 |
gc.c
|
Tables created via table_init cannot leak memory.
|
2019-06-05 17:08:49 -04:00 |
gc.h
|
Begin work on new memory layout for all objects and GC.
|
2019-02-21 11:22:29 -05:00 |
inttypes.c
|
Add preliminary debugger to default repl.
|
2019-05-02 17:11:30 -04:00 |
io.c
|
Update docstring format.
|
2019-06-08 10:30:43 -04:00 |
marsh.c
|
Fix MSVC warning.
|
2019-07-28 18:44:00 -05:00 |
math.c
|
Update math/log docstring
|
2019-07-28 22:18:36 +08:00 |
os.c
|
Typos.
|
2019-07-27 11:36:48 -05:00 |
parse.c
|
Add shorthand function literals to janet.
|
2019-08-04 12:25:52 -05:00 |
peg.c
|
Add janet_abstract_begin and janet_abstract_end
|
2019-06-20 12:37:57 -04:00 |
pp.c
|
Fix issue with compilation with source name.
|
2019-05-20 04:02:38 -04:00 |
regalloc.c
|
Add function versions of macro API bindings.
|
2019-04-27 15:47:12 -04:00 |
regalloc.h
|
Update copyright date, fix types, remove trailing whitespace.
|
2019-01-06 03:23:03 -05:00 |
run.c
|
Add more dynamic bindings for printing.
|
2019-06-08 15:27:13 -04:00 |
specials.c
|
Address #137
|
2019-07-07 23:18:39 -05:00 |
state.h
|
Add scratch memory API.
|
2019-06-01 23:31:39 -04:00 |
string.c
|
Fix string/check-set.
|
2019-06-10 14:00:51 -04:00 |
strtod.c
|
Numbers require at least 1 significant digit.
|
2019-05-14 08:44:38 -04:00 |
struct.c
|
Begin work on new memory layout for all objects and GC.
|
2019-02-21 11:22:29 -05:00 |
symcache.c
|
Shut up some warnings from clang's static analyzer.
|
2019-02-22 12:10:27 -05:00 |
symcache.h
|
Rename the header <janet/janet.h> to <janet.h>
|
2019-02-18 20:13:35 -05:00 |
table.c
|
Address #155.
|
2019-08-05 17:52:05 -05:00 |
tuple.c
|
Fix issue with compilation with source name.
|
2019-05-20 04:02:38 -04:00 |
typedarray.c
|
Address issue #142
|
2019-07-12 07:23:24 -05:00 |
util.c
|
Fix cfunction debugging issue
|
2019-03-27 00:14:51 -04:00 |
util.h
|
Convert os/execute to use posix_spawn.
|
2019-05-30 18:40:10 -04:00 |
value.c
|
Add noreturn attribute to panic functions.
|
2019-05-31 10:10:20 -04:00 |
vector.c
|
Add scratch memory API.
|
2019-06-01 23:31:39 -04:00 |
vector.h
|
Add scratch memory API.
|
2019-06-01 23:31:39 -04:00 |
vm.c
|
More "correct" emscripten support.
|
2019-07-14 16:11:00 -05:00 |
wrap.c
|
Keep count fo allocated memory via malloc.
|
2019-07-31 00:24:13 -05:00 |