fixed format warnings
[swftools.git] / lib / as3 / code.c
2010-01-09 Matthias Krammfixed format warnings
2009-07-21 Matthias Krammfixed staticself.as testcase
2009-04-08 Matthias Krammas3: various bugfixes
2009-04-06 Matthias Krammas3: Ast supports brackets now, too. Fixed Math bug...
2009-04-05 Matthias Krammfinished ast implementation
2009-04-05 Matthias Krammstarted integrating expression ast
2009-03-14 Matthias Krammbugfix in cut_last_push()
2009-03-14 Matthias Krammnew internal opcode 'pushpackage'
2009-02-07 Matthias Krammsimple sanity check in code_dump
2009-02-03 Matthias Krammoptimized opcode_get
2009-01-13 krammwhen reading code, make sure it's a correct doubly...
2009-01-09 krammwrite out index instead of memory address, for methods
2009-01-06 krammadded assert() in cut_last_push
2009-01-06 krammmerged code_find_start and code_start
2009-01-06 krammrenamed code_dump() to code_dump2(), code_dump() only...
2009-01-02 krammnew function code_start()
2009-01-02 krammrefined cut_last_push
2009-01-02 krammadded missing \n in fprintf(stderr)
2009-01-02 krammadded fallthrough opcode
2009-01-02 krammdump out a method id for opcodes with a method index
2009-01-02 krammcutlastpush now handles newobject, newarray, too
2009-01-02 krammwarn about internal opcodes during writing
2009-01-02 krammadded dummy __continue__ opcode
2008-12-30 krammfixed code_cutlast if there's only one opcode
2008-12-30 krammstrings are now stored as string_t*
2008-12-30 krammreactivated code_dup
2008-12-30 krammadded function cut_last_push()
2008-12-23 krammadded dup stubs
2008-12-23 krammnew function code_dup
2008-12-23 krammnew function code_cutlast()
2008-12-23 krammrenamed xxx1 to applytype
2008-12-19 krammmoved OPCODE definitions to opcodes.h
2008-12-19 krammrenamed exception to abc_exception (to make MingW happy)
2008-12-19 krammadded 0x53 opcode
2008-12-19 krammrenamed exception to abc_exception (to make MingW happy)
2008-12-09 krammadded 'E' flag in dumping
2008-12-09 krammcode_append now always returns the last statement in...
2008-12-02 krammadded GPL headers
2008-12-02 krammfixed bug in field description
2008-12-02 krammadded code_append()
2008-12-02 krammfixed segfault in code_find_start()
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-23 krammadded statistics generation
2008-11-23 krammextracted from abc.{c,h}