W3C CVS Root

CVS log for libwww/Library/src/HTRDF.c

[BACK] Up to [Public] / libwww / Library / src

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.13: download - view: text, markup, annotated - select for diffs
Sun Feb 5 20:35:58 2006 UTC (18 years, 2 months ago) by vbancrof
Branches: MAIN
CVS tags: candidate-5-4-1, HEAD
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +12 -2 lines
performance enhancement from David Brown at slecs.ca

Revision 2.12: download - view: text, markup, annotated - select for diffs
Wed Aug 30 13:01:57 2000 UTC (23 years, 8 months ago) by barstow
Branches: MAIN
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
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +19 -9 lines
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 - view: text, markup, annotated - select for diffs
Fri Aug 18 13:25:39 2000 UTC (23 years, 8 months ago) by barstow
Branches: MAIN
Diff to: previous 2.10: preferred, colored
Changes since revision 2.10: +71 -62 lines
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 - view: text, markup, annotated - select for diffs
Fri Aug 18 11:39:24 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +45 -32 lines
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 - view: text, markup, annotated - select for diffs
Thu Aug 17 19:31:40 2000 UTC (23 years, 8 months ago) by barstow
Branches: MAIN
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +146 -52 lines
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 - view: text, markup, annotated - select for diffs
Thu Aug 17 13:39:31 2000 UTC (23 years, 8 months ago) by barstow
Branches: MAIN
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +26 -7 lines
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 - view: text, markup, annotated - select for diffs
Wed Aug 16 14:28:34 2000 UTC (23 years, 8 months ago) by barstow
Branches: MAIN
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +12 -15 lines
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 - view: text, markup, annotated - select for diffs
Wed Aug 9 15:42:52 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +35 -27 lines
JK: minor changes for Art.

Revision 2.5: download - view: text, markup, annotated - select for diffs
Wed Aug 9 14:19:07 2000 UTC (23 years, 8 months ago) by barstow
Branches: MAIN
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +129 -0 lines
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 - view: text, markup, annotated - select for diffs
Fri Aug 4 13:07:48 2000 UTC (23 years, 9 months ago) by barstow
Branches: MAIN
CVS tags: Release-5-3-1
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +49 -5 lines
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 - view: text, markup, annotated - select for diffs
Wed May 5 18:41:49 1999 UTC (25 years ago) by frystyk
Branches: MAIN
CVS tags: Amaya_2_4, Amaya-3-2-1, Amaya-3-2
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +163 -161 lines
Changed the type String to char * as String conflicted with other definitions.

Revision 2.2: download - view: text, markup, annotated - select for diffs
Sun Apr 18 23:16:51 1999 UTC (25 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +2 -2 lines
fixed typo

Revision 2.1: download - view: text, markup, annotated - select for diffs
Sun Apr 18 20:23:51 1999 UTC (25 years ago) by frystyk
Branches: MAIN
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

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

Webmaster