Use libutf8.
[gedcom-parse.git] / gedcom / multilex.c
2002-11-04 Peter VerthezUse dgettext instead of gettext -> no textdomain()...
2002-11-03 Peter VerthezMove setlocale call to gedcom_init.
2002-11-03 Peter VerthezBugfix.
2002-11-03 Peter VerthezAdded function gedcom_check_version.
2002-10-30 Peter VerthezFix for line numbering bug (bug 613480).
2002-09-22 Peter VerthezLet init_called be global (used from encoding.c).
2002-09-22 Peter VerthezCall init function for the lexer.
2002-09-15 Peter VerthezTake care of const correctness.
2002-09-08 Peter VerthezMore thorough error checking of library calls.
2002-03-27 Peter VerthezMake the use of gedcom_init mandatory.
2002-03-17 Peter VerthezAdd interface function gedcom_init(), to avoid problem...
2002-01-16 Peter Verthezsetlocale returns a string in static storage, so must...
2002-01-15 Peter VerthezSave the old locale (in case the application had set...
2002-01-05 Peter VerthezParse and process cross-references.
2001-12-15 Peter VerthezMake sure that gettext uses UTF-8 as target encoding.
2001-12-13 Peter VerthezRemove newline from an error.
2001-12-13 Peter VerthezChanged some gedcom_message calls to gedcom_debug_print...
2001-12-11 Peter VerthezInitialize the textdomain for gettext (and restore...
2001-12-10 Peter VerthezMove to LGPL license.
2001-12-09 Peter VerthezMoved to gedcom subdirectory.