gambas-source-code/main/gbc
Benoît Minisini a2173e5752 [INTERPRETER]
* NEW: Object.SetProperty and Object.GetProperty now can deal with 
  public variables. 

[COMPILER]
* BUG: A better error message for expressions that cannot be passed by
  reference.

git-svn-id: svn://localhost/gambas/trunk@1017 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-01-19 20:59:09 +00:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_error.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_error.h [64 BITS] 2008-01-06 18:49:23 +00:00
gb_file.c
gb_file.h
gb_str.c Remove a lot of OS_OPENBSD check, move a lot of strcpy to strlcpy, strcat to strlcat and sprintf to snprintf. Only few of them are left. 2008-01-06 20:06:44 +00:00
gb_str.h
gb_table.c
gba.c [64 BITS] 2008-01-06 18:49:23 +00:00
gbc.c [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_archive.c Remove a lot of OS_OPENBSD check, move a lot of strcpy to strlcpy, strcat to strlcat and sprintf to snprintf. Only few of them are left. 2008-01-06 20:06:44 +00:00
gbc_archive.h
gbc_class.c Remove a lot of OS_OPENBSD check, move a lot of strcpy to strlcpy, strcat to strlcat and sprintf to snprintf. Only few of them are left. 2008-01-06 20:06:44 +00:00
gbc_class.h [INTERPRETER] 2008-01-19 17:52:05 +00:00
gbc_code.c
gbc_compile.c Remove a lot of OS_OPENBSD check, move a lot of strcpy to strlcpy, strcat to strlcat and sprintf to snprintf. Only few of them are left. 2008-01-06 20:06:44 +00:00
gbc_compile.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_dump.c
gbc_form.c [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_form.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_header.c [INTERPRETER] 2008-01-19 17:52:05 +00:00
gbc_header.h
gbc_output.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbc_output.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_pcode.c
gbc_read.c [INTERPRETER] 2008-01-19 17:52:05 +00:00
gbc_read.h
gbc_reserved.c [DEVELOPMENT ENVIRONMENT] 2008-01-18 13:43:10 +00:00
gbc_trans.c [INTERPRETER] 2008-01-19 17:52:05 +00:00
gbc_trans.h [INTERPRETER] 2008-01-19 17:52:05 +00:00
gbc_trans_code.c [INTERPRETER] 2008-01-19 17:52:05 +00:00
gbc_trans_ctrl.c [INTERPRETER] 2008-01-19 17:52:05 +00:00
gbc_trans_expr.c [INTERPRETER] 2008-01-19 20:59:09 +00:00
gbc_trans_subr.c [CONFIGURATION] 2008-01-19 01:36:38 +00:00
gbc_trans_tree.c [INTERPRETER] 2008-01-19 17:52:05 +00:00
gbc_type.c [DEVELOPMENT ENVIRONMENT] 2008-01-18 13:43:10 +00:00
gbc_type.h [DEVELOPMENT ENVIRONMENT] 2008-01-18 13:43:10 +00:00
gbi.c [INFORMER] 2008-01-18 21:37:35 +00:00
Makefile.am