Thread: [Gambas-devel-svn] SF.net SVN: gambas:[6287] gambas/trunk/main/gbx (Page 6)
Brought to you by:
gambas
From: <ga...@us...> - 2014-05-23 12:41:18
|
Revision: 6287 http://sourceforge.net/p/gambas/code/6287 Author: gambas Date: 2014-05-23 12:41:15 +0000 (Fri, 23 May 2014) Log Message: ----------- [INTERPRETER] * BUG: Forgot to add two source files. Added Paths: ----------- gambas/trunk/main/gbx/gbx_split.c gambas/trunk/main/gbx/gbx_split.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-30 18:39:45
|
Revision: 6295 http://sourceforge.net/p/gambas/code/6295 Author: gambas Date: 2014-05-30 18:39:40 +0000 (Fri, 30 May 2014) Log Message: ----------- [INTERPRETER] * BUG: Fix a string leak in program exit routine. * BUG: The Param class now can be used while debugging. Modified Paths: -------------- gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_c_gambas.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: <ga...@us...> - 2014-07-16 00:57:53
|
Revision: 6383 http://sourceforge.net/p/gambas/code/6383 Author: gambas Date: 2014-07-16 00:57:45 +0000 (Wed, 16 Jul 2014) Log Message: ----------- [INTERPRETER] * BUG: Fix a crash when the first use of a class symbol recursively calls the current function being executed. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_loop.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...> - 2014-08-01 20:29:11
|
Revision: 6412 http://sourceforge.net/p/gambas/code/6412 Author: gambas Date: 2014-08-01 20:29:01 +0000 (Fri, 01 Aug 2014) Log Message: ----------- [INTERPRETER] * BUG: A new Task now resets the state of its standard output stream to avoid side effects from its parent. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_c_task.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-06 16:53:43
|
Revision: 6455 http://sourceforge.net/p/gambas/code/6455 Author: gambas Date: 2014-09-06 16:53:40 +0000 (Sat, 06 Sep 2014) Log Message: ----------- [INTERPRETER] * BUG: Fix the 'Class' class declaration, so that is not virtual. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_class.c 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. |
From: <ga...@us...> - 2014-11-02 23:09:08
|
Revision: 6605 http://sourceforge.net/p/gambas/code/6605 Author: gambas Date: 2014-11-02 23:09:04 +0000 (Sun, 02 Nov 2014) Log Message: ----------- [INTERPRETER] * OPT: Array accessors have been optimized. The 'sort' benchmark is now 25% faster. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.h 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/gbx/gbx_exec_pop.c gambas/trunk/main/gbx/gbx_exec_push.c gambas/trunk/main/gbx/gbx_value.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 18:20:00
|
Revision: 6671 http://sourceforge.net/p/gambas/code/6671 Author: gambas Date: 2014-11-23 18:19:57 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [INTERPRETER] * NEW: Apply the "close on exec" flag to all non-temporary file descriptors opened by the interpreter. Modified Paths: -------------- gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream_buffer.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-29 15:29:18
|
Revision: 6687 http://sourceforge.net/p/gambas/code/6687 Author: gambas Date: 2014-11-29 15:29:10 +0000 (Sat, 29 Nov 2014) Log Message: ----------- [INTERPRETER] * BUG: Retrieve the child process output correctly when it has terminated. No data should be lost anymore. * NEW: Remove an unused internal stream method. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_process.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-01 02:50:26
|
Revision: 6693 http://sourceforge.net/p/gambas/code/6693 Author: gambas Date: 2014-12-01 02:50:18 +0000 (Mon, 01 Dec 2014) Log Message: ----------- [INTERPRETER] * BUG: Don't remove the possible watch when freeing the file. The file may be closed, and the file descritor may have been reused! Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_stream_direct.c gambas/trunk/main/gbx/gbx_stream_pipe.c gambas/trunk/main/gbx/gbx_watch.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-11 23:41:56
|
Revision: 6722 http://sourceforge.net/p/gambas/code/6722 Author: gambas Date: 2014-12-11 23:41:48 +0000 (Thu, 11 Dec 2014) Log Message: ----------- [INTERPRETER] * BUG: Correctly flush the output of a terminated child process. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_process.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 02:22:24
|
Revision: 6791 http://sourceforge.net/p/gambas/code/6791 Author: gambas Date: 2015-01-02 02:22:22 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [INTERPRETER] * NEW: Do not stop watching a file descriptor that is ready to read but has no data. * NEW: Sleep up to 10 ms if the event loop is called too often. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_watch.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-23 00:52:25
|
Revision: 6857 http://sourceforge.net/p/gambas/code/6857 Author: gambas Date: 2015-01-23 00:52:18 +0000 (Fri, 23 Jan 2015) Log Message: ----------- [INTERPRETER] * NEW: The Task return value is now persistent (it is stored inside the Task object). Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_task.c gambas/trunk/main/gbx/gbx_c_task.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-19 23:23:49
|
Revision: 6994 http://sourceforge.net/p/gambas/code/6994 Author: gambas Date: 2015-03-19 23:23:47 +0000 (Thu, 19 Mar 2015) Log Message: ----------- [INTERPRETER] * BUG: Do not read ahead a ready to read file descriptor if we are in direct mode and if the file is a not a regular file. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_direct.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-04-19 13:43:40
|
Revision: 7044 http://sourceforge.net/p/gambas/code/7044 Author: gambas Date: 2015-04-19 13:43:33 +0000 (Sun, 19 Apr 2015) Log Message: ----------- [INTERPRETER] * NEW: Object.Lock() and Object.Unlock() are now recursive, i.e. you must call Object.Unlock() as many times as Object.Lock() to actually unlock an object. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_observer.c gambas/trunk/main/gbx/gbx_c_observer.h gambas/trunk/main/gbx/gbx_object.c gambas/trunk/main/gbx/gbx_object.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-15 13:17:20
|
Revision: 7085 http://sourceforge.net/p/gambas/code/7085 Author: gambas Date: 2015-05-15 13:17:18 +0000 (Fri, 15 May 2015) Log Message: ----------- [INTERPRETER] * BUG: Prevent a possible infinite recursion when detaching objects. * BUG: Don't crash if a standard stream has been freed. Raise an error instead. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_object.c gambas/trunk/main/gbx/gbx_object.h gambas/trunk/main/gbx/gbx_subr_file.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-11 22:44:11
|
Revision: 7180 http://sourceforge.net/p/gambas/code/7180 Author: gambas Date: 2015-07-11 22:44:09 +0000 (Sat, 11 Jul 2015) Log Message: ----------- [INTERPRETER] * BUG: Support for UTF-8 date and time separators, used by Chinese for example. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c gambas/trunk/main/gbx/gbx_c_string.h gambas/trunk/main/gbx/gbx_compare.c gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_local.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-31 01:49:42
|
Revision: 7439 http://sourceforge.net/p/gambas/code/7439 Author: gambas Date: 2015-10-31 01:49:40 +0000 (Sat, 31 Oct 2015) Log Message: ----------- [INTERPRETER] * OPT: Some optimization in native array accessors. * BUG: Fix a compilation warning. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_stream.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-11 01:55:38
|
Revision: 7468 http://sourceforge.net/p/gambas/code/7468 Author: gambas Date: 2015-11-11 01:55:37 +0000 (Wed, 11 Nov 2015) Log Message: ----------- [INTERPRETER] * NEW: Collection.Default is a new property that allows to define the default value returned by a collection when a key has no value. Note that assigning the default value does not clear the key. You have to explicitly assign NULL for that. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_collection.c gambas/trunk/main/gbx/gbx_c_collection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-14 04:29:44
|
Revision: 7476 http://sourceforge.net/p/gambas/code/7476 Author: gambas Date: 2015-11-14 04:29:43 +0000 (Sat, 14 Nov 2015) Log Message: ----------- [INTERPRETER] * OPT: Optimize access to objects whose class is "simple", i.e. without parent, children, special check method, and not virtual. * OPT: Detect when automatic conversion is useless in arithmetic and comparison operators. * OPT: Optimize a bit inequality comparison operators. Modified Paths: -------------- gambas/trunk/main/gbx/Makefile.am gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h 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-11-21 05:00:29
|
Revision: 7486 http://sourceforge.net/p/gambas/code/7486 Author: gambas Date: 2015-11-21 05:00:27 +0000 (Sat, 21 Nov 2015) Log Message: ----------- [INTERPRETER] * BUG: Object.Raise() now works correctly with events having arguments. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_c_class.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-10 21:45:35
|
Revision: 7602 http://sourceforge.net/p/gambas/code/7602 Author: gambas Date: 2016-02-10 21:45:33 +0000 (Wed, 10 Feb 2016) Log Message: ----------- [INTERPRETER] * NEW: Library specific path can be relative now. It is then relative to the project executable path. * NEW: Libraries are now searched in the '~/.local/share/gambas3/lib' directory even if we are not in debugging mode. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_project.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-14 16:15:33
|
Revision: 7603 http://sourceforge.net/p/gambas/code/7603 Author: gambas Date: 2016-02-14 16:15:31 +0000 (Sun, 14 Feb 2016) Log Message: ----------- [INTERPRETER] * BUG: Correctly handle the current component interpreter variable when an error occurs. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_component.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...> - 2016-02-25 22:59:51
|
Revision: 7611 http://sourceforge.net/p/gambas/code/7611 Author: gambas Date: 2016-02-25 22:59:49 +0000 (Thu, 25 Feb 2016) Log Message: ----------- [INTERPRETER] * BUG: Week() now works correctly outside of UTC. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/gbx/gbx_date.h gambas/trunk/main/gbx/gbx_subr_time.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-08 20:24:26
|
Revision: 7624 http://sourceforge.net/p/gambas/code/7624 Author: gambas Date: 2016-03-08 20:24:24 +0000 (Tue, 08 Mar 2016) Log Message: ----------- [INTERPRETER] * BUG: Correctly detect error when closing a process stream. * BUG: Ignore EBADF errors when closing a stream. It means that the underlying file descriptor has already been closed. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream_buffer.c gambas/trunk/main/gbx/gbx_stream_process.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-11 23:44:27
|
Revision: 7627 http://sourceforge.net/p/gambas/code/7627 Author: gambas Date: 2016-03-11 23:44:26 +0000 (Fri, 11 Mar 2016) Log Message: ----------- [INTERPRETER] * BUG: Collection methods now always update the Key property, being called normally or from the debugger. * BUG: The debugger now sends the current key when enumerating collection keys. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_collection.c gambas/trunk/main/gbx/gbx_debug.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |