local variable parsing has been added.
Bool types should not be bitwise-operated.
Compare produced ezBool instead of ezCondition.
beautified.
ezALU has been removed.
The coerction table has been shrinked.
The coerction tables are being shrinked.
User command has been added.
arithematic operators have been replaced with operate method.
Operaion functions have been added to values.
The operations of ezValue have been implemented.
pow has been added.
operators in inherited values have been implemented.
ezALU has been moved to the derivatives of ezValue.
ezValue has been fracted according to its inherited types.
The memory size calculation has been extracted.
narg and nmem have been extracted.
is_global has been added.
Default arithematic functions for EZ_VALUE_TYPE_MAX have been added.
beautified
Indentation of ezDump have been removed.
ezArchive has been removed.
ezArchive has been removed.
NULL is allowed in the global memory.
NULL was put to the global memory.
Pause while creation.
The nested pause/resume is possible.
ezAddress has been documented.
beautified.
The possible crash point of symbol table in the jump table has been fixed.
Redundant codes in addr2val have been removed.
vector was not allocated in ezDump
A redundant log has been removed.
test creates its temporary files in /tmp.
ret instruction did not properly worked.
A gray state has been added.
verification tool has been created.
Test cases have been made.
double corruption error has been resolved.
Syntax errors have been corrected.
ezLog has been removed.
beautified
thd has been implemented. (yet to verify)
thd instruction has been bugfixed.
jmptbl has been converted to ezTable type.
beautified
The constant memory and the global memory have ...
ezALU has been converted to a singleton.
ezTable has been scrutinized.
The garbage collector has been extracted as a s...
ezStackFrame is managed by the garbage collector.
beautified.
The callback system for thd and wait instructio...
A handle argument has been added to thd instruc...
The grammar bug in thread.ezas has been fixed.
thd and wait instruction have been implemented.
ezStepState has been removed.
m_callee has been removed in ezStackFrame.
autotools have modified the Makefile.in scripts.
Comments have been added to the APIs.
instruction was not freed on destruction.
TODO list has been updated
val2addr has been modfied to use m_memory
teq, tge, tlt, and tne API has been added.
memory has been optimized
cmd and auto_cmd have been removed.
more instructions have been converted to closur...
binary operation has been converted to closure.
instruction packets are being added to ezASM.
ezStepState has been moved from ezstack.h to ez...
EZ_OP_CMP has been converted to an auto command.
ezInstruction has a process method.
ezInstruction has been moved to ezinstruction.h
beautified.
beautified.
instruction processing bugfix
ezInstEncoder has been removed.
encoding bugfix
ezDecoder has been removed.
byte code is being replaced with the binders.
A native carousel doesn't have GC.
A memory chunk is added to GC after it is assig...
beautified.
ezvm to libezvm
ezvm to libezvm
version policy has been implemented.
The author name in the changelog has been modif...
Description has been modified.
INSTALL guide has been added.
debian packaging files have been added.
mv with two arguments has been implemented.
Merge branch 'v2.0' of ssh://git.code.sf.net/p/...
cmp was not handled.
build system has been updated.
beautified.
The native carousels have the GC in its arguments.
ezio has been moved to ezas.
Bugs in parsing and printing complex numbers ha...
Arithematics of complex numbers has been implem...
beautified.