summaryrefslogtreecommitdiff
path: root/lib/as3/pool.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-17fixed compiler warningsMatthias Kramm1-1/+1
2010-11-01fixed bug in as3 parserMatthias Kramm1-2/+8
2010-06-14fixed some compiler warningsMatthias Kramm1-1/+1
2010-01-16implemented .swc importMatthias Kramm1-1/+5
2010-01-08fixed format warningsMatthias Kramm1-6/+6
2009-11-15fixed xml_ns.asMatthias Kramm1-3/+5
2009-11-14fixed some compiler warnings, fixed as3compile spec for-in.asMatthias Kramm1-3/+3
2009-08-31made parser more robust against broken as3Matthias Kramm1-4/+10
2009-04-17as3: added xml string substitution, variable scoping compatibility, optimizat...Matthias Kramm1-1/+1
2009-04-07as3: introduced compile-time constantsMatthias Kramm1-0/+4
2009-03-25fixed tests ok/namespaces1.as, ok/packagestr.asMatthias Kramm1-3/+12
2009-03-15remove namespaces from tokens again when they go out of scopeMatthias Kramm1-1/+1
2009-02-16continued namespace member implementationMatthias Kramm1-1/+1
2009-02-13better support for undocumented type 0x1dMatthias Kramm1-11/+6
2009-02-11added support for multiname type 0x1dMatthias Kramm1-3/+19
2009-02-07fixed a mem leakMatthias Kramm1-1/+9
2009-02-02removed ':' after pool statisticsMatthias Kramm1-7/+7
2009-01-15made pool_optimize sort entries the other way around, dump frequencies in poo...Matthias Kramm1-11/+19
2009-01-15merged final cvs changes to gitMatthias Kramm1-9/+49
2009-01-13added param to pool_dump, fixed bug in float comparison (NaN support)kramm1-12/+15
2009-01-09new function pool_dumpkramm1-1/+50
2009-01-06renamed access08 to namespacekramm1-1/+1
2008-12-30fixed a bad allockramm1-1/+1
2008-12-30the string pool now stores string_t* entrieskramm1-28/+44
2008-12-30small print refinementkramm1-1/+7
2008-12-23free multiname more thoroughlykramm1-0/+1
2008-12-19fixed segfault in float printingkramm1-4/+2
2008-12-19added support for \0 in stringskramm1-4/+12
2008-12-02SetU30->SetABCU32kramm1-4/+4
2008-12-02renamed 'package' to 'public'kramm1-1/+2
2008-12-02renamed to_string to tostringkramm1-16/+20
2008-11-24made constant_fromindex copy strings and namespaceskramm1-5/+8
2008-11-24added constant_t implementationkramm1-14/+183
2008-11-24reworked tristate logickramm1-1/+0
2008-11-24fixed some mem leakskramm1-134/+276
2008-11-23small change in multiname displaykramm1-2/+2
2008-11-23added hashing for everythingkramm1-184/+697
2008-11-23added some commentskramm1-2/+2
2008-11-23made multiname_to_string cope with null multinameskramm1-1/+4
2008-11-23abc constant pool implementationkramm1-0/+390