gedcom-parse.git
2002-10-13 Peter VerthezIgnore README for cvs diff.
2002-10-13 Peter VerthezInitially empty README file (will be generated by confi...
2002-10-13 Peter VerthezGenerate README and doc/index.html via configure.
2002-10-13 Peter VerthezGenerate index.html via configure (portability).
2002-10-13 Peter VerthezGenerate via normal configure mechanism (portability).
2002-10-13 Peter VerthezDon't include Makefile.inc: add specific rule here...
2002-10-13 Peter VerthezDon't use GNU make specific features (portability).
2002-10-13 Peter VerthezIntegration of libcharset into gedcom-parse.
2002-10-13 Peter VerthezAdd libiconv (for make dist).
2002-10-13 Peter VerthezDon't do anything on all, dist or distcheck.
2002-10-13 Peter VerthezCorrection for make distcheck.
2002-10-13 Peter VerthezUse of libcharset (for portability).
2002-10-13 Peter VerthezUse locale_charset (from libcharset) instead of nl_lang...
2002-10-13 Peter VerthezIntegration of libcharset into gedcom-parse.
2002-10-05 Peter VerthezSet ICONV_PATH.
2002-10-05 Peter VerthezCompile with -O2
2002-10-05 Peter VerthezFixes for portability with libiconv.
2002-10-04 Peter VerthezSimplification.
2002-10-04 Peter VerthezMaking libiconv distribution.
2002-10-04 Peter VerthezLibiconv changes for ANSEL encoding.
2002-10-02 Peter VerthezMoved to iconv/glibc directory.
2002-10-02 Peter VerthezNew directory iconv.
2002-10-02 Peter VerthezMoved ansel conversion code to iconv/glibc directory.
2002-10-02 Peter VerthezNew directory.
2002-10-02 Peter VerthezMoved from ansel directory.
2002-10-02 Peter VerthezMoved from ansel directory.
2002-10-02 Peter VerthezExtracted tables from glibc iconv conversion, to be...
2002-10-02 Peter VerthezReorganize iconv code.
2002-10-01 Peter VerthezFile to test ansel conversion.
2002-10-01 Peter VerthezNew test, to test ansel conversion.
2002-10-01 Peter VerthezUse ICONV_PATH in tests.
2002-10-01 Peter VerthezSet ICONV_PATH to path of iconv binary.
2002-10-01 Peter VerthezFixes to ansel decoding and (mostly) encoding.
2002-10-01 Peter VerthezCount total number of conversion failures.
2002-09-28 Peter VerthezLocal macro's for configure.in.
2002-09-28 Peter VerthezDon't process the 'ansel' subdirectory if not glibc...
2002-09-28 Peter VerthezChecks for portability and for use of libiconv if iconv...
2002-09-28 Peter VerthezDon't distribute new.ged
2002-09-28 Peter VerthezDon't use fixed path for perl.
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-28 Peter VerthezRemove compiler option -Wno-unused-parameter (old gcc...
2002-09-28 Peter VerthezDeclare unused parameters directly instead of relying...
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.
next