added more type-checking
[swftools.git] / lib / as3 /
2008-11-24 krammmade constant_fromindex copy strings and namespaces
2008-11-24 krammadded constant_t implementation
2008-11-24 krammreworked tristate logic
2008-11-24 krammregenerated
2008-11-24 krammregenerated
2008-11-24 krammcreate multinames from strings (for now)
2008-11-24 krammwrite 2 functions for multiname ops
2008-11-24 krammrenamed abc_code_t into code_t
2008-11-24 krammfixed pushint parameter
2008-11-24 krammadded int/uint/float constant pool lookup
2008-11-24 krammadded flags generation
2008-11-24 krammfixed some mem leaks
2008-11-24 krammbugfixes, added exception handling
2008-11-24 krammremoved parent element in abc_code
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 kramm*** empty log message ***
2008-11-23 krammsmall change in multiname display
2008-11-23 krammadded hashing for everything
2008-11-23 krammadded some comments
2008-11-23 krammmade multiname_to_string cope with null multinames
2008-11-23 krammabc constant pool implementation
2008-11-23 krammadded code.h include
2008-11-23 krammrenamed abc_ops.c into opcodes.{c,h}
2008-11-23 krammrenamed params to data
2008-11-23 krammgenerate header file, too
2008-11-23 krammscript for creating abc_ops.c
2008-11-23 krammadded statistics generation
2008-11-23 krammextracted from abc.{c,h}
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-11-12 krammremoved duplicate header
2008-11-12 krammadded headers
2008-11-12 krammremoved dict_append_if_new2
2008-11-12 krammset freed pointers to NULL
2008-10-20 kramminclude file and state stack handling
2008-10-20 krammextracted utility functions from abc.c/abc.h
2008-10-20 krammmoved ../modules/
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/