Added support for null-data rules like <tag/>.
[yaz-moved-to-github.git] / retrieval / d1_read.c
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-01-06 Adam DickmeissAdded case to prevent warning.
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-04-20 Adam DickmeissAdded 'name' paramter to encoder/decoder routines ...
1998-10-28 Adam DickmeissAdded --with-yc option to configure. For the data1_node...
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-02-27 Adam DickmeissAdded const to some char pointer arguments.
1998-02-11 Adam DickmeissChanged code so that it compiles as C++.
1997-12-09 Adam DickmeissFix bug regarding variants. Tags with prefix "var"...
1997-11-18 Adam DickmeissRemoved element num_children from data1_node. Minor...
1997-11-05 Adam DickmeissMinor change.
1997-09-17 Adam DickmeissYAZ version 1.4.
1997-09-05 Adam DickmeissRemoved global data1_tabpath - uses data1_get_tabpath...
1997-05-14 Adam DickmeissC++ support.
1996-10-29 Adam DickmeissImplemented data1_set_tabpath and data1_get_tabpath.
1996-10-11 Adam DickmeissFixed a bug that caused data1_read_node to core dump...
1996-07-06 Sebastian HammerSystem headerfiles gathered in yconfig
1996-01-19 Sebastian HammerFixed uninitialized boolean.
1996-01-17 Adam DickmeissChanged prototype for reader function parsed to data1_r...
1995-12-15 Sebastian HammerAdded formatted text.
1995-12-13 Sebastian HammerModified Data1-system to use nmem
1995-12-12 Sebastian HammerAdded destroy element to data1_node.
1995-12-11 Sebastian HammerAdded last_child field to the node.
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.