gambas-source-code/main/gbc
Benoît Minisini cf2d76daca [CONFIGURATION]
* NEW: WARNING! The bytecode has changed, so every project needs to be
  recompiled.

[DEVELOPMENT ENVIRONMENT]
* NEW: A new project option to use the terminal emulator of the current 
  desktop instead of the built-in output window.
* BUG: "svn update" is now run non-interactive.

[WIKI CGI SCRIPT]
* NEW: {html ... } is a new section to put verbatim HTML inside a page.

[INTERPRETER]
* BUG: Fix a possible bug in the FreeBSD way of opening a pseudo-terminal
  when running an external process.
* NEW: External process can have a custom environment.
* BUG: Some forgotten FreeBSD patch.
* NEW: The hidden "-f" option now takes as argument the name of the debug
  fifo file without the extension. This is needed as now the IDE can put
  a terminal emulator between the debugged process and itself.

[COMPILER]
* NEW: New syntax for the EXEC and SHELL instruction. Now the WITH keyword
  can introduce an array of string, each of one being an environment 
  variable "NAME=VALUE".

[GB.DEBUG]
* NEW: Debug.Start() now returns the name of the debug fifo, without the
  extension.


git-svn-id: svn://localhost/gambas/trunk@1971 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-05-22 14:52:36 +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 [CONFIGURATION] 2009-05-15 17:57:29 +00:00
gbc.c [CONFIGURATION] 2009-05-15 17:57:29 +00:00
gbc_archive.c [DEVELOPMENT ENVIRONMENT] 2008-05-11 18:07:16 +00:00
gbc_archive.h
gbc_chown.c [CONFIGURATION] 2008-08-14 19:42:27 +00:00
gbc_chown.h [CONFIGURATION] 2008-08-14 19:42:27 +00:00
gbc_class.c [DEVELOPMENT ENVIRONMENT] 2009-04-08 10:11:16 +00:00
gbc_class.h [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_code.c
gbc_compile.c [GB.DESKTOP] 2009-01-28 23:04:59 +00:00
gbc_compile.h [CONFIGURATION] 2009-05-01 16:27:45 +00:00
gbc_dump.c [WEB SITE MAKER] 2009-05-19 15:59:29 +00:00
gbc_form.c [DEVELOPMENT ENVIRONMENT] 2009-01-04 18:55:25 +00:00
gbc_form.h
gbc_header.c [DEVELOPMENT ENVIRONMENT] 2008-07-19 13:35:36 +00:00
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 [INTERPRETER] 2008-08-31 23:45:47 +00:00
gbc_reserved.c
gbc_trans.c [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_trans.h [CONFIGURATION] 2009-05-22 14:52:36 +00:00
gbc_trans_code.c
gbc_trans_ctrl.c [DEVELOPMENT ENVIRONMENT] 2009-04-08 10:11:16 +00:00
gbc_trans_expr.c [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gbc_trans_subr.c [CONFIGURATION] 2009-05-22 14:52:36 +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-05-15 17:57:29 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2008-05-11 18:07:16 +00:00