gambas-source-code/main/gbc
Benoît Minisini f5383f78e0 [DEVELOPMENT ENVIRONMENT]
* NEW: Put the stack backtrace list to the right.

[INTERPRETER]
* BUG: Fixed the Pointer datatype management.

[COMPILER]
* BUG: Fixed the Pointer datatype management. The object file format has 
  changed consequently. But now it can be run indifferently on 32 bits or
  64 bits systems.


git-svn-id: svn://localhost/gambas/trunk@1011 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-01-18 13:43:10 +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 [64 BITS] 2008-01-06 18:49:23 +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 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_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 ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbc_read.h
gbc_reserved.c [DEVELOPMENT ENVIRONMENT] 2008-01-18 13:43:10 +00:00
gbc_trans.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbc_trans.h
gbc_trans_code.c [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_trans_ctrl.c [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_trans_expr.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbc_trans_subr.c [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_trans_tree.c [64 BITS] 2008-01-06 18:49:23 +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 ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
Makefile.am