[Gambas-devel-svn] SF.net SVN: gambas: [1014] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-01-19 01:36:36
|
Revision: 1014 http://gambas.svn.sourceforge.net/gambas/?rev=1014&view=rev Author: gambas Date: 2008-01-18 17:36:38 -0800 (Fri, 18 Jan 2008) Log Message: ----------- [CONFIGURATION] * NEW: Bytecode version is now 2.99.0. [EXAMPLES] * BUG: Fixed the TextEdit example according to the new TextEdit properties. [INTERPRETER] * NEW: VarPtr() is a function that returns a pointer to the contents of a variable. Only numeric variable that are local, dynamic or static can be used. * BUG: Fixed the loading of classes whose some variables are Pointer. [COMPILER] * NEW: VarPtr() is a function that returns a pointer to the contents of a variable. Only numeric variable that are local, dynamic or static can be used. [GB.EVAL] * NEW: VarPtr() cannot be used with Eval(). Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/acinclude.m4 gambas/trunk/examples/examples/Control/TextEdit/FMain.class gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbc/gbc_trans_tree.c gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_extern.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_extern.c gambas/trunk/main/lib/eval/eval_trans_tree.c gambas/trunk/main/share/gb_code.h gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_reserved.h gambas/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |