Generated for release 0.17.
[gedcom-parse.git] / gedcom /
2002-09-12 Peter VerthezRemoved newlines from error strings.
2002-09-12 Peter VerthezMoved strings out of macros, because xgettext doesn...
2002-09-08 Peter VerthezMore thorough error checking of library calls.
2002-09-08 Peter VerthezMore thorough error checking on library calls.
2002-09-08 Peter VerthezMoved gedcom_error etc to gedcom.h
2002-09-08 Peter VerthezProvide warning on data loss.
2002-09-08 Peter VerthezMore thorough error checking on library calls.
2002-09-01 Peter VerthezUse XREF_ANY when type is not known.
2002-09-01 Peter VerthezUse XREF_ANY for an association, instead of XREF_INDI.
2002-08-28 Peter VerthezA little more checking (for duplicate registration).
2002-08-28 Peter VerthezParsing of age values.
2002-08-28 Peter VerthezNew files added: age.c, age.h
2002-08-28 Peter VerthezNew files for parsing age values.
2002-08-26 Peter VerthezSet compatibility variables to sane value at restart.
2002-08-25 Peter VerthezCleanup xref table at exit of program (not after check...
2002-08-25 Peter VerthezAdded extra argument to callback functions: the record...
2002-08-25 Peter VerthezSimplify handling of default charset.
2002-08-16 Peter VerthezSmall comments.
2002-08-16 Peter VerthezMove all compatibility handling functions to compat...
2002-08-16 Peter VerthezLittle fix.
2002-08-16 Peter VerthezAvoid unnecessary recompilation.
2002-08-16 Peter VerthezHandle illegal characters in to_internal (to avoid...
2002-08-16 Peter VerthezAllow empty date as string (needed for compatibility...
2002-08-16 Peter VerthezAvoid unnecessary recompilation (use the new header).
2002-08-16 Peter VerthezAdd compatibility for Lifelines.
2002-08-16 Peter VerthezAvoid unnecessary recompilation of lex files.
2002-03-27 Peter VerthezMake the use of gedcom_init mandatory.
2002-03-17 Peter VerthezGraceful error handling on bogus input.
2002-03-17 Peter VerthezAdd interface function gedcom_init(), to avoid problem...
2002-01-24 Peter VerthezFix for ftree compatibility
2002-01-22 Peter VerthezSome enhancements in the ftree compatibility.
2002-01-22 Peter VerthezGet rid of compiler warning from lex generated code.
2002-01-22 Peter VerthezCompatibility handling for ftree.
2002-01-16 Peter VerthezMake sure that the 'string' member of an xref always...
2002-01-16 Peter Vertheztag is struct instead of simple string.
2002-01-16 Peter Verthezsetlocale returns a string in static storage, so must...
2002-01-15 Peter VerthezSeparate the modification of GCONV_PATH from the rest...
2002-01-15 Peter VerthezSave the old locale (in case the application had set...
2002-01-15 Peter VerthezDon't allow the parser to continue if the conversion...
2002-01-10 Peter VerthezSome bugfixes for the standalone lexers.
2002-01-05 Peter VerthezParse and process cross-references.
2002-01-05 Peter VerthezBugfixes in using the hash implementation of kazlib.
2002-01-05 Peter VerthezAdd a variable to the GEDCOM_MAKE_* macros.
2002-01-05 Peter VerthezSome cosmetic changes.
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-03 Peter VerthezRecord can also have a value (e.g. the NOTE record...
2002-01-02 Peter VerthezPass the parsed tag value (integer format) together...
2002-01-02 Peter VerthezUse hash implementation from kazlib.
2001-12-31 Peter VerthezXref on user defined record is optional.
2001-12-30 Peter VerthezError routines should provide messages without newlines...
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-29 Peter VerthezAdded graceful fallback for date parse errors: put...
2001-12-29 Peter VerthezEliminated code duplication.
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-28 Peter VerthezCalendar manipulation routines from Scott E. Lee.
2001-12-26 Peter VerthezAdded some more callbacks.
2001-12-25 Peter VerthezAdded some explanatory comment to the last item of...
2001-12-22 Peter VerthezDon't link libgedcom with the libintl library: let...
2001-12-15 Peter VerthezMove INTERNAL_ENCODING to gedcom_internal.h
2001-12-15 Peter VerthezPut INTERNAL_ENCODING here instead of encoding.c
2001-12-15 Peter VerthezMake sure that gettext uses UTF-8 as target encoding.
2001-12-15 Peter VerthezRe-added gedcom-debug-print statements.
2001-12-13 Peter VerthezRemove newline from an error.
2001-12-13 Peter VerthezLittle better error messages.
2001-12-13 Peter VerthezChanged some gedcom_message calls to gedcom_debug_print...
2001-12-11 Peter VerthezAdded support for gettext.
2001-12-11 Peter VerthezAdded interface for gettext.
2001-12-11 Peter VerthezInitialize the textdomain for gettext (and restore...
2001-12-11 Peter VerthezAdded gettext calls.
2001-12-10 Peter VerthezUse of AM_CONFIG_HEADER
2001-12-10 Peter VerthezSupport for the lexer test programs.
2001-12-10 Peter VerthezImplement a message handler for the LEXER_TEST programs.
2001-12-10 Peter VerthezMove to LGPL license.
2001-12-10 Peter VerthezMove to LGPL license.
2001-12-09 Peter VerthezRemove superfluous printf statement.
2001-12-09 Peter VerthezPut data directory of libgedcom in the GCONV_PATH ...
2001-12-09 Peter VerthezIgnore some generated files.
2001-12-09 Peter VerthezLook for encoding configuration file in current directo...
2001-12-09 Peter VerthezProperly initialize res variable.
2001-12-09 Peter VerthezChanges due to use of autoconf/automake.
2001-12-09 Peter VerthezUse of autoconf/automake.
2001-12-09 Peter VerthezRename them back (using our own make rules anyway).
2001-12-09 Peter VerthezConverted to automake/autoconf.
2001-12-09 Peter VerthezRenamed lex file (for automake).
2001-12-09 Peter VerthezCORRECT dependency on gedcom.h
2001-12-09 Peter VerthezDependency on gedcom.h
2001-12-09 Peter VerthezMakefile for gedcom subdirectory.
2001-12-09 Peter VerthezMoved to gedcom subdirectory.