gambas-source-code/main/gbc
Benoît Minisini 8873a0e1cc [DEVELOPMENT ENVIRONMENT]
* BUG: Correctly handle all compiler error messages.

[INTERPRETER]
* NEW: Full management of the Single datatype.
* BUG: VarPtr() now works on Single local variables.
* BUG: Remove useless Tag property. It is defined in the Stream class now.
* BUG: Correctly free the Tag property in the Stream class.

[GB.GTK]
* BUG: Rich-text string management has been fixed. The ampersand character, 
  the "&", ">" and "<" entites are correctly interpreted now.

[GB.NET.CURL]
* BUG: Remove useless Tag property. It is defined in the Stream class now.

[EXAMPLES]
* NEW: The WebBrowser example has a download manager now.


git-svn-id: svn://localhost/gambas/trunk@3296 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-11-16 01:49:18 +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 [EXAMPLES] 2010-10-31 22:05:29 +00:00
gbc.c [DEVELOPMENT ENVIRONMENT] 2010-11-16 01:49:18 +00:00
gbc_arch.c [DEVELOPMENT ENVIRONMENT] 2010-04-25 10:46:57 +00:00
gbc_archive.c [EXAMPLES] 2010-10-31 22:05:29 +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 [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +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-09-04 13:21:11 +00:00
gbc_read.h [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +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 [DEVELOPMENT ENVIRONMENT] 2010-09-11 10:23:36 +00:00
gbc_trans_ctrl.c [COMPILER] 2010-08-27 22:02:51 +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