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

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

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.89: 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.88: preferred, unified
Changes since revision 1.88: +2 -2 lines
Copyright year updated, websites links changed to https://

Revision 1.88: 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.87: preferred, unified
Changes since revision 1.87: +3 -3 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.87: 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
CVS tags: release_3_5_1, release_3_5_0
Diff to: previous 1.86: preferred, unified
Changes since revision 1.86: +2 -2 lines
Copyright year updated

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Sep 11 21:07:36 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.85: preferred, unified
Changes since revision 1.85: +3 -3 lines
faster templated pa_itoa/pa_uitoa added to work with any integer type, String::Body::Format removed

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Sep 10 19:09:56 2024 UTC (20 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.84: preferred, unified
Changes since revision 1.84: +4 -1 lines
VArray support functions without actual VArray files (related to feature #930)

Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Oct 2 02:58:01 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.83: preferred, unified
Changes since revision 1.83: +7 -4 lines
"Source: <method name>, Comment: <type> method not found" exception now thrown for all dynamic objects instead of "undefined method" without class name (implements feature #1080)

Revision 1.83: 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.82: preferred, unified
Changes since revision 1.82: +3 -3 lines
copyright, authors actualized

Revision 1.82: 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.81: preferred, unified
Changes since revision 1.81: +2 -2 lines
Copyright year updated

Revision 1.81: 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.80: preferred, unified
Changes since revision 1.80: +3 -3 lines
optimization: PUT_ELEMENT_REPLACED_ELEMENT no longer used in object-prototype mode

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Feb 14 14:34:08 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.79: preferred, unified
Changes since revision 1.79: +2 -2 lines
hash with only $._default is now defined (fixed bug #1131)

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

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Sep 19 15:15:40 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.77: preferred, unified
Changes since revision 1.77: +2 -2 lines
warning war

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Jul 20 14:49:52 2016 UTC (9 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.76: preferred, unified
Changes since revision 1.76: +2 -1 lines
*** empty log message ***

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Jul 20 13:57:04 2016 UTC (9 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.75: preferred, unified
Changes since revision 1.75: +89 -23 lines
VHashBase and VHashReference added, allowing ^reflection:fields_reference[] implementation (closes feature #1072)

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Jul 4 17:26:23 2016 UTC (9 years, 11 months ago) by moko
Branches: MAIN
Diff to: previous 1.74: preferred, unified
Changes since revision 1.74: +5 -42 lines
hash no longer blocks on change during foreach (implements feature #1073)

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue May 24 17:48:37 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.73: preferred, unified
Changes since revision 1.73: +4 -7 lines
FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used (implements feature #1056)

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu May 19 12:46:35 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.72: preferred, unified
Changes since revision 1.72: +2 -6 lines
minor optimization: ^hash.fields[] removed (related to feature #1046)

Revision 1.72: 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.71: preferred, unified
Changes since revision 1.71: +2 -2 lines
Copyright year updated

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Oct 15 18:12:29 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.70: preferred, unified
Changes since revision 1.70: +3 -1 lines
new feature: no more $table.method and $hash.method, aliases for _at, _count, _key (related to feature #1017)

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Sep 28 22:26:14 2015 UTC (10 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.69: preferred, unified
Changes since revision 1.69: +21 -2 lines
get_element4call implemented to distinguish ^hash.method from $hash.field (implements feature #1017)

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Oct 4 21:21:56 2013 UTC (12 years, 8 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.68: preferred, unified
Changes since revision 1.68: +2 -2 lines
optimization: put_element no longer has "bool areplace" argument, related to issue #903

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Mar 9 06:20:40 2013 UTC (13 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.67: preferred, unified
Changes since revision 1.67: +4 -4 lines
- tiny optimisations ( #845 )

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Jun 13 22:53:47 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.66: preferred, unified
Changes since revision 1.66: +5 -1 lines
"hash flocked" error removed for safe operations like ^h._count[] ( new feature: #335 )

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Jun 8 02:02:31 2012 UTC (13 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.65: preferred, unified
Changes since revision 1.65: +3 -1 lines
- vhash and vhashfile now have get_fields method so their fields can be accessed with ^reflection:fields[...] & ^reflection:field[...]

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed May 23 16:26:40 2012 UTC (14 years ago) by moko
Branches: MAIN
Diff to: previous 1.64: preferred, unified
Changes since revision 1.64: +2 -2 lines
bool "return string as-is" removed from as_expr_result. ( new feature: #831 )

Revision 1.64: 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
Diff to: previous 1.63: preferred, unified
Changes since revision 1.63: +2 -2 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Nov 5 21:55:37 2010 UTC (15 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.62: preferred, unified
Changes since revision 1.62: +5 -6 lines
avoiding temporal String object in get_element/put_element, using static one.

Revision 1.62: 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_0
Diff to: previous 1.61: preferred, unified
Changes since revision 1.61: +4 -4 lines
- new classes implementation

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Jul 7 05:48:24 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.60: preferred, unified
Changes since revision 1.60: +2 -2 lines
- some code cleanup

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Jul 6 12:10:09 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.59: preferred, unified
Changes since revision 1.59: +3 -4 lines
- cstr(params) and cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m] should be used

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:30:49 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
CVS tags: release_3_3_0, release_3_2_3, release_3_2_2
Diff to: previous 1.58: preferred, unified
Changes since revision 1.58: +3 -3 lines
- "parser.runtime" strings were removed

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

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

Revision 1.53.6.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:03:04 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.53: preferred, unified; next MAIN 1.54: preferred, unified
Changes since revision 1.53: +2 -2 lines
. 2005 ;)

Revision 1.56: 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.55: preferred, unified
Changes since revision 1.55: +2 -2 lines
+ 3.2.0 beta: merged from dynamic_fields_join

Revision 1.55.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.55.2.2: preferred, unified; next MAIN 1.56: preferred, unified
Changes since revision 1.55.2.2: +2 -2 lines
! restored put_element('replace' param), and restored its checks in vobject.put_element->static fields | dynamic properties

Revision 1.55.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.55.2.1: preferred, unified
Changes since revision 1.55.2.1: +2 -2 lines
joined_dynamic_fields: removed unused param from put_method (returned to 3 params)

Revision 1.55.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.55: preferred, unified
Changes since revision 1.55: +2 -2 lines
joined_dynamic_fields: just compiled

Revision 1.55: 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.54: preferred, unified
Changes since revision 1.54: +3 -3 lines
. properties: set works [alpha1]

Revision 1.54: 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.53: preferred, unified
Changes since revision 1.53: +3 -3 lines
+ started property [getters work but think of changing them too to precaching]

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Dec 23 14:51:32 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.52: preferred, unified
Changes since revision 1.52: +3 -1 lines
bugfix: table->hash now regards _default

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jul 26 14:43:09 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.51: preferred, unified
Changes since revision 1.51: +4 -1 lines
new: $response:body/download[
	$.file[name on disk]
	$.name[of file for user]
	$.mdate[date of last-modified. default from directory]
]

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed May 12 10:16:49 2004 UTC (22 years ago) by paf
Branches: MAIN
CVS tags: release_3_1_3
Diff to: previous 1.50: preferred, unified
Changes since revision 1.50: +3 -3 lines
beauty: ^if(def $bool) now equals ^if($bool)
and shaped up other sources to use is_defined() {return as_bool();} along VBool

Revision 1.50: 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.49: preferred, unified
Changes since revision 1.49: +2 -2 lines
2004

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

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:32:12 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.47: preferred, unified
Changes since revision 1.47: +2 -2 lines
more warnings --

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Aug 19 11:04:32 2003 UTC (22 years, 9 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1
Diff to: previous 1.46: preferred, unified
Changes since revision 1.46: +18 -13 lines
_default+foreach bug refix [lost fix from 3.0.8]

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_0
Diff to: previous 1.45: preferred, unified
Changes since revision 1.45: +39 -46 lines
moved tempate_gc to HEAD

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jun 6 12:06:08 2003 UTC (23 years ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.44: preferred, unified
Changes since revision 1.44: +5 -5 lines
$hash.field lookup first now: along with table. [were method lookup: inconsistent]

Revision 1.43.2.14.2.7: download - view: text, markup, annotated - select for diffs
Fri Jun 6 12:05:25 2003 UTC (23 years ago) by paf
Diff to: previous 1.43.2.14.2.6: preferred, unified; next MAIN 1.44: preferred, unified
Changes since revision 1.43.2.14.2.6: +5 -5 lines
$hash.field lookup first now: along with table. [were method lookup: inconsistent]

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Apr 4 10:46:20 2003 UTC (23 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.43: preferred, unified
Changes since revision 1.43: +13 -8 lines
$hash._default showed in foreach & co bug fix
http://i2/tasks/edit/?id=4493701604654042676

@main[]
$with_default[
	$.a[1]
	$._default[default from with_default]
]
^show[$with_default]

$to_add_to[
	$.b[2]
]
^to_add_to.add[$with_default]
=$to_add_to.xxx=<br>


^show[$to_add_to]


$cloned[^hash::create[$with_default]]
=$cloned.xxx=<br>
^show[$cloned]


@show[hash]
^hash.foreach[k;v]{
	$k = $v <br>

}
<hr>

Revision 1.43.2.14.2.6: download - view: text, markup, annotated - select for diffs
Wed Apr 2 09:32:12 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.43.2.14.2.5: preferred, unified
Changes since revision 1.43.2.14.2.5: +2 -2 lines
more locally scoped vars in execute (more easily optimizable)

Revision 1.43.2.14.2.5: download - view: text, markup, annotated - select for diffs
Wed Mar 26 13:47:00 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.43.2.14.2.4: preferred, unified
Changes since revision 1.43.2.14.2.4: +1 -2 lines
configured math funcs
ported pa_exec

Revision 1.43.2.14.2.4: download - view: text, markup, annotated - select for diffs
Mon Mar 24 11:59:08 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.43.2.14.2.3: preferred, unified
Changes since revision 1.43.2.14.2.3: +2 -2 lines
pa_value.C compiled

Revision 1.43.2.14.2.3: 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.43.2.14.2.2: preferred, unified
Changes since revision 1.43.2.14.2.2: +6 -8 lines
pa_request.C 50% compiled

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

Revision 1.43.2.14.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.43.2.14: preferred, unified
Changes since revision 1.43.2.14: +7 -7 lines
started porting to gc:
PA_Object done
lots of replacements also

Revision 1.43.2.14: download - view: text, markup, annotated - select for diffs
Wed Mar 5 12:28:36 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.43.2.13: preferred, unified; next MAIN 1.44: preferred, unified
Changes since revision 1.43.2.13: +8 -2 lines
hash_default_element_name change undone ;(

Revision 1.43.2.13: download - view: text, markup, annotated - select for diffs
Wed Mar 5 12:15:06 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.43.2.12: preferred, unified
Changes since revision 1.43.2.12: +3 -9 lines
hash_default_element_name made static

Revision 1.43.2.12: download - view: text, markup, annotated - select for diffs
Fri Feb 14 16:52:21 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.43.2.11: preferred, unified
Changes since revision 1.43.2.11: +2 -1 lines
op compiled

Revision 1.43.2.11: download - view: text, markup, annotated - select for diffs
Tue Feb 4 15:59:06 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.43.2.10: preferred, unified
Changes since revision 1.43.2.10: +4 -2 lines
hash 50% compiled

Revision 1.43.2.10: download - view: text, markup, annotated - select for diffs
Tue Feb 4 14:12:43 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.43.2.9: preferred, unified
Changes since revision 1.43.2.9: +3 -3 lines
int compiled

Revision 1.43.2.9: download - view: text, markup, annotated - select for diffs
Mon Feb 3 15:57:44 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.43.2.8: preferred, unified
Changes since revision 1.43.2.8: +2 -2 lines
started gcc compiling
pa_common compiled

Revision 1.43.2.8: download - view: text, markup, annotated - select for diffs
Fri Jan 31 16:06:00 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.43.2.7: preferred, unified
Changes since revision 1.43.2.7: +4 -4 lines
pa_request compiled

Revision 1.43.2.7: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:34:43 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.43.2.6: preferred, unified
Changes since revision 1.43.2.6: +3 -3 lines
grammar compiled

Revision 1.43.2.6: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:10:50 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.43.2.5: preferred, unified
Changes since revision 1.43.2.5: +7 -6 lines
ConstStringPtr died, long live StringPtr

Revision 1.43.2.5: 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.43.2.4: preferred, unified
Changes since revision 1.43.2.4: +2 -3 lines
vstateless_class compiled

Revision 1.43.2.4: download - view: text, markup, annotated - select for diffs
Wed Jan 29 11:20:50 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.43.2.3: preferred, unified
Changes since revision 1.43.2.3: +4 -4 lines
vrequest compiled

Revision 1.43.2.3: download - view: text, markup, annotated - select for diffs
Tue Jan 28 09:48:17 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.43.2.2: preferred, unified
Changes since revision 1.43.2.2: +3 -1 lines
sql_driver_manager compiled

Revision 1.43.2.2: download - view: text, markup, annotated - select for diffs
Mon Jan 27 15:07:48 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.43.2.1: preferred, unified
Changes since revision 1.43.2.1: +31 -34 lines
wcontext compiled

Revision 1.43.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 24 14:36:11 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.43: preferred, unified
Changes since revision 1.43: +11 -11 lines
more patched

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:19 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.42: preferred, unified
Changes since revision 1.42: +2 -2 lines
2002->2003

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Dec 6 17:27:35 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007, release_3_0_0006
Diff to: previous 1.41: preferred, unified
Changes since revision 1.41: +6 -1 lines
$hash.fields -- pseudo field to make 'hash' more like 'table'

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Oct 31 15:01:55 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.40: preferred, unified
Changes since revision 1.40: +2 -2 lines
static fix merged

Revision 1.40.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.40: preferred, unified; next MAIN 1.41: preferred, unified
Changes since revision 1.40: +2 -2 lines
static call $self fixed

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Sep 20 11:04:32 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.39: preferred, unified
Changes since revision 1.39: +8 -2 lines
hash.foreach modification of existing keys allowed

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Aug 15 09:07:49 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.38: preferred, unified
Changes since revision 1.38: +6 -2 lines
instead of type() checking everywhere used Value.as
now user descendants can be used in params.

VObject::as_*, is_defined now taken from bases.
xtable(table)
^if($xtable) now OK

Revision 1.38: 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.37: preferred, unified
Changes since revision 1.37: +3 -3 lines
is now works with VObject & VClass

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

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

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

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

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Apr 18 15:33:33 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004, release_3_0_0003, release_3_0_0002, release_1_0_0001
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +5 -7 lines
fclass_real lowered from VStateless_class to VObject

Revision 1.32: 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.31: preferred, unified
Changes since revision 1.31: +2 -2 lines
removed Value::fname

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Apr 17 12:47:48 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +5 -5 lines
vstring wrong parent fixed

Revision 1.30: 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.29: preferred, unified
Changes since revision 1.29: +2 -2 lines
assigned exception types

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

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

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

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Nov 1 15:45:28 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +39 -7 lines
hash locking
disabled changing of hash inside of foreach

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Oct 23 14:43:44 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +2 -2 lines
^hashfile.hash[]

Revision 1.24: 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.23: preferred, unified
Changes since revision 1.23: +2 -2 lines
switched to c++ exceptions 0

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Oct 16 14:39:09 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +3 -1 lines
hash can be used as boolean

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Oct 11 11:52:55 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +10 -9 lines
    !^hash::create[[copy_from]]

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Sep 24 15:09:23 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +2 -1 lines
fixed small bugs with usinge hash/table in expressions

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Sep 24 15:07:42 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +3 -1 lines
fixed small bugs with usinge hash/table in expressions

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Sep 24 14:34:25 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +6 -2 lines
merged3 with before_xml
[merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]

Revision 1.16.4.4: download - view: text, markup, annotated - select for diffs
Thu Sep 20 07:47:50 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.16.4.3: preferred, unified; next MAIN 1.17: preferred, unified
Changes since revision 1.16.4.3: +4 -4 lines
some 'const's added

Revision 1.16.4.3: download - view: text, markup, annotated - select for diffs
Thu Sep 20 07:41:00 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.16.4.2: preferred, unified
Changes since revision 1.16.4.2: +3 -3 lines
table/hash  can be used in expression context now, there value = size
and boolean value size!=0

Revision 1.16.4.2: download - view: text, markup, annotated - select for diffs
Thu Sep 20 07:37:18 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.16.4.1: preferred, unified
Changes since revision 1.16.4.1: +8 -1 lines
table/hash  can be used in expression context now, there value = size
and boolean value size!=0

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Sep 18 16:05:43 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +7 -2 lines
merged latest bugfixes from before_xml branch
^if(def $hash) now true only when ^hash:_count[]!=0
moved
.string .save .file from dom to dnode

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Sep 18 13:31:56 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +4 -1 lines
dom, dnode 1

Revision 1.16.4.1: download - view: text, markup, annotated - select for diffs
Fri Sep 7 14:36:13 2001 UTC (24 years, 9 months ago) by parser
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +6 -1 lines
!$form:fields

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Sep 6 08:25:08 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +6 -3 lines
now there's special hash key '_default' [instead of ^_default method]
$hash[
	$.a[1]
	$.b[2]
	$._default[xx]
]
$hash.c

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jul 20 09:40:46 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +2 -2 lines
only ^class:method dynamic calls allowed.
^BASE.method call disabled.
BASE element globally removed

Revision 1.14: 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.13: preferred, unified
Changes since revision 1.13: +4 -1 lines
hash:default works at last!

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue May 8 10:24:03 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +20 -5 lines
hash:default

Revision 1.12: 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.11: preferred, unified
Changes since revision 1.11: +1 -2 lines
pa_code.h

Revision 1.11: 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.10: preferred, unified
Changes since revision 1.10: +6 -5 lines
code documentation ++

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Apr 10 10:32:15 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +4 -3 lines
image:measure -100 just compiled

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 18 20:31:30 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +4 -4 lines
cookie class

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Mar 18 17:39:30 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +5 -5 lines
^response:clear[]

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Mar 18 17:18:37 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +6 -1 lines
$defautl[$content-type[$value[text/html] $charset[windows-1251]]

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Mar 18 11:37:54 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +5 -3 lines
$response: 0  request::core exception rethrow

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:26:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +5 -8 lines
see () and {} param wcontext conflict

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 13 17:17:29 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +4 -4 lines
z

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Mar 11 08:16:38 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +2 -2 lines
headers updated

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 11 08:12:12 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +2 -2 lines
z

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 11 07:52:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
splitted types from include/

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: