gambas-source-code/main/lib/eval
Benoît Minisini 1f592094a6 [CONFIGURATION]
* NEW: Bytecode version has been increased, and so all projects must be 
  recompiled.

[INTERPRETER]
* OPT: Objects that do not raise events do not allocate the event 
  management structure anymore. That save four pointers by object.
* NEW: Structure management is done, and embedded (static) structures are
  handled too.
* BUG: Static array management was fixed.
* NEW: All functions synonymous whose name ends with a question mark have 
  been removed.

[COMPILER]
* OPT: Some optimization again.
* BUG: EXTERN declarations compile again.

[GB.DB.SQLITE2]
* BUG: Fix a misuse of GB.NewString().


git-svn-id: svn://localhost/gambas/trunk@2970 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-05-26 22:01:28 +00:00
..
CExpression.c
CExpression.h
CHighlight.c
CHighlight.h
CSystem.c [INTERPRETER] 2010-05-22 18:02:34 +00:00
CSystem.h
eval.c [INTERPRETER] 2010-05-22 18:02:34 +00:00
eval.h
eval_analyze.c [INTERPRETER] 2010-05-25 11:19:00 +00:00
eval_analyze.h
eval_code.c
eval_code.h
eval_read.c [CONFIGURATION] 2010-05-26 22:01:28 +00:00
eval_read.h
eval_reserved.c [INTERPRETER] 2010-05-25 11:19:00 +00:00
eval_trans.c
eval_trans.h
eval_trans_expr.c [INTERPRETER] 2010-05-25 11:19:00 +00:00
eval_trans_tree.c
gb.eval.component
gb.eval.h
gb_alloc_override.h
gb_array.c
gb_error.c [GB.EVAL] 2010-05-22 20:41:11 +00:00
gb_error.h [GB.EVAL] 2010-05-22 20:41:11 +00:00
gb_table.c
main.c [DEVELOPMENT ENVIRONMENT] 2010-01-10 13:40:48 +00:00
main.h
Makefile.am