2005-11-02 |
mike | Many more tests -- still not complete as resultset_reco... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
mike | Tested resultset_record_immediate() and resultset_cache... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
mike | Modified in accordance with Per's suggestions. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
mike | New (but not really complete) |
commit | commitdiff | tree | snapshot |
2005-11-01 |
mike | Tested ZOOM_resultset_option_get() and ZOOM_resultset_o... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
mike | Include t/22-query.t in distribution. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
mike | New/ |
commit | commitdiff | tree | snapshot |
2005-10-31 |
mike | Added new, OO-specific, error-codes to the ZOOM::Error... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
mike | Check size of result-set arising from search on created... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
mike | Stricter checking of retrieved record. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
mike | Tweaks. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
mike | Add t/12-query.t |
commit | commitdiff | tree | snapshot |
2005-10-26 |
mike | Do not include the "archive" directory in distributions. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
mike | New -- autogenerated by "make dist" in recent Perl... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
mike | Do not omit META.yml |
commit | commitdiff | tree | snapshot |
2005-10-26 |
mike | New -- not to be included in distributions |
commit | commitdiff | tree | snapshot |
2005-10-26 |
mike | Tested connection_search(), query_create(), query_destr... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
mike | Test-script for query object (not yet complete). |
commit | commitdiff | tree | snapshot |
2005-10-24 |
mike | Include "t/21-option-callback.t" |
commit | commitdiff | tree | snapshot |
2005-10-24 |
mike | New. |
commit | commitdiff | tree | snapshot |
2005-10-24 |
mike | Horrible, horrible support for set_callback(). I can... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
mike | More belt-and-braces copying of values passed into |
commit | commitdiff | tree | snapshot |
2005-10-19 |
mike | Comments fixed. No functional changes. |
commit | commitdiff | tree | snapshot |
2005-10-19 |
mike | Include "t/20-options.t" |
commit | commitdiff | tree | snapshot |
2005-10-19 |
mike | New. |
commit | commitdiff | tree | snapshot |
2005-10-19 |
mike | Many changes to the ZOOM::Options class: |
commit | commitdiff | tree | snapshot |
2005-10-18 |
mike | Include "t/10-options.t" and "t/11-option-callback.t" |
commit | commitdiff | tree | snapshot |
2005-10-18 |
mike | New |
commit | commitdiff | tree | snapshot |
2005-10-18 |
mike | ZOOM_connection_option_getl() now correctly sets its... |
commit | commitdiff | tree | snapshot |
2005-10-18 |
mike | use warnings; |
commit | commitdiff | tree | snapshot |
2005-10-18 |
mike | use warnings; |
commit | commitdiff | tree | snapshot |
2005-10-17 |
mike | getl() test emits recovered length in commentary. |
commit | commitdiff | tree | snapshot |
2005-10-17 |
mike | Three new tests of connectionless create and explicit... |
commit | commitdiff | tree | snapshot |
2005-10-17 |
mike | Two new tests of option setting/getting in text and... |
commit | commitdiff | tree | snapshot |
2005-10-17 |
mike | Support for T_OPAQUECHAR (input only) |
commit | commitdiff | tree | snapshot |
2005-10-17 |
mike | Note that ZOOM::Exception should support diagnostic... |
commit | commitdiff | tree | snapshot |
2005-10-17 |
mike | Fix error in comment. |
commit | commitdiff | tree | snapshot |
2005-10-17 |
mike | Revert "const char*" arguments to their original const... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
mike | Clearer commentary. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
mike | Formatting. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
mike | Remove extraneous output. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
mike | Correct number of tests. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
mike | Three more functions tested: |
commit | commitdiff | tree | snapshot |
2005-10-13 |
mike | Tweak commentary -- no functional changes. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
mike | Distribute lib/Net/Z3950.pm |
commit | commitdiff | tree | snapshot |
2005-10-13 |
mike | New |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Add diag_str() test. |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Add diag_str() function. |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Tested ZOOM_diag_str() |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Remove repeated "my". |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Explicitly print number of records found. |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Remove AutoLoader, which we don't use, and all the... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Added enumerations ZOOM::Error and ZOOM::Event. |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Renamed t/Net-Z3950-ZOOM.t to t/1-Net-Z3950-ZOOM.t |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Now runs in parallel to 1-Net-Z3950-ZOOM.t: 11 tests... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Exception-handling. |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Proper test-suite -- eleven tests, no unauthorised... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Do not print to STDERR. |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | New |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | New |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Rename Net-Z3950-ZOOM.t to 1-Net-Z3950-ZOOM.t |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | use strict; |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Tested ZOOM_connection_option_get() |
commit | commitdiff | tree | snapshot |
2005-10-12 |
mike | Fix typo in ResultSet::_rs() |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | Initial, unfinished, version. |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | Add ZOOM_ prefixes removed from function calls. |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | Note that connection_new(), connection_destroy(), conne... |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | const char * is now a T_PV. |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | Add "PREFIX=ZOOM_" |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | Connect to test-server on indexdata.com, not a local... |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | Ignore META.yml |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | CVS Id. |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | Overview of the three APIs. |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | Module changes from ZOOM to Net::Z3950::ZOOM. |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | Replace ZOOM.pm by Net/Z3950/ZOOM.pm |
commit | commitdiff | tree | snapshot |
2005-10-11 |
mike | Repace ZOOM.t with Net-Z3950-ZOOM.t |
commit | commitdiff | tree | snapshot |
2005-10-10 |
mike | Very simple initial test programme, modelled after... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
mike | All function stubs re-ordered to match order in yaz... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
mike | New |
commit | commitdiff | tree | snapshot |
2005-10-10 |
mike | Include MANIFEST.SKIP in distribution. |
commit | commitdiff | tree | snapshot |
2005-10-10 |
mike | Explicitly enable prototypes: no functional change... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
mike | Ignore generated files. |
commit | commitdiff | tree | snapshot |
2005-10-07 |
mike | Note -lxml2 argument to h2xs (to enable SRW/U support). |
commit | commitdiff | tree | snapshot |
2005-10-07 |
mike | Link with libxml2 as well as YAZ (to enable SRW/U support). |
commit | commitdiff | tree | snapshot |
2005-10-07 |
mike | Discard non-ZOOM prototypes generated by h2xs. |
commit | commitdiff | tree | snapshot |
2005-10-07 |
mike | Initial revision |
commit | commitdiff | tree | snapshot |
|