Thread: [Gambas-devel-svn] SF.net SVN: gambas:[3900] gambas/trunk/main/gbx (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2011-06-26 19:09:23
|
Revision: 3900 http://gambas.svn.sourceforge.net/gambas/?rev=3900&view=rev Author: gambas Date: 2011-06-26 19:09:17 +0000 (Sun, 26 Jun 2011) Log Message: ----------- [INTERPRETER] * BUG: Using "AM/PM" in date format does not confuse next date to string conversions anymore. Modified Paths: -------------- 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...> - 2011-07-03 20:46:09
|
Revision: 3918 http://gambas.svn.sourceforge.net/gambas/?rev=3918&view=rev Author: gambas Date: 2011-07-03 20:46:03 +0000 (Sun, 03 Jul 2011) Log Message: ----------- [INTERPRETER] * NEW: Byte[].FromString() is a now a static method that creates a new byte array from a string. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.c 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...> - 2011-07-14 18:30:21
|
Revision: 3936 http://gambas.svn.sourceforge.net/gambas/?rev=3936&view=rev Author: gambas Date: 2011-07-14 18:30:12 +0000 (Thu, 14 Jul 2011) Log Message: ----------- [INTERPRETER] * BUG: Eval("Me") does not crash anymore. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_debug.c 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-07-25 00:50:17
|
Revision: 3950 http://gambas.svn.sourceforge.net/gambas/?rev=3950&view=rev Author: gambas Date: 2011-07-25 00:50:11 +0000 (Mon, 25 Jul 2011) Log Message: ----------- [INTERPRETER] * NEW: Support for profiling. Not activated. * NEW: Centralize signal handler management. Modified Paths: -------------- gambas/trunk/main/gbx/Makefile.am gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_class.h Added Paths: ----------- gambas/trunk/main/gbx/gbx_profile.c gambas/trunk/main/gbx/gbx_profile.h gambas/trunk/main/gbx/gbx_signal.c gambas/trunk/main/gbx/gbx_signal.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-07-26 00:28:58
|
Revision: 3951 http://gambas.svn.sourceforge.net/gambas/?rev=3951&view=rev Author: gambas Date: 2011-07-26 00:28:52 +0000 (Tue, 26 Jul 2011) Log Message: ----------- [INTERPRETER] * NEW: The Main startup function now can return a value. If that value is an integer or a boolean, then it will be the exit value returned to the parent process. * NEW: The Application.Return property has been removed. Modified Paths: -------------- gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_c_application.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h 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...> - 2011-08-01 23:36:48
|
Revision: 3963 http://gambas.svn.sourceforge.net/gambas/?rev=3963&view=rev Author: gambas Date: 2011-08-01 23:36:41 +0000 (Mon, 01 Aug 2011) Log Message: ----------- [INTERPRETER] * BUG: Translatable string constants are now correctly translated when they are used as public symbols. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class_desc.h gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_exec_push.c 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...> - 2011-08-21 23:50:57
|
Revision: 4030 http://gambas.svn.sourceforge.net/gambas/?rev=4030&view=rev Author: gambas Date: 2011-08-21 23:50:51 +0000 (Sun, 21 Aug 2011) Log Message: ----------- [INTERPRETER] * NEW: Rename the '.File.Perm' virtual class as '.Stat.Perm'. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_c_file.h gambas/trunk/main/gbx/gbx_class_info.c gambas/trunk/main/gbx/gbx_class_init.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-08-27 01:32:19
|
Revision: 4044 http://gambas.svn.sourceforge.net/gambas/?rev=4044&view=rev Author: gambas Date: 2011-08-27 01:32:13 +0000 (Sat, 27 Aug 2011) Log Message: ----------- [INTERPRETER] * BUG: Components loaded at startup are now persistent. They are not unloaded by the interpreter anymore. That should prevent crashes from bad C++ libraries that have global static objects to delete. Qt can you hear my cries? Modified Paths: -------------- gambas/trunk/main/gbx/gbx_component.c gambas/trunk/main/gbx/gbx_library.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-08-27 19:49:55
|
Revision: 4050 http://gambas.svn.sourceforge.net/gambas/?rev=4050&view=rev Author: gambas Date: 2011-08-27 19:49:48 +0000 (Sat, 27 Aug 2011) Log Message: ----------- [INTERPRETER] * NEW: String.IsValid() is a new method that returns if a string is a valid well-formed UTF-8 string. 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...> - 2011-09-06 20:47:32
|
Revision: 4100 http://gambas.svn.sourceforge.net/gambas/?rev=4100&view=rev Author: gambas Date: 2011-09-06 20:47:26 +0000 (Tue, 06 Sep 2011) Log Message: ----------- [INTERPRETER] * BUG: Really fix the way Trim() handle null strings. Now there is no memory leaks anymore. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-09-08 20:08:40
|
Revision: 4108 http://gambas.svn.sourceforge.net/gambas/?rev=4108&view=rev Author: gambas Date: 2011-09-08 20:08:33 +0000 (Thu, 08 Sep 2011) Log Message: ----------- [INTERPRETER] * OPT: A little optimization in string allocation. * OPT: Optimize returning from a function. * OPT: A little optimization in conditonal jump. Modified Paths: -------------- 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_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-09-08 22:04:59
|
Revision: 4110 http://gambas.svn.sourceforge.net/gambas/?rev=4110&view=rev Author: gambas Date: 2011-09-08 22:04:52 +0000 (Thu, 08 Sep 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix a crash in stack backtrace management. Modified Paths: -------------- gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gbx_debug.c gambas/trunk/main/gbx/gbx_stack.c gambas/trunk/main/gbx/gbx_stack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-09-13 02:32:03
|
Revision: 4124 http://gambas.svn.sourceforge.net/gambas/?rev=4124&view=rev Author: gambas Date: 2011-09-13 02:31:56 +0000 (Tue, 13 Sep 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix the declaration of SizeOf() syntax. Modified Paths: -------------- gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gb_error.h gambas/trunk/main/gbx/gbx_class_info.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-09-18 15:21:17
|
Revision: 4132 http://gambas.svn.sourceforge.net/gambas/?rev=4132&view=rev Author: gambas Date: 2011-09-18 15:21:11 +0000 (Sun, 18 Sep 2011) Log Message: ----------- [INTERPRETER] * NEW: Split System and Application class implementation in tow different source files. * NEW: A trick to watch existing file descriptors: opening ".XX" in direct mode, where "XX" is the file descritor value. Modified Paths: -------------- gambas/trunk/main/gbx/Makefile.am gambas/trunk/main/gbx/gbx_c_application.c gambas/trunk/main/gbx/gbx_c_application.h gambas/trunk/main/gbx/gbx_c_gambas.c gambas/trunk/main/gbx/gbx_class_init.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_direct.c Added Paths: ----------- gambas/trunk/main/gbx/gbx_c_system.c gambas/trunk/main/gbx/gbx_c_system.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-09-18 15:36:36
|
Revision: 4133 http://gambas.svn.sourceforge.net/gambas/?rev=4133&view=rev Author: gambas Date: 2011-09-18 15:36:30 +0000 (Sun, 18 Sep 2011) Log Message: ----------- [INTERPRETER] * NEW: When opening an existing file descriptor, check that it is opened with a compatible mode. Otherwise raise an "Access forbidden" error. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_stream.c 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...> - 2011-09-21 12:43:05
|
Revision: 4144 http://gambas.svn.sourceforge.net/gambas/?rev=4144&view=rev Author: gambas Date: 2011-09-21 12:42:56 +0000 (Wed, 21 Sep 2011) Log Message: ----------- [INTERPRETER] * OPT: Some optimizations in date formatting. * OPT: Now() has been optimized when run multiple times during the same second. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_collection.c gambas/trunk/main/gbx/gbx_compare.c gambas/trunk/main/gbx/gbx_date.c 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...> - 2011-09-26 01:46:54
|
Revision: 4153 http://gambas.svn.sourceforge.net/gambas/?rev=4153&view=rev Author: gambas Date: 2011-09-26 01:46:48 +0000 (Mon, 26 Sep 2011) Log Message: ----------- [INTERPRETER] * OPT: Optimization of locale-aware string comparison routine. * OPT: Do not use sprintf() for searching event handlers in symbol tables. * OPT: String[].Find() and String.Exist() are now twice faster for ASCII binary and case insensitive comparisons. * BUG: Initialize the locale before loading any class. * OPT: Do not use sprintf() when searching a file inside Gambas archives. * OPT: Unroll a loop to speed up binary string identity comparison a little bit. * BUG: Collection keys are now hashed with their eight last characters. * BUG: Internal Collection automatic resizing was disabled. Re-enable it! Modified Paths: -------------- gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_c_string.c gambas/trunk/main/gbx/gbx_c_string.h gambas/trunk/main/gbx/gbx_c_system.c gambas/trunk/main/gbx/gbx_compare.c gambas/trunk/main/gbx/gbx_event.c gambas/trunk/main/gbx/gbx_local.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...> - 2011-09-26 03:00:06
|
Revision: 4156 http://gambas.svn.sourceforge.net/gambas/?rev=4156&view=rev Author: gambas Date: 2011-09-26 03:00:00 +0000 (Mon, 26 Sep 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix internal UTF-8 to Unicode conversion routine. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-09-28 00:57:11
|
Revision: 4160 http://gambas.svn.sourceforge.net/gambas/?rev=4160&view=rev Author: gambas Date: 2011-09-28 00:57:05 +0000 (Wed, 28 Sep 2011) Log Message: ----------- [INTERPRETER] * BUG: Correctly check how a system file descriptor is opened when watching it. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_stream.c 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...> - 2011-10-24 14:52:27
|
Revision: 4213 http://gambas.svn.sourceforge.net/gambas/?rev=4213&view=rev Author: gambas Date: 2011-10-24 14:52:20 +0000 (Mon, 24 Oct 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix a useless and incorrect string initialization in the UTF-8 to UTF-16 internal conversion routine. * BUG: Native functions that return a string must not use the GB.ReturnNull() API, but GB.ReturnVoidString() instead. Fix the String.LCase() and String.UCase() functions accordingly. * BUG: Date() function takes one argument, or at least three arguments now. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_c_string.c gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/gbx/gbx_eval.c 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...> - 2011-10-28 01:54:16
|
Revision: 4223 http://gambas.svn.sourceforge.net/gambas/?rev=4223&view=rev Author: gambas Date: 2011-10-28 01:54:10 +0000 (Fri, 28 Oct 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix function calls for functions taking optional arguments and extra arguments. Modified Paths: -------------- 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...> - 2011-11-06 00:26:44
|
Revision: 4235 http://gambas.svn.sourceforge.net/gambas/?rev=4235&view=rev Author: gambas Date: 2011-11-06 00:26:37 +0000 (Sun, 06 Nov 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix inheritance signature check for array classes. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class_native.c gambas/trunk/main/gbx/gbx_type.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-11-24 21:45:28
|
Revision: 4255 http://gambas.svn.sourceforge.net/gambas/?rev=4255&view=rev Author: gambas Date: 2011-11-24 21:45:21 +0000 (Thu, 24 Nov 2011) Log Message: ----------- [INTERPRETER] * BUG: Array Reverse() method now returns the reversed array. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_c_array.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-11-25 22:26:15
|
Revision: 4257 http://gambas.svn.sourceforge.net/gambas/?rev=4257&view=rev Author: gambas Date: 2011-11-25 22:26:09 +0000 (Fri, 25 Nov 2011) Log Message: ----------- [INTERPRETER] * NEW: Support for extern functions returning a C structure pointer. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_extern.c gambas/trunk/main/gbx/gbx_struct.c gambas/trunk/main/gbx/gbx_struct.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-12-30 01:28:16
|
Revision: 4362 http://gambas.svn.sourceforge.net/gambas/?rev=4362&view=rev Author: gambas Date: 2011-12-30 01:28:10 +0000 (Fri, 30 Dec 2011) Log Message: ----------- [INTERPRETER] * BUG: Try to fix Float to String conversion with a simpler routine. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |