updated .gitignore, new as3 test cases, build system fixes
authorMatthias Kramm <kramm@quiss.org>
Mon, 3 Aug 2009 16:57:59 +0000 (18:57 +0200)
committerMatthias Kramm <kramm@quiss.org>
Mon, 3 Aug 2009 16:57:59 +0000 (18:57 +0200)
.gitignore
lib/as3/.gitignore
lib/as3/ok/cdata.as [new file with mode: 0644]
lib/as3/ok/staticself.as [new file with mode: 0644]
lib/gfxpoly/.gitignore [new file with mode: 0644]
lib/pdf/.gitignore
m4/lowercase.m4

index fe4f5e0..f7baca2 100644 (file)
@@ -5,6 +5,13 @@
 *.swf
 *.ps
 *.pyc
+*.png
+*.diff
+*.PDF
+*.wav
+m
+*dSYM
+tags
 lib/python/*.so
 lib/python/*.dll
 swfcombine
@@ -29,6 +36,10 @@ t
 r
 cming
 gen
+Makefile
+lib/pdf/Makefile
+src/Makefile
+swfs/Makefile
 ./Makefile
 Makefile.common
 Makefile.new
@@ -58,3 +69,9 @@ lib/pdf/xpdf*
 swfs/PreLoaderTemplate
 swfs/keyboard_viewer
 swfs/simple_viewer
+avi2swf/Makefile
+lib/Makefile
+lib/action/Makefile
+lib/python/Makefile
+lib/readers/Makefile
+tmp/
index ac94f81..4273dfe 100644 (file)
@@ -2,3 +2,10 @@
 testwrite testrewrite testpaths testreadwrite 
 testwrite.c testrewrite.c testpaths.c testreadwrite.c
 parser.tab.c parser.tab.h tokenizer.yy.c 
+.tests.cache
+tags
+parser
+parser.output
+run
+mklib
+t.as
diff --git a/lib/as3/ok/cdata.as b/lib/as3/ok/cdata.as
new file mode 100644 (file)
index 0000000..b586b24
--- /dev/null
@@ -0,0 +1,19 @@
+package {
+    import flash.display.MovieClip
+    
+    public class Main extends flash.display.MovieClip {
+       
+       function test()
+       { 
+           return (<![CDATA[[0][]]<]>]]].]].]>.]]]>).toString();
+       }
+
+        function Main() {
+           if(this.test() == "[0][]]<]>]]].]].]>.]")
+               trace("ok");
+           else
+               trace("error");
+            trace("[exit]");
+        }
+    }
+}
diff --git a/lib/as3/ok/staticself.as b/lib/as3/ok/staticself.as
new file mode 100644 (file)
index 0000000..88bc6dc
--- /dev/null
@@ -0,0 +1,17 @@
+package 
+{
+    public class T
+    {
+    }
+    public class Main
+    {
+       public static const t = new T();
+       public static const BASE = new Main();
+
+       function Main() 
+       {
+           trace("ok");
+           trace("[exit]");
+       }
+    }                  
+}
diff --git a/lib/gfxpoly/.gitignore b/lib/gfxpoly/.gitignore
new file mode 100644 (file)
index 0000000..9daeafb
--- /dev/null
@@ -0,0 +1 @@
+test
index 10779d8..b4ce7f2 100644 (file)
@@ -1 +1,9 @@
-m pdf2swf *.o *.obj *.pdf *.swf switch Makefile
+m
+pdf2swf
+pdftoppm
+*.o
+*.obj
+*.pdf
+*.swf
+switch
+Makefile
index 0d9cd9a..9e36f06 100644 (file)
@@ -11,5 +11,6 @@ else
     AC_MSG_RESULT(no)
 fi
 ])
-
+rm -f __abcdefghijklmnopqrstuvwxyz.txt
+rm -f __ABCDEFGHIJKLMNOPQRSTUVWXYZ.txt