Changed include/yaz/diagbib1.h and added include/yaz/diagsrw.h with
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Apr 2005 08:27:57 +0000 (08:27 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Apr 2005 08:27:57 +0000 (08:27 +0000)
commit84d7b06c13daa609e93f353e655c4b02f936d65c
tree078a93533c60cb6da264ef29ab85e0002ed9f5b1
parent00757f0ff95a6e5557823e151a7ae9d6f48f0f8f
Changed include/yaz/diagbib1.h and added include/yaz/diagsrw.h with
diagnostic messages+codes for Bib-1 and SRW. Preprocessor defines are
now defined for all those error codes. So instead of putting 109 in
in a program, YAZ_BIB1_DATABASE_UNAVAILABLE can be used. The messages
are now generated from a CSV files. See src/bib1.csv and srw/srw.csv.
16 files changed:
Makefile.am
NEWS
include/yaz/Makefile.am
include/yaz/diagbib1.h [deleted file]
include/yaz/srw.h
src/Makefile.am
src/bib1.csv [new file with mode: 0644]
src/csvtobib1.tcl [new file with mode: 0755]
src/csvtodiag.tcl [new file with mode: 0644]
src/csvtosrw.tcl [new file with mode: 0755]
src/diag-entry.c [new file with mode: 0644]
src/diag-entry.h [new file with mode: 0644]
src/diagbib1.c [deleted file]
src/diagsrw.c [deleted file]
src/seshigh.c
src/srw.csv [new file with mode: 0644]