Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
New functions, types and enums
Functions
* void raptor_sequence_sort_r(raptor_sequence* seq,
raptor_data_compare_arg_handler compare, void* user_data) - Uses
raptor_sort_r() internally.
* void raptor_sort_r(void *base, size_t nel, size_t width,
raptor_data_compare_arg_handler compar, void *user_data)
* int raptor_world_get_parsers_count(raptor_world* world)
* int raptor_world_get_serializers_count(raptor_world* world)
Types
* raptor_data_compare_arg_handler - Used by raptor_sort_r()
|
|
2014-05-05 Raptor2 Version 2.0.14 Released
Many code quality fixes from clang and coverity primarily in error path
cleanups (oom) and dead code.
Fixed Turtle 1.1 parser about triple quoting alignment with SPARQL
A few internal changes.
|
|
|
|
2013-01-29 Raptor2 Version 2.0.13 Released
Fix configure not finding curl when curl-config --cflags is empty
Fixed reported issue: 0000562.
|
|
|
|
2013-12-13 Raptor2 Version 2.0.12 Released
N-Triples / N-Quads parser updated to pass all the RDF.1 2013 tests
Added raptor_new_term_from_counted_string()
|
|
Changes between raptor2 2.0.10 and 2.0.10
New functions, types and enums
Functions
+ unsigned char* raptor_qname_format_as_xml(const raptor_qname *qname, size_t
*length_p)
+ int raptor_uri_uri_string_is_absolute(const unsigned char* uri_string)
|
|
New functions, types and enums
Functions
● int raptor_string_escaped_write(const unsigned char *string, size_t len, const char delim, unsigned int flags, raptor_iostream *iostr)
● int raptor_term_escaped_write(const raptor_term *term, unsigned int flags, raptor_iostream* iostr)
● int raptor_uri_escaped_write(raptor_uri* uri, raptor_uri* base_uri, unsigned int flags, raptor_iostream *iostr)
Types
● raptor_escaped_write_bitflags
|
|
2013-02-26 Raptor2 Version 2.0.9 Released
Added full parsing and serializing support for Turtle Terse RDF Triple
Language W3C Candidate Recommendation 19 February 2013
Added CMake build framework for building Raptor on Microsoft (Daniel
Richard G.)
Made a few minor fixes and improvements
Fixed reported issues: 0000499, 0000508, 0000520, 0000521 and 0000526
|
|
|
|
|
|
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
2012-06-24 Raptor2 Version 2.0.8 Released
Added support for RDFa 1.1 via updated librdfa
Multiple portability fixes for Windows and Solarises. (Daniel Richard G.)
Multiple minor fixes and improvements
Fixed reported issues: 0000381, 0000487, 0000505 and 0000507
|
|
|
|
|
|
2012-03-22 Raptor2 Version 2.0.7 Released
CVE-2012-0037 fixed
Removed Expat support
Removed internal Unicode NFC code for better and optional ICU
Added options for denying file requests and XML entity loading
Added options for SSL certificate verifying
Fixed reported issues: 0000448 and 0000469
|
|
man page.
|
|
|
|
Version 2 of the Raptor RDF Syntax Library.
|