gedcom-parse.git
2002-01-20 Peter VerthezUpdated.
2002-01-20 Peter VerthezGeneral update of docs.
2002-01-20 Peter VerthezInitialize conv_fails variable (for case of null strings).
2002-01-20 Peter VerthezRestructuring of test setup.
2002-01-19 Peter VerthezAvoid output to stdout on 'make check'.
2002-01-19 Peter VerthezDescribe how to check library version in configure.in.
2002-01-19 Peter VerthezProvide a version number in the installed header gedcom.h.
2002-01-19 Peter VerthezAdded parameter to conversion from UTF-8 to locale...
2002-01-16 Peter VerthezLog of recent changes.
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-13 Peter VerthezMake the header fit for inclusion in a C++ program.
2002-01-13 Peter VerthezCharacter encoding (UTF-8 to locale) example and use...
2002-01-13 Peter VerthezExplanation about character encoding.
2002-01-13 Peter VerthezAt lot more explanation about encodings.
2002-01-12 Peter VerthezCorrections...
2002-01-12 Peter VerthezAdded links for GEDCOM and Unicode.
2002-01-12 Peter VerthezAdd extra image files.
2002-01-12 Peter VerthezFurther explanation of Unicode.
2002-01-12 Peter VerthezMoved encoding introduction to separate html page.
2002-01-12 Peter VerthezSome corrections.
2002-01-10 Peter VerthezSmall fix in link.
2002-01-10 Peter VerthezSome more documentation regarding development.
2002-01-10 Peter VerthezSome Makefile enhancements for documentation.
2002-01-10 Peter VerthezSome bugfixes for the standalone lexers.
2002-01-09 Peter VerthezUse own colors; specifically to have white background.
2002-01-09 Peter VerthezUse own colors, specifically to have white background.
2002-01-08 Peter VerthezCorrected link to GEDCOM spec.
2002-01-05 Peter VerthezRelease 0.13
2002-01-05 Peter VerthezUpdated.
2002-01-05 Peter VerthezUpdated.
2002-01-05 Peter VerthezUpdated.
2002-01-05 Peter VerthezExtra file with translatable strings: xref.c.
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 VerthezDon't return 0 for context.
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 VerthezSimplification of action...
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 Verthez*** empty log message ***
2002-01-02 Peter VerthezReturn proper exit code.
2002-01-02 Peter VerthezUse hash implementation from kazlib.
2002-01-01 Peter VerthezUse PRE tag for CVS keywords.
2002-01-01 Peter VerthezCompletion of the interface description.
2001-12-31 Peter VerthezRelease of 0.12.
2001-12-31 Peter VerthezBugfixes for make distcheck.
2001-12-31 Peter VerthezUpdated.
2001-12-31 Peter VerthezUpdated.
2001-12-31 Peter VerthezExtra files.
2001-12-31 Peter VerthezMore documentation.
2001-12-31 Peter VerthezXref on user defined record is optional.
2001-12-30 Peter VerthezAdded some initial documentation.
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 VerthezUpdated.
2001-12-30 Peter VerthezCompleted the calling of callbacks.
2001-12-30 Peter VerthezWrite most of the output of the test program to an...
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 VerthezChanges for parsing dates.
2001-12-28 Peter VerthezUpdated.
2001-12-28 Peter VerthezInterface for date values.
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-23 Peter VerthezMake the external header fit for inclusion in C++ programs.
2001-12-22 Peter VerthezLittle fix for make distcheck.
2001-12-22 Peter VerthezDon't link libgedcom with the libintl library: let...
2001-12-22 Peter VerthezAvoid problems with libintl on make distcheck.
2001-12-15 Peter VerthezCorrect VERSION.
2001-12-15 Peter VerthezRelease 0.11
2001-12-15 Peter Verthez*** empty log message ***
2001-12-15 Peter VerthezDutch translation file for 0.11.
2001-12-15 Peter VerthezTemplate file for 0.11.
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 VerthezAdded message.c.
2001-12-15 Peter VerthezRe-added gedcom-debug-print statements.
2001-12-13 Peter VerthezAdded Dutch language.
2001-12-13 Peter VerthezTemplate file for translations.
2001-12-13 Peter VerthezDutch translation added.
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 CVS tags.
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...
next