gambas-source-code/main/share
Benoît Minisini b03cfc16bf Enable overflow detection when at least 'gcc 8' is used.
[INTERPRETER]
* BUG: Enable overflow detection when at least 'gcc 8' is used.
2023-01-10 17:08:16 +01:00
..
gambas.h Raise a "Mathematic error" if the real or imaginary part of a complex number is not finite. 2022-11-29 20:52:14 +01:00
gb_alloc.h
gb_alloc_temp.h
gb_arch.h
gb_arch_temp.h
gb_array.h Make the compiler more clever when deciding if an identifier is a reserved keyword or not. Some optimizations in the compiler parser. 2022-12-04 20:00:04 +01:00
gb_array_temp.h Make the compiler more clever when deciding if an identifier is a reserved keyword or not. Some optimizations in the compiler parser. 2022-12-04 20:00:04 +01:00
gb_buffer.h
gb_buffer_temp.h
gb_class_desc_common.h
gb_code.h Optimization of conditional jumps based on values known to be Boolean. 2022-12-10 12:54:42 +01:00
gb_code_temp.h Optimization of conditional jumps based on values known to be Boolean. 2022-12-10 12:54:42 +01:00
gb_common.h Integer arithmetic and conversion now raise an error if overflow is detected. 2022-12-06 20:30:39 +01:00
gb_common_buffer.h
gb_common_buffer_temp.h
gb_common_case.h
gb_common_case_temp.h
gb_common_string.h
gb_common_string_temp.h
gb_common_swap.h
gb_common_swap_temp.h
gb_component.h
gb_error_common.h
gb_file_share.h
gb_file_temp.h
gb_hash.h
gb_hash_temp.h
gb_limit.h
gb_list.h
gb_list_temp.h
gb_magic.h
gb_overflow.h Enable overflow detection when at least 'gcc 8' is used. 2023-01-10 17:08:16 +01:00
gb_pcode.h Implement overflow detection in JIT compiler. Some jump optimizations in the compiler and the interpreter. 2022-12-09 15:00:55 +01:00
gb_pcode_temp.h Workaround incorrect use of unsigned color constants by the IDE form editor. 2022-12-10 20:44:10 +01:00
gb_replace.h
gb_replace_temp.h
gb_reserved.h The '/' operator does not necessarily return a Float. Fix incorrect optimizations that lead to interpreter crashes. 2022-12-08 15:52:56 +01:00
gb_reserved_keyword.h The '/' operator does not necessarily return a Float. Fix incorrect optimizations that lead to interpreter crashes. 2022-12-08 15:52:56 +01:00
gb_reserved_temp.h
gb_system.h
gb_system_temp.h
gb_table.h Make the compiler more clever when deciding if an identifier is a reserved keyword or not. Some optimizations in the compiler parser. 2022-12-04 20:00:04 +01:00
gb_table_temp.h Make the compiler more clever when deciding if an identifier is a reserved keyword or not. Some optimizations in the compiler parser. 2022-12-04 20:00:04 +01:00
gb_type_common.h
gbc_read_common.h
gbc_read_temp.h Forgot to commit a source file in commit 76196d2c! 2022-12-12 16:43:41 +01:00
gbc_trans_common.h
gbx_subr_common.h
Makefile.am