ZOOM-Perl-moved-to-github.git
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