replaced libart with new polygon code
[swftools.git] / lib / as3 /
2009-02-08 Matthias Krammbugfixes
2009-02-08 Matthias Krammadded null cast check
2009-02-08 Matthias Krammadded import{.c/.h} dependencies
2009-02-08 Matthias Krammadded test for 'e' expressions
2009-02-07 Matthias Krammgenerated file
2009-02-07 Matthias Krammstrdup CDATA
2009-02-07 Matthias Krammchar* -> const char*
2009-02-07 Matthias Krammfixed '=' instead of '==' in if
2009-02-07 Matthias Krammexpose current_include_dirs
2009-02-07 Matthias Krammnew functions schedule_class, schedule_package
2009-02-07 Matthias Krammsimple sanity check in code_dump
2009-02-07 Matthias Krammschedule import files during parsing
2009-02-07 Matthias Krammadded support for mem input
2009-02-07 Matthias Krammfixed a few mem leaks
2009-02-07 Matthias Krammfixed a few mem leaks, enter_file now doesn't do an...
2009-02-07 Matthias Krammnew function as3_parse_bytearray
2009-02-07 Matthias Krammnew option -q
2009-02-07 Matthias Krammfixed a mem leak
2009-02-05 Matthias Krammadded more exhaustive xml test cases
2009-02-03 Matthias Krammadded support for <![CDATA[...]]>
2009-02-03 Matthias Krammfixed nested_function, started fixing new
2009-02-03 Matthias Krammautogenerated
2009-02-03 Matthias Krammnew global variable as3_tokencount
2009-02-03 Matthias Krammshow crashes more explicitly
2009-02-03 Matthias Krammremoved subfunctions
2009-02-03 Matthias Krammexplicitly null out interface list
2009-02-03 Matthias Krammfixed innerfunction this.Class
2009-02-03 Matthias Krammnew tests
2009-02-03 Matthias Krammadded more test cases
2009-02-03 Matthias Krammrudimentary param support
2009-02-03 Matthias Krammnew function enter_file2
2009-02-03 Matthias Krammadded support for token re-use
2009-02-03 Matthias Krammoptimized opcode_get
2009-02-03 Matthias Krammnew function abc_method_init()
2009-02-03 Matthias Krammadded support for more inner function testcases
2009-02-02 Matthias Krammflex and bison now have different prefixes
2009-02-02 Matthias Krammremoved ':' after pool statistics
2009-02-02 Matthias Krammfixed dynamicobj test case
2009-02-02 Matthias Krammflex and bison now have different prefixes
2009-02-02 Matthias Krammflex and bison now have different prefixes
2009-02-02 Matthias Krammflex and bison now have different prefixes
2009-02-02 Matthias Krammtest for self-calling inner functions
2009-02-02 Matthias Krammtest for late inner functions
2009-02-02 Matthias Krammautogenerated
2009-02-02 Matthias Krammnew memberinfo field subfunctions
2009-02-02 Matthias Krammstarted to implement inner functions
2009-02-02 Matthias Krammset a few fields to 0 explicitly
2009-02-02 Matthias Krammrun flash player output through a pipe
2009-02-02 Matthias Krammappend [exit] after end of output
2009-01-30 Matthias Krammautogenerated file
2009-01-30 Matthias Krammfixed testcase 'scope'
2009-01-30 Matthias Krammautogenerated file
2009-01-30 Matthias Krammadded pointer typecasts
2009-01-30 Matthias Krammfixed long output
2009-01-30 Matthias Krammadded comments about how to enable bison's debug output
2009-01-30 Matthias Krammfixed 'precedence' test case
2009-01-30 Matthias Krammnew -d option
2009-01-30 Matthias Krammfixed packageinit test case
2009-01-30 Matthias Krammadded test case for the 'filename' package
2009-01-30 Matthias Krammimplemented two-pass compiling
2009-01-30 Matthias Krammimplemented two-pass compiling
2009-01-30 Matthias Krammnew function dumpclasses()
2009-01-30 Matthias Krammnew test case ok/hide.as
2009-01-28 Matthias Krammadded script.c dependency
2009-01-28 Matthias Krammmoved scripts from abc.c
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 Krammmade pool_optimize sort entries the other way around...
2009-01-16 Matthias Krammsmall bugfixes
2009-01-15 Matthias Krammmoved .cvsignore to .gitignore
2009-01-15 Matthias Krammmerged final cvs changes to git
2009-01-13 krammadded param to pool_dump, fixed bug in float comparison...
2009-01-13 krammwhen reading code, make sure it's a correct doubly...
2009-01-09 krammnew function pool_dump
2009-01-09 krammadded support for package-level code
2009-01-09 krammgenerated using flex+bison
2009-01-09 krammwrite out index instead of memory address, for methods
2009-01-09 krammif a constant index is zero, write CONSTANT_NULL
2009-01-09 krammgenerated using flex+bison
2009-01-09 kramm.
2009-01-09 krammtest code on package level
2009-01-09 krammtest package-level code
2009-01-06 krammadded finally keyword
2009-01-06 krammimplemented hex floats, added softwarning log level
2009-01-06 krammadded \' escape handling
2009-01-06 krammsmall optimizations, improved regexp handling
2009-01-06 krammswitched more integer overflows from error reporting...
2009-01-06 krammconvert integers to float if they're too large
2009-01-06 krammexport flex definitions
2009-01-06 krammrenamed syntaxerror to as3_error, added as3_softwarning
2009-01-06 krammadded regexp helper struct
2009-01-06 krammoptimizations and bugfixes for finally
2009-01-06 krammimplemented finally
2009-01-06 krammadded stub for inner functions
2009-01-06 krammmulti file support, switched a few warnings to softwarnings
2009-01-06 krammfixed globalvarassign test case
2009-01-06 krammmore reconcile fixes, optimized ++
2009-01-06 krammfixed reconcile bug, moved local var initialization...
next