yaz-moved-to-github.git
15 years agoAvoid null ptr ref for for yaz_poll errors.
Adam Dickmeiss [Mon, 6 Apr 2009 21:30:44 +0000 (23:30 +0200)]
Avoid null ptr ref for for yaz_poll errors.

When yaz_poll returns error (-1) and errno is not EINTR the code
previously assumed seshigh IOCHAN (client_link) and called cs_close..
In the mother process, however, the IOCHAN data is not this type.
Code now prints a warning and resumes processing and does not use
iochan_getdata.

15 years agoAvoid redundant dependency v3.0.45
Adam Dickmeiss [Tue, 31 Mar 2009 19:44:42 +0000 (21:44 +0200)]
Avoid redundant dependency

15 years agoVersion 3.0.45
Adam Dickmeiss [Tue, 31 Mar 2009 19:19:13 +0000 (21:19 +0200)]
Version 3.0.45

15 years agoUpdate news
Adam Dickmeiss [Mon, 30 Mar 2009 14:23:56 +0000 (16:23 +0200)]
Update news

15 years agoReindent
Adam Dickmeiss [Sun, 29 Mar 2009 19:02:07 +0000 (21:02 +0200)]
Reindent

15 years agoReindent
Adam Dickmeiss [Sun, 29 Mar 2009 19:01:55 +0000 (21:01 +0200)]
Reindent

