ZOOM-Perl-moved-to-github.git
18 years agoVersion 1.04
mike [Mon, 3 Apr 2006 17:24:45 +0000 (17:24 +0000)]
Version 1.04

18 years agoNew
mike [Mon, 3 Apr 2006 17:23:56 +0000 (17:23 +0000)]
New

18 years agoDocument character-set translation methods.
mike [Mon, 3 Apr 2006 14:08:29 +0000 (14:08 +0000)]
Document character-set translation methods.

18 years agoThe ZOOM-Perl layer now provides access to the underlying ZOOM-C's
mike [Mon, 3 Apr 2006 14:00:00 +0000 (14:00 +0000)]
The ZOOM-Perl layer now provides access to the underlying ZOOM-C's
character-translation functionality, through new optional arguments to
ZOOM::Record's render() and raw() methods, and a new underlying get()
method.

18 years agoDescribe charset stuff.
mike [Mon, 3 Apr 2006 13:58:23 +0000 (13:58 +0000)]
Describe charset stuff.

18 years agoBump version.
mike [Mon, 3 Apr 2006 13:57:46 +0000 (13:57 +0000)]
Bump version.

18 years agoNew
mike [Thu, 9 Mar 2006 16:16:30 +0000 (16:16 +0000)]
New

18 years agoBump version.
mike [Thu, 9 Mar 2006 16:14:24 +0000 (16:14 +0000)]
Bump version.

18 years agoRelease 1.03 (connection constructor allows additional option arguments)
mike [Thu, 9 Mar 2006 12:57:19 +0000 (12:57 +0000)]
Release 1.03 (connection constructor allows additional option arguments)

18 years agoNew
mike [Thu, 9 Mar 2006 11:49:51 +0000 (11:49 +0000)]
New

18 years agoRelease 1.02
mike [Thu, 9 Mar 2006 11:36:49 +0000 (11:36 +0000)]
Release 1.02

18 years agoFix typo.
mike [Mon, 20 Feb 2006 11:30:58 +0000 (11:30 +0000)]
Fix typo.

18 years agoAllow single-argument Connection constructor.
mike [Fri, 10 Feb 2006 16:24:19 +0000 (16:24 +0000)]
Allow single-argument Connection constructor.

18 years agoDescribe update.pl (not finished)
mike [Tue, 7 Feb 2006 20:07:20 +0000 (20:07 +0000)]
Describe update.pl (not finished)

18 years agoAllocate space in yaz_version's output strings.
mike [Tue, 31 Jan 2006 16:13:05 +0000 (16:13 +0000)]
Allocate space in yaz_version's output strings.

18 years agoInhibit ZOOM/YAZ version mismatch warning if magic file exists
mike [Tue, 31 Jan 2006 15:39:05 +0000 (15:39 +0000)]
Inhibit ZOOM/YAZ version mismatch warning if magic file exists

18 years agoCheck YAZ version is recent enough.
mike [Fri, 20 Jan 2006 12:33:30 +0000 (12:33 +0000)]
Check YAZ version is recent enough.

18 years agoyaz_version() interface.
mike [Fri, 20 Jan 2006 12:33:14 +0000 (12:33 +0000)]
yaz_version() interface.

18 years agoyaz_version() interface; check YAZ version is recent enough.
mike [Fri, 20 Jan 2006 12:33:03 +0000 (12:33 +0000)]
yaz_version() interface; check YAZ version is recent enough.

18 years agoTowards 1.02
mike [Fri, 6 Jan 2006 12:37:23 +0000 (12:37 +0000)]
Towards 1.02

18 years agoCorrect link to Package options are listed at
mike [Wed, 4 Jan 2006 17:27:10 +0000 (17:27 +0000)]
Correct link to Package options are listed at

18 years agoBump version number.
mike [Wed, 4 Jan 2006 17:23:43 +0000 (17:23 +0000)]
Bump version number.

