W3C CVS

CVS log for perl/modules/W3C/Rdf/AlgaeCompileTree.pm

[BACK] Up to [Public] / perl / modules / W3C / Rdf

Request diff between arbitrary revisions


Default branch: 1

Revision 1.186 / (download) - annotate - [select for diffs] , Sat Oct 13 01:40:54 2007 UTC (8 months, 3 weeks ago) by eric
CVS Tags: HEAD
Changes since 1.185: +4 -1 lines
Diff to previous 1.185 (colored)
+ Algae2::ParserMode signals that the parser shouldn't whine about missing functions

Revision 1.185 / (download) - annotate - [select for diffs] , Tue Oct 9 03:47:04 2007 UTC (8 months, 4 weeks ago) by eric
Changes since 1.184: +7 -2 lines
Diff to previous 1.184 (colored)
~ _assertDecl can return undef if an atom was NULL (i.e. binding from an optional)

Revision 1.184 / (download) - annotate - [select for diffs] , Wed Oct 3 17:47:14 2007 UTC (9 months ago) by eric
Changes since 1.183: +11 -4 lines
Diff to previous 1.183 (colored)
+ support for negative unary operator
~ follow API change in Algae2: s/_getBaseType/getNumericBaseType/

Revision 1.183 / (download) - annotate - [select for diffs] , Wed Oct 3 17:22:14 2007 UTC (9 months ago) by eric
Changes since 1.182: +87 -23 lines
Diff to previous 1.182 (colored)
+ more numeric patterns
~ s/brutalCast/numericCast/ with appropriate code changes
+ dateTimeFunc

Revision 1.182 / (download) - annotate - [select for diffs] , Wed Oct 3 16:18:45 2007 UTC (9 months ago) by eric
Changes since 1.181: +35 -2 lines
Diff to previous 1.181 (colored)
+ support for xsd:boolean

Revision 1.181 / (download) - annotate - [select for diffs] , Tue Aug 14 21:48:01 2007 UTC (10 months, 3 weeks ago) by eric
Changes since 1.180: +7 -2 lines
Diff to previous 1.180 (colored)
+ RdfDB::clearAttribution
+ addTriple takes an attribution

Revision 1.180 / (download) - annotate - [select for diffs] , Sun Aug 12 15:51:18 2007 UTC (10 months, 3 weeks ago) by eric
Changes since 1.179: +4 -2 lines
Diff to previous 1.179 (colored)
~ Slurp parses files as utf8

Revision 1.179 / (download) - annotate - [select for diffs] , Fri Aug 10 18:31:08 2007 UTC (10 months, 3 weeks ago) by eric
Changes since 1.178: +26 -9 lines
Diff to previous 1.178 (colored)
~ $resultSet->testTrue(0) can be asserted from parser
+ Ask::evaluateDeletion
+ odd hackery to get scalar count of dbEvaluate{Asser,Dele}tion's array result
~ {Assert,Delete}::delayedEvaluate sets resultSet to number of triples
~ allow URL resolution to work without a source attribution set
+ BinaryTest::toSQL can serialize Urls

Revision 1.178 / (download) - annotate - [select for diffs] , Fri Aug 3 15:36:27 2007 UTC (11 months ago) by eric
Changes since 1.177: +4 -1 lines
Diff to previous 1.177 (colored)
+ ask assertions set the current attribution

Revision 1.177 / (download) - annotate - [select for diffs] , Wed Aug 1 04:12:04 2007 UTC (11 months ago) by eric
Changes since 1.176: +2 -2 lines
Diff to previous 1.176 (colored)
~ simplified Algae2::{addSource,getSourceByName} API

Revision 1.176 / (download) - annotate - [select for diffs] , Tue Jul 31 21:40:56 2007 UTC (11 months ago) by eric
Changes since 1.175: +22 -3 lines
Diff to previous 1.175 (colored)
+ SRX boolean format
+ one-line report entry for unsupported application/sparql-results+json

Revision 1.175 / (download) - annotate - [select for diffs] , Sat Jul 28 18:29:07 2007 UTC (11 months, 1 week ago) by eric
Changes since 1.174: +2 -1 lines
Diff to previous 1.174 (colored)
~ evaluateAssertion is supposed to return added triples

Revision 1.174 / (download) - annotate - [select for diffs] , Fri Jul 20 04:38:01 2007 UTC (11 months, 2 weeks ago) by eric
Changes since 1.173: +11 -3 lines
Diff to previous 1.173 (colored)
+ support for INSERT { GRAPH <x> { ... } }
+ FakeAlgae2 supports sourceAttribution and misc flags

Revision 1.173 / (download) - annotate - [select for diffs] , Tue Jul 17 19:17:35 2007 UTC (11 months, 2 weeks ago) by eric
Changes since 1.172: +24 -2 lines
Diff to previous 1.172 (colored)
+ delete

