gedcom-parse.git
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...
2001-12-11 Peter VerthezAdded gettext calls.
2001-12-10 Peter Verthez*** empty log message ***
2001-12-10 Peter VerthezUse of AM_CONFIG_HEADER
2001-12-10 Peter VerthezUse of gettext.
2001-12-10 Peter VerthezAdded stamp-h.in (used by AM_CONFIG_HEADER).
2001-12-10 Peter VerthezAdditional data for config.h.in
2001-12-10 Peter Verthezgettextize
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-10 Peter Verthez... and again.
2001-12-10 Peter VerthezCorrection in license...
2001-12-10 Peter VerthezMoved to LGPL license.
2001-12-10 Peter VerthezUse LGPL license.
2001-12-09 Peter VerthezRemove superfluous printf statement.
2001-12-09 Peter VerthezAppend to environment variables instead of overwriting...
2001-12-09 Peter VerthezPut data directory of libgedcom in the GCONV_PATH ...
2001-12-09 Peter VerthezRelease 0.10
2001-12-09 Peter VerthezIgnore some generated files.
2001-12-09 Peter VerthezTest script for gedcom library.
2001-12-09 Peter VerthezChanges due to name change.
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 VerthezCorrection for dmalloc testability.
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 libgedcom files to gedcom subdirectory.
2001-12-09 Peter VerthezMoved to gedcom subdirectory.
2001-12-09 Peter VerthezMoved gedcom.h to include subdirectory.
2001-12-09 Peter VerthezMoved from main subdirectory.
2001-12-09 Peter VerthezMoved to include subdirectory.
2001-12-09 Peter VerthezInclude gedcom_internal.h too (for dmalloc debugging).
2001-12-09 Peter VerthezCorrection on make clean.
2001-12-09 Peter VerthezRemove .libs directory on make clean.
2001-12-09 Peter VerthezChecked in external.h as gedcom.h (forgot to check...
2001-12-09 Peter VerthezRenamed gedcom.h to gedcom_internal.h
2001-12-08 Peter VerthezSome fixes for libgedcom.so
2001-12-08 Peter VerthezFull callback interface.
2001-12-08 Peter VerthezAdd copyright header.
2001-12-08 Peter VerthezSome changes to the interface...
2001-12-08 Peter VerthezFurther tests of callbacks.
2001-12-08 Peter VerthezHeader fully covered with callbacks.
2001-12-08 Peter VerthezSplit off libgedcom.so.
2001-12-08 Peter VerthezAdded interface.o.
2001-12-08 Peter VerthezNew files: specifying the callback interface.
2001-12-08 Peter VerthezMade the use of sprintf safer.
2001-12-08 Peter VerthezMoved some parts to the external header.
2001-12-08 Peter VerthezFurther specification of interface: allow debugging...
2001-12-08 Peter VerthezAdded the external header.
2001-12-08 Peter VerthezMoved gedcom_parse_file to external header.
2001-12-08 Peter VerthezFurther specification of interface: message handler.
2001-12-08 Peter VerthezSensible initial buffer size...
2001-12-08 Peter VerthezFurther specification of interface: message handler.
2001-12-02 Peter VerthezRelease 0.9
next