Activity for EasyVM

  • Newton Newton committed [c31f1e]

    local variable parsing has been added.

  • Newton Newton committed [8d3508]

    Bool types should not be bitwise-operated.

  • Newton Newton committed [d73998]

    Compare produced ezBool instead of ezCondition.

  • Newton Newton committed [734cff]

    beautified.

  • Newton Newton committed [8ea6bc]

    ezALU has been removed.

  • Newton Newton committed [8837b1]

    The coerction table has been shrinked.

  • Newton Newton committed [91d9ff]

    The coerction tables are being shrinked.

  • Newton Newton committed [2a7991]

    User command has been added.

  • Newton Newton committed [f10eb1]

    arithematic operators have been replaced with operate method.

  • Newton Newton committed [62e439]

    Operaion functions have been added to values.

  • Newton Newton committed [88c938]

    The operations of ezValue have been implemented.

  • Newton Newton committed [084a67]

    pow has been added.

  • Newton Newton committed [8eb251]

    operators in inherited values have been implemented.

  • Newton Newton committed [eac874]

    ezALU has been moved to the derivatives of ezValue.

  • Newton Newton committed [c0c4e7]

    ezValue has been fracted according to its inherited types.

  • Newton Newton committed [8dc536]

    The memory size calculation has been extracted.

  • Newton Newton committed [1b2787]

    narg and nmem have been extracted.

  • Newton Newton committed [38814f]

    is_global has been added.

  • Newton Newton committed [77332a]

    Default arithematic functions for EZ_VALUE_TYPE_MAX have been added.

  • Newton Newton committed [a6de24]

    beautified

  • Newton Newton committed [1fa000]

    Indentation of ezDump have been removed.

  • Newton Newton committed [4c7017]

    ezArchive has been removed.

  • Newton Newton committed [b0005f]

    ezArchive has been removed.

  • Newton Newton committed [2f040c]

    NULL is allowed in the global memory.

  • Newton Newton committed [80b802]

    NULL was put to the global memory.

  • Newton Newton committed [e8f401]

    Pause while creation.

  • Newton Newton committed [7a22e5]

    The nested pause/resume is possible.

  • Newton Newton committed [0ab101]

    ezAddress has been documented.

  • Newton Newton committed [7b039e]

    beautified.

  • Newton Newton committed [c3745e]

    The possible crash point of symbol table in the jump table has been fixed.

  • Newton Newton committed [a78bca]

    Redundant codes in addr2val have been removed.

  • Newton Newton committed [a1b12c]

    vector was not allocated in ezDump

  • Newton Newton committed [24d52b]

    A redundant log has been removed.

  • Newton Newton committed [2f6940]

    test creates its temporary files in /tmp.

  • Newton Newton committed [5d8472]

    ret instruction did not properly worked.

  • Newton Newton committed [866e5c]

    A gray state has been added.

  • Newton Newton committed [0bb113]

    verification tool has been created.

  • Newton Newton committed [ec869a]

    Test cases have been made.

  • Newton Newton committed [90955b]

    double corruption error has been resolved.

  • Newton Newton committed [5620c9]

    Syntax errors have been corrected.

  • Newton Newton committed [5a3d95]

    ezLog has been removed.

  • Newton Newton committed [646644]

    beautified

  • Newton Newton committed [5646e6]

    thd has been implemented. (yet to verify)

  • Newton Newton committed [3f3f39]

    thd instruction has been bugfixed.

  • Newton Newton committed [6257b4]

    jmptbl has been converted to ezTable type.

  • Newton Newton committed [87e6e4]

    beautified

  • Newton Newton committed [06fbe4]

    The constant memory and the global memory have ...

  • Newton Newton committed [e64cc5]

    ezALU has been converted to a singleton.

  • Newton Newton committed [c406fb]

    ezTable has been scrutinized.

  • Newton Newton committed [6b0a2f]

    The garbage collector has been extracted as a s...

  • Newton Newton committed [b8d610]

    ezStackFrame is managed by the garbage collector.

  • Newton Newton committed [166875]

    beautified.

  • Newton Newton committed [477fba]

    The callback system for thd and wait instructio...

  • Newton Newton committed [6b72d7]

    A handle argument has been added to thd instruc...

  • Newton Newton committed [4afbcd]

    The grammar bug in thread.ezas has been fixed.

  • Newton Newton committed [f58336]

    thd and wait instruction have been implemented.

  • Newton Newton committed [410ed4]

    ezStepState has been removed.

  • Newton Newton committed [fd84a3]

    m_callee has been removed in ezStackFrame.

  • Newton Newton committed [6fc507]

    autotools have modified the Makefile.in scripts.

  • Newton Newton committed [a23784]

    Comments have been added to the APIs.

  • Newton Newton committed [87cbb4]

    instruction was not freed on destruction.

  • Newton Newton committed [82b92f]

    TODO list has been updated

  • Newton Newton committed [455637]

    val2addr has been modfied to use m_memory

  • Newton Newton committed [0b5da7]

    teq, tge, tlt, and tne API has been added.

  • Newton Newton committed [77ad2e]

    memory has been optimized

  • Newton Newton committed [be8ecd]

    cmd and auto_cmd have been removed.

  • Newton Newton committed [761317]

    more instructions have been converted to closur...

  • Newton Newton committed [14325a]

    binary operation has been converted to closure.

  • Newton Newton committed [69c9d3]

    instruction packets are being added to ezASM.

  • Newton Newton committed [190bf8]

    ezStepState has been moved from ezstack.h to ez...

  • Newton Newton committed [197a6c]

    EZ_OP_CMP has been converted to an auto command.

  • Newton Newton committed [cfe513]

    ezInstruction has a process method.

  • Newton Newton committed [b89543]

    ezInstruction has been moved to ezinstruction.h

  • Newton Newton committed [3ab4af]

    beautified.

  • Newton Newton committed [44c25f]

    beautified.

  • Newton Newton committed [7d86a4]

    instruction processing bugfix

  • Newton Newton committed [fd9047]

    ezInstEncoder has been removed.

  • Newton Newton committed [bb93de]

    encoding bugfix

  • Newton Newton committed [0f972e]

    ezDecoder has been removed.

  • Newton Newton committed [47cc23]

    byte code is being replaced with the binders.

  • Newton Newton committed [c9c782]

    A native carousel doesn't have GC.

  • Newton Newton committed [f82b08]

    A memory chunk is added to GC after it is assig...

  • Newton Newton committed [1bb66f]

    beautified.

  • Newton Newton committed [80bcec]

    ezvm to libezvm

  • Newton Newton committed [14a28d]

    ezvm to libezvm

  • Newton Newton committed [036e7c]

    version policy has been implemented.

  • Newton Newton committed [b14f89]

    The author name in the changelog has been modif...

  • Newton Newton committed [648cad]

    Description has been modified.

  • Newton Newton committed [ac9eba]

    INSTALL guide has been added.

  • Newton Newton committed [077276]

    debian packaging files have been added.

  • Newton Newton committed [267b95]

    mv with two arguments has been implemented.

  • Newton Newton committed [f8e325]

    Merge branch 'v2.0' of ssh://git.code.sf.net/p/...

  • Newton Newton committed [04c56c]

    cmp was not handled.

  • Newton Newton committed [915117]

    build system has been updated.

  • Newton Newton committed [d79a04]

    beautified.

  • Newton Newton committed [c1d632]

    The native carousels have the GC in its arguments.

  • Newton Newton committed [f4567e]

    ezio has been moved to ezas.

  • Newton Newton committed [991ab2]

    Bugs in parsing and printing complex numbers ha...

  • Newton Newton committed [3505aa]

    Arithematics of complex numbers has been implem...

  • Newton Newton committed [02f64f]

    beautified.

1 >