gambas-source-code/main/gbc
Benoît Minisini b8260e2aba [INTERPRETER]
* BUG: Some fixes of bugs detected by Coverity Scan.
* NEW: Raise a 'Filename too long' error now when a too long file path is
  detected inside a file management function.
* NEW: System.TimeZone is a new property that returns the current timezone
  as an offset in seconds that must be added to a local time to get UTC.

[COMPILER]
* BUG: Some fixes of bugs detected by Coverity Scan.

[GB.IMAGE]
* BUG: Some fixes of bugs detected by Coverity Scan.


git-svn-id: svn://localhost/gambas/trunk@5490 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-01-04 23:24:37 +00:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c
gb_error.c [INTERPRETER] 2013-01-04 23:24:37 +00:00
gb_error.h [INTERPRETER] 2013-01-04 23:24:37 +00:00
gb_file.c
gb_file.h
gb_str.c
gb_str.h
gb_table.c
gba.c
gbc.c [INTERPRETER] 2013-01-04 23:24:37 +00:00
gbc_arch.c
gbc_archive.c [INTERPRETER] 2012-10-10 14:58:14 +00:00
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c [DEVELOPMENT ENVIROMNENT] 2012-12-22 00:23:51 +00:00
gbc_class.h
gbc_code.c
gbc_compile.c
gbc_compile.h
gbc_dump.c
gbc_form.c
gbc_form.h
gbc_form_webpage.c
gbc_header.c
gbc_header.h
gbc_help.c
gbc_help.h
gbc_output.c [DEVELOPMENT ENVIRONMENT] 2013-01-03 22:06:35 +00:00
gbc_output.h
gbc_pcode.c
gbc_preprocess.c
gbc_preprocess.h
gbc_read.c
gbc_read.h [COMPILER] 2013-01-03 11:01:05 +00:00
gbc_reserved.c
gbc_reserved_make.c
gbc_trans.c
gbc_trans.h [DEVELOPMENT ENVIROMNENT] 2012-12-22 00:23:51 +00:00
gbc_trans_code.c [DEVELOPMENT ENVIROMNENT] 2012-12-22 00:23:51 +00:00
gbc_trans_ctrl.c
gbc_trans_expr.c
gbc_trans_subr.c
gbc_trans_tree.c
gbc_type.c
gbc_type.h
gbi.c
Makefile.am