Hi all,
A new release is available. These are the release notes (changes
with respect to 0.12):
- Cross-references are now parsed and checked. For this, an extra type
is
added to the types possible in a Gedcom_val: an xref pointer. This
means
that GEDCOM_XREF_PTR has to be used now in some places instead of
GEDCOM_STRING.
A quick change is to replace
GEDCOM_STRING(val)
by
GEDCOM_XREF_PTR(val)->string
where applicable. But you can also store an object in the 'object'
member
of the struct returned by GEDCOM_XREF_PTR (see documentation).
- Other interface changes in the callbacks:
- parsed tag value (integer) is passed next to the string value
- the start record callbacks now also contain a Gedcom_val (the NOTE
can
have a value)
- Further, various bugfixes have been made.
Now is the time to do some bug squatting...
Cheers,
Peter.
--
===================================================================
Peter Verthez Software engineer
Email at work: mailto:Pet...@al...
at home: mailto:Pet...@ad...
WWW: http://gallery.uunet.be/Peter.Verthez
===================================================================
while (!asleep()) sheep++;
|