Added support of the complex indexing for MARC records (whithout documentation yet).
authoroleg <oleg>
Fri, 28 Feb 2003 12:33:38 +0000 (12:33 +0000)
committeroleg <oleg>
Fri, 28 Feb 2003 12:33:38 +0000 (12:33 +0000)
commit0a5aa3b65fe14789bcada545a0e399545725d1ff
treec634e416abdc1a61b22e0656d3f14882d4b67e94
parent52fad02a1584f75a0c7ea56c5e3381f84c3f1ce0
Added support of the complex indexing for MARC records (whithout documentation yet).
Added test for RUSMARC records.
24 files changed:
Makefile.am
configure.in
data1/d1_marc.c
data1/d1_read.c
include/data1.h
recctrl/Makefile.am
recctrl/inline.c [new file with mode: 0644]
recctrl/inline.h [new file with mode: 0644]
recctrl/marcomp.c [new file with mode: 0644]
recctrl/marcomp.h [new file with mode: 0644]
recctrl/marcread.c
test/Makefile.am
test/rusmarc/.cvsignore [new file with mode: 0644]
test/rusmarc/Makefile.am [new file with mode: 0644]
test/rusmarc/records/simple-rusmarc [new file with mode: 0644]
test/rusmarc/tab/rusmarc-b.est [new file with mode: 0644]
test/rusmarc/tab/rusmarc.abs [new file with mode: 0644]
test/rusmarc/tab/rusmarc.flt [new file with mode: 0644]
test/rusmarc/tab/rusmarc.mar [new file with mode: 0644]
test/rusmarc/tab/rusmarc.tag [new file with mode: 0644]
test/rusmarc/tab/scan.chr [new file with mode: 0644]
test/rusmarc/tab/string.chr [new file with mode: 0644]
test/rusmarc/test.sh [new file with mode: 0755]
test/rusmarc/zebra.cfg [new file with mode: 0644]