1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-27 23:53:16 +00:00
janet/src/core
Calvin Rose 51bdc41014 Change fiber signal model to add user signals. This
should allow easier implementations of eventloops,
threadpools, or custom data flows with fibers.
2018-05-16 22:09:36 -04:00
..
abstract.c Major refactor and restructure. Add CMake for anticipated windows 2018-01-19 16:43:19 -05:00
array.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
buffer.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
bytecode.c Change fiber signal model to add user signals. This 2018-05-16 22:09:36 -04:00
corelib.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
fiber.c Change fiber signal model to add user signals. This 2018-05-16 22:09:36 -04:00
fiber.h Change fiber signal model to add user signals. This 2018-05-16 22:09:36 -04:00
gc.c Change fiber signal model to add user signals. This 2018-05-16 22:09:36 -04:00
gc.h Shrink the public interface by hiding internal state. 2018-03-31 16:42:41 -04:00
io.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
math.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
native.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
os.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
state.h Update state.h 2018-05-14 09:55:34 -04:00
string.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
strtod.c Update strtod.c to be less accepting of some badly formed numbers. 2018-05-06 15:27:52 -04:00
struct.c Fix a compiler bug in the do special form. 2018-03-19 14:51:18 -04:00
symcache.c Shrink the public interface by hiding internal state. 2018-03-31 16:42:41 -04:00
symcache.h Get dst to compile on windows 2018-02-01 17:09:22 -08:00
table.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
tuple.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
util.c Change c function macros to be explicitly non functional by 2018-05-12 20:31:28 -04:00
util.h Major refactor and restructure. Add CMake for anticipated windows 2018-01-19 16:43:19 -05:00
value.c More work on renaming functions. Change long string syntax to use 2018-05-09 17:01:58 -04:00
vm.c Change fiber signal model to add user signals. This 2018-05-16 22:09:36 -04:00
wrap.c Get dst to compile on windows 2018-02-01 17:09:22 -08:00