Merge from subtype.
[cacao.git] / src / vm / descriptor.c
2008-11-28 Stefan RingMerge from subtype.
2008-11-26 Stefan RingMerge from subtype.
2008-11-23 Stefan RingMerge from subtype.
2008-10-31 Stefan RingMerge to subtype-trunk (manually: src/vm/linker.hpp...
2008-10-20 Stefan RingMerge from subtype branch.
2008-09-17 Stefan RingMerged trunk and subtype.
2008-08-26 Stefan RingMerged comment cleanup (forgot this before).
2008-08-26 Stefan RingMerged subtype branch to new head.
2008-08-11 Robert Schuster * merged with tip (040f180a056b)
2008-08-08 Christian Thalinger* Moved all files from vmcore/ to vm/.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2007-01-10 twisti* src/vm/suck.c (suck_add): Use vm_abort instead of
2006-07-25 twisti* src/vm/jit/jit.h (TYPE_INT, TYPE_LNG, TYPE_FLT, TYPE_...
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
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