gambas-source-code/main/gbc
Benoît Minisini c2005ad919 Forbid "PROPERTY WRITE" when compiled bytecode version is strictly lower than 3.18.
[COMPILER]
* NEW: Forbid "PROPERTY WRITE" when compiled bytecode version is strictly lower than 3.18.
2022-09-12 15:01:00 +02:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c
gb_error.c
gb_error.h
gb_file.c
gb_file.h
gb_str.c
gb_str.h
gb_table.c
gba.c
gbc.c Display bytecode statistics in verbose, no background task mode. 2022-07-22 20:40:20 +02:00
gbc_arch.c
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c PROPERTY WRITE now declares a write-only property. 2022-08-01 22:03:54 +02:00
gbc_class.h
gbc_code.c
gbc_compile.c Forbid "PROPERTY WRITE" when compiled bytecode version is strictly lower than 3.18. 2022-09-12 15:01:00 +02:00
gbc_compile.h Forbid "PROPERTY WRITE" when compiled bytecode version is strictly lower than 3.18. 2022-09-12 15:01:00 +02:00
gbc_dump.c Forbid "PROPERTY WRITE" when compiled bytecode version is strictly lower than 3.18. 2022-09-12 15:01:00 +02:00
gbc_form.c Add the branch to the version number when it comes from a 'VERSION' file. 2022-05-02 15:06:32 +02:00
gbc_form.h
gbc_form_webpage.c
gbc_header.c Forbid "PROPERTY WRITE" when compiled bytecode version is strictly lower than 3.18. 2022-09-12 15:01:00 +02:00
gbc_header.h
gbc_help.c
gbc_help.h
gbc_output.c Forbid "PROPERTY WRITE" when compiled bytecode version is strictly lower than 3.18. 2022-09-12 15:01:00 +02:00
gbc_output.h
gbc_pcode.c
gbc_preprocess.c
gbc_preprocess.h
gbc_read.c Remove useless LIKELY() and UNLIKELY() macros. Add a class flag for bytecode strictly older than 3.18. 2022-09-03 14:20:13 +02:00
gbc_read.h
gbc_reserved.c
gbc_reserved_make.c
gbc_trans.c Does not crash anymore when a negative integer is used for the value of a floating point constant. 2022-08-06 18:56:24 +02:00
gbc_trans.h
gbc_trans_code.c
gbc_trans_const.c
gbc_trans_ctrl.c
gbc_trans_expr.c Forbid "PROPERTY WRITE" when compiled bytecode version is strictly lower than 3.18. 2022-09-12 15:01:00 +02:00
gbc_trans_subr.c
gbc_trans_tree.c
gbc_type.c
gbc_type.h
gbi.c
Makefile.am