* doc/inlining_stacktrace.txt: Added.
[cacao.git] / src / vm / descriptor.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-12 twisti* vm/options.h: Added.
2005-12-01 edwin* descriptor_to_basic_type: some minor cleanup
2005-12-01 edwin* desc_to_type: renamed to descriptor_to_basic_type...
2005-11-28 edwin* descriptor.h: removed redundant comments
2005-10-07 edwincheck against method descriptors used for fields and...
2005-10-06 edwincheck return value of descriptor_pool_add_class
2005-10-06 edwinuse new_internalerror where possible
2005-06-26 christianmd_param_alloc has to be called if paramcount==0, too
2005-06-20 edwinshorter debug dump for parsed descriptors
2005-06-20 edwinfixed classref field for 'this' parameter in methoddescs
2005-06-18 edwinadded comments and a little fix to parameter allocation
2005-06-13 twisti* Renamed utf_end to UTF_END
2005-06-06 twisti- descriptor_pool_add: check for method descriptors...
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-04-03 twistiFixed --disable-threads compiling issues (missing heade...
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-04-01 edwinremoved old descriptor parsing functions
2005-04-01 edwinextended type system to use symbolic references
2005-03-29 twistiInclude new proper header files.
2005-03-27 edwinadded macro CLASSREF_INIT
2005-03-27 edwinadded paramslots field in methoddesc
2005-03-25 edwincheck if classnames are valid
2005-03-25 edwinadded new code for pre-parsed descriptors