[Gambas-devel-svn] SF.net SVN: gambas: [1108] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-02-24 16:43:44
|
Revision: 1108 http://gambas.svn.sourceforge.net/gambas/?rev=1108&view=rev Author: gambas Date: 2008-02-24 08:29:02 -0800 (Sun, 24 Feb 2008) Log Message: ----------- [CONFIGURATION] * BUG: Automatically search libraries in lib64 before searching in lib. * BUG: Fixed the $FFI_LIB test in main/configure.ac. [DEVELOPMENT ENVIRONMENT] * BUG: Tips of the days are displayed correctly again. [INTERPRETER] * BUG: Val() now takes the thousand separator into account when this separator is a space character. * BUG: Removed the 64 bits warning. * BUG: Fixes the 'lib64' problem. Now components are searched in the 'lib64' directory on 64 bits OS. If they are not stored in 'lib64', then the default 'lib' directory is used. * NEW: Passing argument by reference is not allowed anymore if not explicitely specified in the method declaration. [COMPILER] * NEW: Passing argument by reference is not allowed anymore if not explicitely specified in the method declaration. [INFORMER] * BUG: Fixes the 'lib64' problem. Now components are searched in the 'lib64' directory on 64 bits OS. If they are not stored in 'lib64', then the default 'lib' directory is used. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FTips.class gambas/trunk/main/configure.ac gambas/trunk/main/gbc/gbc_class.c gambas/trunk/main/gbc/gbc_class.h gambas/trunk/main/gbc/gbc_header.c gambas/trunk/main/gbc/gbi.c gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_extern.c gambas/trunk/main/gbx/gbx_number.c gambas/trunk/main/gbx/gbx_project.c gambas/trunk/main/share/gb_code.h gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_common.h gambas/trunk/main/share/gb_component.h 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. |