index
:
~carlosgc/swftools
compact_record
fontalignzones
gfxpoly
horizontals
master
public
xpdf303
Unnamed repository; edit this file 'description' to name the repository.
carlosgc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
as3
/
pool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-17
fixed compiler warnings
Matthias Kramm
1
-1
/
+1
2010-11-01
fixed bug in as3 parser
Matthias Kramm
1
-2
/
+8
2010-06-14
fixed some compiler warnings
Matthias Kramm
1
-1
/
+1
2010-01-16
implemented .swc import
Matthias Kramm
1
-1
/
+5
2010-01-08
fixed format warnings
Matthias Kramm
1
-6
/
+6
2009-11-15
fixed xml_ns.as
Matthias Kramm
1
-3
/
+5
2009-11-14
fixed some compiler warnings, fixed as3compile spec for-in.as
Matthias Kramm
1
-3
/
+3
2009-08-31
made parser more robust against broken as3
Matthias Kramm
1
-4
/
+10
2009-04-17
as3: added xml string substitution, variable scoping compatibility, optimizat...
Matthias Kramm
1
-1
/
+1
2009-04-07
as3: introduced compile-time constants
Matthias Kramm
1
-0
/
+4
2009-03-25
fixed tests ok/namespaces1.as, ok/packagestr.as
Matthias Kramm
1
-3
/
+12
2009-03-15
remove namespaces from tokens again when they go out of scope
Matthias Kramm
1
-1
/
+1
2009-02-16
continued namespace member implementation
Matthias Kramm
1
-1
/
+1
2009-02-13
better support for undocumented type 0x1d
Matthias Kramm
1
-11
/
+6
2009-02-11
added support for multiname type 0x1d
Matthias Kramm
1
-3
/
+19
2009-02-07
fixed a mem leak
Matthias Kramm
1
-1
/
+9
2009-02-02
removed ':' after pool statistics
Matthias Kramm
1
-7
/
+7
2009-01-15
made pool_optimize sort entries the other way around, dump frequencies in poo...
Matthias Kramm
1
-11
/
+19
2009-01-15
merged final cvs changes to git
Matthias Kramm
1
-9
/
+49
2009-01-13
added param to pool_dump, fixed bug in float comparison (NaN support)
kramm
1
-12
/
+15
2009-01-09
new function pool_dump
kramm
1
-1
/
+50
2009-01-06
renamed access08 to namespace
kramm
1
-1
/
+1
2008-12-30
fixed a bad alloc
kramm
1
-1
/
+1
2008-12-30
the string pool now stores string_t* entries
kramm
1
-28
/
+44
2008-12-30
small print refinement
kramm
1
-1
/
+7
2008-12-23
free multiname more thoroughly
kramm
1
-0
/
+1
2008-12-19
fixed segfault in float printing
kramm
1
-4
/
+2
2008-12-19
added support for \0 in strings
kramm
1
-4
/
+12
2008-12-02
SetU30->SetABCU32
kramm
1
-4
/
+4
2008-12-02
renamed 'package' to 'public'
kramm
1
-1
/
+2
2008-12-02
renamed to_string to tostring
kramm
1
-16
/
+20
2008-11-24
made constant_fromindex copy strings and namespaces
kramm
1
-5
/
+8
2008-11-24
added constant_t implementation
kramm
1
-14
/
+183
2008-11-24
reworked tristate logic
kramm
1
-1
/
+0
2008-11-24
fixed some mem leaks
kramm
1
-134
/
+276
2008-11-23
small change in multiname display
kramm
1
-2
/
+2
2008-11-23
added hashing for everything
kramm
1
-184
/
+697
2008-11-23
added some comments
kramm
1
-2
/
+2
2008-11-23
made multiname_to_string cope with null multinames
kramm
1
-1
/
+4
2008-11-23
abc constant pool implementation
kramm
1
-0
/
+390