[Gambas-devel-svn] SF.net SVN: gambas:[4557] gambas/trunk/main/gbx
Brought to you by:
gambas
From: <ga...@us...> - 2012-03-16 21:41:45
|
Revision: 4557 http://gambas.svn.sourceforge.net/gambas/?rev=4557&view=rev Author: gambas Date: 2012-03-16 21:41:38 +0000 (Fri, 16 Mar 2012) Log Message: ----------- [INTERPRETER] * NEW: INPUT now only read strings. It does not convert the read string with Val() anymore. * BUG: IIf() and [...] do not accept non-value datatypes (Class and Function). * NEW: Start supporting displaying Collection-like classes in the debugger. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_debug.c gambas/trunk/main/gbx/gbx_subr.c gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/gbx/gbx_subr_test.c gambas/trunk/main/gbx/gbx_type.c gambas/trunk/main/gbx/gbx_type.h gambas/trunk/main/gbx/gbx_value.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |