Adam Dickmeiss [Wed, 11 Oct 2006 12:23:24 +0000 (12:23 +0000)]
Fixed bug #658: update docs on zebra.cfg settings.
Adam Dickmeiss [Wed, 11 Oct 2006 09:39:44 +0000 (09:39 +0000)]
Fixed 'make distcheck'. Failed due to html files not being removed by
uninstall. Added uinstall-hook for the doc directory.
Adam Dickmeiss [Wed, 11 Oct 2006 08:55:52 +0000 (08:55 +0000)]
Fixed bug #670: modulePath is not a path. Uses new utility
yaz_filepath_comp - available in YAZ 2.1.35 and later.
Adam Dickmeiss [Tue, 10 Oct 2006 14:45:41 +0000 (14:45 +0000)]
Use check for 'long long' to determine type for zint.
Adam Dickmeiss [Tue, 10 Oct 2006 10:19:28 +0000 (10:19 +0000)]
Removed unused local variables.
Adam Dickmeiss [Tue, 10 Oct 2006 10:14:26 +0000 (10:14 +0000)]
Ignore Zebra register files
Adam Dickmeiss [Mon, 9 Oct 2006 22:13:06 +0000 (22:13 +0000)]
Added extra presence check for tcl.h, because some systems have
tclConfig.sh installed even though Tcl C headers are missing.
Adam Dickmeiss [Mon, 9 Oct 2006 22:10:00 +0000 (22:10 +0000)]
Simplify and optimize commit clean operation
Adam Dickmeiss [Thu, 5 Oct 2006 13:19:10 +0000 (13:19 +0000)]
Quote various places in Windows makefile to deal with directories
with blanks in them.
Adam Dickmeiss [Wed, 4 Oct 2006 12:45:51 +0000 (12:45 +0000)]
More NEWS
Adam Dickmeiss [Fri, 29 Sep 2006 13:03:06 +0000 (13:03 +0000)]
Version 2.0.3.
Adam Dickmeiss [Fri, 29 Sep 2006 10:02:45 +0000 (10:02 +0000)]
More optimizations of the melm matching.
Adam Dickmeiss [Fri, 29 Sep 2006 07:05:44 +0000 (07:05 +0000)]
Do not use sync(2) after commit. The fsync on individual files suffices.
Adam Dickmeiss [Thu, 28 Sep 2006 18:38:44 +0000 (18:38 +0000)]
Fixed bug #685: Optimize xelm/melm matching. Indexing the Koha collection
is reduced from 6073 sec to 2578 sec (on Zebra 1.3.38 though).
Adam Dickmeiss [Thu, 28 Sep 2006 08:47:21 +0000 (08:47 +0000)]
Align query tests
Adam Dickmeiss [Thu, 28 Sep 2006 08:47:10 +0000 (08:47 +0000)]
Added more rules to verify bug #686
Adam Dickmeiss [Tue, 26 Sep 2006 12:56:33 +0000 (12:56 +0000)]
Fixed bug in ISAMB's utility function decode_ptr. With gcc -O3 on some
platforms the src argument was not updated.
Adam Dickmeiss [Fri, 22 Sep 2006 12:45:53 +0000 (12:45 +0000)]
Update for 2.0.2
Adam Dickmeiss [Fri, 22 Sep 2006 12:44:01 +0000 (12:44 +0000)]
Version 2.0.2
Adam Dickmeiss [Fri, 22 Sep 2006 12:42:38 +0000 (12:42 +0000)]
Fix FSF address
Adam Dickmeiss [Fri, 22 Sep 2006 12:34:45 +0000 (12:34 +0000)]
Updates for first-in-field support + alwaysmathces searches. Refer to native
query support as RPN rather than PQF.
Adam Dickmeiss [Fri, 22 Sep 2006 10:18:06 +0000 (10:18 +0000)]
Renamed main.c to zebraidx.c. Renamed zserver.c to zebrasrv.c.
Removed zserver.h.
Adam Dickmeiss [Fri, 22 Sep 2006 10:11:51 +0000 (10:11 +0000)]
Update news
Adam Dickmeiss [Thu, 21 Sep 2006 20:22:33 +0000 (20:22 +0000)]
Skip 0 hit counts in scan.
Adam Dickmeiss [Thu, 21 Sep 2006 10:10:07 +0000 (10:10 +0000)]
Split function rpn_scan in two.
Adam Dickmeiss [Thu, 21 Sep 2006 08:59:32 +0000 (08:59 +0000)]
Update for zrpn split.
Adam Dickmeiss [Thu, 21 Sep 2006 08:56:52 +0000 (08:56 +0000)]
Rename source files
Adam Dickmeiss [Thu, 21 Sep 2006 08:39:14 +0000 (08:39 +0000)]
Split zrpn.c
Adam Dickmeiss [Wed, 20 Sep 2006 19:29:25 +0000 (19:29 +0000)]
Avoid C++ style comments
Mike Taylor [Wed, 20 Sep 2006 15:19:38 +0000 (15:19 +0000)]
Describe the use of "a" in permission strings.
Adam Dickmeiss [Wed, 20 Sep 2006 10:51:25 +0000 (10:51 +0000)]
Fixed bug #669: Numeric sorting does not work, but yields "random" order.
The numerical sort did not convert characters back to original form,
that is it would only work with 'charmap @'. Any charmap should now work
but results will look random if charmap does not include the digits [0-9].
Adam Dickmeiss [Tue, 19 Sep 2006 14:22:54 +0000 (14:22 +0000)]
Fix LFS check which on some systems, such as Solaris, reports LFS false -
when LFS is present. The sprintf+long double format check is gone and
replaced by a simple arithmetic expression which does the same thing.
Adam Dickmeiss [Fri, 15 Sep 2006 10:45:12 +0000 (10:45 +0000)]
Rename rec_rm to rec_free. Annotate the recindex.h file a bit.
Adam Dickmeiss [Fri, 15 Sep 2006 10:44:34 +0000 (10:44 +0000)]
Removed unused vars. Rephrase comment
Adam Dickmeiss [Fri, 15 Sep 2006 10:07:09 +0000 (10:07 +0000)]
Removing api_swig.[ch] from build because it does not compile on AIX.
It is currently unmaintained.
Adam Dickmeiss [Fri, 15 Sep 2006 09:21:52 +0000 (09:21 +0000)]
Fix modulePath in upgrade-example. Put re-indexing paragraph in note
section.
Adam Dickmeiss [Thu, 14 Sep 2006 09:01:18 +0000 (09:01 +0000)]
Remove trailing garbage bytes in this MARC sample
Adam Dickmeiss [Mon, 11 Sep 2006 22:57:54 +0000 (22:57 +0000)]
Fixed bug #657: Problem with drop database and recordId: file.
Adam Dickmeiss [Fri, 8 Sep 2006 18:25:49 +0000 (18:25 +0000)]
Update for support for first-in-field in and/or lists
Adam Dickmeiss [Fri, 8 Sep 2006 18:24:53 +0000 (18:24 +0000)]
Implement first-in-field search for and-list (@attr 4=6) as well as
or-list (@attr 4=106). Support isam:c for this as well.
Adam Dickmeiss [Fri, 8 Sep 2006 14:40:51 +0000 (14:40 +0000)]
Honor position attribute, i.e. allow first-in-field search. To
enable this, "firstinfield 1" must be given for an index in
default.idx. Enabled in tab/default.idx for w. At this stage
first-in field is only supported for phrase searches (including
simple words).
Adam Dickmeiss [Fri, 8 Sep 2006 09:56:40 +0000 (09:56 +0000)]
Dont override log level (e.g. when set with YAZ_LOG env)
Adam Dickmeiss [Fri, 8 Sep 2006 08:34:56 +0000 (08:34 +0000)]
Ignore register+lock files.
Adam Dickmeiss [Thu, 7 Sep 2006 10:02:29 +0000 (10:02 +0000)]
Fix test for index.html in dist/install hook
Mike Taylor [Wed, 6 Sep 2006 14:31:59 +0000 (14:31 +0000)]
Tweak language about x-pquery
Adam Dickmeiss [Tue, 5 Sep 2006 12:50:56 +0000 (12:50 +0000)]
Changed behavior for dict_scan: if the callback function returns 0 the scan
operation visits all terms in range (before to after); if the function
returns non-zero the scan operation is cancelled.
Adam Dickmeiss [Tue, 5 Sep 2006 12:08:47 +0000 (12:08 +0000)]
Added id tag to reference section
Adam Dickmeiss [Tue, 5 Sep 2006 12:01:31 +0000 (12:01 +0000)]
Put man pages in reference section of main documentation . Avoid
duplicated material for man pages. Put Zebra version in productnumber
tag of man page.
Adam Dickmeiss [Mon, 4 Sep 2006 12:11:40 +0000 (12:11 +0000)]
Clean .tkl files be making them. Cosmetic change in install-data-hook
Adam Dickmeiss [Sun, 3 Sep 2006 21:37:26 +0000 (21:37 +0000)]
Change makefiles so that html files are automatically installed and
part of dist. No more maintenance of HTMLFILES ...
Section about fields and character maps moved to separate chapter
because it relates to all record types (not only grs).
Added lots of id attributes to sections to get rid of docbook xsl
warnings and to ensure proper HTML file name.
Added Olegs paper on MARC indexing to grs chapter.
Marc Cromme [Thu, 31 Aug 2006 09:50:07 +0000 (09:50 +0000)]
fixed dependency typo in libidzebra-2.0-modules which made installs
halt due to non-existing package libidzebra-2.0-mod-marc
Adam Dickmeiss [Thu, 31 Aug 2006 08:36:53 +0000 (08:36 +0000)]
Allow check for scan failure. For test of bug #647.
Adam Dickmeiss [Thu, 31 Aug 2006 08:35:48 +0000 (08:35 +0000)]
Fixed bug #647: Scanning wrong indexes do not trigger scan error.
Adam Dickmeiss [Tue, 29 Aug 2006 14:25:40 +0000 (14:25 +0000)]
Commentary updates
Adam Dickmeiss [Tue, 29 Aug 2006 13:39:48 +0000 (13:39 +0000)]
Test of proper return value of dict_insert
Adam Dickmeiss [Tue, 29 Aug 2006 13:39:18 +0000 (13:39 +0000)]
dict_insert returns -1 if dict not writable
Adam Dickmeiss [Tue, 29 Aug 2006 13:38:38 +0000 (13:38 +0000)]
Reformat
Adam Dickmeiss [Tue, 29 Aug 2006 13:36:26 +0000 (13:36 +0000)]
Changed behavior of dict_lookup_grep so that it returns value of function
handler if function returns non-zero value. Previously dict_lookup_grep
returened 1 in this case.
Adam Dickmeiss [Tue, 29 Aug 2006 12:48:48 +0000 (12:48 +0000)]
Make internal lookup ec function static. Reformat a little
Adam Dickmeiss [Tue, 29 Aug 2006 12:31:12 +0000 (12:31 +0000)]
scan test uses YAZ' test facility
Adam Dickmeiss [Tue, 29 Aug 2006 11:28:42 +0000 (11:28 +0000)]
More comments on dict.h. Moved typedef Dict_ptr to private dict header.
Adam Dickmeiss [Tue, 29 Aug 2006 09:27:55 +0000 (09:27 +0000)]
Make dict_str{cmp,ncmp,len} internal
Adam Dickmeiss [Tue, 29 Aug 2006 08:27:59 +0000 (08:27 +0000)]
Segment message is LOG_DEBUG
Adam Dickmeiss [Wed, 23 Aug 2006 13:56:07 +0000 (13:56 +0000)]
Warn if non-integer is passed to 'att' directive'
Adam Dickmeiss [Wed, 23 Aug 2006 07:37:02 +0000 (07:37 +0000)]
Use ZEBRA_GCC_ATTR instead of GCC_ATTRIBUTE (due to chgs in idzebra/api.h).
Adam Dickmeiss [Tue, 22 Aug 2006 13:59:02 +0000 (13:59 +0000)]
Only use gcc attribute warn_unused_result on GCC 4 or newer.
Adam Dickmeiss [Tue, 22 Aug 2006 13:39:22 +0000 (13:39 +0000)]
Common stream reader interface for record filters (struct ZebraRecStream).
Adam Dickmeiss [Tue, 22 Aug 2006 10:21:53 +0000 (10:21 +0000)]
Fixed bug #638: USMARC conversion differs for grs.xml.
Adam Dickmeiss [Tue, 22 Aug 2006 08:11:32 +0000 (08:11 +0000)]
Test indexing of leader + range operator.
Adam Dickmeiss [Wed, 16 Aug 2006 15:05:00 +0000 (15:05 +0000)]
Depends rather than Provides for libidzebra-2.0-modules
Adam Dickmeiss [Wed, 16 Aug 2006 13:16:35 +0000 (13:16 +0000)]
Experimental segment facility (for matching of words within one
field/segment).
Adam Dickmeiss [Wed, 16 Aug 2006 13:14:55 +0000 (13:14 +0000)]
Fix comment
Adam Dickmeiss [Wed, 16 Aug 2006 13:14:45 +0000 (13:14 +0000)]
A little clearer rset counting
Adam Dickmeiss [Wed, 16 Aug 2006 13:13:53 +0000 (13:13 +0000)]
Fix a few leaks in testlib. Store test results in yaz_log
Adam Dickmeiss [Tue, 15 Aug 2006 14:28:32 +0000 (14:28 +0000)]
Definitions in zebramap.h are private. ZebraMaps no longer used in
recctrl system.
Adam Dickmeiss [Tue, 15 Aug 2006 08:33:16 +0000 (08:33 +0000)]
Use Depends rather than Provides for idzebra-2.0 package
Adam Dickmeiss [Mon, 14 Aug 2006 22:33:46 +0000 (22:33 +0000)]
Use Docbook tables rather than HTML tables. This makes jade happy
and allows us to make PDF.
Adam Dickmeiss [Mon, 14 Aug 2006 22:28:01 +0000 (22:28 +0000)]
Fix date for zebra release
Adam Dickmeiss [Mon, 14 Aug 2006 19:56:50 +0000 (19:56 +0000)]
Dont use <literal> for non-literal terms. Fix sources list description
to use the official location (not the testing /t/debian/).
Adam Dickmeiss [Mon, 14 Aug 2006 19:33:38 +0000 (19:33 +0000)]
Fix index.tkl rule. Does not depend on common/tkl.xsl
Adam Dickmeiss [Mon, 14 Aug 2006 18:57:04 +0000 (18:57 +0000)]
Use VS 2003 rather than VS 2005
Adam Dickmeiss [Mon, 14 Aug 2006 18:12:35 +0000 (18:12 +0000)]
Skip manifests (for now). Update to newer libxml tools. Add d1_utils.obj
Adam Dickmeiss [Mon, 14 Aug 2006 17:43:31 +0000 (17:43 +0000)]
Make symlink for idzebra-config.1 in install hook
Adam Dickmeiss [Mon, 14 Aug 2006 15:46:17 +0000 (15:46 +0000)]
Fix Conflicts line with idzebra to use full version
Adam Dickmeiss [Mon, 14 Aug 2006 13:38:14 +0000 (13:38 +0000)]
Remove conflicts with idzebra, but let idzebra-utils conflict with
older idzebra 1.3 series. The latter, however, does not appear to
conflict as it should.
Marc Cromme [Mon, 14 Aug 2006 12:34:54 +0000 (12:34 +0000)]
updated News
Adam Dickmeiss [Mon, 14 Aug 2006 12:34:29 +0000 (12:34 +0000)]
Update for idzebra-config-2.0
Adam Dickmeiss [Mon, 14 Aug 2006 12:18:46 +0000 (12:18 +0000)]
Using suffix 2.0 for development tools idzebra-config and idzebra.m4.
This means that Zebra 2.0 is completely separate from potential newer
releases.
Adam Dickmeiss [Mon, 14 Aug 2006 10:40:05 +0000 (10:40 +0000)]
Update copyright year + FSF address
Adam Dickmeiss [Mon, 14 Aug 2006 10:06:05 +0000 (10:06 +0000)]
Update to new FSF address. GPLv2
Adam Dickmeiss [Thu, 10 Aug 2006 18:02:28 +0000 (18:02 +0000)]
postinst,prerm files part dist
Adam Dickmeiss [Thu, 10 Aug 2006 18:01:58 +0000 (18:01 +0000)]
alvis module part of libidzebra-2.0-modules. Recommends idzebra-2.0-common
(tables, etc) for idzebra-2.0-utils and include idzebra-2.0-common as
part of virt package idzebra-2.0.
Adam Dickmeiss [Thu, 10 Aug 2006 15:43:03 +0000 (15:43 +0000)]
Another fix for zebrasrv.8 link
Adam Dickmeiss [Thu, 10 Aug 2006 13:33:47 +0000 (13:33 +0000)]
Fix update-alternatives path to zebrasrv.8
Adam Dickmeiss [Thu, 10 Aug 2006 13:08:57 +0000 (13:08 +0000)]
Dont hard code make options. Use MAKE="make -j8" or similar
Adam Dickmeiss [Thu, 10 Aug 2006 08:44:45 +0000 (08:44 +0000)]
Fix tl_close_call (bug introduced in previous commit)
Adam Dickmeiss [Thu, 10 Aug 2006 08:44:11 +0000 (08:44 +0000)]
Include only most important 2.0 news
Adam Dickmeiss [Wed, 9 Aug 2006 13:22:49 +0000 (13:22 +0000)]
Fix leak in test program.
Adam Dickmeiss [Mon, 7 Aug 2006 10:14:59 +0000 (10:14 +0000)]
Use less memory for each result set. Size of zset_sort_entry reduced.
Adam Dickmeiss [Mon, 31 Jul 2006 12:26:55 +0000 (12:26 +0000)]
Zebra Attribute Extension Approximative Limit changed from type 9 to
type 11, because type 9 is rank weight (which is was available in Zebra
1.3 series as well).