gambas-source-code/main/lib/eval
Benoît Minisini c17951fcd3 [DEVELOPMENT ENVIRONMENT]
* BUG: Use the new Begins and Ends operators instead of Like where it was 
  necessary or faster.

[INTERPRETER]
* BUG: The &/ operator keeps only one slash if both the last character of 
  the left string and the first character of the right string is a slash.
* NEW: 'Begins' is a new string operator that checks if the beginning of a 
  string is equal to another string.
* NEW: 'Ends' is a new string operator that checks if the end of a string 
  is equal to another string.
* BUG: Errors raised by Eval() are correctly displayed again.
* NEW: The 'Like' operator has a new pattern: '{x,y,...}' tests if a 
  string matches one of the strings between square brackets, each one being
  separated by a comma.

[GB.DB.FORM]
* BUG: Use the new Begins and Ends operators instead of Like where it was 
  necessary or faster.

[GB.DESKTOP]
* BUG: Use the new Begins and Ends operators instead of Like where it was 
  necessary or faster.

[GB.GTK]
* BUG: Modal windows do not block mouse, keyboard, enter and leave events 
  anymore.

[GB.FORM]
* BUG: Use the new Begins and Ends operators instead of Like where it was 
  necessary or faster.

[GB.FORM.MDI]
* BUG: Use the new Begins and Ends operators instead of Like where it was 
  necessary or faster.

[GB.WEB]
* BUG: Use the new Begins and Ends operators instead of Like where it was 
  necessary or faster.


git-svn-id: svn://localhost/gambas/trunk@2365 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-09-27 09:28:52 +00:00
..
CExpression.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
CExpression.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
CHighlight.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
CHighlight.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
CSystem.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
CSystem.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
eval.c [CONFIGURATION] 2009-08-24 14:19:32 +00:00
eval.h [CONFIGURATION] 2009-08-24 14:19:32 +00:00
eval_analyze.c [DEVELOPMENT ENVIRONMENT] 2009-09-27 09:28:52 +00:00
eval_analyze.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
eval_code.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
eval_code.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
eval_read.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
eval_read.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
eval_reserved.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
eval_trans.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
eval_trans.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
eval_trans_expr.c [DEVELOPMENT ENVIRONMENT] 2009-09-27 09:28:52 +00:00
eval_trans_tree.c [DEVELOPMENT ENVIRONMENT] 2009-09-27 09:28:52 +00:00
gb.eval.component * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb.eval.h [CONFIGURATION] 2009-08-24 14:19:32 +00:00
gb_alloc_override.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_array.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_error.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_error.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_table.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
main.c [CONFIGURATION] 2009-08-24 14:19:32 +00:00
main.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
Makefile.am [CONFIGURATION] 2009-08-24 14:19:32 +00:00