Age | Commit message (Expand) | Author | Files | Lines |
2009-01-06 | added flags2namespace function | kramm | 1 | -0/+25 |
2009-01-06 | renamed access08 to namespace | kramm | 1 | -1/+1 |
2009-01-06 | added namespace handling | kramm | 1 | -4/+10 |
2009-01-06 | regenerated | kramm | 3 | -383/+391 |
2009-01-06 | test hex floats, too | kramm | 1 | -2/+17 |
2009-01-06 | test case for finally, with more complicated finally blocks | kramm | 1 | -0/+166 |
2009-01-06 | simplified one test case so that insert_finally_simple() is used | kramm | 1 | -1/+1 |
2009-01-06 | test unexpected (non-local) exceptions, too | kramm | 1 | -10/+18 |
2009-01-06 | added more tests | kramm | 1 | -6/+14 |
2009-01-06 | added test for ?: statement | kramm | 1 | -7/+15 |
2009-01-06 | new test case for reconcile problems | kramm | 1 | -0/+66 |
2009-01-06 | new test, for package paths | kramm | 1 | -0/+29 |
2009-01-06 | test variables of type class, too | kramm | 1 | -3/+3 |
2009-01-06 | test for namespaces | kramm | 1 | -2/+46 |
2009-01-06 | test for 'use namespace' | kramm | 1 | -0/+22 |
2009-01-06 | added a few local vars, to check for reconcile problems | kramm | 1 | -0/+6 |
2009-01-06 | test for regular expressions | kramm | 1 | -0/+33 |
2009-01-06 | test x|y|z | kramm | 1 | -1/+3 |
2009-01-06 | added check for |= | kramm | 1 | -1/+3 |
2009-01-06 | fixed vertical alignment bug | kramm | 1 | -1/+1 |
2009-01-06 | upgraded exportfont to flash version 9 | kramm | 1 | -1/+12 |
2009-01-06 | SWF are local-with-network by default, now | kramm | 1 | -0/+1 |
2009-01-02 | new keyword 'with' | kramm | 1 | -0/+1 |
2009-01-02 | implemented 'with' | kramm | 1 | -11/+22 |
2009-01-02 | test for global var assignment | kramm | 1 | -0/+16 |
2009-01-02 | new keyword throw | kramm | 1 | -0/+1 |
2009-01-02 | implemented throw and try/catch | kramm | 1 | -8/+80 |
2009-01-02 | new function code_start() | kramm | 2 | -0/+10 |
2009-01-02 | new function dict_contains | kramm | 2 | -5/+25 |
2009-01-02 | moved test programs to optional targer | kramm | 1 | -1/+2 |
2009-01-02 | new keywords in,each | kramm | 1 | -17/+27 |
2009-01-02 | fixed bug in for/do/while/switch | kramm | 1 | -5/+5 |
2009-01-02 | new keywords try,case,catch,default,switch | kramm | 1 | -3/+10 |
2009-01-02 | added special tokens for for/do/while | kramm | 1 | -4/+23 |
2009-01-02 | new keywords do, continue | kramm | 1 | -0/+2 |
2009-01-02 | added instanceof keyword | kramm | 1 | -0/+1 |
2009-01-02 | fixed bug in hex parsing | kramm | 1 | -2/+2 |
2009-01-02 | moved flag definitions to registry.h | kramm | 1 | -11/+0 |
2009-01-02 | new helper structs codeandnumber, for_start | kramm | 1 | -3/+10 |
2009-01-02 | reshuffled flags | kramm | 1 | -4/+5 |
2009-01-02 | use ptroff as type for slot in union | kramm | 1 | -16/+2 |
2009-01-02 | new function memberinfo_register_global | kramm | 2 | -2/+28 |
2009-01-02 | fixed a mem leak | kramm | 1 | -2/+3 |
2009-01-02 | findmember now recursively scans superclasses, memberinfo now has a parent | kramm | 2 | -3/+27 |
2009-01-02 | added getarrayclass() | kramm | 2 | -6/+26 |
2009-01-02 | added support for global slots | kramm | 1 | -48/+53 |
2009-01-02 | implemented class init code | kramm | 1 | -61/+98 |
2009-01-02 | fixed bug in variable allocation | kramm | 1 | -5/+3 |
2009-01-02 | implemented global methods | kramm | 1 | -28/+57 |
2009-01-02 | kill temporary variable of 'dup2' workaround | kramm | 1 | -0/+2 |