Thread: [Gambas-devel-svn] SF.net SVN: gambas: [929] gambas/branches/64bits/main
Brought to you by:
gambas
From: <ga...@us...> - 2008-01-09 15:02:33
|
Revision: 929 http://gambas.svn.sourceforge.net/gambas/?rev=929&view=rev Author: gambas Date: 2008-01-09 07:02:23 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * NEW: First write of the 64 bits class loader. Not finished yet. Modified Paths: -------------- gambas/branches/64bits/main/gbx/gbx_class.c gambas/branches/64bits/main/gbx/gbx_class.h gambas/branches/64bits/main/gbx/gbx_class_load.c gambas/branches/64bits/main/gbx/gbx_class_load.h gambas/branches/64bits/main/gbx/gbx_string.h gambas/branches/64bits/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 18:58:23
|
Revision: 937 http://gambas.svn.sourceforge.net/gambas/?rev=937&view=rev Author: gambas Date: 2008-01-09 10:58:28 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Fixed many 64 bits related warnings. [GB.DEBUG] * BUG: Compiles and links the gb.debug components with the thread libraries. Modified Paths: -------------- gambas/branches/64bits/main/gbx/gb_error.c gambas/branches/64bits/main/gbx/gbx_class.h gambas/branches/64bits/main/gbx/gbx_debug.c gambas/branches/64bits/main/gbx/gbx_exec.c gambas/branches/64bits/main/gbx/gbx_exec_loop.c gambas/branches/64bits/main/gbx/gbx_exec_pop.c gambas/branches/64bits/main/gbx/gbx_exec_push.c gambas/branches/64bits/main/gbx/gbx_value.c gambas/branches/64bits/main/gbx/gbx_value.h gambas/branches/64bits/main/lib/debug/Makefile.am gambas/branches/64bits/main/share/gb_array_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 20:26:11
|
Revision: 940 http://gambas.svn.sourceforge.net/gambas/?rev=940&view=rev Author: gambas Date: 2008-01-09 12:26:10 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Removed warnings and some 64 bits errors. Modified Paths: -------------- gambas/branches/64bits/main/gbx/gb_common.c gambas/branches/64bits/main/gbx/gbx_class_load.c gambas/branches/64bits/main/gbx/gbx_exec.c gambas/branches/64bits/main/gbx/gbx_stream.c gambas/branches/64bits/main/gbx/gbx_subr.c gambas/branches/64bits/main/gbx/gbx_subr.h gambas/branches/64bits/main/gbx/gbx_subr_extern.c gambas/branches/64bits/main/gbx/gbx_subr_file.c gambas/branches/64bits/main/gbx/gbx_value.c gambas/branches/64bits/main/gbx/gbx_value.h gambas/branches/64bits/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-13 20:43:17
|
Revision: 960 http://gambas.svn.sourceforge.net/gambas/?rev=960&view=rev Author: gambas Date: 2008-01-13 12:43:21 -0800 (Sun, 13 Jan 2008) Log Message: ----------- [INTERPRETER] * OPT: Put some tables into read-only memory. About 1000 bytes are saved for each running interpreter, except the first one. Modified Paths: -------------- gambas/branches/64bits/main/gbc/gb_common.c gambas/branches/64bits/main/gbx/gb_common.c gambas/branches/64bits/main/gbx/gbx_string.c gambas/branches/64bits/main/share/gb_common_case.h gambas/branches/64bits/main/share/gb_common_case_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-16 13:27:24
|
Revision: 988 http://gambas.svn.sourceforge.net/gambas/?rev=988&view=rev Author: gambas Date: 2008-01-16 05:27:29 -0800 (Wed, 16 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Do not free class sections if they were not allocated. * BUG: Fixed gambas.h so that it i 32 bits compliant too! Modified Paths: -------------- gambas/branches/64bits/main/gbx/gbx_class_load.c gambas/branches/64bits/main/share/gambas.h gambas/branches/64bits/main/share/gb_alloc_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-17 13:00:36
|
Revision: 1000 http://gambas.svn.sourceforge.net/gambas/?rev=1000&view=rev Author: gambas Date: 2008-01-17 05:00:42 -0800 (Thu, 17 Jan 2008) Log Message: ----------- [64 BITS] * NEW: The extern function implementation has been redesigned and is now based on libffi, so that it works on 64 bits system. Because of a flaw in the compiler design, projects that use the Pointer datatype must be recompiled to be used on a 64 bits system. This flaw will be fixed in Gambas 3. Modified Paths: -------------- gambas/branches/64bits/main/config.h.in gambas/branches/64bits/main/configure.ac gambas/branches/64bits/main/gbx/Makefile.am gambas/branches/64bits/main/gbx/gbx_exec_loop.c gambas/branches/64bits/main/gbx/gbx_extern.c gambas/branches/64bits/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-17 16:55:10
|
Revision: 1004 http://gambas.svn.sourceforge.net/gambas/?rev=1004&view=rev Author: gambas Date: 2008-01-17 08:55:12 -0800 (Thu, 17 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Fixed the libffi include search, and use the include path during compilation. [INTERPRETER] * BUG: Fixed some warning in the compilation of gbx_extern.c file. Modified Paths: -------------- gambas/branches/64bits/main/configure.ac gambas/branches/64bits/main/gbx/Makefile.am gambas/branches/64bits/main/gbx/gbx_extern.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |