gambas-source-code/main/gbc
gambas 5e79f29fdc Fix some gcc compiler warnings.
[COMPILER]
* BUG: Fix some gcc warnings.

[GB.QT4]
* BUG: Clipboard.Paste() correctly converts image to ARGB premultiplied format.

[GB.QT5]
* BUG: Clipboard.Paste() correctly converts image to ARGB premultiplied format.

[GB.PCRE]
* BUG: Fix a gcc warning.
2017-11-10 20:35:27 +01: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 [CONFIGURATION] 2017-08-15 11:58:48 +02:00
gbc.c [CONFIGURATION] 2017-08-15 11:58:48 +02:00
gbc_arch.c
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c
gbc_class.h
gbc_code.c
gbc_compile.c Support for TermForms in the compiler. 2017-08-24 20:17:08 +02:00
gbc_compile.h
gbc_dump.c
gbc_form.c
gbc_form.h
gbc_form_webpage.c Fix some gcc compiler warnings. 2017-11-10 20:35:27 +01:00
gbc_header.c
gbc_header.h
gbc_help.c
gbc_help.h
gbc_output.c
gbc_output.h
gbc_pcode.c
gbc_preprocess.c
gbc_preprocess.h
gbc_read.c New syntax for octal numbers: "&Oxxx". 2017-10-05 03:17:13 +02:00
gbc_read.h
gbc_reserved.c
gbc_reserved_make.c
gbc_trans.c Fix some gcc compiler warnings. 2017-11-10 20:35:27 +01:00
gbc_trans.h Fix pseudo-terminal initialization when running an external process with Exec or Shell. 2017-08-21 13:57:40 +02:00
gbc_trans_code.c Compile breakpoints for functions whose name begins with a '$'. 2017-09-26 01:49:57 +02:00
gbc_trans_ctrl.c [COMPILER] 2017-08-12 18:12:13 +00:00
gbc_trans_expr.c
gbc_trans_subr.c Make MOVE '<source> KILL <target>' a synonymous of 'MOVE <source> DOWNTO <target>'. 2017-09-12 16:30:00 +02:00
gbc_trans_tree.c Allows newlines before a closing ']' in array/collection creation operator. 2017-10-10 18:45:31 +02:00
gbc_type.c
gbc_type.h
gbi.c Switcher component are now more clever, and support the lack of gb.qt4. 2017-08-29 00:38:43 +02:00
Makefile.am