2009-02-02 |
Matthias Kramm | new memberinfo field subfunctions |
tree | commitdiff |
2009-02-02 |
Matthias Kramm | started to implement inner functions |
tree | commitdiff |
2009-02-02 |
Matthias Kramm | set a few fields to 0 explicitly |
tree | commitdiff |
2009-02-02 |
Matthias Kramm | run flash player output through a pipe |
tree | commitdiff |
2009-02-02 |
Matthias Kramm | append [exit] after end of output |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | autogenerated file |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | fixed testcase 'scope' |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | autogenerated file |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | added pointer typecasts |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | fixed long output |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | added comments about how to enable bison's debug output |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | fixed 'precedence' test case |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | new -d option |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | fixed packageinit test case |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | added test case for the 'filename' package |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | implemented two-pass compiling |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | implemented two-pass compiling |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | new function dumpclasses() |
tree | commitdiff |
2009-01-30 |
Matthias Kramm | new test case ok/hide.as |
tree | commitdiff |
2009-01-28 |
Matthias Kramm | added script.c dependency |
tree | commitdiff |
2009-01-28 |
Matthias Kramm | moved scripts from abc.c |
tree | commitdiff |
2009-01-28 |
Matthias Kramm | moved scripts to scripts.c |
tree | commitdiff |
2009-01-28 |
Matthias Kramm | allow jumps to frames >256 |
tree | commitdiff |
2009-01-21 |
Matthias Kramm | fixed small dumping issue |
tree | commitdiff |
2009-01-21 |
Matthias Kramm | removed debugging code |
tree | commitdiff |
2009-01-16 |
Matthias Kramm | made pool_optimize sort entries the other way around... |
tree | commitdiff |
2009-01-16 |
Matthias Kramm | small bugfixes |
tree | commitdiff |
2009-01-15 |
Matthias Kramm | moved .cvsignore to .gitignore |
tree | commitdiff |
2009-01-15 |
Matthias Kramm | merged final cvs changes to git |
tree | commitdiff |
2009-01-13 |
kramm | added param to pool_dump, fixed bug in float comparison... |
tree | commitdiff |
2009-01-13 |
kramm | when reading code, make sure it's a correct doubly... |
tree | commitdiff |
2009-01-09 |
kramm | new function pool_dump |
tree | commitdiff |
2009-01-09 |
kramm | added support for package-level code |
tree | commitdiff |
2009-01-09 |
kramm | generated using flex+bison |
tree | commitdiff |
2009-01-09 |
kramm | write out index instead of memory address, for methods |
tree | commitdiff |
2009-01-09 |
kramm | if a constant index is zero, write CONSTANT_NULL |
tree | commitdiff |
2009-01-09 |
kramm | generated using flex+bison |
tree | commitdiff |
2009-01-09 |
kramm | . |
tree | commitdiff |
2009-01-09 |
kramm | test code on package level |
tree | commitdiff |
2009-01-09 |
kramm | test package-level code |
tree | commitdiff |
2009-01-06 |
kramm | added finally keyword |
tree | commitdiff |
2009-01-06 |
kramm | implemented hex floats, added softwarning log level |
tree | commitdiff |
2009-01-06 |
kramm | added \' escape handling |
tree | commitdiff |
2009-01-06 |
kramm | small optimizations, improved regexp handling |
tree | commitdiff |
2009-01-06 |
kramm | switched more integer overflows from error reporting... |
tree | commitdiff |
2009-01-06 |
kramm | convert integers to float if they're too large |
tree | commitdiff |
2009-01-06 |
kramm | export flex definitions |
tree | commitdiff |
2009-01-06 |
kramm | renamed syntaxerror to as3_error, added as3_softwarning |
tree | commitdiff |
2009-01-06 |
kramm | added regexp helper struct |
tree | commitdiff |
2009-01-06 |
kramm | optimizations and bugfixes for finally |
tree | commitdiff |
2009-01-06 |
kramm | implemented finally |
tree | commitdiff |
2009-01-06 |
kramm | added stub for inner functions |
tree | commitdiff |
2009-01-06 |
kramm | multi file support, switched a few warnings to softwarnings |
tree | commitdiff |
2009-01-06 |
kramm | fixed globalvarassign test case |
tree | commitdiff |
2009-01-06 |
kramm | more reconcile fixes, optimized ++ |
tree | commitdiff |
2009-01-06 |
kramm | fixed reconcile bug, moved local var initialization... |
tree | commitdiff |
2009-01-06 |
kramm | changed flags2access calls to flags2namespace |
tree | commitdiff |
2009-01-06 |
kramm | made ^ left-associative |
tree | commitdiff |
2009-01-06 |
kramm | added '|=' implementation |
tree | commitdiff |
2009-01-06 |
kramm | slight interface changes |
tree | commitdiff |
2009-01-06 |
kramm | uses compiler.h now instead of doing everything itself |
tree | commitdiff |
2009-01-06 |
kramm | added cleanup code |
tree | commitdiff |
2009-01-06 |
kramm | don't clean up after the last file, so that exceptoins... |
tree | commitdiff |
2009-01-06 |
kramm | renamed syntaxerror to as3_error, added a warning |
tree | commitdiff |
2009-01-06 |
kramm | moved flex exports to tokenizer.h |
tree | commitdiff |
2009-01-06 |
kramm | added simple interface to the parser |
tree | commitdiff |
2009-01-06 |
kramm | added assert() in cut_last_push |
tree | commitdiff |
2009-01-06 |
kramm | merged code_find_start and code_start |
tree | commitdiff |
2009-01-06 |
kramm | exported abc_initscript_addClassTrait |
tree | commitdiff |
2009-01-06 |
kramm | new function abc_initscript() |
tree | commitdiff |
2009-01-06 |
kramm | renamed code_dump() to code_dump2(), code_dump() only... |
tree | commitdiff |
2009-01-06 |
kramm | removed return type parameter from abc_initscript(... |
tree | commitdiff |
2009-01-06 |
kramm | fixed dependencies |
tree | commitdiff |
2009-01-06 |
kramm | the tokenizer/parser/compiler files are now compiled... |
tree | commitdiff |
2009-01-06 |
kramm | reshuffled flags |
tree | commitdiff |
2009-01-06 |
kramm | added flags2namespace function |
tree | commitdiff |
2009-01-06 |
kramm | renamed access08 to namespace |
tree | commitdiff |
2009-01-06 |
kramm | added namespace handling |
tree | commitdiff |
2009-01-06 |
kramm | regenerated |
tree | commitdiff |
2009-01-06 |
kramm | test hex floats, too |
tree | commitdiff |
2009-01-06 |
kramm | test case for finally, with more complicated finally... |
tree | commitdiff |
2009-01-06 |
kramm | simplified one test case so that insert_finally_simple... |
tree | commitdiff |
2009-01-06 |
kramm | test unexpected (non-local) exceptions, too |
tree | commitdiff |
2009-01-06 |
kramm | added more tests |
tree | commitdiff |
2009-01-06 |
kramm | added test for ?: statement |
tree | commitdiff |
2009-01-06 |
kramm | new test case for reconcile problems |
tree | commitdiff |
2009-01-06 |
kramm | new test, for package paths |
tree | commitdiff |
2009-01-06 |
kramm | test variables of type class, too |
tree | commitdiff |
2009-01-06 |
kramm | test for namespaces |
tree | commitdiff |
2009-01-06 |
kramm | test for 'use namespace' |
tree | commitdiff |
2009-01-06 |
kramm | added a few local vars, to check for reconcile problems |
tree | commitdiff |
2009-01-06 |
kramm | test for regular expressions |
tree | commitdiff |
2009-01-06 |
kramm | test x|y|z |
tree | commitdiff |
2009-01-06 |
kramm | added check for |= |
tree | commitdiff |
2009-01-02 |
kramm | new keyword 'with' |
tree | commitdiff |
2009-01-02 |
kramm | implemented 'with' |
tree | commitdiff |
2009-01-02 |
kramm | test for global var assignment |
tree | commitdiff |
2009-01-02 |
kramm | new keyword throw |
tree | commitdiff |
2009-01-02 |
kramm | implemented throw and try/catch |
tree | commitdiff |
2009-01-02 |
kramm | new function code_start() |
tree | commitdiff |
next |