This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Raptor RDF parser and serializer library".

The branch, master has been updated
       via  ac370d5a2b14a8c758d54249676b02a937fa6c80 (commit)
       via  120a4919e581297424f885d6b0694f1a43ed1d97 (commit)
       via  519624a253ecb0890b8b0d6f146952aaec938293 (commit)
      from  4c8f2ea39ddb825245fb07dbcf78242396b91971 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ac370d5a2b14a8c758d54249676b02a937fa6c80
Author: Dave Beckett <[email protected]>
Date:   Thu Feb 4 12:23:48 2010 -0800

    Added raptor_feature_value_is_numeric for internal use.
    
    (raptor_feature_value_is_numeric): Added.
    
    Replaced most uses of same pattern:
      int value_is_string = (raptor_feature_get_value_type(feature) ==
        RAPTOR_FEATURE_VALUE_TYPE_STRING);
      if(!value_is_string)
        ...
    with a raptor_feature_value_is_numeric() call.

commit 120a4919e581297424f885d6b0694f1a43ed1d97
Author: Dave Beckett <[email protected]>
Date:   Thu Feb 4 12:15:41 2010 -0800

    Add raptor_feature_value_type enum and use for features
    
    raptor_features_list gains a raptor_feature_value_type value_type
    field and uses enum values in data.
    
    raptor_feature_area gains RAPTOR_FEATURE_AREA_TURTLE_WRITER since XML
    writer features don't all apply; just indenting ones.
    
    typedef raptor_feature_value_type added to public API
    
    (raptor_feature_get_value_type): Renamed from
    raptor_feature_value_type to return raptor_feature_value_type and
    updated callers.

commit 519624a253ecb0890b8b0d6f146952aaec938293
Author: Dave Beckett <[email protected]>
Date:   Thu Feb 4 11:59:34 2010 -0800

    #ws

-----------------------------------------------------------------------

Summary of changes:
 src/raptor.h               |   19 +++++++-
 src/raptor_feature.c       |  117 ++++++++++++++++++++++----------------------
 src/raptor_internal.h      |    7 ++-
 src/raptor_parse.c         |    6 +--
 src/raptor_serialize.c     |   10 ++--
 src/raptor_turtle_writer.c |    9 ++--
 src/raptor_xml_writer.c    |    7 +--
 7 files changed, 94 insertions(+), 81 deletions(-)


hooks/post-receive
-- 
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits

Reply via email to