Thread: [Gambas-devel-svn] SF.net SVN: gambas:[1491] gambas/trunk/main/gbx
Brought to you by:
gambas
|
From: <lor...@us...> - 2008-08-08 14:41:48
|
Revision: 1491
http://gambas.svn.sourceforge.net/gambas/?rev=1491&view=rev
Author: lordheavy
Date: 2008-08-08 14:41:57 +0000 (Fri, 08 Aug 2008)
Log Message:
-----------
Code cleanup, remove obsolete and uneeded specific OpenBSD code.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_library.c
gambas/trunk/main/gbx/gbx_print.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...> - 2008-10-04 14:08:05
|
Revision: 1628
http://gambas.svn.sourceforge.net/gambas/?rev=1628&view=rev
Author: gambas
Date: 2008-10-04 14:07:53 +0000 (Sat, 04 Oct 2008)
Log Message:
-----------
[INTERPRETER]
* NEW: New substitution syntax to have more then nine arguments. The new
syntax is '&{N}' where N is the argument index, between 1 and 63.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_process.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...> - 2008-11-08 14:55:13
|
Revision: 1679
http://gambas.svn.sourceforge.net/gambas/?rev=1679&view=rev
Author: gambas
Date: 2008-11-08 14:55:03 +0000 (Sat, 08 Nov 2008)
Log Message:
-----------
[INTERPRETER]
* OPT: String[].Join() was optimized when there is no escape character
specified.
* OPT: Optimize Replace() when the replace string is shorter than the
pattern string.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_api.c
gambas/trunk/main/gbx/gbx_c_array.c
gambas/trunk/main/gbx/gbx_subr_string.c
gambas/trunk/main/gbx/gbx_subst.c
gambas/trunk/main/gbx/gbx_subst.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2009-01-02 17:15:13
|
Revision: 1771
http://gambas.svn.sourceforge.net/gambas/?rev=1771&view=rev
Author: gambas
Date: 2009-01-02 17:15:07 +0000 (Fri, 02 Jan 2009)
Log Message:
-----------
[INTERPRETER]
* BUG: Dir() and RDir() work again on relative paths.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_archive.c
gambas/trunk/main/gbx/gbx_archive.h
gambas/trunk/main/gbx/gbx_stream_arch.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2009-01-05 12:22:14
|
Revision: 1788
http://gambas.svn.sourceforge.net/gambas/?rev=1788&view=rev
Author: gambas
Date: 2009-01-05 11:53:53 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
[INTERPRETER]
* NEW: [...] now returns an object array if its two arguments are objects
from different classes.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_array.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...> - 2009-01-05 12:22:17
|
Revision: 1787
http://gambas.svn.sourceforge.net/gambas/?rev=1787&view=rev
Author: gambas
Date: 2009-01-05 11:38:03 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
[INTERPRETER]
* NEW: The [...] syntax can create specialized arrays. For example,
"[[1,2],[3,4]]" now returns an Integer[][] object.
* NEW: The internal CLASS structure has been reorganized.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_array.c
gambas/trunk/main/gbx/gbx_class.c
gambas/trunk/main/gbx/gbx_class.h
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...> - 2009-01-09 14:08:02
|
Revision: 1793
http://gambas.svn.sourceforge.net/gambas/?rev=1793&view=rev
Author: gambas
Date: 2009-01-09 14:07:56 +0000 (Fri, 09 Jan 2009)
Log Message:
-----------
[INTERPRETER]
* BUG: Always load a class from the component it is located into.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_archive.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...> - 2009-01-31 15:54:33
|
Revision: 1839
http://gambas.svn.sourceforge.net/gambas/?rev=1839&view=rev
Author: gambas
Date: 2009-01-31 15:54:28 +0000 (Sat, 31 Jan 2009)
Log Message:
-----------
[INTERPRETER]
* BUG: Add a debugging message when there is a symbol override error.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_class.c
gambas/trunk/main/gbx/gbx_class.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2009-02-02 13:04:08
|
Revision: 1846
http://gambas.svn.sourceforge.net/gambas/?rev=1846&view=rev
Author: gambas
Date: 2009-02-02 13:04:04 +0000 (Mon, 02 Feb 2009)
Log Message:
-----------
[INTERPRETER]
* BUG: Do not close standard file descriptor during exit.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_file.c
gambas/trunk/main/gbx/gbx_class.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2009-02-02 14:53:50
|
Revision: 1847
http://gambas.svn.sourceforge.net/gambas/?rev=1847&view=rev
Author: gambas
Date: 2009-02-02 14:53:45 +0000 (Mon, 02 Feb 2009)
Log Message:
-----------
[INTERPRETER]
* BUG: Fix symbol overriding validation on 64 bits OS.
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...> - 2009-02-05 14:53:23
|
Revision: 1860
http://gambas.svn.sourceforge.net/gambas/?rev=1860&view=rev
Author: gambas
Date: 2009-02-05 14:53:16 +0000 (Thu, 05 Feb 2009)
Log Message:
-----------
[INTERPRETER]
* BUG: Correctly close streams i.e. ignore only standard streams.
Modified Paths:
--------------
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...> - 2009-02-06 17:40:24
|
Revision: 1863
http://gambas.svn.sourceforge.net/gambas/?rev=1863&view=rev
Author: gambas
Date: 2009-02-06 17:40:15 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
[INTERPRETER]
* BUG: Fix a string memory leak.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx.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...> - 2009-05-18 12:00:54
|
Revision: 1964
http://gambas.svn.sourceforge.net/gambas/?rev=1964&view=rev
Author: gambas
Date: 2009-05-18 12:00:48 +0000 (Mon, 18 May 2009)
Log Message:
-----------
[INTERPRETER]
* BUG: Arguments passed by reference do not crash randomly anymore.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_exec.c
gambas/trunk/main/gbx/gbx_exec_loop.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...> - 2009-05-25 14:22:46
|
Revision: 1977
http://gambas.svn.sourceforge.net/gambas/?rev=1977&view=rev
Author: gambas
Date: 2009-05-25 13:43:44 +0000 (Mon, 25 May 2009)
Log Message:
-----------
[INTERPRETER]
* NEW: Do not call the "_init" static initializer of exported classes at
component load. Do it when the class is used for the first time.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_archive.c
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...> - 2009-11-30 04:25:54
|
Revision: 2448
http://gambas.svn.sourceforge.net/gambas/?rev=2448&view=rev
Author: gambas
Date: 2009-11-30 04:25:48 +0000 (Mon, 30 Nov 2009)
Log Message:
-----------
[INTERPRETER]
* NEW: The constructor arguments must follow the inheritance order from top
to bottom, and not from bottom to top as before. This way, the
constructor of the bottom class can have optional arguments.
Modified Paths:
--------------
gambas/trunk/main/gbx/gb_error.c
gambas/trunk/main/gbx/gbx_archive.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...> - 2010-01-20 00:37:11
|
Revision: 2617
http://gambas.svn.sourceforge.net/gambas/?rev=2617&view=rev
Author: gambas
Date: 2010-01-20 00:37:00 +0000 (Wed, 20 Jan 2010)
Log Message:
-----------
[INTERPRETER]
* BUG: Do not crash anymore when running the interpreter in a directory
that is not a gambas project. And print a clear message then.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx.c
gambas/trunk/main/gbx/gbx_project.c
gambas/trunk/main/gbx/gbx_project.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2010-03-05 01:20:15
|
Revision: 2748
http://gambas.svn.sourceforge.net/gambas/?rev=2748&view=rev
Author: gambas
Date: 2010-03-05 01:20:09 +0000 (Fri, 05 Mar 2010)
Log Message:
-----------
[INTERPRETER]
* BUG: IUTF8 flag may not exist in virtual terminal management.
* BUG: long double mathematic functions do not exist in CygWin.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_process.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.
|
|
From: <ga...@us...> - 2010-03-12 01:18:27
|
Revision: 2789
http://gambas.svn.sourceforge.net/gambas/?rev=2789&view=rev
Author: gambas
Date: 2010-03-12 01:18:20 +0000 (Fri, 12 Mar 2010)
Log Message:
-----------
[INTERPRETER]
* BUG: Prevent a crash if during a _free special method, an element is
removed from a collection being freed.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_collection.c
gambas/trunk/main/gbx/gbx_class.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2010-03-25 11:16:40
|
Revision: 2820
http://gambas.svn.sourceforge.net/gambas/?rev=2820&view=rev
Author: gambas
Date: 2010-03-25 11:16:33 +0000 (Thu, 25 Mar 2010)
Log Message:
-----------
[INTERPRETER]
* NEW: Application.Startup is a new property that returns the name of the
startup class.
* NEW: Class.AutoCreate is a new method that creates the automatic instance
of a class, and returns it. It returns NULL if the class is not
auto-creatable.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_application.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...> - 2010-03-30 23:50:40
|
Revision: 2845
http://gambas.svn.sourceforge.net/gambas/?rev=2845&view=rev
Author: gambas
Date: 2010-03-30 23:50:34 +0000 (Tue, 30 Mar 2010)
Log Message:
-----------
[INTERPRETER]
* BUG: Fix an uninitalized flag in the stream internal structure.
* BUG: Remove a forgotten debugging breakpoint.
Modified Paths:
--------------
gambas/trunk/main/gbx/gb_error.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...> - 2010-04-07 18:39:52
|
Revision: 2869
http://gambas.svn.sourceforge.net/gambas/?rev=2869&view=rev
Author: gambas
Date: 2010-04-07 18:39:45 +0000 (Wed, 07 Apr 2010)
Log Message:
-----------
[INTERPRETER]
* BUG: Standard streams are correctly initialized now. Consequently, Input
and Line Input on them work correctly again.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_file.c
gambas/trunk/main/gbx/gbx_stream.c
gambas/trunk/main/gbx/gbx_stream.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2010-04-12 12:24:47
|
Revision: 2886
http://gambas.svn.sourceforge.net/gambas/?rev=2886&view=rev
Author: gambas
Date: 2010-04-12 12:24:29 +0000 (Mon, 12 Apr 2010)
Log Message:
-----------
[INTERPRETER]
* BUG: Fix argument parsing when running an executable.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx.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...> - 2010-05-10 11:20:58
|
Revision: 2942
http://gambas.svn.sourceforge.net/gambas/?rev=2942&view=rev
Author: gambas
Date: 2010-05-10 11:20:47 +0000 (Mon, 10 May 2010)
Log Message:
-----------
[INTERPRETER]
* BUG: Correctly detect when being run as 'gbr3'.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx.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...> - 2010-06-02 21:12:29
|
Revision: 2988
http://gambas.svn.sourceforge.net/gambas/?rev=2988&view=rev
Author: gambas
Date: 2010-06-02 21:12:23 +0000 (Wed, 02 Jun 2010)
Log Message:
-----------
[INTERPRETER]
* BUG: Try to fix the floating-point precision/rounding bug. In other
words, 0.6 is now printed 0.6, and not 0.6000...001 anymore.
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...> - 2010-06-02 23:23:56
|
Revision: 2989
http://gambas.svn.sourceforge.net/gambas/?rev=2989&view=rev
Author: gambas
Date: 2010-06-02 23:23:50 +0000 (Wed, 02 Jun 2010)
Log Message:
-----------
[INTERPRETER]
* OPT: Start some optimizations in conversion routines.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_array.c
gambas/trunk/main/gbx/gbx_compare.c
gambas/trunk/main/gbx/gbx_debug.c
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_subr.c
gambas/trunk/main/gbx/gbx_subr_conv.c
gambas/trunk/main/gbx/gbx_subr_file.c
gambas/trunk/main/gbx/gbx_subr_math.c
gambas/trunk/main/gbx/gbx_subr_math_temp.h
gambas/trunk/main/gbx/gbx_subr_misc.c
gambas/trunk/main/gbx/gbx_subr_string.c
gambas/trunk/main/gbx/gbx_subr_test.c
gambas/trunk/main/gbx/gbx_subr_test_temp.h
gambas/trunk/main/gbx/gbx_subr_time.c
gambas/trunk/main/gbx/gbx_value.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.
|