Adam Dickmeiss [Tue, 10 May 2011 10:08:55 +0000 (12:08 +0200)]
CQL grammar: rename two terminals
Adam Dickmeiss [Tue, 10 May 2011 09:25:22 +0000 (11:25 +0200)]
Update to CQL 2.0 as of Feb 2011
Add all remaining relation symbols. Get rid of QUOTED_URI_STRING and
make it a terminal instead based on QUITED_STRING. If not, the grammar
is seriously broken, ie, search terms like "http://www.indexdata.com/"
would be forbidden. Note that the search_term now (as for CQL 1.X)
allows terms like 'and', 'or', 'sortby' .
Adam Dickmeiss [Tue, 10 May 2011 08:43:36 +0000 (10:43 +0200)]
CQL grammar: simplify a bit WRT relations
Adam Dickmeiss [Mon, 9 May 2011 13:45:54 +0000 (15:45 +0200)]
Fix yacc grammar WRT prefix_assignment
Adam Dickmeiss [Fri, 6 May 2011 12:57:26 +0000 (14:57 +0200)]
GFS: convert to CQL sortkeys if CQL to PQF is used
If CQL to PQF is in use by GFS, then it will also parse CQL sortby
material and convert it to srw_sortkeys.
Adam Dickmeiss [Fri, 6 May 2011 12:56:51 +0000 (14:56 +0200)]
cql_sortby_to_sortkeys: handle modifiers.
And add cql_sortby_to_sortkeys_buf.
Adam Dickmeiss [Wed, 4 May 2011 15:22:23 +0000 (17:22 +0200)]
CQL: start work on cql_sortby_to_sortkeys
Adam Dickmeiss [Wed, 4 May 2011 14:09:29 +0000 (16:09 +0200)]
Reformat a bit
Adam Dickmeiss [Wed, 4 May 2011 14:05:05 +0000 (16:05 +0200)]
CQL: handle SORT node in a few places
In particular, CQL to PQF transform was broken after introduction
of the SORT node.
Adam Dickmeiss [Wed, 4 May 2011 13:15:32 +0000 (15:15 +0200)]
Add two CQL sortby tests
Adam Dickmeiss [Wed, 4 May 2011 13:09:33 +0000 (15:09 +0200)]
Renamed sh-based tests
Adam Dickmeiss [Tue, 3 May 2011 14:04:00 +0000 (16:04 +0200)]
CQL sortby; conversion to XML done.
The cql_node struct has not changed size but a new type of node
CQL_NODE_SORT is new. Strictly speaking this breaks binary compatibility
so perhaps this has to be enabled "actively", by API. Bug #608.
Adam Dickmeiss [Tue, 3 May 2011 12:28:20 +0000 (14:28 +0200)]
Add emacs/vim local variables
Adam Dickmeiss [Fri, 29 Apr 2011 11:21:55 +0000 (11:21 +0000)]
Add Debian wheezy, Ubuntu natty
Adam Dickmeiss [Fri, 29 Apr 2011 08:18:39 +0000 (10:18 +0200)]
Omit redundant include of yaz/yconfig.h.
Adam Dickmeiss [Wed, 27 Apr 2011 13:33:17 +0000 (15:33 +0200)]
Avoid printf %.*s for arbitrary strings
Use wrbuf_write instead of wrbuf_printf in a few places for fixed
length buffers. Use wrbuf_puts instead of wrbuf_printf when printf
is not needed. There is a problem with printf("%.*", len, buf)
when buf is in different encoding from what is given by LANG
variable.. At least when readline is in use.
Adam Dickmeiss [Tue, 26 Apr 2011 12:33:23 +0000 (14:33 +0200)]
Avoid ctype.h .
The ctype.h-functions depend on the LANG environment which might be set
to something totally different than a server application assumes. We also
do not need anything but ASCII based checks (HTTP protocol for one).
isxxx functions also require an unsigned int and a cast. These casts can
be avoided now.
Adam Dickmeiss [Mon, 11 Apr 2011 11:05:17 +0000 (13:05 +0200)]
Rename internal func yaz_use_attribute_create
Adam Dickmeiss [Mon, 11 Apr 2011 10:14:41 +0000 (12:14 +0200)]
Log SRU auth params in GFS
Adam Dickmeiss [Mon, 11 Apr 2011 10:12:38 +0000 (12:12 +0200)]
SRU SOAP decoding: handle HTTP basic auth as well
Call yaz_srw_decodeauth in the SRU SOAP decoder function yaz_srw_decode.
Adam Dickmeiss [Mon, 11 Apr 2011 09:20:10 +0000 (11:20 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Mon, 11 Apr 2011 09:18:18 +0000 (11:18 +0200)]
Handle password=0 for z_HTTP_header_add_basic_auth
Avoid 0-ptr reference for z_HTTP_header_add_basic_auth . If NULL
password is passed that is treated as treated as empty string.
Dennis Schafroth [Thu, 7 Apr 2011 12:13:59 +0000 (14:13 +0200)]
Remove empty lines and out-commented irrelevant test
Dennis Schafroth [Thu, 7 Apr 2011 12:07:35 +0000 (14:07 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Dennis Schafroth [Thu, 7 Apr 2011 12:07:03 +0000 (14:07 +0200)]
Remove symbolic tests. Works only for ccl
Dennis Schafroth [Thu, 7 Apr 2011 12:06:14 +0000 (14:06 +0200)]
Add truncation tests
Dennis Schafroth [Thu, 7 Apr 2011 12:05:32 +0000 (14:05 +0200)]
Fix left-right truncation fix
Adam Dickmeiss [Thu, 7 Apr 2011 11:58:13 +0000 (13:58 +0200)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/yaz
Adam Dickmeiss [Thu, 7 Apr 2011 11:57:27 +0000 (13:57 +0200)]
NSIS: Set InstallDir depending on x86/x64
Adam Dickmeiss [Thu, 7 Apr 2011 11:57:05 +0000 (13:57 +0200)]
nmake: add make64 target
Dennis Schafroth [Thu, 7 Apr 2011 11:42:50 +0000 (13:42 +0200)]
Test for truncation. Not sure how CQL handles it
Dennis Schafroth [Thu, 7 Apr 2011 11:41:40 +0000 (13:41 +0200)]
Test that would have caught the truncation flags switch
Dennis Schafroth [Thu, 7 Apr 2011 11:39:08 +0000 (13:39 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Dennis Schafroth [Thu, 7 Apr 2011 11:35:05 +0000 (13:35 +0200)]
Fix left/right switch of truncation flag
Adam Dickmeiss [Tue, 5 Apr 2011 11:50:08 +0000 (13:50 +0200)]
Mods to tests to avoid clang warnings
Adam Dickmeiss [Tue, 5 Apr 2011 11:32:22 +0000 (13:32 +0200)]
Adjust code a little to avoid clang warnings
Adam Dickmeiss [Fri, 1 Apr 2011 12:03:21 +0000 (14:03 +0200)]
test_icu uses sortkey. Calls ICU cleanup.
Adam Dickmeiss [Thu, 31 Mar 2011 12:34:44 +0000 (14:34 +0200)]
Reformatting
Adam Dickmeiss [Thu, 31 Mar 2011 12:23:38 +0000 (14:23 +0200)]
Reformatting
Adam Dickmeiss [Thu, 31 Mar 2011 12:21:44 +0000 (14:21 +0200)]
Make element_name_append_attribute_value static
This, strictly speaking, changes binary compatibility but since
this function was never declared in a public header we can get
by ..
Adam Dickmeiss [Wed, 30 Mar 2011 14:03:04 +0000 (16:03 +0200)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/yaz
Adam Dickmeiss [Wed, 30 Mar 2011 14:01:45 +0000 (16:01 +0200)]
Build 64-bit YAZ with Libxml2, libxslt and ICU
Make variable ICU_DIR replaced with ICU_LIB, ICU_INCLUDE and ICU_BIN.
Adam Dickmeiss [Wed, 30 Mar 2011 11:50:20 +0000 (13:50 +0200)]
yaz-icu.c refactor and cleanup
Use config parameter consistently. Call u_cleanup during exit to
better cheak for leaks in ICU usage.
Adam Dickmeiss [Wed, 30 Mar 2011 11:41:42 +0000 (13:41 +0200)]
yaz-icu: input file may be given.
As an alternative to stdin.. Needed it for a gdb run and it seems
useful.
Adam Dickmeiss [Wed, 30 Mar 2011 11:41:12 +0000 (13:41 +0200)]
Remove redundant utf-16 buffer term
Adam Dickmeiss [Thu, 24 Mar 2011 09:33:34 +0000 (10:33 +0100)]
ZOOM: diagnostics for invalid ES usage, bug #3893.
Adam Dickmeiss [Thu, 17 Mar 2011 08:19:22 +0000 (09:19 +0100)]
GFS: make statserv_main return for one-shot mode.
Bug #4064.
Dennis Schafroth [Wed, 16 Mar 2011 13:54:09 +0000 (14:54 +0100)]
Remove extensive debug logging
Adam Dickmeiss [Tue, 15 Mar 2011 13:19:48 +0000 (14:19 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Conflicts:
win/yaz.nsi
Adam Dickmeiss [Tue, 15 Mar 2011 13:11:09 +0000 (14:11 +0100)]
Version 4.1.7
Adam Dickmeiss [Tue, 15 Mar 2011 13:10:46 +0000 (14:10 +0100)]
NSIS: add configure.ac
A nmake rule depends on it so we need it be part of the
'YAZ Source' component.
Adam Dickmeiss [Tue, 15 Mar 2011 12:56:50 +0000 (13:56 +0100)]
NSIS: add configure.ac
A nmake rule depends on it so we need it be part of the
'YAZ Source' component.
Adam Dickmeiss [Tue, 15 Mar 2011 12:28:13 +0000 (13:28 +0100)]
Update WIN32 makefile for stemmer
Adam Dickmeiss [Tue, 15 Mar 2011 10:23:59 +0000 (11:23 +0100)]
Update m4
Adam Dickmeiss [Tue, 15 Mar 2011 08:44:26 +0000 (09:44 +0100)]
Multi iconv conversions for yaz_opac_decode_wrbuf2
This function uses iconv handle for MARC first; failing that uses iconv
handle supplied to function yaz_opac_decode_wrbuf. Bug #4048.
Adam Dickmeiss [Tue, 15 Mar 2011 08:43:18 +0000 (09:43 +0100)]
Add new function wrbuf_iconv_write_x
Is a generic WRBUF writer for iconv+cdata as an option . Returns
if writing was successful or not.
Dennis Schafroth [Fri, 11 Mar 2011 12:36:52 +0000 (13:36 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Dennis Schafroth [Fri, 11 Mar 2011 12:36:39 +0000 (13:36 +0100)]
out-defined logging of stemming
Adam Dickmeiss [Thu, 10 Mar 2011 09:27:53 +0000 (10:27 +0100)]
Version 4.1.6
Adam Dickmeiss [Thu, 10 Mar 2011 09:22:53 +0000 (10:22 +0100)]
Avoid empty strings for yaz_iconv_open
yaz_iconv_open apparently returns a non-null handle in case of
to=(null) and from="" .. Avoid we call it this way. This resulted
in bad records for Pazpar2 and was introduced in YAZ 4.1.5.
Adam Dickmeiss [Tue, 8 Mar 2011 13:22:10 +0000 (14:22 +0100)]
Fix date for NEWS
Adam Dickmeiss [Tue, 8 Mar 2011 12:54:07 +0000 (13:54 +0100)]
Version 4.1.5
Adam Dickmeiss [Tue, 8 Mar 2011 12:30:55 +0000 (13:30 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Tue, 8 Mar 2011 12:28:34 +0000 (13:28 +0100)]
Separate OPAC record character set for ZOOM_record
yaz_record_render allows a character set given as charset=from/opacfrom,to
where 'from' is the character set of a bibliographic record, 'opacfrom'
is character set of OPAC record and 'to' is the target character set.
Adam Dickmeiss [Tue, 8 Mar 2011 12:28:10 +0000 (13:28 +0100)]
Implement yaz_opac_decode_wrbuf2
This function behaves likes yaz_opac_decode_wrbuf but takes yaz_iconv_t
to allow character set conversion different from yaz_iconv_t part of
yaz_marc_t. This is because OPAC record ASN.1 fields may have different
encoding from the bibliographic MARC record.
Dennis Schafroth [Fri, 4 Mar 2011 12:16:36 +0000 (13:16 +0100)]
Fix: import header so we dont return a int and seg.fault on that.
Dennis Schafroth [Fri, 4 Mar 2011 11:26:55 +0000 (12:26 +0100)]
methods for handling DADS SRU-proxy facets
Dennis Schafroth [Fri, 4 Mar 2011 11:25:55 +0000 (12:25 +0100)]
Refactor location of utility methods
Dennis Schafroth [Fri, 4 Mar 2011 10:26:35 +0000 (11:26 +0100)]
Add yaz_use_atttribute_create to private API
Dennis Schafroth [Fri, 4 Mar 2011 10:25:37 +0000 (11:25 +0100)]
Moved yaz_solr_use_atttribute_create to srwutil. Support for null attribute name in match_xml_node_attribute
Dennis Schafroth [Thu, 24 Feb 2011 11:23:07 +0000 (12:23 +0100)]
New non-public resultsets_count
Adam Dickmeiss [Mon, 21 Feb 2011 11:52:35 +0000 (12:52 +0100)]
Version 4.1.4
Adam Dickmeiss [Mon, 21 Feb 2011 11:42:36 +0000 (12:42 +0100)]
yaz-client: show may XML format records
Command show followed by 'format' will format XML records retrieved
using Libxml2's xmlDocDumpFormatMemory function.
Wolfram Schneider [Sat, 19 Feb 2011 11:52:50 +0000 (12:52 +0100)]
document icu4 for FreeBSD
Wolfram Schneider [Sat, 19 Feb 2011 11:43:51 +0000 (12:43 +0100)]
update help message for FreeBSD
Wolfram Schneider [Sat, 19 Feb 2011 11:37:50 +0000 (12:37 +0100)]
run on FreeBSD 8.1 Release
Dennis Schafroth [Fri, 18 Feb 2011 12:48:18 +0000 (13:48 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Dennis Schafroth [Fri, 18 Feb 2011 12:47:59 +0000 (13:47 +0100)]
Remove unnessesary union
Adam Dickmeiss [Wed, 2 Feb 2011 08:20:24 +0000 (09:20 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Wed, 2 Feb 2011 08:19:35 +0000 (09:19 +0100)]
For phpyaz: set YAZVERSION, not YAZ_VERSION
Thanks to Dave Burgess for pointing that out.
Adam Dickmeiss [Sat, 29 Jan 2011 14:35:07 +0000 (15:35 +0100)]
Fix compilation for case of unavailable ICU
Adam Dickmeiss [Thu, 27 Jan 2011 13:44:47 +0000 (14:44 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Dennis Schafroth [Thu, 27 Jan 2011 13:32:25 +0000 (14:32 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Dennis Schafroth [Thu, 27 Jan 2011 13:32:20 +0000 (14:32 +0100)]
New libstemmer test
Adam Dickmeiss [Thu, 27 Jan 2011 13:06:06 +0000 (14:06 +0100)]
Version 4.1.3
Adam Dickmeiss [Thu, 27 Jan 2011 12:56:42 +0000 (13:56 +0100)]
Update NEWS
Adam Dickmeiss [Thu, 27 Jan 2011 09:43:39 +0000 (10:43 +0100)]
RPM: Release includes 'indexdata' name
Use indexdata in release name so this package can be distinguished
from other vendors.
Adam Dickmeiss [Thu, 27 Jan 2011 09:37:48 +0000 (10:37 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Thu, 27 Jan 2011 09:37:18 +0000 (10:37 +0100)]
Fix distcheck for libstemmer_c
Adam Dickmeiss [Thu, 27 Jan 2011 09:27:59 +0000 (10:27 +0100)]
GFS: Z_PresentStatus_partial_4 for missing record
If bend_fetch handler returns no error and no record, the present
request is considered partial (only a subset of the records could
be returned by backend), and so it is appropriate to set Present
Status to partial-4.
Adam Dickmeiss [Tue, 18 Jan 2011 11:20:24 +0000 (12:20 +0100)]
RPM: use libgnutls-devel on SLES11.
Adam Dickmeiss [Fri, 14 Jan 2011 15:28:32 +0000 (16:28 +0100)]
Define tcpwrappers for fedora, redhat, suse
Adam Dickmeiss [Fri, 14 Jan 2011 14:43:53 +0000 (15:43 +0100)]
Multiple BuildRequires
Adam Dickmeiss [Fri, 7 Jan 2011 12:07:18 +0000 (13:07 +0100)]
Set YAZ_VERSION (php-yaz relies on it)
Adam Dickmeiss [Fri, 7 Jan 2011 09:56:39 +0000 (10:56 +0100)]
Update copyright-year
Adam Dickmeiss [Thu, 6 Jan 2011 15:18:56 +0000 (16:18 +0100)]
Happy new year
Adam Dickmeiss [Thu, 23 Dec 2010 10:16:26 +0000 (11:16 +0100)]
Update m4
Adam Dickmeiss [Wed, 22 Dec 2010 13:48:05 +0000 (14:48 +0100)]
yaz-config: Use exec_prefix, libdir, includedir
Use these variables as determined by configure
Adam Dickmeiss [Mon, 20 Dec 2010 12:55:57 +0000 (13:55 +0100)]
RPM: make it relocatable
Adam Dickmeiss [Mon, 20 Dec 2010 12:51:18 +0000 (07:51 -0500)]
Moved yaz.spec.in to yaz.spec