renamed the package to libgedcom-dev
[gedcom-parse.git] / gom /
2003-04-26 Peter VerthezFinish doxygen conversion of documentation.
2003-02-09 Peter VerthezAllow elements out of context.
2003-02-09 Peter VerthezImproved context handling, to allow elements out of...
2003-02-09 Peter VerthezSplit off context stuff from gom.c
2003-02-09 Peter VerthezSplit off context stuff to different file.
2003-02-09 Peter VerthezUse def_elt_end instead of destroying the context directly.
2003-02-01 Peter VerthezAdded note for later implementation.
2003-02-01 Peter VerthezBetter warning messages.
2003-01-26 Peter VerthezFixed memory leak.
2003-01-26 Peter VerthezAdded functions to add, remove and move substructs.
2003-01-25 Peter VerthezCorrect sub_note_end callback: parsed value can be...
2003-01-25 Peter VerthezSecond call of gom_parse_file or gom_new_model should...
2003-01-25 Peter VerthezAllow setting strings to NULL (to remove tag).
2003-01-25 Peter VerthezCorrection in containment of tags.
2003-01-24 Peter VerthezAdded some missing code for LSS.
2003-01-23 Peter VerthezRemove debug print statement.
2003-01-23 Peter VerthezFixed a nasty corruption bug.
2003-01-12 Peter VerthezFunctions for moving an xref in a list.
2003-01-12 Peter VerthezRename 'add' functions to 'new'.
2003-01-12 Peter VerthezUnlink xrefs properly when struct is deleted.
2003-01-11 Peter VerthezReworked the xref functions.
2003-01-05 Peter VerthezDefinition of MAKELINKFUNC.
2003-01-05 Peter VerthezNew function gom_set_xref_value.
2003-01-05 Peter VerthezDefinition of SUB_MAKEFUNC.
2003-01-05 Peter VerthezDefinition of SUB_MAKEFUNC, SUB_ADDFUNC and SUB_DELETEFUNC.
2003-01-05 Peter VerthezDeclare SUB_MAKEFUNC.
2003-01-05 Peter VerthezSome new function templates.
2003-01-04 Peter VerthezMoved update_date and update_time to change_date.c
2003-01-04 Peter VerthezAdded functions to update timestamps in records.
2003-01-03 Peter VerthezAdded functions to add and remove records.
2002-12-30 Peter VerthezNew function to update timestamp.
2002-12-28 Peter VerthezA little simplification in the write interface.
2002-12-28 Peter VerthezSome portability fixes.
2002-12-21 Peter VerthezUTF8 library is now a shared library.
2002-12-21 Peter VerthezRemoved dup_date and dup_age.
2002-12-15 Peter VerthezWriting dates and ages.
2002-12-15 Peter VerthezCompleted writing of strings and xrefs.
2002-12-08 Peter VerthezAdded configure option --enable-debug.
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-07 Peter VerthezUse complete concatenated text instead of concatenating...
2002-12-07 Peter VerthezPass complete concatenated text in end callback.
2002-12-04 Peter VerthezBeginnings of write support.
2002-11-22 Peter VerthezMore checking on validity of strings.
2002-11-04 Peter VerthezUse dgettext instead of gettext.
2002-11-03 Peter VerthezRemoved support for testing with dmalloc (valgrind...
2002-11-01 Peter VerthezLittle updates.
2002-10-27 Peter VerthezExtra C flags for portability.
2002-10-21 Peter VerthezDefine macro UNUSED as empty if not using gcc.
2002-10-14 Peter VerthezDon't warn on long long.
2002-09-28 Peter VerthezRemove compiler option -Wno-unused-parameter (old gcc...
2002-09-28 Peter VerthezDeclare unused parameters directly instead of relying...
2002-09-28 Peter VerthezDeclare unused parameters directly instead of relying...
2002-09-17 Peter VerthezUse of libutf8
2002-09-17 Peter VerthezMoved get/set string to gom_modify.c.
2002-09-17 Peter VerthezGetting and setting strings.
2002-09-15 Peter VerthezTaking care of const correctness.
2002-09-11 Peter VerthezMore thorough error handling.
2002-09-09 Peter VerthezBetter checking of library result values.
2002-09-09 Peter VerthezBetter checking of library return values.
2002-09-09 Peter VerthezForgotten internal header file.
2002-09-09 Peter VerthezFirst check-in of gedcom object model.