gambas-source-code/main/gbc
Benoît Minisini ed62e2dc78 [DEVELOPMENT ENVIRONMENT]
* BUG: Store autoconf extra tests in the .project file, not in its own 
  hidden file anymore.
* NEW: Add KDE4 as possible icon theme.
* BUG: The packager wizard logic has been fixed.

[INTERPRETER]
* NEW: The Array class has now almost all standard array methods. They all 
  use Variant as array contents datatype, internally converting values to
  the real array datatype.
* NEW: Quote$() now keeps characters whose code is greater as 126 unquoted.

[COMPILER]
* NEW: '\b' and '\f' are two new escaped sequences in strings.
* BUG: Move some debugging breakpoint instructions so that the debugger 
  breaks at the right line when there is an error during an IF or a CASE 
  instruction.

[GB.EVAL]
* NEW: '\b' and '\f' are two new escaped sequences in strings.

[GB.FORM]
* NEW: Some new stock icons.

[GB.QT.EXT]
* NEW: Editor.Lines[].GetInitialState() fills the Highlight properties
  (State, Tag and AlternateState) with the initial state of a line.

[GB.WEB]
* NEW: JSON is a new class that can encode and decode the JSON format.


git-svn-id: svn://localhost/gambas/trunk@1925 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-04-08 10:11:16 +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
gb_str.h [DEVELOPMENT ENVIRONMENT] 2009-01-04 18:55:25 +00:00
gb_table.c
gba.c [DEVELOPMENT ENVIRONMENT] 2009-01-06 00:01:26 +00:00
gbc.c
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c [DEVELOPMENT ENVIRONMENT] 2009-04-08 10:11:16 +00:00
gbc_class.h
gbc_code.c
gbc_compile.c [GB.DESKTOP] 2009-01-28 23:04:59 +00:00
gbc_compile.h [DEVELOPMENT ENVIRONMENT] 2009-01-04 18:55:25 +00:00
gbc_dump.c [INTERPRETER] 2009-02-02 11:34:23 +00:00
gbc_form.c [DEVELOPMENT ENVIRONMENT] 2009-01-04 18:55:25 +00:00
gbc_form.h
gbc_header.c
gbc_header.h
gbc_output.c [DEVELOPMENT ENVIRONMENT] 2009-01-04 18:55:25 +00:00
gbc_output.h [DEVELOPMENT ENVIRONMENT] 2009-01-04 18:55:25 +00:00
gbc_pcode.c
gbc_read.c [DEVELOPMENT ENVIRONMENT] 2009-04-08 10:11:16 +00:00
gbc_read.h
gbc_reserved.c
gbc_trans.c
gbc_trans.h
gbc_trans_code.c
gbc_trans_ctrl.c [DEVELOPMENT ENVIRONMENT] 2009-04-08 10:11:16 +00:00
gbc_trans_expr.c
gbc_trans_subr.c
gbc_trans_tree.c
gbc_type.c
gbc_type.h
gbi.c [DEVELOPMENT ENVIRONMENT] 2009-02-21 23:03:36 +00:00
Makefile.am