CVS log for parser3/src/types/pa_vtable.C

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

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


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

Revision 1.58: 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.57: preferred, unified
Changes since revision 1.57: +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.57: 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.56: preferred, unified
Changes since revision 1.56: +2 -2 lines
Copyright year updated

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

Revision 1.55: 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.54: preferred, unified
Changes since revision 1.54: +2 -2 lines
faster templated pa_itoa/pa_uitoa added to work with any integer type, String::Body::Format removed

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Sep 7 16:30:27 2024 UTC (20 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.53: preferred, unified
Changes since revision 1.53: +11 -11 lines
Array::Iterator unified with Hash::Iterator, has_next() replaced with operator bool (related to feature #930)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Mar 14 02:52:43 2024 UTC (2 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.52: preferred, unified
Changes since revision 1.52: +5 -9 lines
VString() optimized; VString::empty() used instead of new VString()

Revision 1.52: 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.51: preferred, unified
Changes since revision 1.51: +5 -2 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.51: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:13 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.50: preferred, unified
Changes since revision 1.50: +3 -3 lines
copyright, authors actualized

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

Revision 1.49: 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.48: preferred, unified
Changes since revision 1.48: +2 -2 lines
optimization: PUT_ELEMENT_REPLACED_ELEMENT no longer used in object-prototype mode

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu May 4 16:23:14 2017 UTC (9 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.47: preferred, unified
Changes since revision 1.47: +5 -4 lines
table put_element: column value must be string  - > column value must be string compatible to allow $t.value(1) (implements feature #1152)

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

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Oct 3 20:34:48 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.45: preferred, unified
Changes since revision 1.45: +3 -5 lines
@conf $RECOURSION_LIMIT and $LOOP_LIMIT now supported (implements feature #42)

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

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed May 18 18:27:55 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.43: preferred, unified
Changes since revision 1.43: +8 -7 lines
no more "column not found" exception for ^table.no-such-method[] (related to feature #1046)

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

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Oct 15 18:32:03 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.41: preferred, unified
Changes since revision 1.41: +3 -3 lines
defines fixed (related to feature #1017)

Revision 1.41: 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.40: preferred, unified
Changes since revision 1.40: +3 -1 lines
new feature: no more $table.method and $hash.method, aliases for _at, _count, _key (related to feature #1017)

Revision 1.40: 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.39: preferred, unified
Changes since revision 1.39: +28 -2 lines
get_element4call implemented to distinguish ^hash.method from $hash.field (implements feature #1017)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Jul 28 14:42:44 2015 UTC (10 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.38: preferred, unified
Changes since revision 1.38: +21 -4 lines
$table.column[value] and ^table.insert{row} are now implemented (feature #1016)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon May 28 19:47:52 2012 UTC (14 years ago) by moko
Branches: MAIN
CVS tags: release_3_4_3, release_3_4_2
Diff to: previous 1.37: preferred, unified
Changes since revision 1.37: +6 -6 lines
^json:string[$o; $.default[$method]] implemented for VObject (new feature #803)

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

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Nov 3 22:08:45 2010 UTC (15 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.35: preferred, unified
Changes since revision 1.35: +106 -79 lines
fixes #153, $.table[compact] feature added

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Sep 24 08:18:57 2010 UTC (15 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.34: preferred, unified
Changes since revision 1.34: +33 -8 lines
$.indent implemented for ^json:string

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Sep 20 02:24:32 2010 UTC (15 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +7 -8 lines
- add EOLs while json-serializing table

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Sep 16 23:33:52 2010 UTC (15 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +74 -1 lines
- method get_json_string was added to Value & Co

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Apr 29 13:32:04 2010 UTC (16 years, 1 month ago) by pretender
Branches: MAIN
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +5 -5 lines
bugfix: #35 All empty table cells are now string type.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Aug 8 13:30:22 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +3 -3 lines
- new classes implementation

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jul 15 00:01:00 2009 UTC (16 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.29: preferred, unified
Changes since revision 1.29: +1 -2 lines
- not used var decl was removed

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jul 14 11:17:53 2009 UTC (16 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.28: preferred, unified
Changes since revision 1.28: +30 -14 lines
- $table.fields.a return string even if column is empty (sometime returned void)
- $table.fields was added for nameless tables

Revision 1.28: 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.27: preferred, unified
Changes since revision 1.27: +4 -4 lines
- VVoid::get() => new VVoid (one void-instance)

Revision 1.27: 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
CVS tags: release_3_3_0, release_3_2_3, release_3_2_2
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +2 -2 lines
- "parser.runtime" strings were removed

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:56 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.25: preferred, unified
Changes since revision 1.25: +2 -2 lines
2005

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

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:19 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4, release_3_1_3, release_3_1_2
Branch point for: release_3_1_5
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +2 -2 lines
2004

Revision 1.24: 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.23: preferred, unified
Changes since revision 1.23: +1 -1 lines
static const char * const IDENT

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:35:33 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +1 -2 lines
turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
found several unitialized vars

Revision 1.22: 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.21: preferred, unified
Changes since revision 1.21: +23 -24 lines
moved tempate_gc to HEAD

Revision 1.21.2.5.2.6: download - view: text, markup, annotated - select for diffs
Mon Mar 24 12:53:04 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.21.2.5.2.5: preferred, unified; next MAIN 1.22: preferred, unified
Changes since revision 1.21.2.5.2.5: +14 -14 lines
pa_vtable.C compiled

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

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

Revision 1.21.2.5.2.3: 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.21.2.5.2.2: preferred, unified
Changes since revision 1.21.2.5.2.2: +13 -13 lines
introducing StringBody [C++ CORD wrapper]

Revision 1.21.2.5.2.2: 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.21.2.5.2.1: preferred, unified
Changes since revision 1.21.2.5.2.1: +3 -3 lines
started test

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

Revision 1.21.2.5: download - view: text, markup, annotated - select for diffs
Fri Feb 14 17:33:46 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.21.2.4: preferred, unified; branchpoint 1.21: preferred, unified; next MAIN 1.22: preferred, unified
Changes since revision 1.21.2.4: +2 -2 lines
all compiled, only 14 link errors :)

Revision 1.21.2.4: download - view: text, markup, annotated - select for diffs
Tue Feb 4 12:08:58 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.21.2.3: preferred, unified; branchpoint 1.21: preferred, unified
Changes since revision 1.21.2.3: +1 -2 lines
removed stupid value_includes.h

Revision 1.21.2.3: download - view: text, markup, annotated - select for diffs
Tue Feb 4 11:29:10 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.21.2.2: preferred, unified; branchpoint 1.21: preferred, unified
Changes since revision 1.21.2.2: +3 -3 lines
libtypes.a compiled gcc

Revision 1.21.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 3 12:18:44 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.21.2.1: preferred, unified; branchpoint 1.21: preferred, unified
Changes since revision 1.21.2.1: +24 -24 lines
vtable compiled

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

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

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Oct 31 15:01:57 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.19: preferred, unified
Changes since revision 1.19: +2 -2 lines
static fix merged

Revision 1.19.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 31 12:22:15 2002 UTC (23 years, 7 months ago) by paf
Diff to: previous 1.19: preferred, unified; next MAIN 1.20: preferred, unified
Changes since revision 1.19: +2 -2 lines
static call $self fixed

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

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

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 13 13:08:46 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +4 -3 lines
fixed error message on using non-created table

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

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

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

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 27 15:30:39 2002 UTC (24 years, 2 months 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.12: preferred, unified
Changes since revision 1.12: +2 -2 lines
assigned exception types

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

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

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

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

Revision 1.8: 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.7: preferred, unified
Changes since revision 1.7: +2 -2 lines
^hashfile.hash[]

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

Revision 1.6: 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.5: preferred, unified
Changes since revision 1.5: +2 -2 lines
added ident.awk and main.dsp splitted to main+classes+types along to .am

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 24 15:15:46 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +2 -1 lines
z

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Sep 21 14:46:09 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +1 -2 lines
zillions of #ifdef XML
created new projects for sql drivers [planning to remove sql drivers from main cvs project]
first, will join latest changes

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:11:13 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +3 -2 lines
few #ifndef DOXYGEN

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 25 14:36:03 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +5 -5 lines
table: get_element order changeed. now:
1. fields
2. methods
3. columns

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 25 10:43:14 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
^table.record[] now $table.fields

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: