API changes to WRBUF. wrbuf_free removed; replaced by wrbuf_destroy. And
[yaz-moved-to-github.git] / test / tst_record_conv.c
2007-03-19 Adam DickmeissAPI changes to WRBUF. wrbuf_free removed; replaced...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2006-12-12 Marc Cromme<retrielvalinfo> config file XML syntax changed to...
2006-10-04 Mike TaylorChange K&R-style empty function declarations to explici...
2006-08-01 Adam DickmeissFixed yaz_marc_write_iso2709 to honor character set...
2006-07-06 Adam DickmeissFor Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2...
2006-05-08 Adam DickmeissLibEXSLT support. New configure option --with-exslt.
2006-05-07 Adam DickmeissAdded more tests for retrieval/record_conv system....
2006-05-07 Adam DickmeissAdded retrieval handling support in Generic Frontend...
2006-05-05 Adam DickmeissImplement yaz_retrieval_configure.
2006-05-04 Adam DickmeissFirst code bits of record retrieval code
2006-05-04 Adam DickmeissEnsure tst_record_conv.c may include config.h
2006-05-03 Adam DickmeissRecord conversion utility (yaz_record_conv_t) supports...
2006-05-02 Adam DickmeissAdded nmem_text_node_cdata which takes xmlNode CDATA...