Thread: [Gambas-devel-svn] SF.net SVN: gambas:[6110] gambas/trunk/main (Page 4)
Brought to you by:
gambas
From: <ga...@us...> - 2014-01-27 23:46:40
|
Revision: 6110 http://sourceforge.net/p/gambas/code/6110 Author: gambas Date: 2014-01-27 23:46:37 +0000 (Mon, 27 Jan 2014) Log Message: ----------- [INTERPRETER] * BUG: Fix maximum number of array declaration in the same class. * NEW: Array and Collection constructor operator [ ... ] now can take any number of arguments. It is only limited by the maximum function size, which leads for example to about 32000 elements for a short array. Modified Paths: -------------- 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_c_array.c gambas/trunk/main/gbx/gbx_c_array.h gambas/trunk/main/gbx/gbx_subr_misc.c gambas/trunk/main/lib/eval/eval_trans.h gambas/trunk/main/lib/eval/eval_trans_expr.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_limit.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-01-28 16:17:44
|
Revision: 6114 http://sourceforge.net/p/gambas/code/6114 Author: gambas Date: 2014-01-28 16:17:40 +0000 (Tue, 28 Jan 2014) Log Message: ----------- [COMPILER] * BUG: Fix array creation operator when it has no arguments. [INTERPRETER] * BUG: Fix array creation operator when it has no arguments. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbc/gbc_trans_tree.c gambas/trunk/main/gbx/gbx_subr.c gambas/trunk/main/gbx/gbx_subr_misc.c gambas/trunk/main/lib/eval/eval_trans_expr.c gambas/trunk/main/lib/eval/eval_trans_tree.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-03-09 17:51:55
|
Revision: 6194 http://sourceforge.net/p/gambas/code/6194 Author: gambas Date: 2014-03-09 17:51:52 +0000 (Sun, 09 Mar 2014) Log Message: ----------- [INTERPRETER] * NEW: New LOCK ... WAIT ... syntax. [COMPILER] * NEW: New LOCK ... WAIT ... syntax. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/share/gb_reserved_keyword.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. |
From: <ga...@us...> - 2014-05-05 20:07:05
|
Revision: 6251 http://sourceforge.net/p/gambas/code/6251 Author: gambas Date: 2014-05-05 20:07:00 +0000 (Mon, 05 May 2014) Log Message: ----------- [INTERPRETER] * NEW: Support for the new '...' symbol usage in function calls. [COMPILER] * NEW: '...' can be used for passing all the variables arguments of the current function to another function. The '...' symbol must be the last argument of the function call. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_tree.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/share/gb_code.h gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_pcode.h gambas/trunk/main/share/gb_pcode_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-05 20:16:47
|
Revision: 6252 http://sourceforge.net/p/gambas/code/6252 Author: gambas Date: 2014-05-05 20:16:41 +0000 (Mon, 05 May 2014) Log Message: ----------- [INTERPRETER] * BUG: Correctly drop arguments when using the new '...' symbol syntax. [COMPILER] * BUG: Correctly drop arguments when using the new '...' symbol syntax. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/share/gb_code.h gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_pcode.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-08 15:10:23
|
Revision: 6258 http://sourceforge.net/p/gambas/code/6258 Author: gambas Date: 2014-05-08 15:10:21 +0000 (Thu, 08 May 2014) Log Message: ----------- [COMPILER] * NEW: IsMissing() is a new function that returns if an optional argument is missing. It always returns FALSE on a non-optional argument. [INTERPRETER] * NEW: Support for IsMissing(). Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_stack.c gambas/trunk/main/gbx/gbx_stack.h gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_extern.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_keyword.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. |
From: <ga...@us...> - 2014-05-18 13:18:36
|
Revision: 6274 http://sourceforge.net/p/gambas/code/6274 Author: gambas Date: 2014-05-18 13:18:32 +0000 (Sun, 18 May 2014) Log Message: ----------- [COMPILER] * OPT: Write in the bytecode file if a function uses the IsMissing() native routine. [INTERPRETER] * OPT: Don't use a stack slot for missing arguments if the IsMissing() function is not used. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_class.h gambas/trunk/main/gbc/gbc_output.c gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_class_load.h gambas/trunk/main/gbx/gbx_exec.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-21 08:35:37
|
Revision: 6282 http://sourceforge.net/p/gambas/code/6282 Author: gambas Date: 2014-05-21 08:35:34 +0000 (Wed, 21 May 2014) Log Message: ----------- [INTERPRETER] * NEW: Rand() is a new function that returns an integer random number. Rand(X) returns a integer random number between 0 and X included. Rand(X,Y) returns a integer random number between X and Y included. * BUG: System.TimeZone now returns the accurate value, i.e. the number of seconds that must be *added* to go to UTC. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/share/gb_reserved_keyword.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. |
From: <ga...@us...> - 2014-08-22 19:32:00
|
Revision: 6421 http://sourceforge.net/p/gambas/code/6421 Author: gambas Date: 2014-08-22 19:31:51 +0000 (Fri, 22 Aug 2014) Log Message: ----------- [INTERPRETER] * BUG: Disable profiling for forked tasks. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_task.c gambas/trunk/main/lib/debug/gb.debug.h gambas/trunk/main/lib/debug/main.c gambas/trunk/main/lib/debug/profile.c gambas/trunk/main/lib/debug/profile.h Removed Paths: ------------- gambas/trunk/main/gbx/gbx_profile.c gambas/trunk/main/gbx/gbx_profile.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-23 15:10:17
|
Revision: 6426 http://sourceforge.net/p/gambas/code/6426 Author: gambas Date: 2014-08-23 15:10:11 +0000 (Sat, 23 Aug 2014) Log Message: ----------- [INTERPRETER] * BUG: Fix Swap$() function. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class_info.c gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/lib/debug/profile.c gambas/trunk/main/share/gb_reserved_keyword.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-16 01:11:07
|
Revision: 6481 http://sourceforge.net/p/gambas/code/6481 Author: gambas Date: 2014-09-16 01:10:58 +0000 (Tue, 16 Sep 2014) Log Message: ----------- [INTERPRETER] * BUG: The PUSH CHAR byte code now works correctly with ASCII code greater than 127. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/lib/eval/eval_read.c gambas/trunk/main/share/gb_code.h gambas/trunk/main/share/gb_code_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-09 21:50:46
|
Revision: 6620 http://sourceforge.net/p/gambas/code/6620 Author: gambas Date: 2014-11-09 21:50:42 +0000 (Sun, 09 Nov 2014) Log Message: ----------- [INTERPRETER] * OPT: Move some rare instructions (breakpoints & quit management) out of the main interpreter loop. [COMPILER] * NEW: The parser now assumes that an identifier is a subroutine taking some arguments only if it is followed by an open brace. [GB.EVAL] * NEW: The parser now assumes that an identifier is a subroutine taking some arguments only if it is followed by an open brace. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/lib/eval/eval_read.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-12 22:25:44
|
Revision: 6648 http://sourceforge.net/p/gambas/code/6648 Author: gambas Date: 2014-11-12 22:25:37 +0000 (Wed, 12 Nov 2014) Log Message: ----------- [INTERPRETER] * NEW: Support for the new USE instruction. [COMPILER] * NEW: A class header now can include USE "xxxx" declarations, where "xxxx" is a component name. It means that the specified component will be loaded when the class is initialized, the first time it is loaded. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_class.c gambas/trunk/main/gbc/gbc_class.h gambas/trunk/main/gbc/gbc_header.c gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_misc.c gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/share/gb_reserved.h gambas/trunk/main/share/gb_reserved_keyword.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. |
From: <ga...@us...> - 2014-11-27 23:32:01
|
Revision: 6681 http://sourceforge.net/p/gambas/code/6681 Author: gambas Date: 2014-11-27 23:31:51 +0000 (Thu, 27 Nov 2014) Log Message: ----------- [INTERPRETER] * NEW: The process child errors raised before the exec() system call are now catched in a separate function called by the compiler explicitly after a SHELL or EXEC assignment. [COMPILER] * NEW: SHELL and EXEC assignments now call an hidden subroutine just after the assignment to immediately check for a possible child error. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_c_process.h gambas/trunk/main/gbx/gbx_subr_misc.c gambas/trunk/main/share/gb_reserved_keyword.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. |
From: <ga...@us...> - 2014-12-22 17:41:46
|
Revision: 6762 http://sourceforge.net/p/gambas/code/6762 Author: gambas Date: 2014-12-22 17:41:16 +0000 (Mon, 22 Dec 2014) Log Message: ----------- [COMPILER] * BUG: Fix a badly initialized variable in syntax tree analyze, that could lead to spurious "Expression too complex" errors. [GB.EVAL] * BUG: Fix a badly initialized variable in syntax tree analyze, that could lead to spurious "Expression too complex" errors. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans_tree.c gambas/trunk/main/lib/eval/eval_trans_tree.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-12 20:04:35
|
Revision: 6831 http://sourceforge.net/p/gambas/code/6831 Author: gambas Date: 2015-01-12 20:04:33 +0000 (Mon, 12 Jan 2015) Log Message: ----------- [HELP EXTRACTOR] * NEW: Analyze the source files without 'gb.pcre'. [GB.DATA] * NEW: Activate help extraction from source files. Modified Paths: -------------- gambas/trunk/main/lib/data/Makefile.am gambas/trunk/main/tools/gbh3/.project gambas/trunk/main/tools/gbh3/.src/MMain.module gambas/trunk/main/tools/gbh3/.startup Added Paths: ----------- gambas/trunk/main/tools/gbh3/.src/MOldMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-16 00:10:16
|
Revision: 7314 http://sourceforge.net/p/gambas/code/7314 Author: gambas Date: 2015-09-16 00:10:14 +0000 (Wed, 16 Sep 2015) Log Message: ----------- [INTERPRETER] * BUG: Debugger: Breakpoints now work correctly when some global variables are declared after a function. Modified Paths: -------------- gambas/trunk/main/lib/debug/debug.c gambas/trunk/main/share/gb_pcode_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-02 03:24:46
|
Revision: 7440 http://sourceforge.net/p/gambas/code/7440 Author: gambas Date: 2015-11-02 03:24:44 +0000 (Mon, 02 Nov 2015) Log Message: ----------- [INTERPRETER] * OPT: Collection access is faster now. * OPT: LINE INPUT and INPUT are faster now. * OPT: Conversions to Boolean, from and to Variant are faster now. Modified Paths: -------------- gambas/trunk/main/gbx/Makefile.am gambas/trunk/main/gbx/gb_common.c gambas/trunk/main/gbx/gbx_c_collection.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_string.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_conv.c gambas/trunk/main/gbx/gbx_value.c gambas/trunk/main/gbx/gbx_value.h gambas/trunk/main/gbx/gbx_variant.h gambas/trunk/main/share/gb_common.h gambas/trunk/main/share/gb_common_case.h gambas/trunk/main/share/gb_common_case_temp.h gambas/trunk/main/share/gb_common_string_temp.h gambas/trunk/main/share/gb_hash.h gambas/trunk/main/share/gb_hash_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-11 03:40:51
|
Revision: 7469 http://sourceforge.net/p/gambas/code/7469 Author: gambas Date: 2015-11-11 03:40:50 +0000 (Wed, 11 Nov 2015) Log Message: ----------- [INTERPRETER] * OPT: Subroutine table is faster to access now. * OPT: Don't browse temporary directory at end if no temporary file has been used. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_local.h gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-03 16:44:25
|
Revision: 7545 http://sourceforge.net/p/gambas/code/7545 Author: gambas Date: 2016-01-03 16:44:24 +0000 (Sun, 03 Jan 2016) Log Message: ----------- [INTERPRETER] * NEW: Support for custom expression evaluators. [GB.EVAL] * NEW: You can now inheriting the Expression class to create a custom expression evaluator. You have to reimplement three methods: IsSubr(), that returns if a Gambas subroutine is allowed; IsIdentifier() that returns if a specific identifier is known; GetValue() that returns the value of an identifier. All other methods you add to the class become your specific subroutine, provided that you allow it in the IsIdentifier() method. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_eval.c gambas/trunk/main/gbx/gbx_expression.h gambas/trunk/main/lib/eval/CExpression.c gambas/trunk/main/lib/eval/CExpression.h gambas/trunk/main/lib/eval/eval.c gambas/trunk/main/lib/eval/eval_read.c gambas/trunk/main/lib/eval/eval_trans_expr.c gambas/trunk/main/lib/eval/eval_trans_tree.c gambas/trunk/main/lib/eval/main.c gambas/trunk/main/lib/eval/main.h gambas/trunk/main/share/gb_code_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-01 02:18:51
|
Revision: 7592 http://sourceforge.net/p/gambas/code/7592 Author: gambas Date: 2016-02-01 02:18:49 +0000 (Mon, 01 Feb 2016) Log Message: ----------- [INTERPRETER] * NEW: New library management. [COMPILER] * NEW: New library management. Modified Paths: -------------- gambas/trunk/main/gbc/gb_file.c gambas/trunk/main/gbc/gbc.c gambas/trunk/main/gbc/gbc_compile.c gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_archive.h gambas/trunk/main/gbx/gbx_c_system.c gambas/trunk/main/gbx/gbx_component.c gambas/trunk/main/gbx/gbx_project.c gambas/trunk/main/gbx/gbx_project.h gambas/trunk/main/gbx/gbx_string.c gambas/trunk/main/lib/debug/CDebug.c gambas/trunk/main/lib/eval/CExpression.h gambas/trunk/main/share/gb_common.h gambas/trunk/main/share/gb_file_share.h gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-14 01:40:52
|
Revision: 7632 http://sourceforge.net/p/gambas/code/7632 Author: gambas Date: 2016-03-14 01:40:50 +0000 (Mon, 14 Mar 2016) Log Message: ----------- [COMPILER] * OPT: Compile is now compiled with -O3 optimizations. * OPT: Reserved words built-in symbol table is faster now. * NEW: Initial support for expression datatype analyze. Some new errors are raised at compilation time, like using a string with the AND operator for example. The datatype analyzer is rougher than the IDE one because it is local to the compile class. * OPT: Symbol table search is a bit faster. Modified Paths: -------------- gambas/trunk/main/gbc/Makefile.am gambas/trunk/main/gbc/gbc_header.c gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/gbc/gbc_reserved_make.c gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_tree.c gambas/trunk/main/share/gb_reserved.h gambas/trunk/main/share/gb_reserved_keyword.h gambas/trunk/main/share/gb_reserved_temp.h gambas/trunk/main/share/gb_table_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 01:27:32
|
Revision: 7647 http://sourceforge.net/p/gambas/code/7647 Author: gambas Date: 2016-03-20 01:27:31 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [COMPILER] * NEW: Work on internal expression datatype analyze has continued. * OPT: Compiling syntax trees is faster now. [INTERPRETER] * OPT: Analyzing objects a method or a property applies to is faster now. * NEW: Remove an unused method in table symbol implementation. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_header.c gambas/trunk/main/gbc/gbc_trans_ctrl.c gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_tree.c gambas/trunk/main/gbc/gbc_type.c gambas/trunk/main/gbc/gbc_type.h gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gb_error.h gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_operator.c gambas/trunk/main/gbx/gbx_value.h gambas/trunk/main/share/gb_table.h gambas/trunk/main/share/gb_table_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 18:29:13
|
Revision: 7650 http://sourceforge.net/p/gambas/code/7650 Author: gambas Date: 2016-03-20 18:29:12 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [INTERPRETER] * NEW: Add a symbol table optimization that is disabled because it's not worth it. * OPT: Force inlining of functions in symbol tables routines. * OPT: A little optimization on routine string argument extraction. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_desc.h gambas/trunk/main/gbx/gbx_subr.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/share/gb_arch.h gambas/trunk/main/share/gb_arch_temp.h gambas/trunk/main/share/gb_table.h gambas/trunk/main/share/gb_table_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-04-15 21:11:20
|
Revision: 7746 http://sourceforge.net/p/gambas/code/7746 Author: gambas Date: 2016-04-15 21:11:19 +0000 (Fri, 15 Apr 2016) Log Message: ----------- [INTERPRETER] * NEW: GB.GetArrayType() is a new API that returns the datatype of the elements of an array class. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |