CVS log for metal/metal_base_bindings.php
Up to [MetaL] / metal
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Dec 10 00:24:23 2002 UTC (9 years, 1 month ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3
lines
Used a replacement function instead of strtok().
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Nov 29 03:12:04 2002 UTC (9 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
Fixed error message grammar.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Nov 10 19:34:17 2002 UTC (9 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -2
lines
Made the ComposeExpression function keep the original expression type.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Oct 28 01:43:02 2002 UTC (9 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +9 -2
lines
Made the variable declaration discard any reference information.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Aug 25 05:18:43 2002 UTC (9 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +12 -12
lines
Fixed force passage of arguments by reference.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Dec 31 03:01:52 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +9 -3
lines
Made ComposeExpression discard type class name when matching types.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Dec 30 03:46:04 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -1
lines
Added the GenerateLocalVariables function.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Dec 12 07:19:16 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +18 -21
lines
Made the QueryVariable not lookup outside the current scope.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 10 08:20:09 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +37 -2
lines
Added the functions GetScopeExceptions and DeclareException.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 10 05:17:20 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +13 -1
lines
Added support to set the initialized flag of the variable declaration.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Dec 10 02:47:26 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -2
lines
Added support to initial values in DeclareVariable function.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 10 00:42:21 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1
lines
Added support to argument declaration in the DeclareVariable function.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Dec 8 04:23:58 2001 UTC (10 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -1
lines
Added the function GetScopeVariables.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 29 04:20:28 2001 UTC (10 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +81 -23
lines
Adjusted the interfaces to the functions AllocateTemporaryVariable,
DeclareVariable and GetVariableDeclaration to only take a variable
associative array.
Renamed the function VerifyVariable and QueryVariable.
Made EndScope function fail when there are undefined variables.
Made QueryVariable function support lookup variable declaration context.
Made DeclareVariable redefine an undefined variable type.
Made DeclareVariable store the whole variable declaration information.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Nov 28 03:48:39 2001 UTC (10 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +13 -8
lines
Prevented the declaration of variables without defining a scope.
Changed the DeclareLanguageVariable function by GetVariableDeclaration.
Made the DeclareVariable function not return the variable declaration.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 26 03:48:43 2001 UTC (10 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +92 -4
lines
Added the functions StartScope, EndScope, VerifyVariable,
DeclareLanguageVariable, DeclareVariable and AllocateTemporaryVariable.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jul 9 01:44:18 2001 UTC (10 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +156 -5
lines
Moved the from metal_php_bindings the functions GetExpressionValue,
EvaluateOperation, EvaluateExpression.
Added the function GetBindingsProperty.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 2 01:52:59 2001 UTC (10 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
Added the variable language_bindings.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 16 05:46:59 1999 UTC (12 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Updated the GenerateOutput method prototype.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 8 19:10:03 1999 UTC (12 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Passed the expression type variable to the GetValidExpression.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 12 00:51:06 1999 UTC (12 years, 4 months ago) by mlemos
Branches: MAIN
Initial revision.
|