a couple more prerelease fixes
[cacao.git] / src /
1999-01-28 phila couple more prerelease fixes
1999-01-20 andifixed old_copiler/new_compiler issue and other merged...
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-12-13 cacaoDUP2 bug fixed
1998-11-30 cacaoarg reg bug fixed, array optimizations
1998-11-30 phil*** empty log message ***
1998-11-25 philRe-enabled SIZE_FROM_CLASSINFO
1998-11-25 philFixed a typo (#if --> #ifdef)
1998-11-25 phil*** empty log message ***
1998-11-24 cacaoarray commands without check added
1998-11-19 cacaorenaming of thread functions
1998-11-19 schaniThreads are now garbage collected correctly (hopefully).
1998-11-19 schaniFixed a threads/gc bug.
1998-11-18 cacaomips compatibility
1998-11-18 cacaomissing USE_THREAD added
1998-11-18 cacaodisassembler improved
1998-11-16 cacaochanges in usage message
1998-11-16 phil*** empty log message ***
1998-11-16 schaniThreads now close down even if main thread
1998-11-12 philAdded an exit_handler function which is called upon...
1998-11-11 philAdded an option to enable/disable the new gc
1998-11-10 philAdded an "aligned" size field to various objectheaders...
1998-11-10 cacaosmall corrections for verbosecall
1998-11-09 cacaonewcomp moved to jit
1998-11-05 schaniFinalizing really works now (finalizing occured after...
1998-11-05 schaniCacao does now compile again with threads disabled.
1998-11-02 cacaobidirectional layout of vftbl/interfaces added
1998-10-30 cacaoRun time type check with relative numbering added....
1998-10-29 philMinor modification to JIT_MARKER_SUPPORT macro in global.h
1998-10-29 philMoved garbage collector from tables.c into mm/ subdirec...
1998-10-27 cacaoClearing of thread flags added
1998-10-12 cacaoerror in heap_addref corrected
1998-10-07 cacaowarning eliminated
1998-10-07 schaniGC now works without threads being initialized, which...
1998-10-06 cacaonew disassembler options added
1998-10-04 cacaogc stack moved to unlimited main stack
1998-10-03 cacaoInitial revision