CVS log for parser3/src/types/pa_venv.C
Up to [parser3project] / parser3 / src / types
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 3 days ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +2 -2 lines
Copyright year updated, websites links changed to https://
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon May 26 01:56:54 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +3 -3 lines
VString(const char *avalue) added and used to optimize new VString(*new String(i.key(), String::L_TAINTED)) (related to feature #1277)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Nov 4 03:53:25 2024 UTC (18 months, 4 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1,
release_3_5_0
Diff to: previous 1.23: preferred, unified
Changes since revision 1.23: +2 -2 lines
Copyright year updated
Revision 1.23: 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.22: preferred, unified
Changes since revision 1.22: +3 -3 lines
copyright, authors actualized
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:40 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +2 -2 lines
Copyright year updated
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Oct 27 10:10:09 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +2 -2 lines
optimization: PUT_ELEMENT_REPLACED_ELEMENT no longer used in object-prototype mode
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Oct 26 23:15:52 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +10 -3 lines
+ $env:name[value] and $form:name[value] features
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:47 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +2 -2 lines
Copyright year: 2015->2017
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Apr 8 22:34:38 2016 UTC (10 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +4 -2 lines
minor optimization: #ifndef OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to feature #1051)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Apr 6 22:11:44 2016 UTC (10 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +4 -10 lines
classes hash now contains only VStateless_class derived objects, .CLASS is also allways VStateless_class derived object (related to feature #1051).
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:22:01 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +2 -2 lines
Copyright year updated
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Apr 2 22:04:41 2015 UTC (11 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +9 -12 lines
$request:headers, $request:method added (implements feature #1007)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 16 09:47:35 2015 UTC (11 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +3 -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.13: download - view: text, markup, annotated - select for diffs
Sat Mar 9 05:39:41 2013 UTC (13 years, 2 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +17 -1 lines
- added $env:fields ( new feature: #906 )
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:17 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +3 -3 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
Revision 1.11: 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
CVS tags: release_3_4_1,
release_3_4_0
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +2 -2 lines
- new classes implementation
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 2 22:26:09 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +2 -2 lines
- pa_strdup was replaced by strdup
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 14 08:10:09 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +2 -2 lines
- String constructors don't have that stupid true/false param which means 'tainted'. they accept lang instead.
Revision 1.8: 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.7: preferred, unified
Changes since revision 1.7: +2 -3 lines
- result optimisation
- helper_length parameter removed from string constructors
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Apr 11 09:18:48 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +5 -3 lines
no message
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 11 03:20:58 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +7 -7 lines
- small optimisation
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 10 11:37:02 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +10 -2 lines
- $env:CLASS and $env:CLASS_NAME were added
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Sep 17 15:13:45 2007 UTC (18 years, 8 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0,
release_3_2_3,
release_3_2_2
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +4 -2
lines
- some strings moved to #define
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 22 16:09:26 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.2: preferred, unified
Changes since revision 1.2: +2 -2
lines
no message
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Tue Nov 22 16:08:19 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.1.2.1: preferred, unified; next MAIN 1.2: preferred, unified
Changes since revision 1.1.2.1: +2 -2
lines
no message
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 21 09:24:45 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +26 -0
lines
+ merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on i386-pc-win32)"
Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 21 09:22:17 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +26 -0
lines
+ $env:PARSER_VERSION reports "3.1.5beta (compiled on i386-pc-win32)"
Revision 1.1
Mon Nov 21 09:22:17 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
Branch point for: release_3_1_5
FILE REMOVED
file pa_venv.C was initially added on branch release_3_1_5.
E-mail: