[Gambas-devel-svn] SF.net SVN: gambas:[5935] gambas/trunk/main/gbx
Brought to you by:
gambas
From: <ga...@us...> - 2013-11-03 13:30:08
|
Revision: 5935 http://sourceforge.net/p/gambas/code/5935 Author: gambas Date: 2013-11-03 13:30:02 +0000 (Sun, 03 Nov 2013) Log Message: ----------- [INTERPRETER] * BUG: Correctly check that there is a current enumeration if the Enum class methods and properties. * NEW: Enum.Stopped is a new property that returns if the current enumeration has been stopped. * BUG: The [] operator is now correctly overridden in classes inheriting an array class or Collection. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_enum.c gambas/trunk/main/gbx/gbx_exec_pop.c gambas/trunk/main/gbx/gbx_exec_push.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |