More verbose.
[yaz-moved-to-github.git] / retrieval /
2001-09-30 Adam DickmeissBug fix: reading bad tag units could crash the library...
2001-09-28 Adam DickmeissSimpleelement allows upper case (as well as lower case).
2001-03-27 Adam DickmeissQuotes and slashes may occur within attributes.
2001-03-21 Adam DickmeissMore fixes for make where sourcedir and builddir are...
2001-02-28 Adam DickmeissFixed problem with stack overflow for very nested records.
2001-02-21 Adam DickmeissC++ fixes.
2001-02-21 Adam DickmeissRemoved Makefile.in's and libtool/automake files that are
2000-12-05 Adam DickmeissFixed problem with element level in reading of abstract...
2000-12-05 Adam DickmeissReaders skips <! ...> sections.
2000-12-05 Adam DickmeissFixed bug with termlists (introduced by previous commit).
2000-12-05 Adam DickmeissAdded termlist source for data1 system.
2000-12-05 Adam DickmeissAdded support for null-data rules like <tag/>.
2000-11-29 Adam DickmeissImplemented XML/SGML attributes for data1 so that d1_re...
2000-11-23 Adam DickmeissSSL comstack support. Separate POSIX thread support...
2000-10-02 Adam DickmeissFile yaz-config generated by configure (not Makefile).
2000-05-02 Adam DickmeissDefined READLINE_LIBS for the yaz-client.
2000-04-05 Adam DickmeissAdded shared library support (libtool).
2000-03-10 Adam DickmeissDocumentation no longer made when doing 'make all'.
2000-03-01 Adam DickmeissUpdated makefiles (again).
2000-02-29 Adam DickmeissCheck for config.h (currently not generated).
2000-02-28 Adam DickmeissUpdated makefiles.
2000-02-28 Adam DickmeissUsing autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_EN...
2000-02-10 Adam DickmeissRemoved C++ comment.
2000-01-06 Adam DickmeissMinor change - to prevent warnings.
2000-01-06 Adam DickmeissMinor fix so that this source compiles using Visual...
2000-01-06 Adam DickmeissAdded case to prevent warning.
2000-01-04 ianAdded function to count occurences of a tag spec in...
1999-12-21 ianChanged retrieval module to allow data1 trees with...
1999-11-30 Adam DickmeissImproved installation. Moved header files to include...
1999-10-21 Adam DickmeissRetrieval module no longer uses ctype.h - functions.
1999-10-21 Adam DickmeissSGML reader uses own isspace - it doesn't do 8-bit...
1999-08-27 Adam DickmeissRenamed logf function to yaz_log. Removed VC++ project...
1999-07-13 Adam DickmeissNon-recursive version of data1_read_node. data1_read_no...
1999-07-06 Adam DickmeissImproved layout generated record in SGML/XML format.
1999-06-09 Adam DickmeissHeader files moved to include (used to be z39.50).
1999-04-23 Adam DickmeissFixed bug in match_triple. Thanks to Franck Falcoz...
1999-04-20 Adam DickmeissAdded 'name' paramter to encoder/decoder routines ...
1999-03-31 Adam DickmeissImplemented odr_strdup. Added Reference ID to backend...
1999-01-25 Adam DickmeissMade data1_pr_tree make better printing of data1 buffers.
1998-10-28 Adam DickmeissAdded --with-yc option to configure. For the data1_node...
1998-10-19 Adam DickmeissFixed data1_gettagbyname. Bug introduced by previous...
1998-10-15 Adam DickmeissTag set type may be specified in reference to it using...
1998-10-14 Adam DickmeissBug fix. Bug introduced by previous commit.
1998-10-13 Adam DickmeissAdded support for arbitrary OID's for tagsets, schemas...
1998-09-28 Adam DickmeissFixed bug in f_integer.
1998-08-21 Adam DickmeissAdded GNU Configure script to build Makefiles.
1998-06-09 Adam DickmeissMinor changes.
1998-06-08 Adam DickmeissFixed bug in f_queryTypeDetails.
1998-06-05 Adam DickmeissFixed un-initialised var in f_rpnCapabilities.
1998-06-05 Adam DickmeissFixed problem with function wordlen.
1998-05-18 Adam DickmeissChanged the way attribute sets are handled by the retri...
1998-04-02 Adam DickmeissMinor change in definition of Z_TargetInfo. Furhter...
1998-03-31 Adam DickmeissDevelopment towards compiled ASN.1.
1998-03-16 Adam DickmeissFixed problem with tag names that weren't set to the...
1998-03-12 Adam DickmeissFix: didn't set root member of tagged node in function.
1998-03-05 Adam DickmeissImplemented data1_add_insert_taggeddata utility which...
1998-03-05 Adam DickmeissMake data1 to EXPLAIN ignore local tags in root.
1998-02-27 Adam DickmeissAdded const to some char pointer arguments.
1998-02-27 Adam DickmeissAdded printing of integer nodes.
1998-02-23 Adam DickmeissTake care of integer data nodes as well in conversion.
1998-02-11 Adam DickmeissChanged code so that it compiles as C++.
1997-12-18 Adam DickmeissImplemented sub-trees feature for schemas - including...
1997-12-09 Adam DickmeissWork on EXPLAIN schema. First implementation of sub...
1997-12-09 Adam DickmeissFix bug regarding variants. Tags with prefix "var"...
1997-11-24 Adam DickmeissUsing function odr_nullval() instead of global ODR_NULL...
1997-11-19 Adam DickmeissMore explain work.
1997-11-18 Adam DickmeissRemoved element num_children from data1_node. Minor...
1997-11-06 Adam DickmeissImplemented variant match on simple elements -data1...
1997-11-05 Adam DickmeissMinor change.
1997-10-31 Adam DickmeissImproved memory debugging for xmalloc/nmem.c. Reference...
1997-10-27 Adam DickmeissNew debug utility, data1_pr_tree, that dumps a data1...
1997-10-27 Adam DickmeissChanged structure field in data1 node to be simple...
1997-10-02 Sebastian HammerAttempt to fix bug in especs
1997-09-30 Adam DickmeissAdded handler data1_get_map_buf that is used by data1_n...
1997-09-29 Adam DickmeissAdded function, oid_ent_to_oid, to replace the function
1997-09-29 Adam DickmeissAdded typecast to avoid warnings on MSVC.
1997-09-24 Adam DickmeissAdded two members to data1_marctab to ease reading...
1997-09-17 Adam DickmeissIntroduced new 'global' data1 handle.
1997-09-17 Adam DickmeissYAZ version 1.4.
1997-09-05 Adam DickmeissRemoved global data1_tabpath - uses data1_get_tabpath...
1997-09-04 Adam DickmeissAdded data1 to marc conversion with indicators.
1997-09-04 Adam DickmeissAdded data1 to marc conversion.
1997-05-14 Adam DickmeissC++ support.
1997-04-30 Sebastian HammerNull
1997-02-19 Adam DickmeissThe "all" specifier only affects elements that are...
1997-01-02 Sebastian HammerAdded optional, physical ANY
1996-12-05 Sebastian HammerFixed GRS-1 null-ref
1996-10-29 Adam DickmeissImplemented data1_set_tabpath and data1_get_tabpath.
1996-10-11 Sebastian HammerSmallish
1996-10-11 Adam DickmeissFixed a bug that caused data1_read_node to core dump...
1996-10-08 Sebastian HammerAdded SOIF syntax.
1996-10-07 Sebastian HammerAdded SOIF support
1996-07-06 Sebastian HammerSystem headerfiles gathered in yconfig
1996-06-10 Sebastian HammerWork on Summary.
1996-06-07 Sebastian HammerFixed tag->tagset dependency
1996-06-03 Sebastian HammerAdded OID data type.
1996-05-31 Sebastian HammerFixed uninitialized variable for local tags in abstract...
1996-05-22 Adam DickmeissRemoved CFLAGS definiton.
1996-05-09 Sebastian HammerMultiple local attributes values supported.
1996-05-01 Sebastian HammerSupport use of local tag names in abs file.
next