From: Peter Verthez Date: Mon, 28 Oct 2002 19:14:05 +0000 (+0000) Subject: Second test release. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=6680bd83e16e392f124f77bbf0b60e3810ff2db2;p=gedcom-parse.git Second test release. --- diff --git a/ChangeLog b/ChangeLog index 2b23755..cc45329 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,115 @@ +2002-10-28 Peter Verthez + + * test release 0.17.2 + +2002-10-27 Peter Verthez + + * gedcom/Makefile.am: Put generated lex and yacc files also in dist. + + * doc/Makefile.am: Put generated file gomxref.html also in dist (so + perl isn't needed at make-time). + + * utf8/utf8-locale.c (convert_utf8_to_locale): Set conv_fails on total + conversion failure too. + + * all: Further small portability fixes. + +2002-10-26 Peter Verthez + + * t/output/*: Reference output for the tests; compare the actual test + output to these files. + +2002-10-23 Peter Verthez + + * Makefile.inc: Portability fix: 'if ! diff ...' isn't always supported + by sh. + + * include/Makefile.am: Portability fix: grep isn't always understanding + full regex syntax. + + * utf8/Makefile.am, configure.in: Only link in libcharset if libiconv + is not used. + +2002-10-21 Peter Verthez + + * all: Further portability fixes to Makefile.am and such. + +2002-10-20 Peter Verthez + + * */Makefile.am: Fixes for using included gettext. + + * intl/Makefile.in: Hack for generating libtool convenience library + instead of shared library. + + * README: Modify at dist instead of via configure.in (GNU make is used + anyway). + + * intl/*: Upgraded to gettext 0.10.38 (to have extra functions, such + as bind_textdomain_codeset). + +2002-10-14 Peter Verthez + + * gedcom/encoding.c (to_internal): Add ICONV_CONST for portability. + + * utf8/utf8-locale.c: Add forgotten header string.h + +2002-10-13 Peter Verthez + + * Makefile: Require GNU make to be used -> normal makefile is then + GNUmakefile in top directory. + + * README, doc/index.html: Generate from *.in via configure (for + portability). + + * utf8/utf8-locale.c, utf8/libcharset/: Use locale_charset instead of + nl_langinfo directly, for portability. + +2002-10-05 Peter Verthez + + * test release 0.17.1 + +2002-10-04 Peter Verthez + + * iconv/libiconv/*: libiconv changes for ANSEL encoding. + +2002-10-01 Peter Verthez + + * ansel/ANSI_Z39.47.c: Fixes to ansel decoding and (mostly) encoding. + +2002-09-28 Peter Verthez + + * all: Portability fixes and support for libiconv. + +2002-09-22 Peter Verthez + + * gedcom/xref.c, include/gedcom.h.in: Added functions to retrieve, add, + link/unlink and delete cross-references. + + * gedcom/gedcom_1byte.lex, gedcom/gedcom_lex_common.c: Added a function + to check whether a (UTF-8) string is a valid token; bypass iconv + conversion for this. + + * gedcom/*: Fixed memory leaks reported by valgrind. + +2002-09-21 Peter Verthez + + * t/standalone.c: Close outfile *after* the last output is done... + + * gedcom/gedcom_*.lex, gedcom/gedcom_lex_common.c: Workaround for + memory leak in flex. + + * gedcom/encoding.c: Clean up environment at exit. + +2002-09-15 Peter Verthez + + * gedcom.h.in, gedcom/*, gom/*: Take care of const correctness. + +2002-09-13 Peter Verthez + + * include/gom.h: Add include file to be able to recognize __BEGIN_DECLS + + * doc/make_gom_xref: Corrected 'Generated from' string. + 2002-09-12 Peter Verthez * release 0.17