summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
mike [Tue, 11 Oct 2005 11:06:54 +0000 (11:06 +0000)]
Replace ZOOM.pm by Net/Z3950/ZOOM.pm
Functionally identical.
mike [Tue, 11 Oct 2005 11:06:16 +0000 (11:06 +0000)]
Repace ZOOM.t with Net-Z3950-ZOOM.t
Functionally equivalent.
mike [Mon, 10 Oct 2005 17:21:12 +0000 (17:21 +0000)]
Very simple initial test programme, modelled after zoomtst1.c
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.
mike [Mon, 10 Oct 2005 12:41:13 +0000 (12:41 +0000)]
New
mike [Mon, 10 Oct 2005 12:40:58 +0000 (12:40 +0000)]
Include MANIFEST.SKIP in distribution.
mike [Mon, 10 Oct 2005 12:40:33 +0000 (12:40 +0000)]
Explicitly enable prototypes: no functional change, but silences warning.
mike [Mon, 10 Oct 2005 12:36:14 +0000 (12:36 +0000)]
Ignore generated files.
mike [Fri, 7 Oct 2005 16:17:51 +0000 (16:17 +0000)]
Note -lxml2 argument to h2xs (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).
mike [Fri, 7 Oct 2005 16:11:25 +0000 (16:11 +0000)]
Discard non-ZOOM prototypes generated by h2xs.
mike [Fri, 7 Oct 2005 15:16:51 +0000 (15:16 +0000)]
Initial revision