gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/swf_...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/swf_...
Date: Mon, 10 Jul 2006 16:20:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/07/10 16:20:15

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: swf_exists.exp 

Log message:
        * testsuite/actionscript.all/swf_exists.exp: use gprocessor -v rather 
then backend/gnash (we/re moving to gui).  clean up also <file>.swf.frame0.pp 
(new preprocessor output name from upcoming Ming 0.4)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.485&r2=1.486
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/swf_exists.exp?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -b -r1.485 -r1.486
--- ChangeLog   10 Jul 2006 13:50:09 -0000      1.485
+++ ChangeLog   10 Jul 2006 16:20:15 -0000      1.486
@@ -1,16 +1,26 @@
+2006-07-10 Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/swf_exists.exp:
+       use gprocessor -v rather then backend/gnash (we/re moving to gui).
+       clean up also <file>.swf.frame0.pp (new preprocessor output name
+       from upcoming Ming 0.4)
+
 2006-07-10 Vitaly Alexeev <address@hidden>
 
        * server\action.h, action.cpp:  added SETFOCUS & KILLFOCUS events codes
-       * server\edit_text_character_def.h:  added get_readonly() for 
edit_text_character entity
-       * server\edit_text_character.h, edit_text_character.cpp:  added 
SETFOCUS & KILLFOCUS
-                event handler and input edit text stuff
+       * server\edit_text_character_def.h:  added get_readonly() for
+       edit_text_character entity
+       * server\edit_text_character.h, edit_text_character.cpp: 
+       added SETFOCUS & KILLFOCUS event handler and input edit text stuff
        * server\Key.h, Key.cpp:  keypress event handler moved to movie_root,
                because every root must have own event handler
-       * server\movie_root.h, movie_root.cpp:  added m_active_input_text which 
points
-               to current entity having focus and related get_active_entity, 
set_active_entity
+       * server\movie_root.h, movie_root.cpp: added m_active_input_text which
+       points to current entity having focus and related get_active_entity,
+       set_active_entity
        * server\button.cpp:  added SETFOCUS & KILLFOCUS events initiator
        * server\array.h, as_function.h, as_object.cpp: ported to WIN32
-       * backend\gnash.cpp: fixed bug that led to processing of not arisen 
events.
+       * backend\gnash.cpp: fixed bug that led to processing of not arisen
+       events.
        * server\button.cpp, sprite_instance.cpp:  
                add_keypress_listener --> m_root.add_keypress_listener
        * gnash.vcproj: added new files

Index: testsuite/actionscript.all/swf_exists.exp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/swf_exists.exp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- testsuite/actionscript.all/swf_exists.exp   2 Feb 2006 00:03:02 -0000       
1.1
+++ testsuite/actionscript.all/swf_exists.exp   10 Jul 2006 16:20:15 -0000      
1.2
@@ -12,12 +12,14 @@
 set timeout 100
 set file all
 set timetol 0
-set executable "../backend/gnash"
-set params "-1 -v -r 0 "
+set executable "../utilities/gprocessor"
+#set params "-1 -v -r 0 "
+set params "-v "
 
 foreach file [glob ${srcdir}/actionscript.all/*.as] {
     exec makeswf ${file} -o ${file}.swf
-    exec rm ${file}.pp
+    # ready for Ming-0.4 naming of .pp file
+    exec rm -f ${file}.pp ${file}.swf.frame0.pp
     if [info exists file] {
 #      puts "$file exists"
     } else {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]