CVS log for metal/java_class.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
Sun Mar 2 08:45:28 2003 UTC (8 years, 11 months ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +33 -12
lines
Added support to package functions and variables.
Revision 1.20: 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
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -8
lines
Used a replacement function instead of strtok().
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Oct 16 06:01:44 2002 UTC (9 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +15 -15
lines
Avoided passing function parameters by reference.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jan 3 07:00:20 2002 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +53 -6
lines
Added support for BUFFER arguments.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Dec 31 03:00:48 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -4
lines
Made the new function generate an expression that embeds the class name in
the Type property.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Dec 30 03:46:50 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +19 -65
lines
Moved the GenerateLocalVariable function to the Java bindings class.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 14 07:52:49 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +33 -1
lines
Dropped the definetypes function.
Made the functions dependending on type names be getting the names from
the language bindings.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 13 07:12:55 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +104 -59
lines
Made the examplecode function be implemented by the language bindings.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 12 07:55:39 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +37 -1
lines
Made the functions new and objectvariable be implemented by language
bindings.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 10 08:18:02 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +30 -10
lines
Made class instancecall or call functions set the exceptions the the called
function throws.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Dec 10 05:27:01 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +11 -2
lines
Made unitialized variables be set to null if they were used to call a class
function.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 10 02:46:43 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Made the variable declarations be generated with any initial values.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 10 00:41:33 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +42 -39
lines
Made the generation of local variables declaration exclude function
arguments.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 9 07:49:44 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -2
lines
Added support for STRINGARRAY types for the switch function.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 8 04:25:18 2001 UTC (10 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +44 -1
lines
Outputted the declaration of local variables used in class function.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 2 03:01:23 2001 UTC (10 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4
lines
Made the class argument parameters be in, out or inout instead of reference.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 25 04:24:33 2001 UTC (10 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +29 -1
lines
Implemented the call and instancecall functions.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 25 03:37:25 2001 UTC (10 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +18 -2
lines
Implemented the return and instancevariable functions.
Made the functionargument implementation only take the argument name and
subclass number.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Nov 24 04:14:55 2001 UTC (10 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +11 -1
lines
Implemented the functionargument function.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 8 22:49:42 2001 UTC (10 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +188 -108
lines
Renamed the private access level to protected.
Implemented class generation output.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 15 02:31:16 2001 UTC (10 years, 6 months ago) by mlemos
Branches: MAIN
Initial version.
|