gambas-source-code/main/lib/eval
Benoît Minisini 0a659f3a9d [DEVELOPMENT ENVIRONMENT]
* BUG: Fix the help browser for classes whose name begins with an 
  underscore.
* BUG: Fix project loading when there are breakpoints set on non-existing 
  classes.

[INTERPRETER]
* BUG: Fix the behaviour of Eval() when the expression cannot be compiled.
* BUG: Error.Text does not crash anymore when the error message is void.

[COMPILER]
* BUG: Fix the parser behaviour when a non-terminated string is located at 
  the end of the file.

[GB.EVAL]
* BUG: Fix the parser behaviour when a non-terminated string is located at 
  the end of the expression.

[GB.GTK]
* BUG: Fix the behaviour of Label with AutoResize set.

[GB.QT4]
* BUG: Fix the behaviour of Label with AutoResize set.


git-svn-id: svn://localhost/gambas/trunk@3178 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-09-04 13:21:11 +00:00
..
CExpression.c [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
CExpression.h [WIKI CGI SCRIPT] 2010-07-14 16:33:29 +00:00
CHighlight.c [DEVELOPMENT ENVIRONMENT] 2010-06-04 23:48:53 +00:00
CHighlight.h
CSystem.c [DEVELOPMENT ENVIRONMENT] 2010-06-04 23:48:53 +00:00
CSystem.h
eval.c [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
eval.h [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
eval_analyze.c [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
eval_analyze.h
eval_code.c
eval_code.h
eval_read.c [DEVELOPMENT ENVIRONMENT] 2010-09-04 13:21:11 +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 [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
gb_error.h [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
gb_table.c
main.c [DEVELOPMENT ENVIRONMENT] 2010-01-10 13:40:48 +00:00
main.h
Makefile.am