gedcom-parse.git
2002-12-15 Peter VerthezTest writing of a read gedcom file.
2002-12-15 Peter VerthezComplete string and xref output.
2002-12-08 Peter VerthezSome updates...
2002-12-08 Peter VerthezWriting long strings (with continuation), and conversio...
2002-12-08 Peter VerthezTesting long string values with at characters...
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 VerthezMoved common code to gom_internal.h
2002-12-08 Peter VerthezAdded some common code + fixed memory leak.
2002-12-08 Peter VerthezPut common code in gom_internal.h
2002-12-08 Peter VerthezNew change.
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 VerthezDocument types of Gedcom_val in end callback.
2002-12-07 Peter VerthezUse complete concatenated text instead of concatenating...
2002-12-07 Peter VerthezMake a NULL GEDCOM_VAL if there is no string passed...
2002-12-07 Peter VerthezSome updates.
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-04 Peter VerthezBeginnings of write support.
2002-12-04 Peter VerthezLittle change, so that test script don't need test...
2002-12-01 Peter VerthezExtra arguments for the length of non-UTF-8 strings.
2002-12-01 Peter VerthezHide the implementation of some types.
2002-12-01 Peter VerthezConversion changes.
2002-12-01 Peter VerthezUse libutf8.
2002-12-01 Peter VerthezUse conv_buffer interface.
2002-12-01 Peter VerthezSome changes in interface.
2002-12-01 Peter VerthezMoved bulk of to_internal in gedcom/encoding.c to here.
2002-12-01 Peter VerthezUse general UTF-8 conversion in libutf8 for to_internal.
2002-11-30 Peter VerthezMade conversion interface more general.
2002-11-29 Peter Verthez*** empty log message ***
2002-11-24 Peter VerthezSome changes...
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-22 Peter VerthezUpdates for string and UTF-8 functions.
2002-11-22 Peter VerthezMore checking on validity of strings.
2002-11-22 Peter VerthezNew file with translatable strings.
2002-11-22 Peter VerthezNew test program.
2002-11-22 Peter VerthezTest program for updates in gom.
2002-11-22 Peter VerthezHeader file utf8_locale.h renamed to utf8.h
2002-11-22 Peter VerthezAdded utf8.c
2002-11-22 Peter VerthezHeader file is renamed.
2002-11-22 Peter VerthezRenamed utf8-locale.h to utf8.h.
2002-11-04 Peter VerthezUse dgettext instead of gettext -> no textdomain()...
2002-11-04 Peter VerthezUse dgettext instead of gettext.
2002-11-04 Peter VerthezChange return type of gedcom_init to int.
2002-11-04 Peter Verthezgedcom_date.lex also contains translatable strings.
2002-11-04 Peter VerthezLet check-% depend on all instead of all-local.
2002-11-04 Peter VerthezHave a way to test with a different language, through...
2002-11-04 Peter VerthezAdded missing header.
2002-11-03 Peter VerthezRefactored common parts into test_prologue.sh and test_...
2002-11-03 Peter VerthezMoved file argument to last position.
2002-11-03 Peter VerthezUpdated translations.
2002-11-03 Peter VerthezSome support for testing with valgrind.
2002-11-03 Peter VerthezNew test (for textdomain corruption).
2002-11-03 Peter VerthezThe function gedcom_init now calls setlocale.
2002-11-03 Peter VerthezSmall correction in help string.
2002-11-03 Peter VerthezMove setlocale call to gedcom_init.
2002-11-03 Peter VerthezRemove unused variable DMALLOC_LOG.
2002-11-03 Peter VerthezRemoved support for testing with dmalloc (valgrind...
2002-11-03 Peter VerthezBugfix.
2002-11-03 Peter VerthezDocumenting new m4 macro for configure.in support.
2002-11-03 Peter VerthezSupport for installing m4 macros.
2002-11-03 Peter VerthezAdded function gedcom_check_version.
2002-11-03 Peter VerthezUse gedcom_check_version when available.
2002-11-02 Peter VerthezNew directory m4.
2002-11-02 Peter VerthezAutoconf/automake macro for the Gedcom parser library.
2002-11-01 Peter VerthezAlso distribute the new gom.html file.
2002-11-01 Peter VerthezDocumented the string manipulation functions.
2002-11-01 Peter VerthezLittle updates.
2002-11-01 Peter VerthezExtracted GOM details to a new file.
2002-11-01 Peter VerthezLet gomxref.html depend on the generating script.
2002-11-01 Peter VerthezDocument the new cross-reference handling functions.
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-11-01 Peter VerthezGenerate links to the definitions in the Gedcom standard.
2002-11-01 Peter VerthezAdded links to the definitions in the Gedcom standard.
2002-11-01 Peter VerthezAdded libcharset as integrated external code.
2002-11-01 Peter VerthezInclude of stdio.h is not necessary.
2002-11-01 Peter VerthezDon't let bogus.test depend on a file that can change.
2002-10-30 Peter VerthezIncrement line number also for generating gedcom level...
2002-10-30 Peter VerthezNew test (due to bug 613480).
2002-10-30 Peter VerthezNew reference output after resolution of line numbering...
2002-10-30 Peter VerthezAdded an error message.
2002-10-30 Peter VerthezFix for line numbering bug (bug 613480).
2002-10-28 Peter VerthezRelease 0.17.2
2002-10-28 Peter VerthezTest release 0.17.2
2002-10-28 Peter VerthezSecond test release.
2002-10-27 Peter VerthezPut generated lex and yacc files also in distribution.
2002-10-27 Peter VerthezMake bogus.ged for bogus test.
2002-10-27 Peter VerthezNew reference output.
2002-10-27 Peter VerthezBogus file is now bogus.ged (to make 'make distcheck...
2002-10-27 Peter VerthezChange to make 'make distcheck' work.
2002-10-27 Peter VerthezChange for testing non-existing file.
2002-10-27 Peter VerthezFunction to compute a simple case of base name.
2002-10-27 Peter VerthezOnly base name of input file in reference output.
2002-10-27 Peter VerthezOnly base names in reference output.
2002-10-27 Peter VerthezPut generated doc file gomxref.html also in dist (so...
next