as3: improved protected handling, xml support. added 'arguments' keyword
[swftools.git] / lib / as3 / abc.c
2009-04-10 Matthias Krammas3: improved protected handling, xml support. added...
2009-04-09 Matthias Krammfixed a security bug in logging, added basic xml suppor...
2009-04-08 Matthias Krammas3: various bugfixes
2009-04-06 Matthias Krammas3: introduced compile-time constants
2009-03-29 Matthias Krammmade the default constructor call "constructsuper"
2009-03-29 Matthias Krammsmall fixes
2009-02-14 Matthias Krammfinished inner function implementation
2009-02-13 Matthias Krammdon't crash on zero abc_file during writing
2009-02-03 Matthias Krammnew function abc_method_init()
2009-01-28 Matthias Krammmoved scripts to scripts.c
2009-01-28 Matthias Krammallow jumps to frames >256
2009-01-21 Matthias Krammfixed small dumping issue
2009-01-21 Matthias Krammremoved debugging code
2009-01-16 Matthias Krammsmall bugfixes
2009-01-15 Matthias Krammmerged final cvs changes to git
2009-01-09 krammif a constant index is zero, write CONSTANT_NULL
2009-01-06 krammrenamed code_dump() to code_dump2(), code_dump() only...
2009-01-06 krammremoved return type parameter from abc_initscript(...
2009-01-02 krammfixed bug in staticslot
2009-01-02 krammfixed bug in slot assignment
2009-01-02 krammtrait_new_method now takes a trait list as first argument
2009-01-02 krammdump out unreferenced methods, too
2009-01-02 krammprint out trait attributes when dumping
2008-12-30 krammremoved varargs syntax from method constructors
2008-12-30 krammmade method construction functions return abc_method...
2008-12-30 krammdump out optional param number, too
2008-12-30 krammremoved old TODO comment
2008-12-30 krammmind NEED_REST when calculating local variable usage
2008-12-23 krammcross-linked traits with methods, start trait indexes...
2008-12-23 krammrenamed abc_AddSlot to abc_class_slot
2008-12-23 krammfixed stop generation in button script
2008-12-23 krammdon't generate a constructor method body for interfaces
2008-12-19 krammremoved nullmethods
2008-12-19 krammdump out method flags
2008-12-19 krammrenamed exception to abc_exception (to make MingW happy)
2008-12-19 krammrenamed exception to abc_exception (to make MingW happy)
2008-12-19 krammrenamed static_constructor traits to static_traits
2008-12-02 krammmoved parsed methodbody parameters into 'old' struct
2008-12-02 krammreturntype is a multiname, now
2008-11-24 krammreplaced vindex/vkind fields with constant_t, do codest...
2008-11-24 krammrefactoring: renamed 'pool' variables to 'file'
2008-11-24 krammfixed two more mem leaks
2008-11-24 krammmem leak fixes
2008-11-24 krammadded exception struct
2008-11-23 krammmoved code_write to code.c
2008-11-23 krammmoved opcodes stuff into code.c and opcodes.c
2008-11-23 krammfixed swf_AddButtonLinks()
2008-11-23 krammfixed bug in name display
2008-11-23 krammfixed memory leaks
2008-11-23 krammseveral bugfixes
2008-11-23 krammuse constant pool only while reading and writing
2008-11-12 krammadded TODO
2008-11-12 krammrenamed dict_append_if_new2 to dict_append_if_new
2008-10-20 krammmoved util functions to utils.c/utils.h
2008-10-20 krammrenamed swfabc_ops.c to abc_ops.c
2008-10-20 krammmoved from ../modules/