gedcom-parse.git
2002-09-28 Peter VerthezDeclare unused parameters directly instead of relying...
2002-09-28 Peter VerthezPortability: don't use __BEGIN_DECLS and __END_DECLS.
2002-09-28 Peter VerthezDeclare headers properly.
2002-09-28 Peter VerthezPortability: should return success if iconv is not...
2002-09-28 Peter VerthezPortability: Don't use LD_LIBRARY_PATH directly, but...
2002-09-28 Peter VerthezPortability: don't use LD_LIBRARY_PATH directly, but...
2002-09-28 Peter VerthezPortability: use libiconv if necessary.
2002-09-28 Peter VerthezUse ICONV_CONST to have const correctness.
2002-09-28 Peter VerthezPortability fix: don't use __BEGIN_DECLS and __END_DECLS
2002-09-24 Peter VerthezA bit of refactoring...
2002-09-22 Peter VerthezTest program for cross-reference updates.
2002-09-22 Peter VerthezSome new tests...
2002-09-22 Peter VerthezIgnore some files.
2002-09-22 Peter VerthezGenerate from this new.ged via configure.
2002-09-22 Peter VerthezRemoved (generated via configure.in).
2002-09-22 Peter VerthezGenerate new.ged via configure.
2002-09-22 Peter VerthezAdded functions to add, delete, link and unlink cross...
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 Verthezignore some files.
2002-09-22 Peter VerthezMoved test programs to src subdirectory.
2002-09-22 Peter VerthezMoved from parent directory to here.
2002-09-22 Peter VerthezMoved to subdirectory src.
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-22 Peter VerthezExtra test.
2002-09-22 Peter VerthezExpected result is success for these tests.
2002-09-21 Peter VerthezClose outfile *after* the last output is done...
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-18 Peter VerthezProvide a way to do memory debugging with e.g. valgrind.
2002-09-18 Peter VerthezMoved gedcom.enc from top directory to data subdirectory.
2002-09-18 Peter VerthezCreated data directory.
2002-09-18 Peter VerthezMoved from top directory to here.
2002-09-18 Peter VerthezExtra subdirectories.
2002-09-18 Peter VerthezMoved gedcom.enc to data subdirectory.
2002-09-18 Peter VerthezMoved to data subdirectory.
2002-09-17 Peter VerthezFixes for const correctness.
2002-09-17 Peter VerthezUse of libutf8
2002-09-17 Peter VerthezMoved get/set string to gom_modify.c.
2002-09-17 Peter VerthezGetting and setting strings.
2002-09-16 Peter VerthezMoved utf8-locale.* to utf8 directory.
2002-09-16 Peter VerthezMoved from test directory.
2002-09-16 Peter VerthezMoved these files to the utf8 directory.
2002-09-15 Peter VerthezTaking care of const correctness.
2002-09-15 Peter VerthezTaking care of const correctness.
2002-09-15 Peter VerthezTake care of const correctness.
2002-09-14 Peter VerthezUpdated for release 0.17.
2002-09-14 Peter VerthezGom header should include the gedcom header.
2002-09-13 Peter VerthezPut the gom header first to test errors in the header.
2002-09-13 Peter VerthezAdd include file sys/cdefs.h for __BEGIN_DECLS
2002-09-13 Peter VerthezCorrected 'Generated from' string.
2002-09-12 Peter VerthezCorrections for installation.
2002-09-12 Peter VerthezRelease 0.17
2002-09-12 Peter VerthezTranslation for release 0.17
2002-09-12 Peter VerthezGenerated for release 0.17.
2002-09-12 Peter VerthezExtra files with translatable strings.
2002-09-12 Peter VerthezRemoved newlines from error strings.
2002-09-12 Peter VerthezMoved strings out of macros, because xgettext doesn...
2002-09-12 Peter VerthezDeclare gomxref.html as a generated doc file.
2002-09-12 Peter VerthezDocumentation for the GEDCOM object model.
2002-09-12 Peter VerthezShow which CVS element is used to generate the HTML...
2002-09-12 Peter VerthezLittle correction.
2002-09-12 Peter VerthezRenamed make_xref to make_gom_xref.
2002-09-11 Peter VerthezChanges to be able to generate documentation.
2002-09-11 Peter VerthezChange some link names.
2002-09-11 Peter VerthezGenerate documentation for gedcom object model.
2002-09-11 Peter VerthezGenerating documentation for gedcom object model.
2002-09-11 Peter VerthezMore thorough error handling.
2002-09-09 Peter VerthezBetter checking of library result values.
2002-09-09 Peter VerthezBetter checking of library return values.
2002-09-09 Peter VerthezFixes for make distcheck.
2002-09-09 Peter VerthezForgotten internal header file.
2002-09-09 Peter VerthezFirst check-in of gedcom object model.
2002-09-09 Peter VerthezFirst check-in of gedcom object model.
2002-09-08 Peter VerthezAvoid 'cd ..'
2002-09-08 Peter VerthezCorrections in interface description.
2002-09-08 Peter VerthezMoved gedcom_error etc. from internal header to externa...
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 VerthezSome new things...
2002-09-01 Peter VerthezUse XREF_ANY when the type of an xref is not defined...
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-09-01 Peter VerthezAdd a function to retrieve an xref by its key.
2002-08-28 Peter VerthezDocumentation for parsing age values.
2002-08-28 Peter VerthezTest for parsing age values.
2002-08-28 Peter VerthezParsing age values.
next