CVS log for libwww/Library/src/HTRDF.c
Up to [Public] / libwww / Library / src
Request diff between arbitrary revisions
Default branch: 2
Revision 2.13 / (download) - annotate - [select for diffs]
, Sun Feb 5 20:35:58 2006 UTC (2 years, 4 months ago) by vbancrof
CVS Tags: candidate-5-4-1,
HEAD
Changes since 2.12: +12 -2
lines
Diff to previous 2.12
(colored)
performance enhancement from David Brown at slecs.ca
Revision 2.12 / (download) - annotate - [select for diffs]
, Wed Aug 30 13:01:57 2000 UTC (7 years, 10 months ago) by barstow
CVS Tags: repeat-requests,
before_webdav,
Release-5-4-0,
Amaya-6-3,
Amaya-6-1,
Amaya-5-2,
Amaya-4-3-2,
Amaya-4-3-1,
Amaya-4-3,
Amaya-4-1-2,
Amaya-4-1-0,
Amaya-4-0-0,
Amaya
Changes since 2.11: +19 -9
lines
Diff to previous 2.11
(colored)
AB: Fixed a bug in handling typedNode rules.
Added a void * context parameter to HTRDF_parse{File,Buffer}
so that application-specific pointer will be availble in the
triple callback function.
Revision 2.11 / (download) - annotate - [select for diffs]
, Fri Aug 18 13:25:39 2000 UTC (7 years, 10 months ago) by barstow
Changes since 2.10: +71 -62
lines
Diff to previous 2.10
(colored)
AB: Changed public APIs for HTRDF_parse{File,Buffer} to return
BOOL instead of char * to be more consistent with other public
functions.
Revision 2.10 / (download) - annotate - [select for diffs]
, Fri Aug 18 11:39:24 2000 UTC (7 years, 10 months ago) by kahan
Changes since 2.9: +45 -32
lines
Diff to previous 2.9
(colored)
JK: Changed the name of the new RDF functions to HTRDF_function,
to conform to the standard API.
Slightly changed the function comments.
Revision 2.9 / (download) - annotate - [select for diffs]
, Thu Aug 17 19:31:40 2000 UTC (7 years, 10 months ago) by barstow
Changes since 2.8: +146 -52
lines
Diff to previous 2.8
(colored)
AB: Added HTRDFParseBuffer - a new public function for the
RDF parser. This API takes an arbitrary buffer (char *) of
RDF and feeds it to the RDF parser. The API includes a
triple callback handler so the application can be notified
when the RDF parser creates a triple.
Revision 2.8 / (download) - annotate - [select for diffs]
, Thu Aug 17 13:39:31 2000 UTC (7 years, 10 months ago) by barstow
Changes since 2.7: +26 -7
lines
Diff to previous 2.7
(colored)
AB: Fixed a memory leak. (HTElement structures for elements
within a property with parseType="Literal" were not free'd
after the parser was done.)
Revision 2.7 / (download) - annotate - [select for diffs]
, Wed Aug 16 14:28:34 2000 UTC (7 years, 10 months ago) by barstow
Changes since 2.6: +12 -15
lines
Diff to previous 2.6
(colored)
AB: Added code to circumvent calls to HTSAlloc (via StrAllocCopy)
when the src and dest were identical (this causes a free'd
pointer to be used) or both NULL.
Changed addMarkup{Add,End} to make one call to StrAllocMCat
instead of multiple StrAllocCat calls.
Revision 2.6 / (download) - annotate - [select for diffs]
, Wed Aug 9 15:42:52 2000 UTC (7 years, 10 months ago) by kahan
Changes since 2.5: +35 -27
lines
Diff to previous 2.5
(colored)
JK: minor changes for Art.
Revision 2.5 / (download) - annotate - [select for diffs]
, Wed Aug 9 14:19:07 2000 UTC (7 years, 10 months ago) by barstow
Changes since 2.4: +129 -0
lines
Diff to previous 2.4
(colored)
AB: added a new API - HTRDFParseFile that parses a file of
RDF without requiring the use of libwww initialization/callback
routines.
Revision 2.4 / (download) - annotate - [select for diffs]
, Fri Aug 4 13:07:48 2000 UTC (7 years, 11 months ago) by barstow
CVS Tags: Release-5-3-1
Changes since 2.3: +49 -5
lines
Diff to previous 2.3
(colored)
Fixed a bug with the handling of parseType="Literal". None of
the elements [and attributes if there were any] were added to the
literal. The only string that was added to the literal was the
elements' content (aka CDATA).
Revision 2.3 / (download) - annotate - [select for diffs]
, Wed May 5 18:41:49 1999 UTC (9 years, 2 months ago) by frystyk
CVS Tags: Amaya_2_4,
Amaya-3-2-1,
Amaya-3-2
Changes since 2.2: +163 -161
lines
Diff to previous 2.2
(colored)
Changed the type String to char * as String conflicted with other definitions.
Revision 2.2 / (download) - annotate - [select for diffs]
, Sun Apr 18 23:16:51 1999 UTC (9 years, 2 months ago) by frystyk
Changes since 2.1: +2 -2
lines
Diff to previous 2.1
(colored)
fixed typo
Revision 2.1 / (download) - annotate - [select for diffs]
, Sun Apr 18 20:23:51 1999 UTC (9 years, 2 months ago) by frystyk
Diff
John Punin: First (but very good) cut at RDF parser in libwww. The
parser a C translation of the SiRPAC java based RDF parser, see
"http://www.w3.org/RDF/Implementations/SiRPAC/". The parser uses James
Clark's expat XML parser
This form allows you to request diff's 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.
Webmaster