Thread: [Gambas-devel-svn] SF.net SVN: gambas:[1836] gambas/trunk/main
Brought to you by:
gambas
From: <ga...@us...> - 2009-01-30 01:16:06
|
Revision: 1836 http://gambas.svn.sourceforge.net/gambas/?rev=1836&view=rev Author: gambas Date: 2009-01-30 01:16:03 +0000 (Fri, 30 Jan 2009) Log Message: ----------- [INTERPRETER] * BUG: Fix the arithmetic operations on Boolean, Byte and Short, so that everything is correctly truncated. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_subr_math.c gambas/trunk/main/gbx/gbx_subr_math_temp.h gambas/trunk/main/lib/debug/CDebug.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-02-02 12:22:11
|
Revision: 1845 http://gambas.svn.sourceforge.net/gambas/?rev=1845&view=rev Author: gambas Date: 2009-02-02 11:34:23 +0000 (Mon, 02 Feb 2009) Log Message: ----------- [INTERPRETER] * BUG: Some 64 bits fixes. [COMPILER] * BUG: Fix how two error messages are printed. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_dump.c gambas/trunk/main/gbc/gbc_trans_ctrl.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_c_array.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-07-24 23:14:37
|
Revision: 2165 http://gambas.svn.sourceforge.net/gambas/?rev=2165&view=rev Author: gambas Date: 2009-07-24 23:14:29 +0000 (Fri, 24 Jul 2009) Log Message: ----------- [CONFIGURATION] * BUG: Ensure that the gb.info file is generated first. Modified Paths: -------------- gambas/trunk/main/Makefile.am gambas/trunk/main/lib/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-07-29 00:17:03
|
Revision: 2189 http://gambas.svn.sourceforge.net/gambas/?rev=2189&view=rev Author: gambas Date: 2009-07-29 00:16:48 +0000 (Wed, 29 Jul 2009) Log Message: ----------- [INTERPRETER] * BUG: A new function in the debugger interface to search for a class only inside the running project. [GB.DEBUG] * BUG: Pending breakpoints now search for their class only inside the running project. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_debug.c gambas/trunk/main/gbx/gbx_debug.h gambas/trunk/main/lib/debug/debug.c gambas/trunk/main/lib/debug/gb.debug.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-08-01 15:13:57
|
Revision: 2202 http://gambas.svn.sourceforge.net/gambas/?rev=2202&view=rev Author: gambas Date: 2009-08-01 15:13:50 +0000 (Sat, 01 Aug 2009) Log Message: ----------- [INTERPRETER] * BUG: Check the process stack each time a function is call, to avoid segmentation faults on stack overflows. [GB.DEBUG] * BUG: In the debugger, trim too large stack backtraces, so that the IDE always receive it in one event. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_stack.c gambas/trunk/main/lib/debug/CDebug.c gambas/trunk/main/lib/debug/debug.c gambas/trunk/main/lib/debug/gb.debug.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-08-04 13:01:54
|
Revision: 2210 http://gambas.svn.sourceforge.net/gambas/?rev=2210&view=rev Author: gambas Date: 2009-08-04 13:01:45 +0000 (Tue, 04 Aug 2009) Log Message: ----------- [INTERPRETER] * BUG: Fix some warnings. * NEW: Start upgrading libtool. Modified Paths: -------------- gambas/trunk/main/lib/debug/debug.c gambas/trunk/main/lib/draw/CDraw.c Removed Paths: ------------- gambas/trunk/main/libltdl/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-08-04 16:33:31
|
Revision: 2211 http://gambas.svn.sourceforge.net/gambas/?rev=2211&view=rev Author: gambas Date: 2009-08-04 16:33:25 +0000 (Tue, 04 Aug 2009) Log Message: ----------- [INTERPRETER] * NEW: Finish libtool update. Added Paths: ----------- gambas/trunk/main/libltdl/ gambas/trunk/main/libltdl/COPYING.LIB gambas/trunk/main/libltdl/Makefile.am gambas/trunk/main/libltdl/Makefile.inc gambas/trunk/main/libltdl/README gambas/trunk/main/libltdl/aclocal.m4 gambas/trunk/main/libltdl/argz.c gambas/trunk/main/libltdl/argz_.h gambas/trunk/main/libltdl/config/ gambas/trunk/main/libltdl/config/config.guess gambas/trunk/main/libltdl/config/config.sub gambas/trunk/main/libltdl/config/depcomp gambas/trunk/main/libltdl/config/install-sh gambas/trunk/main/libltdl/config/ltmain.sh gambas/trunk/main/libltdl/config/missing gambas/trunk/main/libltdl/config-h.in gambas/trunk/main/libltdl/config.status gambas/trunk/main/libltdl/configure.ac gambas/trunk/main/libltdl/libltdl/ gambas/trunk/main/libltdl/libltdl/lt__alloc.h gambas/trunk/main/libltdl/libltdl/lt__dirent.h gambas/trunk/main/libltdl/libltdl/lt__glibc.h gambas/trunk/main/libltdl/libltdl/lt__private.h gambas/trunk/main/libltdl/libltdl/lt__strl.h gambas/trunk/main/libltdl/libltdl/lt_dlloader.h gambas/trunk/main/libltdl/libltdl/lt_error.h gambas/trunk/main/libltdl/libltdl/lt_system.h gambas/trunk/main/libltdl/libltdl/slist.h gambas/trunk/main/libltdl/loaders/ gambas/trunk/main/libltdl/loaders/dld_link.c gambas/trunk/main/libltdl/loaders/dlopen.c gambas/trunk/main/libltdl/loaders/dyld.c gambas/trunk/main/libltdl/loaders/load_add_on.c gambas/trunk/main/libltdl/loaders/loadlibrary.c gambas/trunk/main/libltdl/loaders/preopen.c gambas/trunk/main/libltdl/loaders/shl_load.c gambas/trunk/main/libltdl/lt__alloc.c gambas/trunk/main/libltdl/lt__dirent.c gambas/trunk/main/libltdl/lt__strl.c gambas/trunk/main/libltdl/lt_dlloader.c gambas/trunk/main/libltdl/lt_error.c gambas/trunk/main/libltdl/ltdl.c gambas/trunk/main/libltdl/ltdl.h gambas/trunk/main/libltdl/m4/ gambas/trunk/main/libltdl/slist.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-09-17 20:58:39
|
Revision: 2339 http://gambas.svn.sourceforge.net/gambas/?rev=2339&view=rev Author: gambas Date: 2009-09-17 20:58:27 +0000 (Thu, 17 Sep 2009) Log Message: ----------- [INTERPRETER] * NEW: VarPtr() now works on a string variable. It returns the address of the string. * NEW: TypeOf("") now returns gb.String. "" is equal to NULL yet, but now its string datatype is kept. * NEW: Memory is new instruction like Open that opens a memory stream from a Pointer. * NEW: A Pointer can not be used as a stream directly. You must use the new Memory instruction for that. * NEW: The [...] array constructor now checks the datatype of all its argument to decide the type of the new array. * BUG: The ["key":value] collection constructor now does not leak memory anymore if it fails. * NEW: A new error, "void key", whose code is 64. * NEW: TypeOf(Null) now returns gb.Null and not gb.Object anymore. * BUG: IIf() now returns a Variant only if needed. It uses the same algorithm as the array constructor. [COMPILER] * NEW: Memory is new instruction like Open that opens a memory stream from a Pointer. The syntax is: hStream = Memory pPonter For Read | Write. * NEW: Support for form controls being individually public. * BUG: VarPtr() is compiled correctly again. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_form.c gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_code.c 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/gb_error.c gambas/trunk/main/gbx/gb_error.h 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_stream.h gambas/trunk/main/gbx/gbx_stream_memory.c gambas/trunk/main/gbx/gbx_subr.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_conv.c gambas/trunk/main/gbx/gbx_subr_extern.c gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/gbx/gbx_subr_misc.c gambas/trunk/main/gbx/gbx_subr_test.c gambas/trunk/main/lib/eval/eval_trans_expr.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_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. |
From: <ga...@us...> - 2010-01-02 15:04:12
|
Revision: 2592 http://gambas.svn.sourceforge.net/gambas/?rev=2592&view=rev Author: gambas Date: 2010-01-02 15:04:06 +0000 (Sat, 02 Jan 2010) Log Message: ----------- [INTERPRETER] * BUG: Hexadecimal numbers can be interpreted as Long only if they have more than eight digits (32 digit for binary numbers), or if they are unsigned. [COMPILER] * BUG: Hexadecimal numbers can be interpreted as Long only if they have more than eight digits (32 digit for binary numbers), or if they are unsigned. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans.c gambas/trunk/main/gbx/gbx_number.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-01-28 10:55:33
|
Revision: 2647 http://gambas.svn.sourceforge.net/gambas/?rev=2647&view=rev Author: gambas Date: 2010-01-28 10:55:24 +0000 (Thu, 28 Jan 2010) Log Message: ----------- [WIKI CGI SCRIPT] * BUG: Linkification does not erase symbols references anymore. [INTERPRETER] * BUG: Use the system maximum path length constant, not ours. [COMPILER] * BUG: Allow Inherits to be followed by any indentifier. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_archive.c gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/gbc/gbi.c gambas/trunk/main/gbx/gbx_c_application.c gambas/trunk/main/lib/debug/CDebug.c gambas/trunk/main/lib/debug/debug.c gambas/trunk/main/lib/debug/gb.debug.h gambas/trunk/main/lib/eval/eval_read.c gambas/trunk/main/share/gb_arch_temp.h gambas/trunk/main/share/gb_common.h gambas/trunk/main/share/gb_file_temp.h gambas/trunk/main/share/gb_limit.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. |
From: <ga...@us...> - 2010-03-25 02:01:05
|
Revision: 2819 http://gambas.svn.sourceforge.net/gambas/?rev=2819&view=rev Author: gambas Date: 2010-03-25 02:00:55 +0000 (Thu, 25 Mar 2010) Log Message: ----------- [INTERPRETER] * NEW: RDir() takes a fourth optional argument, that tells if symbolic link to directories must be recursively searched too. [GB.DEBUG] * BUG: Prevent a possible freeze of the IDE when debugging. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class_info.c gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/lib/debug/CDebug.c gambas/trunk/main/share/gb_file_share.h gambas/trunk/main/share/gb_file_temp.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...> - 2010-04-05 01:44:49
|
Revision: 2861 http://gambas.svn.sourceforge.net/gambas/?rev=2861&view=rev Author: gambas Date: 2010-04-05 01:44:43 +0000 (Mon, 05 Apr 2010) Log Message: ----------- [INTERPRETER] * NEW: New interpreter API to browse the project contents. * BUG: RDir(".") does not crash anymore. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_archive.h gambas/trunk/main/gbx/gbx_project.c gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_arch_temp.h gambas/trunk/main/share/gb_file_share.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-05-19 20:18:29
|
Revision: 2951 http://gambas.svn.sourceforge.net/gambas/?rev=2951&view=rev Author: gambas Date: 2010-05-19 20:18:23 +0000 (Wed, 19 May 2010) Log Message: ----------- [INTERPRETER] * OPT: Many branch prediction optimizations. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_exec_pop.c gambas/trunk/main/gbx/gbx_exec_push.c gambas/trunk/main/gbx/gbx_string.h gambas/trunk/main/gbx/gbx_subr_conv.c gambas/trunk/main/gbx/gbx_value.h gambas/trunk/main/share/gb_alloc.h gambas/trunk/main/share/gb_common.h gambas/trunk/main/share/gb_common_string_temp.h gambas/trunk/main/share/gb_hash_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...> - 2010-05-28 19:33:12
|
Revision: 2976 http://gambas.svn.sourceforge.net/gambas/?rev=2976&view=rev Author: gambas Date: 2010-05-28 19:33:05 +0000 (Fri, 28 May 2010) Log Message: ----------- [INTERPRETER] * BUG: Archives are read correctly again on 64 bits OS. * OPT: Memory allocations are now cached in a memory pool, so that malloc() and free() are not called too often. * BUG: The initial allocation of a new hash table is not too big anymore. [COMPILER] * OPT: Memory allocations are now cached in a memory pool, so that malloc() and free() are not called too often. The compiler is now twice as fast as it was before all the recent optimizations! [ARCHIVER] * BUG: Archives are read correctly again on 64 bits OS. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_string.c gambas/trunk/main/share/gb_alloc.h gambas/trunk/main/share/gb_alloc_temp.h gambas/trunk/main/share/gb_arch.h gambas/trunk/main/share/gb_arch_temp.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...> - 2010-06-06 20:43:19
|
Revision: 2995 http://gambas.svn.sourceforge.net/gambas/?rev=2995&view=rev Author: gambas Date: 2010-06-06 20:43:13 +0000 (Sun, 06 Jun 2010) Log Message: ----------- [INTERPRETER] * OPT: Some optimizations again. [COMPILER] * BUG: Compile functions using ByRef correctly again. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_stack.h gambas/trunk/main/gbx/gbx_subr_math.c gambas/trunk/main/gbx/gbx_subr_test.c gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_hash_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...> - 2010-06-24 01:14:18
|
Revision: 3021 http://gambas.svn.sourceforge.net/gambas/?rev=3021&view=rev Author: gambas Date: 2010-06-24 01:14:12 +0000 (Thu, 24 Jun 2010) Log Message: ----------- [INTERPRETER] * BUG: Fix the custom realloc() internal routine on 64 bits systems. [COMPILER] * BUG: Fix the custom realloc() internal routine on 64 bits systems. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_form.c gambas/trunk/main/share/gb_alloc_temp.h gambas/trunk/main/share/gb_buffer_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-08-25 09:18:39
|
Revision: 3131 http://gambas.svn.sourceforge.net/gambas/?rev=3131&view=rev Author: gambas Date: 2010-08-25 09:18:33 +0000 (Wed, 25 Aug 2010) Log Message: ----------- [INTERPRETER] * BUG: ARRAY_add_void() function now correctly adds a void element in the array after an element has been previously removed. That bug made the event loop mad in some cases! Modified Paths: -------------- gambas/trunk/main/gbx/gbx_watch.c gambas/trunk/main/share/gb_array.h gambas/trunk/main/share/gb_array_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-11-06 03:28:07
|
Revision: 3277 http://gambas.svn.sourceforge.net/gambas/?rev=3277&view=rev Author: gambas Date: 2010-11-06 03:27:58 +0000 (Sat, 06 Nov 2010) Log Message: ----------- [INTERPRETER] * BUG: File.Load() now can read special files (like those in /proc) whose size is zero even if they are not void. * BUG: The native method error flag is not incorrectly propagated anymore when an error is raised. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/share/gb_error_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-11-24 16:00:46
|
Revision: 3320 http://gambas.svn.sourceforge.net/gambas/?rev=3320&view=rev Author: gambas Date: 2010-11-24 16:00:39 +0000 (Wed, 24 Nov 2010) Log Message: ----------- [INTERPRETER] * NEW: Mem$() was replaced by MkBool$(), MkByte$(), and so on. [COMPILER] * NEW: Mem$() was replaced by MkBool$(), MkByte$(), and so on. * NEW: CLng(), CSng(), CVar(), CPtr() abbreviations were removed. * NEW: CBoolean() was added. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_extern.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...> - 2010-11-26 20:31:05
|
Revision: 3322 http://gambas.svn.sourceforge.net/gambas/?rev=3322&view=rev Author: gambas Date: 2010-11-26 20:30:58 +0000 (Fri, 26 Nov 2010) Log Message: ----------- [INTERPRETER] * NEW: The argument of Byte@(), Short@()... functions now can be a string. Then the address of the string in memory is used. * BUG: Structures allocated with the NEW operator are correctly freed now. * NEW: READ and WRITE now can deal with structures and embedded arrays. * NEW: Dir?() synonymous has been removed. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_c_array.h gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_info.c gambas/trunk/main/gbx/gbx_object.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_struct.c gambas/trunk/main/gbx/gbx_struct.h gambas/trunk/main/gbx/gbx_subr.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_extern.c gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/gbx/gbx_value.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...> - 2010-11-27 23:00:15
|
Revision: 3329 http://gambas.svn.sourceforge.net/gambas/?rev=3329&view=rev Author: gambas Date: 2010-11-27 23:00:08 +0000 (Sat, 27 Nov 2010) Log Message: ----------- [INTERPRETER] * NEW: The scaring change. IsByte(), IsShort(), IsSingle(), IsString(), IsPointer(), IsObject() and IsVariant() have been removed. IsNull() has been kept unchanged. * NEW: IsInteger() now returns if a string can be converted to an Integer number. * NEW: IsLong() now returns if a string can be converted to an Integer or a Long number. * NEW: IsFloat() now returns if a string can be converted to a Float, but not an Integer or a Long. * NEW: IsNumber() now returns if a string can be converted to an Integer, a Long or a Float. * NEW: IsDate() now returns if a string can be converted to a Date. * NEW: Str(True) and Str(False) now use the translation of the "True" and "False" string, if they exist in the current project. * NEW: Val() now uses the translation of the "True" and "False" string, if they exist in the current project. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_local.h gambas/trunk/main/gbx/gbx_subr_conv.c gambas/trunk/main/gbx/gbx_value.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...> - 2010-11-30 15:03:53
|
Revision: 3338 http://gambas.svn.sourceforge.net/gambas/?rev=3338&view=rev Author: gambas Date: 2010-11-30 15:03:47 +0000 (Tue, 30 Nov 2010) Log Message: ----------- [COMPILER] * BUG: Define LLONG_MAX constant when it is not defined. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_subr_conv.c gambas/trunk/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-12-14 00:22:57
|
Revision: 3362 http://gambas.svn.sourceforge.net/gambas/?rev=3362&view=rev Author: gambas Date: 2010-12-13 23:46:01 +0000 (Mon, 13 Dec 2010) Log Message: ----------- [COMPILER] * NEW: '%' is a new operator that is a synonymous for 'MOD'. It has its assignment operator shortcut '%=' too. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_reserved_make.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...> - 2010-12-18 14:41:50
|
Revision: 3376 http://gambas.svn.sourceforge.net/gambas/?rev=3376&view=rev Author: gambas Date: 2010-12-18 14:41:43 +0000 (Sat, 18 Dec 2010) Log Message: ----------- [COMPILER] * NEW: The preprocessor now understands three constants: SYSTEM, ARCHITECTURE (or ARCH), and VERSION (or GAMBAS). The VERSION constants didn't change. The two others return a string that can be compare with equality or inequality operator. The comparison is not case sensitive. [GB.EVAL] * NEW: Comments are correctly highlighted in preprocessor lines. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_preprocess.c gambas/trunk/main/lib/eval/eval_analyze.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-12-19 13:56:40
|
Revision: 3378 http://gambas.svn.sourceforge.net/gambas/?rev=3378&view=rev Author: gambas Date: 2010-12-19 13:56:34 +0000 (Sun, 19 Dec 2010) Log Message: ----------- [INTERPRETER] * NEW: Ceil() and Floor() functions. [COMPILER] * NEW: Ceil() and Floor() functions. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_subr_math.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. |