X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Ftools.xml;h=ec97f06cd03c462aa82e5758ed93f81ffd94203d;hb=c54a5790984e8bd597a8ccd4d1d2d0cae6da8af3;hp=0087494c4c74461a1bb9bb5c90733c700c80117e;hpb=65371f5d5f265a4c5ee43f784b2d8a6db1e0774a;p=yaz-moved-to-github.git diff --git a/doc/tools.xml b/doc/tools.xml index 0087494..ec97f06 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -1,4 +1,3 @@ - Supporting Tools @@ -641,7 +640,7 @@ - Refer to the complete + Refer to or the complete list of Bib-1 attributes @@ -1726,9 +1725,9 @@ void cql_to_xml_stdio(struct cql_node *cn, FILE *f); NMEM nmem_create(void); void nmem_destroy(NMEM n); - void *nmem_malloc(NMEM n, int size); + void *nmem_malloc(NMEM n, size_t size); void nmem_reset(NMEM n); - int nmem_total(NMEM n); + size_t nmem_total(NMEM n); void nmem_init(void); void nmem_exit(void); @@ -2103,7 +2102,10 @@ void cql_to_xml_stdio(struct cql_node *cn, FILE *f); Defines the name of the retrieval format. This can be any string. For SRU, the value, is equivalent to schema (short-hand); - for Z39.50 it's equivalent to simple element set name. + for Z39.50 it's equivalent to simple element set name. + For YAZ 3.0.24 and later this name may be specified as a glob + expression with operators + * and ?.