Converted GOM documentation to doxygen.
[gedcom-parse.git] / gedcom /
2002-10-27 Peter VerthezExtra C flags for portability.
2002-10-24 Peter VerthezPortability fix: isdigit expects unsigned char.
2002-10-21 Peter VerthezDefine macro UNUSED as empty if not using gcc.
2002-10-20 Peter VerthezUse Makefile.inc for *.tabgen.h.
2002-10-20 Peter VerthezFix for using included gettext.
2002-10-14 Peter VerthezUse ICONV_CONST for portability.
2002-10-14 Peter VerthezDon't warn on long long.
2002-10-13 Peter VerthezAdded missing semi-colons.
2002-10-13 Peter VerthezDon't include Makefile.inc: add specific rule here...
2002-09-28 Peter VerthezAdd -export-dynamic to be able to use libtool --execute.
2002-09-28 Peter VerthezPortability: set GCONV_PATH only if iconv implemented...
2002-09-28 Peter VerthezExpect 308 shift-reduce conflicts.
2002-09-28 Peter VerthezPortability with libiconv: use UTF-8 instead of UTF8.
2002-09-28 Peter VerthezPortability: have fallback solution if vsnprintf is...
2002-09-28 Peter VerthezDeclare unused parameters directly instead of relying...
2002-09-22 Peter VerthezAdded a function to check whether a (UTF-8) string...
2002-09-22 Peter VerthezAdded a function to check whether a string is a valid...
2002-09-22 Peter VerthezBypass iconv conversion if the string is UTF-8 coming...
2002-09-22 Peter VerthezAdded functions for retrieving, adding, modifying and...
2002-09-22 Peter VerthezLet init_called be global (used from encoding.c).
2002-09-22 Peter VerthezClean up gconv path at the proper time.
2002-09-22 Peter VerthezKeep old encoding if new one cannot be created.
2002-09-22 Peter VerthezBetter error handling to avoid memory leaks.
2002-09-22 Peter VerthezDefine init function for the lexer.
2002-09-22 Peter VerthezAdd init function for the lexer.
2002-09-22 Peter VerthezInit functions for the lexers.
2002-09-22 Peter VerthezCall init function for the lexer.
2002-09-21 Peter VerthezWorkaround for memory leak in flex.
2002-09-21 Peter VerthezClean up environment at exit.
2002-09-19 Peter VerthezClean up message buffer at exit.
2002-09-17 Peter VerthezFixes for const correctness.
2002-09-15 Peter VerthezTaking care of const correctness.
2002-09-15 Peter VerthezTake care of const correctness.
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.
next