Obsoleted by new material in IDSoftwareRelease2010
[ZOOM-Perl-moved-to-github.git] / ZOOM.xs
2010-06-08 Mike TaylorRemove extraneous and misleading old CVS IDs
2010-02-19 Mike TaylorChange types of ZOOM_scanset_* reference-pointers to...
2008-05-14 mikeZOOM_record_get() replaced by ZOOM_record_string() and
2007-11-19 mikeRemove unused temp.
2007-10-29 mikeAdd explicit "#include <yaz/log.h>" in the hope of...
2007-09-14 mikeAdd ZOOM_diag_srw_str
2007-02-22 mikeZOOM_event() wrapper now works for arbitrarily many...
2007-01-16 mikeZOOM_connection_peek_event()
2006-11-28 mikeInitialise error strings to "" in ZOOM_record_error...
2006-11-28 mikeAdd Net::Z3950::ZOOM::record_error() and
2006-10-04 mikeAdd ZOOM_connection_is_idle()
2006-06-15 mikeMany changes to accomodate modified ZOOM_query_ccl2rpn...
2006-06-13 mike- Add new function Net::Z3950::ZOOM::query_ccl2rpn...
2006-04-19 mikeAvoid mixed statement/declaration.
2006-04-06 mikeError-codes now correctly returned from ZOOM_event()
2006-04-06 mikeInitial implementation of ZOOM_event().
2006-01-20 mikeyaz_version() interface.
2005-12-22 mikeAdd yaz_log_module_level(const char *name)
2005-12-21 mikeAdd many functions: ZOOM_query_cql2rpn() and all the...
2005-12-19 mikeRemove all "# TESTED" comment lines.
2005-12-19 mikeAdd ZOOM_connection_scan1(), which takes a ZOOM_query...
2005-12-19 mikePlace some CODE: chunks inside curly brackets so that...
2005-11-16 mikeAdd ZOOM_connection_diagset()
2005-11-15 mikeTested ZOOM_scanset_option_get() and ZOOM_scanset_optio...
2005-11-08 mikeAdd ZOOM_resultset_sort1()
2005-11-08 mikeTested package functions, so far as possible.
2005-11-08 mikeMove package-related function (not yet implemented...
2005-11-08 mikeTested scan-related functions other than option_get...
2005-11-07 mikeTested record_clone() and record_destroy()
2005-11-04 mikeTested ZOOM_resultset_sort()
2005-11-03 mikeReorder XSUBs -- no other changes.
2005-11-03 mikeRename `return_values' parameters to `return_records'.
2005-11-03 mikeFixed resultset_records()
2005-11-02 mikeMuch work on ZOOM_resultset_records(). It now has...
2005-11-02 mikeTested resultset_record_immediate() and resultset_cache...
2005-11-01 mikeTested ZOOM_resultset_option_get() and ZOOM_resultset_o...
2005-10-26 mikeTested connection_search(), query_create(), query_destr...
2005-10-24 mikeMore belt-and-braces copying of values passed into
2005-10-18 mikeZOOM_connection_option_getl() now correctly sets its...
2005-10-17 mikeFix error in comment.
2005-10-17 mikeRevert "const char*" arguments to their original const...
2005-10-13 mikeFormatting.
2005-10-13 mikeThree more functions tested:
2005-10-12 mikeTested ZOOM_diag_str()
2005-10-12 mikeTested ZOOM_connection_option_get()
2005-10-11 mikeNote that connection_new(), connection_destroy(), conne...
2005-10-11 mikeAdd "PREFIX=ZOOM_"
2005-10-11 mikeCVS Id.
2005-10-11 mikeModule changes from ZOOM to Net::Z3950::ZOOM.
2005-10-10 mikeAll function stubs re-ordered to match order in yaz...
2005-10-10 mikeExplicitly enable prototypes: no functional change...
2005-10-07 mikeDiscard non-ZOOM prototypes generated by h2xs.
2005-10-07 mikeInitial revision