CVS log for parser3/www/htdocs/Attic/derived.p

[BACK] Up to [parser3project] / parser3 / www / htdocs

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.25
Mon Sep 29 09:50:19 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.24: +0 -0 lines
removing old tests

Revision 1.24.6.1
Wed Mar 5 15:44:54 2003 UTC (23 years, 3 months ago) by paf
FILE REMOVED
Changes since revision 1.24: +0 -0 lines
removed old tests

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Oct 31 16:08:12 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_0, release_3_0_8, release_3_0_0007, release_3_0_0006
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -42 lines
this example creates base object, which is wrong, todo: find out why

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 31 15:01:58 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
static fix merged

Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 31 12:22:16 2002 UTC (23 years, 7 months ago) by paf
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +1 -0 lines
static call $self fixed

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Oct 31 10:23:45 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
^process[$caller.self]{...}
now compiles to last derived object part of that 'self'

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Oct 30 10:33:38 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -0 lines
include method overriding tested OK

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Oct 16 08:24:56 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -0 lines
Request::self considered equal to VMethodFrame::self, and removed,
Request::get_self() mapped to VMethodFrame.self()

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Oct 15 14:28:58 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1 lines
removed last pieces of old code allowing $junction.xxx at compile time

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Oct 15 10:58:34 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -0 lines
^process[CLASS]{body} now executed with CLASS self.
[   (request&method_frame).self temporarily changed   ]

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Oct 15 09:47:04 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -1 lines
test of ^process from operator called from user class

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Oct 9 11:49:14 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -2 lines
^string.int[] now failes on empty string [or uses (default)]

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Aug 28 10:53:59 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
^string.split[delim[;options]]

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Aug 21 11:53:10 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
"BASE:"
"BASE::"
syntax allowed, means "base class".
compiled as if here they named base class

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 21 11:47:26 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
"BASE:"
"BASE::"
syntax allowed, means "base class".
compiled as if here they named base class

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 21 10:18:36 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -18 lines
fixed virtual calls

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 14 09:20:54 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
fixed .log file dir

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 13 16:31:31 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
allow override parent variables, useful for form descendants [in vobject too, were in vclass]

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Aug 13 16:10:38 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
checked: form[vclass]fields can be overwritten in derived(table)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Aug 13 14:35:04 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
checked: table fields can be overwritten in derived(table)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 13 14:23:44 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
sample: dont convinient that table fields can be overridden

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 13 14:14:44 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
derived classes can have fields of their own now

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 13 13:08:47 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
fixed error message on using non-created table

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 13 13:02:43 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
VObject.get/out now looking down/up tree
todo: fix error message on non-constructed parents

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 12 14:45:15 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +10 -7 lines
table derived OK

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Aug 12 11:33:22 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
not good - along upward-virtual call self eq child

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 12 11:23:19 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
VObject ctor now instantates base class, remembers it and saves child in parent
VObject.get_class now returns last child = downward virtual calls OK

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

E-mail: