pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/raptor2
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 2 17:40:36 UTC 2014
Modified Files:
pkgsrc/textproc/raptor2: Makefile PLIST distinfo
Log Message:
Update to 2.0.15:
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()
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/raptor2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/raptor2/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/raptor2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index