Revision 1.172 / (download) - annotate - [select for diffs] , Sun Jul 15 15:12:12 2007 UTC (11 months, 3 weeks ago) by eric
Changes since 1.171: +7 -4 lines
Diff to previous 1.171 (colored)
+ testTrue can be turned off
+ testTrue(1) for ::Asserts
+ testTrue(0) for ::Asks

Revision 1.171 / (download) - annotate - [select for diffs] , Sat Jul 14 12:32:12 2007 UTC (11 months, 3 weeks ago) by eric
Changes since 1.170: +7 -2 lines
Diff to previous 1.170 (colored)
+ insulation for vapid graph patterns {}

Revision 1.170 / (download) - annotate - [select for diffs] , Sun Jul 1 23:19:12 2007 UTC (12 months ago) by eric
Changes since 1.169: +5 -7 lines
Diff to previous 1.169 (colored)
~ make AskAll more consistent with other Algae functions

Revision 1.169 / (download) - annotate - [select for diffs] , Sun Jul 1 00:18:16 2007 UTC (12 months, 1 week ago) by eric
Changes since 1.168: +110 -17 lines
Diff to previous 1.168 (colored)
+ ::AskAll
~ purtied up FakeParser a bit

Revision 1.168 / (download) - annotate - [select for diffs] , Sun Jun 24 20:04:51 2007 UTC (12 months, 1 week ago) by eric
Changes since 1.167: +42 -7 lines
Diff to previous 1.167 (colored)
+ alg:federated
+ +toString(-lang => 'SPARQL')
~ Bindings::delayedEvaluate stores already bound variables
+ TriplesAction->getVars
+ Decl->getVars
+ BinaryDecl->getVars

Revision 1.167 / (download) - annotate - [select for diffs] , Fri May 25 21:44:25 2007 UTC (13 months, 1 week ago) by eric
Changes since 1.166: +70 -8 lines
Diff to previous 1.166 (colored)
+ Bindings feature
+ Slurp guesses media type

Revision 1.166 / (download) - annotate - [select for diffs] , Mon Apr 16 00:27:48 2007 UTC (14 months, 3 weeks ago) by eric
Changes since 1.165: +11 -1 lines
Diff to previous 1.165 (colored)
~ ask can call ask

Revision 1.165 / (download) - annotate - [select for diffs] , Sun Apr 8 23:52:21 2007 UTC (14 months, 4 weeks ago) by eric
Changes since 1.164: +5 -2 lines
Diff to previous 1.164 (colored)
+ die-unknown-variables

Revision 1.164 / (download) - annotate - [select for diffs] , Sun Apr 8 23:47:19 2007 UTC (14 months, 4 weeks ago) by eric
Changes since 1.163: +6 -2 lines
Diff to previous 1.163 (colored)
+ warn-unknown-variables

Revision 1.163 / (download) - annotate - [select for diffs] , Sun Apr 8 18:54:09 2007 UTC (14 months, 4 weeks ago) by eric
Changes since 1.162: +10 -2 lines
Diff to previous 1.162 (colored)
~ make Describe constructor work

Revision 1.162 / (download) - annotate - [select for diffs] , Sun Mar 11 16:05:52 2007 UTC (15 months, 3 weeks ago) by eric
Changes since 1.161: +19 -3 lines
Diff to previous 1.161 (colored)
+ W3C::Rdf::UnknownFunctionException
~ EquivTest can be called with $l==$r

Revision 1.161 / (download) - annotate - [select for diffs] , Sat Feb 24 00:31:27 2007 UTC (16 months, 1 week ago) by eric
Changes since 1.160: +20 -3 lines
Diff to previous 1.160 (colored)
+ UnmentionedVariableException

Revision 1.160 / (download) - annotate - [select for diffs] , Fri Feb 23 16:20:26 2007 UTC (16 months, 1 week ago) by eric
Changes since 1.159: +4 -8 lines
Diff to previous 1.159 (colored)
+ move blind atom == atom into Algae2::compare
- bug: stops inserting triples after first duplicate in the DB

Revision 1.159 / (download) - annotate - [select for diffs] , Thu Feb 22 01:08:49 2007 UTC (16 months, 2 weeks ago) by eric
Changes since 1.158: +23 -7 lines
Diff to previous 1.158 (colored)
+ differentiate ordered and sorted flags
+ temporarily force IRI base for URI sublcasses

Revision 1.158 / (download) - annotate - [select for diffs] , Tue Feb 20 14:16:49 2007 UTC (16 months, 2 weeks ago) by eric
Changes since 1.157: +15 -8 lines
Diff to previous 1.157 (colored)
+ support for Decimal and Double
- literal operator
~ string operator behaves like old literal operator
~ datatype operator: Returns the datatype IRI of ltrl if ltrl is a typed literal; returns xsd:string if ltrl is a simple literal; produces an error otherwise.

