gambas-source-code/main/share
Benoît Minisini a0ecaa77e6 [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.


git-svn-id: svn://localhost/gambas/trunk@1108 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-02-24 16:29:02 +00:00
..
gambas.h [DEVELOPMENT ENVIRONMENT] 2008-02-21 14:13:47 +00:00
gb_alloc.h
gb_alloc_temp.h
gb_arch.h
gb_arch_temp.h [OPENBSD] 2008-02-18 23:07:24 +00:00
gb_array.h
gb_array_temp.h
gb_buffer.h
gb_buffer_temp.h
gb_class_desc_common.h
gb_code.h [CONFIGURATION] 2008-02-24 16:29:02 +00:00
gb_code_temp.h [CONFIGURATION] 2008-02-24 16:29:02 +00:00
gb_common.h [CONFIGURATION] 2008-02-24 16:29:02 +00:00
gb_common_buffer.h
gb_common_buffer_temp.h
gb_common_case.h
gb_common_case_temp.h
gb_common_string.h [INTERPRETER] 2008-01-27 14:00:04 +00:00
gb_common_string_temp.h [INTERPRETER] 2008-01-27 14:00:04 +00:00
gb_common_swap.h
gb_common_swap_temp.h
gb_component.h [CONFIGURATION] 2008-02-24 16:29:02 +00:00
gb_file_share.h [OPENBSD] 2008-02-18 23:07:24 +00:00
gb_file_temp.h [OPENBSD] 2008-02-18 23:07:24 +00:00
gb_hash.h
gb_hash_temp.h [INTERPRETER] 2008-01-27 14:00:04 +00:00
gb_limit.h
gb_list.h
gb_list_temp.h
gb_magic.h
gb_pcode.h [INTERPRETER] 2008-01-19 17:52:05 +00:00
gb_pcode_temp.h [INTERPRETER] 2008-01-19 17:52:05 +00:00
gb_replace.h
gb_replace_temp.h [OPENBSD] 2008-02-18 23:07:24 +00:00
gb_reserved.h [DEVELOPMENT ENVIRONMENT] 2008-02-06 00:25:48 +00:00
gb_reserved_temp.h [DEVELOPMENT ENVIRONMENT] 2008-02-06 00:25:48 +00:00
gb_table.h
gb_table_temp.h [OPENBSD] 2008-02-18 23:07:24 +00:00
gb_type_common.h
gbc_read_common.h [CONFIGURATION] 2008-02-14 11:59:36 +00:00
gbc_trans_common.h [CONFIGURATION] 2008-02-24 16:29:02 +00:00
Makefile.am