Added Makefile.in (as generated by automake) to narray and doc to allow flawless...
[cacao.git] / src /
1999-11-18 schaniChanged some blockInts assertions to > 0.
1999-11-18 schaniExceptions in class loading are catched.
1999-11-16 andiinclude files and headers fixed for portability
1999-11-15 andigc Bug prov. fixed, final fix waiting
1999-11-11 andiexception handling and parser bug fixed
1999-11-09 andicomments and cleanup
1999-11-09 andiheap_addreference(&SystemClassLoader)
1999-11-09 schanijava.net implemented.
1999-10-04 romanjdk1.2 and loader optimisation
1999-09-27 chrisnarray first check in
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