Revision 1.157 / (download) - annotate - [select for diffs] , Mon Feb 19 15:48:17 2007 UTC (16 months, 2 weeks ago) by eric
Changes since 1.156: +15 -3 lines
Diff to previous 1.156 (colored)
~ 11.4.6 lang: Returns the language tag of ltrl, if it has one. It returns "" if ltrl has no language tag.
+ 11.4.11 langMatches:  xsd:boolean   langMatches (simple literal language-tag, simple literal language-range)

Revision 1.156 / (download) - annotate - [select for diffs] , Sat Feb 17 23:29:26 2007 UTC (16 months, 2 weeks ago) by eric
Changes since 1.155: +8 -2 lines
Diff to previous 1.155 (colored)
+ GraphPatterns can be empty
+ support setLastConstraints API

Revision 1.155 / (download) - annotate - [select for diffs] , Sat Feb 10 09:22:56 2007 UTC (16 months, 3 weeks ago) by eric
Changes since 1.154: +2 -2 lines
Diff to previous 1.154 (colored)
+ make lang a string so it can be compared with everything else

Revision 1.154 / (download) - annotate - [select for diffs] , Thu Feb 1 15:58:34 2007 UTC (17 months ago) by eric
Changes since 1.153: +11 -75 lines
Diff to previous 1.153 (colored)
+ toString(-htmlClassMap => {...})
- SPDL-specific stuff
~ W3C::Rdf::Attribution::Inference->{FACTS} now an RdfDB
+ NovelBNodes and NovelVars now have label names

Revision 1.153 / (download) - annotate - [select for diffs] , Sat Jan 27 17:59:30 2007 UTC (17 months, 1 week ago) by eric
Changes since 1.152: +5 -1 lines
Diff to previous 1.152 (colored)
+ GraphPatteren::toAssertion

Revision 1.152 / (download) - annotate - [select for diffs] , Sat Jan 27 17:42:54 2007 UTC (17 months, 1 week ago) by eric
Changes since 1.151: +43 -5 lines
Diff to previous 1.151 (colored)
+ GraphPatteren decl wrapper
- remove "[]"s from BNode::toString
+ beef up FakeParser

Revision 1.151 / (download) - annotate - [select for diffs] , Sun Nov 19 07:46:56 2006 UTC (19 months, 2 weeks ago) by eric
Changes since 1.150: +19 -1 lines
Diff to previous 1.150 (colored)
~ moved FakeParser to AlgaeCompileTree

Revision 1.150 / (download) - annotate - [select for diffs] , Sat Nov 4 21:44:46 2006 UTC (20 months ago) by eric
Changes since 1.149: +8 -1 lines
Diff to previous 1.149 (colored)
+ sameTerm

Revision 1.149 / (download) - annotate - [select for diffs] , Sat Oct 28 06:54:24 2006 UTC (20 months, 1 week ago) by eric
Changes since 1.148: +12 -4 lines
Diff to previous 1.148 (colored)
+ moved mfx:LangCaseInsensitivity from W3C::Rdf::Algae2::compare to W3C::Rdf::AlgaeCompileTree::EquivTest::_val1

Revision 1.148 / (download) - annotate - [select for diffs] , Fri Oct 27 18:36:57 2006 UTC (20 months, 1 week ago) by eric
Changes since 1.147: +29 -31 lines
Diff to previous 1.147 (colored)
+ LeGeIncludeEq
+ moved [[simple literal < simple literal]] from W3C::Rdf::Algae2::compare to W3C::Rdf::AlgaeCompileTree::BinaryTest::_val1
~ details from <a href="http://unagi/2001/sw/DataAccess/rq23/rq24#ebv">RDFterm-equal</a>

Revision 1.147 / (download) - annotate - [select for diffs] , Thu Oct 26 21:12:08 2006 UTC (20 months, 1 week ago) by eric
Changes since 1.146: +2 -9 lines
Diff to previous 1.146 (colored)
+ move [[plain literal cmp plain literal]] from W3C::Rdf::AlgaeCompileTree::BinaryTest::_val1 to Algae2::compare

Revision 1.146 / (download) - annotate - [select for diffs] , Thu Oct 26 21:07:50 2006 UTC (20 months, 1 week ago) by eric
Changes since 1.145: +9 -2 lines
Diff to previous 1.145 (colored)
+ plain literal cmp plain literal

Revision 1.145 / (download) - annotate - [select for diffs] , Thu Oct 26 20:15:38 2006 UTC (20 months, 1 week ago) by eric
Changes since 1.144: +24 -7 lines
Diff to previous 1.144 (colored)
+ figured out KnownTypesDefault2Neq

Revision 1.144 / (download) - annotate - [select for diffs] , Tue Oct 24 13:55:17 2006 UTC (20 months, 1 week ago) by eric
Changes since 1.143: +12 -10 lines
Diff to previous 1.143 (colored)
- moved type comparison code from Atoms to Algae2
+ a missing nullOut

