renamed the package to libgedcom-dev
[gedcom-parse.git] / gedcom / gedcom.y
2003-04-21 Peter VerthezCompleted doxygen conversion of the documentation for...
2003-04-19 Peter VerthezMoved gedcom_set_error_handling to interface.c to make...
2003-02-09 Peter VerthezMake sure that compatibility mode is only used during...
2003-02-01 Peter VerthezMore EasyTree compatibility.
2003-02-01 Peter VerthezAdded compatibility for PAF 4.
2003-01-28 Peter VerthezDon't lose the HEAD.TIME section of lifelines.
2003-01-27 Peter VerthezCompatibility with EasyTree and Family Origins.
2003-01-26 Peter VerthezUse preprocessor symbol VALUE_IF_MISSING.
2003-01-25 Peter VerthezChange mandatory but empty values to "-".
2003-01-25 Peter VerthezMake sure that a note record tag with an empty value...
2003-01-25 Peter VerthezBugfix in compatibility for address.
2003-01-25 Peter VerthezDebug print messages should not be terminated with...
2003-01-15 Peter VerthezStart with compatibility for PAF 2.
2003-01-14 Peter VerthezReworked compatibility computation to take program...
2003-01-04 Peter VerthezCompatibility with Personal Ancestral File.
2003-01-04 Peter VerthezBetter separation of compatibility handling.
2002-12-08 Peter VerthezUse SAFE_BUF_ADDCHAR where appropriate.
2002-12-08 Peter VerthezUse safe buffer mechanism for storing gedcom value...
2002-12-07 Peter VerthezMake a NULL GEDCOM_VAL if there is no string passed...
2002-12-07 Peter VerthezPass complete concatenated text in end callback.
2002-10-13 Peter VerthezAdded missing semi-colons.
2002-09-28 Peter VerthezExpect 308 shift-reduce conflicts.
2002-09-22 Peter VerthezBetter error handling to avoid memory leaks.
2002-09-15 Peter VerthezTaking care of const correctness.
2002-09-15 Peter VerthezTake care of const correctness.
2002-09-08 Peter VerthezProvide warning on data loss.
2002-09-01 Peter VerthezUse XREF_ANY for an association, instead of XREF_INDI.
2002-08-28 Peter VerthezParsing of age values.
2002-08-16 Peter VerthezMove all compatibility handling functions to compat...
2002-08-16 Peter VerthezAdd compatibility for Lifelines.
2002-03-17 Peter VerthezGraceful error handling on bogus input.
2002-01-24 Peter VerthezFix for ftree compatibility
2002-01-22 Peter VerthezSome enhancements in the ftree compatibility.
2002-01-22 Peter VerthezCompatibility handling for ftree.
2002-01-16 Peter Vertheztag is struct instead of simple string.
2002-01-15 Peter VerthezDon't allow the parser to continue if the conversion...
2002-01-05 Peter VerthezParse and process cross-references.
2002-01-03 Peter VerthezBugfix for context handling of tags that are grouped...
2002-01-03 Peter VerthezBugfix for value of NOTE element; extra value on start...
2002-01-02 Peter VerthezPass the parsed tag value (integer format) together...
2001-12-31 Peter VerthezXref on user defined record is optional.
2001-12-30 Peter VerthezUse Gedcom_val for the xref in the record start callbac...
2001-12-30 Peter VerthezCompleted the calling of callbacks.
2001-12-28 Peter VerthezForgot variable declaration...
2001-12-28 Peter VerthezDon't ignore escapes anymore: just put them as text...
2001-12-28 Peter VerthezParsing of dates via a separate yacc parser.
2001-12-26 Peter VerthezAdded some more callbacks.
2001-12-15 Peter VerthezRe-added gedcom-debug-print statements.
2001-12-11 Peter VerthezAdded gettext calls.
2001-12-10 Peter VerthezMove to LGPL license.
2001-12-09 Peter VerthezProperly initialize res variable.
2001-12-09 Peter VerthezMoved to gedcom subdirectory.