Beginnings of write support.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Wed, 4 Dec 2002 18:43:19 +0000 (18:43 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Wed, 4 Dec 2002 18:43:19 +0000 (18:43 +0000)
commite5f86c3d527897be1f7e7135ffdfc023831aaebd
tree9c527d574d49b70c61405cc04c7da627788873d2
parentc637187356219bc074232a0f4b57481c472b1818
Beginnings of write support.
41 files changed:
acinclude.m4
configure.in
gom/gom.c
gom/header.c
gom/header.h
include/gedcom.h.in
include/gom.h
po/POTFILES.in
t/Makefile.am
t/output/write_gom_ansel.ged [new file with mode: 0644]
t/output/write_gom_ansel.ref [new file with mode: 0644]
t/output/write_gom_ascii.ged [new file with mode: 0644]
t/output/write_gom_ascii.ref [new file with mode: 0644]
t/output/write_gom_uhlbomcl.ged [new file with mode: 0644]
t/output/write_gom_uhlbomcl.ref [new file with mode: 0644]
t/output/write_gom_uhlcl.ged [new file with mode: 0644]
t/output/write_gom_uhlcl.ref [new file with mode: 0644]
t/output/write_gom_ulhbomcl.ged [new file with mode: 0644]
t/output/write_gom_ulhbomcl.ref [new file with mode: 0644]
t/output/write_gom_ulhc.ged [new file with mode: 0644]
t/output/write_gom_ulhc.ref [new file with mode: 0644]
t/output/write_gom_ulhcl.ged [new file with mode: 0644]
t/output/write_gom_ulhcl.ref [new file with mode: 0644]
t/output/write_gom_ulhl.ged [new file with mode: 0644]
t/output/write_gom_ulhl.ref [new file with mode: 0644]
t/output/write_gom_ulhlc.ged [new file with mode: 0644]
t/output/write_gom_ulhlc.ref [new file with mode: 0644]
t/src/Makefile.am
t/src/gom_write.c [new file with mode: 0644]
t/src/test_bulk.sh
t/src/test_prologue.sh
t/src/test_writegom [new file with mode: 0755]
t/write_gom_ansel.test [new file with mode: 0755]
t/write_gom_ascii.test [new file with mode: 0755]
t/write_gom_uhlbomcl.test [new file with mode: 0755]
t/write_gom_uhlcl.test [new file with mode: 0755]
t/write_gom_ulhbomcl.test [new file with mode: 0755]
t/write_gom_ulhc.test [new file with mode: 0755]
t/write_gom_ulhcl.test [new file with mode: 0755]
t/write_gom_ulhl.test [new file with mode: 0755]
t/write_gom_ulhlc.test [new file with mode: 0755]