ZOOM-Perl-moved-to-github.git
18 years agoThree more functions tested:
mike [Thu, 13 Oct 2005 13:30:52 +0000 (13:30 +0000)]
Three more functions tested:
options_create(), connection_create(), connection_connect()

18 years agoTweak commentary -- no functional changes.
mike [Thu, 13 Oct 2005 13:27:27 +0000 (13:27 +0000)]
Tweak commentary -- no functional changes.

18 years agoDistribute lib/Net/Z3950.pm
mike [Thu, 13 Oct 2005 13:12:16 +0000 (13:12 +0000)]
Distribute lib/Net/Z3950.pm

18 years agoNew
mike [Thu, 13 Oct 2005 13:11:17 +0000 (13:11 +0000)]
New

18 years agoAdd diag_str() test.
mike [Wed, 12 Oct 2005 16:13:34 +0000 (16:13 +0000)]
Add diag_str() test.

18 years agoAdd diag_str() function.
mike [Wed, 12 Oct 2005 16:13:20 +0000 (16:13 +0000)]
Add diag_str() function.

18 years agoTested ZOOM_diag_str()
mike [Wed, 12 Oct 2005 16:13:00 +0000 (16:13 +0000)]
Tested ZOOM_diag_str()

18 years agoRemove repeated "my".
mike [Wed, 12 Oct 2005 14:36:17 +0000 (14:36 +0000)]
Remove repeated "my".

18 years agoExplicitly print number of records found.
mike [Wed, 12 Oct 2005 14:35:23 +0000 (14:35 +0000)]
Explicitly print number of records found.

18 years agoRemove AutoLoader, which we don't use, and all the associated gunk.
mike [Wed, 12 Oct 2005 14:35:01 +0000 (14:35 +0000)]
Remove AutoLoader, which we don't use, and all the associated gunk.
Remove reference to @ISA.
Add constant definitions for error-codes and event-types.
Fill in PerlDoc documentation.

18 years agoAdded enumerations ZOOM::Error and ZOOM::Event.
mike [Wed, 12 Oct 2005 14:33:40 +0000 (14:33 +0000)]
Added enumerations ZOOM::Error and ZOOM::Event.
Fixed ZOOM::Exception access methods -- were calling themselves!

18 years agoRenamed t/Net-Z3950-ZOOM.t to t/1-Net-Z3950-ZOOM.t
mike [Wed, 12 Oct 2005 14:32:42 +0000 (14:32 +0000)]
Renamed t/Net-Z3950-ZOOM.t to t/1-Net-Z3950-ZOOM.t
Added t/2-ZOOM.t
Added "samples" directory and its contents.

18 years agoNow runs in parallel to 1-Net-Z3950-ZOOM.t: 11 tests, no output.
mike [Wed, 12 Oct 2005 14:31:53 +0000 (14:31 +0000)]
Now runs in parallel to 1-Net-Z3950-ZOOM.t: 11 tests, no output.

18 years agoException-handling.
mike [Wed, 12 Oct 2005 13:44:05 +0000 (13:44 +0000)]
Exception-handling.

18 years agoProper test-suite -- eleven tests, no unauthorised output.
mike [Wed, 12 Oct 2005 13:26:26 +0000 (13:26 +0000)]
Proper test-suite -- eleven tests, no unauthorised output.

18 years agoDo not print to STDERR.
mike [Wed, 12 Oct 2005 11:56:27 +0000 (11:56 +0000)]
Do not print to STDERR.

18 years agoNew
mike [Wed, 12 Oct 2005 11:53:00 +0000 (11:53 +0000)]
New

18 years agoNew
mike [Wed, 12 Oct 2005 09:48:21 +0000 (09:48 +0000)]
New

18 years agoRename Net-Z3950-ZOOM.t to 1-Net-Z3950-ZOOM.t
mike [Wed, 12 Oct 2005 09:48:05 +0000 (09:48 +0000)]
Rename Net-Z3950-ZOOM.t to 1-Net-Z3950-ZOOM.t

18 years agouse strict;
mike [Wed, 12 Oct 2005 09:47:11 +0000 (09:47 +0000)]
use strict;
(Temporarily) use local server.
Check that preferredRecordSyntax option can be get()ted after set()ting.

18 years agoTested ZOOM_connection_option_get()
mike [Wed, 12 Oct 2005 09:45:36 +0000 (09:45 +0000)]
Tested ZOOM_connection_option_get()

18 years agoFix typo in ResultSet::_rs()
mike [Wed, 12 Oct 2005 09:44:46 +0000 (09:44 +0000)]
Fix typo in ResultSet::_rs()
Use ZOOM::Record->_new() instead of "indirect object" syntax (why?!)
Connection::option_set() replaced by option() which gets and sets.
Add _rec(), render() and raw() methods to ZOOM::Record.
Add destroy() methods for Connection and ResultSet.
Attempts to use destroy()ed Connection and ResultSet cause die()
Clearer commentary on naming conventions.

18 years agoInitial, unfinished, version.
mike [Tue, 11 Oct 2005 16:23:32 +0000 (16:23 +0000)]
Initial, unfinished, version.

18 years agoAdd ZOOM_ prefixes removed from function calls.
mike [Tue, 11 Oct 2005 15:48:15 +0000 (15:48 +0000)]
Add ZOOM_ prefixes removed from function calls.
Use a query that gets a hit on the testing database.
connection_option_set() now used to request USMARC records.
Each record is now fetched and displayed in two forms: "render"
(human-readable) and "raw" (not).

18 years agoNote that connection_new(), connection_destroy(), connection_error(),
mike [Tue, 11 Oct 2005 15:44:33 +0000 (15:44 +0000)]
Note that connection_new(), connection_destroy(), connection_error(),
connection_search_pqf(), destroy_size(), resultset_resultset() are now
all tested.
Fix connection_option_set(), record_get(), resultset_record()

18 years agoconst char * is now a T_PV.
mike [Tue, 11 Oct 2005 15:40:14 +0000 (15:40 +0000)]
const char * is now a T_PV.
As originally autogenerated by h2xs, this file gave the type of "const
char *" as T_PTROBJ -- a pointer to an opaque object.  This prevented
the return value of ZOOM_record_get() from being translated into a
Perl string.  Instead, I am using T_PV, which works properly.

18 years agoAdd "PREFIX=ZOOM_"
mike [Tue, 11 Oct 2005 12:11:17 +0000 (12:11 +0000)]
Add "PREFIX=ZOOM_"
This is nice, as it means all those ZOOM-C functions mapped into the
Net::Z3950::ZOOM Perl module no longer have "ZOOM_" prefixes.

18 years agoConnect to test-server on indexdata.com, not a local one.
mike [Tue, 11 Oct 2005 11:44:48 +0000 (11:44 +0000)]
Connect to test-server on indexdata.com, not a local one.

18 years agoIgnore META.yml
mike [Tue, 11 Oct 2005 11:40:41 +0000 (11:40 +0000)]
Ignore META.yml

18 years agoCVS Id.
mike [Tue, 11 Oct 2005 11:35:37 +0000 (11:35 +0000)]
CVS Id.

18 years agoOverview of the three APIs.
mike [Tue, 11 Oct 2005 11:31:40 +0000 (11:31 +0000)]
Overview of the three APIs.

18 years agoModule changes from ZOOM to Net::Z3950::ZOOM.
mike [Tue, 11 Oct 2005 11:07:24 +0000 (11:07 +0000)]
Module changes from ZOOM to Net::Z3950::ZOOM.
This will allow us to put it in CPAN.

18 years agoReplace ZOOM.pm by Net/Z3950/ZOOM.pm
mike [Tue, 11 Oct 2005 11:06:54 +0000 (11:06 +0000)]
Replace ZOOM.pm by Net/Z3950/ZOOM.pm
Functionally identical.

18 years agoRepace ZOOM.t with Net-Z3950-ZOOM.t
mike [Tue, 11 Oct 2005 11:06:16 +0000 (11:06 +0000)]
Repace ZOOM.t with Net-Z3950-ZOOM.t
Functionally equivalent.

18 years agoVery simple initial test programme, modelled after zoomtst1.c
mike [Mon, 10 Oct 2005 17:21:12 +0000 (17:21 +0000)]
Very simple initial test programme, modelled after zoomtst1.c

18 years agoAll function stubs re-ordered to match order in yaz/zoom.h
mike [Mon, 10 Oct 2005 17:20:50 +0000 (17:20 +0000)]
All function stubs re-ordered to match order in yaz/zoom.h
(Why "h2xs --autogen-xsubs" doesn't do this I can't imagine.)
First few functions fleshed out and tweaked:
ZOOM_connection_new()
ZOOM_connection_error()
ZOOM_connection_search_pqf()
This is is enough for a tiny but real Perl-ZOOM client.

18 years agoNew
mike [Mon, 10 Oct 2005 12:41:13 +0000 (12:41 +0000)]
New

18 years agoInclude MANIFEST.SKIP in distribution.
mike [Mon, 10 Oct 2005 12:40:58 +0000 (12:40 +0000)]
Include MANIFEST.SKIP in distribution.

18 years agoExplicitly enable prototypes: no functional change, but silences warning.
mike [Mon, 10 Oct 2005 12:40:33 +0000 (12:40 +0000)]
Explicitly enable prototypes: no functional change, but silences warning.

18 years agoIgnore generated files.
mike [Mon, 10 Oct 2005 12:36:14 +0000 (12:36 +0000)]
Ignore generated files.

18 years agoNote -lxml2 argument to h2xs (to enable SRW/U support).
mike [Fri, 7 Oct 2005 16:17:51 +0000 (16:17 +0000)]
Note -lxml2 argument to h2xs (to enable SRW/U support).

18 years agoLink with libxml2 as well as YAZ (to enable SRW/U support).
mike [Fri, 7 Oct 2005 16:17:31 +0000 (16:17 +0000)]
Link with libxml2 as well as YAZ (to enable SRW/U support).

18 years agoDiscard non-ZOOM prototypes generated by h2xs.
mike [Fri, 7 Oct 2005 16:11:25 +0000 (16:11 +0000)]
Discard non-ZOOM prototypes generated by h2xs.

18 years agoInitial revision
mike [Fri, 7 Oct 2005 15:16:51 +0000 (15:16 +0000)]
Initial revision