2009-01-06 |
kramm | renamed access08 to namespace |
tree | commitdiff |
2009-01-06 |
kramm | added namespace handling |
tree | commitdiff |
2009-01-06 |
kramm | regenerated |
tree | commitdiff |
2009-01-06 |
kramm | test hex floats, too |
tree | commitdiff |
2009-01-06 |
kramm | test case for finally, with more complicated finally... |
tree | commitdiff |
2009-01-06 |
kramm | simplified one test case so that insert_finally_simple... |
tree | commitdiff |
2009-01-06 |
kramm | test unexpected (non-local) exceptions, too |
tree | commitdiff |
2009-01-06 |
kramm | added more tests |
tree | commitdiff |
2009-01-06 |
kramm | added test for ?: statement |
tree | commitdiff |
2009-01-06 |
kramm | new test case for reconcile problems |
tree | commitdiff |
2009-01-06 |
kramm | new test, for package paths |
tree | commitdiff |
2009-01-06 |
kramm | test variables of type class, too |
tree | commitdiff |
2009-01-06 |
kramm | test for namespaces |
tree | commitdiff |
2009-01-06 |
kramm | test for 'use namespace' |
tree | commitdiff |
2009-01-06 |
kramm | added a few local vars, to check for reconcile problems |
tree | commitdiff |
2009-01-06 |
kramm | test for regular expressions |
tree | commitdiff |
2009-01-06 |
kramm | test x|y|z |
tree | commitdiff |
2009-01-06 |
kramm | added check for |= |
tree | commitdiff |
2009-01-06 |
kramm | fixed vertical alignment bug |
tree | commitdiff |
2009-01-06 |
kramm | upgraded exportfont to flash version 9 |
tree | commitdiff |
2009-01-06 |
kramm | SWF are local-with-network by default, now |
tree | commitdiff |
2009-01-02 |
kramm | new keyword 'with' |
tree | commitdiff |
2009-01-02 |
kramm | implemented 'with' |
tree | commitdiff |
2009-01-02 |
kramm | test for global var assignment |
tree | commitdiff |
2009-01-02 |
kramm | new keyword throw |
tree | commitdiff |
2009-01-02 |
kramm | implemented throw and try/catch |
tree | commitdiff |
2009-01-02 |
kramm | new function code_start() |
tree | commitdiff |
2009-01-02 |
kramm | new function dict_contains |
tree | commitdiff |
2009-01-02 |
kramm | moved test programs to optional targer |
tree | commitdiff |
2009-01-02 |
kramm | new keywords in,each |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in for/do/while/switch |
tree | commitdiff |
2009-01-02 |
kramm | new keywords try,case,catch,default,switch |
tree | commitdiff |
2009-01-02 |
kramm | added special tokens for for/do/while |
tree | commitdiff |
2009-01-02 |
kramm | new keywords do, continue |
tree | commitdiff |
2009-01-02 |
kramm | added instanceof keyword |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in hex parsing |
tree | commitdiff |
2009-01-02 |
kramm | moved flag definitions to registry.h |
tree | commitdiff |
2009-01-02 |
kramm | new helper structs codeandnumber, for_start |
tree | commitdiff |
2009-01-02 |
kramm | reshuffled flags |
tree | commitdiff |
2009-01-02 |
kramm | use ptroff as type for slot in union |
tree | commitdiff |
2009-01-02 |
kramm | new function memberinfo_register_global |
tree | commitdiff |
2009-01-02 |
kramm | fixed a mem leak |
tree | commitdiff |
2009-01-02 |
kramm | findmember now recursively scans superclasses, memberin... |
tree | commitdiff |
2009-01-02 |
kramm | added getarrayclass() |
tree | commitdiff |
2009-01-02 |
kramm | added support for global slots |
tree | commitdiff |
2009-01-02 |
kramm | implemented class init code |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in variable allocation |
tree | commitdiff |
2009-01-02 |
kramm | implemented global methods |
tree | commitdiff |
2009-01-02 |
kramm | kill temporary variable of 'dup2' workaround |
tree | commitdiff |
2009-01-02 |
kramm | fixed reconcile bug in assignment |
tree | commitdiff |
2009-01-02 |
kramm | implemented in |
tree | commitdiff |
2009-01-02 |
kramm | implemented for(in), for each(in) |
tree | commitdiff |
2009-01-02 |
kramm | implemented overriding |
tree | commitdiff |
2009-01-02 |
kramm | refined switch fallthrough handling |
tree | commitdiff |
2009-01-02 |
kramm | implemented switch |
tree | commitdiff |
2009-01-02 |
kramm | added implementation for dict-style objects |
tree | commitdiff |
2009-01-02 |
kramm | small fix in dynamic handling |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in while(){continue}; |
tree | commitdiff |
2009-01-02 |
kramm | fixed segfault in ok/interface.as |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in break/continue w/ label |
tree | commitdiff |
2009-01-02 |
kramm | added do-while, break label, continue (label) |
tree | commitdiff |
2009-01-02 |
kramm | implemented arrays |
tree | commitdiff |
2009-01-02 |
kramm | added call support for global functions |
tree | commitdiff |
2009-01-02 |
kramm | construct superclass in default constructor |
tree | commitdiff |
2009-01-02 |
kramm | simplified default constructor generation |
tree | commitdiff |
2009-01-02 |
kramm | use labels for backward jumps, nop for forward jumps |
tree | commitdiff |
2009-01-02 |
kramm | use label more sparingly, it might confuse the verifier |
tree | commitdiff |
2009-01-02 |
kramm | added instanceof operator |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in MEMBER_MULTINAME |
tree | commitdiff |
2009-01-02 |
kramm | fixed Number default value |
tree | commitdiff |
2009-01-02 |
kramm | removed a few initcode relicts |
tree | commitdiff |
2009-01-02 |
kramm | dump out parent |
tree | commitdiff |
2009-01-02 |
kramm | store global functions as classes, too |
tree | commitdiff |
2009-01-02 |
kramm | fixed mem leaks |
tree | commitdiff |
2009-01-02 |
kramm | radically reduced default size. makes running tests... |
tree | commitdiff |
2009-01-02 |
kramm | refined cut_last_push |
tree | commitdiff |
2009-01-02 |
kramm | added missing \n in fprintf(stderr) |
tree | commitdiff |
2009-01-02 |
kramm | added fallthrough opcode |
tree | commitdiff |
2009-01-02 |
kramm | dump out a method id for opcodes with a method index |
tree | commitdiff |
2009-01-02 |
kramm | cutlastpush now handles newobject, newarray, too |
tree | commitdiff |
2009-01-02 |
kramm | warn about internal opcodes during writing |
tree | commitdiff |
2009-01-02 |
kramm | added dummy __continue__ opcode |
tree | commitdiff |
2009-01-02 |
kramm | regenerated |
tree | commitdiff |
2009-01-02 |
kramm | regenerated |
tree | commitdiff |
2009-01-02 |
kramm | exported trait_new_member |
tree | commitdiff |
2009-01-02 |
kramm | renamed abc_class_(static)constructor to abc_class_get... |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in staticslot |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in slot assignment |
tree | commitdiff |
2009-01-02 |
kramm | trait_new_method now takes a trait list as first argument |
tree | commitdiff |
2009-01-02 |
kramm | dump out unreferenced methods, too |
tree | commitdiff |
2009-01-02 |
kramm | print out trait attributes when dumping |
tree | commitdiff |
2009-01-02 |
kramm | added test programs |
tree | commitdiff |
2009-01-02 |
kramm | test for a stack underflow problem, too |
tree | commitdiff |
2009-01-02 |
kramm | added test for empty case |
tree | commitdiff |
2009-01-02 |
kramm | string escaping test |
tree | commitdiff |
2009-01-02 |
kramm | test of variable reassignment |
tree | commitdiff |
2009-01-02 |
kramm | test break and continue, too |
tree | commitdiff |
2009-01-02 |
kramm | added test for finally |
tree | commitdiff |
2009-01-02 |
kramm | added a syntax check for {} |
tree | commitdiff |
2009-01-02 |
kramm | tests are named 1/2 and 2/2 |
tree | commitdiff |
next |