Thread: [Gambas-devel-svn] SF.net SVN: gambas:[4997] gambas/trunk/main (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2012-07-29 15:50:33
|
Revision: 4997 http://gambas.svn.sourceforge.net/gambas/?rev=4997&view=rev Author: gambas Date: 2012-07-29 15:50:27 +0000 (Sun, 29 Jul 2012) Log Message: ----------- [INTERPRETER] * BUG: Fix Error.Propagate(). [GB.EVAL] * NEW: Highlight TODO/FIXME/NOTE commentaries like help commentaries. Modified Paths: -------------- gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gb_error.h gambas/trunk/main/gbx/gbx_c_error.c gambas/trunk/main/gbx/gbx_class.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...> - 2012-08-06 20:14:47
|
Revision: 5012 http://gambas.svn.sourceforge.net/gambas/?rev=5012&view=rev Author: gambas Date: 2012-08-06 20:14:41 +0000 (Mon, 06 Aug 2012) Log Message: ----------- [INTERPRETER] * BUG: Comparison operators now correctly check for null objects when comparing objects having the _operator interface. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_operator.c gambas/trunk/main/gbx/gbx_type.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...> - 2012-08-14 14:12:10
|
Revision: 5041 http://gambas.svn.sourceforge.net/gambas/?rev=5041&view=rev Author: gambas Date: 2012-08-14 14:11:59 +0000 (Tue, 14 Aug 2012) Log Message: ----------- [GB.COMPLEX] * BUG: Correctly implement arithmetic operators. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_c_process.h gambas/trunk/main/lib/complex/ccomplex.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-29 21:02:15
|
Revision: 5099 http://gambas.svn.sourceforge.net/gambas/?rev=5099&view=rev Author: gambas Date: 2012-08-29 21:02:09 +0000 (Wed, 29 Aug 2012) Log Message: ----------- [INTERPRETER] * NEW: New API GB.CompVariant() that compares two Variant. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_compare.c gambas/trunk/main/gbx/gbx_compare.h gambas/trunk/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2012-09-09 20:20:55
|
Revision: 5147 http://gambas.svn.sourceforge.net/gambas/?rev=5147&view=rev Author: tobiasboe Date: 2012-09-09 20:20:47 +0000 (Sun, 09 Sep 2012) Log Message: ----------- [CONFIGURATION] * NEW: Rename gb.adt to gb.data * NEW: Mark gb.data as "Unfinished" [GB.DATA] * OPT: Block all changes from my working copy until they are mature. The interface is considered to be stable (although some details in behaviour will change); this justifies the "unfinished" state. Modified Paths: -------------- gambas/trunk/main/configure.ac gambas/trunk/main/lib/Makefile.am Added Paths: ----------- gambas/trunk/main/lib/data/ gambas/trunk/main/lib/data/Makefile.am gambas/trunk/main/lib/data/c_deque.c gambas/trunk/main/lib/data/c_list.c gambas/trunk/main/lib/data/c_list.h gambas/trunk/main/lib/data/gb.data.component gambas/trunk/main/lib/data/list.h gambas/trunk/main/lib/data/main.c Removed Paths: ------------- gambas/trunk/main/lib/adt/ gambas/trunk/main/lib/data/Makefile.am gambas/trunk/main/lib/data/c_deque.c gambas/trunk/main/lib/data/c_list.c gambas/trunk/main/lib/data/c_list.h gambas/trunk/main/lib/data/gb.adt.component gambas/trunk/main/lib/data/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-10-10 14:58:24
|
Revision: 5230 http://gambas.svn.sourceforge.net/gambas/?rev=5230&view=rev Author: gambas Date: 2012-10-10 14:58:14 +0000 (Wed, 10 Oct 2012) Log Message: ----------- [INTERPRETER] * BUG: Fix symbol table search that could sometimes fail with non ASCII characters. [ARCHIVER] * NEW: Add '.public' directory to executables. * NEW: A new '-i' option not to display warnings when an information file include fails. Modified Paths: -------------- gambas/trunk/main/gbc/gba.c gambas/trunk/main/gbc/gbc_archive.c gambas/trunk/main/gbc/gbi.c 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...> - 2012-10-22 14:09:17
|
Revision: 5248 http://gambas.svn.sourceforge.net/gambas/?rev=5248&view=rev Author: gambas Date: 2012-10-22 14:09:05 +0000 (Mon, 22 Oct 2012) Log Message: ----------- [INTERPRETER] * NEW: Accept event handlers with a variable number of arguments. * BUG: Remove a debugging message. [GB.IMAGE.EFFECT] * BUG: Image.Histogram() now correctly handle ABGR images. * BUG: Remove a debugging message. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_class.c gambas/trunk/main/gbx/gbx_event.c gambas/trunk/main/lib/image.effect/CImage.cpp gambas/trunk/main/lib/image.effect/qimage.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-12-15 02:27:44
|
Revision: 5438 http://sourceforge.net/p/gambas/code/5438 Author: gambas Date: 2012-12-15 02:27:42 +0000 (Sat, 15 Dec 2012) Log Message: ----------- [INTERPRETER] * BUG: Ensure that the interpreter temporary directory is owned by the current user and that its rights are accurate. Otherwise abort. Modified Paths: -------------- gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gb_error.h gambas/trunk/main/gbx/gbx.c gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-12-22 19:51:33
|
Revision: 5464 http://sourceforge.net/p/gambas/code/5464 Author: gambas Date: 2012-12-22 19:51:30 +0000 (Sat, 22 Dec 2012) Log Message: ----------- [INTERPRETER] * NEW: Check at startup that temporary directories are really directories and not symbolic links. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-01-04 23:24:42
|
Revision: 5490 http://sourceforge.net/p/gambas/code/5490 Author: gambas Date: 2013-01-04 23:24:37 +0000 (Fri, 04 Jan 2013) Log Message: ----------- [INTERPRETER] * BUG: Some fixes of bugs detected by Coverity Scan. * NEW: Raise a 'Filename too long' error now when a too long file path is detected inside a file management function. * NEW: System.TimeZone is a new property that returns the current timezone as an offset in seconds that must be added to a local time to get UTC. [COMPILER] * BUG: Some fixes of bugs detected by Coverity Scan. [GB.IMAGE] * BUG: Some fixes of bugs detected by Coverity Scan. Modified Paths: -------------- gambas/trunk/main/gbc/gb_error.c gambas/trunk/main/gbc/gb_error.h gambas/trunk/main/gbc/gbc.c gambas/trunk/main/gbx/gbx_c_system.c gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/gbx/gbx_date.h gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_stream_buffer.c gambas/trunk/main/gbx/gbx_stream_direct.c gambas/trunk/main/gbx/gbx_value.h gambas/trunk/main/lib/image/image.c gambas/trunk/main/share/gb_buffer_temp.h gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-01-06 16:13:35
|
Revision: 5493 http://sourceforge.net/p/gambas/code/5493 Author: gambas Date: 2013-01-06 16:13:31 +0000 (Sun, 06 Jan 2013) Log Message: ----------- [INTERPRETER] * BUG: Fixes of bugs detected by Coverity Scan. * BUG: Process output is correctly flushed at process exit now. [COMPILER] * BUG: Fixes of bugs detected by Coverity Scan. [ARCHIVER] * BUG: Fixes of bugs detected by Coverity Scan. [INFORMER] * BUG: Fixes of bugs detected by Coverity Scan. [GB.COMPRESS] * BUG: Fixes of bugs detected by Coverity Scan. [GB.DEBUG] * BUG: Fixes of bugs detected by Coverity Scan. [GB.EVAL] * BUG: Fixes of bugs detected by Coverity Scan. [GB.IMAGE] * BUG: Fixes of bugs detected by Coverity Scan. [GB.IMAGE.EFFECT] * BUG: Fixes of bugs detected by Coverity Scan. [GB.VB] * BUG: Fixes of bugs detected by Coverity Scan. Modified Paths: -------------- gambas/trunk/main/gbc/gb_error.h gambas/trunk/main/gbc/gb_str.c gambas/trunk/main/gbc/gbc_archive.c gambas/trunk/main/gbc/gbc_class.c gambas/trunk/main/gbc/gbc_compile.c gambas/trunk/main/gbc/gbc_preprocess.c gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbi.c gambas/trunk/main/gbx/gb_common.c gambas/trunk/main/gbx/gb_common_check.h gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_c_observer.c gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_debug.c gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_process.c gambas/trunk/main/gbx/gbx_subr_extern.c gambas/trunk/main/lib/compress/CCompress.c gambas/trunk/main/lib/compress/CUncompress.c gambas/trunk/main/lib/compress/main.c gambas/trunk/main/lib/debug/debug.c gambas/trunk/main/lib/eval/eval_analyze.c gambas/trunk/main/lib/image/image.c gambas/trunk/main/lib/image/image_stat.c gambas/trunk/main/lib/image.effect/kimageeffect.cpp gambas/trunk/main/lib/vb/vbdate.c gambas/trunk/main/share/gb_alloc.h gambas/trunk/main/share/gb_arch_temp.h gambas/trunk/main/share/gb_file_temp.h gambas/trunk/main/share/gb_pcode_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...> - 2013-01-14 01:26:18
|
Revision: 5506 http://sourceforge.net/p/gambas/code/5506 Author: gambas Date: 2013-01-14 01:26:16 +0000 (Mon, 14 Jan 2013) Log Message: ----------- [COMPILER] * BUG: Correctly raise an error if we use the New keyword inside an embedded array declaration. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans.c gambas/trunk/main/share/gbc_trans_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-03-31 05:51:50
|
Revision: 5603 http://sourceforge.net/p/gambas/code/5603 Author: gambas Date: 2013-03-31 05:51:47 +0000 (Sun, 31 Mar 2013) Log Message: ----------- [ARCHIVER] * BUG: Be able to create the executable file if /tmp and the target directory are not on the same device. Modified Paths: -------------- gambas/trunk/main/gbc/gb_file.c gambas/trunk/main/gbc/gbc_archive.c gambas/trunk/main/share/gb_file_share.h gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-03-31 06:24:32
|
Revision: 5604 http://sourceforge.net/p/gambas/code/5604 Author: gambas Date: 2013-03-31 06:24:30 +0000 (Sun, 31 Mar 2013) Log Message: ----------- [ARCHIVER] * BUG: The previous fix was incorrect. We can now really create an executable when the project directory and the target directory are not on the same device. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_archive.c gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-05-04 17:23:20
|
Revision: 5641 http://sourceforge.net/p/gambas/code/5641 Author: gambas Date: 2013-05-04 17:23:17 +0000 (Sat, 04 May 2013) Log Message: ----------- [GB.DRAW] * NEW: Remove geometry classes and put them in the gb.geom component. [GB.GEOM] * NEW: New hidden component that implements all geometry classes: Point, PointF, Rect and RectF. Modified Paths: -------------- gambas/trunk/main/configure.ac gambas/trunk/main/lib/Makefile.am gambas/trunk/main/lib/draw/Makefile.am gambas/trunk/main/lib/draw/cpaint.c gambas/trunk/main/lib/draw/main.c gambas/trunk/main/lib/draw/main.h gambas/trunk/main/lib/gui/main.c Added Paths: ----------- gambas/trunk/main/lib/draw/gb.geom.h gambas/trunk/main/lib/geom/ gambas/trunk/main/lib/geom/Makefile.am gambas/trunk/main/lib/geom/cpoint.c gambas/trunk/main/lib/geom/cpoint.h gambas/trunk/main/lib/geom/cpoint_temp.h gambas/trunk/main/lib/geom/crect.c gambas/trunk/main/lib/geom/crect.h gambas/trunk/main/lib/geom/crect_temp.h gambas/trunk/main/lib/geom/gb.geom.h gambas/trunk/main/lib/geom/main.c gambas/trunk/main/lib/geom/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2013-05-26 09:14:53
|
Revision: 5679 http://sourceforge.net/p/gambas/code/5679 Author: tobiasboe Date: 2013-05-26 09:14:51 +0000 (Sun, 26 May 2013) Log Message: ----------- [CONFIGURATION] * BUG: Make {gba,gbc,gbi,gbx}.c depend on trunk_version.h so that they are rebuilt when it changes in order to always show the correct version. Modified Paths: -------------- gambas/trunk/main/gbc/Makefile.am gambas/trunk/main/gbx/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2013-05-26 10:20:28
|
Revision: 5680 http://sourceforge.net/p/gambas/code/5680 Author: tobiasboe Date: 2013-05-26 10:20:25 +0000 (Sun, 26 May 2013) Log Message: ----------- [CONFIGURATION] * BUG: Revert rev#5679 as it was unneeded. Revision Links: -------------- http://sourceforge.net/p/gambas/code/5679 Modified Paths: -------------- gambas/trunk/main/gbc/Makefile.am gambas/trunk/main/gbx/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-05-30 01:11:03
|
Revision: 5686 http://sourceforge.net/p/gambas/code/5686 Author: gambas Date: 2013-05-30 01:10:59 +0000 (Thu, 30 May 2013) Log Message: ----------- [INTERPRETER] * BUG: Correctly handle functions with a variable number of arguments when an array conversion occurs during argument parsing. * BUG: The debugger now correctly displays and modifies arguments of functions having a variable number of arguments. [GB.DEBUG] * BUG: The debugger now correctly displays and modifies arguments of functions having a variable number of arguments. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_debug.c gambas/trunk/main/gbx/gbx_exec.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...> - 2013-09-29 16:56:17
|
Revision: 5860 http://sourceforge.net/p/gambas/code/5860 Author: gambas Date: 2013-09-29 16:56:12 +0000 (Sun, 29 Sep 2013) Log Message: ----------- [INTERPRETER] * NEW: Remove as much "packed" structure declaration as possible, to prevent possible bugs on ARM architecture. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_desc.h gambas/trunk/main/gbx/gbx_component.h gambas/trunk/main/gbx/gbx_date.h gambas/trunk/main/gbx/gbx_library.h gambas/trunk/main/gbx/gbx_local.h gambas/trunk/main/gbx/gbx_stack.h gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_string.h gambas/trunk/main/gbx/gbx_type.h gambas/trunk/main/gbx/gbx_value.h gambas/trunk/main/gbx/gbx_variant.h gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_arch.h gambas/trunk/main/share/gb_file_share.h gambas/trunk/main/share/gb_file_temp.h gambas/trunk/main/share/gb_reserved.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-09-29 20:54:50
|
Revision: 5861 http://sourceforge.net/p/gambas/code/5861 Author: gambas Date: 2013-09-29 20:54:47 +0000 (Sun, 29 Sep 2013) Log Message: ----------- [INTERPRETER] * BUG: Task.Stop now behaves correctly if the task has not been yet actually started. * NEW: Stopped task temporary files are automatically removed. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_task.c gambas/trunk/main/share/gb_file_share.h gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-10-19 02:53:22
|
Revision: 5900 http://sourceforge.net/p/gambas/code/5900 Author: gambas Date: 2013-10-19 02:53:17 +0000 (Sat, 19 Oct 2013) Log Message: ----------- [INTERPRETER] * BUG: Fix a structure declaration for ARM architecture. [GB.CLIPPER] * BUG: Fix the signature of some methods. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_variant.h gambas/trunk/main/lib/clipper/c_clipper.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-10-26 21:06:25
|
Revision: 5918 http://sourceforge.net/p/gambas/code/5918 Author: gambas Date: 2013-10-26 21:06:22 +0000 (Sat, 26 Oct 2013) Log Message: ----------- [INTERPRETER] * NEW: Support for the GB_PATH environment variable, that gives the Gambas interpreter path if set. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_component.c gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-11-04 15:17:05
|
Revision: 5941 http://sourceforge.net/p/gambas/code/5941 Author: gambas Date: 2013-11-04 15:17:01 +0000 (Mon, 04 Nov 2013) Log Message: ----------- [INTERPRETER] * BUG: Undo one change of last revision: reading a stream from a memory stream is a special case. It reads a null-terminated C string, and not a serialized Gambas string. * NEW: OPEN STRING is a new instruction that allows to use a string as a stream. Writing to it appends the written data to the end of the string at the moment. * NEW: Closing a string stream returns the data written to the stream as a new string. [COMPILER] * NEW: New OPEN STRING instruction. * NEW: OPEN MEMORY and OPEN PIPE are synonymous of the MEMORY and PIPE instructions alone. [GB.EVAL] * NEW: Highlight the new OPEN STRING instruction correctly. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_string.c gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/lib/eval/eval_analyze.c gambas/trunk/main/lib/eval/eval_read.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-11-04 20:12:27
|
Revision: 5943 http://sourceforge.net/p/gambas/code/5943 Author: gambas Date: 2013-11-04 20:12:24 +0000 (Mon, 04 Nov 2013) Log Message: ----------- [COMPILER] * BUG: Allows OPEN STRING to not specify any string. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_stream_string.c gambas/trunk/main/gbx/gbx_subr.c gambas/trunk/main/gbx/gbx_subr.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...> - 2013-12-13 22:13:50
|
Revision: 5999 http://sourceforge.net/p/gambas/code/5999 Author: gambas Date: 2013-12-13 22:13:48 +0000 (Fri, 13 Dec 2013) Log Message: ----------- [INTERPRETER] * NEW: Display the error returned by the glibc when a locale cannot be set. * NEW: Allow the class conversion routine to define the target datatype by itself. [GB.DB] * BUG: The automatic Blob to String conversion does not lead to a crash anymore. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_value.c gambas/trunk/main/lib/db/CResult.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |