ZOOM-Perl-moved-to-github.git
2005-10-31 mikeStricter checking of retrieved record.
2005-10-26 mikeTweaks.
2005-10-26 mikeAdd t/12-query.t
2005-10-26 mikeDo not include the "archive" directory in distributions.
2005-10-26 mikeNew -- autogenerated by "make dist" in recent Perl...
2005-10-26 mikeDo not omit META.yml
2005-10-26 mikeNew -- not to be included in distributions
2005-10-26 mikeTested connection_search(), query_create(), query_destr...
2005-10-26 mikeTest-script for query object (not yet complete).
2005-10-24 mikeInclude "t/21-option-callback.t"
2005-10-24 mikeNew.
2005-10-24 mikeHorrible, horrible support for set_callback(). I can...
2005-10-24 mikeMore belt-and-braces copying of values passed into
2005-10-19 mikeComments fixed. No functional changes.
2005-10-19 mikeInclude "t/20-options.t"
2005-10-19 mikeNew.
2005-10-19 mikeMany changes to the ZOOM::Options class:
2005-10-18 mikeInclude "t/10-options.t" and "t/11-option-callback.t"
2005-10-18 mikeNew
2005-10-18 mikeZOOM_connection_option_getl() now correctly sets its...
2005-10-18 mikeuse warnings;
2005-10-18 mikeuse warnings;
2005-10-17 mikegetl() test emits recovered length in commentary.
2005-10-17 mikeThree new tests of connectionless create and explicit...
2005-10-17 mikeTwo new tests of option setting/getting in text and...
2005-10-17 mikeSupport for T_OPAQUECHAR (input only)
2005-10-17 mikeNote that ZOOM::Exception should support diagnostic...
2005-10-17 mikeFix error in comment.
2005-10-17 mikeRevert "const char*" arguments to their original const...
2005-10-13 mikeClearer commentary.
2005-10-13 mikeFormatting.
2005-10-13 mikeRemove extraneous output.
2005-10-13 mikeCorrect number of tests.
2005-10-13 mikeThree more functions tested:
2005-10-13 mikeTweak commentary -- no functional changes.
2005-10-13 mikeDistribute lib/Net/Z3950.pm
2005-10-13 mikeNew
2005-10-12 mikeAdd diag_str() test.
2005-10-12 mikeAdd diag_str() function.
2005-10-12 mikeTested ZOOM_diag_str()
2005-10-12 mikeRemove repeated "my".
2005-10-12 mikeExplicitly print number of records found.
2005-10-12 mikeRemove AutoLoader, which we don't use, and all the...
2005-10-12 mikeAdded enumerations ZOOM::Error and ZOOM::Event.
2005-10-12 mikeRenamed t/Net-Z3950-ZOOM.t to t/1-Net-Z3950-ZOOM.t
2005-10-12 mikeNow runs in parallel to 1-Net-Z3950-ZOOM.t: 11 tests...
2005-10-12 mikeException-handling.
2005-10-12 mikeProper test-suite -- eleven tests, no unauthorised...
2005-10-12 mikeDo not print to STDERR.
2005-10-12 mikeNew
2005-10-12 mikeNew
2005-10-12 mikeRename Net-Z3950-ZOOM.t to 1-Net-Z3950-ZOOM.t
2005-10-12 mikeuse strict;
2005-10-12 mikeTested ZOOM_connection_option_get()
2005-10-12 mikeFix typo in ResultSet::_rs()
2005-10-11 mikeInitial, unfinished, version.
2005-10-11 mikeAdd ZOOM_ prefixes removed from function calls.
2005-10-11 mikeNote that connection_new(), connection_destroy(), conne...
2005-10-11 mikeconst char * is now a T_PV.
2005-10-11 mikeAdd "PREFIX=ZOOM_"
2005-10-11 mikeConnect to test-server on indexdata.com, not a local...
2005-10-11 mikeIgnore META.yml
2005-10-11 mikeCVS Id.
2005-10-11 mikeOverview of the three APIs.
2005-10-11 mikeModule changes from ZOOM to Net::Z3950::ZOOM.
2005-10-11 mikeReplace ZOOM.pm by Net/Z3950/ZOOM.pm
2005-10-11 mikeRepace ZOOM.t with Net-Z3950-ZOOM.t
2005-10-10 mikeVery simple initial test programme, modelled after...
2005-10-10 mikeAll function stubs re-ordered to match order in yaz...
2005-10-10 mikeNew
2005-10-10 mikeInclude MANIFEST.SKIP in distribution.
2005-10-10 mikeExplicitly enable prototypes: no functional change...
2005-10-10 mikeIgnore generated files.
2005-10-07 mikeNote -lxml2 argument to h2xs (to enable SRW/U support).
2005-10-07 mikeLink with libxml2 as well as YAZ (to enable SRW/U support).
2005-10-07 mikeDiscard non-ZOOM prototypes generated by h2xs.
2005-10-07 mikeInitial revision