Revision 1.143 / (download) - annotate - [select for diffs] , Wed Oct 11 06:20:24 2006 UTC (20 months, 3 weeks ago) by eric
Changes since 1.142: +19 -13 lines
Diff to previous 1.142 (colored)
~ make SelectStar a temporary holder for a later Collect
~ change calling convention for AlgaeCompileTree::SelectStar
~ stupid Atoms::getString interface wants a bare lang
~ AlgaeCompileTree::Int corresponds to an xsd:integer

Revision 1.142 / (download) - annotate - [select for diffs] , Sun Aug 13 13:11:38 2006 UTC (22 months, 3 weeks ago) by eric
Changes since 1.141: +2 -2 lines
Diff to previous 1.141 (colored)
+ pass DISTINCT flag to ResultSet::trim

Revision 1.141 / (download) - annotate - [select for diffs] , Fri Mar 10 19:31:12 2006 UTC (2 years, 3 months ago) by eric
Changes since 1.140: +129 -10 lines
Diff to previous 1.140 (colored)
+ Pattern
+ XPath
+ {TriplesAction,Conjunction,Decl}::toAssertion
+ {TriplesAction,Option,Decl}::assignVarIndexes
+ casting functions for subtypes of xsd:decimal

Revision 1.140 / (download) - annotate - [select for diffs] , Tue Jan 17 23:51:35 2006 UTC (2 years, 5 months ago) by eric
Changes since 1.139: +23 -6 lines
Diff to previous 1.139 (colored)
+ EBV and compare support for non-numeric type xsd:boolean
+ experimental support for literal

Revision 1.139 / (download) - annotate - [select for diffs] , Mon Nov 21 11:46:53 2005 UTC (2 years, 7 months ago) by eric
Changes since 1.138: +8 -1 lines
Diff to previous 1.138 (colored)
+ isIRI

Revision 1.138 / (download) - annotate - [select for diffs] , Wed Sep 28 18:53:28 2005 UTC (2 years, 9 months ago) by eric
Changes since 1.137: +24 -21 lines
Diff to previous 1.137 (colored)
~ make boolean false be 0 instead of undef
+ use EBVs for all logical comparisons
- disable caveat tracking on unknown types

Revision 1.137 / (download) - annotate - [select for diffs] , Sat Sep 24 10:14:00 2005 UTC (2 years, 9 months ago) by eric
Changes since 1.136: +5 -5 lines
Diff to previous 1.136 (colored)
~ fixed not implemented error messages
~ makde equiv test return an interned type

Revision 1.136 / (download) - annotate - [select for diffs] , Sun Aug 28 12:24:54 2005 UTC (2 years, 10 months ago) by eric
Changes since 1.135: +8 -5 lines
Diff to previous 1.135 (colored)
don't do any canonicalization on URIs

Revision 1.135 / (download) - annotate - [select for diffs] , Tue Aug 9 21:41:35 2005 UTC (2 years, 10 months ago) by eric
Changes since 1.134: +153 -117 lines
Diff to previous 1.134 (colored)
pass IncorrectTypeException and IncorrectTypeException to ResultSet

Revision 1.134 / (download) - annotate - [select for diffs] , Wed Aug 3 15:55:49 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.133: +6 -3 lines
Diff to previous 1.133 (colored)
separate AtomOperations

Revision 1.133 / (download) - annotate - [select for diffs] , Sun Jul 31 16:52:11 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.132: +47 -14 lines
Diff to previous 1.132 (colored)
+ support for rdfs:Resource and rdfs:Literal
~ fixed up regex
~ adapted FuncCall::toString() to FuncCall's union of operator and function

Revision 1.132 / (download) - annotate - [select for diffs] , Sat Jul 30 20:47:18 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.131: +121 -48 lines
Diff to previous 1.131 (colored)
- move namespace handler into parsers
+ place for nestleConstraints
~ move towards evaluating all SELECTS
+ constraints offer evaluateQTerm interface
+ start XML Schema datatype operator matching
+ implemented numeric ops

Revision 1.131 / (download) - annotate - [select for diffs] , Thu May 26 09:23:19 2005 UTC (3 years, 1 month ago) by eric
Changes since 1.130: +7 -3 lines
Diff to previous 1.130 (colored)
added gensym BNodes and gensym vars

Revision 1.130 / (download) - annotate - [select for diffs] , Tue May 17 23:47:15 2005 UTC (3 years, 1 month ago) by eric
Changes since 1.129: +30 -1 lines
Diff to previous 1.129 (colored)
added NovelBNode for generated results

Revision 1.129 / (download) - annotate - [select for diffs] , Wed May 4 06:38:33 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.128: +7 -1 lines
Diff to previous 1.128 (colored)
null out branch of disjunction that was not taken

Revision 1.128 / (download) - annotate - [select for diffs] , Tue May 3 12:20:43 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.127: +72 -49 lines
Diff to previous 1.127 (colored)
move evaluation constraints to all decls

Revision 1.127 / (download) - annotate - [select for diffs] , Tue May 3 10:21:04 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.126: +21 -18 lines
Diff to previous 1.126 (colored)
changing AlgaeCompileTree class hierarchy and interface

