CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/07/25 15:40:11
Modified files: . : ChangeLog server : as_environment.h Log message: * server/as_environment.h: added some notes about variable name case conversion. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3824&r2=1.3825 http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_environment.h?cvsroot=gnash&r1=1.53&r2=1.54 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3824 retrieving revision 1.3825 diff -u -b -r1.3824 -r1.3825 --- ChangeLog 25 Jul 2007 14:20:14 -0000 1.3824 +++ ChangeLog 25 Jul 2007 15:40:10 -0000 1.3825 @@ -1,5 +1,7 @@ 2007-07-25 Sandro Santilli <[EMAIL PROTECTED]> + * server/as_environment.h: added some notes about variable name + case conversion. * server/edit_text_character.cpp: removed unused lowercase_if_needed function. * gui/Makefile.am: build klash when conditinally enabled Index: server/as_environment.h =================================================================== RCS file: /sources/gnash/gnash/server/as_environment.h,v retrieving revision 1.53 retrieving revision 1.54 diff -u -b -r1.53 -r1.54 --- server/as_environment.h 1 Jul 2007 10:54:20 -0000 1.53 +++ server/as_environment.h 25 Jul 2007 15:40:11 -0000 1.54 @@ -130,6 +130,10 @@ /// @param varname /// Variable name. Can contain path elements. /// TODO: should be case-insensitive up to SWF6. + /// NOTE: no case conversion is performed currently, + /// so make sure you do it yourself. Note that + /// ActionExec performs the conversion + /// before calling this method. /// as_value get_variable(const std::string& varname) const; @@ -140,6 +144,10 @@ /// @param varname /// Variable name. Can not contain path elements. /// TODO: should be case-insensitive up to SWF6. + /// NOTE: no case conversion is performed currently, + /// so make sure you do it yourself. Note that + /// ActionExec performs the conversion + /// before calling this method. /// /// @param scopeStack /// The Scope stack to use for lookups. @@ -152,6 +160,10 @@ /// @param varname /// Variable name. Can contain path elements. /// TODO: should be case-insensitive up to SWF6. + /// NOTE: no case conversion is performed currently, + /// so make sure you do it yourself. Note that + /// ActionExec performs the conversion + /// before calling this method. /// /// @param scopeStack /// The Scope stack to use for lookups. @@ -170,6 +182,10 @@ /// @param path /// Variable path. /// TODO: should be case-insensitive up to SWF6. + /// NOTE: no case conversion is performed currently, + /// so make sure you do it yourself. Note that + /// ActionExec performs the conversion + /// before calling this method. /// /// @param val /// The value to assign to the variable, if found. @@ -514,7 +530,8 @@ // /// @param varname /// Variable name. Can not contain path elements. - /// TODO: should be case-insensitive up to SWF6. + /// NOTE: no case conversion is performed currently, + /// so make sure you do it yourself. /// as_value get_variable_raw(const std::string& varname) const; _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit