--- yaz-3.0.48.orig/debian/yaz.install +++ yaz-3.0.48/debian/yaz.install @@ -0,0 +1,5 @@ +debian/tmp/usr/bin/yaz-client +debian/tmp/usr/bin/yaz-ztest +debian/tmp/usr/bin/zoomsh +debian/tmp/usr/bin/yaz-marcdump +debian/tmp/usr/bin/yaz-iconv --- yaz-3.0.48.orig/debian/yaz-illclient.install +++ yaz-3.0.48/debian/yaz-illclient.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/yaz-illclient --- yaz-3.0.48.orig/debian/watch +++ yaz-3.0.48/debian/watch @@ -0,0 +1,4 @@ +version=3 + +http://ftp.indexdata.dk/pub/yaz/ yaz-(.*)\.tar\.gz + --- yaz-3.0.48.orig/debian/libyaz3-dev.install +++ yaz-3.0.48/debian/libyaz3-dev.install @@ -0,0 +1,8 @@ +debian/tmp/usr/include/yaz +debian/tmp/usr/lib/pkgconfig/yaz.pc +debian/tmp/usr/lib/libyaz*.a +debian/tmp/usr/lib/libyaz*.so +debian/tmp/usr/bin/yaz-config +debian/tmp/usr/bin/yaz-asncomp +debian/tmp/usr/share/aclocal/yaz.m4 +debian/tmp/usr/share/yaz --- yaz-3.0.48.orig/debian/README.source +++ yaz-3.0.48/debian/README.source @@ -0,0 +1,4 @@ +This package uses quilt to apply and remove its patches. Please refer to +/usr/share/doc/quilt/README.source for information about how to use quilt +for source packages. + --- yaz-3.0.48.orig/debian/rules +++ yaz-3.0.48/debian/rules @@ -0,0 +1,68 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DH=dh --with quilt + +#export PATH:=${HOME}/ccache:${PATH} + +export CFLAGS+= -Wall + +configure build install: %: stamp-% + +stamp-configure: + $(DH) build --before configure + autoreconf -vif + dh_auto_configure -- \ + --enable-shared --enable-static \ + --enable-tcpd --with-xslt \ + --with-gnutls --without-openssl \ + --with-icu --with-xml2 --with-pcap + touch $@ + +stamp-build: stamp-configure + $(DH) build --after configure + touch $@ + +clean: + $(DH) clean --until dh_auto_clean + # remove stamp files + $(RM) stamp-* + # remove generated files + $(RM) doc/*.html doc/*.7 doc/*.1 \ + doc/htmlhelp.hhp doc/toc.hhc doc/manref.xml + # remove autoconf generated files + find . -name Makefile.in -exec $(RM) {} \; + $(RM) aclocal.m4 configure config/* m4/libtool.m4 m4/lt*.m4 + $(DH) clean --remaining + # if this is a git repository, restore removed files that would have + # been ignored by dpkg-source + -test -d .git && git checkout -- $$(git status | \ + sed -e '/^#[[:space:]]*deleted:[[:space:]]*/s/^#[[:space:]]*deleted:[[:space:]]*//p;d' | \ + grep -v '^debian/') + + +stamp-install: stamp-build + $(DH) install --until dh_auto_install + mv debian/tmp/usr/share/doc/yaz debian/tmp/usr/share/doc/yaz-doc + $(DH) install --before dh_installdocs + dh_installdocs -A README + $(DH) install --remaining + touch $@ + +binary-arch: stamp-install + $(DH) binary-arch --before dh_makeshlibs + dh_makeshlibs -a -V 'libyaz3 (>= 3.0.47)' + $(DH) binary-arch --after dh_makeshlibs --before dh_shlibdeps + dh_shlibdeps -a -- --warnings=7 + $(DH) binary-arch --after dh_shlibdeps + +binary-indep: stamp-install + $(DH) binary-indep + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install configure + --- yaz-3.0.48.orig/debian/copyright +++ yaz-3.0.48/debian/copyright @@ -0,0 +1,45 @@ +This package was debianized by Eric Schwartz on +Mon, 26 May 2003 02:58:17 -0600. + +It was downloaded from http://ftp.indexdata.dk/pub/yaz + +Upstream Author: Adam Dickmeiss + +ziffy Upstream Authors: Rocco Carbone + +Copyright (c) 1995-2008, Index Data +Copyright (c) 1995, the EUROPAGATE consortium (see below). +Copyright (c) 1998-2001, Rocco Carbone + +License of YAZ: + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Index Data nor the names of its contributors + may be used to endorse or promote products derived from this + software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The Debian packaging is licensed under the same license as the software itself, +see above, and has the following copyright: + +Copyright (C) 2003-2006 Eric Schwartz + 2007-2008 Adam Dickmeiss + 2007-2008 Vincent Danjean + --- yaz-3.0.48.orig/debian/compat +++ yaz-3.0.48/debian/compat @@ -0,0 +1 @@ +7 --- yaz-3.0.48.orig/debian/yaz-doc.install +++ yaz-3.0.48/debian/yaz-doc.install @@ -0,0 +1,2 @@ +debian/tmp/usr/share/doc/yaz-doc +debian/tmp/usr/share/doc/yaz-doc/common --- yaz-3.0.48.orig/debian/libyaz3-dev.manpages +++ yaz-3.0.48/debian/libyaz3-dev.manpages @@ -0,0 +1,3 @@ +debian/tmp/usr/share/man/man1/yaz-asncomp.1 +debian/tmp/usr/share/man/man7/yaz.7 +debian/tmp/usr/share/man/man8/yaz-config.8 --- yaz-3.0.48.orig/debian/yaz.manpages +++ yaz-3.0.48/debian/yaz.manpages @@ -0,0 +1,7 @@ +debian/tmp/usr/share/man/man1/yaz-client.1 +debian/tmp/usr/share/man/man8/yaz-ztest.8 +debian/tmp/usr/share/man/man1/zoomsh.1 +debian/tmp/usr/share/man/man1/yaz-marcdump.1 +debian/tmp/usr/share/man/man1/yaz-iconv.1 +debian/tmp/usr/share/man/man7/yaz-log.7 +debian/tmp/usr/share/man/man7/bib1-attr.7 --- yaz-3.0.48.orig/debian/libyaz3.symbols +++ yaz-3.0.48/debian/libyaz3.symbols @@ -0,0 +1,4271 @@ +libyaz.so.3 libyaz3 #MINVER# +* Build-Depends-Package: libyaz-dev + ODR_NULLVAL@Base 3.0.26 + ZOOM_connection_add_task@Base 3.0.26 + ZOOM_connection_addinfo@Base 3.0.26 + ZOOM_connection_connect@Base 3.0.26 + ZOOM_connection_create@Base 3.0.26 + ZOOM_connection_destroy@Base 3.0.26 + ZOOM_connection_diagset@Base 3.0.26 + ZOOM_connection_errcode@Base 3.0.26 + ZOOM_connection_errmsg@Base 3.0.26 + ZOOM_connection_error@Base 3.0.26 + ZOOM_connection_error_x@Base 3.0.26 + ZOOM_connection_fire_event_socket@Base 3.0.26 + ZOOM_connection_fire_event_timeout@Base 3.0.26 + ZOOM_connection_get_mask@Base 3.0.26 + ZOOM_connection_get_socket@Base 3.0.26 + ZOOM_connection_get_timeout@Base 3.0.26 + ZOOM_connection_insert_task@Base 3.0.26 + ZOOM_connection_is_idle@Base 3.0.26 + ZOOM_connection_last_event@Base 3.0.26 + ZOOM_connection_new@Base 3.0.26 + ZOOM_connection_option_get@Base 3.0.26 + ZOOM_connection_option_getl@Base 3.0.26 + ZOOM_connection_option_set@Base 3.0.26 + ZOOM_connection_option_setl@Base 3.0.26 + ZOOM_connection_package@Base 3.0.26 + ZOOM_connection_peek_event@Base 3.0.26 + ZOOM_connection_process@Base 3.0.26 + ZOOM_connection_remove_task@Base 3.0.26 + ZOOM_connection_remove_tasks@Base 3.0.26 + ZOOM_connection_scan1@Base 3.0.26 + ZOOM_connection_scan@Base 3.0.26 + ZOOM_connection_search@Base 3.0.26 + ZOOM_connection_search_pqf@Base 3.0.26 + ZOOM_connection_set_mask@Base 3.0.26 + ZOOM_connection_show_task@Base 3.0.26 + ZOOM_connection_show_tasks@Base 3.0.26 + ZOOM_diag_str@Base 3.0.26 + ZOOM_event@Base 3.0.26 + ZOOM_event_nonblock@Base 3.0.26 + ZOOM_event_sys_yaz_poll@Base 3.0.26 + ZOOM_get_event_str@Base 3.0.41 + ZOOM_options_addref@Base 3.0.26 + ZOOM_options_create@Base 3.0.26 + ZOOM_options_create_with_parent2@Base 3.0.26 + ZOOM_options_create_with_parent@Base 3.0.26 + ZOOM_options_destroy@Base 3.0.26 + ZOOM_options_dup@Base 3.0.26 + ZOOM_options_get@Base 3.0.26 + ZOOM_options_get_bool@Base 3.0.26 + ZOOM_options_get_int@Base 3.0.26 + ZOOM_options_getl@Base 3.0.26 + ZOOM_options_set@Base 3.0.26 + ZOOM_options_set_callback@Base 3.0.26 + ZOOM_options_set_int@Base 3.0.26 + ZOOM_options_setl@Base 3.0.26 + ZOOM_package_destroy@Base 3.0.26 + ZOOM_package_option_get@Base 3.0.26 + ZOOM_package_option_getl@Base 3.0.26 + ZOOM_package_option_set@Base 3.0.26 + ZOOM_package_option_setl@Base 3.0.26 + ZOOM_package_send@Base 3.0.26 + ZOOM_query_ccl2rpn@Base 3.0.26 + ZOOM_query_cql2rpn@Base 3.0.26 + ZOOM_query_cql@Base 3.0.26 + ZOOM_query_create@Base 3.0.26 + ZOOM_query_destroy@Base 3.0.26 + ZOOM_query_prefix@Base 3.0.26 + ZOOM_query_sortby@Base 3.0.26 + ZOOM_record_clone@Base 3.0.26 + ZOOM_record_destroy@Base 3.0.26 + ZOOM_record_error@Base 3.0.26 + ZOOM_record_get@Base 3.0.26 + ZOOM_resultset_addref@Base 3.0.26 + ZOOM_resultset_cache_reset@Base 3.0.26 + ZOOM_resultset_create@Base 3.0.26 + ZOOM_resultset_destroy@Base 3.0.26 + ZOOM_resultset_option_get@Base 3.0.26 + ZOOM_resultset_option_set@Base 3.0.26 + ZOOM_resultset_record@Base 3.0.26 + ZOOM_resultset_record_immediate@Base 3.0.26 + ZOOM_resultset_records@Base 3.0.26 + ZOOM_resultset_size@Base 3.0.26 + ZOOM_resultset_sort1@Base 3.0.26 + ZOOM_resultset_sort@Base 3.0.26 + ZOOM_scanset_destroy@Base 3.0.26 + ZOOM_scanset_display_term@Base 3.0.26 + ZOOM_scanset_option_get@Base 3.0.26 + ZOOM_scanset_option_set@Base 3.0.26 + ZOOM_scanset_size@Base 3.0.26 + ZOOM_scanset_term@Base 3.0.26 + add_xsd_string@Base 3.0.26 + add_xsd_string_n@Base 3.0.26 + add_xsd_string_ns@Base 3.0.26 + allow_severity@Base 3.0.26 + atoi_n@Base 3.0.26 + atoi_n_check@Base 3.0.26 + ber_any@Base 3.0.26 + ber_bitstring@Base 3.0.26 + ber_boolean@Base 3.0.26 + ber_declen@Base 3.0.26 + ber_dectag@Base 3.0.26 + ber_enclen@Base 3.0.26 + ber_enctag@Base 3.0.26 + ber_integer@Base 3.0.26 + ber_null@Base 3.0.26 + ber_octetstring@Base 3.0.26 + ber_oidc@Base 3.0.26 + ber_tag@Base 3.0.26 + boolVal@Base 3.0.26 + ccl_add_attr_numeric@Base 3.0.26 + ccl_add_attr_string@Base 3.0.26 + ccl_err_msg@Base 3.0.26 + ccl_find_str@Base 3.0.26 + ccl_memicmp@Base 3.0.26 + ccl_parser_create@Base 3.0.26 + ccl_parser_destroy@Base 3.0.26 + ccl_parser_find_str@Base 3.0.26 + ccl_parser_find_token@Base 3.0.26 + ccl_parser_get_error@Base 3.0.26 + ccl_parser_set_case@Base 3.0.26 + ccl_parser_tokenize@Base 3.0.26 + ccl_pquery@Base 3.0.26 + ccl_pr_tree@Base 3.0.26 + ccl_qual_add_combi@Base 3.0.26 + ccl_qual_add_set@Base 3.0.26 + ccl_qual_add_special@Base 3.0.26 + ccl_qual_add_special_ar@Base 3.0.26 + ccl_qual_buf@Base 3.0.26 + ccl_qual_field2@Base 3.0.26 + ccl_qual_field@Base 3.0.26 + ccl_qual_file@Base 3.0.26 + ccl_qual_fitem@Base 3.0.26 + ccl_qual_fname@Base 3.0.26 + ccl_qual_get_attr@Base 3.0.26 + ccl_qual_get_name@Base 3.0.26 + ccl_qual_line@Base 3.0.26 + ccl_qual_mk@Base 3.0.26 + ccl_qual_rm@Base 3.0.26 + ccl_qual_search@Base 3.0.26 + ccl_qual_search_special@Base 3.0.26 + ccl_remove_stop_r@Base 3.0.26 + ccl_rpn_delete@Base 3.0.26 + ccl_rpn_node_create@Base 3.0.26 + ccl_rpn_query@Base 3.0.26 + ccl_scan_query@Base 3.0.26 + ccl_search_stop@Base 3.0.26 + ccl_stop_words_create@Base 3.0.26 + ccl_stop_words_destroy@Base 3.0.26 + ccl_stop_words_info@Base 3.0.26 + ccl_stop_words_tree@Base 3.0.26 + ccl_stricmp@Base 3.0.26 + ccl_token_add@Base 3.0.26 + ccl_token_del@Base 3.0.26 + ccl_toupper@Base 3.0.26 + ccl_xml_config@Base 3.0.26 + ccl_xml_config_directive@Base 3.0.26 + check_ip_tcpd@Base 3.0.26 + child_pid@Base 3.0.26 + completeBER@Base 3.0.26 + completeBER_n@Base 3.0.26 + completeWAIS@Base 3.0.26 + cql_apply_prefix@Base 3.0.26 + cql_buf_write_handler@Base 3.0.26 + cql_error@Base 3.0.26 + cql_fputs@Base 3.0.26 + cql_lex@Base 3.0.26 + cql_lookup_reverse@Base 3.0.41 + cql_node_destroy@Base 3.0.26 + cql_node_dup@Base 3.0.26 + cql_node_mk_boolean@Base 3.0.26 + cql_node_mk_sc@Base 3.0.26 + cql_parse@Base 3.0.26 + cql_parser_create@Base 3.0.26 + cql_parser_destroy@Base 3.0.26 + cql_parser_result@Base 3.0.26 + cql_parser_stdio@Base 3.0.26 + cql_parser_stream@Base 3.0.26 + cql_parser_string@Base 3.0.26 + cql_pr_attr@Base 3.0.26 + cql_pr_attr_uri@Base 3.0.26 + cql_strcmp@Base 3.0.26 + cql_strerror@Base 3.0.26 + cql_strncmp@Base 3.0.26 + cql_to_xml@Base 3.0.26 + cql_to_xml_buf@Base 3.0.26 + cql_to_xml_stdio@Base 3.0.26 + cql_transform@Base 3.0.26 + cql_transform_FILE@Base 3.0.26 + cql_transform_buf@Base 3.0.26 + cql_transform_close@Base 3.0.26 + cql_transform_create@Base 3.0.41 + cql_transform_define_pattern@Base 3.0.41 + cql_transform_error@Base 3.0.26 + cql_transform_open_FILE@Base 3.0.26 + cql_transform_open_fname@Base 3.0.26 + cql_transform_r@Base 3.0.26 + cql_transform_rpn2cql_stream@Base 3.0.41 + cql_transform_rpn2cql_wrbuf@Base 3.0.41 + cql_transform_set_error@Base 3.0.30 + cql_uri@Base 3.0.26 + create_admin_package@Base 3.0.26 + cs_complete_auto@Base 3.0.26 + cs_complete_auto_head@Base 3.0.26 + cs_create_host@Base 3.0.26 + cs_errmsg@Base 3.0.26 + cs_get_host_args@Base 3.0.26 + cs_get_peer_certificate_x509@Base 3.0.26 + cs_get_ssl@Base 3.0.26 + cs_look@Base 3.0.26 + cs_print_session_info@Base 3.0.30 + cs_set_max_recv_bytes@Base 3.0.26 + cs_set_ssl_certificate_file@Base 3.0.26 + cs_set_ssl_ctx@Base 3.0.26 + cs_strerror@Base 3.0.26 + deny_severity@Base 3.0.26 + destroy_danmarc@Base 3.0.41 + destroy_iso5426@Base 3.0.41 + destroy_iso_8859_1@Base 3.0.30 + destroy_marc8@Base 3.0.30 + diagbib1_str@Base 3.0.26 + emit_term@Base 3.0.26 + emit_terms@Base 3.0.26 + emit_wordlist@Base 3.0.26 + encode_uri_char@Base 3.0.26 + getbyte_stream@Base 3.0.26 + ill_APDU@Base 3.0.26 + ill_APDU_Type@Base 3.0.26 + ill_Account_Number@Base 3.0.26 + ill_Already_Forwarded@Base 3.0.26 + ill_Already_Tried_List_Type@Base 3.0.26 + ill_Amount@Base 3.0.26 + ill_AmountString@Base 3.0.26 + ill_Answer@Base 3.0.26 + ill_Cancel@Base 3.0.26 + ill_Cancel_Reply@Base 3.0.26 + ill_Checked_In@Base 3.0.26 + ill_Client_Id@Base 3.0.26 + ill_Conditional_Reply@Base 3.0.26 + ill_Conditional_Results@Base 3.0.26 + ill_Cost_Info_Type@Base 3.0.26 + ill_Current_State@Base 3.0.26 + ill_Damaged@Base 3.0.26 + ill_Damaged_Details@Base 3.0.26 + ill_Damaged_DetailsSpecific_units@Base 3.0.26 + ill_Date_Due@Base 3.0.26 + ill_Delivery_Address@Base 3.0.26 + ill_Delivery_Service@Base 3.0.26 + ill_Delivery_ServiceElectronic_delivery@Base 3.0.26 + ill_EDIFACTString@Base 3.0.26 + ill_Electronic_Delivery_Service@Base 3.0.26 + ill_Electronic_Delivery_Service_0@Base 3.0.26 + ill_Electronic_Delivery_Service_1@Base 3.0.26 + ill_Error_Report@Base 3.0.26 + ill_Estimate_Results@Base 3.0.26 + ill_Expired@Base 3.0.26 + ill_Extension@Base 3.0.26 + ill_Forward_Notification@Base 3.0.26 + ill_General_Problem@Base 3.0.26 + ill_History_Report@Base 3.0.26 + ill_Hold_Placed_Results@Base 3.0.26 + ill_ISO_Date@Base 3.0.26 + ill_ISO_Time@Base 3.0.26 + ill_Intermediary_Problem@Base 3.0.26 + ill_ItemRequest@Base 3.0.26 + ill_Item_Id@Base 3.0.26 + ill_Location_Info@Base 3.0.26 + ill_Locations_Results@Base 3.0.26 + ill_Lost@Base 3.0.26 + ill_Medium_Type@Base 3.0.26 + ill_Message@Base 3.0.26 + ill_Name_Of_Person_Or_Institution@Base 3.0.26 + ill_OCLCILLRequestExtension@Base 3.0.26 + ill_Overdue@Base 3.0.26 + ill_Overdue_ExtensionS@Base 3.0.26 + ill_Person_Or_Institution_Symbol@Base 3.0.26 + ill_Place_On_Hold_Type@Base 3.0.26 + ill_Postal_Address@Base 3.0.26 + ill_Provider_Error_Report@Base 3.0.26 + ill_Reason_Locs_Provided@Base 3.0.26 + ill_Reason_No_Report@Base 3.0.26 + ill_Reason_Unfilled@Base 3.0.26 + ill_Recall@Base 3.0.26 + ill_Received@Base 3.0.26 + ill_RecordNo@Base 3.0.26 + ill_Renew@Base 3.0.26 + ill_Renew_Answer@Base 3.0.26 + ill_Report_Source@Base 3.0.26 + ill_Request@Base 3.0.26 + ill_Requester_Optional_Messages_Type@Base 3.0.26 + ill_Responder_Optional_Messages_Type@Base 3.0.26 + ill_Retry_Results@Base 3.0.26 + ill_Returned@Base 3.0.26 + ill_Search_Type@Base 3.0.26 + ill_Security_Problem@Base 3.0.26 + ill_Send_To_List_Type@Base 3.0.26 + ill_Send_To_List_Type_s@Base 3.0.26 + ill_Service_Date_Time@Base 3.0.26 + ill_Service_Date_original@Base 3.0.26 + ill_Service_Date_this@Base 3.0.26 + ill_Service_Type@Base 3.0.26 + ill_Shipped@Base 3.0.26 + ill_Shipped_Service_Type@Base 3.0.26 + ill_State_Transition_Prohibited@Base 3.0.26 + ill_Status_Or_Error_Report@Base 3.0.26 + ill_Status_Query@Base 3.0.26 + ill_Status_Report@Base 3.0.26 + ill_String@Base 3.0.26 + ill_Supplemental_Item_Description@Base 3.0.26 + ill_Supply_Details@Base 3.0.26 + ill_Supply_Medium_Info_Type@Base 3.0.26 + ill_Supply_Medium_Type@Base 3.0.26 + ill_System@Base 3.0.26 + ill_SystemNo@Base 3.0.26 + ill_SystemNo_s@Base 3.0.26 + ill_System_Address@Base 3.0.26 + ill_System_Id@Base 3.0.26 + ill_Third_Party_Info_Type@Base 3.0.26 + ill_Transaction_Id@Base 3.0.26 + ill_Transaction_Id_Problem@Base 3.0.26 + ill_Transaction_Results@Base 3.0.26 + ill_Transaction_Type@Base 3.0.26 + ill_Transportation_Mode@Base 3.0.26 + ill_Unable_To_Perform@Base 3.0.26 + ill_Unfilled_Results@Base 3.0.26 + ill_Units_Per_Medium_Type@Base 3.0.26 + ill_User_Error_Report@Base 3.0.26 + ill_Will_Supply_Results@Base 3.0.26 + ill_get_APDU@Base 3.0.26 + ill_get_Cancel@Base 3.0.26 + ill_get_Client_Id@Base 3.0.26 + ill_get_Delivery_Address@Base 3.0.26 + ill_get_ILLRequest@Base 3.0.26 + ill_get_ILL_ISO_Date@Base 3.0.26 + ill_get_ILL_ISO_Time@Base 3.0.26 + ill_get_ILL_String@Base 3.0.26 + ill_get_ILL_String_x@Base 3.0.26 + ill_get_ItemRequest@Base 3.0.26 + ill_get_Item_Id@Base 3.0.26 + ill_get_Person_Or_Insitution_Symbol@Base 3.0.26 + ill_get_Postal_Address@Base 3.0.26 + ill_get_Requester_Optional_Messages_Type@Base 3.0.26 + ill_get_Search_Type@Base 3.0.26 + ill_get_Service_Date_Time@Base 3.0.26 + ill_get_Service_Date_original@Base 3.0.26 + ill_get_Service_Date_this@Base 3.0.26 + ill_get_System_Address@Base 3.0.26 + ill_get_System_Id@Base 3.0.26 + ill_get_Transaction_Id@Base 3.0.26 + ill_get_bool@Base 3.0.26 + ill_get_enumerated@Base 3.0.26 + ill_get_int@Base 3.0.26 + init_iso_8859_1@Base 3.0.30 + intVal@Base 3.0.26 + iso5426_42page0@Base 3.0.41 + iso5426_42page0_dir@Base 3.0.41 + iso5426_42ptrs@Base 3.0.41 + iso5426_45page0@Base 3.0.41 + iso5426_45page0_dir@Base 3.0.41 + iso5426_45ptrs@Base 3.0.41 + libxml2_error_to_yazlog@Base 3.0.26 + log_event_end@Base 3.0.26 + log_event_start@Base 3.0.26 + log_rpn_query@Base 3.0.26 + log_rpn_query_level@Base 3.0.26 + log_scan_term@Base 3.0.26 + log_scan_term_level@Base 3.0.26 + marc8_31page0@Base 3.0.26 + marc8_31page0_dir@Base 3.0.26 + marc8_31page100@Base 3.0.26 + marc8_31page100_flat@Base 3.0.26 + marc8_31page101@Base 3.0.26 + marc8_31page101_flat@Base 3.0.26 + marc8_31page102@Base 3.0.26 + marc8_31page102_flat@Base 3.0.26 + marc8_31page103@Base 3.0.26 + marc8_31page103_flat@Base 3.0.26 + marc8_31page104@Base 3.0.26 + marc8_31page104_flat@Base 3.0.26 + marc8_31page105@Base 3.0.26 + marc8_31page105_flat@Base 3.0.26 + marc8_31page106@Base 3.0.26 + marc8_31page106_flat@Base 3.0.26 + marc8_31page107@Base 3.0.26 + marc8_31page107_flat@Base 3.0.26 + marc8_31page108@Base 3.0.26 + marc8_31page108_flat@Base 3.0.26 + marc8_31page109@Base 3.0.26 + marc8_31page109_flat@Base 3.0.26 + marc8_31page10@Base 3.0.26 + marc8_31page10_dir@Base 3.0.26 + marc8_31page110@Base 3.0.26 + marc8_31page110_flat@Base 3.0.26 + marc8_31page111@Base 3.0.26 + marc8_31page111_flat@Base 3.0.26 + marc8_31page112@Base 3.0.26 + marc8_31page112_flat@Base 3.0.26 + marc8_31page113@Base 3.0.26 + marc8_31page113_flat@Base 3.0.26 + marc8_31page114@Base 3.0.26 + marc8_31page114_flat@Base 3.0.26 + marc8_31page115@Base 3.0.26 + marc8_31page115_flat@Base 3.0.26 + marc8_31page116@Base 3.0.26 + marc8_31page116_flat@Base 3.0.26 + marc8_31page117@Base 3.0.26 + marc8_31page117_flat@Base 3.0.26 + marc8_31page118@Base 3.0.26 + marc8_31page118_flat@Base 3.0.26 + marc8_31page119@Base 3.0.26 + marc8_31page119_flat@Base 3.0.26 + marc8_31page11@Base 3.0.26 + marc8_31page11_dir@Base 3.0.26 + marc8_31page120@Base 3.0.26 + marc8_31page120_flat@Base 3.0.26 + marc8_31page121@Base 3.0.26 + marc8_31page121_flat@Base 3.0.26 + marc8_31page122@Base 3.0.26 + marc8_31page122_flat@Base 3.0.26 + marc8_31page123@Base 3.0.26 + marc8_31page123_flat@Base 3.0.26 + marc8_31page124@Base 3.0.26 + marc8_31page124_flat@Base 3.0.26 + marc8_31page125@Base 3.0.26 + marc8_31page125_flat@Base 3.0.26 + marc8_31page126@Base 3.0.26 + marc8_31page126_flat@Base 3.0.26 + marc8_31page127@Base 3.0.26 + marc8_31page127_flat@Base 3.0.26 + marc8_31page128@Base 3.0.26 + marc8_31page128_flat@Base 3.0.26 + marc8_31page129@Base 3.0.26 + marc8_31page129_flat@Base 3.0.26 + marc8_31page12@Base 3.0.26 + marc8_31page12_dir@Base 3.0.26 + marc8_31page130@Base 3.0.26 + marc8_31page130_flat@Base 3.0.26 + marc8_31page131@Base 3.0.26 + marc8_31page131_flat@Base 3.0.26 + marc8_31page132@Base 3.0.26 + marc8_31page132_flat@Base 3.0.26 + marc8_31page133@Base 3.0.26 + marc8_31page133_flat@Base 3.0.26 + marc8_31page134@Base 3.0.26 + marc8_31page134_flat@Base 3.0.26 + marc8_31page135@Base 3.0.26 + marc8_31page135_flat@Base 3.0.26 + marc8_31page136@Base 3.0.26 + marc8_31page136_flat@Base 3.0.26 + marc8_31page137@Base 3.0.26 + marc8_31page137_flat@Base 3.0.26 + marc8_31page138@Base 3.0.26 + marc8_31page138_flat@Base 3.0.26 + marc8_31page139@Base 3.0.26 + marc8_31page139_flat@Base 3.0.26 + marc8_31page13@Base 3.0.26 + marc8_31page13_dir@Base 3.0.26 + marc8_31page140@Base 3.0.26 + marc8_31page140_flat@Base 3.0.26 + marc8_31page141@Base 3.0.26 + marc8_31page141_flat@Base 3.0.26 + marc8_31page142@Base 3.0.26 + marc8_31page142_flat@Base 3.0.26 + marc8_31page143@Base 3.0.26 + marc8_31page143_flat@Base 3.0.26 + marc8_31page144@Base 3.0.26 + marc8_31page144_flat@Base 3.0.26 + marc8_31page145@Base 3.0.26 + marc8_31page145_flat@Base 3.0.26 + marc8_31page146@Base 3.0.26 + marc8_31page146_flat@Base 3.0.26 + marc8_31page147@Base 3.0.26 + marc8_31page147_flat@Base 3.0.26 + marc8_31page148@Base 3.0.26 + marc8_31page148_flat@Base 3.0.26 + marc8_31page149@Base 3.0.26 + marc8_31page149_flat@Base 3.0.26 + marc8_31page14@Base 3.0.26 + marc8_31page14_dir@Base 3.0.26 + marc8_31page150@Base 3.0.26 + marc8_31page150_flat@Base 3.0.26 + marc8_31page151@Base 3.0.26 + marc8_31page151_flat@Base 3.0.26 + marc8_31page152@Base 3.0.26 + marc8_31page152_flat@Base 3.0.26 + marc8_31page153@Base 3.0.26 + marc8_31page153_flat@Base 3.0.26 + marc8_31page154@Base 3.0.26 + marc8_31page154_flat@Base 3.0.26 + marc8_31page155@Base 3.0.26 + marc8_31page155_flat@Base 3.0.26 + marc8_31page156@Base 3.0.26 + marc8_31page156_flat@Base 3.0.26 + marc8_31page157@Base 3.0.26 + marc8_31page157_flat@Base 3.0.26 + marc8_31page158@Base 3.0.26 + marc8_31page158_flat@Base 3.0.26 + marc8_31page159@Base 3.0.26 + marc8_31page159_flat@Base 3.0.26 + marc8_31page15@Base 3.0.26 + marc8_31page15_dir@Base 3.0.26 + marc8_31page160@Base 3.0.26 + marc8_31page160_flat@Base 3.0.26 + marc8_31page161@Base 3.0.26 + marc8_31page161_flat@Base 3.0.26 + marc8_31page162@Base 3.0.26 + marc8_31page162_flat@Base 3.0.26 + marc8_31page163@Base 3.0.26 + marc8_31page163_flat@Base 3.0.26 + marc8_31page164@Base 3.0.26 + marc8_31page164_flat@Base 3.0.26 + marc8_31page165@Base 3.0.26 + marc8_31page165_flat@Base 3.0.26 + marc8_31page166@Base 3.0.26 + marc8_31page166_flat@Base 3.0.26 + marc8_31page167@Base 3.0.26 + marc8_31page167_flat@Base 3.0.26 + marc8_31page168@Base 3.0.26 + marc8_31page168_flat@Base 3.0.26 + marc8_31page169@Base 3.0.26 + marc8_31page169_flat@Base 3.0.26 + marc8_31page16@Base 3.0.26 + marc8_31page16_dir@Base 3.0.26 + marc8_31page170@Base 3.0.26 + marc8_31page170_flat@Base 3.0.26 + marc8_31page171@Base 3.0.26 + marc8_31page171_flat@Base 3.0.26 + marc8_31page172@Base 3.0.26 + marc8_31page172_flat@Base 3.0.26 + marc8_31page173@Base 3.0.26 + marc8_31page173_flat@Base 3.0.26 + marc8_31page174@Base 3.0.26 + marc8_31page174_flat@Base 3.0.26 + marc8_31page175@Base 3.0.26 + marc8_31page175_flat@Base 3.0.26 + marc8_31page176@Base 3.0.26 + marc8_31page176_dir@Base 3.0.26 + marc8_31page177@Base 3.0.26 + marc8_31page177_flat@Base 3.0.26 + marc8_31page178@Base 3.0.26 + marc8_31page178_flat@Base 3.0.26 + marc8_31page179@Base 3.0.26 + marc8_31page179_flat@Base 3.0.26 + marc8_31page17@Base 3.0.26 + marc8_31page17_dir@Base 3.0.26 + marc8_31page180@Base 3.0.26 + marc8_31page180_flat@Base 3.0.26 + marc8_31page181@Base 3.0.26 + marc8_31page181_flat@Base 3.0.26 + marc8_31page182@Base 3.0.26 + marc8_31page182_flat@Base 3.0.26 + marc8_31page183@Base 3.0.26 + marc8_31page183_flat@Base 3.0.26 + marc8_31page184@Base 3.0.26 + marc8_31page184_flat@Base 3.0.26 + marc8_31page185@Base 3.0.26 + marc8_31page185_flat@Base 3.0.26 + marc8_31page186@Base 3.0.26 + marc8_31page186_flat@Base 3.0.26 + marc8_31page187@Base 3.0.26 + marc8_31page187_flat@Base 3.0.26 + marc8_31page188@Base 3.0.26 + marc8_31page188_flat@Base 3.0.26 + marc8_31page189@Base 3.0.26 + marc8_31page189_flat@Base 3.0.26 + marc8_31page18@Base 3.0.26 + marc8_31page18_dir@Base 3.0.26 + marc8_31page190@Base 3.0.26 + marc8_31page190_flat@Base 3.0.26 + marc8_31page191@Base 3.0.26 + marc8_31page191_flat@Base 3.0.26 + marc8_31page192@Base 3.0.26 + marc8_31page192_flat@Base 3.0.26 + marc8_31page193@Base 3.0.26 + marc8_31page193_flat@Base 3.0.26 + marc8_31page194@Base 3.0.26 + marc8_31page194_flat@Base 3.0.26 + marc8_31page195@Base 3.0.26 + marc8_31page195_flat@Base 3.0.26 + marc8_31page196@Base 3.0.26 + marc8_31page196_flat@Base 3.0.26 + marc8_31page197@Base 3.0.26 + marc8_31page197_flat@Base 3.0.26 + marc8_31page198@Base 3.0.26 + marc8_31page198_flat@Base 3.0.26 + marc8_31page199@Base 3.0.26 + marc8_31page199_flat@Base 3.0.26 + marc8_31page19@Base 3.0.26 + marc8_31page19_dir@Base 3.0.26 + marc8_31page1@Base 3.0.26 + marc8_31page1_dir@Base 3.0.26 + marc8_31page200@Base 3.0.26 + marc8_31page200_flat@Base 3.0.26 + marc8_31page201@Base 3.0.26 + marc8_31page201_flat@Base 3.0.26 + marc8_31page202@Base 3.0.26 + marc8_31page202_flat@Base 3.0.26 + marc8_31page203@Base 3.0.26 + marc8_31page203_flat@Base 3.0.26 + marc8_31page204@Base 3.0.26 + marc8_31page204_flat@Base 3.0.26 + marc8_31page205@Base 3.0.26 + marc8_31page205_flat@Base 3.0.26 + marc8_31page206@Base 3.0.26 + marc8_31page206_flat@Base 3.0.26 + marc8_31page207@Base 3.0.26 + marc8_31page207_flat@Base 3.0.26 + marc8_31page208@Base 3.0.26 + marc8_31page208_flat@Base 3.0.26 + marc8_31page209@Base 3.0.26 + marc8_31page209_flat@Base 3.0.26 + marc8_31page20@Base 3.0.26 + marc8_31page20_dir@Base 3.0.26 + marc8_31page210@Base 3.0.26 + marc8_31page210_flat@Base 3.0.26 + marc8_31page211@Base 3.0.26 + marc8_31page211_flat@Base 3.0.26 + marc8_31page212@Base 3.0.26 + marc8_31page212_flat@Base 3.0.26 + marc8_31page213@Base 3.0.26 + marc8_31page213_flat@Base 3.0.26 + marc8_31page214@Base 3.0.26 + marc8_31page214_flat@Base 3.0.26 + marc8_31page215@Base 3.0.26 + marc8_31page215_flat@Base 3.0.26 + marc8_31page216@Base 3.0.26 + marc8_31page216_flat@Base 3.0.26 + marc8_31page217@Base 3.0.26 + marc8_31page217_flat@Base 3.0.26 + marc8_31page218@Base 3.0.26 + marc8_31page218_flat@Base 3.0.26 + marc8_31page219@Base 3.0.26 + marc8_31page219_flat@Base 3.0.26 + marc8_31page21@Base 3.0.26 + marc8_31page21_dir@Base 3.0.26 + marc8_31page220@Base 3.0.26 + marc8_31page220_flat@Base 3.0.26 + marc8_31page221@Base 3.0.26 + marc8_31page221_flat@Base 3.0.26 + marc8_31page222@Base 3.0.26 + marc8_31page222_flat@Base 3.0.26 + marc8_31page223@Base 3.0.26 + marc8_31page223_flat@Base 3.0.26 + marc8_31page224@Base 3.0.26 + marc8_31page224_flat@Base 3.0.26 + marc8_31page225@Base 3.0.26 + marc8_31page225_flat@Base 3.0.26 + marc8_31page226@Base 3.0.26 + marc8_31page226_flat@Base 3.0.26 + marc8_31page227@Base 3.0.26 + marc8_31page227_flat@Base 3.0.26 + marc8_31page228@Base 3.0.26 + marc8_31page228_flat@Base 3.0.26 + marc8_31page229@Base 3.0.26 + marc8_31page229_flat@Base 3.0.26 + marc8_31page22@Base 3.0.26 + marc8_31page22_dir@Base 3.0.26 + marc8_31page230@Base 3.0.26 + marc8_31page230_flat@Base 3.0.26 + marc8_31page231@Base 3.0.26 + marc8_31page231_flat@Base 3.0.26 + marc8_31page232@Base 3.0.26 + marc8_31page232_flat@Base 3.0.26 + marc8_31page233@Base 3.0.26 + marc8_31page233_flat@Base 3.0.26 + marc8_31page234@Base 3.0.26 + marc8_31page234_flat@Base 3.0.26 + marc8_31page235@Base 3.0.26 + marc8_31page235_flat@Base 3.0.26 + marc8_31page236@Base 3.0.26 + marc8_31page236_flat@Base 3.0.26 + marc8_31page237@Base 3.0.26 + marc8_31page237_flat@Base 3.0.26 + marc8_31page238@Base 3.0.26 + marc8_31page238_flat@Base 3.0.26 + marc8_31page239@Base 3.0.26 + marc8_31page239_flat@Base 3.0.26 + marc8_31page23@Base 3.0.26 + marc8_31page23_dir@Base 3.0.26 + marc8_31page240@Base 3.0.26 + marc8_31page240_dir@Base 3.0.26 + marc8_31page241@Base 3.0.26 + marc8_31page241_flat@Base 3.0.26 + marc8_31page242@Base 3.0.26 + marc8_31page242_flat@Base 3.0.26 + marc8_31page243@Base 3.0.26 + marc8_31page243_flat@Base 3.0.26 + marc8_31page244@Base 3.0.26 + marc8_31page244_flat@Base 3.0.26 + marc8_31page245@Base 3.0.26 + marc8_31page245_flat@Base 3.0.26 + marc8_31page246@Base 3.0.26 + marc8_31page246_flat@Base 3.0.26 + marc8_31page247@Base 3.0.26 + marc8_31page247_flat@Base 3.0.26 + marc8_31page248@Base 3.0.26 + marc8_31page248_flat@Base 3.0.26 + marc8_31page249@Base 3.0.26 + marc8_31page249_flat@Base 3.0.26 + marc8_31page24@Base 3.0.26 + marc8_31page24_dir@Base 3.0.26 + marc8_31page250@Base 3.0.26 + marc8_31page250_flat@Base 3.0.26 + marc8_31page251@Base 3.0.26 + marc8_31page251_flat@Base 3.0.26 + marc8_31page252@Base 3.0.26 + marc8_31page252_flat@Base 3.0.26 + marc8_31page253@Base 3.0.26 + marc8_31page253_flat@Base 3.0.26 + marc8_31page254@Base 3.0.26 + marc8_31page254_flat@Base 3.0.26 + marc8_31page255@Base 3.0.26 + marc8_31page255_flat@Base 3.0.26 + marc8_31page256@Base 3.0.26 + marc8_31page256_flat@Base 3.0.26 + marc8_31page257@Base 3.0.26 + marc8_31page257_flat@Base 3.0.26 + marc8_31page258@Base 3.0.26 + marc8_31page258_flat@Base 3.0.26 + marc8_31page259@Base 3.0.26 + marc8_31page259_flat@Base 3.0.26 + marc8_31page25@Base 3.0.26 + marc8_31page25_dir@Base 3.0.26 + marc8_31page260@Base 3.0.26 + marc8_31page260_flat@Base 3.0.26 + marc8_31page261@Base 3.0.26 + marc8_31page261_flat@Base 3.0.26 + marc8_31page262@Base 3.0.26 + marc8_31page262_flat@Base 3.0.26 + marc8_31page263@Base 3.0.26 + marc8_31page263_flat@Base 3.0.26 + marc8_31page264@Base 3.0.26 + marc8_31page264_flat@Base 3.0.26 + marc8_31page265@Base 3.0.26 + marc8_31page265_flat@Base 3.0.26 + marc8_31page266@Base 3.0.26 + marc8_31page266_flat@Base 3.0.26 + marc8_31page267@Base 3.0.26 + marc8_31page267_flat@Base 3.0.26 + marc8_31page268@Base 3.0.26 + marc8_31page268_flat@Base 3.0.26 + marc8_31page269@Base 3.0.26 + marc8_31page269_flat@Base 3.0.26 + marc8_31page26@Base 3.0.26 + marc8_31page26_dir@Base 3.0.26 + marc8_31page270@Base 3.0.26 + marc8_31page270_flat@Base 3.0.26 + marc8_31page271@Base 3.0.26 + marc8_31page271_flat@Base 3.0.26 + marc8_31page272@Base 3.0.26 + marc8_31page272_flat@Base 3.0.26 + marc8_31page273@Base 3.0.26 + marc8_31page273_flat@Base 3.0.26 + marc8_31page274@Base 3.0.26 + marc8_31page274_dir@Base 3.0.26 + marc8_31page275@Base 3.0.26 + marc8_31page275_flat@Base 3.0.26 + marc8_31page276@Base 3.0.26 + marc8_31page276_flat@Base 3.0.26 + marc8_31page277@Base 3.0.26 + marc8_31page277_flat@Base 3.0.26 + marc8_31page278@Base 3.0.26 + marc8_31page278_flat@Base 3.0.26 + marc8_31page279@Base 3.0.26 + marc8_31page279_flat@Base 3.0.26 + marc8_31page27@Base 3.0.26 + marc8_31page27_dir@Base 3.0.26 + marc8_31page280@Base 3.0.26 + marc8_31page280_flat@Base 3.0.26 + marc8_31page281@Base 3.0.26 + marc8_31page281_dir@Base 3.0.26 + marc8_31page282@Base 3.0.26 + marc8_31page282_dir@Base 3.0.26 + marc8_31page283@Base 3.0.26 + marc8_31page283_flat@Base 3.0.26 + marc8_31page284@Base 3.0.26 + marc8_31page284_dir@Base 3.0.26 + marc8_31page285@Base 3.0.26 + marc8_31page285_flat@Base 3.0.26 + marc8_31page286@Base 3.0.26 + marc8_31page286_dir@Base 3.0.26 + marc8_31page287@Base 3.0.26 + marc8_31page287_dir@Base 3.0.26 + marc8_31page288@Base 3.0.26 + marc8_31page288_flat@Base 3.0.26 + marc8_31page289@Base 3.0.26 + marc8_31page289_dir@Base 3.0.26 + marc8_31page28@Base 3.0.26 + marc8_31page28_dir@Base 3.0.26 + marc8_31page290@Base 3.0.26 + marc8_31page290_dir@Base 3.0.26 + marc8_31page291@Base 3.0.26 + marc8_31page291_dir@Base 3.0.26 + marc8_31page292@Base 3.0.26 + marc8_31page292_flat@Base 3.0.26 + marc8_31page293@Base 3.0.26 + marc8_31page293_flat@Base 3.0.26 + marc8_31page294@Base 3.0.26 + marc8_31page294_flat@Base 3.0.26 + marc8_31page295@Base 3.0.26 + marc8_31page295_flat@Base 3.0.26 + marc8_31page296@Base 3.0.26 + marc8_31page296_flat@Base 3.0.26 + marc8_31page297@Base 3.0.26 + marc8_31page297_flat@Base 3.0.26 + marc8_31page298@Base 3.0.26 + marc8_31page298_flat@Base 3.0.26 + marc8_31page299@Base 3.0.26 + marc8_31page299_flat@Base 3.0.26 + marc8_31page29@Base 3.0.26 + marc8_31page29_dir@Base 3.0.26 + marc8_31page2@Base 3.0.26 + marc8_31page2_flat@Base 3.0.26 + marc8_31page300@Base 3.0.26 + marc8_31page300_flat@Base 3.0.26 + marc8_31page301@Base 3.0.26 + marc8_31page301_flat@Base 3.0.26 + marc8_31page302@Base 3.0.26 + marc8_31page302_flat@Base 3.0.26 + marc8_31page303@Base 3.0.26 + marc8_31page303_flat@Base 3.0.26 + marc8_31page304@Base 3.0.26 + marc8_31page304_flat@Base 3.0.26 + marc8_31page305@Base 3.0.26 + marc8_31page305_flat@Base 3.0.26 + marc8_31page306@Base 3.0.26 + marc8_31page306_flat@Base 3.0.26 + marc8_31page307@Base 3.0.26 + marc8_31page307_flat@Base 3.0.26 + marc8_31page308@Base 3.0.26 + marc8_31page308_flat@Base 3.0.26 + marc8_31page309@Base 3.0.26 + marc8_31page309_flat@Base 3.0.26 + marc8_31page30@Base 3.0.26 + marc8_31page30_dir@Base 3.0.26 + marc8_31page310@Base 3.0.26 + marc8_31page310_flat@Base 3.0.26 + marc8_31page311@Base 3.0.26 + marc8_31page311_flat@Base 3.0.26 + marc8_31page312@Base 3.0.26 + marc8_31page312_flat@Base 3.0.26 + marc8_31page313@Base 3.0.26 + marc8_31page313_dir@Base 3.0.26 + marc8_31page314@Base 3.0.26 + marc8_31page314_flat@Base 3.0.26 + marc8_31page315@Base 3.0.26 + marc8_31page315_flat@Base 3.0.26 + marc8_31page316@Base 3.0.26 + marc8_31page316_flat@Base 3.0.26 + marc8_31page317@Base 3.0.26 + marc8_31page317_flat@Base 3.0.26 + marc8_31page318@Base 3.0.26 + marc8_31page318_flat@Base 3.0.26 + marc8_31page319@Base 3.0.26 + marc8_31page319_flat@Base 3.0.26 + marc8_31page31@Base 3.0.26 + marc8_31page31_dir@Base 3.0.26 + marc8_31page320@Base 3.0.26 + marc8_31page320_flat@Base 3.0.26 + marc8_31page321@Base 3.0.26 + marc8_31page321_flat@Base 3.0.26 + marc8_31page322@Base 3.0.26 + marc8_31page322_flat@Base 3.0.26 + marc8_31page323@Base 3.0.26 + marc8_31page323_flat@Base 3.0.26 + marc8_31page324@Base 3.0.26 + marc8_31page324_flat@Base 3.0.26 + marc8_31page325@Base 3.0.26 + marc8_31page325_flat@Base 3.0.26 + marc8_31page326@Base 3.0.26 + marc8_31page326_flat@Base 3.0.26 + marc8_31page327@Base 3.0.26 + marc8_31page327_flat@Base 3.0.26 + marc8_31page328@Base 3.0.26 + marc8_31page328_flat@Base 3.0.26 + marc8_31page329@Base 3.0.26 + marc8_31page329_flat@Base 3.0.26 + marc8_31page32@Base 3.0.26 + marc8_31page32_dir@Base 3.0.26 + marc8_31page330@Base 3.0.26 + marc8_31page330_flat@Base 3.0.26 + marc8_31page331@Base 3.0.26 + marc8_31page331_flat@Base 3.0.26 + marc8_31page332@Base 3.0.26 + marc8_31page332_flat@Base 3.0.26 + marc8_31page333@Base 3.0.26 + marc8_31page333_flat@Base 3.0.26 + marc8_31page334@Base 3.0.26 + marc8_31page334_flat@Base 3.0.26 + marc8_31page335@Base 3.0.26 + marc8_31page335_flat@Base 3.0.26 + marc8_31page336@Base 3.0.26 + marc8_31page336_flat@Base 3.0.26 + marc8_31page337@Base 3.0.26 + marc8_31page337_flat@Base 3.0.26 + marc8_31page338@Base 3.0.26 + marc8_31page338_flat@Base 3.0.26 + marc8_31page339@Base 3.0.26 + marc8_31page339_flat@Base 3.0.26 + marc8_31page33@Base 3.0.26 + marc8_31page33_dir@Base 3.0.26 + marc8_31page340@Base 3.0.26 + marc8_31page340_flat@Base 3.0.26 + marc8_31page341@Base 3.0.26 + marc8_31page341_flat@Base 3.0.26 + marc8_31page342@Base 3.0.26 + marc8_31page342_flat@Base 3.0.26 + marc8_31page343@Base 3.0.26 + marc8_31page343_flat@Base 3.0.26 + marc8_31page344@Base 3.0.26 + marc8_31page344_flat@Base 3.0.26 + marc8_31page345@Base 3.0.26 + marc8_31page345_flat@Base 3.0.26 + marc8_31page346@Base 3.0.26 + marc8_31page346_flat@Base 3.0.26 + marc8_31page347@Base 3.0.26 + marc8_31page347_flat@Base 3.0.26 + marc8_31page348@Base 3.0.26 + marc8_31page348_flat@Base 3.0.26 + marc8_31page349@Base 3.0.26 + marc8_31page349_flat@Base 3.0.26 + marc8_31page34@Base 3.0.26 + marc8_31page34_dir@Base 3.0.26 + marc8_31page350@Base 3.0.26 + marc8_31page350_flat@Base 3.0.26 + marc8_31page351@Base 3.0.26 + marc8_31page351_flat@Base 3.0.26 + marc8_31page352@Base 3.0.26 + marc8_31page352_flat@Base 3.0.26 + marc8_31page353@Base 3.0.26 + marc8_31page353_flat@Base 3.0.26 + marc8_31page354@Base 3.0.26 + marc8_31page354_flat@Base 3.0.26 + marc8_31page355@Base 3.0.26 + marc8_31page355_flat@Base 3.0.26 + marc8_31page356@Base 3.0.26 + marc8_31page356_flat@Base 3.0.26 + marc8_31page357@Base 3.0.26 + marc8_31page357_flat@Base 3.0.26 + marc8_31page358@Base 3.0.26 + marc8_31page358_flat@Base 3.0.26 + marc8_31page359@Base 3.0.26 + marc8_31page359_flat@Base 3.0.26 + marc8_31page35@Base 3.0.26 + marc8_31page35_dir@Base 3.0.26 + marc8_31page360@Base 3.0.26 + marc8_31page360_flat@Base 3.0.26 + marc8_31page361@Base 3.0.26 + marc8_31page361_flat@Base 3.0.26 + marc8_31page362@Base 3.0.26 + marc8_31page362_flat@Base 3.0.26 + marc8_31page363@Base 3.0.26 + marc8_31page363_flat@Base 3.0.26 + marc8_31page364@Base 3.0.26 + marc8_31page364_flat@Base 3.0.26 + marc8_31page365@Base 3.0.26 + marc8_31page365_flat@Base 3.0.26 + marc8_31page366@Base 3.0.26 + marc8_31page366_flat@Base 3.0.26 + marc8_31page367@Base 3.0.26 + marc8_31page367_flat@Base 3.0.26 + marc8_31page368@Base 3.0.26 + marc8_31page368_flat@Base 3.0.26 + marc8_31page369@Base 3.0.26 + marc8_31page369_flat@Base 3.0.26 + marc8_31page36@Base 3.0.26 + marc8_31page36_dir@Base 3.0.26 + marc8_31page370@Base 3.0.26 + marc8_31page370_flat@Base 3.0.26 + marc8_31page371@Base 3.0.26 + marc8_31page371_flat@Base 3.0.26 + marc8_31page372@Base 3.0.26 + marc8_31page372_flat@Base 3.0.26 + marc8_31page373@Base 3.0.26 + marc8_31page373_flat@Base 3.0.26 + marc8_31page374@Base 3.0.26 + marc8_31page374_flat@Base 3.0.26 + marc8_31page375@Base 3.0.26 + marc8_31page375_flat@Base 3.0.26 + marc8_31page376@Base 3.0.26 + marc8_31page376_flat@Base 3.0.26 + marc8_31page377@Base 3.0.26 + marc8_31page377_flat@Base 3.0.26 + marc8_31page378@Base 3.0.26 + marc8_31page378_flat@Base 3.0.26 + marc8_31page379@Base 3.0.26 + marc8_31page379_flat@Base 3.0.26 + marc8_31page37@Base 3.0.26 + marc8_31page37_dir@Base 3.0.26 + marc8_31page380@Base 3.0.26 + marc8_31page380_dir@Base 3.0.26 + marc8_31page381@Base 3.0.26 + marc8_31page381_flat@Base 3.0.26 + marc8_31page382@Base 3.0.26 + marc8_31page382_flat@Base 3.0.26 + marc8_31page383@Base 3.0.26 + marc8_31page383_flat@Base 3.0.26 + marc8_31page384@Base 3.0.26 + marc8_31page384_flat@Base 3.0.26 + marc8_31page385@Base 3.0.26 + marc8_31page385_flat@Base 3.0.26 + marc8_31page386@Base 3.0.26 + marc8_31page386_flat@Base 3.0.26 + marc8_31page387@Base 3.0.26 + marc8_31page387_flat@Base 3.0.26 + marc8_31page388@Base 3.0.26 + marc8_31page388_flat@Base 3.0.26 + marc8_31page389@Base 3.0.26 + marc8_31page389_flat@Base 3.0.26 + marc8_31page38@Base 3.0.26 + marc8_31page38_dir@Base 3.0.26 + marc8_31page390@Base 3.0.26 + marc8_31page390_flat@Base 3.0.26 + marc8_31page391@Base 3.0.26 + marc8_31page391_flat@Base 3.0.26 + marc8_31page392@Base 3.0.26 + marc8_31page392_flat@Base 3.0.26 + marc8_31page393@Base 3.0.26 + marc8_31page393_flat@Base 3.0.26 + marc8_31page394@Base 3.0.26 + marc8_31page394_flat@Base 3.0.26 + marc8_31page395@Base 3.0.26 + marc8_31page395_flat@Base 3.0.26 + marc8_31page396@Base 3.0.26 + marc8_31page396_flat@Base 3.0.26 + marc8_31page397@Base 3.0.26 + marc8_31page397_flat@Base 3.0.26 + marc8_31page398@Base 3.0.26 + marc8_31page398_flat@Base 3.0.26 + marc8_31page399@Base 3.0.26 + marc8_31page399_flat@Base 3.0.26 + marc8_31page39@Base 3.0.26 + marc8_31page39_dir@Base 3.0.26 + marc8_31page3@Base 3.0.26 + marc8_31page3_dir@Base 3.0.26 + marc8_31page400@Base 3.0.26 + marc8_31page400_flat@Base 3.0.26 + marc8_31page401@Base 3.0.26 + marc8_31page401_flat@Base 3.0.26 + marc8_31page402@Base 3.0.26 + marc8_31page402_flat@Base 3.0.26 + marc8_31page403@Base 3.0.26 + marc8_31page403_flat@Base 3.0.26 + marc8_31page404@Base 3.0.26 + marc8_31page404_flat@Base 3.0.26 + marc8_31page405@Base 3.0.26 + marc8_31page405_flat@Base 3.0.26 + marc8_31page406@Base 3.0.26 + marc8_31page406_flat@Base 3.0.26 + marc8_31page407@Base 3.0.26 + marc8_31page407_flat@Base 3.0.26 + marc8_31page408@Base 3.0.26 + marc8_31page408_flat@Base 3.0.26 + marc8_31page409@Base 3.0.26 + marc8_31page409_flat@Base 3.0.26 + marc8_31page40@Base 3.0.26 + marc8_31page40_dir@Base 3.0.26 + marc8_31page410@Base 3.0.26 + marc8_31page410_flat@Base 3.0.26 + marc8_31page411@Base 3.0.26 + marc8_31page411_flat@Base 3.0.26 + marc8_31page412@Base 3.0.26 + marc8_31page412_flat@Base 3.0.26 + marc8_31page413@Base 3.0.26 + marc8_31page413_flat@Base 3.0.26 + marc8_31page414@Base 3.0.26 + marc8_31page414_flat@Base 3.0.26 + marc8_31page415@Base 3.0.26 + marc8_31page415_flat@Base 3.0.26 + marc8_31page416@Base 3.0.26 + marc8_31page416_flat@Base 3.0.26 + marc8_31page417@Base 3.0.26 + marc8_31page417_flat@Base 3.0.26 + marc8_31page418@Base 3.0.26 + marc8_31page418_flat@Base 3.0.26 + marc8_31page419@Base 3.0.26 + marc8_31page419_flat@Base 3.0.26 + marc8_31page41@Base 3.0.26 + marc8_31page41_dir@Base 3.0.26 + marc8_31page420@Base 3.0.26 + marc8_31page420_flat@Base 3.0.26 + marc8_31page421@Base 3.0.26 + marc8_31page421_flat@Base 3.0.26 + marc8_31page422@Base 3.0.26 + marc8_31page422_flat@Base 3.0.26 + marc8_31page423@Base 3.0.26 + marc8_31page423_flat@Base 3.0.26 + marc8_31page424@Base 3.0.26 + marc8_31page424_flat@Base 3.0.26 + marc8_31page425@Base 3.0.26 + marc8_31page425_flat@Base 3.0.26 + marc8_31page426@Base 3.0.26 + marc8_31page426_flat@Base 3.0.26 + marc8_31page427@Base 3.0.26 + marc8_31page427_flat@Base 3.0.26 + marc8_31page428@Base 3.0.26 + marc8_31page428_flat@Base 3.0.26 + marc8_31page429@Base 3.0.26 + marc8_31page429_flat@Base 3.0.26 + marc8_31page42@Base 3.0.26 + marc8_31page42_dir@Base 3.0.26 + marc8_31page430@Base 3.0.26 + marc8_31page430_flat@Base 3.0.26 + marc8_31page431@Base 3.0.26 + marc8_31page431_flat@Base 3.0.26 + marc8_31page432@Base 3.0.26 + marc8_31page432_flat@Base 3.0.26 + marc8_31page433@Base 3.0.26 + marc8_31page433_flat@Base 3.0.26 + marc8_31page434@Base 3.0.26 + marc8_31page434_flat@Base 3.0.26 + marc8_31page435@Base 3.0.26 + marc8_31page435_flat@Base 3.0.26 + marc8_31page436@Base 3.0.26 + marc8_31page436_flat@Base 3.0.26 + marc8_31page437@Base 3.0.26 + marc8_31page437_dir@Base 3.0.26 + marc8_31page438@Base 3.0.26 + marc8_31page438_flat@Base 3.0.26 + marc8_31page439@Base 3.0.26 + marc8_31page439_flat@Base 3.0.26 + marc8_31page43@Base 3.0.26 + marc8_31page43_dir@Base 3.0.26 + marc8_31page440@Base 3.0.26 + marc8_31page440_flat@Base 3.0.26 + marc8_31page441@Base 3.0.26 + marc8_31page441_flat@Base 3.0.26 + marc8_31page442@Base 3.0.26 + marc8_31page442_flat@Base 3.0.26 + marc8_31page443@Base 3.0.26 + marc8_31page443_flat@Base 3.0.26 + marc8_31page444@Base 3.0.26 + marc8_31page444_flat@Base 3.0.26 + marc8_31page445@Base 3.0.26 + marc8_31page445_flat@Base 3.0.26 + marc8_31page446@Base 3.0.26 + marc8_31page446_flat@Base 3.0.26 + marc8_31page447@Base 3.0.26 + marc8_31page447_flat@Base 3.0.26 + marc8_31page448@Base 3.0.26 + marc8_31page448_flat@Base 3.0.26 + marc8_31page449@Base 3.0.26 + marc8_31page449_flat@Base 3.0.26 + marc8_31page44@Base 3.0.26 + marc8_31page44_dir@Base 3.0.26 + marc8_31page450@Base 3.0.26 + marc8_31page450_flat@Base 3.0.26 + marc8_31page451@Base 3.0.26 + marc8_31page451_flat@Base 3.0.26 + marc8_31page452@Base 3.0.26 + marc8_31page452_flat@Base 3.0.26 + marc8_31page453@Base 3.0.26 + marc8_31page453_flat@Base 3.0.26 + marc8_31page454@Base 3.0.26 + marc8_31page454_flat@Base 3.0.26 + marc8_31page455@Base 3.0.26 + marc8_31page455_flat@Base 3.0.26 + marc8_31page456@Base 3.0.26 + marc8_31page456_flat@Base 3.0.26 + marc8_31page457@Base 3.0.26 + marc8_31page457_flat@Base 3.0.26 + marc8_31page458@Base 3.0.26 + marc8_31page458_flat@Base 3.0.26 + marc8_31page459@Base 3.0.26 + marc8_31page459_flat@Base 3.0.26 + marc8_31page45@Base 3.0.26 + marc8_31page45_dir@Base 3.0.26 + marc8_31page460@Base 3.0.26 + marc8_31page460_flat@Base 3.0.26 + marc8_31page461@Base 3.0.26 + marc8_31page461_flat@Base 3.0.26 + marc8_31page462@Base 3.0.26 + marc8_31page462_flat@Base 3.0.26 + marc8_31page463@Base 3.0.26 + marc8_31page463_flat@Base 3.0.26 + marc8_31page464@Base 3.0.26 + marc8_31page464_flat@Base 3.0.26 + marc8_31page465@Base 3.0.26 + marc8_31page465_flat@Base 3.0.26 + marc8_31page466@Base 3.0.26 + marc8_31page466_flat@Base 3.0.26 + marc8_31page467@Base 3.0.26 + marc8_31page467_flat@Base 3.0.26 + marc8_31page468@Base 3.0.26 + marc8_31page468_flat@Base 3.0.26 + marc8_31page469@Base 3.0.26 + marc8_31page469_flat@Base 3.0.26 + marc8_31page46@Base 3.0.26 + marc8_31page46_dir@Base 3.0.26 + marc8_31page470@Base 3.0.26 + marc8_31page470_flat@Base 3.0.26 + marc8_31page471@Base 3.0.26 + marc8_31page471_flat@Base 3.0.26 + marc8_31page472@Base 3.0.26 + marc8_31page472_flat@Base 3.0.26 + marc8_31page473@Base 3.0.26 + marc8_31page473_flat@Base 3.0.26 + marc8_31page474@Base 3.0.26 + marc8_31page474_flat@Base 3.0.26 + marc8_31page475@Base 3.0.26 + marc8_31page475_flat@Base 3.0.26 + marc8_31page476@Base 3.0.26 + marc8_31page476_flat@Base 3.0.26 + marc8_31page477@Base 3.0.26 + marc8_31page477_flat@Base 3.0.26 + marc8_31page478@Base 3.0.26 + marc8_31page478_flat@Base 3.0.26 + marc8_31page479@Base 3.0.26 + marc8_31page479_flat@Base 3.0.26 + marc8_31page47@Base 3.0.26 + marc8_31page47_dir@Base 3.0.26 + marc8_31page480@Base 3.0.26 + marc8_31page480_flat@Base 3.0.26 + marc8_31page481@Base 3.0.26 + marc8_31page481_flat@Base 3.0.26 + marc8_31page482@Base 3.0.26 + marc8_31page482_flat@Base 3.0.26 + marc8_31page483@Base 3.0.26 + marc8_31page483_flat@Base 3.0.26 + marc8_31page484@Base 3.0.26 + marc8_31page484_flat@Base 3.0.26 + marc8_31page485@Base 3.0.26 + marc8_31page485_flat@Base 3.0.26 + marc8_31page486@Base 3.0.26 + marc8_31page486_flat@Base 3.0.26 + marc8_31page487@Base 3.0.26 + marc8_31page487_flat@Base 3.0.26 + marc8_31page488@Base 3.0.26 + marc8_31page488_flat@Base 3.0.26 + marc8_31page489@Base 3.0.26 + marc8_31page489_flat@Base 3.0.26 + marc8_31page48@Base 3.0.26 + marc8_31page48_dir@Base 3.0.26 + marc8_31page490@Base 3.0.26 + marc8_31page490_flat@Base 3.0.26 + marc8_31page491@Base 3.0.26 + marc8_31page491_flat@Base 3.0.26 + marc8_31page492@Base 3.0.26 + marc8_31page492_flat@Base 3.0.26 + marc8_31page493@Base 3.0.26 + marc8_31page493_flat@Base 3.0.26 + marc8_31page494@Base 3.0.26 + marc8_31page494_flat@Base 3.0.26 + marc8_31page495@Base 3.0.26 + marc8_31page495_flat@Base 3.0.26 + marc8_31page496@Base 3.0.26 + marc8_31page496_flat@Base 3.0.26 + marc8_31page497@Base 3.0.26 + marc8_31page497_dir@Base 3.0.26 + marc8_31page498@Base 3.0.26 + marc8_31page498_flat@Base 3.0.26 + marc8_31page499@Base 3.0.26 + marc8_31page499_flat@Base 3.0.26 + marc8_31page49@Base 3.0.26 + marc8_31page49_dir@Base 3.0.26 + marc8_31page4@Base 3.0.26 + marc8_31page4_dir@Base 3.0.26 + marc8_31page500@Base 3.0.26 + marc8_31page500_flat@Base 3.0.26 + marc8_31page501@Base 3.0.26 + marc8_31page501_flat@Base 3.0.26 + marc8_31page502@Base 3.0.26 + marc8_31page502_flat@Base 3.0.26 + marc8_31page503@Base 3.0.26 + marc8_31page503_flat@Base 3.0.26 + marc8_31page504@Base 3.0.26 + marc8_31page504_flat@Base 3.0.26 + marc8_31page505@Base 3.0.26 + marc8_31page505_flat@Base 3.0.26 + marc8_31page506@Base 3.0.26 + marc8_31page506_flat@Base 3.0.26 + marc8_31page507@Base 3.0.26 + marc8_31page507_flat@Base 3.0.26 + marc8_31page508@Base 3.0.26 + marc8_31page508_flat@Base 3.0.26 + marc8_31page509@Base 3.0.26 + marc8_31page509_flat@Base 3.0.26 + marc8_31page50@Base 3.0.26 + marc8_31page50_dir@Base 3.0.26 + marc8_31page510@Base 3.0.26 + marc8_31page510_flat@Base 3.0.26 + marc8_31page511@Base 3.0.26 + marc8_31page511_flat@Base 3.0.26 + marc8_31page512@Base 3.0.26 + marc8_31page512_flat@Base 3.0.26 + marc8_31page513@Base 3.0.26 + marc8_31page513_flat@Base 3.0.26 + marc8_31page514@Base 3.0.26 + marc8_31page514_flat@Base 3.0.26 + marc8_31page515@Base 3.0.26 + marc8_31page515_flat@Base 3.0.26 + marc8_31page516@Base 3.0.26 + marc8_31page516_flat@Base 3.0.26 + marc8_31page517@Base 3.0.26 + marc8_31page517_flat@Base 3.0.26 + marc8_31page518@Base 3.0.26 + marc8_31page518_flat@Base 3.0.26 + marc8_31page519@Base 3.0.26 + marc8_31page519_flat@Base 3.0.26 + marc8_31page51@Base 3.0.26 + marc8_31page51_dir@Base 3.0.26 + marc8_31page520@Base 3.0.26 + marc8_31page520_flat@Base 3.0.26 + marc8_31page521@Base 3.0.26 + marc8_31page521_flat@Base 3.0.26 + marc8_31page522@Base 3.0.26 + marc8_31page522_flat@Base 3.0.26 + marc8_31page523@Base 3.0.26 + marc8_31page523_flat@Base 3.0.26 + marc8_31page524@Base 3.0.26 + marc8_31page524_flat@Base 3.0.26 + marc8_31page525@Base 3.0.26 + marc8_31page525_flat@Base 3.0.26 + marc8_31page526@Base 3.0.26 + marc8_31page526_flat@Base 3.0.26 + marc8_31page527@Base 3.0.26 + marc8_31page527_flat@Base 3.0.26 + marc8_31page528@Base 3.0.26 + marc8_31page528_flat@Base 3.0.26 + marc8_31page529@Base 3.0.26 + marc8_31page529_flat@Base 3.0.26 + marc8_31page52@Base 3.0.26 + marc8_31page52_dir@Base 3.0.26 + marc8_31page530@Base 3.0.26 + marc8_31page530_flat@Base 3.0.26 + marc8_31page531@Base 3.0.26 + marc8_31page531_flat@Base 3.0.26 + marc8_31page532@Base 3.0.26 + marc8_31page532_flat@Base 3.0.26 + marc8_31page533@Base 3.0.26 + marc8_31page533_flat@Base 3.0.26 + marc8_31page534@Base 3.0.26 + marc8_31page534_flat@Base 3.0.26 + marc8_31page535@Base 3.0.26 + marc8_31page535_flat@Base 3.0.26 + marc8_31page536@Base 3.0.26 + marc8_31page536_flat@Base 3.0.26 + marc8_31page537@Base 3.0.26 + marc8_31page537_flat@Base 3.0.26 + marc8_31page538@Base 3.0.26 + marc8_31page538_flat@Base 3.0.26 + marc8_31page539@Base 3.0.26 + marc8_31page539_flat@Base 3.0.26 + marc8_31page53@Base 3.0.26 + marc8_31page53_dir@Base 3.0.26 + marc8_31page540@Base 3.0.26 + marc8_31page540_flat@Base 3.0.26 + marc8_31page541@Base 3.0.26 + marc8_31page541_flat@Base 3.0.26 + marc8_31page542@Base 3.0.26 + marc8_31page542_flat@Base 3.0.26 + marc8_31page543@Base 3.0.26 + marc8_31page543_flat@Base 3.0.26 + marc8_31page544@Base 3.0.26 + marc8_31page544_flat@Base 3.0.26 + marc8_31page545@Base 3.0.26 + marc8_31page545_dir@Base 3.0.26 + marc8_31page546@Base 3.0.26 + marc8_31page546_flat@Base 3.0.26 + marc8_31page547@Base 3.0.26 + marc8_31page547_flat@Base 3.0.26 + marc8_31page548@Base 3.0.26 + marc8_31page548_flat@Base 3.0.26 + marc8_31page549@Base 3.0.26 + marc8_31page549_flat@Base 3.0.26 + marc8_31page54@Base 3.0.26 + marc8_31page54_flat@Base 3.0.26 + marc8_31page550@Base 3.0.26 + marc8_31page550_flat@Base 3.0.26 + marc8_31page551@Base 3.0.26 + marc8_31page551_flat@Base 3.0.26 + marc8_31page552@Base 3.0.26 + marc8_31page552_flat@Base 3.0.26 + marc8_31page553@Base 3.0.26 + marc8_31page553_flat@Base 3.0.26 + marc8_31page554@Base 3.0.26 + marc8_31page554_flat@Base 3.0.26 + marc8_31page555@Base 3.0.26 + marc8_31page555_flat@Base 3.0.26 + marc8_31page556@Base 3.0.26 + marc8_31page556_flat@Base 3.0.26 + marc8_31page557@Base 3.0.26 + marc8_31page557_flat@Base 3.0.26 + marc8_31page558@Base 3.0.26 + marc8_31page558_flat@Base 3.0.26 + marc8_31page559@Base 3.0.26 + marc8_31page559_flat@Base 3.0.26 + marc8_31page55@Base 3.0.26 + marc8_31page55_flat@Base 3.0.26 + marc8_31page560@Base 3.0.26 + marc8_31page560_flat@Base 3.0.26 + marc8_31page561@Base 3.0.26 + marc8_31page561_flat@Base 3.0.26 + marc8_31page562@Base 3.0.26 + marc8_31page562_flat@Base 3.0.26 + marc8_31page563@Base 3.0.26 + marc8_31page563_flat@Base 3.0.26 + marc8_31page564@Base 3.0.26 + marc8_31page564_flat@Base 3.0.26 + marc8_31page565@Base 3.0.26 + marc8_31page565_flat@Base 3.0.26 + marc8_31page566@Base 3.0.26 + marc8_31page566_flat@Base 3.0.26 + marc8_31page567@Base 3.0.26 + marc8_31page567_flat@Base 3.0.26 + marc8_31page568@Base 3.0.26 + marc8_31page568_flat@Base 3.0.26 + marc8_31page569@Base 3.0.26 + marc8_31page569_flat@Base 3.0.26 + marc8_31page56@Base 3.0.26 + marc8_31page56_flat@Base 3.0.26 + marc8_31page570@Base 3.0.26 + marc8_31page570_flat@Base 3.0.26 + marc8_31page571@Base 3.0.26 + marc8_31page571_flat@Base 3.0.26 + marc8_31page572@Base 3.0.26 + marc8_31page572_flat@Base 3.0.26 + marc8_31page573@Base 3.0.26 + marc8_31page573_flat@Base 3.0.26 + marc8_31page574@Base 3.0.26 + marc8_31page574_flat@Base 3.0.26 + marc8_31page575@Base 3.0.26 + marc8_31page575_flat@Base 3.0.26 + marc8_31page576@Base 3.0.26 + marc8_31page576_flat@Base 3.0.26 + marc8_31page577@Base 3.0.26 + marc8_31page577_flat@Base 3.0.26 + marc8_31page578@Base 3.0.26 + marc8_31page578_flat@Base 3.0.26 + marc8_31page579@Base 3.0.26 + marc8_31page579_flat@Base 3.0.26 + marc8_31page57@Base 3.0.26 + marc8_31page57_flat@Base 3.0.26 + marc8_31page580@Base 3.0.26 + marc8_31page580_flat@Base 3.0.26 + marc8_31page581@Base 3.0.26 + marc8_31page581_flat@Base 3.0.26 + marc8_31page582@Base 3.0.26 + marc8_31page582_flat@Base 3.0.26 + marc8_31page583@Base 3.0.26 + marc8_31page583_flat@Base 3.0.26 + marc8_31page584@Base 3.0.26 + marc8_31page584_flat@Base 3.0.26 + marc8_31page585@Base 3.0.26 + marc8_31page585_flat@Base 3.0.26 + marc8_31page586@Base 3.0.26 + marc8_31page586_flat@Base 3.0.26 + marc8_31page587@Base 3.0.26 + marc8_31page587_flat@Base 3.0.26 + marc8_31page588@Base 3.0.26 + marc8_31page588_flat@Base 3.0.26 + marc8_31page589@Base 3.0.26 + marc8_31page589_flat@Base 3.0.26 + marc8_31page58@Base 3.0.26 + marc8_31page58_flat@Base 3.0.26 + marc8_31page590@Base 3.0.26 + marc8_31page590_flat@Base 3.0.26 + marc8_31page591@Base 3.0.26 + marc8_31page591_flat@Base 3.0.26 + marc8_31page592@Base 3.0.26 + marc8_31page592_flat@Base 3.0.26 + marc8_31page593@Base 3.0.26 + marc8_31page593_flat@Base 3.0.26 + marc8_31page594@Base 3.0.26 + marc8_31page594_flat@Base 3.0.26 + marc8_31page595@Base 3.0.26 + marc8_31page595_flat@Base 3.0.26 + marc8_31page596@Base 3.0.26 + marc8_31page596_flat@Base 3.0.26 + marc8_31page597@Base 3.0.26 + marc8_31page597_flat@Base 3.0.26 + marc8_31page598@Base 3.0.26 + marc8_31page598_dir@Base 3.0.26 + marc8_31page599@Base 3.0.26 + marc8_31page599_flat@Base 3.0.26 + marc8_31page59@Base 3.0.26 + marc8_31page59_flat@Base 3.0.26 + marc8_31page5@Base 3.0.26 + marc8_31page5_dir@Base 3.0.26 + marc8_31page600@Base 3.0.26 + marc8_31page600_flat@Base 3.0.26 + marc8_31page601@Base 3.0.26 + marc8_31page601_flat@Base 3.0.26 + marc8_31page602@Base 3.0.26 + marc8_31page602_flat@Base 3.0.26 + marc8_31page603@Base 3.0.26 + marc8_31page603_flat@Base 3.0.26 + marc8_31page604@Base 3.0.26 + marc8_31page604_flat@Base 3.0.26 + marc8_31page605@Base 3.0.26 + marc8_31page605_flat@Base 3.0.26 + marc8_31page606@Base 3.0.26 + marc8_31page606_flat@Base 3.0.26 + marc8_31page607@Base 3.0.26 + marc8_31page607_flat@Base 3.0.26 + marc8_31page608@Base 3.0.26 + marc8_31page608_flat@Base 3.0.26 + marc8_31page609@Base 3.0.26 + marc8_31page609_flat@Base 3.0.26 + marc8_31page60@Base 3.0.26 + marc8_31page60_flat@Base 3.0.26 + marc8_31page610@Base 3.0.26 + marc8_31page610_flat@Base 3.0.26 + marc8_31page611@Base 3.0.26 + marc8_31page611_flat@Base 3.0.26 + marc8_31page612@Base 3.0.26 + marc8_31page612_flat@Base 3.0.26 + marc8_31page613@Base 3.0.26 + marc8_31page613_flat@Base 3.0.26 + marc8_31page614@Base 3.0.26 + marc8_31page614_flat@Base 3.0.26 + marc8_31page615@Base 3.0.26 + marc8_31page615_flat@Base 3.0.26 + marc8_31page616@Base 3.0.26 + marc8_31page616_flat@Base 3.0.26 + marc8_31page617@Base 3.0.26 + marc8_31page617_flat@Base 3.0.26 + marc8_31page618@Base 3.0.26 + marc8_31page618_flat@Base 3.0.26 + marc8_31page619@Base 3.0.26 + marc8_31page619_flat@Base 3.0.26 + marc8_31page61@Base 3.0.26 + marc8_31page61_flat@Base 3.0.26 + marc8_31page620@Base 3.0.26 + marc8_31page620_flat@Base 3.0.26 + marc8_31page621@Base 3.0.26 + marc8_31page621_flat@Base 3.0.26 + marc8_31page622@Base 3.0.26 + marc8_31page622_flat@Base 3.0.26 + marc8_31page623@Base 3.0.26 + marc8_31page623_flat@Base 3.0.26 + marc8_31page624@Base 3.0.26 + marc8_31page624_flat@Base 3.0.26 + marc8_31page625@Base 3.0.26 + marc8_31page625_flat@Base 3.0.26 + marc8_31page626@Base 3.0.26 + marc8_31page626_flat@Base 3.0.26 + marc8_31page627@Base 3.0.26 + marc8_31page627_flat@Base 3.0.26 + marc8_31page628@Base 3.0.26 + marc8_31page628_flat@Base 3.0.26 + marc8_31page629@Base 3.0.26 + marc8_31page629_flat@Base 3.0.26 + marc8_31page62@Base 3.0.26 + marc8_31page62_flat@Base 3.0.26 + marc8_31page630@Base 3.0.26 + marc8_31page630_flat@Base 3.0.26 + marc8_31page631@Base 3.0.26 + marc8_31page631_flat@Base 3.0.26 + marc8_31page632@Base 3.0.26 + marc8_31page632_flat@Base 3.0.26 + marc8_31page633@Base 3.0.26 + marc8_31page633_flat@Base 3.0.26 + marc8_31page634@Base 3.0.26 + marc8_31page634_flat@Base 3.0.26 + marc8_31page635@Base 3.0.26 + marc8_31page635_flat@Base 3.0.26 + marc8_31page636@Base 3.0.26 + marc8_31page636_flat@Base 3.0.26 + marc8_31page637@Base 3.0.26 + marc8_31page637_flat@Base 3.0.26 + marc8_31page638@Base 3.0.26 + marc8_31page638_flat@Base 3.0.26 + marc8_31page639@Base 3.0.26 + marc8_31page639_flat@Base 3.0.26 + marc8_31page63@Base 3.0.26 + marc8_31page63_flat@Base 3.0.26 + marc8_31page640@Base 3.0.26 + marc8_31page640_flat@Base 3.0.26 + marc8_31page641@Base 3.0.26 + marc8_31page641_flat@Base 3.0.26 + marc8_31page642@Base 3.0.26 + marc8_31page642_flat@Base 3.0.26 + marc8_31page643@Base 3.0.26 + marc8_31page643_flat@Base 3.0.26 + marc8_31page644@Base 3.0.26 + marc8_31page644_flat@Base 3.0.26 + marc8_31page645@Base 3.0.26 + marc8_31page645_flat@Base 3.0.26 + marc8_31page646@Base 3.0.26 + marc8_31page646_dir@Base 3.0.26 + marc8_31page647@Base 3.0.26 + marc8_31page647_flat@Base 3.0.26 + marc8_31page648@Base 3.0.26 + marc8_31page648_flat@Base 3.0.26 + marc8_31page649@Base 3.0.26 + marc8_31page649_flat@Base 3.0.26 + marc8_31page64@Base 3.0.26 + marc8_31page64_flat@Base 3.0.26 + marc8_31page650@Base 3.0.26 + marc8_31page650_flat@Base 3.0.26 + marc8_31page651@Base 3.0.26 + marc8_31page651_flat@Base 3.0.26 + marc8_31page652@Base 3.0.26 + marc8_31page652_flat@Base 3.0.26 + marc8_31page653@Base 3.0.26 + marc8_31page653_flat@Base 3.0.26 + marc8_31page654@Base 3.0.26 + marc8_31page654_flat@Base 3.0.26 + marc8_31page655@Base 3.0.26 + marc8_31page655_flat@Base 3.0.26 + marc8_31page656@Base 3.0.26 + marc8_31page656_flat@Base 3.0.26 + marc8_31page657@Base 3.0.26 + marc8_31page657_flat@Base 3.0.26 + marc8_31page658@Base 3.0.26 + marc8_31page658_flat@Base 3.0.26 + marc8_31page659@Base 3.0.26 + marc8_31page659_flat@Base 3.0.26 + marc8_31page65@Base 3.0.26 + marc8_31page65_flat@Base 3.0.26 + marc8_31page660@Base 3.0.26 + marc8_31page660_flat@Base 3.0.26 + marc8_31page661@Base 3.0.26 + marc8_31page661_flat@Base 3.0.26 + marc8_31page662@Base 3.0.26 + marc8_31page662_flat@Base 3.0.26 + marc8_31page663@Base 3.0.26 + marc8_31page663_flat@Base 3.0.26 + marc8_31page664@Base 3.0.26 + marc8_31page664_flat@Base 3.0.26 + marc8_31page665@Base 3.0.26 + marc8_31page665_flat@Base 3.0.26 + marc8_31page666@Base 3.0.26 + marc8_31page666_flat@Base 3.0.26 + marc8_31page667@Base 3.0.26 + marc8_31page667_flat@Base 3.0.26 + marc8_31page668@Base 3.0.26 + marc8_31page668_flat@Base 3.0.26 + marc8_31page669@Base 3.0.26 + marc8_31page669_flat@Base 3.0.26 + marc8_31page66@Base 3.0.26 + marc8_31page66_flat@Base 3.0.26 + marc8_31page670@Base 3.0.26 + marc8_31page670_flat@Base 3.0.26 + marc8_31page671@Base 3.0.26 + marc8_31page671_flat@Base 3.0.26 + marc8_31page672@Base 3.0.26 + marc8_31page672_flat@Base 3.0.26 + marc8_31page673@Base 3.0.26 + marc8_31page673_flat@Base 3.0.26 + marc8_31page674@Base 3.0.26 + marc8_31page674_flat@Base 3.0.26 + marc8_31page675@Base 3.0.26 + marc8_31page675_flat@Base 3.0.26 + marc8_31page676@Base 3.0.26 + marc8_31page676_flat@Base 3.0.26 + marc8_31page677@Base 3.0.26 + marc8_31page677_flat@Base 3.0.26 + marc8_31page678@Base 3.0.26 + marc8_31page678_flat@Base 3.0.26 + marc8_31page679@Base 3.0.26 + marc8_31page679_flat@Base 3.0.26 + marc8_31page67@Base 3.0.26 + marc8_31page67_flat@Base 3.0.26 + marc8_31page680@Base 3.0.26 + marc8_31page680_flat@Base 3.0.26 + marc8_31page681@Base 3.0.26 + marc8_31page681_flat@Base 3.0.26 + marc8_31page682@Base 3.0.26 + marc8_31page682_flat@Base 3.0.26 + marc8_31page683@Base 3.0.26 + marc8_31page683_flat@Base 3.0.26 + marc8_31page684@Base 3.0.26 + marc8_31page684_flat@Base 3.0.26 + marc8_31page685@Base 3.0.26 + marc8_31page685_flat@Base 3.0.26 + marc8_31page686@Base 3.0.26 + marc8_31page686_flat@Base 3.0.26 + marc8_31page687@Base 3.0.26 + marc8_31page687_flat@Base 3.0.26 + marc8_31page688@Base 3.0.26 + marc8_31page688_flat@Base 3.0.26 + marc8_31page689@Base 3.0.26 + marc8_31page689_flat@Base 3.0.26 + marc8_31page68@Base 3.0.26 + marc8_31page68_flat@Base 3.0.26 + marc8_31page690@Base 3.0.26 + marc8_31page690_flat@Base 3.0.26 + marc8_31page691@Base 3.0.26 + marc8_31page691_flat@Base 3.0.26 + marc8_31page692@Base 3.0.26 + marc8_31page692_flat@Base 3.0.26 + marc8_31page693@Base 3.0.26 + marc8_31page693_flat@Base 3.0.26 + marc8_31page694@Base 3.0.26 + marc8_31page694_flat@Base 3.0.26 + marc8_31page695@Base 3.0.26 + marc8_31page695_flat@Base 3.0.26 + marc8_31page696@Base 3.0.26 + marc8_31page696_flat@Base 3.0.26 + marc8_31page697@Base 3.0.26 + marc8_31page697_flat@Base 3.0.26 + marc8_31page698@Base 3.0.26 + marc8_31page698_flat@Base 3.0.26 + marc8_31page699@Base 3.0.26 + marc8_31page699_flat@Base 3.0.26 + marc8_31page69@Base 3.0.26 + marc8_31page69_flat@Base 3.0.26 + marc8_31page6@Base 3.0.26 + marc8_31page6_dir@Base 3.0.26 + marc8_31page700@Base 3.0.26 + marc8_31page700_flat@Base 3.0.26 + marc8_31page701@Base 3.0.26 + marc8_31page701_flat@Base 3.0.26 + marc8_31page702@Base 3.0.26 + marc8_31page702_flat@Base 3.0.26 + marc8_31page703@Base 3.0.26 + marc8_31page703_flat@Base 3.0.26 + marc8_31page704@Base 3.0.26 + marc8_31page704_flat@Base 3.0.26 + marc8_31page705@Base 3.0.26 + marc8_31page705_flat@Base 3.0.26 + marc8_31page706@Base 3.0.26 + marc8_31page706_flat@Base 3.0.26 + marc8_31page707@Base 3.0.26 + marc8_31page707_flat@Base 3.0.26 + marc8_31page708@Base 3.0.26 + marc8_31page708_flat@Base 3.0.26 + marc8_31page709@Base 3.0.26 + marc8_31page709_dir@Base 3.0.26 + marc8_31page70@Base 3.0.26 + marc8_31page70_flat@Base 3.0.26 + marc8_31page710@Base 3.0.26 + marc8_31page710_flat@Base 3.0.26 + marc8_31page711@Base 3.0.26 + marc8_31page711_flat@Base 3.0.26 + marc8_31page712@Base 3.0.26 + marc8_31page712_flat@Base 3.0.26 + marc8_31page713@Base 3.0.26 + marc8_31page713_flat@Base 3.0.26 + marc8_31page714@Base 3.0.26 + marc8_31page714_flat@Base 3.0.26 + marc8_31page715@Base 3.0.26 + marc8_31page715_flat@Base 3.0.26 + marc8_31page716@Base 3.0.26 + marc8_31page716_flat@Base 3.0.26 + marc8_31page717@Base 3.0.26 + marc8_31page717_flat@Base 3.0.26 + marc8_31page718@Base 3.0.26 + marc8_31page718_flat@Base 3.0.26 + marc8_31page719@Base 3.0.26 + marc8_31page719_flat@Base 3.0.26 + marc8_31page71@Base 3.0.26 + marc8_31page71_flat@Base 3.0.26 + marc8_31page720@Base 3.0.26 + marc8_31page720_flat@Base 3.0.26 + marc8_31page721@Base 3.0.26 + marc8_31page721_flat@Base 3.0.26 + marc8_31page722@Base 3.0.26 + marc8_31page722_flat@Base 3.0.26 + marc8_31page723@Base 3.0.26 + marc8_31page723_flat@Base 3.0.26 + marc8_31page724@Base 3.0.26 + marc8_31page724_flat@Base 3.0.26 + marc8_31page725@Base 3.0.26 + marc8_31page725_flat@Base 3.0.26 + marc8_31page726@Base 3.0.26 + marc8_31page726_flat@Base 3.0.26 + marc8_31page727@Base 3.0.26 + marc8_31page727_flat@Base 3.0.26 + marc8_31page728@Base 3.0.26 + marc8_31page728_flat@Base 3.0.26 + marc8_31page729@Base 3.0.26 + marc8_31page729_flat@Base 3.0.26 + marc8_31page72@Base 3.0.26 + marc8_31page72_flat@Base 3.0.26 + marc8_31page730@Base 3.0.26 + marc8_31page730_flat@Base 3.0.26 + marc8_31page731@Base 3.0.26 + marc8_31page731_flat@Base 3.0.26 + marc8_31page732@Base 3.0.26 + marc8_31page732_flat@Base 3.0.26 + marc8_31page733@Base 3.0.26 + marc8_31page733_flat@Base 3.0.26 + marc8_31page734@Base 3.0.26 + marc8_31page734_flat@Base 3.0.26 + marc8_31page735@Base 3.0.26 + marc8_31page735_flat@Base 3.0.26 + marc8_31page736@Base 3.0.26 + marc8_31page736_flat@Base 3.0.26 + marc8_31page737@Base 3.0.26 + marc8_31page737_flat@Base 3.0.26 + marc8_31page738@Base 3.0.26 + marc8_31page738_flat@Base 3.0.26 + marc8_31page739@Base 3.0.26 + marc8_31page739_flat@Base 3.0.26 + marc8_31page73@Base 3.0.26 + marc8_31page73_flat@Base 3.0.26 + marc8_31page740@Base 3.0.26 + marc8_31page740_flat@Base 3.0.26 + marc8_31page741@Base 3.0.26 + marc8_31page741_flat@Base 3.0.26 + marc8_31page742@Base 3.0.26 + marc8_31page742_flat@Base 3.0.26 + marc8_31page743@Base 3.0.26 + marc8_31page743_flat@Base 3.0.26 + marc8_31page744@Base 3.0.26 + marc8_31page744_flat@Base 3.0.26 + marc8_31page745@Base 3.0.26 + marc8_31page745_flat@Base 3.0.26 + marc8_31page746@Base 3.0.26 + marc8_31page746_flat@Base 3.0.26 + marc8_31page747@Base 3.0.26 + marc8_31page747_flat@Base 3.0.26 + marc8_31page748@Base 3.0.26 + marc8_31page748_flat@Base 3.0.26 + marc8_31page749@Base 3.0.26 + marc8_31page749_flat@Base 3.0.26 + marc8_31page74@Base 3.0.26 + marc8_31page74_flat@Base 3.0.26 + marc8_31page750@Base 3.0.26 + marc8_31page750_flat@Base 3.0.26 + marc8_31page751@Base 3.0.26 + marc8_31page751_flat@Base 3.0.26 + marc8_31page752@Base 3.0.26 + marc8_31page752_flat@Base 3.0.26 + marc8_31page753@Base 3.0.26 + marc8_31page753_flat@Base 3.0.26 + marc8_31page754@Base 3.0.26 + marc8_31page754_flat@Base 3.0.26 + marc8_31page755@Base 3.0.26 + marc8_31page755_dir@Base 3.0.26 + marc8_31page756@Base 3.0.26 + marc8_31page756_flat@Base 3.0.26 + marc8_31page757@Base 3.0.26 + marc8_31page757_flat@Base 3.0.26 + marc8_31page758@Base 3.0.26 + marc8_31page758_flat@Base 3.0.26 + marc8_31page759@Base 3.0.26 + marc8_31page759_flat@Base 3.0.26 + marc8_31page75@Base 3.0.26 + marc8_31page75_flat@Base 3.0.26 + marc8_31page760@Base 3.0.26 + marc8_31page760_flat@Base 3.0.26 + marc8_31page761@Base 3.0.26 + marc8_31page761_flat@Base 3.0.26 + marc8_31page762@Base 3.0.26 + marc8_31page762_flat@Base 3.0.26 + marc8_31page763@Base 3.0.26 + marc8_31page763_flat@Base 3.0.26 + marc8_31page764@Base 3.0.26 + marc8_31page764_flat@Base 3.0.26 + marc8_31page765@Base 3.0.26 + marc8_31page765_flat@Base 3.0.26 + marc8_31page766@Base 3.0.26 + marc8_31page766_flat@Base 3.0.26 + marc8_31page767@Base 3.0.26 + marc8_31page767_flat@Base 3.0.26 + marc8_31page768@Base 3.0.26 + marc8_31page768_flat@Base 3.0.26 + marc8_31page769@Base 3.0.26 + marc8_31page769_flat@Base 3.0.26 + marc8_31page76@Base 3.0.26 + marc8_31page76_flat@Base 3.0.26 + marc8_31page770@Base 3.0.26 + marc8_31page770_flat@Base 3.0.26 + marc8_31page771@Base 3.0.26 + marc8_31page771_flat@Base 3.0.26 + marc8_31page772@Base 3.0.26 + marc8_31page772_flat@Base 3.0.26 + marc8_31page773@Base 3.0.26 + marc8_31page773_flat@Base 3.0.26 + marc8_31page774@Base 3.0.26 + marc8_31page774_flat@Base 3.0.26 + marc8_31page775@Base 3.0.26 + marc8_31page775_flat@Base 3.0.26 + marc8_31page776@Base 3.0.26 + marc8_31page776_flat@Base 3.0.26 + marc8_31page777@Base 3.0.26 + marc8_31page777_flat@Base 3.0.26 + marc8_31page778@Base 3.0.26 + marc8_31page778_flat@Base 3.0.26 + marc8_31page779@Base 3.0.26 + marc8_31page779_flat@Base 3.0.26 + marc8_31page77@Base 3.0.26 + marc8_31page77_flat@Base 3.0.26 + marc8_31page780@Base 3.0.26 + marc8_31page780_flat@Base 3.0.26 + marc8_31page781@Base 3.0.26 + marc8_31page781_flat@Base 3.0.26 + marc8_31page782@Base 3.0.26 + marc8_31page782_flat@Base 3.0.26 + marc8_31page783@Base 3.0.26 + marc8_31page783_flat@Base 3.0.26 + marc8_31page784@Base 3.0.26 + marc8_31page784_flat@Base 3.0.26 + marc8_31page785@Base 3.0.26 + marc8_31page785_flat@Base 3.0.26 + marc8_31page786@Base 3.0.26 + marc8_31page786_flat@Base 3.0.26 + marc8_31page787@Base 3.0.26 + marc8_31page787_flat@Base 3.0.26 + marc8_31page788@Base 3.0.26 + marc8_31page788_flat@Base 3.0.26 + marc8_31page789@Base 3.0.26 + marc8_31page789_flat@Base 3.0.26 + marc8_31page78@Base 3.0.26 + marc8_31page78_flat@Base 3.0.26 + marc8_31page790@Base 3.0.26 + marc8_31page790_flat@Base 3.0.26 + marc8_31page791@Base 3.0.26 + marc8_31page791_flat@Base 3.0.26 + marc8_31page792@Base 3.0.26 + marc8_31page792_flat@Base 3.0.26 + marc8_31page793@Base 3.0.26 + marc8_31page793_flat@Base 3.0.26 + marc8_31page794@Base 3.0.26 + marc8_31page794_flat@Base 3.0.26 + marc8_31page795@Base 3.0.26 + marc8_31page795_dir@Base 3.0.26 + marc8_31page796@Base 3.0.26 + marc8_31page796_dir@Base 3.0.26 + marc8_31page797@Base 3.0.26 + marc8_31page797_dir@Base 3.0.26 + marc8_31page798@Base 3.0.26 + marc8_31page798_flat@Base 3.0.26 + marc8_31page799@Base 3.0.26 + marc8_31page799_flat@Base 3.0.26 + marc8_31page79@Base 3.0.26 + marc8_31page79_flat@Base 3.0.26 + marc8_31page7@Base 3.0.26 + marc8_31page7_dir@Base 3.0.26 + marc8_31page800@Base 3.0.26 + marc8_31page800_flat@Base 3.0.26 + marc8_31page801@Base 3.0.26 + marc8_31page801_dir@Base 3.0.26 + marc8_31page802@Base 3.0.26 + marc8_31page802_dir@Base 3.0.26 + marc8_31page803@Base 3.0.26 + marc8_31page803_dir@Base 3.0.26 + marc8_31page804@Base 3.0.26 + marc8_31page804_dir@Base 3.0.26 + marc8_31page805@Base 3.0.26 + marc8_31page805_dir@Base 3.0.26 + marc8_31page806@Base 3.0.26 + marc8_31page806_dir@Base 3.0.26 + marc8_31page807@Base 3.0.26 + marc8_31page807_dir@Base 3.0.26 + marc8_31page808@Base 3.0.26 + marc8_31page808_dir@Base 3.0.26 + marc8_31page809@Base 3.0.26 + marc8_31page809_dir@Base 3.0.26 + marc8_31page80@Base 3.0.26 + marc8_31page80_flat@Base 3.0.26 + marc8_31page810@Base 3.0.26 + marc8_31page810_dir@Base 3.0.26 + marc8_31page811@Base 3.0.26 + marc8_31page811_dir@Base 3.0.26 + marc8_31page812@Base 3.0.26 + marc8_31page812_dir@Base 3.0.26 + marc8_31page813@Base 3.0.26 + marc8_31page813_dir@Base 3.0.26 + marc8_31page814@Base 3.0.26 + marc8_31page814_dir@Base 3.0.26 + marc8_31page815@Base 3.0.26 + marc8_31page815_dir@Base 3.0.26 + marc8_31page816@Base 3.0.26 + marc8_31page816_dir@Base 3.0.26 + marc8_31page817@Base 3.0.26 + marc8_31page817_dir@Base 3.0.26 + marc8_31page818@Base 3.0.26 + marc8_31page818_dir@Base 3.0.26 + marc8_31page819@Base 3.0.26 + marc8_31page819_dir@Base 3.0.26 + marc8_31page81@Base 3.0.26 + marc8_31page81_flat@Base 3.0.26 + marc8_31page820@Base 3.0.26 + marc8_31page820_dir@Base 3.0.26 + marc8_31page821@Base 3.0.26 + marc8_31page821_dir@Base 3.0.26 + marc8_31page822@Base 3.0.26 + marc8_31page822_flat@Base 3.0.26 + marc8_31page823@Base 3.0.26 + marc8_31page823_flat@Base 3.0.26 + marc8_31page824@Base 3.0.26 + marc8_31page824_flat@Base 3.0.26 + marc8_31page825@Base 3.0.26 + marc8_31page825_flat@Base 3.0.26 + marc8_31page826@Base 3.0.26 + marc8_31page826_flat@Base 3.0.26 + marc8_31page827@Base 3.0.26 + marc8_31page827_flat@Base 3.0.26 + marc8_31page82@Base 3.0.26 + marc8_31page82_dir@Base 3.0.26 + marc8_31page83@Base 3.0.26 + marc8_31page83_flat@Base 3.0.26 + marc8_31page84@Base 3.0.26 + marc8_31page84_flat@Base 3.0.26 + marc8_31page85@Base 3.0.26 + marc8_31page85_flat@Base 3.0.26 + marc8_31page86@Base 3.0.26 + marc8_31page86_flat@Base 3.0.26 + marc8_31page87@Base 3.0.26 + marc8_31page87_flat@Base 3.0.26 + marc8_31page88@Base 3.0.26 + marc8_31page88_flat@Base 3.0.26 + marc8_31page89@Base 3.0.26 + marc8_31page89_flat@Base 3.0.26 + marc8_31page8@Base 3.0.26 + marc8_31page8_dir@Base 3.0.26 + marc8_31page90@Base 3.0.26 + marc8_31page90_flat@Base 3.0.26 + marc8_31page91@Base 3.0.26 + marc8_31page91_flat@Base 3.0.26 + marc8_31page92@Base 3.0.26 + marc8_31page92_flat@Base 3.0.26 + marc8_31page93@Base 3.0.26 + marc8_31page93_flat@Base 3.0.26 + marc8_31page94@Base 3.0.26 + marc8_31page94_flat@Base 3.0.26 + marc8_31page95@Base 3.0.26 + marc8_31page95_flat@Base 3.0.26 + marc8_31page96@Base 3.0.26 + marc8_31page96_flat@Base 3.0.26 + marc8_31page97@Base 3.0.26 + marc8_31page97_flat@Base 3.0.26 + marc8_31page98@Base 3.0.26 + marc8_31page98_flat@Base 3.0.26 + marc8_31page99@Base 3.0.26 + marc8_31page99_flat@Base 3.0.26 + marc8_31page9@Base 3.0.26 + marc8_31page9_dir@Base 3.0.26 + marc8_31ptrs@Base 3.0.26 + marc8_32page0@Base 3.0.26 + marc8_32page0_dir@Base 3.0.26 + marc8_32ptrs@Base 3.0.26 + marc8_33page0@Base 3.0.26 + marc8_33page0_dir@Base 3.0.26 + marc8_33ptrs@Base 3.0.26 + marc8_34page0@Base 3.0.26 + marc8_34page0_dir@Base 3.0.26 + marc8_34ptrs@Base 3.0.26 + marc8_42page0@Base 3.0.26 + marc8_42page0_dir@Base 3.0.26 + marc8_42ptrs@Base 3.0.26 + marc8_45page0@Base 3.0.26 + marc8_45page0_dir@Base 3.0.26 + marc8_45ptrs@Base 3.0.26 + marc8_4Epage0@Base 3.0.26 + marc8_4Epage0_dir@Base 3.0.26 + marc8_4Eptrs@Base 3.0.26 + marc8_51page0@Base 3.0.26 + marc8_51page0_flat@Base 3.0.26 + marc8_51ptrs@Base 3.0.26 + marc8_53page0@Base 3.0.26 + marc8_53page0_dir@Base 3.0.26 + marc8_53ptrs@Base 3.0.26 + marc8_62page0@Base 3.0.26 + marc8_62page0_flat@Base 3.0.26 + marc8_62ptrs@Base 3.0.26 + marc8_67page0@Base 3.0.26 + marc8_67page0_flat@Base 3.0.26 + marc8_67ptrs@Base 3.0.26 + marc8_70page0@Base 3.0.26 + marc8_70page0_flat@Base 3.0.26 + marc8_70ptrs@Base 3.0.26 + marc8r_31page0@Base 3.0.26 + marc8r_31page0_dir@Base 3.0.26 + marc8r_31page100@Base 3.0.26 + marc8r_31page100_flat@Base 3.0.26 + marc8r_31page101@Base 3.0.26 + marc8r_31page101_flat@Base 3.0.26 + marc8r_31page102@Base 3.0.26 + marc8r_31page102_flat@Base 3.0.26 + marc8r_31page103@Base 3.0.26 + marc8r_31page103_flat@Base 3.0.26 + marc8r_31page104@Base 3.0.26 + marc8r_31page104_flat@Base 3.0.26 + marc8r_31page105@Base 3.0.26 + marc8r_31page105_flat@Base 3.0.26 + marc8r_31page106@Base 3.0.26 + marc8r_31page106_flat@Base 3.0.26 + marc8r_31page107@Base 3.0.26 + marc8r_31page107_flat@Base 3.0.26 + marc8r_31page108@Base 3.0.26 + marc8r_31page108_flat@Base 3.0.26 + marc8r_31page109@Base 3.0.26 + marc8r_31page109_flat@Base 3.0.26 + marc8r_31page10@Base 3.0.26 + marc8r_31page10_flat@Base 3.0.26 + marc8r_31page110@Base 3.0.26 + marc8r_31page110_flat@Base 3.0.26 + marc8r_31page111@Base 3.0.26 + marc8r_31page111_flat@Base 3.0.26 + marc8r_31page112@Base 3.0.26 + marc8r_31page112_flat@Base 3.0.26 + marc8r_31page113@Base 3.0.26 + marc8r_31page113_flat@Base 3.0.26 + marc8r_31page114@Base 3.0.26 + marc8r_31page114_flat@Base 3.0.26 + marc8r_31page115@Base 3.0.26 + marc8r_31page115_flat@Base 3.0.26 + marc8r_31page116@Base 3.0.26 + marc8r_31page116_flat@Base 3.0.26 + marc8r_31page117@Base 3.0.26 + marc8r_31page117_flat@Base 3.0.26 + marc8r_31page118@Base 3.0.26 + marc8r_31page118_flat@Base 3.0.26 + marc8r_31page119@Base 3.0.26 + marc8r_31page119_flat@Base 3.0.26 + marc8r_31page11@Base 3.0.26 + marc8r_31page11_flat@Base 3.0.26 + marc8r_31page120@Base 3.0.26 + marc8r_31page120_flat@Base 3.0.26 + marc8r_31page121@Base 3.0.26 + marc8r_31page121_flat@Base 3.0.26 + marc8r_31page122@Base 3.0.26 + marc8r_31page122_flat@Base 3.0.26 + marc8r_31page123@Base 3.0.26 + marc8r_31page123_flat@Base 3.0.26 + marc8r_31page124@Base 3.0.26 + marc8r_31page124_flat@Base 3.0.26 + marc8r_31page125@Base 3.0.26 + marc8r_31page125_flat@Base 3.0.26 + marc8r_31page126@Base 3.0.26 + marc8r_31page126_flat@Base 3.0.26 + marc8r_31page127@Base 3.0.26 + marc8r_31page127_flat@Base 3.0.26 + marc8r_31page128@Base 3.0.26 + marc8r_31page128_flat@Base 3.0.26 + marc8r_31page129@Base 3.0.26 + marc8r_31page129_flat@Base 3.0.26 + marc8r_31page12@Base 3.0.26 + marc8r_31page12_flat@Base 3.0.26 + marc8r_31page130@Base 3.0.26 + marc8r_31page130_flat@Base 3.0.26 + marc8r_31page131@Base 3.0.26 + marc8r_31page131_flat@Base 3.0.26 + marc8r_31page132@Base 3.0.26 + marc8r_31page132_flat@Base 3.0.26 + marc8r_31page133@Base 3.0.26 + marc8r_31page133_flat@Base 3.0.26 + marc8r_31page134@Base 3.0.26 + marc8r_31page134_flat@Base 3.0.26 + marc8r_31page135@Base 3.0.26 + marc8r_31page135_flat@Base 3.0.26 + marc8r_31page136@Base 3.0.26 + marc8r_31page136_flat@Base 3.0.26 + marc8r_31page137@Base 3.0.26 + marc8r_31page137_flat@Base 3.0.26 + marc8r_31page138@Base 3.0.26 + marc8r_31page138_flat@Base 3.0.26 + marc8r_31page139@Base 3.0.26 + marc8r_31page139_flat@Base 3.0.26 + marc8r_31page13@Base 3.0.26 + marc8r_31page13_flat@Base 3.0.26 + marc8r_31page140@Base 3.0.26 + marc8r_31page140_flat@Base 3.0.26 + marc8r_31page141@Base 3.0.26 + marc8r_31page141_flat@Base 3.0.26 + marc8r_31page142@Base 3.0.26 + marc8r_31page142_dir@Base 3.0.26 + marc8r_31page143@Base 3.0.26 + marc8r_31page143_flat@Base 3.0.26 + marc8r_31page144@Base 3.0.26 + marc8r_31page144_flat@Base 3.0.26 + marc8r_31page145@Base 3.0.26 + marc8r_31page145_flat@Base 3.0.26 + marc8r_31page146@Base 3.0.26 + marc8r_31page146_flat@Base 3.0.26 + marc8r_31page147@Base 3.0.26 + marc8r_31page147_flat@Base 3.0.26 + marc8r_31page148@Base 3.0.26 + marc8r_31page148_flat@Base 3.0.26 + marc8r_31page149@Base 3.0.26 + marc8r_31page149_flat@Base 3.0.26 + marc8r_31page14@Base 3.0.26 + marc8r_31page14_flat@Base 3.0.26 + marc8r_31page150@Base 3.0.26 + marc8r_31page150_flat@Base 3.0.26 + marc8r_31page151@Base 3.0.26 + marc8r_31page151_flat@Base 3.0.26 + marc8r_31page152@Base 3.0.26 + marc8r_31page152_flat@Base 3.0.26 + marc8r_31page153@Base 3.0.26 + marc8r_31page153_flat@Base 3.0.26 + marc8r_31page154@Base 3.0.26 + marc8r_31page154_flat@Base 3.0.26 + marc8r_31page155@Base 3.0.26 + marc8r_31page155_flat@Base 3.0.26 + marc8r_31page156@Base 3.0.26 + marc8r_31page156_flat@Base 3.0.26 + marc8r_31page157@Base 3.0.26 + marc8r_31page157_flat@Base 3.0.26 + marc8r_31page158@Base 3.0.26 + marc8r_31page158_flat@Base 3.0.26 + marc8r_31page159@Base 3.0.26 + marc8r_31page159_flat@Base 3.0.26 + marc8r_31page15@Base 3.0.26 + marc8r_31page15_flat@Base 3.0.26 + marc8r_31page160@Base 3.0.26 + marc8r_31page160_flat@Base 3.0.26 + marc8r_31page161@Base 3.0.26 + marc8r_31page161_flat@Base 3.0.26 + marc8r_31page162@Base 3.0.26 + marc8r_31page162_flat@Base 3.0.26 + marc8r_31page163@Base 3.0.26 + marc8r_31page163_flat@Base 3.0.26 + marc8r_31page164@Base 3.0.26 + marc8r_31page164_flat@Base 3.0.26 + marc8r_31page165@Base 3.0.26 + marc8r_31page165_flat@Base 3.0.26 + marc8r_31page166@Base 3.0.26 + marc8r_31page166_flat@Base 3.0.26 + marc8r_31page167@Base 3.0.26 + marc8r_31page167_flat@Base 3.0.26 + marc8r_31page168@Base 3.0.26 + marc8r_31page168_flat@Base 3.0.26 + marc8r_31page169@Base 3.0.26 + marc8r_31page169_flat@Base 3.0.26 + marc8r_31page16@Base 3.0.26 + marc8r_31page16_flat@Base 3.0.26 + marc8r_31page170@Base 3.0.26 + marc8r_31page170_flat@Base 3.0.26 + marc8r_31page171@Base 3.0.26 + marc8r_31page171_flat@Base 3.0.26 + marc8r_31page172@Base 3.0.26 + marc8r_31page172_flat@Base 3.0.26 + marc8r_31page173@Base 3.0.26 + marc8r_31page173_flat@Base 3.0.26 + marc8r_31page174@Base 3.0.26 + marc8r_31page174_flat@Base 3.0.26 + marc8r_31page175@Base 3.0.26 + marc8r_31page175_flat@Base 3.0.26 + marc8r_31page176@Base 3.0.26 + marc8r_31page176_flat@Base 3.0.26 + marc8r_31page177@Base 3.0.26 + marc8r_31page177_flat@Base 3.0.26 + marc8r_31page178@Base 3.0.26 + marc8r_31page178_flat@Base 3.0.26 + marc8r_31page179@Base 3.0.26 + marc8r_31page179_flat@Base 3.0.26 + marc8r_31page17@Base 3.0.26 + marc8r_31page17_flat@Base 3.0.26 + marc8r_31page180@Base 3.0.26 + marc8r_31page180_flat@Base 3.0.26 + marc8r_31page181@Base 3.0.26 + marc8r_31page181_flat@Base 3.0.26 + marc8r_31page182@Base 3.0.26 + marc8r_31page182_dir@Base 3.0.26 + marc8r_31page183@Base 3.0.26 + marc8r_31page183_flat@Base 3.0.26 + marc8r_31page184@Base 3.0.26 + marc8r_31page184_flat@Base 3.0.26 + marc8r_31page185@Base 3.0.26 + marc8r_31page185_flat@Base 3.0.26 + marc8r_31page186@Base 3.0.26 + marc8r_31page186_flat@Base 3.0.26 + marc8r_31page187@Base 3.0.26 + marc8r_31page187_flat@Base 3.0.26 + marc8r_31page188@Base 3.0.26 + marc8r_31page188_flat@Base 3.0.26 + marc8r_31page189@Base 3.0.26 + marc8r_31page189_flat@Base 3.0.26 + marc8r_31page18@Base 3.0.26 + marc8r_31page18_flat@Base 3.0.26 + marc8r_31page190@Base 3.0.26 + marc8r_31page190_flat@Base 3.0.26 + marc8r_31page191@Base 3.0.26 + marc8r_31page191_flat@Base 3.0.26 + marc8r_31page192@Base 3.0.26 + marc8r_31page192_flat@Base 3.0.26 + marc8r_31page193@Base 3.0.26 + marc8r_31page193_flat@Base 3.0.26 + marc8r_31page194@Base 3.0.26 + marc8r_31page194_flat@Base 3.0.26 + marc8r_31page195@Base 3.0.26 + marc8r_31page195_flat@Base 3.0.26 + marc8r_31page196@Base 3.0.26 + marc8r_31page196_flat@Base 3.0.26 + marc8r_31page197@Base 3.0.26 + marc8r_31page197_flat@Base 3.0.26 + marc8r_31page198@Base 3.0.26 + marc8r_31page198_flat@Base 3.0.26 + marc8r_31page199@Base 3.0.26 + marc8r_31page199_flat@Base 3.0.26 + marc8r_31page19@Base 3.0.26 + marc8r_31page19_dir@Base 3.0.26 + marc8r_31page1@Base 3.0.26 + marc8r_31page1_dir@Base 3.0.26 + marc8r_31page200@Base 3.0.26 + marc8r_31page200_flat@Base 3.0.26 + marc8r_31page201@Base 3.0.26 + marc8r_31page201_flat@Base 3.0.26 + marc8r_31page202@Base 3.0.26 + marc8r_31page202_dir@Base 3.0.26 + marc8r_31page203@Base 3.0.26 + marc8r_31page203_dir@Base 3.0.26 + marc8r_31page204@Base 3.0.26 + marc8r_31page204_flat@Base 3.0.26 + marc8r_31page205@Base 3.0.26 + marc8r_31page205_flat@Base 3.0.26 + marc8r_31page206@Base 3.0.26 + marc8r_31page206_flat@Base 3.0.26 + marc8r_31page207@Base 3.0.26 + marc8r_31page207_flat@Base 3.0.26 + marc8r_31page208@Base 3.0.26 + marc8r_31page208_dir@Base 3.0.26 + marc8r_31page209@Base 3.0.26 + marc8r_31page209_flat@Base 3.0.26 + marc8r_31page20@Base 3.0.26 + marc8r_31page20_flat@Base 3.0.26 + marc8r_31page210@Base 3.0.26 + marc8r_31page210_flat@Base 3.0.26 + marc8r_31page211@Base 3.0.26 + marc8r_31page211_flat@Base 3.0.26 + marc8r_31page212@Base 3.0.26 + marc8r_31page212_flat@Base 3.0.26 + marc8r_31page213@Base 3.0.26 + marc8r_31page213_flat@Base 3.0.26 + marc8r_31page214@Base 3.0.26 + marc8r_31page214_flat@Base 3.0.26 + marc8r_31page215@Base 3.0.26 + marc8r_31page215_flat@Base 3.0.26 + marc8r_31page216@Base 3.0.26 + marc8r_31page216_flat@Base 3.0.26 + marc8r_31page217@Base 3.0.26 + marc8r_31page217_dir@Base 3.0.26 + marc8r_31page218@Base 3.0.26 + marc8r_31page218_flat@Base 3.0.26 + marc8r_31page219@Base 3.0.26 + marc8r_31page219_flat@Base 3.0.26 + marc8r_31page21@Base 3.0.26 + marc8r_31page21_dir@Base 3.0.26 + marc8r_31page220@Base 3.0.26 + marc8r_31page220_flat@Base 3.0.26 + marc8r_31page221@Base 3.0.26 + marc8r_31page221_flat@Base 3.0.26 + marc8r_31page222@Base 3.0.26 + marc8r_31page222_flat@Base 3.0.26 + marc8r_31page223@Base 3.0.26 + marc8r_31page223_flat@Base 3.0.26 + marc8r_31page224@Base 3.0.26 + marc8r_31page224_flat@Base 3.0.26 + marc8r_31page225@Base 3.0.26 + marc8r_31page225_flat@Base 3.0.26 + marc8r_31page226@Base 3.0.26 + marc8r_31page226_flat@Base 3.0.26 + marc8r_31page227@Base 3.0.26 + marc8r_31page227_flat@Base 3.0.26 + marc8r_31page228@Base 3.0.26 + marc8r_31page228_flat@Base 3.0.26 + marc8r_31page229@Base 3.0.26 + marc8r_31page229_flat@Base 3.0.26 + marc8r_31page22@Base 3.0.26 + marc8r_31page22_dir@Base 3.0.26 + marc8r_31page230@Base 3.0.26 + marc8r_31page230_flat@Base 3.0.26 + marc8r_31page231@Base 3.0.26 + marc8r_31page231_flat@Base 3.0.26 + marc8r_31page232@Base 3.0.26 + marc8r_31page232_flat@Base 3.0.26 + marc8r_31page233@Base 3.0.26 + marc8r_31page233_flat@Base 3.0.26 + marc8r_31page234@Base 3.0.26 + marc8r_31page234_flat@Base 3.0.26 + marc8r_31page235@Base 3.0.26 + marc8r_31page235_flat@Base 3.0.26 + marc8r_31page236@Base 3.0.26 + marc8r_31page236_flat@Base 3.0.26 + marc8r_31page237@Base 3.0.26 + marc8r_31page237_flat@Base 3.0.26 + marc8r_31page238@Base 3.0.26 + marc8r_31page238_flat@Base 3.0.26 + marc8r_31page239@Base 3.0.26 + marc8r_31page239_flat@Base 3.0.26 + marc8r_31page23@Base 3.0.26 + marc8r_31page23_flat@Base 3.0.26 + marc8r_31page240@Base 3.0.26 + marc8r_31page240_flat@Base 3.0.26 + marc8r_31page241@Base 3.0.26 + marc8r_31page241_flat@Base 3.0.26 + marc8r_31page242@Base 3.0.26 + marc8r_31page242_flat@Base 3.0.26 + marc8r_31page243@Base 3.0.26 + marc8r_31page243_flat@Base 3.0.26 + marc8r_31page244@Base 3.0.26 + marc8r_31page244_flat@Base 3.0.26 + marc8r_31page245@Base 3.0.26 + marc8r_31page245_flat@Base 3.0.26 + marc8r_31page246@Base 3.0.26 + marc8r_31page246_flat@Base 3.0.26 + marc8r_31page247@Base 3.0.26 + marc8r_31page247_flat@Base 3.0.26 + marc8r_31page248@Base 3.0.26 + marc8r_31page248_flat@Base 3.0.26 + marc8r_31page249@Base 3.0.26 + marc8r_31page249_flat@Base 3.0.26 + marc8r_31page24@Base 3.0.26 + marc8r_31page24_flat@Base 3.0.26 + marc8r_31page250@Base 3.0.26 + marc8r_31page250_flat@Base 3.0.26 + marc8r_31page251@Base 3.0.26 + marc8r_31page251_flat@Base 3.0.26 + marc8r_31page252@Base 3.0.26 + marc8r_31page252_flat@Base 3.0.26 + marc8r_31page253@Base 3.0.26 + marc8r_31page253_flat@Base 3.0.26 + marc8r_31page254@Base 3.0.26 + marc8r_31page254_flat@Base 3.0.26 + marc8r_31page255@Base 3.0.26 + marc8r_31page255_flat@Base 3.0.26 + marc8r_31page256@Base 3.0.26 + marc8r_31page256_dir@Base 3.0.26 + marc8r_31page257@Base 3.0.26 + marc8r_31page257_flat@Base 3.0.26 + marc8r_31page258@Base 3.0.26 + marc8r_31page258_flat@Base 3.0.26 + marc8r_31page259@Base 3.0.26 + marc8r_31page259_dir@Base 3.0.26 + marc8r_31page25@Base 3.0.26 + marc8r_31page25_flat@Base 3.0.26 + marc8r_31page260@Base 3.0.26 + marc8r_31page260_flat@Base 3.0.26 + marc8r_31page261@Base 3.0.26 + marc8r_31page261_flat@Base 3.0.26 + marc8r_31page262@Base 3.0.26 + marc8r_31page262_flat@Base 3.0.26 + marc8r_31page263@Base 3.0.26 + marc8r_31page263_flat@Base 3.0.26 + marc8r_31page264@Base 3.0.26 + marc8r_31page264_flat@Base 3.0.26 + marc8r_31page265@Base 3.0.26 + marc8r_31page265_flat@Base 3.0.26 + marc8r_31page266@Base 3.0.26 + marc8r_31page266_flat@Base 3.0.26 + marc8r_31page267@Base 3.0.26 + marc8r_31page267_flat@Base 3.0.26 + marc8r_31page268@Base 3.0.26 + marc8r_31page268_flat@Base 3.0.26 + marc8r_31page269@Base 3.0.26 + marc8r_31page269_flat@Base 3.0.26 + marc8r_31page26@Base 3.0.26 + marc8r_31page26_flat@Base 3.0.26 + marc8r_31page270@Base 3.0.26 + marc8r_31page270_flat@Base 3.0.26 + marc8r_31page271@Base 3.0.26 + marc8r_31page271_dir@Base 3.0.26 + marc8r_31page272@Base 3.0.26 + marc8r_31page272_flat@Base 3.0.26 + marc8r_31page273@Base 3.0.26 + marc8r_31page273_flat@Base 3.0.26 + marc8r_31page274@Base 3.0.26 + marc8r_31page274_flat@Base 3.0.26 + marc8r_31page275@Base 3.0.26 + marc8r_31page275_flat@Base 3.0.26 + marc8r_31page276@Base 3.0.26 + marc8r_31page276_flat@Base 3.0.26 + marc8r_31page277@Base 3.0.26 + marc8r_31page277_flat@Base 3.0.26 + marc8r_31page278@Base 3.0.26 + marc8r_31page278_flat@Base 3.0.26 + marc8r_31page279@Base 3.0.26 + marc8r_31page279_flat@Base 3.0.26 + marc8r_31page27@Base 3.0.26 + marc8r_31page27_flat@Base 3.0.26 + marc8r_31page280@Base 3.0.26 + marc8r_31page280_flat@Base 3.0.26 + marc8r_31page281@Base 3.0.26 + marc8r_31page281_flat@Base 3.0.26 + marc8r_31page282@Base 3.0.26 + marc8r_31page282_flat@Base 3.0.26 + marc8r_31page283@Base 3.0.26 + marc8r_31page283_flat@Base 3.0.26 + marc8r_31page284@Base 3.0.26 + marc8r_31page284_flat@Base 3.0.26 + marc8r_31page285@Base 3.0.26 + marc8r_31page285_flat@Base 3.0.26 + marc8r_31page286@Base 3.0.26 + marc8r_31page286_flat@Base 3.0.26 + marc8r_31page287@Base 3.0.26 + marc8r_31page287_flat@Base 3.0.26 + marc8r_31page288@Base 3.0.26 + marc8r_31page288_flat@Base 3.0.26 + marc8r_31page289@Base 3.0.26 + marc8r_31page289_flat@Base 3.0.26 + marc8r_31page28@Base 3.0.26 + marc8r_31page28_dir@Base 3.0.26 + marc8r_31page290@Base 3.0.26 + marc8r_31page290_flat@Base 3.0.26 + marc8r_31page291@Base 3.0.26 + marc8r_31page291_flat@Base 3.0.26 + marc8r_31page292@Base 3.0.26 + marc8r_31page292_flat@Base 3.0.26 + marc8r_31page293@Base 3.0.26 + marc8r_31page293_flat@Base 3.0.26 + marc8r_31page294@Base 3.0.26 + marc8r_31page294_flat@Base 3.0.26 + marc8r_31page295@Base 3.0.26 + marc8r_31page295_flat@Base 3.0.26 + marc8r_31page296@Base 3.0.26 + marc8r_31page296_flat@Base 3.0.26 + marc8r_31page297@Base 3.0.26 + marc8r_31page297_flat@Base 3.0.26 + marc8r_31page298@Base 3.0.26 + marc8r_31page298_flat@Base 3.0.26 + marc8r_31page299@Base 3.0.26 + marc8r_31page299_flat@Base 3.0.26 + marc8r_31page29@Base 3.0.26 + marc8r_31page29_flat@Base 3.0.26 + marc8r_31page2@Base 3.0.26 + marc8r_31page2_dir@Base 3.0.26 + marc8r_31page300@Base 3.0.26 + marc8r_31page300_flat@Base 3.0.26 + marc8r_31page301@Base 3.0.26 + marc8r_31page301_flat@Base 3.0.26 + marc8r_31page302@Base 3.0.26 + marc8r_31page302_flat@Base 3.0.26 + marc8r_31page303@Base 3.0.26 + marc8r_31page303_flat@Base 3.0.26 + marc8r_31page304@Base 3.0.26 + marc8r_31page304_flat@Base 3.0.26 + marc8r_31page305@Base 3.0.26 + marc8r_31page305_flat@Base 3.0.26 + marc8r_31page306@Base 3.0.26 + marc8r_31page306_flat@Base 3.0.26 + marc8r_31page307@Base 3.0.26 + marc8r_31page307_flat@Base 3.0.26 + marc8r_31page308@Base 3.0.26 + marc8r_31page308_flat@Base 3.0.26 + marc8r_31page309@Base 3.0.26 + marc8r_31page309_flat@Base 3.0.26 + marc8r_31page30@Base 3.0.26 + marc8r_31page30_dir@Base 3.0.26 + marc8r_31page310@Base 3.0.26 + marc8r_31page310_flat@Base 3.0.26 + marc8r_31page311@Base 3.0.26 + marc8r_31page311_flat@Base 3.0.26 + marc8r_31page312@Base 3.0.26 + marc8r_31page312_flat@Base 3.0.26 + marc8r_31page313@Base 3.0.26 + marc8r_31page313_flat@Base 3.0.26 + marc8r_31page314@Base 3.0.26 + marc8r_31page314_flat@Base 3.0.26 + marc8r_31page315@Base 3.0.26 + marc8r_31page315_flat@Base 3.0.26 + marc8r_31page316@Base 3.0.26 + marc8r_31page316_flat@Base 3.0.26 + marc8r_31page317@Base 3.0.26 + marc8r_31page317_flat@Base 3.0.26 + marc8r_31page318@Base 3.0.26 + marc8r_31page318_flat@Base 3.0.26 + marc8r_31page319@Base 3.0.26 + marc8r_31page319_flat@Base 3.0.26 + marc8r_31page31@Base 3.0.26 + marc8r_31page31_flat@Base 3.0.26 + marc8r_31page320@Base 3.0.26 + marc8r_31page320_flat@Base 3.0.26 + marc8r_31page321@Base 3.0.26 + marc8r_31page321_flat@Base 3.0.26 + marc8r_31page322@Base 3.0.26 + marc8r_31page322_flat@Base 3.0.26 + marc8r_31page323@Base 3.0.26 + marc8r_31page323_flat@Base 3.0.26 + marc8r_31page324@Base 3.0.26 + marc8r_31page324_flat@Base 3.0.26 + marc8r_31page325@Base 3.0.26 + marc8r_31page325_flat@Base 3.0.26 + marc8r_31page326@Base 3.0.26 + marc8r_31page326_flat@Base 3.0.26 + marc8r_31page327@Base 3.0.26 + marc8r_31page327_flat@Base 3.0.26 + marc8r_31page328@Base 3.0.26 + marc8r_31page328_flat@Base 3.0.26 + marc8r_31page329@Base 3.0.26 + marc8r_31page329_flat@Base 3.0.26 + marc8r_31page32@Base 3.0.26 + marc8r_31page32_flat@Base 3.0.26 + marc8r_31page330@Base 3.0.26 + marc8r_31page330_dir@Base 3.0.26 + marc8r_31page331@Base 3.0.26 + marc8r_31page331_dir@Base 3.0.26 + marc8r_31page332@Base 3.0.26 + marc8r_31page332_dir@Base 3.0.26 + marc8r_31page333@Base 3.0.26 + marc8r_31page333_dir@Base 3.0.26 + marc8r_31page334@Base 3.0.26 + marc8r_31page334_dir@Base 3.0.26 + marc8r_31page335@Base 3.0.26 + marc8r_31page335_flat@Base 3.0.26 + marc8r_31page336@Base 3.0.26 + marc8r_31page336_flat@Base 3.0.26 + marc8r_31page337@Base 3.0.26 + marc8r_31page337_flat@Base 3.0.26 + marc8r_31page338@Base 3.0.26 + marc8r_31page338_flat@Base 3.0.26 + marc8r_31page339@Base 3.0.26 + marc8r_31page339_dir@Base 3.0.26 + marc8r_31page33@Base 3.0.26 + marc8r_31page33_flat@Base 3.0.26 + marc8r_31page340@Base 3.0.26 + marc8r_31page340_dir@Base 3.0.26 + marc8r_31page341@Base 3.0.26 + marc8r_31page341_dir@Base 3.0.26 + marc8r_31page342@Base 3.0.26 + marc8r_31page342_flat@Base 3.0.26 + marc8r_31page343@Base 3.0.26 + marc8r_31page343_flat@Base 3.0.26 + marc8r_31page344@Base 3.0.26 + marc8r_31page344_dir@Base 3.0.26 + marc8r_31page345@Base 3.0.26 + marc8r_31page345_flat@Base 3.0.26 + marc8r_31page346@Base 3.0.26 + marc8r_31page346_flat@Base 3.0.26 + marc8r_31page347@Base 3.0.26 + marc8r_31page347_flat@Base 3.0.26 + marc8r_31page348@Base 3.0.26 + marc8r_31page348_flat@Base 3.0.26 + marc8r_31page349@Base 3.0.26 + marc8r_31page349_flat@Base 3.0.26 + marc8r_31page34@Base 3.0.26 + marc8r_31page34_flat@Base 3.0.26 + marc8r_31page350@Base 3.0.26 + marc8r_31page350_flat@Base 3.0.26 + marc8r_31page351@Base 3.0.26 + marc8r_31page351_flat@Base 3.0.26 + marc8r_31page352@Base 3.0.26 + marc8r_31page352_flat@Base 3.0.26 + marc8r_31page353@Base 3.0.26 + marc8r_31page353_flat@Base 3.0.26 + marc8r_31page354@Base 3.0.26 + marc8r_31page354_flat@Base 3.0.26 + marc8r_31page355@Base 3.0.26 + marc8r_31page355_flat@Base 3.0.26 + marc8r_31page356@Base 3.0.26 + marc8r_31page356_flat@Base 3.0.26 + marc8r_31page357@Base 3.0.26 + marc8r_31page357_flat@Base 3.0.26 + marc8r_31page358@Base 3.0.26 + marc8r_31page358_flat@Base 3.0.26 + marc8r_31page359@Base 3.0.26 + marc8r_31page359_flat@Base 3.0.26 + marc8r_31page35@Base 3.0.26 + marc8r_31page35_flat@Base 3.0.26 + marc8r_31page360@Base 3.0.26 + marc8r_31page360_flat@Base 3.0.26 + marc8r_31page361@Base 3.0.26 + marc8r_31page361_dir@Base 3.0.26 + marc8r_31page362@Base 3.0.26 + marc8r_31page362_flat@Base 3.0.26 + marc8r_31page363@Base 3.0.26 + marc8r_31page363_flat@Base 3.0.26 + marc8r_31page364@Base 3.0.26 + marc8r_31page364_flat@Base 3.0.26 + marc8r_31page365@Base 3.0.26 + marc8r_31page365_flat@Base 3.0.26 + marc8r_31page366@Base 3.0.26 + marc8r_31page366_flat@Base 3.0.26 + marc8r_31page367@Base 3.0.26 + marc8r_31page367_flat@Base 3.0.26 + marc8r_31page368@Base 3.0.26 + marc8r_31page368_flat@Base 3.0.26 + marc8r_31page369@Base 3.0.26 + marc8r_31page369_flat@Base 3.0.26 + marc8r_31page36@Base 3.0.26 + marc8r_31page36_flat@Base 3.0.26 + marc8r_31page370@Base 3.0.26 + marc8r_31page370_flat@Base 3.0.26 + marc8r_31page371@Base 3.0.26 + marc8r_31page371_flat@Base 3.0.26 + marc8r_31page372@Base 3.0.26 + marc8r_31page372_flat@Base 3.0.26 + marc8r_31page373@Base 3.0.26 + marc8r_31page373_flat@Base 3.0.26 + marc8r_31page374@Base 3.0.26 + marc8r_31page374_flat@Base 3.0.26 + marc8r_31page375@Base 3.0.26 + marc8r_31page375_flat@Base 3.0.26 + marc8r_31page376@Base 3.0.26 + marc8r_31page376_flat@Base 3.0.26 + marc8r_31page377@Base 3.0.26 + marc8r_31page377_flat@Base 3.0.26 + marc8r_31page378@Base 3.0.26 + marc8r_31page378_flat@Base 3.0.26 + marc8r_31page379@Base 3.0.26 + marc8r_31page379_flat@Base 3.0.26 + marc8r_31page37@Base 3.0.26 + marc8r_31page37_flat@Base 3.0.26 + marc8r_31page380@Base 3.0.26 + marc8r_31page380_flat@Base 3.0.26 + marc8r_31page381@Base 3.0.26 + marc8r_31page381_flat@Base 3.0.26 + marc8r_31page382@Base 3.0.26 + marc8r_31page382_flat@Base 3.0.26 + marc8r_31page383@Base 3.0.26 + marc8r_31page383_flat@Base 3.0.26 + marc8r_31page384@Base 3.0.26 + marc8r_31page384_flat@Base 3.0.26 + marc8r_31page385@Base 3.0.26 + marc8r_31page385_flat@Base 3.0.26 + marc8r_31page386@Base 3.0.26 + marc8r_31page386_flat@Base 3.0.26 + marc8r_31page387@Base 3.0.26 + marc8r_31page387_flat@Base 3.0.26 + marc8r_31page388@Base 3.0.26 + marc8r_31page388_flat@Base 3.0.26 + marc8r_31page389@Base 3.0.26 + marc8r_31page389_flat@Base 3.0.26 + marc8r_31page38@Base 3.0.26 + marc8r_31page38_flat@Base 3.0.26 + marc8r_31page390@Base 3.0.26 + marc8r_31page390_flat@Base 3.0.26 + marc8r_31page391@Base 3.0.26 + marc8r_31page391_flat@Base 3.0.26 + marc8r_31page392@Base 3.0.26 + marc8r_31page392_flat@Base 3.0.26 + marc8r_31page393@Base 3.0.26 + marc8r_31page393_flat@Base 3.0.26 + marc8r_31page394@Base 3.0.26 + marc8r_31page394_flat@Base 3.0.26 + marc8r_31page395@Base 3.0.26 + marc8r_31page395_flat@Base 3.0.26 + marc8r_31page396@Base 3.0.26 + marc8r_31page396_flat@Base 3.0.26 + marc8r_31page397@Base 3.0.26 + marc8r_31page397_flat@Base 3.0.26 + marc8r_31page398@Base 3.0.26 + marc8r_31page398_flat@Base 3.0.26 + marc8r_31page399@Base 3.0.26 + marc8r_31page399_flat@Base 3.0.26 + marc8r_31page39@Base 3.0.26 + marc8r_31page39_flat@Base 3.0.26 + marc8r_31page3@Base 3.0.26 + marc8r_31page3_dir@Base 3.0.26 + marc8r_31page400@Base 3.0.26 + marc8r_31page400_flat@Base 3.0.26 + marc8r_31page401@Base 3.0.26 + marc8r_31page401_flat@Base 3.0.26 + marc8r_31page402@Base 3.0.26 + marc8r_31page402_flat@Base 3.0.26 + marc8r_31page403@Base 3.0.26 + marc8r_31page403_flat@Base 3.0.26 + marc8r_31page404@Base 3.0.26 + marc8r_31page404_flat@Base 3.0.26 + marc8r_31page405@Base 3.0.26 + marc8r_31page405_flat@Base 3.0.26 + marc8r_31page406@Base 3.0.26 + marc8r_31page406_flat@Base 3.0.26 + marc8r_31page407@Base 3.0.26 + marc8r_31page407_flat@Base 3.0.26 + marc8r_31page408@Base 3.0.26 + marc8r_31page408_flat@Base 3.0.26 + marc8r_31page409@Base 3.0.26 + marc8r_31page409_flat@Base 3.0.26 + marc8r_31page40@Base 3.0.26 + marc8r_31page40_flat@Base 3.0.26 + marc8r_31page410@Base 3.0.26 + marc8r_31page410_flat@Base 3.0.26 + marc8r_31page411@Base 3.0.26 + marc8r_31page411_flat@Base 3.0.26 + marc8r_31page412@Base 3.0.26 + marc8r_31page412_flat@Base 3.0.26 + marc8r_31page413@Base 3.0.26 + marc8r_31page413_flat@Base 3.0.26 + marc8r_31page414@Base 3.0.26 + marc8r_31page414_flat@Base 3.0.26 + marc8r_31page415@Base 3.0.26 + marc8r_31page415_flat@Base 3.0.26 + marc8r_31page416@Base 3.0.26 + marc8r_31page416_flat@Base 3.0.26 + marc8r_31page417@Base 3.0.26 + marc8r_31page417_flat@Base 3.0.26 + marc8r_31page418@Base 3.0.26 + marc8r_31page418_flat@Base 3.0.26 + marc8r_31page419@Base 3.0.26 + marc8r_31page419_flat@Base 3.0.26 + marc8r_31page41@Base 3.0.26 + marc8r_31page41_flat@Base 3.0.26 + marc8r_31page420@Base 3.0.26 + marc8r_31page420_flat@Base 3.0.26 + marc8r_31page421@Base 3.0.26 + marc8r_31page421_flat@Base 3.0.26 + marc8r_31page422@Base 3.0.26 + marc8r_31page422_flat@Base 3.0.26 + marc8r_31page423@Base 3.0.26 + marc8r_31page423_flat@Base 3.0.26 + marc8r_31page424@Base 3.0.26 + marc8r_31page424_flat@Base 3.0.26 + marc8r_31page425@Base 3.0.26 + marc8r_31page425_flat@Base 3.0.26 + marc8r_31page426@Base 3.0.26 + marc8r_31page426_dir@Base 3.0.26 + marc8r_31page427@Base 3.0.26 + marc8r_31page427_flat@Base 3.0.26 + marc8r_31page428@Base 3.0.26 + marc8r_31page428_flat@Base 3.0.26 + marc8r_31page429@Base 3.0.26 + marc8r_31page429_flat@Base 3.0.26 + marc8r_31page42@Base 3.0.26 + marc8r_31page42_flat@Base 3.0.26 + marc8r_31page430@Base 3.0.26 + marc8r_31page430_flat@Base 3.0.26 + marc8r_31page431@Base 3.0.26 + marc8r_31page431_flat@Base 3.0.26 + marc8r_31page432@Base 3.0.26 + marc8r_31page432_flat@Base 3.0.26 + marc8r_31page433@Base 3.0.26 + marc8r_31page433_flat@Base 3.0.26 + marc8r_31page434@Base 3.0.26 + marc8r_31page434_flat@Base 3.0.26 + marc8r_31page435@Base 3.0.26 + marc8r_31page435_flat@Base 3.0.26 + marc8r_31page436@Base 3.0.26 + marc8r_31page436_flat@Base 3.0.26 + marc8r_31page437@Base 3.0.26 + marc8r_31page437_flat@Base 3.0.26 + marc8r_31page438@Base 3.0.26 + marc8r_31page438_flat@Base 3.0.26 + marc8r_31page439@Base 3.0.26 + marc8r_31page439_flat@Base 3.0.26 + marc8r_31page43@Base 3.0.26 + marc8r_31page43_flat@Base 3.0.26 + marc8r_31page440@Base 3.0.26 + marc8r_31page440_flat@Base 3.0.26 + marc8r_31page441@Base 3.0.26 + marc8r_31page441_flat@Base 3.0.26 + marc8r_31page442@Base 3.0.26 + marc8r_31page442_flat@Base 3.0.26 + marc8r_31page443@Base 3.0.26 + marc8r_31page443_flat@Base 3.0.26 + marc8r_31page444@Base 3.0.26 + marc8r_31page444_flat@Base 3.0.26 + marc8r_31page445@Base 3.0.26 + marc8r_31page445_flat@Base 3.0.26 + marc8r_31page446@Base 3.0.26 + marc8r_31page446_flat@Base 3.0.26 + marc8r_31page447@Base 3.0.26 + marc8r_31page447_flat@Base 3.0.26 + marc8r_31page448@Base 3.0.26 + marc8r_31page448_flat@Base 3.0.26 + marc8r_31page449@Base 3.0.26 + marc8r_31page449_flat@Base 3.0.26 + marc8r_31page44@Base 3.0.26 + marc8r_31page44_flat@Base 3.0.26 + marc8r_31page450@Base 3.0.26 + marc8r_31page450_flat@Base 3.0.26 + marc8r_31page451@Base 3.0.26 + marc8r_31page451_flat@Base 3.0.26 + marc8r_31page452@Base 3.0.26 + marc8r_31page452_flat@Base 3.0.26 + marc8r_31page453@Base 3.0.26 + marc8r_31page453_flat@Base 3.0.26 + marc8r_31page454@Base 3.0.26 + marc8r_31page454_flat@Base 3.0.26 + marc8r_31page455@Base 3.0.26 + marc8r_31page455_flat@Base 3.0.26 + marc8r_31page456@Base 3.0.26 + marc8r_31page456_flat@Base 3.0.26 + marc8r_31page457@Base 3.0.26 + marc8r_31page457_flat@Base 3.0.26 + marc8r_31page458@Base 3.0.26 + marc8r_31page458_flat@Base 3.0.26 + marc8r_31page459@Base 3.0.26 + marc8r_31page459_flat@Base 3.0.26 + marc8r_31page45@Base 3.0.26 + marc8r_31page45_flat@Base 3.0.26 + marc8r_31page460@Base 3.0.26 + marc8r_31page460_flat@Base 3.0.26 + marc8r_31page461@Base 3.0.26 + marc8r_31page461_flat@Base 3.0.26 + marc8r_31page462@Base 3.0.26 + marc8r_31page462_flat@Base 3.0.26 + marc8r_31page463@Base 3.0.26 + marc8r_31page463_flat@Base 3.0.26 + marc8r_31page464@Base 3.0.26 + marc8r_31page464_flat@Base 3.0.26 + marc8r_31page465@Base 3.0.26 + marc8r_31page465_flat@Base 3.0.26 + marc8r_31page466@Base 3.0.26 + marc8r_31page466_flat@Base 3.0.26 + marc8r_31page467@Base 3.0.26 + marc8r_31page467_flat@Base 3.0.26 + marc8r_31page468@Base 3.0.26 + marc8r_31page468_flat@Base 3.0.26 + marc8r_31page469@Base 3.0.26 + marc8r_31page469_flat@Base 3.0.26 + marc8r_31page46@Base 3.0.26 + marc8r_31page46_flat@Base 3.0.26 + marc8r_31page470@Base 3.0.26 + marc8r_31page470_flat@Base 3.0.26 + marc8r_31page471@Base 3.0.26 + marc8r_31page471_flat@Base 3.0.26 + marc8r_31page472@Base 3.0.26 + marc8r_31page472_flat@Base 3.0.26 + marc8r_31page473@Base 3.0.26 + marc8r_31page473_flat@Base 3.0.26 + marc8r_31page474@Base 3.0.26 + marc8r_31page474_flat@Base 3.0.26 + marc8r_31page475@Base 3.0.26 + marc8r_31page475_flat@Base 3.0.26 + marc8r_31page476@Base 3.0.26 + marc8r_31page476_flat@Base 3.0.26 + marc8r_31page477@Base 3.0.26 + marc8r_31page477_flat@Base 3.0.26 + marc8r_31page478@Base 3.0.26 + marc8r_31page478_flat@Base 3.0.26 + marc8r_31page479@Base 3.0.26 + marc8r_31page479_flat@Base 3.0.26 + marc8r_31page47@Base 3.0.26 + marc8r_31page47_flat@Base 3.0.26 + marc8r_31page480@Base 3.0.26 + marc8r_31page480_flat@Base 3.0.26 + marc8r_31page481@Base 3.0.26 + marc8r_31page481_flat@Base 3.0.26 + marc8r_31page482@Base 3.0.26 + marc8r_31page482_flat@Base 3.0.26 + marc8r_31page483@Base 3.0.26 + marc8r_31page483_flat@Base 3.0.26 + marc8r_31page484@Base 3.0.26 + marc8r_31page484_flat@Base 3.0.26 + marc8r_31page485@Base 3.0.26 + marc8r_31page485_flat@Base 3.0.26 + marc8r_31page486@Base 3.0.26 + marc8r_31page486_flat@Base 3.0.26 + marc8r_31page487@Base 3.0.26 + marc8r_31page487_flat@Base 3.0.26 + marc8r_31page488@Base 3.0.26 + marc8r_31page488_flat@Base 3.0.26 + marc8r_31page489@Base 3.0.26 + marc8r_31page489_flat@Base 3.0.26 + marc8r_31page48@Base 3.0.26 + marc8r_31page48_flat@Base 3.0.26 + marc8r_31page490@Base 3.0.26 + marc8r_31page490_dir@Base 3.0.26 + marc8r_31page491@Base 3.0.26 + marc8r_31page491_flat@Base 3.0.26 + marc8r_31page492@Base 3.0.26 + marc8r_31page492_flat@Base 3.0.26 + marc8r_31page493@Base 3.0.26 + marc8r_31page493_flat@Base 3.0.26 + marc8r_31page494@Base 3.0.26 + marc8r_31page494_flat@Base 3.0.26 + marc8r_31page495@Base 3.0.26 + marc8r_31page495_flat@Base 3.0.26 + marc8r_31page496@Base 3.0.26 + marc8r_31page496_flat@Base 3.0.26 + marc8r_31page497@Base 3.0.26 + marc8r_31page497_flat@Base 3.0.26 + marc8r_31page498@Base 3.0.26 + marc8r_31page498_flat@Base 3.0.26 + marc8r_31page499@Base 3.0.26 + marc8r_31page499_flat@Base 3.0.26 + marc8r_31page49@Base 3.0.26 + marc8r_31page49_flat@Base 3.0.26 + marc8r_31page4@Base 3.0.26 + marc8r_31page4_flat@Base 3.0.26 + marc8r_31page500@Base 3.0.26 + marc8r_31page500_flat@Base 3.0.26 + marc8r_31page501@Base 3.0.26 + marc8r_31page501_flat@Base 3.0.26 + marc8r_31page502@Base 3.0.26 + marc8r_31page502_flat@Base 3.0.26 + marc8r_31page503@Base 3.0.26 + marc8r_31page503_flat@Base 3.0.26 + marc8r_31page504@Base 3.0.26 + marc8r_31page504_flat@Base 3.0.26 + marc8r_31page505@Base 3.0.26 + marc8r_31page505_flat@Base 3.0.26 + marc8r_31page506@Base 3.0.26 + marc8r_31page506_flat@Base 3.0.26 + marc8r_31page507@Base 3.0.26 + marc8r_31page507_flat@Base 3.0.26 + marc8r_31page508@Base 3.0.26 + marc8r_31page508_flat@Base 3.0.26 + marc8r_31page509@Base 3.0.26 + marc8r_31page509_flat@Base 3.0.26 + marc8r_31page50@Base 3.0.26 + marc8r_31page50_flat@Base 3.0.26 + marc8r_31page510@Base 3.0.26 + marc8r_31page510_flat@Base 3.0.26 + marc8r_31page511@Base 3.0.26 + marc8r_31page511_flat@Base 3.0.26 + marc8r_31page512@Base 3.0.26 + marc8r_31page512_flat@Base 3.0.26 + marc8r_31page513@Base 3.0.26 + marc8r_31page513_flat@Base 3.0.26 + marc8r_31page514@Base 3.0.26 + marc8r_31page514_flat@Base 3.0.26 + marc8r_31page515@Base 3.0.26 + marc8r_31page515_flat@Base 3.0.26 + marc8r_31page516@Base 3.0.26 + marc8r_31page516_flat@Base 3.0.26 + marc8r_31page517@Base 3.0.26 + marc8r_31page517_flat@Base 3.0.26 + marc8r_31page518@Base 3.0.26 + marc8r_31page518_flat@Base 3.0.26 + marc8r_31page519@Base 3.0.26 + marc8r_31page519_flat@Base 3.0.26 + marc8r_31page51@Base 3.0.26 + marc8r_31page51_flat@Base 3.0.26 + marc8r_31page520@Base 3.0.26 + marc8r_31page520_flat@Base 3.0.26 + marc8r_31page521@Base 3.0.26 + marc8r_31page521_flat@Base 3.0.26 + marc8r_31page522@Base 3.0.26 + marc8r_31page522_flat@Base 3.0.26 + marc8r_31page523@Base 3.0.26 + marc8r_31page523_dir@Base 3.0.26 + marc8r_31page524@Base 3.0.26 + marc8r_31page524_flat@Base 3.0.26 + marc8r_31page525@Base 3.0.26 + marc8r_31page525_flat@Base 3.0.26 + marc8r_31page526@Base 3.0.26 + marc8r_31page526_flat@Base 3.0.26 + marc8r_31page52@Base 3.0.26 + marc8r_31page52_flat@Base 3.0.26 + marc8r_31page53@Base 3.0.26 + marc8r_31page53_flat@Base 3.0.26 + marc8r_31page54@Base 3.0.26 + marc8r_31page54_flat@Base 3.0.26 + marc8r_31page55@Base 3.0.26 + marc8r_31page55_flat@Base 3.0.26 + marc8r_31page56@Base 3.0.26 + marc8r_31page56_flat@Base 3.0.26 + marc8r_31page57@Base 3.0.26 + marc8r_31page57_flat@Base 3.0.26 + marc8r_31page58@Base 3.0.26 + marc8r_31page58_flat@Base 3.0.26 + marc8r_31page59@Base 3.0.26 + marc8r_31page59_flat@Base 3.0.26 + marc8r_31page5@Base 3.0.26 + marc8r_31page5_flat@Base 3.0.26 + marc8r_31page60@Base 3.0.26 + marc8r_31page60_flat@Base 3.0.26 + marc8r_31page61@Base 3.0.26 + marc8r_31page61_flat@Base 3.0.26 + marc8r_31page62@Base 3.0.26 + marc8r_31page62_flat@Base 3.0.26 + marc8r_31page63@Base 3.0.26 + marc8r_31page63_flat@Base 3.0.26 + marc8r_31page64@Base 3.0.26 + marc8r_31page64_flat@Base 3.0.26 + marc8r_31page65@Base 3.0.26 + marc8r_31page65_flat@Base 3.0.26 + marc8r_31page66@Base 3.0.26 + marc8r_31page66_flat@Base 3.0.26 + marc8r_31page67@Base 3.0.26 + marc8r_31page67_flat@Base 3.0.26 + marc8r_31page68@Base 3.0.26 + marc8r_31page68_flat@Base 3.0.26 + marc8r_31page69@Base 3.0.26 + marc8r_31page69_flat@Base 3.0.26 + marc8r_31page6@Base 3.0.26 + marc8r_31page6_flat@Base 3.0.26 + marc8r_31page70@Base 3.0.26 + marc8r_31page70_flat@Base 3.0.26 + marc8r_31page71@Base 3.0.26 + marc8r_31page71_flat@Base 3.0.26 + marc8r_31page72@Base 3.0.26 + marc8r_31page72_flat@Base 3.0.26 + marc8r_31page73@Base 3.0.26 + marc8r_31page73_dir@Base 3.0.26 + marc8r_31page74@Base 3.0.26 + marc8r_31page74_flat@Base 3.0.26 + marc8r_31page75@Base 3.0.26 + marc8r_31page75_flat@Base 3.0.26 + marc8r_31page76@Base 3.0.26 + marc8r_31page76_flat@Base 3.0.26 + marc8r_31page77@Base 3.0.26 + marc8r_31page77_flat@Base 3.0.26 + marc8r_31page78@Base 3.0.26 + marc8r_31page78_flat@Base 3.0.26 + marc8r_31page79@Base 3.0.26 + marc8r_31page79_flat@Base 3.0.26 + marc8r_31page7@Base 3.0.26 + marc8r_31page7_flat@Base 3.0.26 + marc8r_31page80@Base 3.0.26 + marc8r_31page80_flat@Base 3.0.26 + marc8r_31page81@Base 3.0.26 + marc8r_31page81_flat@Base 3.0.26 + marc8r_31page82@Base 3.0.26 + marc8r_31page82_flat@Base 3.0.26 + marc8r_31page83@Base 3.0.26 + marc8r_31page83_flat@Base 3.0.26 + marc8r_31page84@Base 3.0.26 + marc8r_31page84_flat@Base 3.0.26 + marc8r_31page85@Base 3.0.26 + marc8r_31page85_flat@Base 3.0.26 + marc8r_31page86@Base 3.0.26 + marc8r_31page86_flat@Base 3.0.26 + marc8r_31page87@Base 3.0.26 + marc8r_31page87_flat@Base 3.0.26 + marc8r_31page88@Base 3.0.26 + marc8r_31page88_flat@Base 3.0.26 + marc8r_31page89@Base 3.0.26 + marc8r_31page89_flat@Base 3.0.26 + marc8r_31page8@Base 3.0.26 + marc8r_31page8_flat@Base 3.0.26 + marc8r_31page90@Base 3.0.26 + marc8r_31page90_flat@Base 3.0.26 + marc8r_31page91@Base 3.0.26 + marc8r_31page91_dir@Base 3.0.26 + marc8r_31page92@Base 3.0.26 + marc8r_31page92_flat@Base 3.0.26 + marc8r_31page93@Base 3.0.26 + marc8r_31page93_flat@Base 3.0.26 + marc8r_31page94@Base 3.0.26 + marc8r_31page94_flat@Base 3.0.26 + marc8r_31page95@Base 3.0.26 + marc8r_31page95_flat@Base 3.0.26 + marc8r_31page96@Base 3.0.26 + marc8r_31page96_flat@Base 3.0.26 + marc8r_31page97@Base 3.0.26 + marc8r_31page97_flat@Base 3.0.26 + marc8r_31page98@Base 3.0.26 + marc8r_31page98_flat@Base 3.0.26 + marc8r_31page99@Base 3.0.26 + marc8r_31page99_flat@Base 3.0.26 + marc8r_31page9@Base 3.0.26 + marc8r_31page9_flat@Base 3.0.26 + marc8r_31ptrs@Base 3.0.26 + marc8r_32page0@Base 3.0.26 + marc8r_32page0_dir@Base 3.0.26 + marc8r_32page1@Base 3.0.26 + marc8r_32page1_flat@Base 3.0.26 + marc8r_32page2@Base 3.0.26 + marc8r_32page2_flat@Base 3.0.26 + marc8r_32page3@Base 3.0.26 + marc8r_32page3_flat@Base 3.0.26 + marc8r_32ptrs@Base 3.0.26 + marc8r_33page0@Base 3.0.26 + marc8r_33page0_dir@Base 3.0.26 + marc8r_33page1@Base 3.0.26 + marc8r_33page1_flat@Base 3.0.26 + marc8r_33page2@Base 3.0.26 + marc8r_33page2_flat@Base 3.0.26 + marc8r_33page3@Base 3.0.26 + marc8r_33page3_flat@Base 3.0.26 + marc8r_33ptrs@Base 3.0.26 + marc8r_34page0@Base 3.0.26 + marc8r_34page0_dir@Base 3.0.26 + marc8r_34page1@Base 3.0.26 + marc8r_34page1_flat@Base 3.0.26 + marc8r_34page2@Base 3.0.26 + marc8r_34page2_flat@Base 3.0.26 + marc8r_34page3@Base 3.0.26 + marc8r_34page3_dir@Base 3.0.26 + marc8r_34page4@Base 3.0.26 + marc8r_34page4_flat@Base 3.0.26 + marc8r_34ptrs@Base 3.0.26 + marc8r_42page0@Base 3.0.26 + marc8r_42page0_dir@Base 3.0.26 + marc8r_42ptrs@Base 3.0.26 + marc8r_45page0@Base 3.0.26 + marc8r_45page0_dir@Base 3.0.26 + marc8r_45page10@Base 3.0.26 + marc8r_45page10_flat@Base 3.0.26 + marc8r_45page1@Base 3.0.26 + marc8r_45page1_flat@Base 3.0.26 + marc8r_45page2@Base 3.0.26 + marc8r_45page2_flat@Base 3.0.26 + marc8r_45page3@Base 3.0.26 + marc8r_45page3_flat@Base 3.0.26 + marc8r_45page4@Base 3.0.26 + marc8r_45page4_flat@Base 3.0.26 + marc8r_45page5@Base 3.0.26 + marc8r_45page5_flat@Base 3.0.26 + marc8r_45page6@Base 3.0.26 + marc8r_45page6_flat@Base 3.0.26 + marc8r_45page7@Base 3.0.26 + marc8r_45page7_flat@Base 3.0.26 + marc8r_45page8@Base 3.0.26 + marc8r_45page8_flat@Base 3.0.26 + marc8r_45page9@Base 3.0.26 + marc8r_45page9_flat@Base 3.0.26 + marc8r_45ptrs@Base 3.0.26 + marc8r_4Epage0@Base 3.0.26 + marc8r_4Epage0_dir@Base 3.0.26 + marc8r_4Epage1@Base 3.0.26 + marc8r_4Epage1_flat@Base 3.0.26 + marc8r_4Epage2@Base 3.0.26 + marc8r_4Epage2_flat@Base 3.0.26 + marc8r_4Eptrs@Base 3.0.26 + marc8r_51page0@Base 3.0.26 + marc8r_51page0_flat@Base 3.0.26 + marc8r_51ptrs@Base 3.0.26 + marc8r_53page0@Base 3.0.26 + marc8r_53page0_dir@Base 3.0.26 + marc8r_53page1@Base 3.0.26 + marc8r_53page1_flat@Base 3.0.26 + marc8r_53page2@Base 3.0.26 + marc8r_53page2_flat@Base 3.0.26 + marc8r_53page3@Base 3.0.26 + marc8r_53page3_flat@Base 3.0.26 + marc8r_53page4@Base 3.0.26 + marc8r_53page4_flat@Base 3.0.26 + marc8r_53page5@Base 3.0.26 + marc8r_53page5_flat@Base 3.0.26 + marc8r_53page6@Base 3.0.26 + marc8r_53page6_flat@Base 3.0.26 + marc8r_53ptrs@Base 3.0.26 + marc8r_62page0@Base 3.0.26 + marc8r_62page0_flat@Base 3.0.26 + marc8r_62ptrs@Base 3.0.26 + marc8r_67page0@Base 3.0.26 + marc8r_67page0_flat@Base 3.0.26 + marc8r_67ptrs@Base 3.0.26 + marc8r_70page0@Base 3.0.26 + marc8r_70page0_flat@Base 3.0.26 + marc8r_70ptrs@Base 3.0.26 + nmem_booldup@Base 3.0.47 + nmem_create@Base 3.0.26 + nmem_destroy@Base 3.0.26 + nmem_intdup@Base 3.0.26 + nmem_malloc@Base 3.0.26 + nmem_reset@Base 3.0.26 + nmem_strdup@Base 3.0.26 + nmem_strdup_null@Base 3.0.26 + nmem_strdupn@Base 3.0.26 + nmem_strsplit@Base 3.0.26 + nmem_strsplit_blank@Base 3.0.26 + nmem_text_node_cdata@Base 3.0.26 + nmem_total@Base 3.0.26 + nmem_transfer@Base 3.0.26 + odp_more_chunks@Base 3.0.26 + odr_FILE_close@Base 3.0.26 + odr_FILE_write@Base 3.0.26 + odr_any@Base 3.0.26 + odr_bitstring@Base 3.0.26 + odr_bool@Base 3.0.26 + odr_booldup@Base 3.0.47 + odr_choice@Base 3.0.26 + odr_choice_bias@Base 3.0.26 + odr_choice_enable_bias@Base 3.0.26 + odr_constructed_begin@Base 3.0.26 + odr_constructed_end@Base 3.0.26 + odr_constructed_more@Base 3.0.26 + odr_create_Odr_oct@Base 3.0.26 + odr_createmem@Base 3.0.26 + odr_cstring@Base 3.0.26 + odr_destroy@Base 3.0.26 + odr_dumpBER@Base 3.0.26 + odr_enum@Base 3.0.26 + odr_errlist@Base 3.0.26 + odr_errmsg@Base 3.0.26 + odr_external@Base 3.0.26 + odr_extract_mem@Base 3.0.26 + odr_generalizedtime@Base 3.0.26 + odr_generalstring@Base 3.0.26 + odr_get_element_path@Base 3.0.26 + odr_getbuf@Base 3.0.26 + odr_getelement@Base 3.0.26 + odr_geterror@Base 3.0.26 + odr_geterrorx@Base 3.0.26 + odr_getoidbystr@Base 3.0.26 + odr_getoidbystr_nmem@Base 3.0.26 + odr_graphicstring@Base 3.0.26 + odr_grow_block@Base 3.0.26 + odr_iconv_string@Base 3.0.26 + odr_implicit_settag@Base 3.0.26 + odr_initmember@Base 3.0.26 + odr_intdup@Base 3.0.26 + odr_integer@Base 3.0.26 + odr_malloc@Base 3.0.26 + odr_missing@Base 3.0.26 + odr_null@Base 3.0.26 + odr_nullval@Base 3.0.26 + odr_octetstring@Base 3.0.26 + odr_oid@Base 3.0.26 + odr_oiddup@Base 3.0.26 + odr_oiddup_nmem@Base 3.0.26 + odr_peektag@Base 3.0.26 + odr_perror@Base 3.0.26 + odr_prepend@Base 3.0.26 + odr_printf@Base 3.0.26 + odr_prname@Base 3.0.26 + odr_reset@Base 3.0.26 + odr_seek@Base 3.0.26 + odr_sequence_begin@Base 3.0.26 + odr_sequence_end@Base 3.0.26 + odr_sequence_of@Base 3.0.26 + odr_set_begin@Base 3.0.26 + odr_set_charset@Base 3.0.26 + odr_set_end@Base 3.0.26 + odr_set_of@Base 3.0.26 + odr_set_stream@Base 3.0.26 + odr_setbuf@Base 3.0.26 + odr_setelement@Base 3.0.26 + odr_seterror@Base 3.0.26 + odr_setlenlen@Base 3.0.26 + odr_setprint@Base 3.0.26 + odr_strdup@Base 3.0.26 + odr_strdup_null@Base 3.0.26 + odr_strdupn@Base 3.0.26 + odr_total@Base 3.0.26 + odr_visiblestring@Base 3.0.26 + odr_write@Base 3.0.26 + oid_dotstring_to_oid@Base 3.0.26 + oid_name_to_dotstring@Base 3.0.26 + oid_oid_to_dotstring@Base 3.0.26 + oid_oidcat@Base 3.0.26 + oid_oidcmp@Base 3.0.26 + oid_oidcpy@Base 3.0.26 + oid_oidlen@Base 3.0.26 + options@Base 3.0.26 + p_query_rpn@Base 3.0.26 + p_query_rpn_mk@Base 3.0.26 + p_query_scan@Base 3.0.26 + p_query_scan_mk@Base 3.0.26 + readconf@Base 3.0.26 + readconf_line@Base 3.0.26 + sru_decode_surrogate_diagnostics@Base 3.0.26 + ssl_type@Base 3.0.26 + standard_db@Base 3.0.26 + standard_db_l@Base 3.0.26 + strVal@Base 3.0.26 + tcpip_getaddrinfo@Base 3.0.26 + tcpip_strtoaddr_ex@Base 3.0.26 + tcpip_type@Base 3.0.26 + ungetbyte_stream@Base 3.0.26 + unix_strtoaddr@Base 3.0.26 + unix_type@Base 3.0.26 + wrbuf_alloc@Base 3.0.26 + wrbuf_chop_right@Base 3.0.26 + wrbuf_cstr@Base 3.0.26 + wrbuf_cut_right@Base 3.0.26 + wrbuf_destroy@Base 3.0.26 + wrbuf_diags@Base 3.0.26 + wrbuf_grow@Base 3.0.26 + wrbuf_iconv_putchar@Base 3.0.26 + wrbuf_iconv_puts@Base 3.0.26 + wrbuf_iconv_puts_cdata@Base 3.0.26 + wrbuf_iconv_reset@Base 3.0.26 + wrbuf_iconv_write@Base 3.0.26 + wrbuf_iconv_write_cdata@Base 3.0.26 + wrbuf_printf@Base 3.0.26 + wrbuf_puts@Base 3.0.26 + wrbuf_puts_escaped@Base 3.0.26 + wrbuf_puts_replace_char@Base 3.0.26 + wrbuf_rewind@Base 3.0.26 + wrbuf_vputs@Base 3.0.41 + wrbuf_write@Base 3.0.26 + wrbuf_write_escaped@Base 3.0.26 + wrbuf_xmlputs@Base 3.0.26 + wrbuf_xmlputs_n@Base 3.0.26 + xcalloc_f@Base 3.0.26 + xfree_f@Base 3.0.26 + xmalloc_f@Base 3.0.26 + xmalloc_fatal@Base 3.0.26 + xmalloc_trav_f@Base 3.0.26 + xrealloc_f@Base 3.0.26 + xstrdup_f@Base 3.0.26 + xstrndup_f@Base 3.0.46 + yaz_add_sru_update_diagnostic@Base 3.0.26 + yaz_add_srw_diagnostic@Base 3.0.26 + yaz_add_srw_diagnostic_uri@Base 3.0.26 + yaz_advancegreek_decoder@Base 3.0.30 + yaz_advancegreek_encoder@Base 3.0.30 + yaz_check_eq1@Base 3.0.26 + yaz_check_inc_todo@Base 3.0.26 + yaz_check_init1@Base 3.0.26 + yaz_check_init_log@Base 3.0.26 + yaz_check_print1@Base 3.0.26 + yaz_check_term1@Base 3.0.26 + yaz_clone_z_NamePlusRecord@Base 3.0.45 + yaz_clone_z_Query@Base 3.0.45 + yaz_clone_z_RPNQuery@Base 3.0.45 + yaz_clone_z_RecordComposition@Base 3.0.45 + yaz_copy_Z_Query@Base 3.0.26 + yaz_copy_z_RPNQuery@Base 3.0.26 + yaz_daemon@Base 3.0.26 + yaz_danmarc_decoder@Base 3.0.41 + yaz_decode_http_request@Base 3.0.26 + yaz_decode_http_response@Base 3.0.26 + yaz_del_charneg_record@Base 3.0.26 + yaz_diag_bib1_str@Base 3.0.26 + yaz_diag_bib1_tab@Base 3.0.26 + yaz_diag_bib1_to_srw@Base 3.0.26 + yaz_diag_sru_update_str@Base 3.0.26 + yaz_diag_sru_update_tab@Base 3.0.26 + yaz_diag_srw_str@Base 3.0.26 + yaz_diag_srw_tab@Base 3.0.26 + yaz_diag_srw_to_bib1@Base 3.0.26 + yaz_diag_to_str@Base 3.0.26 + yaz_display_OPAC@Base 3.0.26 + yaz_display_grs1@Base 3.0.26 + yaz_encode_http_request@Base 3.0.26 + yaz_encode_http_response@Base 3.0.26 + yaz_encode_pqf_term@Base 3.0.41 + yaz_encode_sru_extra@Base 3.0.26 + yaz_errno@Base 3.0.26 + yaz_fclose@Base 3.0.26 + yaz_filepath_comp@Base 3.0.26 + yaz_filepath_resolve@Base 3.0.26 + yaz_fopen@Base 3.0.26 + yaz_get_charneg_record@Base 3.0.26 + yaz_get_esn@Base 3.0.26 + yaz_get_proposal_charneg@Base 3.0.26 + yaz_get_response_charneg@Base 3.0.26 + yaz_gets@Base 3.0.26 + yaz_iconv@Base 3.0.26 + yaz_iconv_close@Base 3.0.26 + yaz_iconv_error@Base 3.0.26 + yaz_iconv_isbuiltin@Base 3.0.26 + yaz_iconv_open@Base 3.0.26 + yaz_iconv_set_errno@Base 3.0.30 + yaz_init_opt_decode@Base 3.0.26 + yaz_init_opt_encode@Base 3.0.26 + yaz_is_abspath@Base 3.0.26 + yaz_iso5426_42_conv@Base 3.0.41 + yaz_iso5426_45_conv@Base 3.0.41 + yaz_iso5426_decoder@Base 3.0.41 + yaz_iso_5428_decoder@Base 3.0.30 + yaz_iso_5428_encoder@Base 3.0.30 + yaz_iso_8859_1_decoder@Base 3.0.30 + yaz_iso_8859_1_encoder@Base 3.0.30 + yaz_iso_8859_1_lookup_x12@Base 3.0.30 + yaz_iso_8859_1_lookup_y@Base 3.0.30 + yaz_log@Base 3.0.26 + yaz_log_close@Base 3.0.26 + yaz_log_file@Base 3.0.26 + yaz_log_init@Base 3.0.26 + yaz_log_init_file@Base 3.0.26 + yaz_log_init_level@Base 3.0.26 + yaz_log_init_max_size@Base 3.0.26 + yaz_log_init_prefix2@Base 3.0.26 + yaz_log_init_prefix@Base 3.0.26 + yaz_log_mask_str@Base 3.0.26 + yaz_log_mask_str_x@Base 3.0.26 + yaz_log_module_level@Base 3.0.26 + yaz_log_reopen@Base 3.0.26 + yaz_log_set_handler@Base 3.0.26 + yaz_log_time_format@Base 3.0.26 + yaz_log_trunc@Base 3.0.26 + yaz_log_xml_errors@Base 3.0.30 + yaz_log_zquery@Base 3.0.26 + yaz_log_zquery_level@Base 3.0.26 + yaz_marc8_31_conv@Base 3.0.26 + yaz_marc8_32_conv@Base 3.0.26 + yaz_marc8_33_conv@Base 3.0.26 + yaz_marc8_34_conv@Base 3.0.26 + yaz_marc8_42_conv@Base 3.0.26 + yaz_marc8_45_conv@Base 3.0.26 + yaz_marc8_4E_conv@Base 3.0.26 + yaz_marc8_51_conv@Base 3.0.26 + yaz_marc8_53_conv@Base 3.0.26 + yaz_marc8_62_conv@Base 3.0.26 + yaz_marc8_67_conv@Base 3.0.26 + yaz_marc8_70_conv@Base 3.0.26 + yaz_marc8_decoder@Base 3.0.30 + yaz_marc8_encoder@Base 3.0.30 + yaz_marc8r_31_conv@Base 3.0.26 + yaz_marc8r_32_conv@Base 3.0.26 + yaz_marc8r_33_conv@Base 3.0.26 + yaz_marc8r_34_conv@Base 3.0.26 + yaz_marc8r_42_conv@Base 3.0.26 + yaz_marc8r_45_conv@Base 3.0.26 + yaz_marc8r_4E_conv@Base 3.0.26 + yaz_marc8r_51_conv@Base 3.0.26 + yaz_marc8r_53_conv@Base 3.0.26 + yaz_marc8r_62_conv@Base 3.0.26 + yaz_marc8r_67_conv@Base 3.0.26 + yaz_marc8r_70_conv@Base 3.0.26 + yaz_marc_add_comment@Base 3.0.26 + yaz_marc_add_controlfield@Base 3.0.26 + yaz_marc_add_controlfield_xml@Base 3.0.26 + yaz_marc_add_datafield@Base 3.0.26 + yaz_marc_add_datafield_xml@Base 3.0.26 + yaz_marc_add_leader@Base 3.0.26 + yaz_marc_add_subfield@Base 3.0.26 + yaz_marc_cprintf@Base 3.0.26 + yaz_marc_create@Base 3.0.26 + yaz_marc_debug@Base 3.0.26 + yaz_marc_decode_buf@Base 3.0.26 + yaz_marc_decode_formatstr@Base 3.0.26 + yaz_marc_decode_wrbuf@Base 3.0.26 + yaz_marc_destroy@Base 3.0.26 + yaz_marc_enable_collection@Base 3.0.26 + yaz_marc_endline_str@Base 3.0.26 + yaz_marc_get_debug@Base 3.0.26 + yaz_marc_get_iconv@Base 3.0.26 + yaz_marc_get_nmem@Base 3.0.26 + yaz_marc_iconv@Base 3.0.26 + yaz_marc_leader_spec@Base 3.0.26 + yaz_marc_modify_leader@Base 3.0.26 + yaz_marc_read_iso2709@Base 3.0.26 + yaz_marc_read_line@Base 3.0.26 + yaz_marc_read_xml@Base 3.0.26 + yaz_marc_read_xml_subfields@Base 3.0.26 + yaz_marc_reset@Base 3.0.26 + yaz_marc_set_leader@Base 3.0.26 + yaz_marc_subfield_str@Base 3.0.26 + yaz_marc_write_check@Base 3.0.26 + yaz_marc_write_iso2709@Base 3.0.26 + yaz_marc_write_line@Base 3.0.26 + yaz_marc_write_marcxchange@Base 3.0.26 + yaz_marc_write_marcxml@Base 3.0.26 + yaz_marc_write_mode@Base 3.0.26 + yaz_marc_write_trailer@Base 3.0.26 + yaz_marc_write_using_libxml2@Base 3.0.26 + yaz_marc_write_xml@Base 3.0.26 + yaz_marc_xml@Base 3.0.26 + yaz_match_glob@Base 3.0.26 + yaz_matchstr@Base 3.0.26 + yaz_memcmp@Base 3.0.41 + yaz_mime_lookup_fname@Base 3.0.26 + yaz_mime_lookup_suffix@Base 3.0.26 + yaz_mime_types_add@Base 3.0.26 + yaz_mime_types_create@Base 3.0.26 + yaz_mime_types_destroy@Base 3.0.26 + yaz_mk_sru_surrogate@Base 3.0.30 + yaz_mk_srw_diagnostic@Base 3.0.26 + yaz_mk_std_diagnostic@Base 3.0.26 + yaz_negotiate_sru_version@Base 3.0.26 + yaz_oi_APDU@Base 3.0.26 + yaz_oi_get_string_oid@Base 3.0.26 + yaz_oi_set_string_oid@Base 3.0.26 + yaz_oi_update@Base 3.0.26 + yaz_oid_absyn_z_apdu@Base 3.0.26 + yaz_oid_accform_des_1@Base 3.0.26 + yaz_oid_accform_krb_1@Base 3.0.26 + yaz_oid_accform_prompt_1@Base 3.0.26 + yaz_oid_add@Base 3.0.26 + yaz_oid_appctx_z_basic@Base 3.0.26 + yaz_oid_attset_bib_1@Base 3.0.26 + yaz_oid_attset_bib_2@Base 3.0.26 + yaz_oid_attset_ccl_1@Base 3.0.26 + yaz_oid_attset_cimi_attset@Base 3.0.26 + yaz_oid_attset_collections_attset@Base 3.0.26 + yaz_oid_attset_dan_1@Base 3.0.26 + yaz_oid_attset_exp_1@Base 3.0.26 + yaz_oid_attset_ext_1@Base 3.0.26 + yaz_oid_attset_extlite@Base 3.0.26 + yaz_oid_attset_fin_1@Base 3.0.26 + yaz_oid_attset_geo_attset@Base 3.0.26 + yaz_oid_attset_gils@Base 3.0.26 + yaz_oid_attset_gils_attset@Base 3.0.26 + yaz_oid_attset_holdings@Base 3.0.26 + yaz_oid_attset_idxpath@Base 3.0.26 + yaz_oid_attset_marc@Base 3.0.26 + yaz_oid_attset_stas_attset@Base 3.0.26 + yaz_oid_attset_thesaurus_attset@Base 3.0.26 + yaz_oid_attset_util@Base 3.0.26 + yaz_oid_attset_xd_1@Base 3.0.26 + yaz_oid_attset_zbig@Base 3.0.26 + yaz_oid_attset_zeerex@Base 3.0.26 + yaz_oid_attset_zthes@Base 3.0.26 + yaz_oid_db_destroy@Base 3.0.26 + yaz_oid_db_new@Base 3.0.26 + yaz_oid_diagset_bib_1@Base 3.0.26 + yaz_oid_diagset_diag_1@Base 3.0.26 + yaz_oid_diagset_diag_es@Base 3.0.26 + yaz_oid_diagset_diag_general@Base 3.0.26 + yaz_oid_elemspec_espec_1@Base 3.0.26 + yaz_oid_extserv_admin@Base 3.0.26 + yaz_oid_extserv_database_update@Base 3.0.26 + yaz_oid_extserv_database_update_first_version@Base 3.0.26 + yaz_oid_extserv_database_update_second_version@Base 3.0.26 + yaz_oid_extserv_exp__inv_@Base 3.0.26 + yaz_oid_extserv_exp__spec_@Base 3.0.26 + yaz_oid_extserv_item_order@Base 3.0.26 + yaz_oid_extserv_periodic_query@Base 3.0.26 + yaz_oid_extserv_persistent_query@Base 3.0.26 + yaz_oid_extserv_persistent_set@Base 3.0.26 + yaz_oid_extserv_xml_es@Base 3.0.26 + yaz_oid_general_isoill_1@Base 3.0.26 + yaz_oid_general_ucs_2@Base 3.0.26 + yaz_oid_general_ucs_4@Base 3.0.26 + yaz_oid_general_utf_16@Base 3.0.26 + yaz_oid_general_utf_8@Base 3.0.26 + yaz_oid_is_iso2709@Base 3.0.26 + yaz_oid_negot_charset_3@Base 3.0.26 + yaz_oid_negot_charset_4@Base 3.0.26 + yaz_oid_negot_charset_id@Base 3.0.26 + yaz_oid_recsyn_application_xml@Base 3.0.26 + yaz_oid_recsyn_ausmarc@Base 3.0.26 + yaz_oid_recsyn_canmarc@Base 3.0.26 + yaz_oid_recsyn_carmarc@Base 3.0.26 + yaz_oid_recsyn_ccf@Base 3.0.26 + yaz_oid_recsyn_danmarc@Base 3.0.26 + yaz_oid_recsyn_explain@Base 3.0.26 + yaz_oid_recsyn_extended@Base 3.0.26 + yaz_oid_recsyn_finmarc2000@Base 3.0.26 + yaz_oid_recsyn_finmarc@Base 3.0.26 + yaz_oid_recsyn_fragment@Base 3.0.26 + yaz_oid_recsyn_gif@Base 3.0.26 + yaz_oid_recsyn_grs_0@Base 3.0.26 + yaz_oid_recsyn_grs_1@Base 3.0.26 + yaz_oid_recsyn_html@Base 3.0.26 + yaz_oid_recsyn_hunmarc@Base 3.0.26 + yaz_oid_recsyn_ibermarc@Base 3.0.26 + yaz_oid_recsyn_intermarc@Base 3.0.26 + yaz_oid_recsyn_isdsmarc@Base 3.0.26 + yaz_oid_recsyn_jpeg@Base 3.0.26 + yaz_oid_recsyn_jpmarc@Base 3.0.26 + yaz_oid_recsyn_librismarc@Base 3.0.26 + yaz_oid_recsyn_mab@Base 3.0.26 + yaz_oid_recsyn_malmarc@Base 3.0.26 + yaz_oid_recsyn_marc21@Base 3.0.26 + yaz_oid_recsyn_marc21_fin@Base 3.0.26 + yaz_oid_recsyn_mpeg@Base 3.0.26 + yaz_oid_recsyn_nacsis_catp@Base 3.0.26 + yaz_oid_recsyn_normarc@Base 3.0.26 + yaz_oid_recsyn_opac@Base 3.0.26 + yaz_oid_recsyn_pdf@Base 3.0.26 + yaz_oid_recsyn_picamarc@Base 3.0.26 + yaz_oid_recsyn_png@Base 3.0.26 + yaz_oid_recsyn_postscript@Base 3.0.26 + yaz_oid_recsyn_rusmarc@Base 3.0.26 + yaz_oid_recsyn_sbn@Base 3.0.26 + yaz_oid_recsyn_sgml@Base 3.0.26 + yaz_oid_recsyn_siglemarc@Base 3.0.26 + yaz_oid_recsyn_soif@Base 3.0.26 + yaz_oid_recsyn_sql_rs@Base 3.0.26 + yaz_oid_recsyn_summary@Base 3.0.26 + yaz_oid_recsyn_sutrs@Base 3.0.26 + yaz_oid_recsyn_swemarc@Base 3.0.26 + yaz_oid_recsyn_text_xml@Base 3.0.26 + yaz_oid_recsyn_tiff@Base 3.0.26 + yaz_oid_recsyn_tiff_b@Base 3.0.26 + yaz_oid_recsyn_ukmarc@Base 3.0.26 + yaz_oid_recsyn_unimarc@Base 3.0.26 + yaz_oid_recsyn_usmarc@Base 3.0.26 + yaz_oid_recsyn_wav@Base 3.0.26 + yaz_oid_recsyn_xml@Base 3.0.26 + yaz_oid_resform_resource_1@Base 3.0.26 + yaz_oid_resform_resource_2@Base 3.0.26 + yaz_oid_resform_universe_resource_report@Base 3.0.26 + yaz_oid_schema_cimi_schema@Base 3.0.26 + yaz_oid_schema_collections_schema@Base 3.0.26 + yaz_oid_schema_explain_schema@Base 3.0.26 + yaz_oid_schema_geo_schema@Base 3.0.26 + yaz_oid_schema_gils_schema@Base 3.0.26 + yaz_oid_schema_holdings@Base 3.0.26 + yaz_oid_schema_thesaurus_schema@Base 3.0.26 + yaz_oid_schema_update_es@Base 3.0.26 + yaz_oid_schema_wais_schema@Base 3.0.26 + yaz_oid_schema_zthes@Base 3.0.26 + yaz_oid_standard_entries@Base 3.0.26 + yaz_oid_std@Base 3.0.26 + yaz_oid_tagset_cimi_tagset@Base 3.0.26 + yaz_oid_tagset_collections_tagset@Base 3.0.26 + yaz_oid_tagset_explain_tagset@Base 3.0.26 + yaz_oid_tagset_gils_tagset@Base 3.0.26 + yaz_oid_tagset_stas_tagset@Base 3.0.26 + yaz_oid_tagset_tagsetg@Base 3.0.26 + yaz_oid_tagset_tagsetm@Base 3.0.26 + yaz_oid_tagset_thesaurus_tagset@Base 3.0.26 + yaz_oid_tagset_zthes_tagset@Base 3.0.26 + yaz_oid_to_string@Base 3.0.26 + yaz_oid_to_string_buf@Base 3.0.26 + yaz_oid_transyn_ber@Base 3.0.26 + yaz_oid_transyn_iso2709@Base 3.0.26 + yaz_oid_trav@Base 3.0.26 + yaz_oid_userinfo_charsetandlanguagenegotiation@Base 3.0.26 + yaz_oid_userinfo_client_ip@Base 3.0.26 + yaz_oid_userinfo_cookie@Base 3.0.26 + yaz_oid_userinfo_cql@Base 3.0.26 + yaz_oid_userinfo_datetime@Base 3.0.26 + yaz_oid_userinfo_multiplesearchterms_1@Base 3.0.26 + yaz_oid_userinfo_multiplesearchterms_2@Base 3.0.26 + yaz_oid_userinfo_oclc_userinfo@Base 3.0.26 + yaz_oid_userinfo_proxy@Base 3.0.26 + yaz_oid_userinfo_scan_set@Base 3.0.26 + yaz_oid_userinfo_searchresult_1@Base 3.0.26 + yaz_oid_userinfo_userinfo_1@Base 3.0.26 + yaz_oid_varset_variant_1@Base 3.0.26 + yaz_opac_decode_wrbuf@Base 3.0.26 + yaz_path_fopen@Base 3.0.26 + yaz_poll@Base 3.0.26 + yaz_poll_poll@Base 3.0.26 + yaz_poll_select@Base 3.0.26 + yaz_pqf_create@Base 3.0.26 + yaz_pqf_destroy@Base 3.0.26 + yaz_pqf_error@Base 3.0.26 + yaz_pqf_parse@Base 3.0.26 + yaz_pqf_scan@Base 3.0.26 + yaz_query2xml@Base 3.0.26 + yaz_query2xml_apt@Base 3.0.26 + yaz_query2xml_attribute_element@Base 3.0.26 + yaz_query2xml_ccl@Base 3.0.26 + yaz_query2xml_cql@Base 3.0.26 + yaz_query2xml_operator@Base 3.0.26 + yaz_query2xml_rpn@Base 3.0.26 + yaz_query2xml_rpnstructure@Base 3.0.26 + yaz_query2xml_term@Base 3.0.26 + yaz_query2xml_z3958@Base 3.0.26 + yaz_query_charset_convert_apt@Base 3.0.26 + yaz_query_charset_convert_buf@Base 3.0.26 + yaz_query_charset_convert_operand@Base 3.0.26 + yaz_query_charset_convert_rpnquery@Base 3.0.26 + yaz_query_charset_convert_structure@Base 3.0.26 + yaz_query_charset_convert_term@Base 3.0.26 + yaz_query_to_wrbuf@Base 3.0.26 + yaz_read_UTF8_char@Base 3.0.26 + yaz_record_conv_configure@Base 3.0.26 + yaz_record_conv_create@Base 3.0.26 + yaz_record_conv_destroy@Base 3.0.26 + yaz_record_conv_get_error@Base 3.0.26 + yaz_record_conv_opac_record@Base 3.0.26 + yaz_record_conv_record@Base 3.0.26 + yaz_record_conv_set_path@Base 3.0.26 + yaz_retrieval_configure@Base 3.0.26 + yaz_retrieval_create@Base 3.0.26 + yaz_retrieval_destroy@Base 3.0.26 + yaz_retrieval_get_error@Base 3.0.26 + yaz_retrieval_request@Base 3.0.26 + yaz_retrieval_set_path@Base 3.0.26 + yaz_rpnquery2xml@Base 3.0.26 + yaz_rpnquery_to_wrbuf@Base 3.0.26 + yaz_sc_create@Base 3.0.30 + yaz_sc_destroy@Base 3.0.30 + yaz_sc_program@Base 3.0.30 + yaz_sc_running@Base 3.0.30 + yaz_scan_to_wrbuf@Base 3.0.26 + yaz_set_errno@Base 3.0.26 + yaz_set_esn@Base 3.0.26 + yaz_set_proposal_charneg@Base 3.0.26 + yaz_set_proposal_charneg_list@Base 3.0.26 + yaz_set_response_charneg@Base 3.0.26 + yaz_snprintf@Base 3.0.26 + yaz_sort_spec@Base 3.0.26 + yaz_sru_decode@Base 3.0.26 + yaz_sru_get_encode@Base 3.0.26 + yaz_sru_post_encode@Base 3.0.26 + yaz_sru_soap_encode@Base 3.0.26 + yaz_srw_check_content_type@Base 3.0.26 + yaz_srw_codec@Base 3.0.26 + yaz_srw_decode@Base 3.0.26 + yaz_srw_get@Base 3.0.26 + yaz_srw_get_core_v_1_1@Base 3.0.26 + yaz_srw_get_extra_record@Base 3.0.26 + yaz_srw_get_pdu@Base 3.0.26 + yaz_srw_get_record@Base 3.0.26 + yaz_srw_get_record_versions@Base 3.0.26 + yaz_srw_get_records@Base 3.0.26 + yaz_srw_pack_to_str@Base 3.0.26 + yaz_srw_str_to_pack@Base 3.0.26 + yaz_strcmp_del@Base 3.0.26 + yaz_strerror@Base 3.0.26 + yaz_string_to_oid@Base 3.0.26 + yaz_string_to_oid_nmem@Base 3.0.26 + yaz_string_to_oid_odr@Base 3.0.26 + yaz_tcpip_create@Base 3.0.26 + yaz_test_get_verbosity@Base 3.0.26 + yaz_timing_create@Base 3.0.26 + yaz_timing_destroy@Base 3.0.26 + yaz_timing_get_real@Base 3.0.26 + yaz_timing_get_sys@Base 3.0.26 + yaz_timing_get_user@Base 3.0.26 + yaz_timing_start@Base 3.0.26 + yaz_timing_stop@Base 3.0.26 + yaz_tok_cfg_create@Base 3.0.26 + yaz_tok_cfg_destroy@Base 3.0.26 + yaz_tok_cfg_single_tokens@Base 3.0.26 + yaz_tok_move@Base 3.0.26 + yaz_tok_parse_buf@Base 3.0.26 + yaz_tok_parse_create@Base 3.0.26 + yaz_tok_parse_destroy@Base 3.0.26 + yaz_tok_parse_string@Base 3.0.26 + yaz_ucp_codec@Base 3.0.26 + yaz_ucs4_decoder@Base 3.0.30 + yaz_ucs4_encoder@Base 3.0.30 + yaz_uri_to_array@Base 3.0.26 + yaz_uri_val@Base 3.0.26 + yaz_uri_val_int@Base 3.0.26 + yaz_utf8_decoder@Base 3.0.30 + yaz_utf8_encoder@Base 3.0.30 + yaz_version@Base 3.0.26 + yaz_vsnprintf@Base 3.0.26 + yaz_wchar_decoder@Base 3.0.30 + yaz_wchar_encoder@Base 3.0.30 + yaz_write_UTF8_char@Base 3.0.26 + yaz_xml2query@Base 3.0.26 + yaz_xml2query_apt@Base 3.0.26 + yaz_xml2query_attribute_element@Base 3.0.26 + yaz_xml2query_operator@Base 3.0.26 + yaz_xml2query_rpn@Base 3.0.26 + yaz_xml2query_rpnstructure@Base 3.0.26 + yaz_xml2query_rset@Base 3.0.26 + yaz_xml2query_term@Base 3.0.26 + z_ANY_type_0@Base 3.0.26 + z_APDU@Base 3.0.26 + z_AccessControlRequest@Base 3.0.26 + z_AccessControlResponse@Base 3.0.26 + z_AccessCtrl@Base 3.0.26 + z_AccessInfo@Base 3.0.26 + z_AccessRestrictions@Base 3.0.26 + z_AccessRestrictionsUnit@Base 3.0.26 + z_Admin@Base 3.0.26 + z_AdminEsRequest@Base 3.0.26 + z_AdminTaskPackage@Base 3.0.26 + z_AltOidList@Base 3.0.26 + z_AttCombo@Base 3.0.26 + z_AttrListList@Base 3.0.26 + z_Attribute@Base 3.0.26 + z_AttributeCombination@Base 3.0.26 + z_AttributeCombinations@Base 3.0.26 + z_AttributeDescription@Base 3.0.26 + z_AttributeDetails@Base 3.0.26 + z_AttributeElement@Base 3.0.26 + z_AttributeList@Base 3.0.26 + z_AttributeOccurrence@Base 3.0.26 + z_AttributeSetDetails@Base 3.0.26 + z_AttributeSetId@Base 3.0.26 + z_AttributeSetInfo@Base 3.0.26 + z_AttributeType@Base 3.0.26 + z_AttributeTypeDetails@Base 3.0.26 + z_AttributeValue@Base 3.0.26 + z_AttributeValueList@Base 3.0.26 + z_AttributesPlusTerm@Base 3.0.26 + z_BadSpec@Base 3.0.26 + z_BriefBib@Base 3.0.26 + z_CategoryInfo@Base 3.0.26 + z_CategoryList@Base 3.0.26 + z_Challenge1@Base 3.0.26 + z_ChallengeUnit1@Base 3.0.26 + z_CharSetandLanguageNegotiation@Base 3.0.26 + z_Charge@Base 3.0.26 + z_CircRecord@Base 3.0.26 + z_Close@Base 3.0.26 + z_CloseReason@Base 3.0.26 + z_CommonInfo@Base 3.0.26 + z_CompSpec@Base 3.0.26 + z_Complex@Base 3.0.26 + z_ComplexAttribute@Base 3.0.26 + z_ContactInfo@Base 3.0.26 + z_Costs@Base 3.0.26 + z_CostsOtherCharge@Base 3.0.26 + z_DBName@Base 3.0.26 + z_DES_RN_Object@Base 3.0.26 + z_DRNType@Base 3.0.26 + z_DatabaseInfo@Base 3.0.26 + z_DatabaseList@Base 3.0.26 + z_DatabaseName@Base 3.0.26 + z_DatabaseSpecific@Base 3.0.26 + z_DatabaseSpecificUnit@Base 3.0.26 + z_Date@Base 3.0.26 + z_DateFlags@Base 3.0.26 + z_DateMonthAndDay@Base 3.0.26 + z_DateQuarter@Base 3.0.26 + z_DateSeason@Base 3.0.26 + z_DateTime@Base 3.0.26 + z_DbSpecific@Base 3.0.26 + z_DbUnavail@Base 3.0.26 + z_DbUnavail_0@Base 3.0.26 + z_DefaultDiagFormat@Base 3.0.26 + z_DeleteResultSetRequest@Base 3.0.26 + z_DeleteResultSetResponse@Base 3.0.26 + z_DeleteStatus@Base 3.0.26 + z_DiagFormat@Base 3.0.26 + z_DiagRec@Base 3.0.26 + z_DiagRecs@Base 3.0.26 + z_DiagTerm@Base 3.0.26 + z_DiagnosticFormat@Base 3.0.26 + z_DiagnosticFormat_s@Base 3.0.26 + z_DuplicateDetectionCriterion@Base 3.0.26 + z_DuplicateDetectionRequest@Base 3.0.26 + z_DuplicateDetectionResponse@Base 3.0.26 + z_EIExportInvocation@Base 3.0.26 + z_EIExportInvocationEsRequest@Base 3.0.26 + z_EIExportInvocationTaskPackage@Base 3.0.26 + z_EIOriginPartNotToKeep@Base 3.0.26 + z_EIOriginPartNotToKeepRanges@Base 3.0.26 + z_EIOriginPartNotToKeepRanges_s@Base 3.0.26 + z_EIOriginPartToKeep@Base 3.0.26 + z_EITargetPart@Base 3.0.26 + z_ESAdminOriginPartNotToKeep@Base 3.0.26 + z_ESAdminOriginPartToKeep@Base 3.0.26 + z_ESAdminTargetPart@Base 3.0.26 + z_ESDestination@Base 3.0.26 + z_ESDestinationOther@Base 3.0.26 + z_ESExportSpecification@Base 3.0.26 + z_ESExportSpecificationEsRequest@Base 3.0.26 + z_ESExportSpecificationTaskPackage@Base 3.0.26 + z_ESOriginPartToKeep@Base 3.0.26 + z_EScanInfo@Base 3.0.26 + z_ETagPath@Base 3.0.26 + z_ETagUnit@Base 3.0.26 + z_ElementData@Base 3.0.26 + z_ElementDataType@Base 3.0.26 + z_ElementInfo@Base 3.0.26 + z_ElementInfoList@Base 3.0.26 + z_ElementMetaData@Base 3.0.26 + z_ElementRequest@Base 3.0.26 + z_ElementRequestCompositeElement@Base 3.0.26 + z_ElementRequestCompositeElementPrimitives@Base 3.0.26 + z_ElementRequestCompositeElementSpecs@Base 3.0.26 + z_ElementSetDetails@Base 3.0.26 + z_ElementSetName@Base 3.0.26 + z_ElementSetNames@Base 3.0.26 + z_ElementSpec@Base 3.0.26 + z_Encryption@Base 3.0.26 + z_Entry@Base 3.0.26 + z_Environment@Base 3.0.26 + z_Era@Base 3.0.26 + z_Espec1@Base 3.0.26 + z_Estimate1@Base 3.0.26 + z_Estimate2@Base 3.0.26 + z_EstimateType@Base 3.0.26 + z_ExplainRecord@Base 3.0.26 + z_ExtServices@Base 3.0.26 + z_ExtendedServicesInfo@Base 3.0.26 + z_ExtendedServicesRequest@Base 3.0.26 + z_ExtendedServicesResponse@Base 3.0.26 + z_External@Base 3.0.26 + z_FormatSpec@Base 3.0.26 + z_FragmentSyntax@Base 3.0.26 + z_GDU@Base 3.0.26 + z_GenericRecord@Base 3.0.26 + z_HTTP_errmsg@Base 3.0.26 + z_HTTP_header_add@Base 3.0.26 + z_HTTP_header_add_basic_auth@Base 3.0.26 + z_HTTP_header_add_content_type@Base 3.0.26 + z_HTTP_header_lookup@Base 3.0.26 + z_HitVector@Base 3.0.26 + z_HoldingsAndCircData@Base 3.0.26 + z_HoldingsRecord@Base 3.0.26 + z_HumanString@Base 3.0.26 + z_HumanStringUnit@Base 3.0.26 + z_IOBilling@Base 3.0.26 + z_IOContact@Base 3.0.26 + z_IOCreditCardInfo@Base 3.0.26 + z_IOItemOrder@Base 3.0.26 + z_IOOriginPartNotToKeep@Base 3.0.26 + z_IOOriginPartToKeep@Base 3.0.26 + z_IORequest@Base 3.0.26 + z_IOResultSetItem@Base 3.0.26 + z_IOTargetPart@Base 3.0.26 + z_IOTaskPackage@Base 3.0.26 + z_IU0CorrelationInfo@Base 3.0.26 + z_IU0OriginPartNotToKeep@Base 3.0.26 + z_IU0OriginPartToKeep@Base 3.0.26 + z_IU0SuppliedRecords@Base 3.0.26 + z_IU0SuppliedRecordsId@Base 3.0.26 + z_IU0SuppliedRecords_elem@Base 3.0.26 + z_IU0TargetPart@Base 3.0.26 + z_IU0TaskPackageRecordStructure@Base 3.0.26 + z_IU0Update@Base 3.0.26 + z_IU0UpdateEsRequest@Base 3.0.26 + z_IU0UpdateTaskPackage@Base 3.0.26 + z_IUCorrelationInfo@Base 3.0.26 + z_IUOriginPartNotToKeep@Base 3.0.26 + z_IUOriginPartToKeep@Base 3.0.26 + z_IUSuppliedRecords@Base 3.0.26 + z_IUSuppliedRecordsId@Base 3.0.26 + z_IUSuppliedRecords_elem@Base 3.0.26 + z_IUTargetPart@Base 3.0.26 + z_IUTaskPackageRecordStructure@Base 3.0.26 + z_IUTaskPackageRecordStructureSurrogateDiagnostics@Base 3.0.26 + z_IUUpdate@Base 3.0.26 + z_IUUpdateEsRequest@Base 3.0.26 + z_IUUpdateTaskPackage@Base 3.0.26 + z_IconObject@Base 3.0.26 + z_IconObjectUnit@Base 3.0.26 + z_IdAuthentication@Base 3.0.26 + z_IdPass@Base 3.0.26 + z_ImportParameters@Base 3.0.26 + z_InfoCategory@Base 3.0.26 + z_InitRequest@Base 3.0.26 + z_InitResponse@Base 3.0.26 + z_InitialSet@Base 3.0.26 + z_IntUnit@Base 3.0.26 + z_InternationalString@Base 3.0.26 + z_Iso10646@Base 3.0.26 + z_Iso2022@Base 3.0.26 + z_Iso2022OriginProposal@Base 3.0.26 + z_Iso2022TargetResponse@Base 3.0.26 + z_Iso8777Capabilities@Base 3.0.26 + z_KRBObject@Base 3.0.26 + z_KRBRequest@Base 3.0.26 + z_KRBResponse@Base 3.0.26 + z_LanguageCode@Base 3.0.26 + z_LeftAndRight@Base 3.0.26 + z_ListEntries@Base 3.0.26 + z_ListStatus@Base 3.0.26 + z_ListStatuses@Base 3.0.26 + z_MultipleSearchTerms_2@Base 3.0.26 + z_MultipleSearchTerms_2_s@Base 3.0.26 + z_NamePlusRecord@Base 3.0.26 + z_NamePlusRecordList@Base 3.0.26 + z_NetworkAddress@Base 3.0.26 + z_NetworkAddressIA@Base 3.0.26 + z_NetworkAddressOPA@Base 3.0.26 + z_NetworkAddressOther@Base 3.0.26 + z_OCLC_UserInformation@Base 3.0.26 + z_OPACRecord@Base 3.0.26 + z_OccurValues@Base 3.0.26 + z_OccurrenceByAttributes@Base 3.0.26 + z_OccurrenceByAttributesElem@Base 3.0.26 + z_Occurrences@Base 3.0.26 + z_OidList@Base 3.0.26 + z_OmittedAttributeInterpretation@Base 3.0.26 + z_Operand@Base 3.0.26 + z_Operator@Base 3.0.26 + z_Options@Base 3.0.26 + z_Order@Base 3.0.26 + z_OriginProposal@Base 3.0.26 + z_OriginProposal_0@Base 3.0.26 + z_OtherInformation@Base 3.0.26 + z_OtherInformationUnit@Base 3.0.26 + z_PQSOriginPartNotToKeep@Base 3.0.26 + z_PQSOriginPartToKeep@Base 3.0.26 + z_PQSPeriod@Base 3.0.26 + z_PQSPeriodicQuerySchedule@Base 3.0.26 + z_PQSPeriodicQueryScheduleEsRequest@Base 3.0.26 + z_PQSPeriodicQueryScheduleTaskPackage@Base 3.0.26 + z_PQSTargetPart@Base 3.0.26 + z_PQueryOriginPartNotToKeep@Base 3.0.26 + z_PQueryOriginPartToKeep@Base 3.0.26 + z_PQueryPersistentQuery@Base 3.0.26 + z_PQueryPersistentQueryEsRequest@Base 3.0.26 + z_PQueryPersistentQueryTaskPackage@Base 3.0.26 + z_PQueryTargetPart@Base 3.0.26 + z_PROriginPartNotToKeep@Base 3.0.26 + z_PRPersistentResultSet@Base 3.0.26 + z_PRPersistentResultSetEsRequest@Base 3.0.26 + z_PRPersistentResultSetTaskPackage@Base 3.0.26 + z_PRTargetPart@Base 3.0.26 + z_Path@Base 3.0.26 + z_PathUnit@Base 3.0.26 + z_PerElementDetails@Base 3.0.26 + z_Permissions@Base 3.0.26 + z_Permissions_s@Base 3.0.26 + z_PresentRequest@Base 3.0.26 + z_PresentResponse@Base 3.0.26 + z_PresentStatus@Base 3.0.26 + z_PrimitiveDataType@Base 3.0.26 + z_PrivateCapOperator@Base 3.0.26 + z_PrivateCapabilities@Base 3.0.26 + z_PrivateCharacterSet@Base 3.0.26 + z_PrivateCharacterSetViaOid@Base 3.0.26 + z_ProcessingInformation@Base 3.0.26 + z_PromptId@Base 3.0.26 + z_PromptIdEnumeratedPrompt@Base 3.0.26 + z_PromptObject1@Base 3.0.26 + z_ProtocolVersion@Base 3.0.26 + z_ProxSupportPrivate@Base 3.0.26 + z_ProxSupportUnit@Base 3.0.26 + z_ProxUnit@Base 3.0.26 + z_Proximity@Base 3.0.26 + z_ProximityOperator@Base 3.0.26 + z_ProximitySupport@Base 3.0.26 + z_Query@Base 3.0.26 + z_QueryExpression@Base 3.0.26 + z_QueryExpressionTerm@Base 3.0.26 + z_QueryTypeDetails@Base 3.0.26 + z_RPNQuery@Base 3.0.26 + z_RPNStructure@Base 3.0.26 + z_Range@Base 3.0.26 + z_RecordComposition@Base 3.0.26 + z_RecordSyntax@Base 3.0.26 + z_RecordSyntaxInfo@Base 3.0.26 + z_RecordTag@Base 3.0.26 + z_Records@Base 3.0.26 + z_ReferenceId@Base 3.0.26 + z_ResourceControlRequest@Base 3.0.26 + z_ResourceControlResponse@Base 3.0.26 + z_ResourceReport1@Base 3.0.26 + z_ResourceReport2@Base 3.0.26 + z_ResourceReport@Base 3.0.26 + z_ResourceReportId@Base 3.0.26 + z_ResourceReportRequest@Base 3.0.26 + z_ResourceReportResponse@Base 3.0.26 + z_Response1@Base 3.0.26 + z_ResponseUnit1@Base 3.0.26 + z_ResultSetId@Base 3.0.26 + z_ResultSetPlusAttributes@Base 3.0.26 + z_ResultsByDB@Base 3.0.26 + z_ResultsByDB_s@Base 3.0.26 + z_ResultsByDB_sList@Base 3.0.26 + z_RetentionCriterion@Base 3.0.26 + z_RetrievalRecordDetails@Base 3.0.26 + z_RpnCapabilities@Base 3.0.26 + z_SUTRS@Base 3.0.26 + z_Scan@Base 3.0.26 + z_ScanRequest@Base 3.0.26 + z_ScanResponse@Base 3.0.26 + z_SchemaInfo@Base 3.0.26 + z_SearchInfoReport@Base 3.0.26 + z_SearchInfoReport_s@Base 3.0.26 + z_SearchKey@Base 3.0.26 + z_SearchRequest@Base 3.0.26 + z_SearchResponse@Base 3.0.26 + z_Segment@Base 3.0.26 + z_Segmentation@Base 3.0.26 + z_SimpleElement@Base 3.0.26 + z_Sort@Base 3.0.26 + z_SortAttributes@Base 3.0.26 + z_SortCriterion@Base 3.0.26 + z_SortCriterionPreferredDatabases@Base 3.0.26 + z_SortDbSpecificList@Base 3.0.26 + z_SortDbSpecificList_s@Base 3.0.26 + z_SortDetails@Base 3.0.26 + z_SortElement@Base 3.0.26 + z_SortKey@Base 3.0.26 + z_SortKeyDetails@Base 3.0.26 + z_SortKeySpec@Base 3.0.26 + z_SortKeySpecList@Base 3.0.26 + z_SortRequest@Base 3.0.26 + z_SortResponse@Base 3.0.26 + z_SpecificTag@Base 3.0.26 + z_Specification@Base 3.0.26 + z_StringList@Base 3.0.26 + z_StringOrNumeric@Base 3.0.26 + z_SutrsRecord@Base 3.0.26 + z_TagPath@Base 3.0.26 + z_TagPath_s@Base 3.0.26 + z_TagSetElements@Base 3.0.26 + z_TagSetInfo@Base 3.0.26 + z_TagTypeMapping@Base 3.0.26 + z_TaggedElement@Base 3.0.26 + z_TargetInfo@Base 3.0.26 + z_TargetResponse@Base 3.0.26 + z_TaskPackage@Base 3.0.26 + z_Term@Base 3.0.26 + z_TermInfo@Base 3.0.26 + z_TermListDetails@Base 3.0.26 + z_TermListElement@Base 3.0.26 + z_TermListInfo@Base 3.0.26 + z_Time@Base 3.0.26 + z_TooMany@Base 3.0.26 + z_TriggerResourceControlRequest@Base 3.0.26 + z_Triple@Base 3.0.26 + z_Unit@Base 3.0.26 + z_UnitInfo@Base 3.0.26 + z_UnitType@Base 3.0.26 + z_Units@Base 3.0.26 + z_UniverseReport@Base 3.0.26 + z_UniverseReportDuplicate@Base 3.0.26 + z_UniverseReportHits@Base 3.0.26 + z_Usage@Base 3.0.26 + z_ValueDescription@Base 3.0.26 + z_ValueRange@Base 3.0.26 + z_ValueSet@Base 3.0.26 + z_ValueSetEnumerated@Base 3.0.26 + z_Variant@Base 3.0.26 + z_VariantClass@Base 3.0.26 + z_VariantSetInfo@Base 3.0.26 + z_VariantType@Base 3.0.26 + z_VariantValue@Base 3.0.26 + z_Volume@Base 3.0.26 + z_byDatabaseList@Base 3.0.26 + z_byDatabaseList_s@Base 3.0.26 + z_ext_getentbyref@Base 3.0.26 + z_ext_record_oid@Base 3.0.26 + z_ext_record_oid_any@Base 3.0.41 + z_ext_record_sutrs@Base 3.0.26 + z_ext_record_usmarc@Base 3.0.26 + z_ext_record_xml@Base 3.0.26 + z_get_HTTP_Request@Base 3.0.26 + z_get_HTTP_Request_host_path@Base 3.0.26 + z_get_HTTP_Response@Base 3.0.26 + z_soap_codec@Base 3.0.26 + z_soap_codec_enc@Base 3.0.26 + z_soap_codec_enc_xsl@Base 3.0.26 + z_soap_error@Base 3.0.26 + zget_APDU@Base 3.0.26 + zget_AccessControlRequest@Base 3.0.26 + zget_AccessControlResponse@Base 3.0.26 + zget_Close@Base 3.0.26 + zget_DefaultDiagFormat@Base 3.0.26 + zget_DeleteResultSetRequest@Base 3.0.26 + zget_DeleteResultSetResponse@Base 3.0.26 + zget_DiagRec@Base 3.0.26 + zget_DiagRecs@Base 3.0.26 + zget_DuplicateDetectionRequest@Base 3.0.26 + zget_DuplicateDetectionResponse@Base 3.0.26 + zget_ExtendedServicesRequest@Base 3.0.26 + zget_ExtendedServicesResponse@Base 3.0.26 + zget_InitRequest@Base 3.0.26 + zget_InitResponse@Base 3.0.26 + zget_PresentRequest@Base 3.0.26 + zget_PresentResponse@Base 3.0.26 + zget_ResourceControlRequest@Base 3.0.26 + zget_ResourceControlResponse@Base 3.0.26 + zget_ResourceReportRequest@Base 3.0.26 + zget_ResourceReportResponse@Base 3.0.26 + zget_ScanRequest@Base 3.0.26 + zget_ScanResponse@Base 3.0.26 + zget_SearchRequest@Base 3.0.26 + zget_SearchResponse@Base 3.0.26 + zget_Segment@Base 3.0.26 + zget_SortRequest@Base 3.0.26 + zget_SortResponse@Base 3.0.26 + zget_TriggerResourceControlRequest@Base 3.0.26 + zget_init_diagnostics@Base 3.0.26 + zget_init_diagnostics_octet@Base 3.0.26 + zget_surrogateDiagRec@Base 3.0.26 +libyaz_icu.so.3 libyaz3 #MINVER# +* Build-Depends-Package: libyaz-dev + icu_buf_utf16_clear@Base 3.0.26 + icu_buf_utf16_copy@Base 3.0.26 + icu_buf_utf16_create@Base 3.0.26 + icu_buf_utf16_destroy@Base 3.0.26 + icu_buf_utf16_resize@Base 3.0.26 + icu_buf_utf8_clear@Base 3.0.26 + icu_buf_utf8_create@Base 3.0.26 + icu_buf_utf8_destroy@Base 3.0.26 + icu_buf_utf8_resize@Base 3.0.26 + icu_buf_utf8_to_cstr@Base 3.0.26 + icu_casemap_casemap@Base 3.0.26 + icu_casemap_create@Base 3.0.26 + icu_casemap_destroy@Base 3.0.26 + icu_chain_assign_cstr@Base 3.0.26 + icu_chain_create@Base 3.0.26 + icu_chain_destroy@Base 3.0.26 + icu_chain_get_coll@Base 3.0.26 + icu_chain_insert_step@Base 3.0.26 + icu_chain_next_token@Base 3.0.26 + icu_chain_step_create@Base 3.0.26 + icu_chain_step_destroy@Base 3.0.26 + icu_chain_step_next_token@Base 3.0.26 + icu_chain_token_display@Base 3.0.26 + icu_chain_token_norm@Base 3.0.26 + icu_chain_token_number@Base 3.0.26 + icu_chain_token_sortkey@Base 3.0.26 + icu_chain_xml_config@Base 3.0.26 + icu_check_status@Base 3.0.26 + icu_sortkey8_from_utf16@Base 3.0.26 + icu_tokenizer_attach@Base 3.0.26 + icu_tokenizer_create@Base 3.0.26 + icu_tokenizer_destroy@Base 3.0.26 + icu_tokenizer_next_token@Base 3.0.26 + icu_tokenizer_token_count@Base 3.0.26 + icu_tokenizer_token_end@Base 3.0.26 + icu_tokenizer_token_id@Base 3.0.26 + icu_tokenizer_token_length@Base 3.0.26 + icu_tokenizer_token_start@Base 3.0.26 + icu_transform_create@Base 3.0.45 + icu_transform_destroy@Base 3.0.45 + icu_transform_trans@Base 3.0.45 + icu_utf16_casemap@Base 3.0.26 + icu_utf16_from_utf8@Base 3.0.26 + icu_utf16_from_utf8_cstr@Base 3.0.26 + icu_utf16_to_utf8@Base 3.0.26 +libyaz_server.so.3 libyaz3 #MINVER# +* Build-Depends-Package: libyaz-dev + backend_response@Base 3.0.26 + bend_assoc_is_alive@Base 3.0.26 + bend_backend_respond@Base 3.0.26 + bend_request_destroy@Base 3.0.26 + bend_request_getdata@Base 3.0.26 + bend_request_getid@Base 3.0.26 + bend_request_mk@Base 3.0.26 + bend_request_send@Base 3.0.26 + bend_request_setdata@Base 3.0.26 + bend_searchresponse@Base 3.0.26 + check_options@Base 3.0.26 + control_association@Base 3.0.26 + control_block@Base 3.0.26 + create_association@Base 3.0.26 + destroy_association@Base 3.0.26 + iochan_create@Base 3.0.26 + iochan_event_loop@Base 3.0.26 + iochan_is_alive@Base 3.0.26 + ir_read@Base 3.0.26 + ir_session@Base 3.0.26 + request_delq@Base 3.0.26 + request_deq@Base 3.0.26 + request_enq@Base 3.0.26 + request_get@Base 3.0.26 + request_head@Base 3.0.26 + request_initq@Base 3.0.26 + request_release@Base 3.0.26 + save_referenceId@Base 3.0.26 + sigterm@Base 3.0.26 +#MISSING: 3.0.30# statserv_closedown@Base 3.0.26 + statserv_getcontrol@Base 3.0.26 + statserv_main@Base 3.0.26 + statserv_must_terminate@Base 3.0.26 + statserv_remove@Base 3.0.26 + statserv_sc_stop@Base 3.0.30 + statserv_setcontrol@Base 3.0.26 +#MISSING: 3.0.30# statserv_start@Base 3.0.26 + yaz_mutex_create@Base 3.0.26 + yaz_mutex_destroy@Base 3.0.26 + yaz_mutex_enter@Base 3.0.26 + yaz_mutex_leave@Base 3.0.26 --- yaz-3.0.48.orig/debian/yaz-icu.manpages +++ yaz-3.0.48/debian/yaz-icu.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/yaz-icu.1 --- yaz-3.0.48.orig/debian/yaz-icu.install +++ yaz-3.0.48/debian/yaz-icu.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/yaz-icu --- yaz-3.0.48.orig/debian/yaz-illclient.manpages +++ yaz-3.0.48/debian/yaz-illclient.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/yaz-illclient.1 --- yaz-3.0.48.orig/debian/libyaz3.install +++ yaz-3.0.48/debian/libyaz3.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- yaz-3.0.48.orig/debian/control +++ yaz-3.0.48/debian/control @@ -0,0 +1,85 @@ +Source: yaz +Section: utils +Standards-Version: 3.8.3 +Maintainer: Vincent Danjean +Priority: extra +Build-Depends: debhelper (>= 7), pkg-config, libxslt1-dev, + quilt (>= 0.46-7~~), + libreadline-dev, libwrap0-dev, libpcap0.8-dev, + libicu-dev (>> 3.8.1-1) | libicu36-dev, + libgnutls-dev, + tcl8.4, bison, xsltproc, + gawk, docbook-xsl, docbook-dsssl, docbook-xml, autotools-dev, + autoconf (>=2.61), automake (>=1:1.10), libtool +Vcs-Browser: http://git.debian.org/?p=collab-maint/yaz.git;a=summary +Vcs-Git: git://git.debian.org/git/collab-maint/yaz +Homepage: http://www.indexdata.dk/yaz/ + +Package: libyaz3 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: idzebra (<= 1.3.4-2), php4-yaz (<= 4.1.2-5), libyaz +Replaces: libyaz +Description: The YAZ Z39.50 toolkit (runtime files) + YAZ is a toolkit that allows you to develop software using the + ANSI Z39.50/ISO23950 standard for information retrieval. + . + This packages includes runtime files. + +Package: yaz +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: yaz-runtime, yaz-ssl +Description: The YAZ Z39.50 toolkit (utilities) + YAZ is a toolkit that allows you to develop software using the + ANSI Z39.50/ISO23950 standard for information retrieval. + . + This packages includes utility programs. + +Package: yaz-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: The YAZ Z39.50 toolkit (documentation) + YAZ is a toolkit that allows you to develop software using the + Z39.50/ISO23950 standard for information retrieval. + . + This packages includes documentation for YAZ in HTML and PDF. + +Package: libyaz3-dev +Depends: libyaz3 (= ${binary:Version}), libxslt1-dev, libwrap0-dev, + libgnutls-dev, ${misc:Depends}, + libicu-dev | libicu36-dev +Replaces: yaz-devel +Conflicts: yaz-devel, libyaz-dev, libyaz2-dev +Provides: libyaz-dev +Section: libdevel +Architecture: any +Recommends: tcl8.4|tclsh +Suggests: yaz-doc +Description: The YAZ Z39.50 toolkit (development files) + YAZ is a toolkit that allows you to develop software using the + ANSI Z39.50/ISO23950 standard for information retrieval. + . + This packages includes development libraries and C/C++ header files. + +Package: yaz-illclient +Depends: ${shlibs:Depends}, ${misc:Depends} +Architecture: any +Description: utility for ISO ILL of YAZ + YAZ is a toolkit that allows you to develop software using the + Z39.50/ISO23950 standard for information retrieval. + . + The yaz-illclient program is a command-line based client which sends ILL + requests to a server and decodes the response. + +Package: yaz-icu +Depends: ${shlibs:Depends}, ${misc:Depends} +Architecture: any +Description: command line utility for ICU utilities of YAZ + YAZ is a toolkit that allows you to develop software using the + Z39.50/ISO23950 standard for information retrieval. + . + The yaz-icu program is a command-line based client which exposes the ICU + chain facility of YAZ. --- yaz-3.0.48.orig/debian/changelog +++ yaz-3.0.48/debian/changelog @@ -0,0 +1,460 @@ +yaz (3.0.48-1) unstable; urgency=low + + * Imported Upstream version 3.0.48 + * Remove *.la files (after debian-devel global discussions) + * Dump Standard-Version (no change needed) + * Fix build with automake 1.11 + * use libreadline-dev instead of libreadline5-dev + + -- Vincent Danjean Sat, 12 Sep 2009 18:49:16 +0200 + +yaz (3.0.47-1) unstable; urgency=low + + * New Upstream Version + * dump standard-version (no change needed) + * update symbol file + + -- Vincent Danjean Mon, 13 Jul 2009 10:37:22 +0200 + +yaz (3.0.46-1) unstable; urgency=low + + * New Upstream Version + + -- Vincent Danjean Tue, 16 Jun 2009 09:33:49 +0200 + +yaz (3.0.45-1) unstable; urgency=low + + * New Upstream Version + + -- Vincent Danjean Wed, 15 Apr 2009 10:28:07 +0200 + +yaz (3.0.42-1) unstable; urgency=low + + * New Upstream Version + Not uploaded due to ABI breakage resolved with the help of upstream + + -- Vincent Danjean Tue, 03 Feb 2009 16:36:05 +0100 + +yaz (3.0.41-1) unstable; urgency=low + + * New Upstream Version + * Debian packaging: + - debian/control: fix lintian warnings (missing ${misc:Depends} and + descriptions (Closes: #477690)) + - debian/*.symbols: add new symbols. One internal use only (according + to upstream) symbol has been removed. As it was wrong for a user + to use it, no soname bump has been done. + - debian/rules: manage libtool scripts correctly with autoreconf + (local libtool is more recent than debian version) + + -- Vincent Danjean Mon, 02 Feb 2009 11:27:28 +0100 + +yaz (3.0.34-2) unstable; urgency=low + + * Fix depends for libyaz-dev (replace libssl-dev by libgnutls-dev) + + -- Vincent Danjean Mon, 11 Aug 2008 13:03:08 +0200 + +yaz (3.0.34-1) unstable; urgency=low + + * New Upstream Version + + YAZ uses GNU TLS without the OpenSSL compatibility wrapper. + * debian/rules: + - reenable --with-gnutls in configure (and add corresponding builddepends) + - fix typo (Closes: #486239) + + -- Vincent Danjean Fri, 20 Jun 2008 15:09:36 +0200 + +yaz (3.0.32-1) unstable; urgency=low + + * New Upstream Version + + -- Vincent Danjean Thu, 12 Jun 2008 13:38:40 +0200 + +yaz (3.0.30-1) unstable; urgency=low + + * New upstream version + *************************************************************** + * Do not link with gnutls nor openssl until licenses issues are + fully solved with upstream (work in progress) + => this version of yaz will be unable to access https:// URL + A NEWS file will be provided in the lenny package explaining + the current situation (I'm confident that yaz will be able + to use libgnutls without libgnutls-openssl) + *************************************************************** + * No need to recreate orig.gz anymore (thanks indexdata for + not including debian/ in tar.gz anymore) + * Dumb standard-version to 3.8.0 (no change needed) + * build depends on good versions of libicu-dev (Closes: #483649) + * close old already fixed bugs: + + yaz: New version of YAZ available (Closes: #463116) + + yaz: FTBFS on GNU/kFreeBSD (Closes: #410346) + [fixed by upstream but ziffy is not included anymore] + + -- Vincent Danjean Wed, 11 Jun 2008 13:30:41 +0200 + +yaz (3.0.26+debian.1-3) unstable; urgency=low + + * Re-enable the tst_icu_I18N (libicu38 will need to be fixed) + * add symbol files for libyaz3 (with dpkg-gensymbols) + set the versions to the current one (if someone wants to + track the exact version, patch welcome) + * switch to debhelper 7 + * remove generated documentation in the clean target + * patch upstream to correctly link libraries and binaries + + -- Vincent Danjean Wed, 04 Jun 2008 19:44:58 +0200 + +yaz (3.0.26+debian.1-2) unstable; urgency=low + + * Desactivate the tst_icu_I18N test that fails on arm due to a + bug in libicu38 (see #483649 and the corresponding icu bug) + + -- Vincent Danjean Mon, 02 Jun 2008 19:06:02 +0200 + +yaz (3.0.26+debian.1-1) unstable; urgency=low + + * New maintainer (previous was MIA) + * Upstream fix licensing issues (see 3.0.20 entry in NEWS file) + * New upstream release (Closes: #438844) + a pkg-config file is here (Closes: #386881) + * Merge upstream changelog entries when informative + * update DH_COMPAT to level 5 + * libyaz3-dev: Only suggest yaz-doc, don't recommend it (Closes: #436646) + + -- Vincent Danjean Sun, 13 Apr 2008 23:06:30 +0200 + +yaz (3.0.15-1) unstable; urgency=low + + * Version with ICU. + + -- Adam Dickmeiss Mon, 22 Oct 2007 14:31:54 +0200 + +yaz (3.0.5-4) unstable; urgency=low + + * Added yaz-illclient package. + + -- Adam Dickmeiss Sun, 03 Jun 2007 11:58:26 +0200 + +yaz (3.0.5-3) unstable; urgency=low + + * New ZOOM C features, correlationInfo for record update. + + -- Adam Dickmeiss Thu, 31 May 2007 09:39:11 +0200 + +yaz (3.0.5-2) unstable; urgency=low + + * Added command querycharset for yaz-client. + + -- Adam Dickmeiss Wed, 30 May 2007 10:41:24 +0200 + +yaz (3.0.2-2) unstable; urgency=low + + * libyaz3-dev should conflict with libyaz2-dev. + + -- Adam Dickmeiss Wed, 09 May 2007 13:04:04 +0200 + +yaz (2.1.48+debian.1-0.3) UNRELEASED; urgency=low + + * Merge changelog from upstream and experimental Debian branch + 2.1.18-2 is only in the Debian branch (see git history for + more details) + * Switch to git base management in collab-maint + + -- Vincent Danjean Sun, 02 Dec 2007 13:46:26 +0100 + +yaz (2.1.48+debian.1-0.2) experimental; urgency=low + + * NMU + * Fix bug in dependencies + + -- Vincent Danjean Fri, 26 Jan 2007 19:38:15 +0100 + +yaz (2.1.48+debian.1-0.1) experimental; urgency=low + + * NMU + * New upstream release (Closes: #359265, #361726), unblock #367007 + * [debian/watch,debian/create_orig] + + add a watch file and manage removal of upstream debian directory + * [debian/copyright] + + add missing information + * [debian/control] + + add yaz-ziffy package (following upstream) + + add tcl8.4 to recommends for libyaz2-dev (needed for the yaz-asncomp + script) + + adding packages to Build-Depends: + - libpcap-dev (needed for yaz-ziffy) + - libxslt1-dev (needed for yaz to support SRU) + - tcl8.4 (needed by configure) + - bison, gwak, pkg-config, docbook-xsl, docbook-dsssl, docbook-xml + => they are looked for by the configure script + - autotools-dev so that new config.{sub,guess} can be used + * [debian/yaz-ziffy.{install,manpages}] + + add yaz-ziffy package (taken from upstream) + * [debian/rules] + + copy config.{sub,guess} before configuring and remove them in clean + target (so they are not included in the diff.gz) + + autogenerate dh_makeshlibs -V argument so that current upstream + version is automaticaly used. This follows current upstream and + maintainer pratices. Is it really needed ? + + add --with-xslt and --with-xml2 to configure flags + + add "$(MAKE) check" to the build process + + stop copying the LICENSE in debian/copyright (no enought information + in this file) + * [doc/yaz-client.1] fix line begining by '.' + * [util/yaz-asncomp] call tclsh8.4 directly instead of using a sh trick + + -- Vincent Danjean Wed, 24 Jan 2007 01:22:20 +0100 + +yaz (2.1.48-1) unstable; urgency=low + + [ Adam Dickmeiss ] + * Upstream. + + [ Vincent Danjean ] + * New Upstream Version + + -- Vincent Danjean Sat, 01 Dec 2007 18:18:38 +0100 + +yaz (2.1.46-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Sat, 13 Jan 2007 09:58:28 +0100 + +yaz (2.1.44-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 3 Jan 2007 09:36:02 +0100 + +yaz (2.1.42-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Sun, 17 Dec 2006 16:44:31 +0100 + +yaz (2.1.41-5) unstable; urgency=low + + * Fixed bug #722. + + -- Adam Dickmeiss Wed, 6 Dec 2006 14:26:09 +0100 + +yaz (2.1.41-4) unstable; urgency=low + + * Fixed bug #740. + + -- Adam Dickmeiss Mon, 4 Dec 2006 10:14:48 +0100 + +yaz (2.1.41-3) unstable; urgency=low + + * yaz-ziffy is architecture all (not any). + + -- Adam Dickmeiss Fri, 1 Dec 2006 09:09:39 +0100 + +yaz (2.1.41-2) unstable; urgency=low + + * With bug fix #740. + + -- Adam Dickmeiss Fri, 1 Dec 2006 08:57:26 +0100 + +yaz (2.1.41-1) unstable; urgency=low + + * With ziffy. + + -- Adam Dickmeiss Thu, 30 Nov 2006 09:53:06 +0100 + +yaz (2.1.40-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 27 Nov 2006 15:11:55 +0100 + +yaz (2.1.39-1) unstable; urgency=low + + * Upstream. + + -- Marc Cromme Mon, 06 Nov 2006 14:11:34 +0100 + +yaz (2.1.38-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 31 Oct 2006 11:06:12 +0100 + +yaz (2.1.36-1) unstable; urgency=low + + * Upstream. Revised BSD License. + + -- Adam Dickmeiss Fri, 13 Oct 2006 13:33:49 +0200 + +yaz (2.1.34-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 4 Oct 2006 10:01:51 +0200 + +yaz (2.1.32-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 21 Sep 2006 08:57:44 +0200 + +yaz (2.1.30-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Sun, 17 Sep 2006 12:51:58 +0200 + +yaz (2.1.28-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 4 Sep 2006 12:11:24 +0200 + +yaz (2.1.27-3) unstable; urgency=low + + * More testing of MARC-8 encoding. Using getaddrinfo. + + -- Adam Dickmeiss Thu, 31 Aug 2006 17:39:18 +0200 + +yaz (2.1.27-2) unstable; urgency=low + + * Testing of MARC-8 encoding bugs. + + -- Adam Dickmeiss Mon, 28 Aug 2006 18:54:11 +0200 + +yaz (2.1.27-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 17 Aug 2006 00:48:40 +0200 + +yaz (2.1.26-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 15 Aug 2006 15:18:26 +0200 + +yaz (2.1.24-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 8 Aug 2006 10:32:04 +0200 + +yaz (2.1.23-2) unstable; urgency=low + + * Second attempt to fix bug #612. + + -- Adam Dickmeiss Fri, 16 Jun 2006 14:30:56 +0200 + +yaz (2.1.23-1) unstable; urgency=low + + * Internal build to work with bug #612. + + -- Adam Dickmeiss Fri, 16 Jun 2006 12:07:10 +0200 + +yaz (2.1.22-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 15 Jun 2006 15:35:17 +0200 + +yaz (2.1.20-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 2 Jun 2006 15:16:22 +0200 + +yaz (2.1.19-1) unstable; urgency=low + + * Upstream + * added yaz_filepath_resolve(...) to API + * API version 2.1.17. + + -- Marc Cromme Thu, 27 Apr 2006 21:56:29 +0200 + +yaz (2.1.18-2) unstable; urgency=low + + * Fixed shlibs to make yaz depend on new libyaz2 package + * libyaz2 now conflicts/replaces libyaz (closes: #379625) + + -- Eric Schwartz (Skif) Mon, 24 Jul 2006 11:07:22 -0600 + +yaz (2.1.18-1) unstable; urgency=low + + * New upstream version for Debian + * Changed lib package to libyaz2, as it's changed it SONAME. + * Updated Standards-Version to 3.7.2 + + -- Eric Schwartz (Skif) Thu, 20 Jul 2006 20:23:05 -0600 + +yaz (2.1.8-4) unstable; urgency=low + + * yaz should depend on libyaz (closes: #326877) + * Depend on correct version of libyaz (closes #322326) + + -- Eric Schwartz (Skif) Sun, 11 Sep 2005 20:56:28 -0600 + +yaz (2.1.8-3) unstable; urgency=low + + * Fix libyaz-dev dependencies (closes: #305560) + + -- Eric Schwartz (Skif) Fri, 8 Jul 2005 23:14:23 -0600 + +yaz (2.1.8-2) unstable; urgency=low + + * add libtool to Build-Depends + + -- Eric Schwartz (Skif) Fri, 8 Jul 2005 03:44:48 -0600 + +yaz (2.1.8-1) unstable; urgency=low + + * New upstream version + + -- Eric Schwartz (Skif) Thu, 7 Jul 2005 22:28:28 -0600 + +yaz (2.0.30-2) unstable; urgency=low + + * Removed yaz-asncomp.1 from yaz.manpages (closes: #290376) + + -- Eric Schwartz (Skif) Fri, 21 Jan 2005 00:19:46 -0700 + +yaz (2.0.30-1) unstable; urgency=low + + * New upstream release (closes: #271935) + * yaz-asncomp.1 manpage moved to libyaz-dev (closes: #271934) + * Build dependencies for libyaz-dev fixed (closes: #276395) + + -- Eric Schwartz (Skif) Sat, 8 Jan 2005 20:40:04 -0700 + +yaz (2.0.21-1) unstable; urgency=low + + * New upstream release + + -- Eric Schwartz (Skif) Tue, 15 Jun 2004 22:40:55 -0600 + +yaz (2.0.2-4) unstable; urgency=low + + * libyaz-dev now depends on libyaz. (closes: #211350) + + -- Eric Schwartz Fri, 26 Sep 2003 22:01:08 -0600 + +yaz (2.0.2-3) unstable; urgency=low + + * Fixed debian/yaz-doc.doc-base to reflect reality (closes: #198977) + + -- Eric Schwartz Sun, 6 Jul 2003 22:27:00 -0600 + +yaz (2.0.2-2) unstable; urgency=low + + * Added .h files to -dev package + + -- Eric Schwartz Tue, 10 Jun 2003 21:57:02 -0600 + +yaz (2.0.2-1) unstable; urgency=low + + * Initial Release. + * Re-debianized package for compliance with current policy + + -- Eric Schwartz Mon, 26 May 2003 02:58:17 -0600 --- yaz-3.0.48.orig/debian/patches/series +++ yaz-3.0.48/debian/patches/series @@ -0,0 +1 @@ +fix-automake-1.11.patch --- yaz-3.0.48.orig/debian/patches/fix-automake-1.11.patch +++ yaz-3.0.48/debian/patches/fix-automake-1.11.patch @@ -0,0 +1,13 @@ +Automake 1.11 does not defined per-rules INSTALL variables. +Using INSTALL_DATA instead of docDATA_INSTALL +--- a/doc/Makefile.am ++++ b/doc/Makefile.am +@@ -106,7 +106,7 @@ + install-data-hook: + if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ + for p in $$d/*.html; do \ +- $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ ++ $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \ + done + + uninstall-hook: