tag is struct instead of simple string.
[gedcom-parse.git] / gedcom / gedcom.y
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.