c17951fcd3
* 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 |
||
---|---|---|
.. | ||
CExpression.c | ||
CExpression.h | ||
CHighlight.c | ||
CHighlight.h | ||
CSystem.c | ||
CSystem.h | ||
eval.c | ||
eval.h | ||
eval_analyze.c | ||
eval_analyze.h | ||
eval_code.c | ||
eval_code.h | ||
eval_read.c | ||
eval_read.h | ||
eval_reserved.c | ||
eval_trans.c | ||
eval_trans.h | ||
eval_trans_expr.c | ||
eval_trans_tree.c | ||
gb.eval.component | ||
gb.eval.h | ||
gb_alloc_override.h | ||
gb_array.c | ||
gb_error.c | ||
gb_error.h | ||
gb_table.c | ||
main.c | ||
main.h | ||
Makefile.am |