gedcom-parse.git
2003-02-02 Peter VerthezRelease 0.90.0.
2003-02-02 Peter VerthezUpdated version string in reference output.
2003-02-02 Peter VerthezCorrected newlines.
2003-02-02 Peter VerthezUpdated for release 0.90.0
2003-02-02 Peter Verthez*** empty log message ***
2003-02-02 Peter VerthezUpdated for release.
2003-02-02 Peter VerthezUpdated documentation with new features in 0.90.0.
2003-02-02 Peter VerthezAdded a note if the parse failed with compatibility...
2003-02-01 Peter VerthezAdded note for later implementation.
2003-02-01 Peter VerthezMore EasyTree compatibility.
2003-02-01 Peter VerthezUse function gedcom_set_compat_options.
2003-02-01 Peter VerthezUse of function gedcom_set_compat_options.
2003-02-01 Peter VerthezBetter warning messages.
2003-02-01 Peter VerthezAdded compatibility for PAF 4.
2003-02-01 Peter VerthezNew function gedcom_set_compat_options.
2003-02-01 Peter VerthezNew function gedcom_set_compat_options
2003-02-01 Peter VerthezNew functions next_utf8_char and nth_utf8_char.
2003-01-28 Peter VerthezDon't lose the HEAD.TIME section of Lifelines.
2003-01-28 Peter VerthezDon't lose the HEAD.TIME section of lifelines.
2003-01-27 Peter VerthezHandle tab character generated by PAF 5.
2003-01-27 Peter VerthezCompatibility with EasyTree and Family Origins.
2003-01-27 Peter VerthezAdded charset IBM_WINDOWS (used by Windows programs...)
2003-01-27 Peter VerthezCompatibility tests for EasyTree and Family Origins.
2003-01-27 Peter VerthezDon't break for CONC on a space boundary.
2003-01-26 Peter VerthezConvert spaces to underscores in GEDCOM name for encodi...
2003-01-26 Peter VerthezAlso write empty CONT lines.
2003-01-26 Peter VerthezOnly try to delete address if present.
2003-01-26 Peter VerthezAdded compatibility for Family Origins.
2003-01-26 Peter VerthezUse preprocessor symbol VALUE_IF_MISSING.
2003-01-26 Peter VerthezUse preprocessor symbol VALUE_IF_MISSING.
2003-01-26 Peter VerthezProtection of value in macro.
2003-01-26 Peter VerthezAllow empty CONT tags.
2003-01-26 Peter VerthezAdd quotes around print.
2003-01-26 Peter VerthezFixed memory leak.
2003-01-26 Peter VerthezAdded functions to add, remove and move substructs.
2003-01-26 Peter VerthezUpdates.
2003-01-26 Peter VerthezFix for const correctness.
2003-01-26 Peter VerthezSome checking of input.
2003-01-26 Peter VerthezSome const correctness fixes.
2003-01-26 Peter VerthezPut invalid date in phrase member.
2003-01-26 Peter VerthezPut invalid date (e.g. 29 FEB 1739) in phrase member.
2003-01-25 Peter VerthezGOM tests for PAF compatibility.
2003-01-25 Peter VerthezBetter handling of empty date values.
2003-01-25 Peter VerthezChange mandatory but empty values to "-".
2003-01-25 Peter VerthezMake sure compatibility_program is initialized to 0.
2003-01-25 Peter VerthezMore compatibility testing.
2003-01-25 Peter VerthezMake sure that a note record tag with an empty value...
2003-01-25 Peter VerthezCorrect sub_note_end callback: parsed value can be...
2003-01-25 Peter VerthezBugfix in compatibility for address.
2003-01-25 Peter VerthezGenerate the correct cast error message.
2003-01-25 Peter VerthezAdded small note.
2003-01-25 Peter VerthezSome extra messages in the output.
2003-01-25 Peter VerthezRe-parse file after write.
2003-01-25 Peter VerthezSecond call of gom_parse_file or gom_new_model should...
2003-01-25 Peter VerthezAllow setting strings to NULL (to remove tag).
2003-01-25 Peter VerthezPut GEDCOM_PARSE as source program (unless disabled).
2003-01-25 Peter VerthezMoved encoding state to separate source file.
2003-01-25 Peter VerthezWrite encoding is by default the read encoding.
2003-01-25 Peter VerthezExtra argument for setting encoding.
2003-01-25 Peter VerthezCorrection in containment of tags.
2003-01-25 Peter VerthezSome const correctness.
2003-01-25 Peter VerthezDebug print messages should not be terminated with...
2003-01-25 Peter VerthezPass encoding terminator to encoding state.
2003-01-25 Peter VerthezDebug print statements should not be internationalized.
2003-01-25 Peter VerthezImplemented an encoding state.
2003-01-24 Peter VerthezAdded some missing code for LSS.
2003-01-24 Peter VerthezAdded program to convert a GEDCOM file to standard...
2003-01-23 Peter VerthezRemove debug print statement.
2003-01-23 Peter VerthezFixed a nasty corruption bug.
2003-01-22 Peter VerthezCleanup of error handling on dates.
2003-01-22 Peter VerthezTest for compatibility with PAF2.
2003-01-22 Peter VerthezCleaned up error handling on dates.
2003-01-18 Peter VerthezPass date values via pointers instead of on stack.
2003-01-18 Peter VerthezPass date values via pointers instead of on stack.
2003-01-16 Peter VerthezRemoved test print statement.
2003-01-16 Peter VerthezAvoid memory corruption with a large number of families.
2003-01-15 Peter VerthezRenamed PAF to PAF5.
2003-01-15 Peter VerthezStart with compatibility for PAF 2.
2003-01-14 Peter VerthezReworked compatibility computation to take program...
2003-01-14 Peter VerthezReworked compatibility computation.
2003-01-12 Peter VerthezFunctions for moving an xref in a list.
2003-01-12 Peter VerthezFunction for moving an xref in a list.
2003-01-12 Peter VerthezTests for moving xrefs in a list.
2003-01-12 Peter VerthezRenamed 'add' record functions to 'new'.
2003-01-12 Peter VerthezRename 'add' functions to 'new'.
2003-01-12 Peter VerthezUnlink xrefs properly when struct is deleted.
2003-01-12 Peter VerthezOption to print current setting.
2003-01-12 Peter VerthezOutput with proper xref cleaning.
2003-01-12 Peter VerthezProgram result should be lower than 256.
2003-01-12 Peter VerthezUse general script set_testenv instead of test_valgrind...
2003-01-11 Peter VerthezReworked xref functions.
2003-01-11 Peter VerthezReworked the xref functions.
2003-01-11 Peter VerthezShow value that is too long.
2003-01-11 Peter VerthezTest of xref functions.
2003-01-11 Peter VerthezChanges to ease working with ddd.
2003-01-11 Peter VerthezTests for xref functions.
2003-01-11 Peter VerthezCorrect bug in check_token: line length should be reset...
2003-01-05 Peter VerthezTest of xref link functions.
2003-01-05 Peter VerthezDefinition of MAKELINKFUNC.
2003-01-05 Peter VerthezNew function gom_set_xref_value.
next