Initial revision
authorMarc Cromme <marc@indexdata.dk>
Thu, 6 Oct 2005 09:37:25 +0000 (09:37 +0000)
committerMarc Cromme <marc@indexdata.dk>
Thu, 6 Oct 2005 09:37:25 +0000 (09:37 +0000)
commitc64f3428802f61a7f087e410d9d0972f5a805f65
treefeb7b552dfc1748469cf9c1c5fe2a1883d3a0189
Initial revision
25 files changed:
.cvsignore [new file with mode: 0644]
Doxyfile.in [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
buildconf.sh [new file with mode: 0755]
configure.in [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/msg-thread.cpp [new file with mode: 0644]
src/msg-thread.h [new file with mode: 0644]
src/p2.cpp [new file with mode: 0644]
src/p2_backend.h [new file with mode: 0644]
src/p2_backend_dummy.cpp [new file with mode: 0644]
src/p2_config.cpp [new file with mode: 0644]
src/p2_config.h [new file with mode: 0644]
src/p2_frontend.cpp [new file with mode: 0644]
src/p2_frontend.h [new file with mode: 0644]
src/p2_modules.cpp [new file with mode: 0644]
src/p2_modules.h [new file with mode: 0644]
src/p2_msg.cpp [new file with mode: 0644]
src/p2_xmlerror.cpp [new file with mode: 0644]
src/p2_xmlerror.h [new file with mode: 0644]
src/p3_filter.h [new file with mode: 0644]
src/p3_main.cpp [new file with mode: 0644]
usemarcon.m4 [new file with mode: 0644]
yaz.m4 [new file with mode: 0644]
yazpp.m4 [new file with mode: 0644]