Thread: [Gambas-devel-svn] SF.net SVN: gambas:[1716] gambas/trunk/main/gbx/gbx_exec_loop.c
Brought to you by:
gambas
From: <ga...@us...> - 2008-11-24 20:43:56
|
Revision: 1716 http://gambas.svn.sourceforge.net/gambas/?rev=1716&view=rev Author: gambas Date: 2008-11-24 20:43:51 +0000 (Mon, 24 Nov 2008) Log Message: ----------- [INTERPRETER] * BUG: The interpreter does not crash anymore when adding an integer constant to a string. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-08-31 23:42:52
|
Revision: 4068 http://gambas.svn.sourceforge.net/gambas/?rev=4068&view=rev Author: gambas Date: 2011-08-31 23:42:46 +0000 (Wed, 31 Aug 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix FOR...NEXT loop with Byte, Short and Single datatypes. * BUG: FOR...NEXT loop optimization now works correctly if the step sign changes. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-09-01 11:46:38
|
Revision: 4072 http://gambas.svn.sourceforge.net/gambas/?rev=4072&view=rev Author: gambas Date: 2011-09-01 11:46:32 +0000 (Thu, 01 Sep 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix FOR...NEXT loops for Single and Float datatypes. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-09-13 00:04:46
|
Revision: 4123 http://gambas.svn.sourceforge.net/gambas/?rev=4123&view=rev Author: gambas Date: 2011-09-13 00:04:40 +0000 (Tue, 13 Sep 2011) Log Message: ----------- [INTERPRETER] * BUG: Now incrementing or decrementing a boolean raises an error. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-10-23 17:13:55
|
Revision: 4208 http://gambas.svn.sourceforge.net/gambas/?rev=4208&view=rev Author: gambas Date: 2011-10-23 17:13:48 +0000 (Sun, 23 Oct 2011) Log Message: ----------- [INTERPRETER] * BUG: Disable an incorrect FOR...NEXT optimization. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-10-24 23:58:48
|
Revision: 4219 http://gambas.svn.sourceforge.net/gambas/?rev=4219&view=rev Author: gambas Date: 2011-10-24 23:58:41 +0000 (Mon, 24 Oct 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix hash table resizing routine. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-09-21 11:09:13
|
Revision: 5183 http://gambas.svn.sourceforge.net/gambas/?rev=5183&view=rev Author: gambas Date: 2012-09-21 11:09:07 +0000 (Fri, 21 Sep 2012) Log Message: ----------- [INTERPRETER] * BUG: The debugger won't crash anymore when trying to continue after an error has been raised inside a component. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-06-19 02:48:37
|
Revision: 5707 http://sourceforge.net/p/gambas/code/5707 Author: gambas Date: 2013-06-19 02:48:34 +0000 (Wed, 19 Jun 2013) Log Message: ----------- [INTERPRETER] * BUG: Don't crash when calling a dynamic _call special method in a static context. Raise an error instead. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-07 17:44:03
|
Revision: 6615 http://sourceforge.net/p/gambas/code/6615 Author: gambas Date: 2014-11-07 17:43:54 +0000 (Fri, 07 Nov 2014) Log Message: ----------- [INTERPRETER] * BUG: Fix array accessor optimization on multi-dimensional native arrays. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-04 23:02:12
|
Revision: 6809 http://sourceforge.net/p/gambas/code/6809 Author: gambas Date: 2015-01-04 23:02:03 +0000 (Sun, 04 Jan 2015) Log Message: ----------- [INTERPRETER] * BUG: "create static" classes are now taken into account when using the _call() special method. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-04 23:41:17
|
Revision: 6810 http://sourceforge.net/p/gambas/code/6810 Author: gambas Date: 2015-01-04 23:41:09 +0000 (Sun, 04 Jan 2015) Log Message: ----------- [INTERPRETER] * BUG: Fix _call special method management again. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-08 00:55:46
|
Revision: 7395 http://sourceforge.net/p/gambas/code/7395 Author: gambas Date: 2015-10-08 00:55:44 +0000 (Thu, 08 Oct 2015) Log Message: ----------- [INTERPRETER] * BUG: Fix a crash when trying twice accessing a collection without the good number of arguments. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |