gedcom-parse.git
2002-10-27 Peter VerthezGroup portability functions in this file.
2002-10-27 Peter VerthezUse portability.c to convert void* to integer.
2002-10-27 Peter VerthezSet conv_fails on total conversion failure too.
2002-10-27 Peter VerthezDefine charset aliases for darwin.
2002-10-27 Peter VerthezChanges in 1.8.2.
2002-10-27 Peter VerthezIncrease library version.
2002-10-27 Peter VerthezChanges for 1.8.2.
2002-10-27 Peter VerthezIncrease version to 1.8.2.
2002-10-27 Peter VerthezIncrease version to 1.8.2
2002-10-27 Peter VerthezPatch for config.charset.
2002-10-27 Peter VerthezMake a patch for config.charset
2002-10-27 Peter VerthezWorkaround for gcc compiler versions that don't have...
2002-10-26 Peter VerthezRequire ngettext on GETTEXT (is equivalent to requiring
2002-10-26 Peter VerthezPut STDERR of iconv into the logfile.
2002-10-26 Peter VerthezMake commands silent (except echo's).
2002-10-26 Peter VerthezCheck for glibc 2.2 iconv (2.2 is needed for the ansel...
2002-10-26 Peter VerthezDon't initialize dmalloc variables when not needed.
2002-10-26 Peter VerthezUse C locale for portable comparison.
2002-10-26 Peter VerthezGenerate reference files under C locale for portable...
2002-10-26 Peter VerthezCorrect silly mistake...
2002-10-26 Peter VerthezRestructure output from tests.
2002-10-26 Peter VerthezDon't show actual pointer values, only whether they...
2002-10-26 Peter VerthezRestructure output handling.
2002-10-26 Peter VerthezDirectory output added.
2002-10-26 Peter VerthezDirectory t/output added.
2002-10-26 Peter VerthezAdded some status messages.
2002-10-26 Peter Verthez*** empty log message ***
2002-10-26 Peter VerthezAdding reference output files.
2002-10-24 Peter VerthezPortability fix: isdigit expects unsigned char.
2002-10-24 Peter VerthezPortability fix: printf of null string sometimes core...
2002-10-24 Peter VerthezPortability fix: 'if ! diff' is not always supported.
2002-10-23 Peter VerthezLittle bit better warning.
2002-10-23 Peter VerthezPortability fix: 'if ! diff ...' is not always supporte...
2002-10-23 Peter VerthezPortability fix: grep isn't always understanding full...
2002-10-23 Peter VerthezCorrect linking for libiconv.
2002-10-23 Peter VerthezPortability fixes.
2002-10-23 Peter VerthezOnly link in libcharset when libiconv is not used.
2002-10-21 Peter VerthezDefine macro UNUSED as empty if not using gcc.
2002-10-21 Peter VerthezRename my own functions to gedcom_...
2002-10-21 Peter VerthezPortability fixes.
2002-10-21 Peter VerthezDon't use subdir libcharset if libiconv is used.
2002-10-21 Peter VerthezDon't use subdir libcharset if libiconv is used.
2002-10-20 Peter VerthezRetrieved non-empty version...
2002-10-20 Peter VerthezUse Makefile.inc for *.tabgen.h.
2002-10-20 Peter VerthezAlso give warning on make clean, make check and make...
2002-10-20 Peter VerthezFix for using included gettext.
2002-10-20 Peter VerthezHack for generating libtool convenience library instead...
2002-10-20 Peter VerthezFix for use of included gettext.
2002-10-20 Peter VerthezRemove GNUmakefile at distclean.
2002-10-20 Peter VerthezRemove gomxref.html at distclean.
2002-10-20 Peter VerthezUpgrade to gettext 0.10.38.
2002-10-20 Peter VerthezRevert generation of README to replace-VERSION in GNU...
2002-10-20 Peter VerthezUpdate README via replace-VERSION (GNU make is used...
2002-10-20 Peter VerthezRevert to using Makefile.inc (GNU make is used anyway).
2002-10-20 Peter VerthezRe-added (using GNU make anyway).
2002-10-20 Peter VerthezUpgraded to gettext 0.10.38.
2002-10-14 Peter VerthezUse ICONV_CONST for portability.
2002-10-14 Peter VerthezDon't warn on long long.
2002-10-14 Peter Vertheznew.ged lives in $builddir now.
2002-10-14 Peter VerthezDon't to test_xref_functions if gedcom_new_model failed.
2002-10-14 Peter VerthezAdd compiler flags for warnings.
2002-10-14 Peter VerthezAdd ICONV_CONST for portability.
2002-10-13 Peter VerthezAdded missing semi-colons.
2002-10-13 Peter VerthezRequire GNU make.
2002-10-13 Peter VerthezAlso distribute the generated README.
2002-10-13 Peter VerthezGenerate from README.in.
2002-10-13 Peter VerthezGenerate Makefile from Makefile.in.
2002-10-13 Peter VerthezMake GNUmakefile instead of Makefile in top directory.
2002-10-13 Peter VerthezIgnore GNUmakefile.in
2002-10-13 Peter VerthezGive a warning if make is not GNU make.
2002-10-13 Peter VerthezForce the use of GNU make.
2002-10-13 Peter VerthezUse configure mechanism to generate README.
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.
next