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).
Mike Taylor [Wed, 19 Jul 2006 16:37:28 +0000 (16:37 +0000)]
Ignore generated grs.xml.idzebra
Mike Taylor [Fri, 7 Jul 2006 11:42:52 +0000 (11:42 +0000)]
Ignore more
Mike Taylor [Fri, 7 Jul 2006 11:36:18 +0000 (11:36 +0000)]
Ignore generated .lo files.
Marc Cromme [Fri, 7 Jul 2006 06:30:48 +0000 (06:30 +0000)]
added tests for correct removal of idzbra internal metadate under indexing and retrieval
Marc Cromme [Thu, 6 Jul 2006 12:42:21 +0000 (12:42 +0000)]
bug #504 fix
The GRS module now ignores any previously existing GRS subtree of the form
<idzebra xmlns="http://www.indexdata.dk/zebra/">
...
</idzebra>
both under indexing and retrieval of records. This is to facilitate remote
update of GRS records, which have been augmented by zebra-internal meta data
info, such that this part is not appended twice.
The local storage is still including the GRS <idzebra ..> subtree, but
it is not indexed any more, and stripped before retrieval, i.e. for all
practical purposes it is not existent.
Adam Dickmeiss [Thu, 6 Jul 2006 11:40:23 +0000 (11:40 +0000)]
Remove destroy member of data1_node
Adam Dickmeiss [Thu, 6 Jul 2006 07:59:39 +0000 (07:59 +0000)]
Change log of retrieval of default resource
Adam Dickmeiss [Thu, 6 Jul 2006 07:56:00 +0000 (07:56 +0000)]
Set version-info to 0:0:0
Adam Dickmeiss [Thu, 6 Jul 2006 07:54:57 +0000 (07:54 +0000)]
Fixed recommends line which referred to non-existing modules.
Adam Dickmeiss [Wed, 5 Jul 2006 15:43:59 +0000 (15:43 +0000)]
Check for missing query in testclient
Adam Dickmeiss [Wed, 5 Jul 2006 15:03:44 +0000 (15:03 +0000)]
Omit version-info for convenience libraries
Adam Dickmeiss [Wed, 5 Jul 2006 13:19:15 +0000 (13:19 +0000)]
Simplify windows makefile
Adam Dickmeiss [Wed, 5 Jul 2006 12:34:17 +0000 (12:34 +0000)]
Directory recctrl no longer part of dist
Adam Dickmeiss [Wed, 5 Jul 2006 12:33:38 +0000 (12:33 +0000)]
Updates to tstflock for Windows
Adam Dickmeiss [Wed, 5 Jul 2006 12:02:12 +0000 (12:02 +0000)]
Get rid of DEBUG_FLOCK. Just set flock level for tstflock program.
Adam Dickmeiss [Tue, 4 Jul 2006 14:10:28 +0000 (14:10 +0000)]
Working on and operation which deals with segments (matches within fields)
Adam Dickmeiss [Tue, 4 Jul 2006 10:25:21 +0000 (10:25 +0000)]
Slightly reformatting for doxygen
Adam Dickmeiss [Tue, 4 Jul 2006 10:25:08 +0000 (10:25 +0000)]
Doxygen looks in more directories for source
Adam Dickmeiss [Mon, 3 Jul 2006 21:21:37 +0000 (21:21 +0000)]
No longer in use
Adam Dickmeiss [Mon, 3 Jul 2006 21:21:04 +0000 (21:21 +0000)]
Record filter files moved to index directory
Adam Dickmeiss [Mon, 3 Jul 2006 21:19:13 +0000 (21:19 +0000)]
Shorter sleep in tstflock
Adam Dickmeiss [Mon, 3 Jul 2006 20:41:38 +0000 (20:41 +0000)]
Update idzebra-config for new libs install layout.
Marc Cromme [Mon, 3 Jul 2006 15:14:06 +0000 (15:14 +0000)]
removing tstflock.out
Adam Dickmeiss [Mon, 3 Jul 2006 14:27:00 +0000 (14:27 +0000)]
Build main libidzebra-2.0.la. Bug #620.
Adam Dickmeiss [Mon, 3 Jul 2006 13:40:58 +0000 (13:40 +0000)]
Deal with double unlocks (which does happen sometimes)
Anders S. Mortensen [Mon, 3 Jul 2006 12:30:24 +0000 (12:30 +0000)]
A few typos.
Adam Dickmeiss [Mon, 3 Jul 2006 12:23:17 +0000 (12:23 +0000)]
Only use confstr on Linux to see if linuxthreads is in use.
Anders S. Mortensen [Mon, 3 Jul 2006 12:16:31 +0000 (12:16 +0000)]
Typo.
Anders S. Mortensen [Mon, 3 Jul 2006 12:00:03 +0000 (12:00 +0000)]
Fixed a few typos.
Marc Cromme [Mon, 3 Jul 2006 11:45:01 +0000 (11:45 +0000)]
corrected xml error
Marc Cromme [Mon, 3 Jul 2006 11:30:59 +0000 (11:30 +0000)]
small updates
Adam Dickmeiss [Mon, 3 Jul 2006 10:52:48 +0000 (10:52 +0000)]
Disable the termset feature for searches. We believe the reference to
result sets in scan (@attr 8=set) is a better way to get terms for a result
set.
Adam Dickmeiss [Mon, 3 Jul 2006 10:43:43 +0000 (10:43 +0000)]
Fixed a bug in termset search: the term name offset was incorrect.
Adam Dickmeiss [Mon, 3 Jul 2006 09:50:51 +0000 (09:50 +0000)]
Use confstr(_CS_GNU_LIBPTHREAD_VERSION ..) to determine whether fcntl
locks is conforming to POSIX or not. In POSIX mode, locks are shared
for all threads in a process. In the other (linuxthreads) mode , it
isn't.
Adam Dickmeiss [Sun, 2 Jul 2006 21:22:17 +0000 (21:22 +0000)]
Added program to test scope of fcntl lock: process or thread
Mike Taylor [Sat, 1 Jul 2006 19:28:08 +0000 (19:28 +0000)]
Ignore tstflock.out
Adam Dickmeiss [Fri, 30 Jun 2006 15:10:29 +0000 (15:10 +0000)]
Write seq to yaz_log
Adam Dickmeiss [Fri, 30 Jun 2006 15:10:20 +0000 (15:10 +0000)]
Disable debug mode
Heikki Levanto [Fri, 30 Jun 2006 14:48:04 +0000 (14:48 +0000)]
typo
Marc Cromme [Fri, 30 Jun 2006 14:36:12 +0000 (14:36 +0000)]
multiple corrections from Heikki's suggestions, renaming of html file id's
Adam Dickmeiss [Fri, 30 Jun 2006 14:01:22 +0000 (14:01 +0000)]
Test interprocess locks
Marc Cromme [Fri, 30 Jun 2006 14:00:34 +0000 (14:00 +0000)]
another typo
Marc Cromme [Fri, 30 Jun 2006 13:59:37 +0000 (13:59 +0000)]
typo corrected
Marc Cromme [Fri, 30 Jun 2006 13:58:07 +0000 (13:58 +0000)]
aded references to Koha, Emilda, Reindex and Alvis
Adam Dickmeiss [Fri, 30 Jun 2006 13:02:20 +0000 (13:02 +0000)]
Further testing of locks.
Marc Cromme [Fri, 30 Jun 2006 12:31:22 +0000 (12:31 +0000)]
added web service
Marc Cromme [Fri, 30 Jun 2006 12:13:54 +0000 (12:13 +0000)]
added update-alternatives script calls to map zebraidz to zebraidx-2.0 and zebrasrv to zebrasrv-2.0