API changes to WRBUF. wrbuf_free removed; replaced by wrbuf_destroy. And
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Mar 2007 14:40:06 +0000 (14:40 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Mar 2007 14:40:06 +0000 (14:40 +0000)
commit401da56d4a26f687cd42024bdef6f29a29bb7663
tree004224bb4c608d0ad101b2cd54ca668254ee4a04
parent728ffb55e072933a1208780272e545c51f080e90
API changes to WRBUF. wrbuf_free removed; replaced by wrbuf_destroy. And
wrbuf_puts no longer appends '\0'. Use wrbuf_cstr to get C-string out.
Deprecated functions for yaz_marc-removed.
Changed prototype of yaz_marc_decode_buf: const char for result and size_t
for rsize.
23 files changed:
NEWS
client/client.c
include/yaz/marcdisp.h
include/yaz/wrbuf.h
src/cclptree.c
src/marcdisp.c
src/querytowrbuf.c
src/record_conv.c
src/retrieval.c
src/seshigh.c
src/wrbuf.c
src/yaz-ccl.c
src/zoom-c.c
test/tst_record_conv.c
test/tst_retrieval.c
test/tstccl.c
test/tsticonv.c
test/tstpquery.c
test/tstwrbuf.c
test/tstxmlquery.c
util/marcdump.c
util/yaz-xmlquery.c
ztest/read-marc.c