renamed the package to libgedcom-dev
[gedcom-parse.git] / gedcom /
2003-04-26 Peter VerthezFinish doxygen conversion of documentation.
2003-04-21 Peter VerthezCompleted doxygen conversion of the documentation for...
2003-04-19 Peter VerthezMoved gedcom_set_error_handling to interface.c to make...
2003-04-19 Peter VerthezMake error_mechanism more global due to move of gedcom_...
2003-04-19 Peter VerthezMoved gedcom_set_error_handling from gedcom.y to make...
2003-04-19 Peter VerthezDoxygen conversion of documentation (error handling).
2003-02-23 Peter VerthezStart of documentation in doxygen.
2003-02-12 Peter VerthezBetter handling of PAF double dates ('1815/1820').
2003-02-09 Peter VerthezMake sure that compatibility mode is only used during...
2003-02-09 Peter VerthezMore verbosity in date errors.
2003-02-05 Peter VerthezKeep parsed values in date if parse was OK, but no...
2003-02-01 Peter VerthezMore EasyTree compatibility.
2003-02-01 Peter VerthezAdded compatibility for PAF 4.
2003-02-01 Peter VerthezNew function gedcom_set_compat_options.
2003-01-28 Peter VerthezDon't lose the HEAD.TIME section of Lifelines.
2003-01-28 Peter VerthezDon't lose the HEAD.TIME section of lifelines.
2003-01-27 Peter VerthezHandle tab character generated by PAF 5.
2003-01-27 Peter VerthezCompatibility with EasyTree and Family Origins.
2003-01-27 Peter VerthezDon't break for CONC on a space boundary.
2003-01-26 Peter VerthezConvert spaces to underscores in GEDCOM name for encodi...
2003-01-26 Peter VerthezAlso write empty CONT lines.
2003-01-26 Peter VerthezAdded compatibility for Family Origins.
2003-01-26 Peter VerthezUse preprocessor symbol VALUE_IF_MISSING.
2003-01-26 Peter VerthezUse preprocessor symbol VALUE_IF_MISSING.
2003-01-26 Peter VerthezFix for const correctness.
2003-01-26 Peter VerthezSome checking of input.
2003-01-26 Peter VerthezSome const correctness fixes.
2003-01-26 Peter VerthezPut invalid date (e.g. 29 FEB 1739) in phrase member.
2003-01-25 Peter VerthezBetter handling of empty date values.
2003-01-25 Peter VerthezChange mandatory but empty values to "-".
2003-01-25 Peter VerthezMake sure compatibility_program is initialized to 0.
2003-01-25 Peter VerthezMake sure that a note record tag with an empty value...
2003-01-25 Peter VerthezBugfix in compatibility for address.
2003-01-25 Peter VerthezGenerate the correct cast error message.
2003-01-25 Peter VerthezMoved encoding state to separate source file.
2003-01-25 Peter VerthezWrite encoding is by default the read encoding.
2003-01-25 Peter VerthezSome const correctness.
2003-01-25 Peter VerthezDebug print messages should not be terminated with...
2003-01-25 Peter VerthezPass encoding terminator to encoding state.
2003-01-25 Peter VerthezDebug print statements should not be internationalized.
2003-01-25 Peter VerthezImplemented an encoding state.
2003-01-22 Peter VerthezCleaned up error handling on dates.
2003-01-18 Peter VerthezPass date values via pointers instead of on stack.
2003-01-18 Peter VerthezPass date values via pointers instead of on stack.
2003-01-15 Peter VerthezStart with compatibility for PAF 2.
2003-01-14 Peter VerthezReworked compatibility computation to take program...
2003-01-11 Peter VerthezShow value that is too long.
2003-01-11 Peter VerthezCorrect bug in check_token: line length should be reset...
2003-01-05 Peter VerthezSmall fixes.
2003-01-04 Peter VerthezLittle fix, closing an else
2003-01-04 Peter VerthezCompatibility with Personal Ancestral File.
2003-01-04 Peter VerthezRecognize the UTF-8 byte order mark.
2003-01-04 Peter VerthezBetter separation of compatibility handling.
2002-12-30 Peter VerthezAdded missing space.
2002-12-30 Peter VerthezRemoved superfluous newline.
2002-12-30 Peter VerthezGive warning if mismatch on character set (and force...
2002-12-29 Peter VerthezPut extra files in distribution.
2002-12-28 Peter VerthezA little simplification in the write interface.
2002-12-28 Peter VerthezSome portability fixes.
2002-12-21 Peter VerthezFix bug in make distcheck.
2002-12-21 Peter Verthezutf8.h is renamed to utf8tools.h
2002-12-21 Peter VerthezUTF8 library is now a shared library.
2002-12-21 Peter VerthezFixed memory leak.
2002-12-21 Peter VerthezAuto-generation of tag names.
2002-12-21 Peter VerthezTag names are now automatically generated.
2002-12-21 Peter VerthezNew function for handling age values.
2002-12-21 Peter VerthezFix for initialization of buffer in grow_buffer.
2002-12-21 Peter VerthezNew date handling functions.
2002-12-21 Peter VerthezSupport for the date handling functions.
2002-12-21 Peter VerthezTag names are now auto-generated.
2002-12-21 Peter VerthezSmall fix for empty values in write_long.
2002-12-15 Peter VerthezRemove some superfluous space characters.
2002-12-15 Peter VerthezWriting dates and ages.
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).
next