15 years agoFix doc WRT ZOOM opts start, doc (bug #2198)
Adam Dickmeiss [Sun, 29 Mar 2009 18:53:05 +0000 (20:53 +0200)]
Fix doc WRT ZOOM opts start, doc (bug #2198)

15 years agoFix trace prints for buffer ptrs
Adam Dickmeiss [Sat, 28 Mar 2009 07:00:09 +0000 (08:00 +0100)]
Fix trace prints for buffer ptrs

15 years agoFix bug #2709: TCP connect returns Invalid argument.
Adam Dickmeiss [Sat, 28 Mar 2009 06:51:24 +0000 (07:51 +0100)]
Fix bug #2709: TCP connect returns Invalid argument.

The getaddrinfo result (struct addrinfo) is now properly
updated in the sp->ai member .. Hence socket and connect uses same
address.  The poking for IPV6 address types, bug #2350, is now useless.

15 years agoAdd yaz_clone_z_RecordComposition.
Adam Dickmeiss [Thu, 26 Mar 2009 13:25:12 +0000 (14:25 +0100)]
Add yaz_clone_z_RecordComposition.

15 years agoBump version to 3.0.45 due to new functions.
Adam Dickmeiss [Thu, 26 Mar 2009 10:29:36 +0000 (11:29 +0100)]
Bump version to 3.0.45 due to new functions.

15 years agoRework copy/clone of ASN.1 type utilities.
Adam Dickmeiss [Thu, 26 Mar 2009 10:27:24 +0000 (11:27 +0100)]
Rework copy/clone of ASN.1 type utilities.

The copy/clone of a type, such as Z_RPNQuery, is implemented as a macro.
The following funcions are defined at this stage:
yaz_clone_z_{Query,RPNQuery,NamePlusRecord}.

15 years agoFix compilation for mingw.
Adam Dickmeiss [Wed, 11 Mar 2009 21:22:35 +0000 (22:22 +0100)]
Fix compilation for mingw.

Two sources files failed to compile on GCC mingw (Minimalist GNU for
Windows). For oid_db.c the problem was that GCC reported 'initializer
element is not constant'. And the fix is to use initialize (use) at
run-time. For timing.c the problem that HAVE_SYS_TIME_H and WIN32 was
both defined - and the code was not prepared for that.

15 years agoInclude yaz/errno.h in source that uses YAZ' errno utils.
Adam Dickmeiss [Tue, 10 Mar 2009 13:47:06 +0000 (14:47 +0100)]
Include yaz/errno.h in source that uses YAZ' errno utils.

15 years agoMoved errno utility declarations to errno.h.
Adam Dickmeiss [Tue, 10 Mar 2009 11:02:07 +0000 (12:02 +0100)]
Moved errno utility declarations to errno.h.

15 years agoError utils in separate file and _REENTRANT mode.
Adam Dickmeiss [Tue, 10 Mar 2009 10:19:39 +0000 (11:19 +0100)]
Error utils in separate file and _REENTRANT mode.

The functions yaz_errno / yaz_set_errno / yaz_strerror is defined in
errno.c rather than nmem.c. Also _REENTRANT is always set to ensure
that access to errno is thread-aware.

15 years agoUpdated m4.
Adam Dickmeiss [Tue, 10 Mar 2009 08:02:54 +0000 (09:02 +0100)]
Updated m4.

15 years agoHonor charset for raw records (ZOOM_record_get).
Adam Dickmeiss [Tue, 10 Mar 2009 08:00:20 +0000 (09:00 +0100)]
Honor charset for raw records (ZOOM_record_get).

For MARC and string records (octet aligned and SUTRS) the charset
option now takes effect (if given).

15 years agoFixed args passing with blanks for Windows Service
Adam Dickmeiss [Fri, 6 Mar 2009 14:34:48 +0000 (15:34 +0100)]
Fixed args passing with blanks for Windows Service

15 years agoOutput to real file rather than .tmp
Adam Dickmeiss [Mon, 2 Mar 2009 04:23:07 +0000 (05:23 +0100)]
Output to real file rather than .tmp

15 years agoOutput file generated at very end rather than at beginning.
Adam Dickmeiss [Mon, 2 Mar 2009 04:18:58 +0000 (05:18 +0100)]
Output file generated at very end rather than at beginning.

Output is produced to a temporary file (.tmp) and then renamed at
very end if operation is succesful.

15 years agoDoxygen comment fixes
Adam Dickmeiss [Mon, 2 Mar 2009 04:17:25 +0000 (05:17 +0100)]
Doxygen comment fixes

15 years agoNote about icu_I18N.h being unstable
Adam Dickmeiss [Sun, 1 Mar 2009 22:27:34 +0000 (23:27 +0100)]
Note about icu_I18N.h being unstable

15 years agoDocument a little.
Adam Dickmeiss [Sun, 1 Mar 2009 22:26:46 +0000 (23:26 +0100)]
Document a little.

15 years agoFunction icu_chain_create is now private.
Adam Dickmeiss [Sun, 1 Mar 2009 22:06:51 +0000 (23:06 +0100)]
Function icu_chain_create is now private.

This function is internal to ICU. It is now declared in icu_I18N.h
rather than icu.h.

15 years agoDocument yaz_errno utils
Adam Dickmeiss [Sun, 1 Mar 2009 22:04:09 +0000 (23:04 +0100)]
Document yaz_errno utils

15 years agoRemoved redundant statement
Adam Dickmeiss [Mon, 23 Feb 2009 22:58:53 +0000 (23:58 +0100)]
Removed redundant statement

15 years agoUpdated doc/common.
Adam Dickmeiss [Mon, 23 Feb 2009 16:10:57 +0000 (17:10 +0100)]
Updated doc/common.

15 years agoDisable YAZ' own log rotate by default (no 1 GB limit).
Adam Dickmeiss [Sun, 22 Feb 2009 12:10:53 +0000 (13:10 +0100)]
Disable YAZ' own log rotate by default (no 1 GB limit).

The variable l_max_size which specifies the log file limit is set to 0
(DISABLED): This is due to the fact that YAZ is most often deployed using
logrotate. Also YAZ can not perform log rotate because of unsufficient
permissions (setuid).

15 years agoUpdate version in NEWS v3.0.44
Adam Dickmeiss [Tue, 17 Feb 2009 13:33:26 +0000 (14:33 +0100)]
Update version in NEWS

15 years agoVersion 3.0.44.
Adam Dickmeiss [Tue, 17 Feb 2009 13:28:30 +0000 (14:28 +0100)]
Version 3.0.44.

15 years agoFixed bug #2530: yaz listener broken on Vista.
Adam Dickmeiss [Tue, 17 Feb 2009 13:11:26 +0000 (14:11 +0100)]
Fixed bug #2530: yaz listener broken on Vista.

The two remaining arguments to accept is now NULL ptrs.. The
arguments (for Unix) makes the accept call return an error
about invalid supplied pointers.

15 years agoDont assume error if fgets returns NULL
Adam Dickmeiss [Mon, 16 Feb 2009 22:05:31 +0000 (23:05 +0100)]
Dont assume error if fgets returns NULL

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Fri, 6 Feb 2009 07:36:49 +0000 (08:36 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

15 years agoFixed typo in transliterate rule
Adam Dickmeiss [Thu, 5 Feb 2009 14:14:24 +0000 (15:14 +0100)]
Fixed typo in transliterate rule

15 years agoOne more redundant line.
Adam Dickmeiss [Wed, 4 Feb 2009 21:09:09 +0000 (22:09 +0100)]
One more redundant line.

15 years agoRemoved unused file.
Adam Dickmeiss [Wed, 4 Feb 2009 21:04:12 +0000 (22:04 +0100)]
Removed unused file.

15 years agoAll debian build ignores in debian/.gitignore
Adam Dickmeiss [Wed, 4 Feb 2009 21:04:02 +0000 (22:04 +0100)]
All debian build ignores in debian/.gitignore

15 years agoSpell fix
Adam Dickmeiss [Wed, 4 Feb 2009 13:33:51 +0000 (14:33 +0100)]
Spell fix

15 years agoList danmarc as supported encoding
Adam Dickmeiss [Wed, 4 Feb 2009 13:30:43 +0000 (14:30 +0100)]
List danmarc as supported encoding

15 years agoDescribe character set semantics a little more
Adam Dickmeiss [Wed, 4 Feb 2009 12:55:12 +0000 (13:55 +0100)]
Describe character set semantics a little more

15 years agoRefer explicitly to yaz-iconv man page
Adam Dickmeiss [Wed, 4 Feb 2009 12:54:42 +0000 (13:54 +0100)]
Refer explicitly to yaz-iconv man page

15 years agoUpdate NEWS
Adam Dickmeiss [Wed, 4 Feb 2009 12:39:58 +0000 (13:39 +0100)]
Update NEWS

15 years agoFixed reference to yaz-iconv man
Adam Dickmeiss [Wed, 4 Feb 2009 12:39:44 +0000 (13:39 +0100)]
Fixed reference to yaz-iconv man

15 years agofixed list of encodings (added listitem tags)
Adam Dickmeiss [Wed, 4 Feb 2009 12:39:06 +0000 (13:39 +0100)]
fixed list of encodings (added listitem tags)

15 years agoRemoved unused source file.
Adam Dickmeiss [Wed, 4 Feb 2009 09:56:45 +0000 (10:56 +0100)]
Removed unused source file.

15 years agoList encodings supported by YAZ. Bug #2513.
Adam Dickmeiss [Wed, 4 Feb 2009 09:56:27 +0000 (10:56 +0100)]
List encodings supported by YAZ. Bug #2513.

15 years agoyaz-marcdump refers to yaz_iconv
Adam Dickmeiss [Wed, 4 Feb 2009 09:56:08 +0000 (10:56 +0100)]
yaz-marcdump refers to yaz_iconv

15 years agoUpdate NEWS.
Adam Dickmeiss [Wed, 4 Feb 2009 08:02:53 +0000 (09:02 +0100)]
Update NEWS.

15 years agoRevert "Removed OID record syntax application-xml."
Adam Dickmeiss [Wed, 4 Feb 2009 08:00:44 +0000 (09:00 +0100)]
Revert "Removed OID record syntax application-xml."

Since applications might have used this symbol we keep it to avoid
a so-name change.
This reverts commit 9507c6ac14596ef68763e7ec8c08e92838ac44da.

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Tue, 3 Feb 2009 15:56:53 +0000 (16:56 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

15 years agoUpdate news. Version 3.0.42. v3.0.42
Adam Dickmeiss [Mon, 2 Feb 2009 12:41:57 +0000 (13:41 +0100)]
Update news. Version 3.0.42.

15 years agoBump year to 2009
Adam Dickmeiss [Mon, 2 Feb 2009 12:32:20 +0000 (13:32 +0100)]
Bump year to 2009

15 years agoBump year
Adam Dickmeiss [Mon, 2 Feb 2009 12:29:10 +0000 (13:29 +0100)]
Bump year

15 years agoFixed missing SSL libs for --libs output
Adam Dickmeiss [Fri, 30 Jan 2009 18:47:29 +0000 (19:47 +0100)]
Fixed missing SSL libs for --libs output

15 years agoAdded member named_result_sets for init handler struct for the GFS.
Adam Dickmeiss [Thu, 29 Jan 2009 09:09:57 +0000 (10:09 +0100)]
Added member named_result_sets for init handler struct for the GFS.

This allows a server to disable named result sets. Until now
all negoation was handled exclusively by the GFS(server) and the
client. The server implementation had no way to tell the system
that it does not handle named result sets.

15 years agoRemoved OID record syntax application-xml.
Adam Dickmeiss [Thu, 29 Jan 2009 08:12:59 +0000 (09:12 +0100)]
Removed OID record syntax application-xml.

The OID record syntax application-xml was added 1998 probably because
it was registered somewhere. It is no longer registered and of no use.

15 years agoAdded support for rule-based transliterator for ICU wrapper of YAZ
Adam Dickmeiss [Tue, 20 Jan 2009 15:45:06 +0000 (16:45 +0100)]
Added support for rule-based transliterator for ICU wrapper of YAZ

15 years agoRename normalize to transform
Adam Dickmeiss [Tue, 20 Jan 2009 14:50:47 +0000 (15:50 +0100)]
Rename normalize to transform

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
Adam Dickmeiss [Tue, 20 Jan 2009 12:07:51 +0000 (13:07 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz

15 years agoFixed bug #1902: yaz-icu XML output
Adam Dickmeiss [Tue, 20 Jan 2009 12:07:39 +0000 (13:07 +0100)]
Fixed bug #1902: yaz-icu XML output

15 years agoPrint ICU error when ICU can not be configured
Adam Dickmeiss [Tue, 20 Jan 2009 11:58:01 +0000 (12:58 +0100)]
Print ICU error when ICU can not be configured

15 years agoMake YAZ checks Emacs friendly
Adam Dickmeiss [Tue, 20 Jan 2009 10:44:50 +0000 (11:44 +0100)]
Make YAZ checks Emacs friendly

15 years agoDocu update: When building from Git, you need the debian
Wolfram Schneider [Mon, 19 Jan 2009 09:46:36 +0000 (09:46 +0000)]
Docu update: When building from Git, you need the debian
package 'pkg-config' as well.

15 years agoBITSTRING value shows value. Bug #2346
Adam Dickmeiss [Fri, 16 Jan 2009 14:55:13 +0000 (15:55 +0100)]
BITSTRING value shows value. Bug #2346

15 years agoUpdated footer comment
Adam Dickmeiss [Thu, 15 Jan 2009 12:31:20 +0000 (13:31 +0100)]
Updated footer comment

15 years agoISO2709 decoding: skip control characters from indicator data
Adam Dickmeiss [Thu, 15 Jan 2009 12:06:06 +0000 (13:06 +0100)]
ISO2709 decoding: skip control characters from indicator data

ISO2709 indicators that hold control characters are marked
invalid and the control characters are now skipped.

15 years agoOmit sort key by default in yaz-icu's output
Adam Dickmeiss [Tue, 13 Jan 2009 14:59:17 +0000 (15:59 +0100)]
Omit sort key by default in yaz-icu's output

Omit sort key by default in yaz-icu's output. It may be enabled with
option -s. The sort key was used in previous tests. But since it is
encoded differently between ICU version we omit it in our tests.

15 years agoCosmetic
Adam Dickmeiss [Tue, 13 Jan 2009 14:55:20 +0000 (15:55 +0100)]
Cosmetic

15 years agoCast integer to long for print
Adam Dickmeiss [Tue, 13 Jan 2009 14:54:56 +0000 (15:54 +0100)]
Cast integer to long for print

15 years agoAllow combined single char options (again)
Adam Dickmeiss [Tue, 13 Jan 2009 14:53:51 +0000 (15:53 +0100)]
Allow combined single char options (again)

15 years agoMore requirements for libyaz3-devel
Adam Dickmeiss [Tue, 13 Jan 2009 10:53:02 +0000 (11:53 +0100)]
More requirements for libyaz3-devel

15 years agoRemoved yaz.spec.sles
Adam Dickmeiss [Tue, 13 Jan 2009 08:14:58 +0000 (09:14 +0100)]
Removed yaz.spec.sles

15 years agoFixup for BuildRequires: tcpd-devel or tcp_wrappers-devel
Adam Dickmeiss [Mon, 12 Jan 2009 21:33:04 +0000 (22:33 +0100)]
Fixup for BuildRequires: tcpd-devel or tcp_wrappers-devel

15 years agoUtility yaz-marcdump got option to display YAZ version (-V)
Adam Dickmeiss [Mon, 12 Jan 2009 17:52:44 +0000 (18:52 +0100)]
Utility yaz-marcdump got option to display YAZ version (-V)

15 years agoHappy new year
Adam Dickmeiss [Fri, 9 Jan 2009 13:38:14 +0000 (14:38 +0100)]
Happy new year

15 years agoAdded RPM spec for SUSE Linux Enterprice Server
Adam Dickmeiss [Thu, 8 Jan 2009 14:52:30 +0000 (15:52 +0100)]
Added RPM spec for SUSE Linux Enterprice Server

15 years agoTODO no longer part of dist
Adam Dickmeiss [Thu, 8 Jan 2009 14:52:16 +0000 (15:52 +0100)]
TODO no longer part of dist

15 years agoAllow YAZ to use ICU 3.4
Adam Dickmeiss [Thu, 8 Jan 2009 14:50:45 +0000 (15:50 +0100)]
Allow YAZ to use ICU 3.4

15 years agoUpdated to use VERSION_HEX rather than YAZ_VERSION_HEX
Adam Dickmeiss [Mon, 5 Jan 2009 11:04:44 +0000 (12:04 +0100)]
Updated to use VERSION_HEX rather than YAZ_VERSION_HEX

15 years agoRenamed AC var YAZ_VERSION_HEX to VERSION_HEX
Adam Dickmeiss [Mon, 5 Jan 2009 10:19:32 +0000 (11:19 +0100)]
Renamed AC var YAZ_VERSION_HEX to VERSION_HEX

15 years agoIgnore tst_rpn2cql generated test program
Adam Dickmeiss [Tue, 30 Dec 2008 13:31:18 +0000 (14:31 +0100)]
Ignore tst_rpn2cql generated test program

15 years agoAdded new ICU test case which illustrates removal of diacritics
Adam Dickmeiss [Tue, 30 Dec 2008 13:29:34 +0000 (14:29 +0100)]
Added new ICU test case which illustrates removal of diacritics

15 years agoAdded other test text 'Carre' + combining acute accent
Adam Dickmeiss [Tue, 30 Dec 2008 13:27:48 +0000 (14:27 +0100)]
Added other test text 'Carre' + combining acute accent

15 years agoName .diff file differently
Adam Dickmeiss [Tue, 30 Dec 2008 13:24:47 +0000 (14:24 +0100)]
Name .diff file differently

15 years agoReformatting
Adam Dickmeiss [Tue, 30 Dec 2008 11:24:32 +0000 (12:24 +0100)]
Reformatting

15 years agoBeef up test a bit
Adam Dickmeiss [Tue, 30 Dec 2008 10:57:48 +0000 (11:57 +0100)]
Beef up test a bit

15 years agoRemoved set -x
Adam Dickmeiss [Tue, 30 Dec 2008 10:57:33 +0000 (11:57 +0100)]
Removed set -x

15 years agoAdded new regression test using yaz-icu
Adam Dickmeiss [Tue, 30 Dec 2008 10:54:52 +0000 (11:54 +0100)]
Added new regression test using yaz-icu

15 years agoyaz-icu returns exit code 3 if ICU is not present.
Adam Dickmeiss [Tue, 30 Dec 2008 10:36:50 +0000 (11:36 +0100)]
yaz-icu returns exit code 3 if ICU is not present.

15 years agoUpdated doc/common.
Adam Dickmeiss [Tue, 30 Dec 2008 10:04:02 +0000 (11:04 +0100)]
Updated doc/common.

15 years agoUpdated to latest doc/common.
Adam Dickmeiss [Tue, 30 Dec 2008 10:00:56 +0000 (11:00 +0100)]
Updated to latest doc/common.

15 years agoDebian 3.0.41-1.
Adam Dickmeiss [Tue, 30 Dec 2008 10:00:40 +0000 (11:00 +0100)]
Debian 3.0.41-1.

15 years agoUpdated doc/common.
Adam Dickmeiss [Mon, 29 Dec 2008 19:36:52 +0000 (20:36 +0100)]
Updated doc/common.

15 years agoVersion 3.0.41. v3.0.41
Adam Dickmeiss [Mon, 29 Dec 2008 15:54:52 +0000 (16:54 +0100)]
Version 3.0.41.

15 years agoFixed test that makes VERSION_SHA1 appear on dist versions too.
Adam Dickmeiss [Mon, 29 Dec 2008 15:53:09 +0000 (16:53 +0100)]
Fixed test that makes VERSION_SHA1 appear on dist versions too.

15 years agoVersion 3.0.40-1. v3.0.40
Adam Dickmeiss [Mon, 29 Dec 2008 09:53:41 +0000 (10:53 +0100)]
Version 3.0.40-1.

15 years agoAdded bib1-attr to RPM
Adam Dickmeiss [Mon, 29 Dec 2008 09:53:29 +0000 (10:53 +0100)]
Added bib1-attr to RPM

15 years agoChanges
Adam Dickmeiss [Mon, 29 Dec 2008 09:51:08 +0000 (10:51 +0100)]
Changes

15 years agoAdded bib1-attr manpage
Adam Dickmeiss [Sun, 28 Dec 2008 10:03:01 +0000 (11:03 +0100)]
Added bib1-attr manpage