gambas-source-code/main/gbc
Benoît Minisini 4270c30d20 [DEVELOPMENT ENVIRONMENT]
* NEW: Actions lists are now written directly in *.form files. The 
  compiler will copy them into *.action files in the '.action' project 
  directory.

[WIKI CGI SCRIPT]
* NEW: The "?view" argument in URLs is now kept through links.

[INTERPRETER]
* BUG: Paths beginning with "../" now work correctly with executables.
* BUG: Fix a crash when using Dir() on relative paths.

[COMPILER]
* NEW: Now the compiler automatically generates *.action files from the 
  *.form file contents.

[GB.FORM.MDI]
* BUG: Support for the new action file format in the action configuration 
  dialog.
* BUG: Bad shortcuts are correctly handle in the action configuration 
  dialog now.


git-svn-id: svn://localhost/gambas/trunk@1782 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-01-04 18:55:25 +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] 2008-12-31 15:55:40 +00:00
gbc.c
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c
gbc_class.h
gbc_code.c
gbc_compile.c
gbc_compile.h [DEVELOPMENT ENVIRONMENT] 2009-01-04 18:55:25 +00:00
gbc_dump.c
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
gbc_read.h
gbc_reserved.c
gbc_trans.c
gbc_trans.h [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gbc_trans_code.c
gbc_trans_ctrl.c
gbc_trans_expr.c [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gbc_trans_subr.c [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gbc_trans_tree.c [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gbc_type.c
gbc_type.h
gbi.c [CONFIGURATION] 2009-01-04 01:37:20 +00:00
Makefile.am