gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/as_environment.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/as_environment.h
Date: Wed, 18 Oct 2006 13:50:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/18 13:50:06

Modified files:
        .              : ChangeLog 
        server         : as_environment.h 

Log message:
        minor cleanups

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1294&r2=1.1295
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_environment.h?cvsroot=gnash&r1=1.23&r2=1.24

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1294
retrieving revision 1.1295
diff -u -b -r1.1294 -r1.1295
--- ChangeLog   18 Oct 2006 13:49:11 -0000      1.1294
+++ ChangeLog   18 Oct 2006 13:50:06 -0000      1.1295
@@ -1,5 +1,6 @@
 2006-10-18 Sandro Santilli <address@hidden>
 
+       * server/as_environment.h: minor cleanups.
        * server/as_environment.cpp: fix signed/unsigned comparison warning,
          fixed a small typo in debugging message.
        * libbase/log.: always check for SIZEOF_SIZE_T == SIZEOF_INT

Index: server/as_environment.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_environment.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- server/as_environment.h     21 Sep 2006 12:44:33 -0000      1.23
+++ server/as_environment.h     18 Oct 2006 13:50:06 -0000      1.24
@@ -36,7 +36,7 @@
 //
 //
 
-/* $Id: as_environment.h,v 1.23 2006/09/21 12:44:33 strk Exp $ */
+/* $Id: as_environment.h,v 1.24 2006/10/18 13:50:06 strk Exp $ */
 
 #ifndef GNASH_AS_ENVIRONMENT_H
 #define GNASH_AS_ENVIRONMENT_H
@@ -45,18 +45,11 @@
 #include "config.h"
 #endif
 
-
-//#include "gnash.h"
-//#include "as_object.h"
-//#include "types.h"
-//#include <cwchar>
-
-#include <iostream>
 #include "container.h" // for composition (stringi_hash, tu_string)
 #include "as_value.h" // for composition (vector + frame_slot)
-//#include "log.h" // for inlines (dump_*)?????
 
 #include <vector>
+#include <iostream> // for dump_stack inline
 
 namespace gnash {
 
@@ -64,7 +57,7 @@
 class character;
 class with_stack_entry;
 
-/// ActionScript "environment", essentially VM state?
+/// ActionScript execution environment.
 class as_environment
 {
 public:
@@ -93,6 +86,7 @@
                }
        };
 
+       /// local variables
        std::vector<frame_slot> m_local_frames;
 
 




reply via email to

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