Changed som member names of DeleteResultSetRequest/Response.
[yaz-moved-to-github.git] / retrieval /
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.
1996-03-25 Sebastian HammerRemoved trailing whitespace from data elements
1996-02-21 Sebastian HammerReversed fclose and return;
1996-02-20 Sebastian HammerMoved matchstr to global util
1996-01-19 Sebastian HammerFixed uninitialized boolean.
1996-01-17 Adam DickmeissChanged prototype for reader function parsed to data1_r...
1996-01-02 Sebastian HammerChanged enums in the ASN.1 .h files to #defines. Change...
1995-12-15 Sebastian HammerAdded formatted-text.
1995-12-15 Sebastian HammerAdded formatted text.
1995-12-14 Sebastian HammerMore explain stuff.
1995-12-14 Sebastian HammerWork on Explain
1995-12-13 Sebastian Hammer*** empty log message ***
1995-12-13 Sebastian HammerAdded SGML-output filter.
1995-12-13 Sebastian HammerAdded sgml-output.
1995-12-13 Sebastian HammerModified Data1-system to use nmem
1995-12-12 Sebastian HammerAdded destroy element to data1_node.
1995-12-12 Sebastian HammerMore work on the large-record problem.
1995-12-11 Sebastian HammerAdded last_child field to the node.
1995-12-05 Sebastian HammerFixed malloc of 0.
1995-11-13 Sebastian HammerFiddling with the variant stuff.
1995-11-01 Sebastian HammerMaking data1 look for tables in data1_tabpath
1995-11-01 Sebastian HammerMinor adjustments
1995-11-01 Sebastian HammerAdded Retrieval (data management) functions en masse.