Revision 1.126 / (download) - annotate - [select for diffs] , Thu Apr 28 16:45:28 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.125: +14 -29 lines
Diff to previous 1.125 (colored)
implemented sorting in ResultSet

Revision 1.125 / (download) - annotate - [select for diffs] , Tue Apr 26 18:10:21 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.124: +8 -7 lines
Diff to previous 1.124 (colored)
fix look control

Revision 1.124 / (download) - annotate - [select for diffs] , Tue Apr 26 10:47:32 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.123: +11 -3 lines
Diff to previous 1.123 (colored)
added xml lang support

Revision 1.123 / (download) - annotate - [select for diffs] , Sun Apr 24 13:02:07 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.122: +5 -4 lines
Diff to previous 1.122 (colored)
make casting functions produce a typed literal

Revision 1.122 / (download) - annotate - [select for diffs] , Sat Apr 23 11:41:05 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.121: +15 -6 lines
Diff to previous 1.121 (colored)
consitent empty contraints storage

Revision 1.121 / (download) - annotate - [select for diffs] , Mon Apr 18 10:17:31 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.120: +9 -3 lines
Diff to previous 1.120 (colored)
implemented SPARQL ask

Revision 1.120 / (download) - annotate - [select for diffs] , Sat Apr 16 23:43:11 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.119: +29 -17 lines
Diff to previous 1.119 (colored)
+ added per-statement constraints checking
+ restored scalar refs for variable lookfors

Revision 1.119 / (download) - annotate - [select for diffs] , Wed Apr 13 11:15:51 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.118: +126 -12 lines
Diff to previous 1.118 (colored)
added support for list members

Revision 1.118 / (download) - annotate - [select for diffs] , Fri Apr 8 09:39:15 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.117: +100 -45 lines
Diff to previous 1.117 (colored)
waffled back on = operator

Revision 1.117 / (download) - annotate - [select for diffs] , Tue Apr 5 11:31:26 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.116: +28 -2 lines
Diff to previous 1.116 (colored)
added int cast

Revision 1.116 / (download) - annotate - [select for diffs] , Tue Apr 5 10:06:51 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.115: +5 -3 lines
Diff to previous 1.115 (colored)
return the NULL atom rather than undef

Revision 1.115 / (download) - annotate - [select for diffs] , Sat Apr 2 18:42:10 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.114: +15 -1 lines
Diff to previous 1.114 (colored)
got limit and offset working

Revision 1.114 / (download) - annotate - [select for diffs] , Sat Apr 2 08:34:24 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.113: +45 -4 lines
Diff to previous 1.113 (colored)
added support for DISTINCT

Revision 1.113 / (download) - annotate - [select for diffs] , Fri Apr 1 10:54:58 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.112: +113 -86 lines
Diff to previous 1.112 (colored)
organized function and operator invocations

Revision 1.112 / (download) - annotate - [select for diffs] , Thu Mar 31 07:25:27 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.111: +92 -49 lines
Diff to previous 1.111 (colored)
got datatypes working

Revision 1.111 / (download) - annotate - [select for diffs] , Wed Mar 30 16:08:12 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.110: +3 -2 lines
Diff to previous 1.110 (colored)
added xml:base support

Revision 1.110 / (download) - annotate - [select for diffs] , Wed Mar 30 08:50:24 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.109: +73 -2 lines
Diff to previous 1.109 (colored)
added operators from http://spam.w3.org/2001/sw/DataAccess/rq23/#OperatorMapping

Revision 1.109 / (download) - annotate - [select for diffs] , Wed Mar 30 04:05:16 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.108: +58 -42 lines
Diff to previous 1.108 (colored)
+ constraint evaluation on conjunction
. still need to see how much to widen that up

Revision 1.108 / (download) - annotate - [select for diffs] , Tue Mar 29 11:31:57 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.107: +31 -3 lines
Diff to previous 1.107 (colored)
added constraints processing to Conjunction

Revision 1.107 / (download) - annotate - [select for diffs] , Tue Mar 29 10:56:15 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.106: +5 -4 lines
Diff to previous 1.106 (colored)
add distinct parameter

Revision 1.106 / (download) - annotate - [select for diffs] , Mon Oct 25 20:37:44 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.105: +1 -5 lines
Diff to previous 1.105 (colored)
got rid of ResultSet's USED state

Revision 1.105 / (download) - annotate - [select for diffs] , Sat Oct 23 00:39:34 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.104: +5 -2 lines
Diff to previous 1.104 (colored)
fix up binary toString method

Revision 1.104 / (download) - annotate - [select for diffs] , Sun Oct 17 19:01:16 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.103: +4 -1 lines
Diff to previous 1.103 (colored)
fix the path computation (needs trailing '/' for concatonation)

Revision 1.103 / (download) - annotate - [select for diffs] , Sun Oct 17 17:43:21 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.102: +3 -3 lines
Diff to previous 1.102 (colored)
fixed relative URL bases