18 years agoNew
mike [Thu, 22 Dec 2005 14:15:09 +0000 (14:15 +0000)]
New

18 years agoRelease 1.01
mike [Thu, 22 Dec 2005 14:13:47 +0000 (14:13 +0000)]
Release 1.01

18 years agoNote requirement for YAZ 2.0.11
mike [Thu, 22 Dec 2005 14:13:01 +0000 (14:13 +0000)]
Note requirement for YAZ 2.0.11

18 years agoDocumentation for logging facilities.
mike [Thu, 22 Dec 2005 14:11:17 +0000 (14:11 +0000)]
Documentation for logging facilities.

18 years agoComment.
mike [Thu, 22 Dec 2005 12:52:45 +0000 (12:52 +0000)]
Comment.

18 years agoComment.
mike [Thu, 22 Dec 2005 12:52:36 +0000 (12:52 +0000)]
Comment.

18 years agoComment.
mike [Thu, 22 Dec 2005 12:52:05 +0000 (12:52 +0000)]
Comment.

18 years agoAdd ZOOM::Log::module_level() function
mike [Thu, 22 Dec 2005 12:48:15 +0000 (12:48 +0000)]
Add ZOOM::Log::module_level() function
Enhance ZOOM::Log::log() to accept string log-level as well as
numeric, and to concatenate multiple message arguments.
New ZOOM::ERROR::LOGLEVEL exception.

18 years agoAdd yaz_log_module_level(const char *name)
mike [Thu, 22 Dec 2005 12:37:58 +0000 (12:37 +0000)]
Add yaz_log_module_level(const char *name)

18 years agoAdd t/17-logging.t and t/27-logging.t
mike [Thu, 22 Dec 2005 12:36:28 +0000 (12:36 +0000)]
Add t/17-logging.t and t/27-logging.t

18 years agoDocumentation for client-side CQL.
mike [Thu, 22 Dec 2005 11:58:03 +0000 (11:58 +0000)]
Documentation for client-side CQL.

18 years agoNote t/12-query.t's updating.
mike [Thu, 22 Dec 2005 09:26:04 +0000 (09:26 +0000)]
Note t/12-query.t's updating.

18 years agoInline the check_failure() subroutine, which was only used once.
mike [Thu, 22 Dec 2005 09:23:52 +0000 (09:23 +0000)]
Inline the check_failure() subroutine, which was only used once.

18 years agoSynchronised with 22-query.t
mike [Thu, 22 Dec 2005 09:16:43 +0000 (09:16 +0000)]
Synchronised with 22-query.t

18 years agoRemove commenting-out of call to check_failure().
mike [Thu, 22 Dec 2005 09:11:30 +0000 (09:11 +0000)]
Remove commenting-out of call to check_failure().
This means one extra test is run (31 -> 32).
Remove extraneous $rs->destroy() from check_failure().
Destroy temporary queries.

18 years agoComment.
mike [Thu, 22 Dec 2005 08:58:27 +0000 (08:58 +0000)]
Comment.

18 years agoTests for CQL search, both client-side-compiled and direct-to-server.
mike [Thu, 22 Dec 2005 08:30:15 +0000 (08:30 +0000)]
Tests for CQL search, both client-side-compiled and direct-to-server.

18 years agoTowards 1.01.
mike [Wed, 21 Dec 2005 17:06:55 +0000 (17:06 +0000)]
Towards 1.01.

18 years agoAdd two new error-codes, CQL_PARSE and CQL_TRANSFORM.
mike [Wed, 21 Dec 2005 17:01:41 +0000 (17:01 +0000)]
Add two new error-codes, CQL_PARSE and CQL_TRANSFORM.
Add diagnostic set to rendering of Exception objects.
Connection::_conn() now used by ZOOM::Query::CQL2RPN::new() as well as
other members of the Connection class: comment reflects this.
Add new ZOOM::Query::CQL2RPN class for client-side CQL compilation.
Add new ZOOM::Log class for logging: all functions, no methods.

