..
abstract.c
fix C source format
2019-02-23 17:13:43 +01:00
array.c
Add array/remove and update CHANGELOG.
2019-03-08 10:24:21 -05:00
asm.c
Use one tag type true and false
2019-03-13 14:50:25 -04:00
buffer.c
Shut up some warnings from clang's static analyzer.
2019-02-22 12:10:27 -05:00
bytecode.c
Add proper optional arguments.
2019-03-12 00:23:14 -04:00
capi.c
Added a getter to the new pointer type.
2019-03-14 14:21:44 -04:00
cfuns.c
Add make format to format code.
2019-02-19 20:51:34 -05:00
compile.c
Add proper optional arguments.
2019-03-12 00:23:14 -04:00
compile.h
Add break special.
2019-03-09 17:15:50 -05:00
core.janet
Fix some indentation problems.
2019-03-12 20:56:16 -04:00
corelib.c
Add janetconf.h for configuring builds.
2019-03-22 14:33:30 -04:00
debug.c
Shut up some warnings from clang's static analyzer.
2019-02-22 12:10:27 -05:00
emit.c
Use one tag type true and false
2019-03-13 14:50:25 -04:00
emit.h
Add source amalgamation
2019-01-24 00:15:58 -05:00
fiber.c
Add proper optional arguments.
2019-03-12 00:23:14 -04:00
fiber.h
Rename the header <janet/janet.h> to <janet.h>
2019-02-18 20:13:35 -05:00
gc.c
Use one tag type true and false
2019-03-13 14:50:25 -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 tostring method for abstract types.
2019-03-19 13:36:26 -04:00
io.c
Add tostring method for abstract types.
2019-03-19 13:36:26 -04:00
marsh.c
Renamed bigint -> inttypes / int
2019-03-18 18:36:53 -07:00
math.c
Add make format to format code.
2019-02-19 20:51:34 -05:00
os.c
Shut up some warnings from clang's static analyzer.
2019-02-22 12:10:27 -05:00
parse.c
Add tostring method for abstract types.
2019-03-19 13:36:26 -04:00
peg.c
Add tostring method for abstract types.
2019-03-19 13:36:26 -04:00
pp.c
Add tostring method for abstract types.
2019-03-19 13:36:26 -04:00
regalloc.c
Fix some issues found with -fsanitize=undefined
2019-03-04 11:17:34 -05:00
regalloc.h
Update copyright date, fix types, remove trailing whitespace.
2019-01-06 03:23:03 -05:00
run.c
Fix parse error with comment on last line.
2019-02-27 13:59:25 -05:00
specials.c
Add proper optional arguments.
2019-03-12 00:23:14 -04:00
state.h
Experimental changes to janet_call to make it faster.
2019-02-01 11:56:25 -05:00
string.c
Shut up some warnings from clang's static analyzer.
2019-02-22 12:10:27 -05:00
strtod.c
Quiet appveyor warnings.
2019-03-18 22:00:20 -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
Use one tag type true and false
2019-03-13 14:50:25 -04:00
tuple.c
Begin work on new memory layout for all objects and GC.
2019-02-21 11:22:29 -05:00
typedarray.c
Add janetconf.h for configuring builds.
2019-03-22 14:33:30 -04:00
util.c
Add tostring method for abstract types.
2019-03-19 13:36:26 -04:00
util.h
Renamed bigint -> inttypes / int
2019-03-18 18:36:53 -07:00
value.c
Use one tag type true and false
2019-03-13 14:50:25 -04:00
vector.c
Add make format to format code.
2019-02-19 20:51:34 -05:00
vector.h
Rename the header <janet/janet.h> to <janet.h>
2019-02-18 20:13:35 -05:00
vm.c
Update janet_pcall interface
2019-02-22 17:10:24 -05:00
wrap.c
Use one tag type true and false
2019-03-13 14:50:25 -04:00