Revision 1.102 / (download) - annotate - [select for diffs] , Sun Oct 17 16:50:07 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.101: +53 -4 lines
Diff to previous 1.101 (colored)
added base support

Revision 1.101 / (download) - annotate - [select for diffs] , Sun Oct 17 14:21:15 2004 UTC (3 years, 8 months ago) by eric
Changes since 1.100: +8 -1 lines
Diff to previous 1.100 (colored)
added FileSystemBD

Revision 1.100 / (download) - annotate - [select for diffs] , Wed Oct 6 15:18:43 2004 UTC (3 years, 9 months ago) by eric
Changes since 1.99: +4 -4 lines
Diff to previous 1.99 (colored)
switch to SqlDB for common identifier for SqlDB

Revision 1.99 / (download) - annotate - [select for diffs] , Tue Sep 28 05:41:12 2004 UTC (3 years, 9 months ago) by eric
Changes since 1.98: +9 -3 lines
Diff to previous 1.98 (colored)
added CONSTR_EVAL markers

Revision 1.98 / (download) - annotate - [select for diffs] , Thu Sep 23 20:42:59 2004 UTC (3 years, 9 months ago) by eric
Changes since 1.97: +6 -1 lines
Diff to previous 1.97 (colored)
method notes for where i'm going with constraints

Revision 1.97 / (download) - annotate - [select for diffs] , Wed Sep 15 18:07:48 2004 UTC (3 years, 9 months ago) by eric
Changes since 1.96: +11 -1 lines
Diff to previous 1.96 (colored)
RXQuery support

Revision 1.96 / (download) - annotate - [select for diffs] , Thu Aug 12 17:36:49 2004 UTC (3 years, 10 months ago) by eric
Changes since 1.95: +8 -1 lines
Diff to previous 1.95 (colored)
added constraint disjunction

Revision 1.95 / (download) - annotate - [select for diffs] , Mon Aug 9 18:55:45 2004 UTC (3 years, 10 months ago) by eric
Changes since 1.94: +9 -2 lines
Diff to previous 1.94 (colored)
W3C::Rdf::AlgaeCompileTree::DelayedQName::toString method works when unresolved

Revision 1.94 / (download) - annotate - [select for diffs] , Sat Jul 31 13:20:32 2004 UTC (3 years, 11 months ago) by eric
Changes since 1.93: +7 -14 lines
Diff to previous 1.93 (colored)
make parsing API consistent

Revision 1.93 / (download) - annotate - [select for diffs] , Mon Jul 12 16:56:54 2004 UTC (3 years, 11 months ago) by eric
Changes since 1.92: +1 -2 lines
Diff to previous 1.92 (colored)
added N3 parser

Revision 1.92 / (download) - annotate - [select for diffs] , Thu Jul 8 23:51:06 2004 UTC (3 years, 11 months ago) by eric
Changes since 1.91: +3 -3 lines
Diff to previous 1.91 (colored)
DESCRIBE URI worky

Revision 1.91 / (download) - annotate - [select for diffs] , Wed Jul 7 12:43:23 2004 UTC (4 years ago) by eric
Changes since 1.90: +3 -7 lines
Diff to previous 1.90 (colored)
describe worky

Revision 1.90 / (download) - annotate - [select for diffs] , Wed Jul 7 11:57:40 2004 UTC (4 years ago) by eric
Changes since 1.89: +33 -7 lines
Diff to previous 1.89 (colored)
groundwork for describe

Revision 1.89 / (download) - annotate - [select for diffs] , Wed Jul 7 11:18:15 2004 UTC (4 years ago) by eric
Changes since 1.88: +30 -3 lines
Diff to previous 1.88 (colored)
BRQL worky

Revision 1.88 / (download) - annotate - [select for diffs] , Tue Jun 29 08:38:12 2004 UTC (4 years ago) by eric
Changes since 1.87: +47 -8 lines
Diff to previous 1.87 (colored)
added function call support

Revision 1.87 / (download) - annotate - [select for diffs] , Sat Jun 26 01:30:14 2004 UTC (4 years ago) by eric
Changes since 1.86: +36 -3 lines
Diff to previous 1.86 (colored)
fixed up distant NULL bindings for optional triples

Revision 1.86 / (download) - annotate - [select for diffs] , Wed Jun 23 14:42:39 2004 UTC (4 years ago) by eric
Changes since 1.85: +54 -1 lines
Diff to previous 1.85 (colored)
added reflection

Revision 1.85 / (download) - annotate - [select for diffs] , Wed Jun 23 11:01:05 2004 UTC (4 years ago) by eric
Changes since 1.84: +2 -1 lines
Diff to previous 1.84 (colored)
need exception support in Or

Revision 1.84 / (download) - annotate - [select for diffs] , Sun Jun 20 09:39:14 2004 UTC (4 years ago) by eric
Changes since 1.83: +42 -1 lines
Diff to previous 1.83 (colored)
comply with assert profile