18 years agoNew
mike [Wed, 21 Dec 2005 16:58:36 +0000 (16:58 +0000)]
New

18 years agoAdd new error-codes
mike [Wed, 21 Dec 2005 16:56:59 +0000 (16:56 +0000)]
Add new error-codes
+ ERROR_CQL_PARSE
+ ERROR_CQL_TRANSFORM

18 years agoAdd many functions: ZOOM_query_cql2rpn() and all the logging stuff:
mike [Wed, 21 Dec 2005 16:54:45 +0000 (16:54 +0000)]
Add many functions: ZOOM_query_cql2rpn() and all the logging stuff:
+ yaz_log_mask_str(str)
+ yaz_log_init(level, prefix, name)
+ yaz_log_init_file(fname)
+ yaz_log_init_level(level)
+ yaz_log_init_prefix(prefix)
+ yaz_log_time_format(fmt)
+ yaz_log_init_max_size(mx)
+ yaz_log(level, str)

18 years agoUse test-server on bagel, not sometimes-absent local server
mike [Wed, 21 Dec 2005 00:43:54 +0000 (00:43 +0000)]
Use test-server on bagel, not sometimes-absent local server

18 years agoRolling
mike [Wed, 21 Dec 2005 00:26:39 +0000 (00:26 +0000)]
Rolling

18 years agoRemove nonsensical clause about CQL sort-specifications.
mike [Wed, 21 Dec 2005 00:25:51 +0000 (00:25 +0000)]
Remove nonsensical clause about CQL sort-specifications.

18 years agoAdd tests for CQL scanning
mike [Wed, 21 Dec 2005 00:16:50 +0000 (00:16 +0000)]
Add tests for CQL scanning

18 years agoNew
mike [Wed, 21 Dec 2005 00:16:31 +0000 (00:16 +0000)]
New

18 years agoDescribe cql/pqf.properties
mike [Wed, 21 Dec 2005 00:16:10 +0000 (00:16 +0000)]
Describe cql/pqf.properties

18 years agoAdd samples/cql/pqf.properties
mike [Wed, 21 Dec 2005 00:15:14 +0000 (00:15 +0000)]
Add samples/cql/pqf.properties

18 years agoRolling
mike [Wed, 21 Dec 2005 00:14:12 +0000 (00:14 +0000)]
Rolling

18 years agoTesting for scan by CQL query (does not yet work).
mike [Tue, 20 Dec 2005 22:21:58 +0000 (22:21 +0000)]
Testing for scan by CQL query (does not yet work).

18 years agoRolling.
mike [Tue, 20 Dec 2005 22:21:26 +0000 (22:21 +0000)]
Rolling.

18 years agoUpdated documentation for the scanning methods in the Connection
mike [Mon, 19 Dec 2005 17:53:00 +0000 (17:53 +0000)]
Updated documentation for the scanning methods in the Connection
class: The old scan() is now scan_pqf(), which is considered a mere
short-cut to the new Query-oriented scan().

18 years agoDescribe ZOOM-module scan() method changes.
mike [Mon, 19 Dec 2005 17:48:21 +0000 (17:48 +0000)]
Describe ZOOM-module scan() method changes.

18 years agoRemove all "# TESTED" comment lines.
mike [Mon, 19 Dec 2005 17:46:52 +0000 (17:46 +0000)]
Remove all "# TESTED" comment lines.
(Nearly all XSUBs have them by this point.)

18 years agoIn Connection class, rename scan() to scan_pqf() and scan1() to scan1()
mike [Mon, 19 Dec 2005 17:46:09 +0000 (17:46 +0000)]
In Connection class, rename scan() to scan_pqf() and scan1() to scan1()
This is in line with the search()/search_pqf() dichotomy.

18 years agoTest for new scan1()
mike [Mon, 19 Dec 2005 17:39:58 +0000 (17:39 +0000)]
Test for new scan1()

