ZOOM-Perl-moved-to-github.git
2005-11-09 mikeFirst version -- embryonic.
2005-11-08 mikeAdjust count of tests.
2005-11-08 mikeZOOM::ResultSet::sort() now uses Net::Z3950::ZOOM:...
2005-11-08 mikeTwo new tests: resultset_sort1() rejects a syntacticall...
2005-11-08 mikeAdd ZOOM_resultset_sort1()
2005-11-08 mikeAdd t/16-packages.t and t/26-packages.t
2005-11-08 mikeTested package functions, so far as possible.
2005-11-08 mikeNew
2005-11-08 mikeAs far as I can tell, I have added Extended Services...
2005-11-08 mikeNicer option-setting syntax.
2005-11-08 mikeNew -- initial version exercises all the functions...
2005-11-08 mikeMove package-related function (not yet implemented...
2005-11-08 mikeSupport for scanning: Connnection::scan() and the ScanS...
2005-11-08 mikeAdd t/25-scan.t
2005-11-08 mikeNew
2005-11-08 mikeAdd no-op final test mirroring scanset re-destruction...
2005-11-08 mikeRemove extraneous "use MARC::Record".
2005-11-08 mikeInclude t/15-scan.t
2005-11-08 mikeTested scan-related functions other than option_get...
2005-11-08 mikeNew.
2005-11-07 mikeRemove outdated comment about sorting not working.
2005-11-07 mikeTesting for record cloning and deletion.
2005-11-07 mikeSupport for record cloning and deletion.
2005-11-07 mikeTested record_clone() and record_destroy()
2005-11-04 mikeInclude t/14-sorting.t and t/24-sorting.t.
2005-11-04 mikeNew
2005-11-04 mikeAdd ZOOM::ResultSet::sort()
2005-11-04 mikeTested ZOOM_resultset_sort()
2005-11-04 mikeTest for success of sortby() call.
2005-11-04 mikeTypo.
2005-11-04 mikeRemoved unusued my($errcode, $errmsg, $addinfo);
2005-11-04 mikeNew -- doesn't yet pass, but I think that's Adam's...
2005-11-03 mikeReorder XSUBs -- no other changes.
2005-11-03 mikeAdd t/23-resultset.t
2005-11-03 mikeNew -- tests OO interface to advanced result-set functi...
2005-11-03 mikeAdd new methods to the ZOOM::ResultSet class:
2005-11-03 mikeRename `return_values' parameters to `return_records'.
2005-11-03 mikeExtra test: not-previously-fetched record works with...
2005-11-03 mikeReinstate resultset_records() tests that were commented...
2005-11-03 mikeFixed resultset_records()
2005-11-02 mikeInclude t/13-resultset.t
2005-11-02 mikeAdditional tests for resultset_records().
2005-11-02 mikeMuch work on ZOOM_resultset_records(). It now has...
2005-11-02 mikeMany more tests -- still not complete as resultset_reco...
2005-11-02 mikeTested resultset_record_immediate() and resultset_cache...
2005-11-01 mikeModified in accordance with Per's suggestions.
2005-11-01 mikeNew (but not really complete)
2005-11-01 mikeTested ZOOM_resultset_option_get() and ZOOM_resultset_o...
2005-10-31 mikeInclude t/22-query.t in distribution.
2005-10-31 mikeNew/
2005-10-31 mikeAdded new, OO-specific, error-codes to the ZOOM::Error...
2005-10-31 mikeCheck size of result-set arising from search on created...
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...
next