Completed writing of strings and xrefs.
[gedcom-parse.git] / gedcom /
2002-12-15 Peter VerthezCompleted writing of strings and xrefs.
2002-12-08 Peter VerthezWriting long strings (with continuation), and conversio...
2002-12-08 Peter VerthezAdded configure option --enable-debug.
2002-12-08 Peter VerthezClear the buffer at init.
2002-12-08 Peter VerthezUse SAFE_BUF_ADDCHAR where appropriate.
2002-12-08 Peter VerthezUse safe buffer mechanism for storing gedcom value...
2002-12-08 Peter VerthezSome changes to safe_buffer structure.
2002-12-07 Peter VerthezMake a NULL GEDCOM_VAL if there is no string passed...
2002-12-07 Peter VerthezPass complete concatenated text in end callback.
2002-12-04 Peter VerthezBeginnings of write support.
2002-12-04 Peter VerthezInit_encodings should be done earlier (at gedcom_init).
2002-12-01 Peter VerthezUse libutf8.
2002-12-01 Peter VerthezUse conv_buffer interface.
2002-12-01 Peter VerthezUse general UTF-8 conversion in libutf8 for to_internal.
2002-11-29 Peter Verthez*** empty log message ***
2002-11-24 Peter VerthezExtracted safe buffer mechanism to buffer.c for reuse.
2002-11-24 Peter VerthezExtracted from message.c for reuse.
2002-11-04 Peter VerthezUse dgettext instead of gettext -> no textdomain()...
2002-11-04 Peter VerthezUse dgettext instead of gettext.
2002-11-03 Peter VerthezMove setlocale call to gedcom_init.
2002-11-03 Peter VerthezRemoved support for testing with dmalloc (valgrind...
2002-11-03 Peter VerthezBugfix.
2002-11-03 Peter VerthezAdded function gedcom_check_version.
2002-11-01 Peter VerthezPointer with only one character is also valid.
2002-11-01 Peter VerthezUse function is_valid_pointer (also checks for maximum...
2002-10-30 Peter VerthezIncrement line number also for generating gedcom level...
2002-10-30 Peter VerthezFix for line numbering bug (bug 613480).
2002-10-27 Peter VerthezPut generated lex and yacc files also in distribution.
2002-10-27 Peter VerthezExtra C flags for portability.
2002-10-24 Peter VerthezPortability fix: isdigit expects unsigned char.
2002-10-21 Peter VerthezDefine macro UNUSED as empty if not using gcc.
2002-10-20 Peter VerthezUse Makefile.inc for *.tabgen.h.
2002-10-20 Peter VerthezFix for using included gettext.
2002-10-14 Peter VerthezUse ICONV_CONST for portability.
2002-10-14 Peter VerthezDon't warn on long long.
2002-10-13 Peter VerthezAdded missing semi-colons.
2002-10-13 Peter VerthezDon't include Makefile.inc: add specific rule here...
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-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 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-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-17 Peter VerthezFixes for const correctness.
2002-09-15 Peter VerthezTaking care of const correctness.
2002-09-15 Peter VerthezTake care of const correctness.
2002-09-12 Peter VerthezRemoved newlines from error strings.
2002-09-12 Peter VerthezMoved strings out of macros, because xgettext doesn...
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 VerthezUse XREF_ANY when type is not known.
2002-09-01 Peter VerthezUse XREF_ANY for an association, instead of XREF_INDI.
2002-08-28 Peter VerthezA little more checking (for duplicate registration).
2002-08-28 Peter VerthezParsing of age values.
2002-08-28 Peter VerthezNew files added: age.c, age.h
2002-08-28 Peter VerthezNew files for parsing age values.
2002-08-26 Peter VerthezSet compatibility variables to sane value at restart.
2002-08-25 Peter VerthezCleanup xref table at exit of program (not after check...
2002-08-25 Peter VerthezAdded extra argument to callback functions: the record...
2002-08-25 Peter VerthezSimplify handling of default charset.
2002-08-16 Peter VerthezSmall comments.
2002-08-16 Peter VerthezMove all compatibility handling functions to compat...
2002-08-16 Peter VerthezLittle fix.
2002-08-16 Peter VerthezAvoid unnecessary recompilation.
2002-08-16 Peter VerthezHandle illegal characters in to_internal (to avoid...
2002-08-16 Peter VerthezAllow empty date as string (needed for compatibility...
2002-08-16 Peter VerthezAvoid unnecessary recompilation (use the new header).
2002-08-16 Peter VerthezAdd compatibility for Lifelines.
2002-08-16 Peter VerthezAvoid unnecessary recompilation of lex files.
2002-03-27 Peter VerthezMake the use of gedcom_init mandatory.
2002-03-17 Peter VerthezGraceful error handling on bogus input.
2002-03-17 Peter VerthezAdd interface function gedcom_init(), to avoid problem...
2002-01-24 Peter VerthezFix for ftree compatibility
2002-01-22 Peter VerthezSome enhancements in the ftree compatibility.
2002-01-22 Peter VerthezGet rid of compiler warning from lex generated code.
2002-01-22 Peter VerthezCompatibility handling for ftree.
2002-01-16 Peter VerthezMake sure that the 'string' member of an xref always...
2002-01-16 Peter Vertheztag is struct instead of simple string.
2002-01-16 Peter Verthezsetlocale returns a string in static storage, so must...
2002-01-15 Peter VerthezSeparate the modification of GCONV_PATH from the rest...
2002-01-15 Peter VerthezSave the old locale (in case the application had set...
2002-01-15 Peter VerthezDon't allow the parser to continue if the conversion...
next