18 years agoSupport for $conn->scan1()
mike [Mon, 19 Dec 2005 17:39:47 +0000 (17:39 +0000)]
Support for $conn->scan1()

18 years agoDescribe scan1()
mike [Mon, 19 Dec 2005 17:39:19 +0000 (17:39 +0000)]
Describe scan1()

18 years agoAdd ZOOM_connection_scan1(), which takes a ZOOM_query rather than a
mike [Mon, 19 Dec 2005 17:05:05 +0000 (17:05 +0000)]
Add ZOOM_connection_scan1(), which takes a ZOOM_query rather than a
string as its start-term, thereby opening the way for scanning on CQL
terms.

18 years agoPlace some CODE: chunks inside curly brackets so that the declarations
mike [Mon, 19 Dec 2005 13:46:11 +0000 (13:46 +0000)]
Place some CODE: chunks inside curly brackets so that the declarations
they begin with are at the start of the block.  This avoid mixed
code/declaration (initially diagnosed by a user with a Windows C
compiler, and tested using GCC with "-ansi -pedantic").  The "correct"
solution is to use INIT: clauses in the XS file, but they don't seem
to work: the code in them is slapped down right next to the CODE:, so
declarations are not acceptable there either.

18 years agoTowards 1.01
mike [Mon, 19 Dec 2005 13:43:38 +0000 (13:43 +0000)]
Towards 1.01

18 years agoNew
mike [Wed, 14 Dec 2005 11:29:44 +0000 (11:29 +0000)]
New

18 years agoReady for release 1.0
mike [Wed, 14 Dec 2005 11:19:04 +0000 (11:19 +0000)]
Ready for release 1.0

18 years agoRemove "###" from comments that are not about bugs.
mike [Wed, 14 Dec 2005 11:17:30 +0000 (11:17 +0000)]
Remove "###" from comments that are not about bugs.

18 years agoVersion to 1.00 for first release.
mike [Wed, 14 Dec 2005 11:11:55 +0000 (11:11 +0000)]
Version to 1.00 for first release.

18 years agoRip out some rubbish, comment out spurious over-configuration.
mike [Wed, 14 Dec 2005 10:31:06 +0000 (10:31 +0000)]
Rip out some rubbish, comment out spurious over-configuration.

18 years agoNew -- ignore files of Zebra database when running here.
mike [Wed, 14 Dec 2005 10:30:16 +0000 (10:30 +0000)]
New -- ignore files of Zebra database when running here.

18 years agoTweaks to sequence of commands to set up test-server universe:
mike [Wed, 14 Dec 2005 10:27:47 +0000 (10:27 +0000)]
Tweaks to sequence of commands to set up test-server universe:
- "make check" for YAZ.
- "make check" for Zebra.
- /etc/init.d/zoom-perl-server get its +x bit set.

18 years agoUndo previous delta.
mike [Wed, 14 Dec 2005 10:22:08 +0000 (10:22 +0000)]
Undo previous delta.

18 years agoExit 1 on usage.
mike [Wed, 14 Dec 2005 10:21:17 +0000 (10:21 +0000)]
Exit 1 on usage.

18 years agoNew
mike [Wed, 14 Dec 2005 10:03:57 +0000 (10:03 +0000)]
New

18 years agoCorrect paths.
mike [Wed, 14 Dec 2005 10:00:54 +0000 (10:00 +0000)]
Correct paths.

18 years agoChange test-server port to 2118
mike [Wed, 14 Dec 2005 09:30:48 +0000 (09:30 +0000)]
Change test-server port to 2118

18 years agoCompleted notes.
mike [Wed, 14 Dec 2005 09:30:26 +0000 (09:30 +0000)]
Completed notes.

18 years agoRename
mike [Wed, 14 Dec 2005 09:02:08 +0000 (09:02 +0000)]
Rename

18 years agoNew
mike [Tue, 13 Dec 2005 17:44:59 +0000 (17:44 +0000)]
New

