Thread: [Gambas-devel-svn] SF.net SVN: gambas: [70] 2.0/trunk/main
Brought to you by:
gambas
From: <ga...@us...> - 2006-10-03 18:40:53
|
Revision: 70 http://svn.sourceforge.net/gambas/?rev=70&view=rev Author: gambas Date: 2006-10-03 11:40:41 -0700 (Tue, 03 Oct 2006) Log Message: ----------- gbx: The '#' debugger command should work now. gb.debug: The '#' debugger command should work now. Modified Paths: -------------- 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_class.h 2.0/trunk/main/lib/debug/gb.debug.h 2.0/trunk/main/lib/debug/print.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-12 20:49:43
|
Revision: 168 http://svn.sourceforge.net/gambas/?rev=168&view=rev Author: gambas Date: 2006-12-12 12:49:43 -0800 (Tue, 12 Dec 2006) Log Message: ----------- [INTERPRETER] * BUG: Disabled debugging messages in gbx_local.c [COMPILER] * NEW: String constants can be translatable. Modified Paths: -------------- 2.0/trunk/main/gbc/gbc_header.c 2.0/trunk/main/gbc/gbc_output.c 2.0/trunk/main/gbc/gbc_trans.c 2.0/trunk/main/gbc/gbc_trans.h 2.0/trunk/main/gbx/gbx_local.c 2.0/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...> - 2007-01-10 17:45:29
|
Revision: 191 http://svn.sourceforge.net/gambas/?rev=191&view=rev Author: gambas Date: 2007-01-10 09:45:29 -0800 (Wed, 10 Jan 2007) Log Message: ----------- [GB.OPTION] * NEW: Initial import. This component is an interface to the getopt() C library function for interpreting the program command-line. Modified Paths: -------------- 2.0/trunk/main/configure.ac 2.0/trunk/main/lib/Makefile.am Added Paths: ----------- 2.0/trunk/main/lib/option/ 2.0/trunk/main/lib/option/Makefile.am 2.0/trunk/main/lib/option/gb.option.component 2.0/trunk/main/lib/option/getoptions.c 2.0/trunk/main/lib/option/getoptions.h 2.0/trunk/main/lib/option/main.c 2.0/trunk/main/lib/option/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-17 21:02:36
|
Revision: 312 http://svn.sourceforge.net/gambas/?rev=312&view=rev Author: gambas Date: 2007-04-17 14:02:37 -0700 (Tue, 17 Apr 2007) Log Message: ----------- And the forgotten files now... Added Paths: ----------- 2.0/trunk/main/gbx/gb_hash.c 2.0/trunk/main/share/gb_hash.h 2.0/trunk/main/share/gb_hash_temp.h 2.0/trunk/main/share/gbc_read_common.h Removed Paths: ------------- 2.0/trunk/main/gbx/gbx_hash.c 2.0/trunk/main/gbx/gbx_hash.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-20 08:15:57
|
Revision: 321 http://svn.sourceforge.net/gambas/?rev=321&view=rev Author: gambas Date: 2007-04-20 01:15:54 -0700 (Fri, 20 Apr 2007) Log Message: ----------- [GB.EVAL] * BUG: The component should compile now. Modified Paths: -------------- 2.0/trunk/main/gbc/gbc_class.h 2.0/trunk/main/gbx/gbx_expression.h 2.0/trunk/main/lib/eval/eval_trans.c 2.0/trunk/main/lib/eval/gb_alloc_override.h 2.0/trunk/main/share/gambas.h 2.0/trunk/main/share/gb_code.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-28 10:54:29
|
Revision: 399 http://svn.sourceforge.net/gambas/?rev=399&view=rev Author: gambas Date: 2007-05-28 03:54:31 -0700 (Mon, 28 May 2007) Log Message: ----------- [INTERPRETER] * NEW: Support for old non-optimized archive format. * NEW: When bytecode version is different, a warning is displayed instead of raising an error. This will be removed at 2.0 release. Modified Paths: -------------- 2.0/trunk/main/gbx/gbx_class_load.c 2.0/trunk/main/share/gb_arch_temp.h 2.0/trunk/main/share/gb_table.h 2.0/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...> - 2007-09-05 10:44:33
|
Revision: 556 http://gambas.svn.sourceforge.net/gambas/?rev=556&view=rev Author: gambas Date: 2007-09-05 03:44:32 -0700 (Wed, 05 Sep 2007) Log Message: ----------- [GB.DRAW] * BUG: Links the library with the system mathematic library. Modified Paths: -------------- 2.0/trunk/main/gbx/Makefile.am 2.0/trunk/main/lib/draw/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-09-26 09:12:09
|
Revision: 663 http://gambas.svn.sourceforge.net/gambas/?rev=663&view=rev Author: dcamposf Date: 2007-09-26 02:12:08 -0700 (Wed, 26 Sep 2007) Log Message: ----------- [gbi] * BUG: Fix to compile and run with glibc 2.3.2 (RTLD_DEEPBIND was not defined) Modified Paths: -------------- 2.0/trunk/main/gbc/gbi.c 2.0/trunk/main/libltdl/aclocal.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-10 06:34:06
|
Revision: 865 http://gambas.svn.sourceforge.net/gambas/?rev=865&view=rev Author: gambas Date: 2007-12-09 22:34:10 -0800 (Sun, 09 Dec 2007) Log Message: ----------- [COMPILER] * BUG: Don't be stingy when allocating the parser buffer: just allocate the right size. [GB.EVAL] * BUG: Don't be stingy when allocating the parser buffer: just allocate the right size. Modified Paths: -------------- 2.0/trunk/main/gbc/gbc_compile.c 2.0/trunk/main/lib/eval/eval.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |