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