Revision 1.83 / (download) - annotate - [select for diffs] , Fri Jun 18 10:46:33 2004 UTC (4 years ago) by eric
Changes since 1.82: +3 -7 lines
Diff to previous 1.82 (colored)
restored NULLs

Revision 1.82 / (download) - annotate - [select for diffs] , Wed Jun 16 11:49:21 2004 UTC (4 years ago) by eric
Changes since 1.81: +4 -4 lines
Diff to previous 1.81 (colored)
change key name and linked database class

Revision 1.81 / (download) - annotate - [select for diffs] , Sat Jun 12 12:49:34 2004 UTC (4 years ago) by eric
Changes since 1.80: +71 -3 lines
Diff to previous 1.80 (colored)
added accessors to the different disjunctions

Revision 1.80 / (download) - annotate - [select for diffs] , Sat Jun 12 06:27:23 2004 UTC (4 years ago) by eric
Changes since 1.79: +3 -3 lines
Diff to previous 1.79 (colored)
old API

Revision 1.79 / (download) - annotate - [select for diffs] , Fri Jun 11 02:59:46 2004 UTC (4 years ago) by eric
Changes since 1.78: +31 -8 lines
Diff to previous 1.78 (colored)
nested optionals

Revision 1.78 / (download) - annotate - [select for diffs] , Mon Jun 7 01:23:24 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored)
added POD docs

Revision 1.77 / (download) - annotate - [select for diffs] , Mon Jun 7 01:22:54 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.76: +59 -1 lines
Diff to previous 1.76 (colored)
added POD docs

Revision 1.76 / (download) - annotate - [select for diffs] , Sun Jun 6 09:10:41 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.75: +5 -3 lines
Diff to previous 1.75 (colored)
evaluate relative to source attribution

Revision 1.75 / (download) - annotate - [select for diffs] , Sun Jun 6 01:26:39 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.74: +71 -13 lines
Diff to previous 1.74 (colored)
added W3C::Rdf::SafeEvaluationException

Revision 1.74 / (download) - annotate - [select for diffs] , Sat Jun 5 09:46:07 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.73: +8 -3 lines
Diff to previous 1.73 (colored)
added bit flip

Revision 1.73 / (download) - annotate - [select for diffs] , Fri Jun 4 11:38:59 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.72: +61 -19 lines
Diff to previous 1.72 (colored)
using xsd:ints for nums internally

Revision 1.72 / (download) - annotate - [select for diffs] , Fri Jun 4 07:46:15 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.71: +14 -4 lines
Diff to previous 1.71 (colored)
improve Algae2 serializer (toString method)

Revision 1.71 / (download) - annotate - [select for diffs] , Fri Jun 4 06:33:23 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.70: +5 -3 lines
Diff to previous 1.70 (colored)
fixed logical Or problem and made all results be non-null xsd:ints

Revision 1.70 / (download) - annotate - [select for diffs] , Fri Jun 4 04:26:56 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.69: +10 -1 lines
Diff to previous 1.69 (colored)
added arithmetic ops for RDQL

Revision 1.69 / (download) - annotate - [select for diffs] , Thu Jun 3 03:24:16 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored)
have slurp and constriants working

Revision 1.68 / (download) - annotate - [select for diffs] , Wed Jun 2 01:09:54 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.67: +63 -12 lines
Diff to previous 1.67 (colored)
added RDQL support

Revision 1.67 / (download) - annotate - [select for diffs] , Fri May 7 00:18:21 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.66: +18 -20 lines
Diff to previous 1.66 (colored)
bnodes are static; disable vestigial triplesMatching before insert

Revision 1.66 / (download) - annotate - [select for diffs] , Mon May 3 21:41:33 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.65: +39 -9 lines
Diff to previous 1.65 (colored)
added support for floats

Revision 1.65 / (download) - annotate - [select for diffs] , Wed Apr 7 06:27:46 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)
typo

Revision 1.64 / (download) - annotate - [select for diffs] , Tue Mar 30 07:36:33 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.63: +18 -9 lines
Diff to previous 1.63 (colored)
atomized AlgaeCompileTree (no duplicate rules with the same normalized form)

Revision 1.63 / (download) - annotate - [select for diffs] , Tue Mar 30 07:06:47 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.62: +9 -7 lines
Diff to previous 1.62 (colored)
cleaned up output a bit

Revision 1.62 / (download) - annotate - [select for diffs] , Mon Mar 29 18:41:44 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.61: +18 -9 lines
Diff to previous 1.61 (colored)
added n3 output

Revision 1.61 / (download) - annotate - [select for diffs] , Mon Mar 29 06:35:21 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.60: +4 -4 lines
Diff to previous 1.60 (colored)
s/GenId/BNode/g

Revision 1.60 / (download) - annotate - [select for diffs] , Mon Mar 29 06:13:35 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.59: +1 -2 lines
Diff to previous 1.59 (colored)
got rid of RuleRef (not needed)