18 years agoRemove extraneous comment.
mike [Tue, 13 Dec 2005 17:36:11 +0000 (17:36 +0000)]
Remove extraneous comment.

18 years agoRun against special zebra on test:8017
mike [Tue, 13 Dec 2005 17:35:20 +0000 (17:35 +0000)]
Run against special zebra on test:8017

18 years agoComplete! Yee-hah!
mike [Tue, 13 Dec 2005 16:46:59 +0000 (16:46 +0000)]
Complete!  Yee-hah!

18 years agoAdd descriptions of ZOOM::event() and ZOOM::Connection::last_event(),
mike [Tue, 13 Dec 2005 16:22:41 +0000 (16:22 +0000)]
Add descriptions of ZOOM::event() and ZOOM::Connection::last_event(),
even though they are respectively unimplemented and untested.

18 years agoEverything done except (blah) ZOOM::Options::set_callback()
mike [Tue, 13 Dec 2005 16:03:14 +0000 (16:03 +0000)]
Everything done except (blah) ZOOM::Options::set_callback()

18 years agoTweaks to Query documentation, add overview for Options.
mike [Tue, 13 Dec 2005 15:30:26 +0000 (15:30 +0000)]
Tweaks to Query documentation, add overview for Options.

18 years agoCompleted documentation of the Query classes.
mike [Tue, 13 Dec 2005 14:53:08 +0000 (14:53 +0000)]
Completed documentation of the Query classes.

18 years agoRolling, so Seb can have all my recent changes.
mike [Tue, 13 Dec 2005 14:40:47 +0000 (14:40 +0000)]
Rolling, so Seb can have all my recent changes.

18 years agoDescription of package API and record update.
mike [Tue, 13 Dec 2005 14:01:59 +0000 (14:01 +0000)]
Description of package API and record update.

18 years agoDo not call "drop", as this currently corrupts the Zebra DB.
mike [Tue, 13 Dec 2005 13:21:49 +0000 (13:21 +0000)]
Do not call "drop", as this currently corrupts the Zebra DB.

18 years agoComplete scan documentation.
mike [Tue, 13 Dec 2005 12:32:15 +0000 (12:32 +0000)]
Complete scan documentation.

18 years agoUse "yaz-config" to find libraries and include paths.
mike [Tue, 13 Dec 2005 12:31:58 +0000 (12:31 +0000)]
Use "yaz-config" to find libraries and include paths.

18 years agoTypos.
mike [Tue, 13 Dec 2005 11:26:19 +0000 (11:26 +0000)]
Typos.

18 years agoDepend on MARC::Record 1.38
mike [Fri, 9 Dec 2005 10:55:15 +0000 (10:55 +0000)]
Depend on MARC::Record 1.38

18 years agoDescribe sample records.
mike [Fri, 9 Dec 2005 10:35:46 +0000 (10:35 +0000)]
Describe sample records.

18 years agosamples/records/esdd0006.grs
mike [Fri, 9 Dec 2005 10:34:31 +0000 (10:34 +0000)]
samples/records/esdd0006.grs

18 years agoComplete rewrite as OO version of 16-packages.t
mike [Fri, 9 Dec 2005 10:33:48 +0000 (10:33 +0000)]
Complete rewrite as OO version of 16-packages.t

18 years agoRemove obsolete comment.
mike [Fri, 9 Dec 2005 10:17:35 +0000 (10:17 +0000)]
Remove obsolete comment.

18 years agoTypo.
mike [Wed, 7 Dec 2005 18:04:47 +0000 (18:04 +0000)]
Typo.

18 years agoMuch more good stuff: now adds new records and searches for them.
mike [Wed, 7 Dec 2005 17:46:00 +0000 (17:46 +0000)]
Much more good stuff: now adds new records and searches for them.

18 years agoNew
mike [Wed, 7 Dec 2005 15:28:34 +0000 (15:28 +0000)]
New