CVS log for parser3/src/types/pa_vmethod_frame.h

[BACK] Up to [parser3project] / parser3 / src / types

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.148: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 4 days ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +2 -2 lines
Copyright year updated, websites links changed to https://

Revision 1.147: download - view: text, markup, annotated - select for diffs
Fri Apr 24 20:14:33 2026 UTC (5 weeks, 4 days ago) by moko
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +8 -2 lines
inline-storage hash used to avoid allocations for MethodFrame args and locals (imlpements feature #1293)
_stack uses for_each to avoid Iterator for InlineHashString

Revision 1.146: download - view: text, markup, annotated - select for diffs
Tue Jan 6 16:36:39 2026 UTC (4 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +9 -1 lines
feature #1273 core implementation: value::as_wint added, implemented for int/double/string, and used where applicable; vint now holds pa_wint type; format_double moved to pa_int

Revision 1.145: download - view: text, markup, annotated - select for diffs
Mon May 26 00:52:15 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +2 -2 lines
implements feature #1277
String::Body(const char *abody) now explicit
but HashString::put(const char *str, V value) added for simplicity
optimizations:
HASH_PUT_CSTR used where hash.put called several time during execution;
caching String::Body::uitoa used at all pash.put(<uint> calls.

Revision 1.144: download - view: text, markup, annotated - select for diffs
Wed Dec 11 23:53:49 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +2 -2 lines
warning war

Revision 1.143: download - view: text, markup, annotated - select for diffs
Wed Dec 11 02:47:48 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +5 -5 lines
even better error reporing for params.as_* (related to feature #1267)

Revision 1.142: download - view: text, markup, annotated - select for diffs
Wed Dec 11 01:23:58 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +4 -2 lines
better error reporing for params.as_string (implements feature #1267)

Revision 1.141: download - view: text, markup, annotated - select for diffs
Wed Dec 11 00:37:04 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +5 -7 lines
some file methods now accept file as path specification (adopted Sumo patch implements feature #1265)

Revision 1.140: download - view: text, markup, annotated - select for diffs
Tue Dec 10 02:40:53 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +12 -2 lines
detailed result_optimization comments (related to feature #1266)

Revision 1.139: download - view: text, markup, annotated - select for diffs
Mon Dec 9 22:04:57 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +25 -17 lines
optimization: $result now stored in my_result, not in local variables hash (implements feature #1266)

Revision 1.138: download - view: text, markup, annotated - select for diffs
Mon Dec 9 20:25:17 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +15 -15 lines
my.set -> set_my_variable in preparation for $result optimization (related to feature #1266)

Revision 1.137: download - view: text, markup, annotated - select for diffs
Sat Dec 7 14:26:11 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +10 -1 lines
extra_params and named params should be also inited in ^method[] call (related to feature #1205)

Revision 1.136: download - view: text, markup, annotated - select for diffs
Sat Dec 7 13:59:29 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +35 -17 lines
named arguments support using @method[arg;.named_arg;.named_arg2] syntax (implements feature #1205)

Revision 1.135: download - view: text, markup, annotated - select for diffs
Sat Dec 7 02:15:51 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +8 -4 lines
*args are now inited even if not specified (fixes bug #1264)

Revision 1.134: download - view: text, markup, annotated - select for diffs
Fri Dec 6 23:20:04 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +9 -1 lines
params.as_file_name(N) added and used instead of params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate (implements feature #1121)

Revision 1.133: download - view: text, markup, annotated - select for diffs
Mon Nov 4 03:53:26 2024 UTC (18 months, 4 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +2 -2 lines
Copyright year updated

Revision 1.132: download - view: text, markup, annotated - select for diffs
Sun Oct 27 17:50:59 2024 UTC (19 months ago) by moko
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +18 -1 lines
handy as_index() added, several exceptions texts fixed (related to feature #930)

Revision 1.131: download - view: text, markup, annotated - select for diffs
Wed Oct 2 22:54:03 2024 UTC (20 months ago) by moko
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +2 -2 lines
format replaced with pa_uitoa where applicable, $.date[unix-timestamp] fixed for handling large dates

Revision 1.130: download - view: text, markup, annotated - select for diffs
Mon Sep 16 23:22:52 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +5 -5 lines
array: fused -> fsize, fit(index) to resize if required. spared array - added fused, append.

Revision 1.129: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:12 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +3 -3 lines
copyright, authors actualized

Revision 1.128: download - view: text, markup, annotated - select for diffs
Wed Feb 10 21:50:57 2021 UTC (5 years, 3 months ago) by moko
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +3 -3 lines
no more difference inside @test[] when called $v[^test[]] vs $v(^test[]), numbers are converted to strings in both calls (implements feature #1211)

Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:42 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +2 -2 lines
Copyright year updated

Revision 1.126: download - view: text, markup, annotated - select for diffs
Tue Oct 27 10:10:10 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +3 -3 lines
optimization: PUT_ELEMENT_REPLACED_ELEMENT no longer used in object-prototype mode

Revision 1.125: download - view: text, markup, annotated - select for diffs
Fri Jun 26 15:45:11 2020 UTC (5 years, 11 months ago) by moko
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +8 -13 lines
bugfix: OPTIMIZE_RESULT failed, when $result assignment was last statement in the method (https://www.parser.ru/forum/?id=85319)

Revision 1.124: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:50 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
Copyright year: 2015->2017

Revision 1.123: download - view: text, markup, annotated - select for diffs
Thu Jan 26 22:57:47 2017 UTC (9 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +3 -4 lines
^reflection:stack[] added (implements feature #1052)

Revision 1.122: download - view: text, markup, annotated - select for diffs
Fri Dec 2 19:26:19 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -1 lines
comment added: params should be declared outside of *_FRAME_ACTION as MethodParams destructor will be called in ~VNativeMethodFrame

Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Nov 29 23:51:41 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +4 -3 lines
method call exceptions improved as method now keeps its name

Revision 1.120: download - view: text, markup, annotated - select for diffs
Tue Nov 29 15:27:07 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +3 -3 lines
VS warning war: C4239: nonstandard extension used : 'return' : conversion from 'Value' to 'Value &' (related to feature #1020)

Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Nov 29 15:20:18 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +2 -2 lines
VS warning war: C4239: nonstandard extension used : 'return' : conversion from 'Value' to 'Value &' (related to feature #1020)

Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Nov 21 19:31:56 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +4 -2 lines
 redesign: VCallerWrapper added and used (implements feature #1110)

Revision 1.117: download - view: text, markup, annotated - select for diffs
Fri Nov 11 00:02:59 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +6 -3 lines
in expressions strings are now written as strings, not values by write_as_string (related to feature #1091)

Revision 1.116: download - view: text, markup, annotated - select for diffs
Fri Nov 4 22:06:02 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +1 -22 lines
cleanup

Revision 1.115: download - view: text, markup, annotated - select for diffs
Thu Nov 3 16:30:36 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +6 -2 lines
minor optimizaion

Revision 1.114: download - view: text, markup, annotated - select for diffs
Thu Nov 3 16:17:38 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +210 -116 lines
Optimization: VMethodFrame now divided into VNativeMethodFrame, VParserMethodFrame, VLocalParserMethodFrame;
METHOD_FRAME_ACTION, EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added and used (related to feature #1104)

Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Nov 1 22:39:00 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +13 -2 lines
VExpressionFrame added, in_expression removed (implements feature #1104)

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Oct 26 16:40:50 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +3 -3 lines
optimization: L_PASS_APPENDED removed as no longer required (related to feature #1091)

Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Oct 11 17:36:15 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -2 lines
FreeBSD 11 warning war

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Oct 6 21:00:10 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +10 -12 lines
reorder

Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu Oct 6 20:16:06 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +11 -18 lines
whitespace + cleanup

Revision 1.108: download - view: text, markup, annotated - select for diffs
Thu Oct 6 19:41:36 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +11 -11 lines
params.get now returns Value&, not Value*

Revision 1.107: download - view: text, markup, annotated - select for diffs
Thu Oct 6 16:18:21 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +39 -41 lines
get_as removed; first as_* code rewrite

Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Oct 4 21:20:41 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -4 lines
whitespace

Revision 1.105: download - view: text, markup, annotated - select for diffs
Thu Sep 29 18:49:43 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +4 -4 lines
optimization: StringOrValue removed as it just slows down and adds complexity (implements feature #1020)

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Sep 21 12:37:07 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +4 -7 lines
vs2015 warning war

Revision 1.103: download - view: text, markup, annotated - select for diffs
Tue May 24 15:42:43 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +3 -3 lines
Symbols now have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL, LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to feature #1026)

Revision 1.102: download - view: text, markup, annotated - select for diffs
Tue May 24 14:28:24 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +3 -3 lines
SYMBOLS_CACHING define implemented (related to feature #1026)

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue May 24 11:55:14 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +4 -10 lines
initial implementation for symbols cache (related to feature #1026)

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Apr 6 22:45:33 2016 UTC (10 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -6 lines
string constants deduplication (related to feature #1051)

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Apr 1 16:27:32 2016 UTC (10 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -3 lines
name() removed from VStateless_class, type() is used instead (related to feature #1051)

Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:22:02 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -2 lines
Copyright year updated

Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Apr 8 18:08:53 2015 UTC (11 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +3 -2 lines
removed most of the clang compiler warnings (closes issue #1018)

Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Mar 16 09:47:36 2015 UTC (11 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +6 -1 lines
- $var.CLASS & $var.CLASS_NAME now have special opcodes. This can be switched off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL on pa_opcode.h ( new feature: #844 )

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Oct 11 19:46:31 2013 UTC (12 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +5 -3 lines
GPF if method junctions is passed to native method fixed (closes issue #942)

Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Oct 4 21:21:57 2013 UTC (12 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +3 -3 lines
optimization: put_element no longer has "bool areplace" argument, related to issue #903

Revision 1.93: download - view: text, markup, annotated - select for diffs
Fri Jun 8 11:44:02 2012 UTC (13 years, 11 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +6 -13 lines
- MethodParams::as_hash is optimized and improved (whitespaces are allowed as empty options)
- MethodParams::as_table is added
- above methods are used for parsing methods' options ( new feature: #9 )

Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon May 7 20:27:44 2012 UTC (14 years ago) by moko
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +3 -3 lines
bug #782 fixed

Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon May 7 20:05:10 2012 UTC (14 years ago) by moko
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +8 -4 lines
feature #154 - first empty param now string; defined locals are empty strings; $STRICT-VARS(true) added

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:18 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -2 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated

Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Nov 8 23:53:46 2010 UTC (15 years, 6 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +20 -3 lines
closes #26: variable number of params can now be passed to a method declared with *arg

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Aug 4 13:27:44 2010 UTC (15 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +13 -1 lines
- helper method as_hash was added

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Aug 1 14:49:33 2010 UTC (15 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +16 -36 lines
optimization:
VMethodFrame(junction, caller) replaced with VMethodFrame(method, caller, self)
op_call(VMethodFrame &frame, bool constructing) removed, construct(class,method) added

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Aug 24 08:08:04 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +12 -16 lines
- bugfix: the actual number of method's parameters wasn't checked correctly (the bug was introduced in 3.4.0)

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Aug 14 10:39:48 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +11 -4 lines
- optimization

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Aug 8 13:30:21 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +5 -5 lines
- new classes implementation

Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Jul 7 23:50:06 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
- hash now keeps order of elements

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed May 27 00:58:46 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +10 -1 lines
- changed in destructing junctions

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu May 14 11:27:23 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +4 -3 lines
- hash_code caching was implemented (seaches should be faster now)

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu May 14 07:29:26 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +12 -10 lines
- bugfix: taint/untaint didn't work with OPTIMIZE_RESULT

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed May 13 07:35:27 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +23 -8 lines
- result optimisation
- helper_length parameter removed from string constructors

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Apr 30 04:39:39 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +28 -6 lines
- changes in stack impl
- get_element() optimisation: 3rd param removed
- bugfix: problems with reading empty input param
- defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Apr 29 03:27:08 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +26 -21 lines
- we can work without opcode OP_STORE_PARAM, so it was removed

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Apr 18 00:34:14 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -1 lines
- destructors under #ifdef now

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Apr 17 13:13:37 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +7 -1 lines
- destructors were added

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Apr 17 12:00:42 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -3 lines
- write_to_result renamed to always_use_result

Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Apr 17 10:54:23 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +7 -3 lines
- set flag write_to_result if find result in var's hash

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Apr 17 09:56:21 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +5 -5 lines
- optimisation in method_frame

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Apr 17 09:12:41 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
- if flag write_to_result was set, not needed to check existance var with name 'result' in var's hash

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Apr 16 02:07:11 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
- create new String only before 1st write

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Apr 15 07:41:45 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +8 -3 lines
- fresult_initial_void removed + some optimisation
- if $result defined we don't write to context anymore

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Apr 15 04:49:50 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -3 lines
- VVoid::get() => new VVoid (one void-instance)

Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Aug 11 13:15:14 2008 UTC (17 years, 9 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -1 lines
- still need to check 'self' runtime as well (for $caller.self)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Jul 23 14:05:48 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +7 -10 lines
- looking for caller before looking for vars

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Jun 24 12:09:22 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -2 lines
- ALL_VARS_LOCAL_NAME moved fo compile.y

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Jun 16 12:43:58 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +21 -2 lines
- go back to one VMethodFrame with internal switch between local/global vars

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri May 30 12:24:13 2008 UTC (18 years ago) by misha
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +4 -8 lines
- who children for VMethodFrame were added: one (global) works as VMethodFrame before and second (local) write all vars in self vars scope

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Jun 9 16:21:30 2007 UTC (18 years, 11 months ago) by misha
Branches: MAIN
CVS tags: release_3_2_3, release_3_2_2
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +10 -1 lines
- method as_expression was added

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:30:50 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -3 lines
- "parser.runtime" strings were removed

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Nov 21 10:13:43 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_1, release_3_2_0, paf_left
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +4 -4 lines
+ merged: expression literals: true/false. ^format[$.indent(true)]

Revision 1.51.6.5: download - view: text, markup, annotated - select for diffs
Mon Nov 21 09:47:35 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.51.6.4: preferred, colored; branchpoint 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51.6.4: +4 -4 lines
+ expression literals: true/false. ^format[$.indent(true)]

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Aug 26 11:36:06 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -2 lines
merged ! many classes/*  used as_junction where they needed as_int/double, so failed with recent "(const) now no junction" optimization

Revision 1.51.6.4: download - view: text, markup, annotated - select for diffs
Fri Aug 26 11:08:31 2005 UTC (20 years, 9 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.51.6.3: preferred, colored; branchpoint 1.51: preferred, colored
Changes since revision 1.51.6.3: +4 -2 lines
! many classes/*  used as_junction where they needed as_int/double, so failed with recent "(const) now no junction" optimization

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:55 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
2005

Revision 1.51.6.3: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:12:50 2005 UTC (20 years, 9 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.51.6.2: preferred, colored; branchpoint 1.51: preferred, colored
Changes since revision 1.51.6.2: +7 -11 lines
merged from HEAD ! simplified (double) speedup consequent checks in vmethod_frame

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:05:09 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +7 -9 lines
+ ^call[$void] param inside now is void (were: empty string)
! simplified (double) speedup consequent checks in vmethod_frame

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Aug 9 07:37:12 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +29 -11 lines
merged
+ optimized constants in expressions vstring->vdouble
+ optimized ^call(vdouble), no junction creation, no calls later

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Aug 8 08:41:51 2005 UTC (20 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
. merged VJunction(new Junction) optimization from 3.1.4

Revision 1.51.6.2: download - view: text, markup, annotated - select for diffs
Fri Aug 5 14:13:41 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.51.6.1: preferred, colored; branchpoint 1.51: preferred, colored
Changes since revision 1.51.6.1: +29 -11 lines
+ optimized ^call(vdouble), no junction creation, no calls later

Revision 1.51.6.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:03:05 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
. 2005 ;)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Jul 28 11:23:02 2005 UTC (20 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3 lines
+ 3.2.0 beta: merged from dynamic_fields_join

Revision 1.53.2.3: download - view: text, markup, annotated - select for diffs
Thu Jul 28 10:02:27 2005 UTC (20 years, 10 months ago) by paf
Diff to: previous 1.53.2.2: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53.2.2: +3 -3 lines
! restored put_element('replace' param), and restored its checks in vobject.put_element->static fields | dynamic properties

Revision 1.53.2.2: download - view: text, markup, annotated - select for diffs
Wed Jul 27 10:57:53 2005 UTC (20 years, 10 months ago) by paf
Diff to: previous 1.53.2.1: preferred, colored
Changes since revision 1.53.2.1: +3 -3 lines
joined_dynamic_fields: removed unused param from put_method (returned to 3 params)

Revision 1.53.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 27 09:18:33 2005 UTC (20 years, 10 months ago) by paf
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3 lines
joined_dynamic_fields: just compiled

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Jul 26 12:43:05 2005 UTC (20 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3 lines
. properties: set works [alpha1]

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Jul 15 06:16:42 2005 UTC (20 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -6 lines
+ started property [getters work but think of changing them too to precaching]

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Dec 23 14:40:54 2004 UTC (21 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4
Branch point for: release_3_1_5
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
bugfix: when method junction was created by accessing $name_of_method it acquired bad self=closest methodframe; instead of proper self (current class)

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Apr 6 07:53:57 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_3
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1 lines
new: @method[][result] means "no string output here",
implemented part of that idea: compiler throws away string literal generation code. and barks nonwhitespace chars

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:18 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
2004

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Nov 20 17:07:44 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -3 lines
more warnings --

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:34:30 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
static const char * const IDENT

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jul 24 11:31:26 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1, release_3_1_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +112 -91 lines
moved tempate_gc to HEAD

Revision 1.45.2.8.2.12: download - view: text, markup, annotated - select for diffs
Thu Apr 3 10:51:52 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.11: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45.2.8.2.11: +3 -1 lines
MethodParams& now [methods without params receive zero reference, but they are expected not to look there]

Revision 1.45.2.8.2.11: download - view: text, markup, annotated - select for diffs
Thu Apr 3 10:18:24 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.10: preferred, colored
Changes since revision 1.45.2.8.2.10: +3 -1 lines
^process...[filename]
useful for better error reporting  [file/line/col]

Revision 1.45.2.8.2.10: download - view: text, markup, annotated - select for diffs
Wed Mar 26 18:52:50 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.9: preferred, colored
Changes since revision 1.45.2.8.2.9: +7 -5 lines
pre-evaluated .count() in some places

Revision 1.45.2.8.2.9: download - view: text, markup, annotated - select for diffs
Mon Mar 24 12:46:30 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.8: preferred, colored
Changes since revision 1.45.2.8.2.8: +2 -9 lines
pa_vstateless_class.C compiled

Revision 1.45.2.8.2.8: download - view: text, markup, annotated - select for diffs
Mon Mar 24 09:39:56 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.7: preferred, colored
Changes since revision 1.45.2.8.2.7: +10 -10 lines
file.C
table.C compiled

Revision 1.45.2.8.2.7: download - view: text, markup, annotated - select for diffs
Fri Mar 21 15:36:04 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.6: preferred, colored
Changes since revision 1.45.2.8.2.6: +5 -5 lines
pa_request.C 50% compiled

Revision 1.45.2.8.2.6: download - view: text, markup, annotated - select for diffs
Fri Mar 21 14:27:53 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.5: preferred, colored
Changes since revision 1.45.2.8.2.5: +11 -14 lines
execute.C compiled

Revision 1.45.2.8.2.5: download - view: text, markup, annotated - select for diffs
Fri Mar 21 13:42:34 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.4: preferred, colored
Changes since revision 1.45.2.8.2.4: +41 -45 lines
introducing StringBody [C++ CORD wrapper]

Revision 1.45.2.8.2.4: download - view: text, markup, annotated - select for diffs
Thu Mar 20 08:11:16 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.3: preferred, colored
Changes since revision 1.45.2.8.2.3: +3 -3 lines
untaint.C 30%,
pa_common.C [done, without http for now]

Revision 1.45.2.8.2.3: download - view: text, markup, annotated - select for diffs
Wed Mar 19 16:28:10 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.2: preferred, colored
Changes since revision 1.45.2.8.2.2: +2 -2 lines
started test

Revision 1.45.2.8.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 19 12:22:37 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8.2.1: preferred, colored
Changes since revision 1.45.2.8.2.1: +2 -2 lines
string reimplementation with cord+array<fragment>: 70%

Revision 1.45.2.8.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:14:21 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.45.2.8: preferred, colored
Changes since revision 1.45.2.8: +18 -18 lines
started porting to gc:
PA_Object done
lots of replacements also

Revision 1.45.2.8: download - view: text, markup, annotated - select for diffs
Thu Feb 20 14:53:36 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.45.2.7: preferred, colored; branchpoint 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45.2.7: +2 -2 lines
string cmp fixed

Revision 1.45.2.7: download - view: text, markup, annotated - select for diffs
Tue Feb 4 08:29:27 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.45.2.6: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.6: +3 -3 lines
yuk: gcc on cygwin yelds "virtual memory exhausted" while trying to compile execute.C [eating up to 127MB]

Revision 1.45.2.6: download - view: text, markup, annotated - select for diffs
Mon Feb 3 09:17:48 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.45.2.5: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.5: +14 -8 lines
execute compiled

Revision 1.45.2.5: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:34:44 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.45.2.4: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.4: +11 -11 lines
grammar compiled

Revision 1.45.2.4: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:10:51 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.45.2.3: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.3: +14 -14 lines
ConstStringPtr died, long live StringPtr

Revision 1.45.2.3: download - view: text, markup, annotated - select for diffs
Thu Jan 30 11:19:31 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.45.2.2: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.2: +2 -2 lines
vstateless_class compiled

Revision 1.45.2.2: download - view: text, markup, annotated - select for diffs
Thu Jan 30 09:14:01 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.45.2.1: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.2.1: +1 -2 lines
value compiled

Revision 1.45.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 29 15:39:28 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +113 -89 lines
vmethodframe, pa_request.h compiled

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:20 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
2002->2003

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Oct 31 15:01:56 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007, release_3_0_0006
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +6 -3 lines
static fix merged

Revision 1.43.4.2: download - view: text, markup, annotated - select for diffs
Thu Oct 31 13:49:57 2002 UTC (23 years, 7 months ago) by paf
Diff to: previous 1.43.4.1: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43.4.1: +1 -4 lines
fixed statics, left $virtual_fields in dynamic

Revision 1.43.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 31 12:22:14 2002 UTC (23 years, 7 months ago) by paf
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +9 -3 lines
static call $self fixed

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

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Oct 15 14:00:45 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +7 -4 lines
process[self] objects also considered [were only classes]

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

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Oct 15 08:31:57 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +19 -4 lines
removed $junction.get $junction.set[]
introducing $caller

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Sep 17 17:14:32 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3 lines
removed changes, operators executed with calling self.
lots of code with ^include code relies on defined/defining self variables

$a[1]
^include[print_a.p]
print_a.p: $a

^include[set_a.p]
a=$a
set_a.p:
$a[1]

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Sep 17 16:46:26 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +7 -13 lines
operators now executed with MAIN self.
it's for ^include sake, too strong a change

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Sep 17 15:20:35 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +14 -8 lines
allowed Request.self to be 0, checked that in VMethodFrame get/put and $self.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Sep 10 12:02:24 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -23 lines
moved junction kill responsibility to wcontext

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Aug 29 12:22:48 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +26 -3 lines
junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
request.root renamed to method_frame [more easyreading]
ancient {...PUSH/POPs...} changed to stack vars [speed up]

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Aug 14 14:18:30 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
is now works with VObject & VClass

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Aug 13 15:55:44 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
introduced Value::get_element(..., bool looking_down) [needed to exclude endless recoursion]

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

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Aug 12 10:32:53 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -4 lines
killed VAliased [redundant], moved $CLASS to VObject only [parser class instance]

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Aug 7 13:24:31 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
vcodeframe were mistakenly not completely transparent to object writes.
$hash[^if(1){$hash}] now works

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:41:24 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
$Date: now$

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:26:56 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
ident.C* removed

Revision 1.26.6.1: download - view: text, markup, annotated - select for diffs
Thu Jun 20 16:31:09 2002 UTC (23 years, 11 months ago) by paf
Branches: release_3_0_0003
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +5 -1 lines
marged latest HEAD updates, mainly file:justname&co & @auto/conf[filespec

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jun 20 14:50:23 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -1 lines
introducing @conf/auto[filespec]

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Apr 18 11:41:30 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
CVS tags: release_3_0_0002, release_1_0_0001
Branch point for: release_3_0_0003
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to stack [no more heap waste on each CALL]

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Apr 18 10:51:02 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +40 -38 lines
removed Value::fname

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Apr 15 10:35:22 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
StringOrValue wcontext result, now ready for dual writes

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Mar 27 15:30:38 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
assigned exception types

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:30:20 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
name spelling

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:27:53 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
2002

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Dec 21 12:47:56 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +18 -4 lines
$result in @main @postprocess @exception

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Nov 5 11:46:33 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
$status:db
fixed used not initialized in db_connection & db_table

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Nov 1 14:59:57 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +11 -7 lines
^foreach[key|value]{body}[[separator]|{separator}]

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Oct 19 12:43:30 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
switched to c++ exceptions 0

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Sep 26 10:32:26 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -2 lines
added ident.awk and main.dsp splitted to main+classes+types along to .am

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Sep 1 14:23:42 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -6 lines
$result[] now gets properly analized

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jul 26 12:25:37 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
fixing :: realization #1

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 26 10:47:03 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -5 lines
introducing ::
this is constructor call prefix.
ordinary : remains for static accesses

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jun 27 12:44:33 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
nothing renamed to void

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon May 21 17:13:57 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
'unknown' renamed to 'nothing'

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon May 21 17:12:58 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
'unknown' renamed to 'nothing'

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 17 15:43:08 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
endless recursion line no

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue May 15 10:01:25 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 lines
numbered params had wrong name - for instance: bad error message in ^for[] bad body type. fixed

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 8 10:39:23 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3 lines
hash:default works at last!

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 7 14:00:54 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2 lines
pa_code.h

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 26 15:01:52 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
code documentation ++

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 26 14:55:35 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -9 lines
code documentation ++

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 15 12:33:01 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +16 -9 lines
MethodParams in op.C

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 12 13:15:25 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
for var now written not to r.wcontext, but to r.root
cleared "entered_object" state

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 11 15:45:53 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
libimaging dead end: pil parses header in .py

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: