gambas-source-code/main/gbc
Benoît Minisini 32f6172c89 [DEVELOPMENT ENVIRONMENT]
* BUG: Fix a crash is structure declaration analyze.

[INTERPRETER]
* NEW: Support for static array of structures. A static array of structure 
  'MyStruct' will create a temporary object whose class is '$MyStruct[]'. 
  That class does not inherit 'Array', and has only a few methods of the 
  Array class.
* NEW: Byte[].ToString() is a new method to convert a byte array to a 
  string. If no length is specified, ToString() assumes that the byte array
  is a zero-terminated string.
* NEW: Byte[].FromString() is a new method that fills a byte array with the
  contents of a string.

[COMPILER]
* NEW: Declaration of static arrays of structures is allowed.


git-svn-id: svn://localhost/gambas/trunk@3031 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-07-07 22:06:05 +00:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c
gb_error.c [INTERPRETER] 2010-05-25 11:19:00 +00:00
gb_error.h [INTERPRETER] 2010-05-25 11:19:00 +00:00
gb_file.c
gb_file.h
gb_str.c [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gb_str.h [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gb_table.c
gba.c [ARCHIVER] 2010-06-13 11:04:57 +00:00
gbc.c [INTERPRETER] 2010-05-22 18:02:34 +00:00
gbc_arch.c [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gbc_archive.c [CONFIGURATION] 2010-05-27 13:51:09 +00:00
gbc_archive.h [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gbc_chown.c
gbc_chown.h
gbc_class.c [INTERPRETER] 2010-05-25 11:19:00 +00:00
gbc_class.h [INTERPRETER] 2010-05-28 06:24:14 +00:00
gbc_code.c
gbc_compile.c [INTERPRETER] 2010-05-22 18:02:34 +00:00
gbc_compile.h [INTERPRETER] 2010-05-22 18:02:34 +00:00
gbc_dump.c [DEVELOPMENT ENVIRONMENT] 2010-05-28 07:47:49 +00:00
gbc_form.c [INTERPRETER] 2010-06-24 01:14:12 +00:00
gbc_form.h
gbc_header.c [DEVELOPMENT ENVIRONMENT] 2010-06-04 23:48:53 +00:00
gbc_header.h
gbc_output.c [CONFIGURATION] 2010-05-27 13:51:09 +00:00
gbc_output.h
gbc_pcode.c
gbc_read.c [DEVELOPMENT ENVIRONMENT] 2010-06-04 23:48:53 +00:00
gbc_read.h [DEVELOPMENT ENVIRONMENT] 2010-05-29 00:11:55 +00:00
gbc_reserved.c
gbc_reserved_make.c [CONFIGURATION] 2010-05-26 22:01:28 +00:00
gbc_trans.c [DEVELOPMENT ENVIRONMENT] 2010-07-07 22:06:05 +00:00
gbc_trans.h [DEVELOPMENT ENVIRONMENT] 2010-05-29 00:11:55 +00:00
gbc_trans_code.c [INTERPRETER] 2010-05-28 06:24:14 +00:00
gbc_trans_ctrl.c [INTERPRETER] 2010-05-28 06:24:14 +00:00
gbc_trans_expr.c [DEVELOPMENT ENVIRONMENT] 2010-05-29 00:11:55 +00:00
gbc_trans_subr.c [CONFIGURATION] 2010-05-20 23:23:39 +00:00
gbc_trans_tree.c [INTERPRETER] 2010-05-25 11:19:00 +00:00
gbc_type.c [CONFIGURATION] 2010-05-20 23:23:39 +00:00
gbc_type.h
gbi.c [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2010-05-29 00:11:55 +00:00