Thread: [Gambas-devel-svn] SF.net SVN: gambas:[4363] gambas/trunk/main/gbx (Page 4)
Brought to you by:
gambas
From: <ga...@us...> - 2011-12-30 02:29:06
|
Revision: 4363 http://gambas.svn.sourceforge.net/gambas/?rev=4363&view=rev Author: gambas Date: 2011-12-30 02:29:00 +0000 (Fri, 30 Dec 2011) Log Message: ----------- [INTERPRETER] * BUG: The number of digits in default floating point formats was too high for the available precision. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_local.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...> - 2011-12-30 20:50:00
|
Revision: 4370 http://gambas.svn.sourceforge.net/gambas/?rev=4370&view=rev Author: gambas Date: 2011-12-30 20:49:54 +0000 (Fri, 30 Dec 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix support for Single constants. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_desc.h gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_class_load.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-01-06 01:47:56
|
Revision: 4392 http://gambas.svn.sourceforge.net/gambas/?rev=4392&view=rev Author: gambas Date: 2012-01-06 01:47:50 +0000 (Fri, 06 Jan 2012) Log Message: ----------- [INTERPRETER] * NEW: New error message when a child process cannot be run for any reason. * BUG: EXEC / SHELL ... FOR INPUT now work correctly when OUTPUT is not specified, and there is not a true terminal to get the data that is not redirected. Modified Paths: -------------- gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gb_error.h gambas/trunk/main/gbx/gbx_c_process.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-01-11 01:50:04
|
Revision: 4395 http://gambas.svn.sourceforge.net/gambas/?rev=4395&view=rev Author: gambas Date: 2012-01-11 01:49:57 +0000 (Wed, 11 Jan 2012) Log Message: ----------- [INTERPRETER] * NEW: System.FullVersion now returns the full version string, with major, minor and release. * BUG: Missing return values are correctly catched in operators now. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_system.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_type.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-02-05 08:08:34
|
Revision: 4449 http://gambas.svn.sourceforge.net/gambas/?rev=4449&view=rev Author: gambas Date: 2012-02-05 08:08:27 +0000 (Sun, 05 Feb 2012) Log Message: ----------- [INTERPRETER] * BUG: Make date formatting more consistent when the date part or the time part is null. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/gbx/gbx_date.h gambas/trunk/main/gbx/gbx_local.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-02-05 16:19:03
|
Revision: 4453 http://gambas.svn.sourceforge.net/gambas/?rev=4453&view=rev Author: gambas Date: 2012-02-05 16:18:57 +0000 (Sun, 05 Feb 2012) Log Message: ----------- [INTERPRETER] * NEW: System.Shell is a new property that allows to define the shell used by the Shell instruction. By default, this is '/bin/sh'. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_c_process.h gambas/trunk/main/gbx/gbx_c_system.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-02-08 20:26:30
|
Revision: 4463 http://gambas.svn.sourceforge.net/gambas/?rev=4463&view=rev Author: gambas Date: 2012-02-08 20:26:24 +0000 (Wed, 08 Feb 2012) Log Message: ----------- [INTERPRETER] * NEW: Loading a library does not load its dependencies automatically anymore. Now they behave like components, and the IDE will have to compute the dependencies. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_archive.h gambas/trunk/main/gbx/gbx_component.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-02-12 21:37:53
|
Revision: 4474 http://gambas.svn.sourceforge.net/gambas/?rev=4474&view=rev Author: gambas Date: 2012-02-12 21:37:46 +0000 (Sun, 12 Feb 2012) Log Message: ----------- [INTERPRETER] * BUG: Fix enumeration abortion. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_exec_enum.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-02-19 16:13:44
|
Revision: 4489 http://gambas.svn.sourceforge.net/gambas/?rev=4489&view=rev Author: gambas Date: 2012-02-19 16:13:38 +0000 (Sun, 19 Feb 2012) Log Message: ----------- [INTERPRETER] * BUG: Convert the return value of a native function to a variant automatically only if the function call is done by a "CALL" bytecode. Consequently the gb.signal component works again. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c 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: <fra...@us...> - 2012-03-16 15:47:28
|
Revision: 4556 http://gambas.svn.sourceforge.net/gambas/?rev=4556&view=rev Author: france1159 Date: 2012-03-16 15:47:19 +0000 (Fri, 16 Mar 2012) Log Message: ----------- [INTERPRETER] * BUG: the exp10() function works on FreeBSD now. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_math.h gambas/trunk/main/gbx/gbx_subr_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <ga...@us...> - 2012-04-14 23:35:40
|
Revision: 4628 http://gambas.svn.sourceforge.net/gambas/?rev=4628&view=rev Author: gambas Date: 2012-04-14 23:35:33 +0000 (Sat, 14 Apr 2012) Log Message: ----------- [INTERPRETER] * BUG: Correctly raise errors when running an external process fails. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_subr_misc.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-04-23 16:02:47
|
Revision: 4664 http://gambas.svn.sourceforge.net/gambas/?rev=4664&view=rev Author: gambas Date: 2012-04-23 16:02:35 +0000 (Mon, 23 Apr 2012) Log Message: ----------- [INTERPRETER] * NEW: Do not raise an error when a file path cannot be converted to the local charset. Just do not make the conversion. * BUG: Freeing any Stream object now automatically closes it. * BUG: Stream.ReadLine() with no second argument does not crash anymore. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_component.c gambas/trunk/main/gbx/gbx_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-04-28 02:31:55
|
Revision: 4685 http://gambas.svn.sourceforge.net/gambas/?rev=4685&view=rev Author: gambas Date: 2012-04-28 02:31:48 +0000 (Sat, 28 Apr 2012) Log Message: ----------- [INTERPRETER] * BUG: Ignore non-significant decimal digits when converting a String to a Float. In other words, now 2.0 = 2. Modified Paths: -------------- gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_number.c gambas/trunk/main/gbx/gbx_subr_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-04-28 02:53:58
|
Revision: 4686 http://gambas.svn.sourceforge.net/gambas/?rev=4686&view=rev Author: gambas Date: 2012-04-28 02:53:51 +0000 (Sat, 28 Apr 2012) Log Message: ----------- [INTERPRETER] * BUG: Fix string to Float parser again. Modified Paths: -------------- gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_math.h gambas/trunk/main/gbx/gbx_number.c gambas/trunk/main/gbx/gbx_subr_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-04-28 15:08:31
|
Revision: 4688 http://gambas.svn.sourceforge.net/gambas/?rev=4688&view=rev Author: gambas Date: 2012-04-28 15:08:24 +0000 (Sat, 28 Apr 2012) Log Message: ----------- [INTERPRETER] * BUG: Fix precision in both string to Float and Float to string conversions. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_math.c gambas/trunk/main/gbx/gbx_math.h 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...> - 2012-04-29 00:24:20
|
Revision: 4689 http://gambas.svn.sourceforge.net/gambas/?rev=4689&view=rev Author: gambas Date: 2012-04-29 00:24:14 +0000 (Sun, 29 Apr 2012) Log Message: ----------- [INTERPRETER] * BUG: The byte position to utf-8 position caching routine now works in all cases. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c gambas/trunk/main/gbx/gbx_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-05-23 20:15:38
|
Revision: 4761 http://gambas.svn.sourceforge.net/gambas/?rev=4761&view=rev Author: gambas Date: 2012-05-23 20:15:32 +0000 (Wed, 23 May 2012) Log Message: ----------- [INTERPRETER] * BUG: Now System.Profile has no effect if the project has not been started in profiling mode from the IDE. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_system.c gambas/trunk/main/gbx/gbx_debug.c gambas/trunk/main/gbx/gbx_debug.h gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <emi...@us...> - 2012-05-24 12:27:27
|
Revision: 4770 http://gambas.svn.sourceforge.net/gambas/?rev=4770&view=rev Author: emil-lenngren Date: 2012-05-24 12:27:16 +0000 (Thu, 24 May 2012) Log Message: ----------- [INTERPRETER] * OPT: Don't allocate array for jit functions if not necessary. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class_load.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-05-28 08:08:43
|
Revision: 4788 http://gambas.svn.sourceforge.net/gambas/?rev=4788&view=rev Author: gambas Date: 2012-05-28 08:08:36 +0000 (Mon, 28 May 2012) Log Message: ----------- [INTERPRETER] * BUG: Enumerating the Param class does not leak memory in some cases anymore. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_gambas.c gambas/trunk/main/gbx/gbx_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-07-03 23:45:16
|
Revision: 4894 http://gambas.svn.sourceforge.net/gambas/?rev=4894&view=rev Author: gambas Date: 2012-07-03 23:45:09 +0000 (Tue, 03 Jul 2012) Log Message: ----------- [INTERPRETER] * BUG: Allows the _unknown method to be static. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h 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. |
From: <ga...@us...> - 2012-07-04 21:59:22
|
Revision: 4896 http://gambas.svn.sourceforge.net/gambas/?rev=4896&view=rev Author: gambas Date: 2012-07-04 21:59:16 +0000 (Wed, 04 Jul 2012) Log Message: ----------- [INTERPRETER] * BUG: Now the _property special method can be static even if _unknown is dynamic. Anyway, if _unknown is static then all unknown properties and methods must be static, and if _unknown is dynamic, they all must be dynamic. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h 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. |
From: <ga...@us...> - 2012-07-04 22:06:25
|
Revision: 4897 http://gambas.svn.sourceforge.net/gambas/?rev=4897&view=rev Author: gambas Date: 2012-07-04 22:06:19 +0000 (Wed, 04 Jul 2012) Log Message: ----------- [INTERPRETER] * NEW: Static unknown properties can be used in a dynamic context now. Modified Paths: -------------- 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. |
From: <ga...@us...> - 2012-07-11 22:04:00
|
Revision: 4944 http://gambas.svn.sourceforge.net/gambas/?rev=4944&view=rev Author: gambas Date: 2012-07-11 22:03:54 +0000 (Wed, 11 Jul 2012) Log Message: ----------- [INTERPRETER] * BUG: Don't optimize the "_operators" interface when using anonymous objects! Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_subr_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-07-17 19:36:17
|
Revision: 4962 http://gambas.svn.sourceforge.net/gambas/?rev=4962&view=rev Author: gambas Date: 2012-07-17 19:36:11 +0000 (Tue, 17 Jul 2012) Log Message: ----------- [INTERPRETER] * BUG: Fix compilation on 32 bits platforms. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class_desc.h gambas/trunk/main/gbx/gbx_class_native.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |