moo/moo/kernel
2017-04-08 07:23:31 +00:00
..
Apex.moo added System _malloc/_calloc/_free and SmallPointer free 2017-04-03 05:43:50 +00:00
Boolean.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
Class.moo added a new modifier #variadic to make variadic method definition more obvious. 2017-03-23 16:14:22 +00:00
Collect.moo changed System to be a class instead of an instance of a system dictionary 2017-03-22 16:55:41 +00:00
Console.moo added moo_pfbase_t and changed some functions to return moo_pfbase_t* instead of moo_pfimpl_t 2017-03-30 14:59:55 +00:00
Context.moo rewrote whileTrue:, whileFalse:, and similar methods for BlockContext in an imperative style 2017-02-02 04:46:29 +00:00
Except.moo added more preamable codes. 2017-02-14 08:29:30 +00:00
FFI.moo implemented more prechecks including the existence of the primitive function handler and the number of supported arguments when compiling primitive method defintions 2017-03-31 14:21:22 +00:00
generr.moo added MOO_EMSGRCV. 2017-04-03 13:24:18 +00:00
Magnitu.moo added MOO_EMSGRCV. 2017-04-03 13:24:18 +00:00
Mill.moo added MOO_EMSGRCV. 2017-04-03 13:24:18 +00:00
Moo.moo added a new modifier #variadic to make variadic method definition more obvious. 2017-03-23 16:14:22 +00:00
Process.moo changed moo_getpfnum(). 2017-04-01 04:58:02 +00:00
Stdio.moo added moo_pfbase_t and changed some functions to return moo_pfbase_t* instead of moo_pfimpl_t 2017-03-30 14:59:55 +00:00
System.moo added MOO_EMSGRCV. 2017-04-03 13:24:18 +00:00
test-001.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-002.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-003.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-004.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-005.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-006.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-007.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-008.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-009.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-010.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-011.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-012.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-013.moo renamed *.st files to *.moo 2017-01-09 12:52:37 +00:00
test-014.moo added a new method directive #liberal to indicate a method that accept a fully variadic number of arguments. 2017-04-01 06:54:27 +00:00
X11.moo fixed a bug of not updating the system multiplexer when moving an IO semphoare object 2017-04-08 07:23:31 +00:00