Revision 1.59 / (download) - annotate - [select for diffs] , Mon Mar 29 02:38:58 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.58: +12 -4 lines
Diff to previous 1.58 (colored)
parallel statement attribution model

Revision 1.58 / (download) - annotate - [select for diffs] , Mon Mar 29 01:44:54 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.57: +10 -8 lines
Diff to previous 1.57 (colored)
keep fake array from being generated

Revision 1.57 / (download) - annotate - [select for diffs] , Sun Mar 28 16:50:58 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.56: +67 -54 lines
Diff to previous 1.56 (colored)
switched to flags-based toString

Revision 1.56 / (download) - annotate - [select for diffs] , Sun Mar 28 05:28:48 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.55: +28 -8 lines
Diff to previous 1.55 (colored)
using array form toString

Revision 1.55 / (download) - annotate - [select for diffs] , Fri Mar 26 13:46:01 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.54: +4 -4 lines
Diff to previous 1.54 (colored)
fixed (or at least improved) indexing of visited inferences

Revision 1.54 / (download) - annotate - [select for diffs] , Wed Mar 24 08:51:12 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.53: +4 -4 lines
Diff to previous 1.53 (colored)
fix parameter names and number

Revision 1.53 / (download) - annotate - [select for diffs] , Thu Mar 11 06:34:25 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.52: +50 -37 lines
Diff to previous 1.52 (colored)
working with new Attribution structure

Revision 1.52 / (download) - annotate - [select for diffs] , Tue Mar 9 18:10:28 2004 UTC (4 years, 3 months ago) by eric
Changes since 1.51: +94 -73 lines
Diff to previous 1.51 (colored)
got rules working again, reworked Attributions for proofs

Revision 1.51 / (download) - annotate - [select for diffs] , Fri Feb 27 04:48:26 2004 UTC (4 years, 4 months ago) by eric
Changes since 1.50: +8 -7 lines
Diff to previous 1.50 (colored)
playing with trust/proof model

Revision 1.50 / (download) - annotate - [select for diffs] , Wed Feb 25 11:01:36 2004 UTC (4 years, 4 months ago) by eric
Changes since 1.49: +8 -7 lines
Diff to previous 1.49 (colored)
prep for proofs

Revision 1.49 / (download) - annotate - [select for diffs] , Wed Feb 25 04:21:54 2004 UTC (4 years, 4 months ago) by eric
Changes since 1.48: +15 -11 lines
Diff to previous 1.48 (colored)
got inference working slower

Revision 1.48 / (download) - annotate - [select for diffs] , Tue Feb 10 04:16:15 2004 UTC (4 years, 4 months ago) by eric
Changes since 1.47: +52 -8 lines
Diff to previous 1.47 (colored)
non-parser constructors for manually building compile trees

Revision 1.47 / (download) - annotate - [select for diffs] , Fri Jan 30 15:28:12 2004 UTC (4 years, 5 months ago) by eric
Changes since 1.46: +15 -7 lines
Diff to previous 1.46 (colored)
getting annotea working with new attributions

Revision 1.46 / (download) - annotate - [select for diffs] , Mon Dec 8 21:53:38 2003 UTC (4 years, 6 months ago) by eric
Changes since 1.45: +44 -13 lines
Diff to previous 1.45 (colored)
docs for AlgaeParser and AlgaeCompileTree

Revision 1.45 / (download) - annotate - [select for diffs] , Mon Dec 8 20:54:01 2003 UTC (4 years, 6 months ago) by eric
Changes since 1.44: +169 -169 lines
Diff to previous 1.44 (colored)
s/AlgaeStructure/AlgaeCompileTree/

Revision 1.44 / (download) - annotate - [select for diffs] , Mon Dec 8 19:02:17 2003 UTC (4 years, 6 months ago) by eric
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)
switched to RdfDB for proofs, brought FingerDB up to date

Revision 1.43 / (download) - annotate - [select for diffs] , Sun Dec 7 01:53:51 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.42: +4 -2 lines
Diff to previous 1.42 (colored)
fixed typed literals

Revision 1.42 / (download) - annotate - [select for diffs] , Sun Dec 7 00:13:44 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored)
added datatypes support

Revision 1.41 / (download) - annotate - [select for diffs] , Fri Dec 5 11:36:46 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.40: +37 -3 lines
Diff to previous 1.40 (colored)
hosting seems to work

Revision 1.40 / (download) - annotate - [select for diffs] , Wed Dec 3 14:57:28 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.39: +17 -9 lines
Diff to previous 1.39 (colored)
switched to AttributionList and cleaned out bagIDs

Revision 1.39 / (download) - annotate - [select for diffs] , Sun Nov 30 15:14:22 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.38: +3 -4 lines
Diff to previous 1.38 (colored)
major cleanup of API and modules

Revision 1.38 / (download) - annotate - [select for diffs] , Sun Nov 30 13:44:14 2003 UTC (4 years, 7 months ago) by eric
Changes since 1.37: +14 -1 lines
Diff to pr