gambas-source-code/main/gbc
Benoît Minisini a2850ebc91 [CONFIGURATION]
* BUG: Do not compile database manager anymore, it has been deprecated.
* BUG: Compile the gb.dbus component.

[INTERPRETER]
* NEW: Pointer is a real datatype now.
* NEW: Static arrays came back. They are now like real array classes, 
  except that they are not resizable.
* NEW: IsPointer() is a new function that tells if an expression is a 
  pointer.
* NEW: All XXXX?() function synonymous were removed. Use the IsXXXX() 
  version instead.
* NEW: Remove now useless source files.

[COMPILER]
* NEW: Static arrays came back, with actually the same syntax as before.

[EXAMPLES]
* BUG: Fix the examples according to the new array syntax.



git-svn-id: svn://localhost/gambas/trunk@2949 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-05-19 12:43:57 +00: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 [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 [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gbc.c
gbc_arch.c [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gbc_archive.c [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gbc_archive.h [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gbc_chown.c
gbc_chown.h
gbc_class.c [CONFIGURATION] 2010-05-19 12:43:57 +00:00
gbc_class.h [CONFIGURATION] 2010-05-19 12:43:57 +00:00
gbc_code.c
gbc_compile.c [COMPILER] 2010-05-03 10:19:13 +00:00
gbc_compile.h [COMPILER] 2010-05-03 10:19:13 +00:00
gbc_dump.c [COMPILER] 2010-05-03 10:19:13 +00:00
gbc_form.c
gbc_form.h
gbc_header.c [CONFIGURATION] 2010-05-19 12:43:57 +00:00
gbc_header.h
gbc_output.c
gbc_output.h
gbc_pcode.c
gbc_read.c [COMPILER] 2010-05-14 11:51:49 +00:00
gbc_read.h [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gbc_reserved.c
gbc_trans.c [CONFIGURATION] 2010-05-19 12:43:57 +00:00
gbc_trans.h [CONFIGURATION] 2010-05-19 12:43:57 +00:00
gbc_trans_code.c [CONFIGURATION] 2010-05-19 12:43:57 +00:00
gbc_trans_ctrl.c
gbc_trans_expr.c
gbc_trans_subr.c [INTERPRETER] 2010-05-08 20:17:29 +00:00
gbc_trans_tree.c [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gbc_type.c [CONFIGURATION] 2010-05-19 12:43:57 +00:00
gbc_type.h
gbi.c [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00