gambas-source-code/gb.jit/src
Benoît Minisini d860a7a53c [DEVELOPMENT ENVIRONMENT]
* NEW: Add a menu item in the "Debug" menu to define ine one click if an 
  embedded HTTP server must be used.
* NEW: The 'gb.httpd' component can be checked explicitely.
* BUG: Fix the local variable view when they are displayed in columns.

[WIKI CGI SCRIPT]
* NEW: The indexes are more compact now.

[INTERPRETER]
* NEW: The option '-H' is assumed if the project depends on the 'gb.httpd' 
  component explicitely.

[GB.FORM]
* BUG: Balloon: Fix the bubble drawing routine.
* NEW: The GB_STOCK_DEBUG environment variable must be used now instead of 
  the GB_STOCK variable.

[GB.HTTPD]
* BUG: Many fixes in CGI handling if the project is in debugging mode.
* NEW: Replace "thttpd" strings by "gb.httpd".
* NEW: Simplify the default HTML error page.
* NEW: If the GB_HTTPD_DEBUG environment variable is set to "1", then all
  HTTP server debugging messages are printed to the standard error. 
  Otherwise, nothing is printed.


git-svn-id: svn://localhost/gambas/trunk@5769 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-08-02 21:57:49 +00:00
..
gb.jit.component
gb.jit.h
jit.h [GB.JIT] 2013-06-13 11:55:04 +00:00
jit_api.cpp
jit_codegen.cpp [GB.JIT] 2013-06-13 11:55:04 +00:00
jit_codegen_conv.h
jit_compile.cpp
jit_conv.cpp
jit_expressions.cpp
jit_gambas_pass.cpp [GB.JIT] 2013-06-15 08:15:10 +00:00
jit_gambas_pass.h
jit_gambas_pass_dummy.cpp
jit_read.cpp
jit_runtime.c
jit_runtime.h
main.cpp [DEVELOPMENT ENVIRONMENT] 2013-08-02 21:57:49 +00:00
main.h
Makefile.am