diff --git a/lang/swipl/Makefile b/lang/swipl/Makefile index cd9f0636b21e..e484805c580a 100644 --- a/lang/swipl/Makefile +++ b/lang/swipl/Makefile @@ -1,92 +1,71 @@ PORTNAME= swi-pl -DISTVERSION= 9.2.9 -PORTREVISION= 1 +DISTVERSION= 10.0.2 CATEGORIES= lang MASTER_SITES= http://www.swi-prolog.org/download/stable/src/ DISTNAME= swipl-${DISTVERSION} MAINTAINER= mailinglist@diamondbox.dk COMMENT= Edinburgh-style Prolog compiler WWW= https://www.swi-prolog.org/ LICENSE= BSD2CLAUSE BROKEN_i386= FAILED: man/lib/clpfdlib.tex +BUILD_DEPENDS= uuid-config:misc/ossp-uuid LIB_DEPENDS= libpcre2-posix.so:devel/pcre2 \ libossp-uuid.so:misc/ossp-uuid \ - libyaml.so:textproc/libyaml + libyaml.so:textproc/libyaml \ + ${LIB_DEPENDS_${ARCH}} +LIB_DEPENDS_aarch64= libunwind.so:devel/libunwind +LIB_DEPENDS_amd64= libunwind.so:devel/libunwind +LIB_DEPENDS_armv7= libunwind.so:devel/libunwind +LIB_DEPENDS_i386= libunwind.so:devel/libunwind +LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind +LIB_DEPENDS_powerpc64le= libunwind.so:devel/libunwind + +USES= cmake compiler:c11 libarchive libedit pathfix pkgconfig python ssl localbase:ldflags +USE_LDCONFIG= ${PREFIX}/lib/swipl/lib/${ARCH}-${OPSYS:tl} + +CMAKE_ARGS= -DSWIPL_PACKAGES_JAVA=OFF -DBUILD_TESTING=OFF -DSYSTEM_LIBEDIT=ON +.ifndef WITH_DEBUG +CMAKE_BUILD_TYPE=PGO +.endif -USES= cmake compiler:c11 libarchive libedit pathfix pkgconfig \ - python readline shebangfix ssl xorg -USE_XORG= ice sm x11 xext xft xinerama xpm xt xrandr +LDFLAGS+= -lstdthreads +NOPRECIOUSMAKEVARS= yes +PLIST_SUB+= ARCH=${ARCH} OS=${OPSYS:tl} OPTIONS_DEFINE= DOCS EXAMPLES GMP ODBC TCMALLOC THREADED XPCE OPTIONS_DEFAULT= GMP ODBC TCMALLOC THREADED XPCE OPTIONS_SUB= yes +# devel/google-perftools broken on these +OPTIONS_EXCLUDE_aarch64= TCMALLOC +OPTIONS_EXCLUDE_armv7= TCMALLOC +OPTIONS_EXCLUDE_riscv64= TCMALLOC -MAKE_ENV= XDG_DATA_DIRS=/dummy -CMAKE_ARGS= -DSWIPL_PACKAGES_JAVA=OFF -DSWIPL_PACKAGES_QT=OFF -DBUILD_TESTING=OFF - -LDFLAGS+= -lstdthreads - -DOCS_CMAKE_ON= -DINSTALL_DOCUMENTATION=ON -DOCS_CMAKE_OFF= -DINSTALL_DOCUMENTATION=OFF +DOCS_CMAKE_BOOL= INSTALL_DOCUMENTATION TCMALLOC_DESC= Use tcmalloc instead of default freebsd jemalloc -TCMALLOC_CMAKE_ON= -DUSE_TCMALLOC=ON -TCMALLOC_CMAKE_OFF= -DUSE_TCMALLOC=OFF +TCMALLOC_CMAKE_BOOL= USE_TCMALLOC TCMALLOC_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools XPCE_DESC= Install XPCE graphical support -XPCE_CMAKE_ON= -DSWIPL_PACKAGES_X=ON -XPCE_CMAKE_OFF= -DSWIPL_PACKAGES_X=OFF -XPCE_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 -XPCE_USES= jpeg +XPCE_CMAKE_BOOL= SWIPL_PACKAGES_GUI +XPCE_USES= sdl +XPCE_USE= sdl=sdl3,image3 +XPCE_LIB_DEPENDS= libcairo.so:graphics/cairo \ + libpangocairo-1.0.so:x11-toolkits/pango GMP_DESC= Enable bignum and rational numbers -GMP_CMAKE_ON= -DUSE_GMP=ON -GMP_CMAKE_OFF= -DUSE_GMP=OFF +GMP_CMAKE_BOOL= USE_GMP GMP_LIB_DEPENDS= libgmp.so:math/gmp THREADED_DESC= Enable support for Prolog threads -THREADED_CMAKE_ON= -DMULTI_THREADED=ON -THREADED_CMAKE_OFF= -DMULTI_THREADED=OFF +THREADED_CMAKE_BOOL= MULTI_THREADED ODBC_DESC= Enable ODBC and CQL packages -ODBC_CMAKE_ON= -DSWIPL_PACKAGES_ODBC=ON -ODBC_CMAKE_OFF= -DSWIPL_PACKAGES_ODBC=OFF +ODBC_CMAKE_BOOL= SWIPL_PACKAGES_ODBC ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC -.include - -SHEBANG_FILES= library/dialect/sicstus/swipl-lfr.pl -SHEBANG_LANG= swipl - -CMAKE_BUILD_TYPE= Release - -NOPRECIOUSMAKEVARS= yes - -.include - -USE_LDCONFIG= ${PREFIX}/lib/swipl/lib/${ARCH}-${OPSYS:tl} - -PLIST_SUB+= ARCH=${ARCH} OS=${OPSYS:tl} - -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le -LIB_DEPENDS+= libunwind.so:devel/libunwind -.endif - -post-patch: - @${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \ - ${WRKSRC}/packages/cpp/SWI-cpp.h - @${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \ - ${WRKSRC}/packages/cpp/SWI-cpp2.h - @${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|' \ - ${WRKSRC}/cmake/LocationsPostPorts.cmake - -post-install-XPCE-on: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/swipl/lib/${ARCH}-${OPSYS:tl}/pl2xpce.so - -.include +.include diff --git a/lang/swipl/distinfo b/lang/swipl/distinfo index abc054262760..d5c571f4152c 100644 --- a/lang/swipl/distinfo +++ b/lang/swipl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740441596 -SHA256 (swipl-9.2.9.tar.gz) = 53f428e2d9bbdf30e53b06c9c42def9a13ff82fc36a111d410fc8b0bc889ee2d -SIZE (swipl-9.2.9.tar.gz) = 12321115 +TIMESTAMP = 1779582523 +SHA256 (swipl-10.0.2.tar.gz) = e42cc098f7b8a6051c4f79a99b55162d467098aba60f69649bdc7583f0734b57 +SIZE (swipl-10.0.2.tar.gz) = 12825701 diff --git a/lang/swipl/files/patch-cmake_LocationsPostPorts.cmake b/lang/swipl/files/patch-cmake_LocationsPostPorts.cmake new file mode 100644 index 000000000000..ed885d516589 --- /dev/null +++ b/lang/swipl/files/patch-cmake_LocationsPostPorts.cmake @@ -0,0 +1,11 @@ +--- cmake/LocationsPostPorts.cmake.orig 2026-07-01 22:22:28 UTC ++++ cmake/LocationsPostPorts.cmake +@@ -17,7 +17,7 @@ if(SWIPL_INSTALL_GENERIC_BUNDLE) + endif() + set(SWIPL_INSTALL_MANPAGES share/man/man1 + CACHE STRING "Directory for man pages") +- set(SWIPL_INSTALL_PKGCONFIG share/pkgconfig ++ set(SWIPL_INSTALL_PKGCONFIG libdata/pkgconfig + CACHE STRING "Directory for pkg-config pages") + endif() + diff --git a/lang/swipl/files/patch-packages_clib_cmake_FindLibUUID.cmake b/lang/swipl/files/patch-packages_clib_cmake_FindLibUUID.cmake deleted file mode 100644 index 0927275116dd..000000000000 --- a/lang/swipl/files/patch-packages_clib_cmake_FindLibUUID.cmake +++ /dev/null @@ -1,14 +0,0 @@ ---- packages/clib/cmake/FindLibUUID.cmake.orig 2020-06-28 13:21:56 UTC -+++ packages/clib/cmake/FindLibUUID.cmake -@@ -25,9 +25,8 @@ if(UUID_CONFIG) - - string(REPLACE "-l" "" LIBUUID_LIB ${LIBUUID_LIBFLAG}) - find_library(UUID_LIBRARY -- NAMES ${LIBUUID_LIB} -- PATHS ${LIBUUID_LIBRARY_DIR} -- NO_DEFAULT_PATH) -+ NAMES ossp-uuid -+ PATHS ${LIBUUID_LIBRARY_DIR}) - if(NOT UUID_LIBRARY AND LIBUUID_LIB MATCHES "ossp") - find_library(UUID_LIBRARY - NAMES ${LIBUUID_LIB} diff --git a/lang/swipl/files/patch-packages_clib_uuid.c b/lang/swipl/files/patch-packages_clib_uuid.c new file mode 100644 index 000000000000..2ede0b30e296 --- /dev/null +++ b/lang/swipl/files/patch-packages_clib_uuid.c @@ -0,0 +1,65 @@ +--- packages/clib/uuid.c.orig 2026-06-17 21:36:40 UTC ++++ packages/clib/uuid.c +@@ -137,9 +137,9 @@ pl_uuid(term_t UUID, term_t options) + { case UUID_MAKE_V1: + case UUID_MAKE_MC: + case UUID_MAKE_V4: +- uuid_create(&uuid); +- if ( (urc=uuid_make(uuid, mode)) != UUID_RC_OK ) +- return PL_warning("UUID: make: %s\n", uuid_error(urc)); ++ ossp_uuid_create(&uuid); ++ if ( (urc=ossp_uuid_make(uuid, mode)) != UUID_RC_OK ) ++ return PL_warning("UUID: make: %s\n", ossp_uuid_error(urc)); + break; + case UUID_MAKE_V3: + case UUID_MAKE_V5: +@@ -148,12 +148,12 @@ pl_uuid(term_t UUID, term_t options) + if ( !ns ) + return PL_existence_error("uuid_context", options); + +- uuid_create(&uuid); +- uuid_create(&uuid_ns); +- uuid_load(uuid_ns, ns); +- if ( (urc=uuid_make(uuid, mode, uuid_ns, str)) != UUID_RC_OK ) +- return PL_warning("UUID: make: %s\n", uuid_error(urc)); +- uuid_destroy(uuid_ns); ++ ossp_uuid_create(&uuid); ++ ossp_uuid_create(&uuid_ns); ++ ossp_uuid_load(uuid_ns, ns); ++ if ( (urc=ossp_uuid_make(uuid, mode, uuid_ns, str)) != UUID_RC_OK ) ++ return PL_warning("UUID: make: %s\n", ossp_uuid_error(urc)); ++ ossp_uuid_destroy(uuid_ns); + break; + } + default: +@@ -166,8 +166,8 @@ pl_uuid(term_t UUID, term_t options) + void *ptr = buf; + size_t datalen = sizeof(buf); + +- if ( (urc=uuid_export(uuid, UUID_FMT_STR, &ptr, &datalen)) != UUID_RC_OK ) +- return PL_warning("UUID: export: %s\n", uuid_error(urc)); ++ if ( (urc=ossp_uuid_export(uuid, UUID_FMT_STR, &ptr, &datalen)) != UUID_RC_OK ) ++ return PL_warning("UUID: export: %s\n", ossp_uuid_error(urc)); + rc = PL_unify_chars(UUID, PL_ATOM|REP_ISO_LATIN_1, (size_t)-1, buf); + } else if ( format == ATOM_integer ) + { char buf[UUID_LEN_SIV+1]; +@@ -175,8 +175,8 @@ pl_uuid(term_t UUID, term_t options) + size_t datalen = sizeof(buf); + term_t tmp = PL_new_term_ref(); + +- if ( (urc=uuid_export(uuid, UUID_FMT_SIV, &ptr, &datalen)) != UUID_RC_OK ) +- return PL_warning("UUID: export: %s\n", uuid_error(urc)); ++ if ( (urc=ossp_uuid_export(uuid, UUID_FMT_SIV, &ptr, &datalen)) != UUID_RC_OK ) ++ return PL_warning("UUID: export: %s\n", ossp_uuid_error(urc)); + rc = ( PL_chars_to_term(buf, tmp) && + PL_unify(UUID, tmp) + ); +@@ -185,7 +185,7 @@ pl_uuid(term_t UUID, term_t options) + return FALSE; + } + +- uuid_destroy(uuid); ++ ossp_uuid_destroy(uuid); + + return rc; + } diff --git a/lang/swipl/files/patch-packages_ssl_crypto4pl.c b/lang/swipl/files/patch-packages_ssl_crypto4pl.c new file mode 100644 index 000000000000..a598ed8b3b51 --- /dev/null +++ b/lang/swipl/files/patch-packages_ssl_crypto4pl.c @@ -0,0 +1,338 @@ +--- packages/ssl/crypto4pl.c.orig 2026-01-22 19:39:26 UTC ++++ packages/ssl/crypto4pl.c +@@ -823,8 +823,60 @@ recover_ec(term_t t, ECKEY **rec) + static int + recover_ec(term_t t, ECKEY **rec) + { +- ECKEY *key; ++#ifdef USE_EVP_API ++ EVP_PKEY *key = NULL; + BIGNUM *privkey = NULL; ++ unsigned char *codes; ++ size_t codes_len; ++ term_t tcurve, pubkey; ++ char *curve; ++ OSSL_PARAM_BLD *bld = NULL; ++ OSSL_PARAM *params = NULL; ++ EVP_PKEY_CTX *ctx = NULL; ++ int selection; ++ int rc = FALSE; ++ ++ if ( !((tcurve = PL_new_term_ref()) && ++ (pubkey = PL_new_term_ref()) && ++ PL_get_arg(3, t, tcurve) && ++ PL_get_chars(tcurve, &curve, CVT_ATOM|CVT_STRING|CVT_EXCEPTION) && ++ PL_get_arg(2, t, pubkey) && ++ PL_get_nchars(pubkey, &codes_len, (char **) &codes, ++ CVT_ATOM|CVT_STRING|CVT_LIST|CVT_EXCEPTION) && ++ get_bn_arg(1, t, &privkey)) ) ++ return FALSE; ++ ++ if ( !(bld = OSSL_PARAM_BLD_new()) || ++ !OSSL_PARAM_BLD_push_utf8_string(bld, OSSL_PKEY_PARAM_GROUP_NAME, ++ curve, 0) || ++ !OSSL_PARAM_BLD_push_octet_string(bld, OSSL_PKEY_PARAM_PUB_KEY, ++ codes, codes_len) || ++ (privkey && !OSSL_PARAM_BLD_push_BN(bld, OSSL_PKEY_PARAM_PRIV_KEY, ++ privkey)) || ++ !(params = OSSL_PARAM_BLD_to_param(bld)) || ++ !(ctx = EVP_PKEY_CTX_new_from_name(NULL, "EC", NULL)) || ++ EVP_PKEY_fromdata_init(ctx) <= 0 || ++ EVP_PKEY_fromdata(ctx, &key, ++ (selection = privkey ? EVP_PKEY_KEYPAIR ++ : EVP_PKEY_PUBLIC_KEY), ++ params) <= 0 ) ++ { raise_ssl_error(ERR_get_error()); ++ if ( key ) EVP_PKEY_free(key); ++ goto cleanup; ++ } ++ ++ *rec = key; ++ rc = TRUE; ++ ++cleanup: ++ if ( ctx ) EVP_PKEY_CTX_free(ctx); ++ if ( params ) OSSL_PARAM_free(params); ++ if ( bld ) OSSL_PARAM_BLD_free(bld); ++ BN_free(privkey); ++ return rc; ++#else ++ EC_KEY *key; ++ BIGNUM *privkey = NULL; + term_t pubkey; + unsigned char *codes; + size_t codes_len; +@@ -832,55 +884,31 @@ recover_ec(term_t t, ECKEY **rec) + char *curve; + + if ( !(tcurve && +- PL_get_arg(3, t, tcurve) && +- PL_get_chars(tcurve, &curve, CVT_ATOM|CVT_STRING|CVT_EXCEPTION) && +-#ifdef USE_EVP_API +- (key = EVP_EC_gen(curve)) +-#else +- (key = EC_KEY_new_by_curve_name(OBJ_sn2nid(curve))) +-#endif +- ) ) ++ PL_get_arg(3, t, tcurve) && ++ PL_get_chars(tcurve, &curve, CVT_ATOM|CVT_STRING|CVT_EXCEPTION) && ++ (key = EC_KEY_new_by_curve_name(OBJ_sn2nid(curve)))) ) + return FALSE; + + if ( !get_bn_arg(1, t, &privkey) ) +- { +-#ifdef USE_EVP_API +- EVP_PKEY_free(key); +-#else +- EC_KEY_free(key); +-#endif ++ { EC_KEY_free(key); + return FALSE; + } + + if ( privkey ) +- { +-#ifdef USE_EVP_API +- EVP_PKEY_set_bn_param(key, "priv", privkey); +-#else + EC_KEY_set_private_key(key, privkey); +-#endif +- } + + if ( (pubkey=PL_new_term_ref()) && + PL_get_arg(2, t, pubkey) && + PL_get_nchars(pubkey, &codes_len, (char **) &codes, +- CVT_ATOM|CVT_STRING|CVT_LIST|CVT_EXCEPTION) && +-#ifdef USE_EVP_API +- EVP_PKEY_set_octet_string_param(key, "pub", (const unsigned char*) codes, codes_len) +-#else +- (key = o2i_ECPublicKey(&key, (const unsigned char**) &codes, codes_len)) +-#endif +- ) ++ CVT_ATOM|CVT_STRING|CVT_LIST|CVT_EXCEPTION) && ++ (key = o2i_ECPublicKey(&key, (const unsigned char**) &codes, codes_len)) ) + { *rec = key; + return TRUE; + } + +-#ifdef USE_EVP_API +- EVP_PKEY_free(key); +-#else + EC_KEY_free(key); +-#endif + return FALSE; ++#endif + } + #endif + +@@ -894,18 +922,6 @@ recover_rsa(term_t t, RSAKEY** keyp) + RSAKEY *key = RSA_new(); + #endif + +-#if SSL_API_0 +- if ( get_bn_arg(1, t, &key->n) && +- get_bn_arg(2, t, &key->e) && +- get_bn_arg(3, t, &key->d) && +- get_bn_arg(4, t, &key->p) && +- get_bn_arg(5, t, &key->q) && +- get_bn_arg(6, t, &key->dmp1) && +- get_bn_arg(7, t, &key->dmq1) && +- get_bn_arg(8, t, &key->iqmp) +- ) +- { +-#else + BIGNUM *n = NULL, *e = NULL, *d = NULL, *p = NULL, + *q = NULL, *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; + +@@ -968,7 +984,6 @@ recover_rsa(term_t t, RSAKEY** keyp) + return FALSE; + } + #endif +-#endif + *keyp = key; + return TRUE; + } +@@ -1105,7 +1120,8 @@ pl_ecdsa_sign(term_t Private, term_t Data, term_t Enc, + unsigned char *signature = NULL; + int rc; + #ifdef USE_EVP_API +- size_t signature_len; ++ size_t signature_len = 0; ++ EVP_PKEY_CTX *sign_ctx; + #else + ECDSA_SIG *sig; + unsigned int signature_len; +@@ -1116,15 +1132,20 @@ pl_ecdsa_sign(term_t Private, term_t Data, term_t Enc, + return FALSE; + + #ifdef USE_EVP_API +- signature_len = EVP_PKEY_get_size(key); +- EVP_PKEY_CTX *sign_ctx = EVP_PKEY_CTX_new(key, NULL); +- EVP_PKEY_sign_init(sign_ctx); +- rc = EVP_PKEY_sign(sign_ctx, +- signature, &signature_len, +- data, (unsigned int)data_len); +- EVP_PKEY_CTX_free(sign_ctx); +- if (!rc) ++ if ( !(sign_ctx = EVP_PKEY_CTX_new(key, NULL)) || ++ EVP_PKEY_sign_init(sign_ctx) <= 0 || ++ EVP_PKEY_sign(sign_ctx, NULL, &signature_len, ++ data, data_len) <= 0 || ++ !(signature = OPENSSL_malloc(signature_len)) || ++ EVP_PKEY_sign(sign_ctx, signature, &signature_len, ++ data, data_len) <= 0 ) ++ { if ( sign_ctx ) EVP_PKEY_CTX_free(sign_ctx); ++ EVP_PKEY_free(key); ++ OPENSSL_free(signature); + return raise_ssl_error(ERR_get_error()); ++ } ++ EVP_PKEY_CTX_free(sign_ctx); ++ EVP_PKEY_free(key); + #else + sig = ECDSA_do_sign(data, (unsigned int)data_len, key); + EC_KEY_free(key); +@@ -1640,9 +1661,6 @@ pl_rsa_verify(term_t Public, term_t Type, term_t Enc, + + + +-#ifndef HAVE_EVP_CIPHER_CTX_RESET +-#define EVP_CIPHER_CTX_reset(C) EVP_CIPHER_CTX_init(C) +-#endif + + static foreign_t + pl_crypto_data_decrypt(term_t ciphertext_t, term_t algorithm_t, +@@ -2185,114 +2203,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + #include + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L +-static pthread_mutex_t *lock_cs; +-static long *lock_count; +-static void (*old_locking_callback)(int, int, const char*, int) = NULL; +-#ifdef HAVE_CRYPTO_THREADID_GET_CALLBACK +-static void (*old_id_callback)(CRYPTO_THREADID*) = NULL; +-#else +-static unsigned long (*old_id_callback)(void) = NULL; +-#endif +- +-static void +-crypto_thread_exit(void* ignored) +-{ +-#ifdef HAVE_ERR_REMOVE_THREAD_STATE +- ERR_remove_thread_state(0); +-#elif defined(HAVE_ERR_REMOVE_STATE) +- ERR_remove_state(0); +-#else +-#error "Do not know how to remove SSL error state" +-#endif +-} +- +-static void +-pthreads_locking_callback(int mode, int type, const char *file, int line) +-{ if (mode & CRYPTO_LOCK) +- { pthread_mutex_lock(&(lock_cs[type])); +- lock_count[type]++; +- } else +- { pthread_mutex_unlock(&(lock_cs[type])); +- } +-} +- +- +-/* From OpenSSL manual: +- +- id_function(void) is a function that returns a thread ID. It is not +- needed on Windows nor on platforms where getpid() returns a different +- ID for each thread (most notably Linux). +- +- As for pthreads_win32 version 2, the thread identifier is no longer +- integral, we are going to test this claim from the manual +- +- JW: I don't think getpid() returns different thread ids on Linux any +- longer, nor on many other Unix systems. Maybe we should use +- PL_thread_self()? +-*/ +- +-#ifndef __WINDOWS__ +-#ifdef HAVE_CRYPTO_THREADID_SET_CALLBACK +-static void +-pthreads_thread_id(CRYPTO_THREADID* id) +-{ CRYPTO_THREADID_set_numeric(id, (unsigned long)pthread_self()); +-} +-#else +-static unsigned long +-pthreads_thread_id(void) +-{ unsigned long ret; +- +- ret=(unsigned long)pthread_self(); +- return(ret); +-} +-#endif /* OpenSSL 1.0.0 */ +-#endif /* WINDOWS */ +-#endif /* OpenSSL 1.1.0 */ +- +-#if !defined(HAVE_CRYPTO_THREADID_GET_CALLBACK) && !defined(CRYPTO_THREADID_get_callback) +-#define CRYPTO_THREADID_get_callback CRYPTO_get_id_callback +-#define CRYPTO_THREADID_set_callback CRYPTO_set_id_callback +-#endif +- + static int + crypto_lib_init(void) +-{ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L +- OpenSSL_add_all_algorithms(); +- ERR_load_crypto_strings(); +- +- if ( (old_id_callback=CRYPTO_THREADID_get_callback()) == 0 ) +- { int i; +- +- lock_cs = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(pthread_mutex_t)); +- lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long)); +- +- for (i=0; idata ++#define ASN1_STRING_length(x) (x)->length ++#define ASN1_STRING_type(x) (x)->type ++#endif ++ + typedef int BOOL; + #ifndef TRUE + #define TRUE 1 +@@ -458,12 +464,12 @@ unify_asn1_time(term_t term, const ASN1_TIME *time) + { time_t result = 0; + char buffer[24]; + char* pbuffer = buffer; +- size_t length = time->length; +- char * source = (char *)time->data; ++ size_t length = ASN1_STRING_length(time); ++ const char * source = (const char *)ASN1_STRING_get0_data(time); + struct tm time_tm; + time_t lSecondsFromUTC; + +- if (time->type == V_ASN1_UTCTIME) ++ if (ASN1_STRING_type(time) == V_ASN1_UTCTIME) + { if ((length < 11) || (length > 17)) + { ssl_deb(2, "Unable to parse time - expected either 11 or 17 chars," + " not %d", length); +@@ -581,8 +587,6 @@ algorithm_to_type(const ASN1_OBJECT* algorithm, int *n + return EVP_get_digestbynid(*nid); + } + +-#if defined(HAVE_X509_DIGEST) && defined(HAVE_X509_CRL_DIGEST) +- + static int + hash_X509_digest_wrapper(const void *data, const EVP_MD *type, + unsigned char* md, unsigned int *l) +@@ -616,70 +620,9 @@ unify_hash(term_t hash, const ASN1_OBJECT* algorithm, + return unify_bytes_hex(hash, digest_length, digest); + } + +-#else + + static int +-i2d_X509_CRL_INFO_wrapper(void* i, unsigned char** d) +-{ return i2d_X509_CRL_INFO(i, d); +-} +- +-static int +-i2d_X509_CINF_wrapper(void* i, unsigned char** d) +-{ return i2d_X509_CINF(i, d); +-} +- +- +-static int +-unify_hash(term_t hash, const ASN1_OBJECT* algorithm, +- int (*i2d)(void*, unsigned char**), void * data) +-{ int nid; +- const EVP_MD *type = algorithm_to_type(algorithm, &nid); +- EVP_MD_CTX *ctx = EVP_MD_CTX_new(); +- int digestible_length; +- unsigned char* digest_buffer; +- unsigned char digest[EVP_MAX_MD_SIZE]; +- unsigned int digest_length; +- unsigned char* p; +- /* Generate hash */ +- +- if ( type == NULL ) +- return PL_unify_term(hash, +- PL_FUNCTOR, FUNCTOR_unsupported_hash_algorithm1, +- PL_INT, nid); +- +- digestible_length=i2d(data,NULL); +- digest_buffer = PL_malloc(digestible_length); +- if ( digest_buffer == NULL ) +- return PL_resource_error("memory"); +- +- /* i2d_X509_CINF will change the value of p. We need to pass in a copy */ +- p = digest_buffer; +- i2d(data,&p); +- if (!EVP_DigestInit(ctx, type)) +- { EVP_MD_CTX_free(ctx); +- PL_free(digest_buffer); +- return raise_ssl_error(ERR_get_error()); +- } +- if (!EVP_DigestUpdate(ctx, digest_buffer, digestible_length)) +- { EVP_MD_CTX_free(ctx); +- PL_free(digest_buffer); +- return raise_ssl_error(ERR_get_error()); +- } +- if (!EVP_DigestFinal(ctx, digest, &digest_length)) +- { EVP_MD_CTX_free(ctx); +- PL_free(digest_buffer); +- return raise_ssl_error(ERR_get_error()); +- } +- EVP_MD_CTX_free(ctx); +- PL_free(digest_buffer); +- return unify_bytes_hex(hash, digest_length, digest); +-} +- +-#endif +- +- +-static int +-unify_name(term_t term, X509_NAME* name) ++unify_name(term_t term, const X509_NAME* name) + { int ni; + term_t list = PL_copy_term_ref(term); + term_t item = PL_new_term_ref(); +@@ -688,8 +631,8 @@ unify_name(term_t term, X509_NAME* name) + return PL_unify_term(term, PL_CHARS, ""); + + for (ni = 0; ni < X509_NAME_entry_count(name); ni++) +- { X509_NAME_ENTRY* e = X509_NAME_get_entry(name, ni); +- ASN1_STRING* entry_data = X509_NAME_ENTRY_get_data(e); ++ { const X509_NAME_ENTRY* e = X509_NAME_get_entry(name, ni); ++ const ASN1_STRING* entry_data = X509_NAME_ENTRY_get_data(e); + unsigned char *utf8_data; + int rc; + +@@ -711,37 +654,7 @@ unify_name(term_t term, X509_NAME* name) + return PL_unify_nil(list); + } + +-#if SSL_API_0 +-#define X509_REVOKED_get0_serialNumber(R) ((R)->serialNumber) +-#define X509_REVOKED_get0_revocationDate(R) ((R)->revocationDate) +-#define EVP_PKEY_base_id(key) ((key)->type) +-#define X509_CRL_get0_nextUpdate(C) X509_CRL_get_nextUpdate(C) +-#ifndef HAVE_X509_CRL_GET0_SIGNATURE +-/* Avoid conflict if the prototype is there, but the function is not */ +-#define X509_CRL_get0_signature my_X509_CRL_get0_signature + +-static void +-X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig, +- const X509_ALGOR **palg) +-{ *psig = crl->signature; +- *palg = crl->sig_alg; +-} +-#endif +- +-#ifndef HAVE_X509_GET0_SIGNATURE +-/* Avoid conflict if the prototype is there, but the function is not */ +-#define X509_get0_signature my_X509_get0_signature +- +-static void +-X509_get0_signature(const ASN1_BIT_STRING **psig, const X509_ALGOR **palg, +- const X509 *data) +-{ +- *psig = data->signature; +- *palg = data->sig_alg; +-} +-#endif +-#endif +- + static int + unify_crl(term_t term, X509_CRL* crl) + { const ASN1_BIT_STRING *psig; +@@ -769,13 +682,9 @@ unify_crl(term_t term, X509_CRL* crl) + X509_CRL_get0_signature(crl, &psig, &palg); + i2a_ASN1_INTEGER(mem, (ASN1_BIT_STRING *) psig); + if (!(unify_name(issuer, X509_CRL_get_issuer(crl)) && +-#ifdef HAVE_X509_CRL_DIGEST + unify_hash(hash, palg->algorithm, hash_X509_crl_digest_wrapper, crl) && +-#else +- unify_hash(hash, palg->algorithm, i2d_X509_CRL_INFO_wrapper, crl->crl) && +-#endif + unify_asn1_time(next_update, X509_CRL_get0_nextUpdate(crl)) && +- unify_bytes_hex(signature, psig->length, psig->data) && ++ unify_bytes_hex(signature, ASN1_STRING_length(psig), ASN1_STRING_get0_data(psig)) && + PL_unify_term(term, + PL_LIST, 5, + PL_FUNCTOR, FUNCTOR_issuername1, +@@ -819,18 +728,6 @@ unify_rsa(term_t item, RSAKEY* rsa) + static int + unify_rsa(term_t item, RSAKEY* rsa) + { +-#if SSL_API_0 +- return ( PL_unify_functor(item, FUNCTOR_rsa8) && +- unify_bignum_arg(1, item, rsa->n) && +- unify_bignum_arg(2, item, rsa->e) && +- unify_bignum_arg(3, item, rsa->d) && +- unify_bignum_arg(4, item, rsa->p) && +- unify_bignum_arg(5, item, rsa->q) && +- unify_bignum_arg(6, item, rsa->dmp1) && +- unify_bignum_arg(7, item, rsa->dmq1) && +- unify_bignum_arg(8, item, rsa->iqmp) +- ); +-#else + #ifdef USE_EVP_API + BIGNUM *n = NULL, *e = NULL, *d = NULL, + *p = NULL, *q = NULL, +@@ -861,7 +758,6 @@ unify_rsa(term_t item, RSAKEY* rsa) + unify_bignum_arg(7, item, dmq1) && + unify_bignum_arg(8, item, iqmp) + ); +-#endif + } + + #ifndef OPENSSL_NO_EC +@@ -871,25 +767,31 @@ unify_ec(term_t item, ECKEY *key) + int rc; + term_t privkey, pubkey; + #ifdef USE_EVP_API +- BIGNUM* priv_bn; +- size_t publen; +- size_t grouplen; +- unsigned char* group; +- EVP_PKEY_get_octet_string_param(key, "pub", NULL, 0, &publen); ++ BIGNUM* priv_bn = NULL; ++ size_t publen = 0; ++ char group[80]; ++ if ( !EVP_PKEY_get_octet_string_param(key, OSSL_PKEY_PARAM_PUB_KEY, ++ NULL, 0, &publen) ) ++ return raise_ssl_error(ERR_get_error()); + buf = OPENSSL_malloc(publen); +- EVP_PKEY_get_octet_string_param(key, "pub", buf, publen, NULL); +- EVP_PKEY_get_bn_param(key, "priv", &priv_bn); +- EVP_PKEY_get_octet_string_param(key, "group", NULL, 0, &grouplen); +- group = PL_malloc(grouplen); +- EVP_PKEY_get_octet_string_param(key, "group", group, grouplen, NULL); +- ++ if ( !buf ) ++ return raise_ssl_error(ERR_get_error()); ++ if ( !EVP_PKEY_get_octet_string_param(key, OSSL_PKEY_PARAM_PUB_KEY, ++ buf, publen, NULL) || ++ !EVP_PKEY_get_utf8_string_param(key, OSSL_PKEY_PARAM_GROUP_NAME, ++ group, sizeof(group), NULL) ) ++ { OPENSSL_free(buf); ++ return raise_ssl_error(ERR_get_error()); ++ } ++ /* "priv" is absent for public-only keys; ignore failure here. */ ++ EVP_PKEY_get_bn_param(key, OSSL_PKEY_PARAM_PRIV_KEY, &priv_bn); + #else + int publen = i2o_ECPublicKey(key, &buf); + const BIGNUM* priv_bn = EC_KEY_get0_private_key(key); + const char* group = OBJ_nid2sn(EC_GROUP_get_curve_name(EC_KEY_get0_group(key))); +-#endif + if ( publen < 0 ) + return raise_ssl_error(ERR_get_error()); ++#endif + + rc = ( (pubkey = PL_new_term_ref()) && + (privkey = PL_new_term_ref()) && +@@ -903,7 +805,7 @@ unify_ec(term_t item, ECKEY *key) + + OPENSSL_free(buf); + #ifdef USE_EVP_API +- PL_free(group); ++ BN_free(priv_bn); + #endif + return rc; + } +@@ -995,18 +897,8 @@ unify_private_key(EVP_PKEY* key, term_t item) + { return unify_key(key, FUNCTOR_private_key1, item); + } + +-#ifndef HAVE_X509_GET0_NOTBEFORE +-#define X509_get0_notBefore(C) X509_get_notBefore(C) +-#endif +-#ifndef HAVE_X509_GET0_NOTAFTER +-#define X509_get0_notAfter(C) X509_get_notAfter(C) +-#endif + +-#ifndef GET0SIG_CONST_T +-#define GET0SIG_CONST_T +-#endif + +- + static int + release_cert(atom_t atom) + { X509 *cert = PL_blob_data(atom, NULL, NULL); +@@ -1325,7 +1217,7 @@ fetch_crls(term_t Field, X509* cert) + static foreign_t + fetch_crls(term_t Field, X509* cert) + { unsigned int crl_ext_id; +- X509_EXTENSION * crl_ext = NULL; ++ const X509_EXTENSION * crl_ext = NULL; + + crl_ext_id = X509_get_ext_by_NID(cert, NID_crl_distribution_points, -1); + crl_ext = X509_get_ext(cert, crl_ext_id); +@@ -1352,7 +1244,7 @@ fetch_crls(term_t Field, X509* cert) + { name = sk_GENERAL_NAME_value(point->distpoint->name.fullname, j); + if (name != NULL && name->type == GEN_URI) + { if (!(PL_unify_list(crl_list, crl_item, crl_list) && +- PL_unify_atom_chars(crl_item, (const char *)name->d.ia5->data))) ++ PL_unify_atom_chars(crl_item, (const char *)ASN1_STRING_get0_data(name->d.ia5)))) + { + CRL_DIST_POINTS_free(distpoints); + return FALSE; +@@ -1370,16 +1262,11 @@ fetch_crls(term_t Field, X509* cert) + } + } + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L +-#define ASN1_STRING_get0_data(D) ASN1_STRING_data(D) +-#define X509_STORE_CTX_get0_cert(C) ((C)->cert) +-#endif + +- + static foreign_t + fetch_sans(term_t Field, X509* cert) + { unsigned int san_ext_id; +- X509_EXTENSION * san_ext = NULL; ++ const X509_EXTENSION * san_ext = NULL; + + san_ext_id = X509_get_ext_by_NID(cert, NID_subject_alt_name, -1); + san_ext = X509_get_ext(cert, san_ext_id); +@@ -1415,17 +1302,17 @@ fetch_signature(term_t Field, X509* cert) + + static foreign_t + fetch_signature(term_t Field, X509* cert) +-{ GET0SIG_CONST_T ASN1_BIT_STRING *psig; +- GET0SIG_CONST_T X509_ALGOR *palg; ++{ const ASN1_BIT_STRING *psig; ++ const X509_ALGOR *palg; + X509_get0_signature(&psig, &palg, cert); +- return unify_bytes_hex(Field, psig->length, psig->data); ++ return unify_bytes_hex(Field, ASN1_STRING_length(psig), ASN1_STRING_get0_data(psig)); + } + + + static foreign_t + fetch_signature_algorithm(term_t Field, X509* cert) +-{ GET0SIG_CONST_T ASN1_BIT_STRING *psig; +- GET0SIG_CONST_T X509_ALGOR *palg; ++{ const ASN1_BIT_STRING *psig; ++ const X509_ALGOR *palg; + const char *salgorithm; + + X509_get0_signature(&psig, &palg, cert); +@@ -1437,15 +1324,11 @@ fetch_hash(term_t Field, X509* cert) + + static foreign_t + fetch_hash(term_t Field, X509* cert) +-{ GET0SIG_CONST_T ASN1_BIT_STRING *psig; +- GET0SIG_CONST_T X509_ALGOR *palg; ++{ const ASN1_BIT_STRING *psig; ++ const X509_ALGOR *palg; + + X509_get0_signature(&psig, &palg, cert); +-#ifdef HAVE_X509_DIGEST + return unify_hash(Field, palg->algorithm, hash_X509_digest_wrapper, cert); +-#else +- return unify_hash(Field, palg->algorithm, i2d_X509_CINF_wrapper, cert->cert_info); +-#endif + } + + +@@ -1767,9 +1650,6 @@ pl_sni_hook(PL_SSL *config, const char *host) + return new_config; + } + +-#ifndef HAVE_X509_STORE_CTX_GET0_CHAIN +-#define X509_STORE_CTX_get0_chain(c) X509_STORE_CTX_get_chain(c) +-#endif + + static BOOL + pl_cert_verify_hook(PL_SSL *config, +@@ -2784,12 +2664,6 @@ get_dh2048(void) + if (dh == NULL) return NULL; + #endif + +-#if SSL_API_0 +- dh->p=BN_bin2bn(dhp_2048,sizeof(dhp_2048),NULL); +- dh->g=BN_bin2bn(dhg_2048,sizeof(dhg_2048),NULL); +- if ((dh->p == NULL) || (dh->g == NULL)) +- { DH_free(dh); return(NULL); } +-#else + BIGNUM *dhp_bn, *dhg_bn; + + dhp_bn = BN_bin2bn(dhp_2048, sizeof (dhp_2048), NULL); +@@ -2808,7 +2682,6 @@ get_dh2048(void) + BN_free(dhg_bn); + return NULL; + } +-#endif + return dh; + } + +@@ -2940,8 +2813,6 @@ ssl_init_min_max_protocol(PL_SSL *config) + } + + +-#ifdef HAVE_SSL_CTX_SET_ALPN_PROTOS +- + static int + ssl_server_alpn_select_cb(SSL *ssl, + const unsigned char **out, unsigned char *outlen, +@@ -3049,17 +2920,12 @@ ssl_init_alpn_protos(PL_SSL *config) + } + } + +-#endif /*HAVE_SSL_CTX_SET_ALPN_PROTOS*/ +- + static int + set_malleable_options(PL_SSL *config) + { + + #ifndef OPENSSL_NO_EC + ECKEY *ecdh; +-#if OPENSSL_VERSION_NUMBER < 0x10100000L +- char *curve = "prime256v1"; +-#else + /* In OpenSSL >= 1.1.0, ECDH support is always enabled. Therefore, + * if ecdh_curve/1 is not specified, we use the existing defaults. + * +@@ -3069,7 +2935,6 @@ set_malleable_options(PL_SSL *config) + * We should provide a binding for the more general function. + */ + char *curve = NULL; +-#endif + + if (config->ecdh_curve) + curve = config->ecdh_curve; +@@ -3106,9 +2971,7 @@ set_malleable_options(PL_SSL *config) + + ssl_init_sni(config); + ssl_init_min_max_protocol(config); +-#ifdef HAVE_SSL_CTX_SET_ALPN_PROTOS + ssl_init_alpn_protos(config); +-#endif + + return TRUE; + } +@@ -3164,11 +3027,6 @@ ssl_lib_init(void) + * One-time library initialization code + */ + { +-#if OPENSSL_VERSION_NUMBER < 0x10100000L +- (void) SSL_library_init(); +- SSL_load_error_strings(); +-#endif +- + if ((ctx_idx = SSL_CTX_get_ex_new_index( 0 + , NULL + , ssl_config_new +@@ -3241,7 +3099,6 @@ ssl_ssl_bio(PL_SSL *config, IOSTREAM* sread, IOSTREAM* + SSL_set_tlsext_host_name(instance->ssl, config->host); + #endif + #ifdef HAVE_X509_CHECK_HOST +-#if (defined(HAVE_X509_VERIFY_PARAM_ID) || OPENSSL_VERSION_NUMBER >= 0x10100000L) + X509_VERIFY_PARAM *param = SSL_get0_param(instance->ssl); + /* This could in theory be user-configurable. The documentation at + https://wiki.openssl.org/index.php/Manual:X509_check_host(3) +@@ -3253,7 +3110,6 @@ ssl_ssl_bio(PL_SSL *config, IOSTREAM* sread, IOSTREAM* + X509_VERIFY_PARAM_set_hostflags(param, 0); + X509_VERIFY_PARAM_set1_host(param, config->host, 0); + #endif +-#endif + } + + SSL_set_session_id_context(instance->ssl, (unsigned char*)"SWI-Prolog", 10); +@@ -3615,50 +3471,8 @@ get_ssl_method(term_t method) + + static const SSL_METHOD * + get_ssl_method(term_t method) +-{ const SSL_METHOD *ssl_method = NULL; +-#if OPENSSL_VERSION_NUMBER < 0x10100000L +- atom_t method_name; +-#endif +- +-#if OPENSSL_VERSION_NUMBER < 0x10100000L +- if ( !method ) +- { method_name = ATOM_sslv23; +- } else if ( !PL_get_atom(method, &method_name) ) +- { PL_domain_error("ssl_method", method); +- return NULL; +- } +- +- if ( method_name == ATOM_sslv23 ) +- ssl_method = SSLv23_method(); +-#ifndef OPENSSL_NO_SSL2 +- else if ( method_name == ATOM_sslv2 ) +- ssl_method = SSLv2_method(); +-#endif +-#ifndef OPENSSL_NO_SSL3_METHOD +- else if ( method_name == ATOM_sslv3 ) +- ssl_method = SSLv3_method(); +-#endif +-#ifdef SSL_OP_NO_TLSv1 +- else if ( method_name == ATOM_tlsv1 ) +- ssl_method = TLSv1_method(); +-#endif +-#ifdef SSL_OP_NO_TLSv1_1 +- else if ( method_name == ATOM_tlsv1_1 ) +- ssl_method = TLSv1_1_method(); +-#endif +-#ifdef SSL_OP_NO_TLSv1_2 +- else if ( method_name == ATOM_tlsv1_2 ) +- ssl_method = TLSv1_2_method(); +-#endif +- else +- { PL_domain_error("ssl_method", method); +- return NULL; +- } +-#else +- ssl_method = TLS_method(); /* In OpenSSL >= 1.1.0, always use TLS_method() */ +-#endif +- +- return ssl_method; ++{ (void)method; ++ return TLS_method(); + } + + +@@ -4368,24 +4182,12 @@ pl_ssl_session(term_t stream_t, term_t session_t) + !(session = SSL_get1_session(ssl)) ) + return PL_existence_error("ssl_session", stream_t); + +-#ifndef HAVE_SSL_SESSION_GET_PROTOCOL_VERSION +- version = session->ssl_version; +- master_key = session->master_key; +- master_key_length = session->master_key_length; +- /* session_key is SSL2 specific, i.e., obsolete */ +-#ifndef OPENSSL_NO_SSL2 +- if ( !add_key_string(list_t, FUNCTOR_session_key1, +- session->key_arg_length, session->key_arg) ) +- goto err; +-#endif +-#else + version = SSL_SESSION_get_protocol_version(session); + if ( (master_key = PL_malloc(SSL_MAX_MASTER_KEY_LENGTH)) == NULL ) + { SSL_SESSION_free(session); + return PL_resource_error("memory"); + } + master_key_length = SSL_SESSION_get_master_key(session, master_key, SSL_MAX_MASTER_KEY_LENGTH); +-#endif + + if ( !PL_unify_list_ex(list_t, node_t, list_t) ) + goto err; +@@ -4404,23 +4206,6 @@ pl_ssl_session(term_t stream_t, term_t session_t) + master_key_length, master_key) ) + goto err; + +-#ifndef HAVE_SSL_GET_CLIENT_RANDOM +- if ( !add_key_string(list_t, FUNCTOR_session_id1, +- session->session_id_length, session->session_id) ) +- goto err; +- +- if ( ssl->s3 != NULL ) /* If the connection is SSLv2?! */ +- { if ( !add_key_string(list_t, FUNCTOR_client_random1, +- SSL3_RANDOM_SIZE, ssl->s3->client_random) ) +- goto err; +- +- if ( !add_key_string(list_t, FUNCTOR_server_random1, +- SSL3_RANDOM_SIZE, ssl->s3->server_random) ) +- goto err; +- } +-#else +- /* Note: session_id has no correspondence in OpenSSL >= 1.1.0 */ +- + { unsigned char random[SSL3_RANDOM_SIZE]; + + SSL_get_client_random(ssl, random, SSL3_RANDOM_SIZE); +@@ -4435,9 +4220,7 @@ pl_ssl_session(term_t stream_t, term_t session_t) + } + + PL_free(master_key); +-#endif + +-#ifdef HAVE_SSL_CTX_SET_ALPN_PROTOS + { const unsigned char *data; + unsigned int len; + SSL_get0_alpn_selected(ssl, &data, &len); +@@ -4446,7 +4229,6 @@ pl_ssl_session(term_t stream_t, term_t session_t) + goto err; + } + } +-#endif + + SSL_SESSION_free(session); + return PL_unify_nil_ex(list_t); +@@ -4568,12 +4350,7 @@ install_ssl4pl(void) + ssl_lib_init(); + + PL_set_prolog_flag("ssl_library_version", PL_ATOM, +-#ifdef HAVE_OPENSSL_VERSION +- OpenSSL_version(OPENSSL_VERSION) +-#else +- SSLeay_version(SSLEAY_VERSION) +-#endif +- ); ++ OpenSSL_version(OPENSSL_VERSION)); + + PL_set_prolog_flag("system_cacert_filename", PL_ATOM, + SYSTEM_CACERT_FILENAME); diff --git a/lang/swipl/files/patch-src_os_pl-file.c b/lang/swipl/files/patch-src_os_pl-file.c deleted file mode 100644 index 559536a36280..000000000000 --- a/lang/swipl/files/patch-src_os_pl-file.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/os/pl-file.c.orig 2026-06-16 17:23:46 UTC -+++ src/os/pl-file.c -@@ -67,7 +67,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - #include "../pl-trace.h" - #include - --#if defined(HAVE_POLL_H) && defined(HAVE_POLL) -+#if defined(HAVE_POLL) - #include - #elif defined(HAVE_SYS_SELECT_H) - #include diff --git a/lang/swipl/files/patch-src_os_pl-stream.c b/lang/swipl/files/patch-src_os_pl-stream.c deleted file mode 100644 index 2be662c4f489..000000000000 --- a/lang/swipl/files/patch-src_os_pl-stream.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/os/pl-stream.c.orig 2026-06-16 17:23:46 UTC -+++ src/os/pl-stream.c -@@ -98,7 +98,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - #include - #include - #include --#if defined(HAVE_POLL_H) -+#if defined(HAVE_POLL) - #include - #elif defined(HAVE_SYS_SELECT_H) - #include diff --git a/lang/swipl/files/patch-src_pl-fli.c b/lang/swipl/files/patch-src_pl-fli.c deleted file mode 100644 index ec8a7686f015..000000000000 --- a/lang/swipl/files/patch-src_pl-fli.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pl-fli.c.orig 2026-06-16 17:23:46 UTC -+++ src/pl-fli.c -@@ -5066,7 +5066,7 @@ PL_dispatch_hook(PL_dispatch_hook_t hook) - - - #if defined(HAVE_SELECT) && !defined(__WINDOWS__) --#if defined(HAVE_POLL_H) && defined(HAVE_POLL) -+#if defined(HAVE_POLL) - #include - #elif defined(HAVE_SYS_SELECT_H) - #include diff --git a/lang/swipl/pkg-plist b/lang/swipl/pkg-plist index 0def6706e26a..7502b8258eae 100644 --- a/lang/swipl/pkg-plist +++ b/lang/swipl/pkg-plist @@ -1,2052 +1,2718 @@ bin/swipl bin/swipl-ld +%%XPCE%%%%THREADED%%bin/swipl-win lib/cmake/swipl/SWIPLConfig.cmake lib/cmake/swipl/SWIPLConfigVersion.cmake lib/cmake/swipl/SWIPLTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/swipl/SWIPLTargets.cmake +lib/swipl/ABI lib/swipl/LICENSE lib/swipl/README.md lib/swipl/app/README.md lib/swipl/app/app.pl +lib/swipl/app/app.qlf lib/swipl/app/latex2html.pl +lib/swipl/app/latex2html.qlf %%THREADED%%lib/swipl/app/mqi.pl +%%THREADED%%lib/swipl/app/mqi.qlf lib/swipl/app/pack.pl +lib/swipl/app/pack.qlf lib/swipl/app/qlf.pl +lib/swipl/app/qlf.qlf +lib/swipl/app/splfr.pl +lib/swipl/app/splfr.qlf +lib/swipl/app/sys.pl +lib/swipl/app/sys.qlf lib/swipl/bin/%%ARCH%%-%%OS%%/swipl lib/swipl/bin/%%ARCH%%-%%OS%%/swipl-ld +%%XPCE%%%%THREADED%%lib/swipl/bin/%%ARCH%%-%%OS%%/swipl-win lib/swipl/bin/latex2html lib/swipl/bin/swipl.home lib/swipl/boot.prc lib/swipl/boot/apply.pl lib/swipl/boot/attvar.pl lib/swipl/boot/autoload.pl lib/swipl/boot/bags.pl lib/swipl/boot/dcg.pl lib/swipl/boot/dicts.pl lib/swipl/boot/dwim.pl lib/swipl/boot/engines.pl lib/swipl/boot/expand.pl lib/swipl/boot/gc.pl lib/swipl/boot/history.pl lib/swipl/boot/init.pl lib/swipl/boot/iri.pl lib/swipl/boot/license.pl lib/swipl/boot/load.pl lib/swipl/boot/messages.pl lib/swipl/boot/packs.pl lib/swipl/boot/predopts.pl lib/swipl/boot/qlf.pl lib/swipl/boot/rc.pl lib/swipl/boot/syspred.pl lib/swipl/boot/tabling.pl +%%THREADED%%lib/swipl/boot/threads.pl lib/swipl/boot/toplevel.pl lib/swipl/boot/topvars.pl lib/swipl/cmake/swipl.cmake lib/swipl/customize/README.md lib/swipl/customize/edit lib/swipl/customize/init.pl lib/swipl/demo/README.md lib/swipl/demo/likes.pl -lib/swipl/include/SWI-Prolog.h -lib/swipl/include/SWI-Stream.h -lib/swipl/include/SWI-cpp.h -lib/swipl/include/SWI-cpp2-atommap.h -lib/swipl/include/SWI-cpp2-plx.h -lib/swipl/include/SWI-cpp2.cpp -lib/swipl/include/SWI-cpp2.h -lib/swipl/include/Yap/YapInterface.h -lib/swipl/include/sicstus/sicstus.h -lib/swipl/lib/%%ARCH%%-%%OS%%/archive4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/cgi.so -lib/swipl/lib/%%ARCH%%-%%OS%%/crypt.so -lib/swipl/lib/%%ARCH%%-%%OS%%/crypto4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/double_metaphone.so -lib/swipl/lib/%%ARCH%%-%%OS%%/files.so -lib/swipl/lib/%%ARCH%%-%%OS%%/hashstream.so -lib/swipl/lib/%%ARCH%%-%%OS%%/http_stream.so -lib/swipl/lib/%%ARCH%%-%%OS%%/inclpr.so -lib/swipl/lib/%%ARCH%%-%%OS%%/isub.so -lib/swipl/lib/%%ARCH%%-%%OS%%/janus.so -lib/swipl/lib/%%ARCH%%-%%OS%%/json.so -lib/swipl/lib/%%ARCH%%-%%OS%%/libedit4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.9 -lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.9.2.9 -lib/swipl/lib/%%ARCH%%-%%OS%%/md54pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/memfile.so -lib/swipl/lib/%%ARCH%%-%%OS%%/ntriples.so -%%ODBC%%lib/swipl/lib/%%ARCH%%-%%OS%%/odbc4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/pcre4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/pdt_console.so -%%XPCE%%lib/swipl/lib/%%ARCH%%-%%OS%%/pl2xpce.so -lib/swipl/lib/%%ARCH%%-%%OS%%/porter_stem.so -lib/swipl/lib/%%ARCH%%-%%OS%%/process.so -lib/swipl/lib/%%ARCH%%-%%OS%%/prolog_stream.so -lib/swipl/lib/%%ARCH%%-%%OS%%/protobufs.so -%%THREADED%%lib/swipl/lib/%%ARCH%%-%%OS%%/rdf_db.so -lib/swipl/lib/%%ARCH%%-%%OS%%/readline4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/readutil.so -%%THREADED%%lib/swipl/lib/%%ARCH%%-%%OS%%/redis4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/rlimit.so -lib/swipl/lib/%%ARCH%%-%%OS%%/sched.so -lib/swipl/lib/%%ARCH%%-%%OS%%/sgml2pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/sha4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/snowball.so -lib/swipl/lib/%%ARCH%%-%%OS%%/socket.so -lib/swipl/lib/%%ARCH%%-%%OS%%/ssl4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/streaminfo.so -lib/swipl/lib/%%ARCH%%-%%OS%%/sweep-module.so -lib/swipl/lib/%%ARCH%%-%%OS%%/syslog.so -lib/swipl/lib/%%ARCH%%-%%OS%%/table.so -lib/swipl/lib/%%ARCH%%-%%OS%%/tex.so -%%THREADED%%lib/swipl/lib/%%ARCH%%-%%OS%%/time.so -lib/swipl/lib/%%ARCH%%-%%OS%%/turtle.so -lib/swipl/lib/%%ARCH%%-%%OS%%/uid.so -lib/swipl/lib/%%ARCH%%-%%OS%%/unicode4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/unix.so -lib/swipl/lib/%%ARCH%%-%%OS%%/uri.so -lib/swipl/lib/%%ARCH%%-%%OS%%/uuid.so -%%THREADED%%lib/swipl/lib/%%ARCH%%-%%OS%%/websocket.so -lib/swipl/lib/%%ARCH%%-%%OS%%/yaml4pl.so -lib/swipl/lib/%%ARCH%%-%%OS%%/zlib4pl.so -%%THREADED%%lib/swipl/lib/swiplserver/LICENSE -%%THREADED%%lib/swipl/lib/swiplserver/__init__.py -%%THREADED%%lib/swipl/lib/swiplserver/prologmqi.py -lib/swipl/library/INDEX.pl -lib/swipl/library/aggregate.pl -lib/swipl/library/ansi_term.pl -lib/swipl/library/apply.pl -lib/swipl/library/apply_macros.pl -lib/swipl/library/arithmetic.pl -lib/swipl/library/assoc.pl -lib/swipl/library/atom.pl -lib/swipl/library/backcomp.pl -lib/swipl/library/base32.pl -lib/swipl/library/base64.pl -lib/swipl/library/broadcast.pl -lib/swipl/library/build/cmake.pl -lib/swipl/library/build/conan.pl -lib/swipl/library/build/make.pl -lib/swipl/library/build/tools.pl -lib/swipl/library/charsio.pl -lib/swipl/library/check.pl -lib/swipl/library/check_installation.pl -lib/swipl/library/checklast.pl -lib/swipl/library/checkselect.pl -lib/swipl/library/clp/INDEX.pl -lib/swipl/library/clp/bounds.pl -lib/swipl/library/clp/clp_distinct.pl -lib/swipl/library/clp/clp_events.pl -lib/swipl/library/clp/clpb.pl -lib/swipl/library/clp/clpfd.pl -%%GMP%%lib/swipl/library/clp/simplex.pl -lib/swipl/library/codesio.pl -lib/swipl/library/coinduction.pl -lib/swipl/library/console_input.pl -lib/swipl/library/csv.pl -lib/swipl/library/ctypes.pl -lib/swipl/library/date.pl -lib/swipl/library/dcg/INDEX.pl -lib/swipl/library/dcg/basics.pl -lib/swipl/library/dcg/high_order.pl -lib/swipl/library/debug.pl -lib/swipl/library/dialect.pl -lib/swipl/library/dialect/bim.pl -lib/swipl/library/dialect/commons.pl -lib/swipl/library/dialect/eclipse/test_util_iso.pl -lib/swipl/library/dialect/hprolog.pl -lib/swipl/library/dialect/hprolog/format.pl -lib/swipl/library/dialect/ifprolog.pl -lib/swipl/library/dialect/iso/iso_predicates.pl -lib/swipl/library/dialect/sicstus.pl -lib/swipl/library/dialect/sicstus/README.TXT -lib/swipl/library/dialect/sicstus/arrays.pl -lib/swipl/library/dialect/sicstus/block.pl -lib/swipl/library/dialect/sicstus/lists.pl -lib/swipl/library/dialect/sicstus/ordsets.pl -lib/swipl/library/dialect/sicstus/sockets.pl -lib/swipl/library/dialect/sicstus/swipl-lfr.pl -lib/swipl/library/dialect/sicstus/system.pl -lib/swipl/library/dialect/sicstus/terms.pl -lib/swipl/library/dialect/sicstus/timeout.pl -lib/swipl/library/dialect/sicstus4.pl -lib/swipl/library/dialect/sicstus4/aggregate.pl -lib/swipl/library/dialect/sicstus4/between.pl -lib/swipl/library/dialect/sicstus4/clpfd.pl -lib/swipl/library/dialect/sicstus4/file_systems.pl -lib/swipl/library/dialect/sicstus4/lists.pl -lib/swipl/library/dialect/sicstus4/ordsets.pl -lib/swipl/library/dialect/sicstus4/samsort.pl -lib/swipl/library/dialect/sicstus4/sets.pl -lib/swipl/library/dialect/sicstus4/sockets.pl -lib/swipl/library/dialect/sicstus4/system.pl -lib/swipl/library/dialect/sicstus4/terms.pl -lib/swipl/library/dialect/sicstus4/timeout.pl -lib/swipl/library/dialect/sicstus4/types.pl -lib/swipl/library/dialect/swi/syspred_options.pl -lib/swipl/library/dialect/xsb.pl -lib/swipl/library/dialect/xsb/README.md -lib/swipl/library/dialect/xsb/basics.pl -lib/swipl/library/dialect/xsb/consult.pl -lib/swipl/library/dialect/xsb/curr_sym.pl -lib/swipl/library/dialect/xsb/error_handler.pl -lib/swipl/library/dialect/xsb/gensym.pl -lib/swipl/library/dialect/xsb/gpp.pl -lib/swipl/library/dialect/xsb/intern.pl -lib/swipl/library/dialect/xsb/lists.pl -lib/swipl/library/dialect/xsb/machine.pl -lib/swipl/library/dialect/xsb/ordsets.pl -lib/swipl/library/dialect/xsb/setof.pl -lib/swipl/library/dialect/xsb/source.pl -lib/swipl/library/dialect/xsb/standard.pl -lib/swipl/library/dialect/xsb/storage.pl -lib/swipl/library/dialect/xsb/string.pl -%%THREADED%%lib/swipl/library/dialect/xsb/thread.pl -%%THREADED%%lib/swipl/library/dialect/xsb/timed_call.pl -lib/swipl/library/dialect/yap.pl -lib/swipl/library/dialect/yap/README.TXT -lib/swipl/library/dicts.pl -lib/swipl/library/dif.pl -lib/swipl/library/edinburgh.pl -lib/swipl/library/edit.pl -lib/swipl/library/error.pl -lib/swipl/library/explain.pl -lib/swipl/library/ext/PDT/INDEX.pl -lib/swipl/library/ext/PDT/pdt_console.pl -lib/swipl/library/ext/RDF/INDEX.pl -lib/swipl/library/ext/RDF/rdf.pl -%%XPCE%%lib/swipl/library/ext/RDF/rdf_diagram.pl -lib/swipl/library/ext/RDF/rdf_parser.pl -lib/swipl/library/ext/RDF/rdf_triple.pl -lib/swipl/library/ext/RDF/rdf_write.pl -lib/swipl/library/ext/RDF/rewrite_term.pl -lib/swipl/library/ext/archive/INDEX.pl -lib/swipl/library/ext/archive/archive.pl -lib/swipl/library/ext/chr/chr.pl -lib/swipl/library/ext/chr/chr/a_star.pl -lib/swipl/library/ext/chr/chr/binomialheap.pl -lib/swipl/library/ext/chr/chr/builtins.pl -lib/swipl/library/ext/chr/chr/chr_compiler_errors.pl -lib/swipl/library/ext/chr/chr/chr_compiler_options.pl -lib/swipl/library/ext/chr/chr/chr_compiler_utility.pl -lib/swipl/library/ext/chr/chr/chr_debug.pl -lib/swipl/library/ext/chr/chr/chr_hashtable_store.pl -lib/swipl/library/ext/chr/chr/chr_integertable_store.pl -lib/swipl/library/ext/chr/chr/chr_messages.pl -lib/swipl/library/ext/chr/chr/chr_op.pl -lib/swipl/library/ext/chr/chr/chr_runtime.pl -lib/swipl/library/ext/chr/chr/chr_translate.pl -lib/swipl/library/ext/chr/chr/clean_code.pl -lib/swipl/library/ext/chr/chr/find.pl -lib/swipl/library/ext/chr/chr/guard_entailment.pl -lib/swipl/library/ext/chr/chr/listmap.pl -lib/swipl/library/ext/chr/chr/pairlist.pl -lib/swipl/library/ext/clib/INDEX.pl -lib/swipl/library/ext/clib/cgi.pl -lib/swipl/library/ext/clib/crypt.pl -lib/swipl/library/ext/clib/filesex.pl -lib/swipl/library/ext/clib/hash_stream.pl -lib/swipl/library/ext/clib/md5.pl -lib/swipl/library/ext/clib/memfile.pl -lib/swipl/library/ext/clib/process.pl -lib/swipl/library/ext/clib/prolog_server.pl -lib/swipl/library/ext/clib/prolog_stream.pl -lib/swipl/library/ext/clib/rlimit.pl -lib/swipl/library/ext/clib/sched.pl -lib/swipl/library/ext/clib/sha.pl -lib/swipl/library/ext/clib/socket.pl -lib/swipl/library/ext/clib/streaminfo.pl -lib/swipl/library/ext/clib/streampool.pl -lib/swipl/library/ext/clib/syslog.pl -%%THREADED%%lib/swipl/library/ext/clib/time.pl -lib/swipl/library/ext/clib/udp_broadcast.pl -lib/swipl/library/ext/clib/uid.pl -lib/swipl/library/ext/clib/unix.pl -lib/swipl/library/ext/clib/uri.pl -lib/swipl/library/ext/clib/uuid.pl -lib/swipl/library/ext/clpqr/clpq.pl -lib/swipl/library/ext/clpqr/clpq/bb_q.pl -lib/swipl/library/ext/clpqr/clpq/bv_q.pl -lib/swipl/library/ext/clpqr/clpq/fourmotz_q.pl -lib/swipl/library/ext/clpqr/clpq/ineq_q.pl -lib/swipl/library/ext/clpqr/clpq/itf_q.pl -lib/swipl/library/ext/clpqr/clpq/nf_q.pl -lib/swipl/library/ext/clpqr/clpq/store_q.pl -lib/swipl/library/ext/clpqr/clpqr/class.pl -lib/swipl/library/ext/clpqr/clpqr/dump.pl -lib/swipl/library/ext/clpqr/clpqr/geler.pl -lib/swipl/library/ext/clpqr/clpqr/highlight.pl -lib/swipl/library/ext/clpqr/clpqr/itf.pl -lib/swipl/library/ext/clpqr/clpqr/ordering.pl -lib/swipl/library/ext/clpqr/clpqr/project.pl -lib/swipl/library/ext/clpqr/clpqr/redund.pl -lib/swipl/library/ext/clpqr/clpr.pl -lib/swipl/library/ext/clpqr/clpr/bb_r.pl -lib/swipl/library/ext/clpqr/clpr/bv_r.pl -lib/swipl/library/ext/clpqr/clpr/fourmotz_r.pl -lib/swipl/library/ext/clpqr/clpr/ineq_r.pl -lib/swipl/library/ext/clpqr/clpr/itf_r.pl -lib/swipl/library/ext/clpqr/clpr/nf_r.pl -lib/swipl/library/ext/clpqr/clpr/store_r.pl -%%ODBC%%lib/swipl/library/ext/cql/cql/INDEX.pl -%%ODBC%%lib/swipl/library/ext/cql/cql/cql.pl -%%ODBC%%lib/swipl/library/ext/cql/cql/cql_autoschema.pl -%%ODBC%%lib/swipl/library/ext/cql/cql/cql_database.pl -%%ODBC%%lib/swipl/library/ext/cql/cql/cql_hooks.pl -%%ODBC%%lib/swipl/library/ext/cql/cql/sql_keywords.pl -%%ODBC%%lib/swipl/library/ext/cql/cql/sql_parser.pl -%%ODBC%%lib/swipl/library/ext/cql/cql/sql_tokenizer.pl -%%ODBC%%lib/swipl/library/ext/cql/cql/sql_write.pl -lib/swipl/library/ext/http/http/INDEX.pl -%%THREADED%%lib/swipl/library/ext/http/http/README.md -%%THREADED%%lib/swipl/library/ext/http/http/ax.pl -lib/swipl/library/ext/http/http/dcg_basics.pl -%%THREADED%%lib/swipl/library/ext/http/http/graphql.pl -lib/swipl/library/ext/http/http/html_head.pl -lib/swipl/library/ext/http/http/html_quasiquotations.pl -lib/swipl/library/ext/http/http/html_write.pl -%%THREADED%%lib/swipl/library/ext/http/http/htmx.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_authenticate.pl -lib/swipl/library/ext/http/http/http_client.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_cookie.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_cors.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_digest.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_dirindex.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_dispatch.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_dyn_workers.pl -lib/swipl/library/ext/http/http/http_error.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_exception.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_files.pl -lib/swipl/library/ext/http/http/http_header.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_hook.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_host.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_json.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_load.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_log.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_multipart_plugin.pl -lib/swipl/library/ext/http/http/http_open.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_openid.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_parameters.pl -lib/swipl/library/ext/http/http/http_path.pl -lib/swipl/library/ext/http/http/http_proxy.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_pwp.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_redis_plugin.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_server.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_server_files.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_server_health.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_session.pl -lib/swipl/library/ext/http/http/http_sgml_plugin.pl -lib/swipl/library/ext/http/http/http_stream.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_unix_daemon.pl -%%THREADED%%lib/swipl/library/ext/http/http/http_wrapper.pl -%%THREADED%%lib/swipl/library/ext/http/http/hub.pl -lib/swipl/library/ext/http/http/js_grammar.pl -lib/swipl/library/ext/http/http/js_write.pl -lib/swipl/library/ext/http/http/json.pl -lib/swipl/library/ext/http/http/json_convert.pl -lib/swipl/library/ext/http/http/mimepack.pl -lib/swipl/library/ext/http/http/mimetype.pl -lib/swipl/library/ext/http/http/term_html.pl -%%THREADED%%lib/swipl/library/ext/http/http/thread_httpd.pl -%%THREADED%%lib/swipl/library/ext/http/http/web/css/dirindex.css -%%THREADED%%lib/swipl/library/ext/http/http/web/css/openid.css -%%THREADED%%lib/swipl/library/ext/http/http/web/icons/back.png -%%THREADED%%lib/swipl/library/ext/http/http/web/icons/c.png -%%THREADED%%lib/swipl/library/ext/http/http/web/icons/compressed.png -%%THREADED%%lib/swipl/library/ext/http/http/web/icons/folder.png -%%THREADED%%lib/swipl/library/ext/http/http/web/icons/generic.png -%%THREADED%%lib/swipl/library/ext/http/http/web/icons/layout.png -%%THREADED%%lib/swipl/library/ext/http/http/web/icons/openid-logo-square.png -%%THREADED%%lib/swipl/library/ext/http/http/web/icons/openid-logo-tiny.png -%%THREADED%%lib/swipl/library/ext/http/http/websocket.pl -%%THREADED%%lib/swipl/library/ext/http/http/yadis.pl -lib/swipl/library/ext/inclpr/inclpr.pl -lib/swipl/library/ext/inclpr/inclpr/inclpr_consistency.pl -lib/swipl/library/ext/inclpr/inclpr/inclpr_core.pl -lib/swipl/library/ext/inclpr/inclpr/inclpr_interval_arithmetic.pl -lib/swipl/library/ext/inclpr/inclpr/inclpr_inversion.pl -lib/swipl/library/ext/inclpr/inclpr/inclpr_natural_interval_extension.pl -lib/swipl/library/ext/inclpr/inclpr/inclpr_newton.pl -lib/swipl/library/ext/inclpr/inclpr/inclpr_ordering.pl -lib/swipl/library/ext/inclpr/inclpr/inclpr_symbolic_processing.pl -lib/swipl/library/ext/libedit/INDEX.pl -lib/swipl/library/ext/libedit/editline.pl -lib/swipl/library/ext/ltx2htm/icons/home.gif -lib/swipl/library/ext/ltx2htm/icons/index.gif -lib/swipl/library/ext/ltx2htm/icons/info.gif -lib/swipl/library/ext/ltx2htm/icons/next.gif -lib/swipl/library/ext/ltx2htm/icons/prev.gif -lib/swipl/library/ext/ltx2htm/icons/up.gif -lib/swipl/library/ext/ltx2htm/icons/yellow_pages.gif -lib/swipl/library/ext/ltx2htm/latex.cmd -lib/swipl/library/ext/ltx2htm/latex2html.css -lib/swipl/library/ext/ltx2htm/latex2html.pl -lib/swipl/library/ext/ltx2htm/pldoc.cmd -lib/swipl/library/ext/ltx2htm/sty_pldoc.pl -lib/swipl/library/ext/ltx2htm/sty_xpce.pl -lib/swipl/library/ext/ltx2htm/xpce.cmd -%%THREADED%%lib/swipl/library/ext/mqi/INDEX.pl -%%THREADED%%lib/swipl/library/ext/mqi/mqi.pl -lib/swipl/library/ext/nlp/INDEX.pl -lib/swipl/library/ext/nlp/double_metaphone.pl -lib/swipl/library/ext/nlp/isub.pl -lib/swipl/library/ext/nlp/porter_stem.pl -lib/swipl/library/ext/nlp/snowball.pl -%%ODBC%%lib/swipl/library/ext/odbc/INDEX.pl -%%ODBC%%lib/swipl/library/ext/odbc/odbc.pl -lib/swipl/library/ext/paxos/INDEX.pl -lib/swipl/library/ext/paxos/paxos.pl -lib/swipl/library/ext/pcre/INDEX.pl -lib/swipl/library/ext/pcre/pcre.pl -%%THREADED%%lib/swipl/library/ext/pengines/INDEX.pl -%%THREADED%%lib/swipl/library/ext/pengines/http/web/css/plterm.css -%%THREADED%%lib/swipl/library/ext/pengines/http/web/js/pengines.js -%%THREADED%%lib/swipl/library/ext/pengines/pengines.pl -%%THREADED%%lib/swipl/library/ext/pengines/pengines_io.pl -%%THREADED%%lib/swipl/library/ext/pengines/pengines_sandbox.pl -%%THREADED%%lib/swipl/library/ext/pengines/term_to_json.pl -lib/swipl/library/ext/pldoc/INDEX.pl -lib/swipl/library/ext/pldoc/doc_files.pl -%%THREADED%%lib/swipl/library/ext/pldoc/doc_http.pl -lib/swipl/library/ext/pldoc/doc_latex.pl -lib/swipl/library/ext/pldoc/doc_markdown.pl -lib/swipl/library/ext/pldoc/pldoc.pl -lib/swipl/library/ext/pldoc/pldoc/doc_access.pl -lib/swipl/library/ext/pldoc/pldoc/doc_colour.pl -lib/swipl/library/ext/pldoc/pldoc/doc_html.pl -lib/swipl/library/ext/pldoc/pldoc/doc_html.qlf -lib/swipl/library/ext/pldoc/pldoc/doc_htmlsrc.pl -lib/swipl/library/ext/pldoc/pldoc/doc_index.pl -lib/swipl/library/ext/pldoc/pldoc/doc_library.pl -lib/swipl/library/ext/pldoc/pldoc/doc_man.pl -lib/swipl/library/ext/pldoc/pldoc/doc_modes.pl -lib/swipl/library/ext/pldoc/pldoc/doc_pack.pl -lib/swipl/library/ext/pldoc/pldoc/doc_process.pl -lib/swipl/library/ext/pldoc/pldoc/doc_register.pl -lib/swipl/library/ext/pldoc/pldoc/doc_search.pl -lib/swipl/library/ext/pldoc/pldoc/doc_util.pl -lib/swipl/library/ext/pldoc/pldoc/doc_wiki.pl -lib/swipl/library/ext/pldoc/pldoc/doc_words.pl -lib/swipl/library/ext/pldoc/pldoc/edit.png -lib/swipl/library/ext/pldoc/pldoc/editpred.png -lib/swipl/library/ext/pldoc/pldoc/favicon.ico -lib/swipl/library/ext/pldoc/pldoc/h1-bg.png -lib/swipl/library/ext/pldoc/pldoc/h2-bg.png -lib/swipl/library/ext/pldoc/pldoc/hooks.pl -lib/swipl/library/ext/pldoc/pldoc/man_index.pl -lib/swipl/library/ext/pldoc/pldoc/multi-bg.png -lib/swipl/library/ext/pldoc/pldoc/pldoc.css -lib/swipl/library/ext/pldoc/pldoc/pldoc.js -lib/swipl/library/ext/pldoc/pldoc/pldoc.sty -lib/swipl/library/ext/pldoc/pldoc/pllisting.css -lib/swipl/library/ext/pldoc/pldoc/priv-bg.png -lib/swipl/library/ext/pldoc/pldoc/private.png -lib/swipl/library/ext/pldoc/pldoc/pub-bg.png -lib/swipl/library/ext/pldoc/pldoc/public.png -lib/swipl/library/ext/pldoc/pldoc/reload.png -lib/swipl/library/ext/pldoc/pldoc/source.png -lib/swipl/library/ext/pldoc/pldoc/up.gif -lib/swipl/library/ext/plunit/INDEX.pl -lib/swipl/library/ext/plunit/plunit.pl -lib/swipl/library/ext/plunit/test_wizard.pl -lib/swipl/library/ext/protobufs/INDEX.pl -lib/swipl/library/ext/protobufs/protobufs.pl -lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/INDEX.pl -lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/compiler/INDEX.pl -lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/compiler/plugin_pb.pl -lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/descriptor_pb.pl -lib/swipl/library/ext/readline/INDEX.pl -lib/swipl/library/ext/readline/readline.pl -%%THREADED%%lib/swipl/library/ext/redis/INDEX.pl -%%THREADED%%lib/swipl/library/ext/redis/redis.pl -%%THREADED%%lib/swipl/library/ext/redis/redis_streams.pl -lib/swipl/library/ext/semweb/semweb/INDEX.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf11.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf11_containers.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_cache.pl -lib/swipl/library/ext/semweb/semweb/rdf_compare.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_db.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_edit.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_http_plugin.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_library.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_litindex.pl -lib/swipl/library/ext/semweb/semweb/rdf_ntriples.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_persistency.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_portray.pl -lib/swipl/library/ext/semweb/semweb/rdf_prefixes.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_sandbox.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_turtle.pl -lib/swipl/library/ext/semweb/semweb/rdf_turtle_write.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_zlib_plugin.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdfa.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdfs.pl -%%THREADED%%lib/swipl/library/ext/semweb/semweb/sparql_client.pl -lib/swipl/library/ext/semweb/semweb/turtle.pl -lib/swipl/library/ext/sgml/DTD/HTML4.dcl -lib/swipl/library/ext/sgml/DTD/HTML4.dtd -lib/swipl/library/ext/sgml/DTD/HTML4.soc -lib/swipl/library/ext/sgml/DTD/HTML5.dtd -lib/swipl/library/ext/sgml/DTD/HTMLlat1.ent -lib/swipl/library/ext/sgml/DTD/HTMLspec.ent -lib/swipl/library/ext/sgml/DTD/HTMLsym.ent -lib/swipl/library/ext/sgml/INDEX.pl -lib/swipl/library/ext/sgml/c14n2.pl -lib/swipl/library/ext/sgml/iso_639.pl -lib/swipl/library/ext/sgml/pwp.pl -lib/swipl/library/ext/sgml/sgml.pl -lib/swipl/library/ext/sgml/sgml_write.pl -lib/swipl/library/ext/sgml/xpath.pl -lib/swipl/library/ext/sgml/xsdp_types.pl -lib/swipl/library/ext/ssl/INDEX.pl -lib/swipl/library/ext/ssl/crypto.pl -lib/swipl/library/ext/ssl/http/INDEX.pl -lib/swipl/library/ext/ssl/http/http_ssl_plugin.pl -lib/swipl/library/ext/ssl/saml.pl -lib/swipl/library/ext/ssl/ssl.pl -lib/swipl/library/ext/ssl/xmldsig.pl -lib/swipl/library/ext/ssl/xmlenc.pl -%%THREADED%%lib/swipl/library/ext/stomp/INDEX.pl -%%THREADED%%lib/swipl/library/ext/stomp/stomp.pl -lib/swipl/library/ext/sweep/INDEX.pl -lib/swipl/library/ext/sweep/sweep_link.pl -lib/swipl/library/ext/swipy/INDEX.pl -lib/swipl/library/ext/swipy/janus.pl -lib/swipl/library/ext/swipy/python/janus.py -lib/swipl/library/ext/swipy/python/janus_swi.py -lib/swipl/library/ext/table/INDEX.pl -lib/swipl/library/ext/table/table.pl -lib/swipl/library/ext/table/table_util.pl -lib/swipl/library/ext/utf8proc/INDEX.pl -lib/swipl/library/ext/utf8proc/unicode.pl -lib/swipl/library/ext/yaml/INDEX.pl -lib/swipl/library/ext/yaml/yaml.pl -lib/swipl/library/ext/zlib/INDEX.pl -lib/swipl/library/ext/zlib/zlib.pl -lib/swipl/library/fastrw.pl -lib/swipl/library/files.pl -lib/swipl/library/gensym.pl -lib/swipl/library/git.pl -lib/swipl/library/hashtable.pl -lib/swipl/library/heaps.pl -%%PORTDOCS%%lib/swipl/library/help.pl -lib/swipl/library/hotfix.pl -%%THREADED%%lib/swipl/library/http/jquery.pl -%%THREADED%%lib/swipl/library/http/web/js/jquery-3.6.0.min.js -lib/swipl/library/increval.pl -lib/swipl/library/intercept.pl -lib/swipl/library/iostream.pl -lib/swipl/library/iri_scheme/file.pl -lib/swipl/library/lazy_lists.pl -lib/swipl/library/listing.pl -lib/swipl/library/lists.pl -lib/swipl/library/lynx/INDEX.pl -lib/swipl/library/lynx/format.pl -lib/swipl/library/lynx/html_style.pl -lib/swipl/library/lynx/html_text.pl -lib/swipl/library/lynx/pldoc_style.pl -lib/swipl/library/macros.pl -lib/swipl/library/main.pl -lib/swipl/library/make.pl -lib/swipl/library/modules.pl -lib/swipl/library/nb_rbtrees.pl -lib/swipl/library/nb_set.pl -lib/swipl/library/obfuscate.pl -lib/swipl/library/occurs.pl -lib/swipl/library/operators.pl -lib/swipl/library/option.pl -lib/swipl/library/optparse.pl -lib/swipl/library/ordsets.pl -lib/swipl/library/oset.pl -lib/swipl/library/pairs.pl -lib/swipl/library/persistency.pl -lib/swipl/library/pio.pl -lib/swipl/library/portray_text.pl -lib/swipl/library/pprint.pl -lib/swipl/library/predicate_options.pl -lib/swipl/library/prolog_autoload.pl -lib/swipl/library/prolog_breakpoints.pl -lib/swipl/library/prolog_clause.pl -lib/swipl/library/prolog_code.pl -lib/swipl/library/prolog_codewalk.pl -lib/swipl/library/prolog_colour.pl -lib/swipl/library/prolog_colour.qlf -lib/swipl/library/prolog_config.pl -lib/swipl/library/prolog_coverage.pl -lib/swipl/library/prolog_debug.pl -lib/swipl/library/prolog_deps.pl -lib/swipl/library/prolog_evaluable.pl -lib/swipl/library/prolog_format.pl -lib/swipl/library/prolog_history.pl -lib/swipl/library/prolog_jiti.pl -lib/swipl/library/prolog_metainference.pl -lib/swipl/library/prolog_pack.pl -%%THREADED%%lib/swipl/library/prolog_profile.pl -lib/swipl/library/prolog_source.pl -lib/swipl/library/prolog_stack.pl -lib/swipl/library/prolog_trace.pl -lib/swipl/library/prolog_versions.pl -lib/swipl/library/prolog_wrap.pl -lib/swipl/library/prolog_xref.pl -lib/swipl/library/prolog_xref.qlf -lib/swipl/library/protobufs/protoc-gen-swipl -lib/swipl/library/pure_input.pl -lib/swipl/library/qpforeign.pl -lib/swipl/library/qsave.pl -lib/swipl/library/quasi_quotations.pl -lib/swipl/library/quintus.pl -lib/swipl/library/random.pl -lib/swipl/library/rbtrees.pl -lib/swipl/library/readln.pl -lib/swipl/library/readutil.pl -lib/swipl/library/record.pl -%%THREADED%%lib/swipl/library/rwlocks.pl -lib/swipl/library/sandbox.pl -%%THREADED%%lib/swipl/library/semweb/dc.rdfs -%%THREADED%%lib/swipl/library/semweb/eor.rdfs -%%THREADED%%lib/swipl/library/semweb/owl.owl -%%THREADED%%lib/swipl/library/semweb/rdf_library.ttl -%%THREADED%%lib/swipl/library/semweb/rdfs.rdfs -lib/swipl/library/settings.pl -lib/swipl/library/shell.pl -lib/swipl/library/shlib.pl -lib/swipl/library/solution_sequences.pl -lib/swipl/library/sort.pl -lib/swipl/library/statistics.pl -lib/swipl/library/streams.pl -lib/swipl/library/strings.pl -lib/swipl/library/system.pl -lib/swipl/library/tables.pl -lib/swipl/library/tabling.pl -lib/swipl/library/terms.pl -lib/swipl/library/theme/auto.pl -lib/swipl/library/theme/dark.pl -%%THREADED%%lib/swipl/library/thread.pl -%%THREADED%%lib/swipl/library/thread_pool.pl -%%THREADED%%lib/swipl/library/threadutil.pl -lib/swipl/library/tty.pl -lib/swipl/library/ugraphs.pl -lib/swipl/library/unicode/INDEX.pl -lib/swipl/library/unicode/blocks.pl -lib/swipl/library/unicode/unicode_data.pl -lib/swipl/library/url.pl -lib/swipl/library/utf8.pl -lib/swipl/library/varnumbers.pl -lib/swipl/library/vm.pl -lib/swipl/library/wfs.pl -lib/swipl/library/when.pl -lib/swipl/library/writef.pl -lib/swipl/library/www_browser.pl -lib/swipl/library/yall.pl -lib/swipl/library/zip.pl -lib/swipl/swipl.home -%%XPCE%%lib/swipl/swipl.rc -share/man/man1/swipl-ld.1.gz -share/man/man1/swipl.1.gz -libdata/pkgconfig/swipl.pc +%%PORTDOCS%%%%XPCE%%lib/swipl/desktop/prolog-mime.xml +%%PORTDOCS%%%%XPCE%%lib/swipl/desktop/swipl-cli.png +%%PORTDOCS%%%%XPCE%%lib/swipl/desktop/swipl-win.desktop +%%PORTDOCS%%%%XPCE%%lib/swipl/desktop/swipl.desktop +%%PORTDOCS%%%%XPCE%%lib/swipl/desktop/swipl.png %%PORTDOCS%%lib/swipl/doc/Manual/32bits.html %%PORTDOCS%%lib/swipl/doc/Manual/Bibliography.html %%PORTDOCS%%lib/swipl/doc/Manual/Contents.html %%PORTDOCS%%lib/swipl/doc/Manual/DCG.html %%PORTDOCS%%lib/swipl/doc/Manual/DDE.html %%PORTDOCS%%lib/swipl/doc/Manual/DocIndex.html %%PORTDOCS%%lib/swipl/doc/Manual/IDE.html %%PORTDOCS%%lib/swipl/doc/Manual/IO.html %%PORTDOCS%%lib/swipl/doc/Manual/WFS.html %%PORTDOCS%%lib/swipl/doc/Manual/abi-versions.html %%PORTDOCS%%lib/swipl/doc/Manual/acknowledge.html %%PORTDOCS%%lib/swipl/doc/Manual/aggregate.html %%PORTDOCS%%lib/swipl/doc/Manual/allsolutions.html %%PORTDOCS%%lib/swipl/doc/Manual/altmoduleapi.html %%PORTDOCS%%lib/swipl/doc/Manual/ancestral-cut.html %%PORTDOCS%%lib/swipl/doc/Manual/ansiterm.html %%PORTDOCS%%lib/swipl/doc/Manual/apply.html %%PORTDOCS%%lib/swipl/doc/Manual/arith.html %%PORTDOCS%%lib/swipl/doc/Manual/assoc.html %%PORTDOCS%%lib/swipl/doc/Manual/attvar.html %%PORTDOCS%%lib/swipl/doc/Manual/autoload.html %%PORTDOCS%%lib/swipl/doc/Manual/basics.html %%PORTDOCS%%lib/swipl/doc/Manual/bidicts.html %%PORTDOCS%%lib/swipl/doc/Manual/breakpoint.html %%PORTDOCS%%lib/swipl/doc/Manual/broadcast.html %%PORTDOCS%%lib/swipl/doc/Manual/broadcast.png %%PORTDOCS%%lib/swipl/doc/Manual/builtin-statistics.html %%PORTDOCS%%lib/swipl/doc/Manual/builtin.html %%PORTDOCS%%lib/swipl/doc/Manual/builtinlist.html %%PORTDOCS%%lib/swipl/doc/Manual/by-sa.png %%PORTDOCS%%lib/swipl/doc/Manual/charconv.html %%PORTDOCS%%lib/swipl/doc/Manual/chario.html %%PORTDOCS%%lib/swipl/doc/Manual/chars.html %%PORTDOCS%%lib/swipl/doc/Manual/charsio.html %%PORTDOCS%%lib/swipl/doc/Manual/chartype.html %%PORTDOCS%%lib/swipl/doc/Manual/check.html %%PORTDOCS%%lib/swipl/doc/Manual/chr-compatibility.html %%PORTDOCS%%lib/swipl/doc/Manual/chr-debugging.html %%PORTDOCS%%lib/swipl/doc/Manual/chr-examples.html %%PORTDOCS%%lib/swipl/doc/Manual/chr-guidelines.html %%PORTDOCS%%lib/swipl/doc/Manual/chr-intro.html %%PORTDOCS%%lib/swipl/doc/Manual/chr-syntaxandsemantics.html %%PORTDOCS%%lib/swipl/doc/Manual/chr-warnings-and-errors.html %%PORTDOCS%%lib/swipl/doc/Manual/chr.html %%PORTDOCS%%lib/swipl/doc/Manual/clp.html %%PORTDOCS%%lib/swipl/doc/Manual/clpb.html %%PORTDOCS%%lib/swipl/doc/Manual/clpfd.html %%PORTDOCS%%lib/swipl/doc/Manual/clpqr.html %%PORTDOCS%%lib/swipl/doc/Manual/cmdline.html %%PORTDOCS%%lib/swipl/doc/Manual/compare.html %%PORTDOCS%%lib/swipl/doc/Manual/compilation.html %%PORTDOCS%%lib/swipl/doc/Manual/consulting.html %%PORTDOCS%%lib/swipl/doc/Manual/contrib.html %%PORTDOCS%%lib/swipl/doc/Manual/control.html %%PORTDOCS%%lib/swipl/doc/Manual/coroutining.html %%PORTDOCS%%lib/swipl/doc/Manual/csv.html %%PORTDOCS%%lib/swipl/doc/Manual/ctxmodule.html %%PORTDOCS%%lib/swipl/doc/Manual/cyclic.html %%PORTDOCS%%lib/swipl/doc/Manual/db.html %%PORTDOCS%%lib/swipl/doc/Manual/debug-deployed-systems.html %%PORTDOCS%%lib/swipl/doc/Manual/debug-determinism.html %%PORTDOCS%%lib/swipl/doc/Manual/debug.html %%PORTDOCS%%lib/swipl/doc/Manual/debugger.html %%PORTDOCS%%lib/swipl/doc/Manual/debugoverview.html %%PORTDOCS%%lib/swipl/doc/Manual/defmodule.html %%PORTDOCS%%lib/swipl/doc/Manual/delcont.html %%PORTDOCS%%lib/swipl/doc/Manual/deployment-options.html %%PORTDOCS%%lib/swipl/doc/Manual/dialect-notes.html %%PORTDOCS%%lib/swipl/doc/Manual/dialect.html %%PORTDOCS%%lib/swipl/doc/Manual/dicts.html %%PORTDOCS%%lib/swipl/doc/Manual/dynamic-modules.html %%PORTDOCS%%lib/swipl/doc/Manual/dynamic.html %%PORTDOCS%%lib/swipl/doc/Manual/edit.html %%PORTDOCS%%lib/swipl/doc/Manual/editreload.html %%PORTDOCS%%lib/swipl/doc/Manual/engine-examples.html %%PORTDOCS%%lib/swipl/doc/Manual/engine-predicates.html %%PORTDOCS%%lib/swipl/doc/Manual/engine-resources.html %%PORTDOCS%%lib/swipl/doc/Manual/engines.html %%PORTDOCS%%lib/swipl/doc/Manual/error.html %%PORTDOCS%%lib/swipl/doc/Manual/examineprog.html %%PORTDOCS%%lib/swipl/doc/Manual/excepthook.html %%PORTDOCS%%lib/swipl/doc/Manual/exception.html %%PORTDOCS%%lib/swipl/doc/Manual/exception3.html +%%PORTDOCS%%lib/swipl/doc/Manual/exceptions.html %%PORTDOCS%%lib/swipl/doc/Manual/ext-integration.html %%PORTDOCS%%lib/swipl/doc/Manual/ext-issues.html %%PORTDOCS%%lib/swipl/doc/Manual/ext-lists.html %%PORTDOCS%%lib/swipl/doc/Manual/ext-syntax.html %%PORTDOCS%%lib/swipl/doc/Manual/extensions.html %%PORTDOCS%%lib/swipl/doc/Manual/fastrw.html %%PORTDOCS%%lib/swipl/doc/Manual/files.html %%PORTDOCS%%lib/swipl/doc/Manual/findappfile.html %%PORTDOCS%%lib/swipl/doc/Manual/findhome.html %%PORTDOCS%%lib/swipl/doc/Manual/flags.html %%PORTDOCS%%lib/swipl/doc/Manual/forall2.html %%PORTDOCS%%lib/swipl/doc/Manual/foreign-streams.html %%PORTDOCS%%lib/swipl/doc/Manual/foreign.html %%PORTDOCS%%lib/swipl/doc/Manual/foreigninclude.html %%PORTDOCS%%lib/swipl/doc/Manual/foreignlink.html %%PORTDOCS%%lib/swipl/doc/Manual/foreignnotes.html %%PORTDOCS%%lib/swipl/doc/Manual/foreignoverview.html %%PORTDOCS%%lib/swipl/doc/Manual/foreignthread.html %%PORTDOCS%%lib/swipl/doc/Manual/foreigntypes.html %%PORTDOCS%%lib/swipl/doc/Manual/foreignxmp.html %%PORTDOCS%%lib/swipl/doc/Manual/format.html %%PORTDOCS%%lib/swipl/doc/Manual/funcsummary.html %%PORTDOCS%%lib/swipl/doc/Manual/gemacs.html %%PORTDOCS%%lib/swipl/doc/Manual/gensym.html %%PORTDOCS%%lib/swipl/doc/Manual/glossary.html %%PORTDOCS%%lib/swipl/doc/Manual/guitracer.html %%PORTDOCS%%lib/swipl/doc/Manual/gvar.html %%PORTDOCS%%lib/swipl/doc/Manual/hack.html %%PORTDOCS%%lib/swipl/doc/Manual/heaps.html %%PORTDOCS%%lib/swipl/doc/Manual/highorder.html %%PORTDOCS%%lib/swipl/doc/Manual/history.html %%PORTDOCS%%lib/swipl/doc/Manual/home.gif %%PORTDOCS%%lib/swipl/doc/Manual/hooks.html %%PORTDOCS%%lib/swipl/doc/Manual/idepreds.html %%PORTDOCS%%lib/swipl/doc/Manual/idesummary.html %%PORTDOCS%%lib/swipl/doc/Manual/implhistory.html %%PORTDOCS%%lib/swipl/doc/Manual/import.html %%PORTDOCS%%lib/swipl/doc/Manual/importmodule.html %%PORTDOCS%%lib/swipl/doc/Manual/increval.html %%PORTDOCS%%lib/swipl/doc/Manual/index.gif %%PORTDOCS%%lib/swipl/doc/Manual/index.html %%PORTDOCS%%lib/swipl/doc/Manual/info.gif %%PORTDOCS%%lib/swipl/doc/Manual/initfile.html %%PORTDOCS%%lib/swipl/doc/Manual/initgoal.html %%PORTDOCS%%lib/swipl/doc/Manual/intercept.html %%PORTDOCS%%lib/swipl/doc/Manual/interrupt.html %%PORTDOCS%%lib/swipl/doc/Manual/intlibs.html %%PORTDOCS%%lib/swipl/doc/Manual/intro.html %%PORTDOCS%%lib/swipl/doc/Manual/iostream.html %%PORTDOCS%%lib/swipl/doc/Manual/jitindex.html %%PORTDOCS%%lib/swipl/doc/Manual/libpl.html %%PORTDOCS%%lib/swipl/doc/Manual/library.html %%PORTDOCS%%lib/swipl/doc/Manual/license.html %%PORTDOCS%%lib/swipl/doc/Manual/limits.html %%PORTDOCS%%lib/swipl/doc/Manual/listing.html %%PORTDOCS%%lib/swipl/doc/Manual/lists.html %%PORTDOCS%%lib/swipl/doc/Manual/loadfilehook.html %%PORTDOCS%%lib/swipl/doc/Manual/locale.html %%PORTDOCS%%lib/swipl/doc/Manual/macros.html %%PORTDOCS%%lib/swipl/doc/Manual/main.html %%PORTDOCS%%lib/swipl/doc/Manual/manipatom.html %%PORTDOCS%%lib/swipl/doc/Manual/manipmodule.html %%PORTDOCS%%lib/swipl/doc/Manual/manipstack.html %%PORTDOCS%%lib/swipl/doc/Manual/manipterm.html %%PORTDOCS%%lib/swipl/doc/Manual/memory.html %%PORTDOCS%%lib/swipl/doc/Manual/metacall.html %%PORTDOCS%%lib/swipl/doc/Manual/metapred.html %%PORTDOCS%%lib/swipl/doc/Manual/miscarith.html %%PORTDOCS%%lib/swipl/doc/Manual/miscpreds.html %%PORTDOCS%%lib/swipl/doc/Manual/module-autoload.html %%PORTDOCS%%lib/swipl/doc/Manual/modulecompat.html %%PORTDOCS%%lib/swipl/doc/Manual/moduleop.html %%PORTDOCS%%lib/swipl/doc/Manual/modules.html %%PORTDOCS%%lib/swipl/doc/Manual/mt-xpce.html %%PORTDOCS%%lib/swipl/doc/Manual/mtoplevel.html %%PORTDOCS%%lib/swipl/doc/Manual/navigator.html %%PORTDOCS%%lib/swipl/doc/Manual/nb_set.html %%PORTDOCS%%lib/swipl/doc/Manual/next.gif %%PORTDOCS%%lib/swipl/doc/Manual/occurs.html %%PORTDOCS%%lib/swipl/doc/Manual/online-help.html %%PORTDOCS%%lib/swipl/doc/Manual/operators.html %%PORTDOCS%%lib/swipl/doc/Manual/opsummary.html %%PORTDOCS%%lib/swipl/doc/Manual/option.html %%PORTDOCS%%lib/swipl/doc/Manual/optparse.html %%PORTDOCS%%lib/swipl/doc/Manual/ordsets.html %%PORTDOCS%%lib/swipl/doc/Manual/otherlicenses.html %%PORTDOCS%%lib/swipl/doc/Manual/overrule.html %%PORTDOCS%%lib/swipl/doc/Manual/overview.html %%PORTDOCS%%lib/swipl/doc/Manual/pack-attach.html %%PORTDOCS%%lib/swipl/doc/Manual/pack-devel.html %%PORTDOCS%%lib/swipl/doc/Manual/pack-install.html %%PORTDOCS%%lib/swipl/doc/Manual/pack-structure.html %%PORTDOCS%%lib/swipl/doc/Manual/packs.html %%PORTDOCS%%lib/swipl/doc/Manual/pairs.html %%PORTDOCS%%lib/swipl/doc/Manual/pceemacs.html %%PORTDOCS%%lib/swipl/doc/Manual/persistency.html %%PORTDOCS%%lib/swipl/doc/Manual/pio.html %%PORTDOCS%%lib/swipl/doc/Manual/plld.html %%PORTDOCS%%lib/swipl/doc/Manual/portabilitystrategies.html %%PORTDOCS%%lib/swipl/doc/Manual/portraytext.html %%PORTDOCS%%lib/swipl/doc/Manual/practical.html %%PORTDOCS%%lib/swipl/doc/Manual/preddesc.html %%PORTDOCS%%lib/swipl/doc/Manual/predicate_options.html %%PORTDOCS%%lib/swipl/doc/Manual/predsummary.html %%PORTDOCS%%lib/swipl/doc/Manual/prev.gif %%PORTDOCS%%lib/swipl/doc/Manual/printmsg.html -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/Manual/profile.html -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/Manual/profnode.png +%%PORTDOCS%%lib/swipl/doc/Manual/profile.html +%%PORTDOCS%%lib/swipl/doc/Manual/profnode.png %%PORTDOCS%%lib/swipl/doc/Manual/program-resources.html %%PORTDOCS%%lib/swipl/doc/Manual/projectfiles.html %%PORTDOCS%%lib/swipl/doc/Manual/prolog-event.html %%PORTDOCS%%lib/swipl/doc/Manual/prologcoverage.html %%PORTDOCS%%lib/swipl/doc/Manual/prologdebug.html %%PORTDOCS%%lib/swipl/doc/Manual/prologjiti.html %%PORTDOCS%%lib/swipl/doc/Manual/prologpack.html %%PORTDOCS%%lib/swipl/doc/Manual/prologtrace.html %%PORTDOCS%%lib/swipl/doc/Manual/prologversions.html %%PORTDOCS%%lib/swipl/doc/Manual/prologxref.html %%PORTDOCS%%lib/swipl/doc/Manual/protect-code.html %%PORTDOCS%%lib/swipl/doc/Manual/protocol.html %%PORTDOCS%%lib/swipl/doc/Manual/quasiquotations.html %%PORTDOCS%%lib/swipl/doc/Manual/quickstart.html %%PORTDOCS%%lib/swipl/doc/Manual/random.html %%PORTDOCS%%lib/swipl/doc/Manual/rbtrees.html %%PORTDOCS%%lib/swipl/doc/Manual/readutil.html %%PORTDOCS%%lib/swipl/doc/Manual/record.html %%PORTDOCS%%lib/swipl/doc/Manual/reexport.html %%PORTDOCS%%lib/swipl/doc/Manual/registry.html %%PORTDOCS%%lib/swipl/doc/Manual/resmodules.html %%PORTDOCS%%lib/swipl/doc/Manual/runtime.html -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/Manual/rwlocks.html +%%PORTDOCS%%lib/swipl/doc/Manual/rwlocks.html %%PORTDOCS%%lib/swipl/doc/Manual/saved-states.html %%PORTDOCS%%lib/swipl/doc/Manual/settings.html %%PORTDOCS%%lib/swipl/doc/Manual/signal.html -%%GMP%%%%PORTDOCS%%lib/swipl/doc/Manual/simplex.html +%%PORTDOCS%%lib/swipl/doc/Manual/simplex.html %%PORTDOCS%%lib/swipl/doc/Manual/softlicense.html %%PORTDOCS%%lib/swipl/doc/Manual/solutionsequences.html %%PORTDOCS%%lib/swipl/doc/Manual/sponsor.html %%PORTDOCS%%lib/swipl/doc/Manual/ssu.html %%PORTDOCS%%lib/swipl/doc/Manual/state-initialization.html %%PORTDOCS%%lib/swipl/doc/Manual/statistics.html %%PORTDOCS%%lib/swipl/doc/Manual/status.html %%PORTDOCS%%lib/swipl/doc/Manual/streamstat.html %%PORTDOCS%%lib/swipl/doc/Manual/string.html %%PORTDOCS%%lib/swipl/doc/Manual/strings.html %%PORTDOCS%%lib/swipl/doc/Manual/summary.html %%PORTDOCS%%lib/swipl/doc/Manual/swiorother.html %%PORTDOCS%%lib/swipl/doc/Manual/swiprolog.html %%PORTDOCS%%lib/swipl/doc/Manual/syntax.html %%PORTDOCS%%lib/swipl/doc/Manual/system.html %%PORTDOCS%%lib/swipl/doc/Manual/tables.html +%%PORTDOCS%%lib/swipl/doc/Manual/tableutil.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling-about.html +%%PORTDOCS%%lib/swipl/doc/Manual/tabling-constraints.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling-incremental.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling-memoize.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling-mode-directed.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling-monotonic.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling-non-termination.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling-preds.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling-restraints.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling-shared.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling-subsumptive.html %%PORTDOCS%%lib/swipl/doc/Manual/tabling.html %%PORTDOCS%%lib/swipl/doc/Manual/termrw.html %%PORTDOCS%%lib/swipl/doc/Manual/terms.html %%PORTDOCS%%lib/swipl/doc/Manual/theme.html %%PORTDOCS%%lib/swipl/doc/Manual/thmonitor.html -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/Manual/thread.html +%%PORTDOCS%%lib/swipl/doc/Manual/thread.html %%PORTDOCS%%lib/swipl/doc/Manual/threadcom.html %%PORTDOCS%%lib/swipl/doc/Manual/threadcreate.html -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/Manual/threadpool.html +%%PORTDOCS%%lib/swipl/doc/Manual/threadpool.html %%PORTDOCS%%lib/swipl/doc/Manual/threads.html %%PORTDOCS%%lib/swipl/doc/Manual/threadsync.html -%%PORTDOCS%%lib/swipl/doc/Manual/thutil.html +%%PORTDOCS%%lib/swipl/doc/Manual/threadutil.html %%PORTDOCS%%lib/swipl/doc/Manual/tnotpure.html %%PORTDOCS%%lib/swipl/doc/Manual/toplevel.html %%PORTDOCS%%lib/swipl/doc/Manual/topvars.html %%PORTDOCS%%lib/swipl/doc/Manual/tracehook.html %%PORTDOCS%%lib/swipl/doc/Manual/tty.html %%PORTDOCS%%lib/swipl/doc/Manual/typetest.html %%PORTDOCS%%lib/swipl/doc/Manual/ugraphs.html %%PORTDOCS%%lib/swipl/doc/Manual/up.gif %%PORTDOCS%%lib/swipl/doc/Manual/url.html %%PORTDOCS%%lib/swipl/doc/Manual/usingmodules.html %%PORTDOCS%%lib/swipl/doc/Manual/varnumbers.html %%PORTDOCS%%lib/swipl/doc/Manual/wasm-calling.html %%PORTDOCS%%lib/swipl/doc/Manual/wasm-js-call.html %%PORTDOCS%%lib/swipl/doc/Manual/wasm-loading.html -%%PORTDOCS%%lib/swipl/doc/Manual/wasm.html +%%PORTDOCS%%lib/swipl/doc/Manual/wasm-version.html %%PORTDOCS%%lib/swipl/doc/Manual/whymodules.html %%PORTDOCS%%lib/swipl/doc/Manual/widechars.html +%%PORTDOCS%%lib/swipl/doc/Manual/writef.html %%PORTDOCS%%lib/swipl/doc/Manual/wwwbrowser.html %%PORTDOCS%%lib/swipl/doc/Manual/xref.html %%PORTDOCS%%lib/swipl/doc/Manual/xrefchatdep.png %%PORTDOCS%%lib/swipl/doc/Manual/xrefchatfile.png %%PORTDOCS%%lib/swipl/doc/Manual/yall.html %%PORTDOCS%%lib/swipl/doc/Manual/yellow_pages.gif %%PORTDOCS%%lib/swipl/doc/manindex.db %%PORTDOCS%%lib/swipl/doc/packages/archive.html %%PORTDOCS%%lib/swipl/doc/packages/clib.html -%%ODBC%%%%PORTDOCS%%lib/swipl/doc/packages/cql.html +lib/swipl/doc/packages/examples/chr/bool.chr +lib/swipl/doc/packages/examples/chr/chrdif.chr +lib/swipl/doc/packages/examples/chr/chrfreeze.chr +lib/swipl/doc/packages/examples/chr/family.chr +lib/swipl/doc/packages/examples/chr/fib.chr +lib/swipl/doc/packages/examples/chr/fibonacci.chr +lib/swipl/doc/packages/examples/chr/gcd.chr +lib/swipl/doc/packages/examples/chr/leq.chr +lib/swipl/doc/packages/examples/chr/listdom.chr +lib/swipl/doc/packages/examples/chr/primes.chr +lib/swipl/doc/packages/examples/cpp/README.md +lib/swipl/doc/packages/examples/cpp/likes.cpp +lib/swipl/doc/packages/examples/cpp/likes.pl +lib/swipl/doc/packages/examples/cpp/test_cpp.cpp +lib/swipl/doc/packages/examples/cpp/test_ffi.c +%%ODBC%%lib/swipl/doc/packages/examples/cql/cql_demo.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/README.md +%%THREADED%%lib/swipl/doc/packages/examples/http/calc.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/demo_body.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/demo_client.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/demo_daemon.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/demo_files.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/demo_hello.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/demo_login.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/demo_openid.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/demo_pwp.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/demo_rest.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/demo_threads.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/linux-init-script +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/context.pwp +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/index.pwp +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/pwp1.pwp +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/pwp2.pwp +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/pwp3.pwp +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/pwp4.pwp +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/pwp5.pwp +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/pwp6.pwp +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/pwp7.pwp +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/pwp8.pwp +%%THREADED%%lib/swipl/doc/packages/examples/http/pwp/pwpdb.pl +%%THREADED%%lib/swipl/doc/packages/examples/http/systemd-script.service +%%THREADED%%lib/swipl/doc/packages/examples/http/upstart-script.conf +lib/swipl/doc/packages/examples/inclpr/benchmarks.pl +%%THREADED%%lib/swipl/doc/packages/examples/pengines/client.pl +%%THREADED%%lib/swipl/doc/packages/examples/pengines/server.pl +%%THREADED%%lib/swipl/doc/packages/examples/pengines/web/chunking.html +%%THREADED%%lib/swipl/doc/packages/examples/pengines/web/debugging.html +%%THREADED%%lib/swipl/doc/packages/examples/pengines/web/hack.html +%%THREADED%%lib/swipl/doc/packages/examples/pengines/web/index.html +%%THREADED%%lib/swipl/doc/packages/examples/pengines/web/input_output.html +%%THREADED%%lib/swipl/doc/packages/examples/pengines/web/pengine.html +%%THREADED%%lib/swipl/doc/packages/examples/pengines/web/queen.png +%%THREADED%%lib/swipl/doc/packages/examples/pengines/web/queens.html +%%THREADED%%lib/swipl/doc/packages/examples/pengines/web/simple.html +%%THREADED%%lib/swipl/doc/packages/examples/pengines/web/update-jquery +lib/swipl/doc/packages/examples/pldoc/README +lib/swipl/doc/packages/examples/pldoc/man_server.pl +lib/swipl/doc/packages/examples/plunit/read.pl +lib/swipl/doc/packages/examples/plunit/simple.pl +lib/swipl/doc/packages/examples/protobufs/bootstrap/README.md +lib/swipl/doc/packages/examples/protobufs/bootstrap/common.mk +lib/swipl/doc/packages/examples/protobufs/demo/Makefile +lib/swipl/doc/packages/examples/protobufs/demo/README.md +lib/swipl/doc/packages/examples/protobufs/demo/foo.cpp +lib/swipl/doc/packages/examples/protobufs/demo/pb_vector.proto +lib/swipl/doc/packages/examples/protobufs/demo/vector_demo.pl +lib/swipl/doc/packages/examples/protobufs/eventually_implies.pl +lib/swipl/doc/packages/examples/protobufs/interop/Makefile +lib/swipl/doc/packages/examples/protobufs/interop/README.md +lib/swipl/doc/packages/examples/protobufs/interop/addressbook.pl +lib/swipl/doc/packages/examples/protobufs/interop/addressbook.proto +lib/swipl/doc/packages/examples/protobufs/interop/addressbook2.proto +lib/swipl/doc/packages/examples/protobufs/interop/test.proto +lib/swipl/doc/packages/examples/protobufs/interop/test2.proto +lib/swipl/doc/packages/examples/protobufs/interop/test2b.proto +lib/swipl/doc/packages/examples/protobufs/interop/test_interop.pl +lib/swipl/doc/packages/examples/protobufs/interop/test_read.cc +lib/swipl/doc/packages/examples/protobufs/interop/test_read.py +lib/swipl/doc/packages/examples/protobufs/interop/test_templates.pl +lib/swipl/doc/packages/examples/protobufs/interop/test_write.cc +lib/swipl/doc/packages/examples/protobufs/interop/test_write.py +lib/swipl/doc/packages/examples/protobufs/interop/unittest.proto +lib/swipl/doc/packages/examples/protobufs/interop/unittest_import.proto +lib/swipl/doc/packages/examples/protobufs/interop/unittest_import_public.proto +lib/swipl/doc/packages/examples/protobufs/some_message.proto +lib/swipl/doc/packages/examples/protobufs/some_message.py +%%THREADED%%lib/swipl/doc/packages/examples/redis/README.md +%%THREADED%%lib/swipl/doc/packages/examples/redis/common.pl +%%THREADED%%lib/swipl/doc/packages/examples/redis/prime-node.pl +%%THREADED%%lib/swipl/doc/packages/examples/redis/primes.pl +lib/swipl/doc/packages/examples/ssl/client.pl +lib/swipl/doc/packages/examples/ssl/etc/README +lib/swipl/doc/packages/examples/ssl/etc/client/client-cert.p12 +lib/swipl/doc/packages/examples/ssl/etc/client/client-cert.pem +lib/swipl/doc/packages/examples/ssl/etc/client/client-key.pem +lib/swipl/doc/packages/examples/ssl/etc/demoCA/cacert.pem +lib/swipl/doc/packages/examples/ssl/etc/demoCA/careq.pem +lib/swipl/doc/packages/examples/ssl/etc/demoCA/crlnumber +lib/swipl/doc/packages/examples/ssl/etc/demoCA/index.txt +lib/swipl/doc/packages/examples/ssl/etc/demoCA/index.txt.attr +lib/swipl/doc/packages/examples/ssl/etc/demoCA/newcerts/9DC08797A0F63F7C.pem +lib/swipl/doc/packages/examples/ssl/etc/demoCA/newcerts/9DC08797A0F63F7D.pem +lib/swipl/doc/packages/examples/ssl/etc/demoCA/private/cakey.pem +lib/swipl/doc/packages/examples/ssl/etc/demoCA/serial +lib/swipl/doc/packages/examples/ssl/etc/server/server-cert.pem +lib/swipl/doc/packages/examples/ssl/etc/server/server-key.pem +lib/swipl/doc/packages/examples/ssl/https.pl +lib/swipl/doc/packages/examples/ssl/server.pl +%%PORTDOCS%%%%THREADED%%lib/swipl/doc/packages/examples/stomp/ping.pl +%%PORTDOCS%%%%THREADED%%lib/swipl/doc/packages/examples/stomp/pong.pl +%%PORTDOCS%%%%THREADED%%lib/swipl/doc/packages/examples/stomp/server-loop.sh +%%PORTDOCS%%%%THREADED%%lib/swipl/doc/packages/examples/stomp/simple.pl +%%PORTDOCS%%%%THREADED%%lib/swipl/doc/packages/examples/stomp/stress_client.pl +%%PORTDOCS%%%%THREADED%%lib/swipl/doc/packages/examples/stomp/stress_server.pl +%%PORTDOCS%%lib/swipl/doc/packages/cql.html %%PORTDOCS%%lib/swipl/doc/packages/http.html %%PORTDOCS%%lib/swipl/doc/packages/index.html %%PORTDOCS%%lib/swipl/doc/packages/janus.html +%%PORTDOCS%%lib/swipl/doc/packages/json.html %%PORTDOCS%%lib/swipl/doc/packages/libedit.html -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/packages/mqi.html +%%PORTDOCS%%lib/swipl/doc/packages/mqi.html %%PORTDOCS%%lib/swipl/doc/packages/nlp.html -%%ODBC%%%%PORTDOCS%%lib/swipl/doc/packages/odbc.html +%%PORTDOCS%%lib/swipl/doc/packages/odbc.html %%PORTDOCS%%lib/swipl/doc/packages/paxos.html %%PORTDOCS%%lib/swipl/doc/packages/pcre.html -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/packages/penarch.png -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/packages/pengines.html +%%PORTDOCS%%lib/swipl/doc/packages/penarch.png +%%PORTDOCS%%lib/swipl/doc/packages/pengines.html %%PORTDOCS%%lib/swipl/doc/packages/pl2cpp.html %%PORTDOCS%%lib/swipl/doc/packages/pldoc.html -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/packages/pltpruncolour.png -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/packages/pltpsynch.png +%%PORTDOCS%%lib/swipl/doc/packages/pltpruncolour.png +%%PORTDOCS%%lib/swipl/doc/packages/pltpsynch.png %%PORTDOCS%%lib/swipl/doc/packages/plunit.html %%PORTDOCS%%lib/swipl/doc/packages/protobufs.html %%PORTDOCS%%lib/swipl/doc/packages/rdf2pl.html -%%PORTDOCS%%lib/swipl/doc/packages/readline.html -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/packages/redis.html +%%PORTDOCS%%lib/swipl/doc/packages/redis.html %%PORTDOCS%%lib/swipl/doc/packages/semweb.html %%PORTDOCS%%lib/swipl/doc/packages/sgml.html %%PORTDOCS%%lib/swipl/doc/packages/ssl.html -%%THREADED%%%%PORTDOCS%%lib/swipl/doc/packages/stomp.html +%%PORTDOCS%%lib/swipl/doc/packages/stomp.html %%PORTDOCS%%lib/swipl/doc/packages/sweep.html %%PORTDOCS%%lib/swipl/doc/packages/table.html %%PORTDOCS%%lib/swipl/doc/packages/utf8proc.html %%PORTDOCS%%lib/swipl/doc/packages/yaml.html %%PORTDOCS%%lib/swipl/doc/packages/zlib.html -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/bool.chr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/chrdif.chr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/chrfreeze.chr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/family.chr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/fib.chr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/fibonacci.chr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/gcd.chr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/leq.chr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/listdom.chr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/primes.chr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/README.md -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/likes.cpp -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/likes.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/test_cpp.cpp -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/test_ffi.c -%%ODBC%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cql/cql_demo.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/README.md -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/calc.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_body.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_client.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_daemon.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_files.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_hello.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_login.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_openid.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_pwp.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_rest.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_threads.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/linux-init-script -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/context.pwp -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/index.pwp -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp1.pwp -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp2.pwp -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp3.pwp -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp4.pwp -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp5.pwp -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp6.pwp -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp7.pwp -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp8.pwp -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwpdb.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/systemd-script.service -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/upstart-script.conf -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/inclpr/benchmarks.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/client.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/server.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/chunking.html -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/debugging.html -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/hack.html -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/index.html -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/input_output.html -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/pengine.html -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/queen.png -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/queens.html -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/simple.html -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/update-jquery -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pldoc/README -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pldoc/man_server.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/plunit/read.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/plunit/simple.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/bootstrap/README.md -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/bootstrap/common.mk -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/demo/Makefile -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/demo/README.md -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/demo/foo.cpp -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/demo/pb_vector.proto -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/demo/vector_demo.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/eventually_implies.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/Makefile -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/README.md -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/addressbook.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/addressbook.proto -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/addressbook2.proto -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test.proto -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test2.proto -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test2b.proto -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_interop.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_read.cc -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_read.py -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_templates.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_write.cc -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_write.py -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/unittest.proto -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/unittest_import.proto -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/unittest_import_public.proto -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/some_message.proto -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/some_message.py -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/redis/README.md -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/redis/common.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/redis/prime-node.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/redis/primes.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/client.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/README -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/client/client-cert.p12 -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/client/client-cert.pem -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/client/client-key.pem -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/cacert.pem -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/careq.pem -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/crlnumber -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/index.txt -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/index.txt.attr -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/newcerts/9DC08797A0F63F7C.pem -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/newcerts/9DC08797A0F63F7D.pem -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/private/cakey.pem -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/serial -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/server/server-cert.pem -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/server/server-key.pem -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/https.pl -%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/server.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/ping.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/pong.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/server-loop.sh -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/simple.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/stress_client.pl -%%THREADED%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/stress_server.pl +lib/swipl/include/SWI-Prolog.h +lib/swipl/include/SWI-Stream.h +lib/swipl/include/SWI-cpp.h +lib/swipl/include/SWI-cpp2-atommap.h +lib/swipl/include/SWI-cpp2-plx.h +lib/swipl/include/SWI-cpp2.cpp +lib/swipl/include/SWI-cpp2.h +lib/swipl/include/Yap/YapInterface.h +lib/swipl/include/sicstus/sicstus.h +lib/swipl/lib/%%ARCH%%-%%OS%%/archive4pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/cgi.so +lib/swipl/lib/%%ARCH%%-%%OS%%/crypt.so +lib/swipl/lib/%%ARCH%%-%%OS%%/crypto4pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/double_metaphone.so +lib/swipl/lib/%%ARCH%%-%%OS%%/files.so +lib/swipl/lib/%%ARCH%%-%%OS%%/hashstream.so +lib/swipl/lib/%%ARCH%%-%%OS%%/http_stream.so +lib/swipl/lib/%%ARCH%%-%%OS%%/inclpr.so +lib/swipl/lib/%%ARCH%%-%%OS%%/isub.so +lib/swipl/lib/%%ARCH%%-%%OS%%/janus.so +lib/swipl/lib/%%ARCH%%-%%OS%%/json.so +lib/swipl/lib/%%ARCH%%-%%OS%%/libedit4pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.10 +lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.10.0.2 +lib/swipl/lib/%%ARCH%%-%%OS%%/md54pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/memfile.so +lib/swipl/lib/%%ARCH%%-%%OS%%/ntriples.so +%%ODBC%%lib/swipl/lib/%%ARCH%%-%%OS%%/odbc4pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/pcre4pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/pdt_console.so +%%XPCE%%lib/swipl/lib/%%ARCH%%-%%OS%%/pl2xpce.so +lib/swipl/lib/%%ARCH%%-%%OS%%/porter_stem.so +lib/swipl/lib/%%ARCH%%-%%OS%%/process.so +lib/swipl/lib/%%ARCH%%-%%OS%%/prolog_stream.so +lib/swipl/lib/%%ARCH%%-%%OS%%/protobufs.so +%%THREADED%%lib/swipl/lib/%%ARCH%%-%%OS%%/rdf_db.so +lib/swipl/lib/%%ARCH%%-%%OS%%/readutil.so +%%THREADED%%lib/swipl/lib/%%ARCH%%-%%OS%%/redis4pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/rlimit.so +lib/swipl/lib/%%ARCH%%-%%OS%%/sched.so +lib/swipl/lib/%%ARCH%%-%%OS%%/sgml2pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/sha4pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/snowball.so +lib/swipl/lib/%%ARCH%%-%%OS%%/socket.so +lib/swipl/lib/%%ARCH%%-%%OS%%/ssl4pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/streaminfo.so +lib/swipl/lib/%%ARCH%%-%%OS%%/sweep-module.so +lib/swipl/lib/%%ARCH%%-%%OS%%/syslog.so +lib/swipl/lib/%%ARCH%%-%%OS%%/table.so +lib/swipl/lib/%%ARCH%%-%%OS%%/tex.so +%%THREADED%%lib/swipl/lib/%%ARCH%%-%%OS%%/time.so +lib/swipl/lib/%%ARCH%%-%%OS%%/turtle.so +lib/swipl/lib/%%ARCH%%-%%OS%%/uid.so +lib/swipl/lib/%%ARCH%%-%%OS%%/unicode4pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/unix.so +lib/swipl/lib/%%ARCH%%-%%OS%%/uri.so +lib/swipl/lib/%%ARCH%%-%%OS%%/uuid.so +%%THREADED%%lib/swipl/lib/%%ARCH%%-%%OS%%/websocket.so +lib/swipl/lib/%%ARCH%%-%%OS%%/yaml4pl.so +lib/swipl/lib/%%ARCH%%-%%OS%%/zlib4pl.so +%%THREADED%%lib/swipl/lib/swiplserver/LICENSE +%%THREADED%%lib/swipl/lib/swiplserver/__init__.py +%%THREADED%%lib/swipl/lib/swiplserver/prologmqi.py +lib/swipl/library/INDEX.pl +lib/swipl/library/aggregate.pl +lib/swipl/library/aggregate.qlf +lib/swipl/library/ansi_term.pl +lib/swipl/library/ansi_term.qlf +lib/swipl/library/apply.pl +lib/swipl/library/apply.qlf +lib/swipl/library/apply_macros.pl +lib/swipl/library/apply_macros.qlf +lib/swipl/library/arithmetic.pl +lib/swipl/library/arithmetic.qlf +lib/swipl/library/assoc.pl +lib/swipl/library/assoc.qlf +lib/swipl/library/atom.pl +lib/swipl/library/atom.qlf +lib/swipl/library/backcomp.pl +lib/swipl/library/backcomp.qlf +lib/swipl/library/base32.pl +lib/swipl/library/base32.qlf +lib/swipl/library/base64.pl +lib/swipl/library/base64.qlf +lib/swipl/library/broadcast.pl +lib/swipl/library/broadcast.qlf +lib/swipl/library/build/cmake.pl +lib/swipl/library/build/cmake.qlf +lib/swipl/library/build/conan.pl +lib/swipl/library/build/conan.qlf +lib/swipl/library/build/make.pl +lib/swipl/library/build/make.qlf +lib/swipl/library/build/tools.pl +lib/swipl/library/build/tools.qlf +lib/swipl/library/charsio.pl +lib/swipl/library/charsio.qlf +lib/swipl/library/check.pl +lib/swipl/library/check.qlf +lib/swipl/library/check_installation.pl +lib/swipl/library/clp/INDEX.pl +lib/swipl/library/clp/bounds.pl +lib/swipl/library/clp/bounds.qlf +lib/swipl/library/clp/clp_distinct.pl +lib/swipl/library/clp/clp_distinct.qlf +lib/swipl/library/clp/clp_events.pl +lib/swipl/library/clp/clp_events.qlf +lib/swipl/library/clp/clpb.pl +lib/swipl/library/clp/clpb.qlf +lib/swipl/library/clp/clpfd.pl +lib/swipl/library/clp/clpfd.qlf +lib/swipl/library/clp/simplex.pl +lib/swipl/library/clp/simplex.qlf +lib/swipl/library/codesio.pl +lib/swipl/library/codesio.qlf +lib/swipl/library/coinduction.pl +lib/swipl/library/coinduction.qlf +lib/swipl/library/console_input.pl +lib/swipl/library/console_input.qlf +lib/swipl/library/csv.pl +lib/swipl/library/csv.qlf +lib/swipl/library/ctypes.pl +lib/swipl/library/ctypes.qlf +lib/swipl/library/date.pl +lib/swipl/library/date.qlf +lib/swipl/library/dcg/INDEX.pl +lib/swipl/library/dcg/basics.pl +lib/swipl/library/dcg/basics.qlf +lib/swipl/library/dcg/high_order.pl +lib/swipl/library/dcg/high_order.qlf +lib/swipl/library/debug.pl +lib/swipl/library/debug.qlf +lib/swipl/library/dialect.pl +lib/swipl/library/dialect.qlf +lib/swipl/library/dialect/bim.pl +lib/swipl/library/dialect/bim.qlf +lib/swipl/library/dialect/commons.pl +lib/swipl/library/dialect/commons.qlf +lib/swipl/library/dialect/eclipse/test_util_iso.pl +lib/swipl/library/dialect/eclipse/test_util_iso.qlf +lib/swipl/library/dialect/hprolog.pl +lib/swipl/library/dialect/hprolog.qlf +lib/swipl/library/dialect/hprolog/format.pl +lib/swipl/library/dialect/hprolog/format.qlf +lib/swipl/library/dialect/ifprolog.pl +lib/swipl/library/dialect/ifprolog.qlf +lib/swipl/library/dialect/iso/iso_predicates.pl +lib/swipl/library/dialect/iso/iso_predicates.qlf +lib/swipl/library/dialect/sicstus.pl +lib/swipl/library/dialect/sicstus.qlf +lib/swipl/library/dialect/sicstus/README.TXT +lib/swipl/library/dialect/sicstus/arrays.pl +lib/swipl/library/dialect/sicstus/arrays.qlf +lib/swipl/library/dialect/sicstus/block.pl +lib/swipl/library/dialect/sicstus/block.qlf +lib/swipl/library/dialect/sicstus/lists.pl +lib/swipl/library/dialect/sicstus/lists.qlf +lib/swipl/library/dialect/sicstus/ordsets.pl +lib/swipl/library/dialect/sicstus/ordsets.qlf +lib/swipl/library/dialect/sicstus/sockets.pl +lib/swipl/library/dialect/sicstus/sockets.qlf +lib/swipl/library/dialect/sicstus/system.pl +lib/swipl/library/dialect/sicstus/system.qlf +lib/swipl/library/dialect/sicstus/terms.pl +lib/swipl/library/dialect/sicstus/terms.qlf +%%THREADED%%lib/swipl/library/dialect/sicstus/timeout.pl +%%THREADED%%lib/swipl/library/dialect/sicstus/timeout.qlf +lib/swipl/library/dialect/sicstus4.pl +lib/swipl/library/dialect/sicstus4.qlf +lib/swipl/library/dialect/sicstus4/aggregate.pl +lib/swipl/library/dialect/sicstus4/aggregate.qlf +lib/swipl/library/dialect/sicstus4/between.pl +lib/swipl/library/dialect/sicstus4/between.qlf +lib/swipl/library/dialect/sicstus4/clpfd.pl +lib/swipl/library/dialect/sicstus4/clpfd.qlf +lib/swipl/library/dialect/sicstus4/file_systems.pl +lib/swipl/library/dialect/sicstus4/file_systems.qlf +lib/swipl/library/dialect/sicstus4/lists.pl +lib/swipl/library/dialect/sicstus4/lists.qlf +lib/swipl/library/dialect/sicstus4/ordsets.pl +lib/swipl/library/dialect/sicstus4/ordsets.qlf +lib/swipl/library/dialect/sicstus4/samsort.pl +lib/swipl/library/dialect/sicstus4/samsort.qlf +lib/swipl/library/dialect/sicstus4/sets.pl +lib/swipl/library/dialect/sicstus4/sets.qlf +lib/swipl/library/dialect/sicstus4/sockets.pl +lib/swipl/library/dialect/sicstus4/sockets.qlf +lib/swipl/library/dialect/sicstus4/system.pl +lib/swipl/library/dialect/sicstus4/system.qlf +lib/swipl/library/dialect/sicstus4/terms.pl +lib/swipl/library/dialect/sicstus4/terms.qlf +%%THREADED%%lib/swipl/library/dialect/sicstus4/timeout.pl +%%THREADED%%lib/swipl/library/dialect/sicstus4/timeout.qlf +lib/swipl/library/dialect/sicstus4/types.pl +lib/swipl/library/dialect/sicstus4/types.qlf +lib/swipl/library/dialect/swi/syspred_options.pl +lib/swipl/library/dialect/swi/syspred_options.qlf +lib/swipl/library/dialect/xsb.pl +lib/swipl/library/dialect/xsb.qlf +lib/swipl/library/dialect/xsb/README.md +lib/swipl/library/dialect/xsb/basics.pl +lib/swipl/library/dialect/xsb/basics.qlf +lib/swipl/library/dialect/xsb/consult.pl +lib/swipl/library/dialect/xsb/consult.qlf +lib/swipl/library/dialect/xsb/curr_sym.pl +lib/swipl/library/dialect/xsb/curr_sym.qlf +lib/swipl/library/dialect/xsb/error_handler.pl +lib/swipl/library/dialect/xsb/error_handler.qlf +lib/swipl/library/dialect/xsb/gensym.pl +lib/swipl/library/dialect/xsb/gensym.qlf +lib/swipl/library/dialect/xsb/gpp.pl +lib/swipl/library/dialect/xsb/gpp.qlf +lib/swipl/library/dialect/xsb/intern.pl +lib/swipl/library/dialect/xsb/intern.qlf +lib/swipl/library/dialect/xsb/lists.pl +lib/swipl/library/dialect/xsb/lists.qlf +lib/swipl/library/dialect/xsb/machine.pl +lib/swipl/library/dialect/xsb/machine.qlf +lib/swipl/library/dialect/xsb/ordsets.pl +lib/swipl/library/dialect/xsb/ordsets.qlf +lib/swipl/library/dialect/xsb/setof.pl +lib/swipl/library/dialect/xsb/setof.qlf +lib/swipl/library/dialect/xsb/source.pl +lib/swipl/library/dialect/xsb/source.qlf +lib/swipl/library/dialect/xsb/standard.pl +lib/swipl/library/dialect/xsb/standard.qlf +lib/swipl/library/dialect/xsb/storage.pl +lib/swipl/library/dialect/xsb/storage.qlf +lib/swipl/library/dialect/xsb/string.pl +lib/swipl/library/dialect/xsb/string.qlf +%%THREADED%%lib/swipl/library/dialect/xsb/thread.pl +%%THREADED%%lib/swipl/library/dialect/xsb/thread.qlf +%%THREADED%%lib/swipl/library/dialect/xsb/timed_call.pl +%%THREADED%%lib/swipl/library/dialect/xsb/timed_call.qlf +lib/swipl/library/dialect/yap.pl +lib/swipl/library/dialect/yap.qlf +lib/swipl/library/dialect/yap/README.TXT +lib/swipl/library/dicts.pl +lib/swipl/library/dicts.qlf +lib/swipl/library/dif.pl +lib/swipl/library/dif.qlf +lib/swipl/library/edinburgh.pl +lib/swipl/library/edinburgh.qlf +lib/swipl/library/edit.pl +lib/swipl/library/edit.qlf +lib/swipl/library/error.pl +lib/swipl/library/error.qlf +lib/swipl/library/exceptions.pl +lib/swipl/library/exceptions.qlf +lib/swipl/library/explain.pl +lib/swipl/library/explain.qlf +lib/swipl/library/ext/PDT/INDEX.pl +lib/swipl/library/ext/PDT/pdt_console.pl +lib/swipl/library/ext/PDT/pdt_console.qlf +lib/swipl/library/ext/RDF/INDEX.pl +lib/swipl/library/ext/RDF/rdf.pl +lib/swipl/library/ext/RDF/rdf.qlf +%%XPCE%%lib/swipl/library/ext/RDF/rdf_diagram.pl +%%XPCE%%lib/swipl/library/ext/RDF/rdf_diagram.qlf +lib/swipl/library/ext/RDF/rdf_parser.pl +lib/swipl/library/ext/RDF/rdf_parser.qlf +lib/swipl/library/ext/RDF/rdf_triple.pl +lib/swipl/library/ext/RDF/rdf_triple.qlf +lib/swipl/library/ext/RDF/rdf_write.pl +lib/swipl/library/ext/RDF/rdf_write.qlf +lib/swipl/library/ext/RDF/rewrite_term.pl +lib/swipl/library/ext/RDF/rewrite_term.qlf +lib/swipl/library/ext/archive/INDEX.pl +lib/swipl/library/ext/archive/archive.pl +lib/swipl/library/ext/archive/archive.qlf +lib/swipl/library/ext/chr/chr.pl +lib/swipl/library/ext/chr/chr.qlf +lib/swipl/library/ext/chr/chr/a_star.pl +lib/swipl/library/ext/chr/chr/a_star.qlf +lib/swipl/library/ext/chr/chr/binomialheap.pl +lib/swipl/library/ext/chr/chr/binomialheap.qlf +lib/swipl/library/ext/chr/chr/builtins.pl +lib/swipl/library/ext/chr/chr/builtins.qlf +lib/swipl/library/ext/chr/chr/chr_compiler_errors.pl +lib/swipl/library/ext/chr/chr/chr_compiler_errors.qlf +lib/swipl/library/ext/chr/chr/chr_compiler_options.pl +lib/swipl/library/ext/chr/chr/chr_compiler_options.qlf +lib/swipl/library/ext/chr/chr/chr_compiler_utility.pl +lib/swipl/library/ext/chr/chr/chr_compiler_utility.qlf +lib/swipl/library/ext/chr/chr/chr_debug.pl +lib/swipl/library/ext/chr/chr/chr_debug.qlf +lib/swipl/library/ext/chr/chr/chr_hashtable_store.pl +lib/swipl/library/ext/chr/chr/chr_hashtable_store.qlf +lib/swipl/library/ext/chr/chr/chr_integertable_store.pl +lib/swipl/library/ext/chr/chr/chr_integertable_store.qlf +lib/swipl/library/ext/chr/chr/chr_messages.pl +lib/swipl/library/ext/chr/chr/chr_messages.qlf +lib/swipl/library/ext/chr/chr/chr_op.pl +lib/swipl/library/ext/chr/chr/chr_op.qlf +lib/swipl/library/ext/chr/chr/chr_runtime.pl +lib/swipl/library/ext/chr/chr/chr_runtime.qlf +lib/swipl/library/ext/chr/chr/chr_translate.pl +lib/swipl/library/ext/chr/chr/chr_translate.qlf +lib/swipl/library/ext/chr/chr/clean_code.pl +lib/swipl/library/ext/chr/chr/clean_code.qlf +lib/swipl/library/ext/chr/chr/find.pl +lib/swipl/library/ext/chr/chr/find.qlf +lib/swipl/library/ext/chr/chr/guard_entailment.pl +lib/swipl/library/ext/chr/chr/guard_entailment.qlf +lib/swipl/library/ext/chr/chr/listmap.pl +lib/swipl/library/ext/chr/chr/listmap.qlf +lib/swipl/library/ext/chr/chr/pairlist.pl +lib/swipl/library/ext/chr/chr/pairlist.qlf +lib/swipl/library/ext/clib/INDEX.pl +lib/swipl/library/ext/clib/cgi.pl +lib/swipl/library/ext/clib/cgi.qlf +lib/swipl/library/ext/clib/crypt.pl +lib/swipl/library/ext/clib/crypt.qlf +lib/swipl/library/ext/clib/filesex.pl +lib/swipl/library/ext/clib/filesex.qlf +lib/swipl/library/ext/clib/hash_stream.pl +lib/swipl/library/ext/clib/hash_stream.qlf +lib/swipl/library/ext/clib/md5.pl +lib/swipl/library/ext/clib/md5.qlf +lib/swipl/library/ext/clib/memfile.pl +lib/swipl/library/ext/clib/memfile.qlf +lib/swipl/library/ext/clib/process.pl +lib/swipl/library/ext/clib/process.qlf +lib/swipl/library/ext/clib/prolog_server.pl +lib/swipl/library/ext/clib/prolog_server.qlf +lib/swipl/library/ext/clib/prolog_stream.pl +lib/swipl/library/ext/clib/prolog_stream.qlf +lib/swipl/library/ext/clib/rlimit.pl +lib/swipl/library/ext/clib/rlimit.qlf +lib/swipl/library/ext/clib/sched.pl +lib/swipl/library/ext/clib/sched.qlf +lib/swipl/library/ext/clib/sha.pl +lib/swipl/library/ext/clib/sha.qlf +lib/swipl/library/ext/clib/socket.pl +lib/swipl/library/ext/clib/socket.qlf +lib/swipl/library/ext/clib/streaminfo.pl +lib/swipl/library/ext/clib/streaminfo.qlf +lib/swipl/library/ext/clib/streampool.pl +lib/swipl/library/ext/clib/streampool.qlf +lib/swipl/library/ext/clib/syslog.pl +lib/swipl/library/ext/clib/syslog.qlf +%%THREADED%%lib/swipl/library/ext/clib/time.pl +%%THREADED%%lib/swipl/library/ext/clib/time.qlf +lib/swipl/library/ext/clib/udp_broadcast.pl +lib/swipl/library/ext/clib/udp_broadcast.qlf +lib/swipl/library/ext/clib/uid.pl +lib/swipl/library/ext/clib/uid.qlf +lib/swipl/library/ext/clib/unix.pl +lib/swipl/library/ext/clib/unix.qlf +lib/swipl/library/ext/clib/uri.pl +lib/swipl/library/ext/clib/uri.qlf +lib/swipl/library/ext/clib/uuid.pl +lib/swipl/library/ext/clib/uuid.qlf +lib/swipl/library/ext/clpqr/clpq.pl +lib/swipl/library/ext/clpqr/clpq.qlf +lib/swipl/library/ext/clpqr/clpq/bb_q.pl +lib/swipl/library/ext/clpqr/clpq/bb_q.qlf +lib/swipl/library/ext/clpqr/clpq/bv_q.pl +lib/swipl/library/ext/clpqr/clpq/bv_q.qlf +lib/swipl/library/ext/clpqr/clpq/fourmotz_q.pl +lib/swipl/library/ext/clpqr/clpq/fourmotz_q.qlf +lib/swipl/library/ext/clpqr/clpq/ineq_q.pl +lib/swipl/library/ext/clpqr/clpq/ineq_q.qlf +lib/swipl/library/ext/clpqr/clpq/itf_q.pl +lib/swipl/library/ext/clpqr/clpq/itf_q.qlf +lib/swipl/library/ext/clpqr/clpq/nf_q.pl +lib/swipl/library/ext/clpqr/clpq/nf_q.qlf +lib/swipl/library/ext/clpqr/clpq/store_q.pl +lib/swipl/library/ext/clpqr/clpq/store_q.qlf +lib/swipl/library/ext/clpqr/clpqr/class.pl +lib/swipl/library/ext/clpqr/clpqr/class.qlf +lib/swipl/library/ext/clpqr/clpqr/dump.pl +lib/swipl/library/ext/clpqr/clpqr/dump.qlf +lib/swipl/library/ext/clpqr/clpqr/geler.pl +lib/swipl/library/ext/clpqr/clpqr/geler.qlf +lib/swipl/library/ext/clpqr/clpqr/highlight.pl +lib/swipl/library/ext/clpqr/clpqr/highlight.qlf +lib/swipl/library/ext/clpqr/clpqr/itf.pl +lib/swipl/library/ext/clpqr/clpqr/itf.qlf +lib/swipl/library/ext/clpqr/clpqr/ordering.pl +lib/swipl/library/ext/clpqr/clpqr/ordering.qlf +lib/swipl/library/ext/clpqr/clpqr/project.pl +lib/swipl/library/ext/clpqr/clpqr/project.qlf +lib/swipl/library/ext/clpqr/clpqr/redund.pl +lib/swipl/library/ext/clpqr/clpqr/redund.qlf +lib/swipl/library/ext/clpqr/clpr.pl +lib/swipl/library/ext/clpqr/clpr.qlf +lib/swipl/library/ext/clpqr/clpr/bb_r.pl +lib/swipl/library/ext/clpqr/clpr/bb_r.qlf +lib/swipl/library/ext/clpqr/clpr/bv_r.pl +lib/swipl/library/ext/clpqr/clpr/bv_r.qlf +lib/swipl/library/ext/clpqr/clpr/fourmotz_r.pl +lib/swipl/library/ext/clpqr/clpr/fourmotz_r.qlf +lib/swipl/library/ext/clpqr/clpr/ineq_r.pl +lib/swipl/library/ext/clpqr/clpr/ineq_r.qlf +lib/swipl/library/ext/clpqr/clpr/itf_r.pl +lib/swipl/library/ext/clpqr/clpr/itf_r.qlf +lib/swipl/library/ext/clpqr/clpr/nf_r.pl +lib/swipl/library/ext/clpqr/clpr/nf_r.qlf +lib/swipl/library/ext/clpqr/clpr/store_r.pl +lib/swipl/library/ext/clpqr/clpr/store_r.qlf +%%ODBC%%lib/swipl/library/ext/cql/cql/INDEX.pl +%%ODBC%%lib/swipl/library/ext/cql/cql/cql.pl +%%ODBC%%lib/swipl/library/ext/cql/cql/cql.qlf +%%ODBC%%lib/swipl/library/ext/cql/cql/cql_autoschema.pl +%%ODBC%%lib/swipl/library/ext/cql/cql/cql_autoschema.qlf +%%ODBC%%lib/swipl/library/ext/cql/cql/cql_database.pl +%%ODBC%%lib/swipl/library/ext/cql/cql/cql_database.qlf +%%ODBC%%lib/swipl/library/ext/cql/cql/cql_hooks.pl +%%ODBC%%lib/swipl/library/ext/cql/cql/cql_hooks.qlf +%%ODBC%%lib/swipl/library/ext/cql/cql/sql_keywords.pl +%%ODBC%%lib/swipl/library/ext/cql/cql/sql_keywords.qlf +%%ODBC%%lib/swipl/library/ext/cql/cql/sql_parser.pl +%%ODBC%%lib/swipl/library/ext/cql/cql/sql_parser.qlf +%%ODBC%%lib/swipl/library/ext/cql/cql/sql_tokenizer.pl +%%ODBC%%lib/swipl/library/ext/cql/cql/sql_tokenizer.qlf +%%ODBC%%lib/swipl/library/ext/cql/cql/sql_write.pl +%%ODBC%%lib/swipl/library/ext/cql/cql/sql_write.qlf +lib/swipl/library/ext/http/http/INDEX.pl +%%THREADED%%lib/swipl/library/ext/http/http/README.md +%%THREADED%%lib/swipl/library/ext/http/http/ax.pl +%%THREADED%%lib/swipl/library/ext/http/http/ax.qlf +lib/swipl/library/ext/http/http/dcg_basics.pl +%%THREADED%%lib/swipl/library/ext/http/http/graphql.pl +%%THREADED%%lib/swipl/library/ext/http/http/graphql.qlf +lib/swipl/library/ext/http/http/html_decl.pl +lib/swipl/library/ext/http/http/html_decl.qlf +lib/swipl/library/ext/http/http/html_head.pl +lib/swipl/library/ext/http/http/html_head.qlf +lib/swipl/library/ext/http/http/html_quasiquotations.pl +lib/swipl/library/ext/http/http/html_quasiquotations.qlf +lib/swipl/library/ext/http/http/html_write.pl +lib/swipl/library/ext/http/http/html_write.qlf +%%THREADED%%lib/swipl/library/ext/http/http/htmx.pl +%%THREADED%%lib/swipl/library/ext/http/http/htmx.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_authenticate.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_authenticate.qlf +lib/swipl/library/ext/http/http/http_client.pl +lib/swipl/library/ext/http/http/http_client.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_cookie.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_cookie.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_cors.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_cors.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_digest.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_digest.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_dirindex.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_dirindex.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_dispatch.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_dispatch.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_dyn_workers.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_dyn_workers.qlf +lib/swipl/library/ext/http/http/http_error.pl +lib/swipl/library/ext/http/http/http_error.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_exception.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_exception.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_files.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_files.qlf +lib/swipl/library/ext/http/http/http_header.pl +lib/swipl/library/ext/http/http/http_header.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_hook.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_hook.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_host.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_host.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_load.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_load.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_log.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_log.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_multipart_plugin.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_multipart_plugin.qlf +lib/swipl/library/ext/http/http/http_open.pl +lib/swipl/library/ext/http/http/http_open.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_openid.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_openid.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_parameters.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_parameters.qlf +lib/swipl/library/ext/http/http/http_path.pl +lib/swipl/library/ext/http/http/http_path.qlf +lib/swipl/library/ext/http/http/http_proxy.pl +lib/swipl/library/ext/http/http/http_proxy.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_pwp.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_pwp.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_redis_plugin.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_redis_plugin.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_server.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_server.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_server_files.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_server_files.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_server_health.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_server_health.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_session.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_session.qlf +lib/swipl/library/ext/http/http/http_sgml_plugin.pl +lib/swipl/library/ext/http/http/http_sgml_plugin.qlf +lib/swipl/library/ext/http/http/http_stream.pl +lib/swipl/library/ext/http/http/http_stream.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_unix_daemon.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_unix_daemon.qlf +%%THREADED%%lib/swipl/library/ext/http/http/http_wrapper.pl +%%THREADED%%lib/swipl/library/ext/http/http/http_wrapper.qlf +%%THREADED%%lib/swipl/library/ext/http/http/hub.pl +%%THREADED%%lib/swipl/library/ext/http/http/hub.qlf +lib/swipl/library/ext/http/http/js_write.pl +lib/swipl/library/ext/http/http/js_write.qlf +lib/swipl/library/ext/http/http/mimepack.pl +lib/swipl/library/ext/http/http/mimepack.qlf +lib/swipl/library/ext/http/http/mimetype.pl +lib/swipl/library/ext/http/http/mimetype.qlf +lib/swipl/library/ext/http/http/term_html.pl +lib/swipl/library/ext/http/http/term_html.qlf +%%THREADED%%lib/swipl/library/ext/http/http/thread_httpd.pl +%%THREADED%%lib/swipl/library/ext/http/http/thread_httpd.qlf +%%THREADED%%lib/swipl/library/ext/http/http/web/css/dirindex.css +%%THREADED%%lib/swipl/library/ext/http/http/web/css/openid.css +%%THREADED%%lib/swipl/library/ext/http/http/web/icons/back.png +%%THREADED%%lib/swipl/library/ext/http/http/web/icons/c.png +%%THREADED%%lib/swipl/library/ext/http/http/web/icons/compressed.png +%%THREADED%%lib/swipl/library/ext/http/http/web/icons/folder.png +%%THREADED%%lib/swipl/library/ext/http/http/web/icons/generic.png +%%THREADED%%lib/swipl/library/ext/http/http/web/icons/layout.png +%%THREADED%%lib/swipl/library/ext/http/http/web/icons/openid-logo-square.png +%%THREADED%%lib/swipl/library/ext/http/http/web/icons/openid-logo-tiny.png +%%THREADED%%lib/swipl/library/ext/http/http/websocket.pl +%%THREADED%%lib/swipl/library/ext/http/http/websocket.qlf +%%THREADED%%lib/swipl/library/ext/http/http/yadis.pl +%%THREADED%%lib/swipl/library/ext/http/http/yadis.qlf +lib/swipl/library/ext/inclpr/inclpr.pl +lib/swipl/library/ext/inclpr/inclpr.qlf +lib/swipl/library/ext/inclpr/inclpr/inclpr_consistency.pl +lib/swipl/library/ext/inclpr/inclpr/inclpr_consistency.qlf +lib/swipl/library/ext/inclpr/inclpr/inclpr_core.pl +lib/swipl/library/ext/inclpr/inclpr/inclpr_core.qlf +lib/swipl/library/ext/inclpr/inclpr/inclpr_interval_arithmetic.pl +lib/swipl/library/ext/inclpr/inclpr/inclpr_interval_arithmetic.qlf +lib/swipl/library/ext/inclpr/inclpr/inclpr_inversion.pl +lib/swipl/library/ext/inclpr/inclpr/inclpr_inversion.qlf +lib/swipl/library/ext/inclpr/inclpr/inclpr_natural_interval_extension.pl +lib/swipl/library/ext/inclpr/inclpr/inclpr_natural_interval_extension.qlf +lib/swipl/library/ext/inclpr/inclpr/inclpr_newton.pl +lib/swipl/library/ext/inclpr/inclpr/inclpr_newton.qlf +lib/swipl/library/ext/inclpr/inclpr/inclpr_ordering.pl +lib/swipl/library/ext/inclpr/inclpr/inclpr_ordering.qlf +lib/swipl/library/ext/inclpr/inclpr/inclpr_symbolic_processing.pl +lib/swipl/library/ext/inclpr/inclpr/inclpr_symbolic_processing.qlf +lib/swipl/library/ext/json/INDEX.pl +lib/swipl/library/ext/json/http/INDEX.pl +lib/swipl/library/ext/json/http/http_json.pl +lib/swipl/library/ext/json/http/http_json.qlf +lib/swipl/library/ext/json/http/js_grammar.pl +lib/swipl/library/ext/json/http/json.pl +lib/swipl/library/ext/json/http/json_convert.pl +lib/swipl/library/ext/json/json.pl +lib/swipl/library/ext/json/json.qlf +lib/swipl/library/ext/json/json_convert.pl +lib/swipl/library/ext/json/json_convert.qlf +lib/swipl/library/ext/json/json_grammar.pl +lib/swipl/library/ext/json/json_grammar.qlf +%%THREADED%%lib/swipl/library/ext/json/json_rpc_client.pl +%%THREADED%%lib/swipl/library/ext/json/json_rpc_client.qlf +lib/swipl/library/ext/json/json_rpc_common.pl +lib/swipl/library/ext/json/json_rpc_common.qlf +lib/swipl/library/ext/json/json_rpc_server.pl +lib/swipl/library/ext/json/json_rpc_server.qlf +lib/swipl/library/ext/json/json_schema.pl +lib/swipl/library/ext/json/json_schema.qlf +lib/swipl/library/ext/libedit/INDEX.pl +lib/swipl/library/ext/libedit/editline.pl +lib/swipl/library/ext/libedit/editline.qlf +lib/swipl/library/ext/ltx2htm/icons/home.gif +lib/swipl/library/ext/ltx2htm/icons/index.gif +lib/swipl/library/ext/ltx2htm/icons/info.gif +lib/swipl/library/ext/ltx2htm/icons/next.gif +lib/swipl/library/ext/ltx2htm/icons/prev.gif +lib/swipl/library/ext/ltx2htm/icons/up.gif +lib/swipl/library/ext/ltx2htm/icons/yellow_pages.gif +lib/swipl/library/ext/ltx2htm/latex.cmd +lib/swipl/library/ext/ltx2htm/latex2html.css +lib/swipl/library/ext/ltx2htm/latex2html.pl +lib/swipl/library/ext/ltx2htm/latex2html.qlf +lib/swipl/library/ext/ltx2htm/pldoc.cmd +lib/swipl/library/ext/ltx2htm/sty_pldoc.pl +lib/swipl/library/ext/ltx2htm/sty_xpce.pl +lib/swipl/library/ext/ltx2htm/xpce.cmd +%%THREADED%%lib/swipl/library/ext/mqi/INDEX.pl +%%THREADED%%lib/swipl/library/ext/mqi/mqi.pl +%%THREADED%%lib/swipl/library/ext/mqi/mqi.qlf +lib/swipl/library/ext/nlp/INDEX.pl +lib/swipl/library/ext/nlp/double_metaphone.pl +lib/swipl/library/ext/nlp/double_metaphone.qlf +lib/swipl/library/ext/nlp/isub.pl +lib/swipl/library/ext/nlp/isub.qlf +lib/swipl/library/ext/nlp/porter_stem.pl +lib/swipl/library/ext/nlp/porter_stem.qlf +lib/swipl/library/ext/nlp/snowball.pl +lib/swipl/library/ext/nlp/snowball.qlf +%%ODBC%%lib/swipl/library/ext/odbc/INDEX.pl +%%ODBC%%lib/swipl/library/ext/odbc/odbc.pl +%%ODBC%%lib/swipl/library/ext/odbc/odbc.qlf +lib/swipl/library/ext/paxos/INDEX.pl +lib/swipl/library/ext/paxos/paxos.pl +lib/swipl/library/ext/paxos/paxos.qlf +lib/swipl/library/ext/pcre/INDEX.pl +lib/swipl/library/ext/pcre/pcre.pl +lib/swipl/library/ext/pcre/pcre.qlf +%%THREADED%%lib/swipl/library/ext/pengines/INDEX.pl +%%THREADED%%lib/swipl/library/ext/pengines/http/web/css/plterm.css +%%THREADED%%lib/swipl/library/ext/pengines/http/web/js/pengines.js +%%THREADED%%lib/swipl/library/ext/pengines/pengines.pl +%%THREADED%%lib/swipl/library/ext/pengines/pengines.qlf +%%THREADED%%lib/swipl/library/ext/pengines/pengines_io.pl +%%THREADED%%lib/swipl/library/ext/pengines/pengines_io.qlf +%%THREADED%%lib/swipl/library/ext/pengines/pengines_sandbox.pl +%%THREADED%%lib/swipl/library/ext/pengines/pengines_sandbox.qlf +%%THREADED%%lib/swipl/library/ext/pengines/term_to_json.pl +%%THREADED%%lib/swipl/library/ext/pengines/term_to_json.qlf +lib/swipl/library/ext/pldoc/INDEX.pl +lib/swipl/library/ext/pldoc/doc_files.pl +lib/swipl/library/ext/pldoc/doc_files.qlf +%%THREADED%%lib/swipl/library/ext/pldoc/doc_http.pl +%%THREADED%%lib/swipl/library/ext/pldoc/doc_http.qlf +lib/swipl/library/ext/pldoc/doc_latex.pl +lib/swipl/library/ext/pldoc/doc_latex.qlf +lib/swipl/library/ext/pldoc/doc_markdown.pl +lib/swipl/library/ext/pldoc/doc_markdown.qlf +lib/swipl/library/ext/pldoc/pldoc.pl +lib/swipl/library/ext/pldoc/pldoc.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_access.pl +lib/swipl/library/ext/pldoc/pldoc/doc_access.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_colour.pl +lib/swipl/library/ext/pldoc/pldoc/doc_colour.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_html.pl +lib/swipl/library/ext/pldoc/pldoc/doc_html.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_htmlsrc.pl +lib/swipl/library/ext/pldoc/pldoc/doc_htmlsrc.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_index.pl +lib/swipl/library/ext/pldoc/pldoc/doc_index.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_library.pl +lib/swipl/library/ext/pldoc/pldoc/doc_library.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_man.pl +lib/swipl/library/ext/pldoc/pldoc/doc_man.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_modes.pl +lib/swipl/library/ext/pldoc/pldoc/doc_modes.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_pack.pl +lib/swipl/library/ext/pldoc/pldoc/doc_pack.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_process.pl +lib/swipl/library/ext/pldoc/pldoc/doc_process.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_register.pl +lib/swipl/library/ext/pldoc/pldoc/doc_register.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_search.pl +lib/swipl/library/ext/pldoc/pldoc/doc_search.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_util.pl +lib/swipl/library/ext/pldoc/pldoc/doc_util.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_wiki.pl +lib/swipl/library/ext/pldoc/pldoc/doc_wiki.qlf +lib/swipl/library/ext/pldoc/pldoc/doc_words.pl +lib/swipl/library/ext/pldoc/pldoc/doc_words.qlf +lib/swipl/library/ext/pldoc/pldoc/edit.png +lib/swipl/library/ext/pldoc/pldoc/editpred.png +lib/swipl/library/ext/pldoc/pldoc/favicon.ico +lib/swipl/library/ext/pldoc/pldoc/h1-bg.png +lib/swipl/library/ext/pldoc/pldoc/h2-bg.png +lib/swipl/library/ext/pldoc/pldoc/hooks.pl +lib/swipl/library/ext/pldoc/pldoc/man_index.pl +lib/swipl/library/ext/pldoc/pldoc/man_index.qlf +lib/swipl/library/ext/pldoc/pldoc/multi-bg.png +lib/swipl/library/ext/pldoc/pldoc/pldoc.css +lib/swipl/library/ext/pldoc/pldoc/pldoc.js +lib/swipl/library/ext/pldoc/pldoc/pldoc.sty +lib/swipl/library/ext/pldoc/pldoc/pllisting.css +lib/swipl/library/ext/pldoc/pldoc/priv-bg.png +lib/swipl/library/ext/pldoc/pldoc/private.png +lib/swipl/library/ext/pldoc/pldoc/pub-bg.png +lib/swipl/library/ext/pldoc/pldoc/public.png +lib/swipl/library/ext/pldoc/pldoc/reload.png +lib/swipl/library/ext/pldoc/pldoc/source.png +lib/swipl/library/ext/pldoc/pldoc/up.gif +lib/swipl/library/ext/plunit/INDEX.pl +lib/swipl/library/ext/plunit/plunit.pl +lib/swipl/library/ext/plunit/plunit.qlf +lib/swipl/library/ext/plunit/test_wizard.pl +lib/swipl/library/ext/plunit/test_wizard.qlf +lib/swipl/library/ext/protobufs/INDEX.pl +lib/swipl/library/ext/protobufs/protobufs.pl +lib/swipl/library/ext/protobufs/protobufs.qlf +lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/compiler/plugin_pb.pl +lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/compiler/plugin_pb.qlf +lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/descriptor_pb.pl +lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/descriptor_pb.qlf +%%THREADED%%lib/swipl/library/ext/redis/INDEX.pl +%%THREADED%%lib/swipl/library/ext/redis/redis.pl +%%THREADED%%lib/swipl/library/ext/redis/redis.qlf +%%THREADED%%lib/swipl/library/ext/redis/redis_streams.pl +%%THREADED%%lib/swipl/library/ext/redis/redis_streams.qlf +lib/swipl/library/ext/semweb/semweb/INDEX.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf11.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf11.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf11_containers.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf11_containers.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_cache.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_cache.qlf +lib/swipl/library/ext/semweb/semweb/rdf_compare.pl +lib/swipl/library/ext/semweb/semweb/rdf_compare.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_db.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_db.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_edit.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_edit.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_http_plugin.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_http_plugin.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_library.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_library.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_litindex.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_litindex.qlf +lib/swipl/library/ext/semweb/semweb/rdf_ntriples.pl +lib/swipl/library/ext/semweb/semweb/rdf_ntriples.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_persistency.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_persistency.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_portray.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_portray.qlf +lib/swipl/library/ext/semweb/semweb/rdf_prefixes.pl +lib/swipl/library/ext/semweb/semweb/rdf_prefixes.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_sandbox.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_sandbox.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_turtle.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_turtle.qlf +lib/swipl/library/ext/semweb/semweb/rdf_turtle_write.pl +lib/swipl/library/ext/semweb/semweb/rdf_turtle_write.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_zlib_plugin.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdf_zlib_plugin.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdfa.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdfa.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdfs.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/rdfs.qlf +%%THREADED%%lib/swipl/library/ext/semweb/semweb/sparql_client.pl +%%THREADED%%lib/swipl/library/ext/semweb/semweb/sparql_client.qlf +lib/swipl/library/ext/semweb/semweb/turtle.pl +lib/swipl/library/ext/semweb/semweb/turtle.qlf +lib/swipl/library/ext/sgml/DTD/HTML4.dcl +lib/swipl/library/ext/sgml/DTD/HTML4.dtd +lib/swipl/library/ext/sgml/DTD/HTML4.soc +lib/swipl/library/ext/sgml/DTD/HTML5.dtd +lib/swipl/library/ext/sgml/DTD/HTMLlat1.ent +lib/swipl/library/ext/sgml/DTD/HTMLspec.ent +lib/swipl/library/ext/sgml/DTD/HTMLsym.ent +lib/swipl/library/ext/sgml/INDEX.pl +lib/swipl/library/ext/sgml/c14n2.pl +lib/swipl/library/ext/sgml/c14n2.qlf +lib/swipl/library/ext/sgml/iso_639.pl +lib/swipl/library/ext/sgml/iso_639.qlf +lib/swipl/library/ext/sgml/pwp.pl +lib/swipl/library/ext/sgml/pwp.qlf +lib/swipl/library/ext/sgml/sgml.pl +lib/swipl/library/ext/sgml/sgml.qlf +lib/swipl/library/ext/sgml/sgml_write.pl +lib/swipl/library/ext/sgml/sgml_write.qlf +lib/swipl/library/ext/sgml/xpath.pl +lib/swipl/library/ext/sgml/xpath.qlf +lib/swipl/library/ext/sgml/xsdp_types.pl +lib/swipl/library/ext/sgml/xsdp_types.qlf +lib/swipl/library/ext/ssl/INDEX.pl +lib/swipl/library/ext/ssl/crypto.pl +lib/swipl/library/ext/ssl/crypto.qlf +lib/swipl/library/ext/ssl/http/INDEX.pl +lib/swipl/library/ext/ssl/http/http_ssl_plugin.pl +lib/swipl/library/ext/ssl/http/http_ssl_plugin.qlf +lib/swipl/library/ext/ssl/saml.pl +lib/swipl/library/ext/ssl/saml.qlf +lib/swipl/library/ext/ssl/ssl.pl +lib/swipl/library/ext/ssl/ssl.qlf +lib/swipl/library/ext/ssl/xmldsig.pl +lib/swipl/library/ext/ssl/xmldsig.qlf +lib/swipl/library/ext/ssl/xmlenc.pl +lib/swipl/library/ext/ssl/xmlenc.qlf +%%THREADED%%lib/swipl/library/ext/stomp/INDEX.pl +%%THREADED%%lib/swipl/library/ext/stomp/stomp.pl +%%THREADED%%lib/swipl/library/ext/stomp/stomp.qlf +lib/swipl/library/ext/sweep/INDEX.pl +lib/swipl/library/ext/sweep/sweep_link.pl +lib/swipl/library/ext/sweep/sweep_link.qlf +lib/swipl/library/ext/swipy/janus.pl +lib/swipl/library/ext/swipy/janus.qlf +lib/swipl/library/ext/swipy/python/janus.py +lib/swipl/library/ext/swipy/python/janus_swi.py +lib/swipl/library/ext/table/INDEX.pl +lib/swipl/library/ext/table/table.pl +lib/swipl/library/ext/table/table.qlf +lib/swipl/library/ext/table/table_util.pl +lib/swipl/library/ext/table/table_util.qlf +lib/swipl/library/ext/utf8proc/INDEX.pl +lib/swipl/library/ext/utf8proc/unicode.pl +lib/swipl/library/ext/utf8proc/unicode.qlf +lib/swipl/library/ext/yaml/INDEX.pl +lib/swipl/library/ext/yaml/yaml.pl +lib/swipl/library/ext/yaml/yaml.qlf +lib/swipl/library/ext/zlib/INDEX.pl +lib/swipl/library/ext/zlib/zlib.pl +lib/swipl/library/ext/zlib/zlib.qlf +lib/swipl/library/fastrw.pl +lib/swipl/library/fastrw.qlf +lib/swipl/library/files.pl +lib/swipl/library/files.qlf +lib/swipl/library/gensym.pl +lib/swipl/library/gensym.qlf +lib/swipl/library/git.pl +lib/swipl/library/git.qlf +lib/swipl/library/hashtable.pl +lib/swipl/library/hashtable.qlf +lib/swipl/library/heaps.pl +lib/swipl/library/heaps.qlf +%%PORTDOCS%%lib/swipl/library/help.pl +%%PORTDOCS%%lib/swipl/library/help.qlf +lib/swipl/library/hotfix.pl +lib/swipl/library/hotfix.qlf +%%THREADED%%lib/swipl/library/http/jquery.pl +%%THREADED%%lib/swipl/library/http/jquery.qlf +%%THREADED%%lib/swipl/library/http/web/js/jquery-3.6.0.min.js +lib/swipl/library/increval.pl +lib/swipl/library/increval.qlf +lib/swipl/library/intercept.pl +lib/swipl/library/intercept.qlf +lib/swipl/library/iostream.pl +lib/swipl/library/iostream.qlf +lib/swipl/library/iri_scheme/file.pl +lib/swipl/library/iri_scheme/file.qlf +lib/swipl/library/lazy_lists.pl +lib/swipl/library/lazy_lists.qlf +lib/swipl/library/listing.pl +lib/swipl/library/listing.qlf +lib/swipl/library/lists.pl +lib/swipl/library/lists.qlf +lib/swipl/library/lynx/INDEX.pl +lib/swipl/library/lynx/format.pl +lib/swipl/library/lynx/format.qlf +lib/swipl/library/lynx/html_style.pl +lib/swipl/library/lynx/html_style.qlf +lib/swipl/library/lynx/html_text.pl +lib/swipl/library/lynx/html_text.qlf +lib/swipl/library/lynx/pldoc_style.pl +lib/swipl/library/lynx/pldoc_style.qlf +lib/swipl/library/macros.pl +lib/swipl/library/macros.qlf +lib/swipl/library/main.pl +lib/swipl/library/main.qlf +lib/swipl/library/make.pl +lib/swipl/library/make.qlf +lib/swipl/library/modules.pl +lib/swipl/library/modules.qlf +lib/swipl/library/nb_rbtrees.pl +lib/swipl/library/nb_rbtrees.qlf +lib/swipl/library/nb_set.pl +lib/swipl/library/nb_set.qlf +lib/swipl/library/obfuscate.pl +lib/swipl/library/obfuscate.qlf +lib/swipl/library/occurs.pl +lib/swipl/library/occurs.qlf +lib/swipl/library/operators.pl +lib/swipl/library/operators.qlf +lib/swipl/library/option.pl +lib/swipl/library/option.qlf +lib/swipl/library/optparse.pl +lib/swipl/library/optparse.qlf +lib/swipl/library/ordsets.pl +lib/swipl/library/ordsets.qlf +lib/swipl/library/oset.pl +lib/swipl/library/oset.qlf +lib/swipl/library/pairs.pl +lib/swipl/library/pairs.qlf +lib/swipl/library/persistency.pl +lib/swipl/library/persistency.qlf +lib/swipl/library/pio.pl +lib/swipl/library/pio.qlf +lib/swipl/library/portray_text.pl +lib/swipl/library/portray_text.qlf +lib/swipl/library/pprint.pl +lib/swipl/library/pprint.qlf +lib/swipl/library/predicate_options.pl +lib/swipl/library/predicate_options.qlf +lib/swipl/library/prolog_autoload.pl +lib/swipl/library/prolog_autoload.qlf +lib/swipl/library/prolog_breakpoints.pl +lib/swipl/library/prolog_breakpoints.qlf +lib/swipl/library/prolog_clause.pl +lib/swipl/library/prolog_clause.qlf +lib/swipl/library/prolog_code.pl +lib/swipl/library/prolog_code.qlf +lib/swipl/library/prolog_codewalk.pl +lib/swipl/library/prolog_codewalk.qlf +lib/swipl/library/prolog_colour.pl +lib/swipl/library/prolog_colour.qlf +lib/swipl/library/prolog_config.pl +lib/swipl/library/prolog_config.qlf +lib/swipl/library/prolog_coverage.pl +lib/swipl/library/prolog_coverage.qlf +lib/swipl/library/prolog_debug.pl +lib/swipl/library/prolog_debug.qlf +lib/swipl/library/prolog_deps.pl +lib/swipl/library/prolog_deps.qlf +lib/swipl/library/prolog_evaluable.pl +lib/swipl/library/prolog_evaluable.qlf +lib/swipl/library/prolog_format.pl +lib/swipl/library/prolog_format.qlf +lib/swipl/library/prolog_history.pl +lib/swipl/library/prolog_history.qlf +lib/swipl/library/prolog_jiti.pl +lib/swipl/library/prolog_jiti.qlf +lib/swipl/library/prolog_locale.pl +lib/swipl/library/prolog_locale.qlf +lib/swipl/library/prolog_metainference.pl +lib/swipl/library/prolog_metainference.qlf +lib/swipl/library/prolog_pack.pl +lib/swipl/library/prolog_pack.qlf +%%THREADED%%lib/swipl/library/prolog_profile.pl +%%THREADED%%lib/swipl/library/prolog_profile.qlf +lib/swipl/library/prolog_qlfmake.pl +lib/swipl/library/prolog_source.pl +lib/swipl/library/prolog_source.qlf +lib/swipl/library/prolog_stack.pl +lib/swipl/library/prolog_stack.qlf +lib/swipl/library/prolog_trace.pl +lib/swipl/library/prolog_trace.qlf +lib/swipl/library/prolog_versions.pl +lib/swipl/library/prolog_versions.qlf +lib/swipl/library/prolog_wrap.pl +lib/swipl/library/prolog_wrap.qlf +lib/swipl/library/prolog_xref.pl +lib/swipl/library/prolog_xref.qlf +lib/swipl/library/protobufs/protoc-gen-swipl +lib/swipl/library/pure_input.pl +lib/swipl/library/pure_input.qlf +lib/swipl/library/qpforeign.pl +lib/swipl/library/qpforeign.qlf +lib/swipl/library/qsave.pl +lib/swipl/library/qsave.qlf +lib/swipl/library/quasi_quotations.pl +lib/swipl/library/quasi_quotations.qlf +lib/swipl/library/quintus.pl +lib/swipl/library/quintus.qlf +lib/swipl/library/random.pl +lib/swipl/library/random.qlf +lib/swipl/library/rbtrees.pl +lib/swipl/library/rbtrees.qlf +lib/swipl/library/readln.pl +lib/swipl/library/readln.qlf +lib/swipl/library/readutil.pl +lib/swipl/library/readutil.qlf +lib/swipl/library/record.pl +lib/swipl/library/record.qlf +%%THREADED%%lib/swipl/library/rwlocks.pl +%%THREADED%%lib/swipl/library/rwlocks.qlf +lib/swipl/library/sandbox.pl +lib/swipl/library/sandbox.qlf +%%THREADED%%lib/swipl/library/semweb/dc.rdfs +%%THREADED%%lib/swipl/library/semweb/eor.rdfs +%%THREADED%%lib/swipl/library/semweb/owl.owl +%%THREADED%%lib/swipl/library/semweb/rdf_library.ttl +%%THREADED%%lib/swipl/library/semweb/rdfs.rdfs +lib/swipl/library/settings.pl +lib/swipl/library/settings.qlf +lib/swipl/library/shell.pl +lib/swipl/library/shell.qlf +lib/swipl/library/shlib.pl +lib/swipl/library/shlib.qlf +lib/swipl/library/solution_sequences.pl +lib/swipl/library/solution_sequences.qlf +lib/swipl/library/sort.pl +lib/swipl/library/sort.qlf +lib/swipl/library/statistics.pl +lib/swipl/library/statistics.qlf +lib/swipl/library/streams.pl +lib/swipl/library/streams.qlf +lib/swipl/library/strings.pl +lib/swipl/library/strings.qlf +lib/swipl/library/system.pl +lib/swipl/library/system.qlf +lib/swipl/library/tables.pl +lib/swipl/library/tables.qlf +lib/swipl/library/tableutil.pl +lib/swipl/library/tableutil.qlf +lib/swipl/library/tabling.pl +lib/swipl/library/terms.pl +lib/swipl/library/terms.qlf +lib/swipl/library/theme/auto.pl +lib/swipl/library/theme/auto.qlf +lib/swipl/library/theme/dark.pl +lib/swipl/library/theme/light.pl +lib/swipl/library/theme/light.qlf +%%THREADED%%lib/swipl/library/thread.pl +%%THREADED%%lib/swipl/library/thread.qlf +%%THREADED%%lib/swipl/library/thread_pool.pl +%%THREADED%%lib/swipl/library/thread_pool.qlf +%%THREADED%%lib/swipl/library/threadutil.pl +lib/swipl/library/tty.pl +lib/swipl/library/tty.qlf +lib/swipl/library/ugraphs.pl +lib/swipl/library/ugraphs.qlf +lib/swipl/library/unicode/INDEX.pl +lib/swipl/library/unicode/blocks.pl +lib/swipl/library/unicode/blocks.qlf +lib/swipl/library/unicode/unicode_data.pl +lib/swipl/library/unicode/unicode_data.qlf +lib/swipl/library/url.pl +lib/swipl/library/url.qlf +lib/swipl/library/utf8.pl +lib/swipl/library/utf8.qlf +lib/swipl/library/varnumbers.pl +lib/swipl/library/varnumbers.qlf +lib/swipl/library/vm.pl +lib/swipl/library/vm.qlf +lib/swipl/library/wfs.pl +lib/swipl/library/wfs.qlf +lib/swipl/library/when.pl +lib/swipl/library/when.qlf +lib/swipl/library/writef.pl +lib/swipl/library/writef.qlf +lib/swipl/library/www_browser.pl +lib/swipl/library/www_browser.qlf +lib/swipl/library/yall.pl +lib/swipl/library/yall.qlf +lib/swipl/library/zip.pl +lib/swipl/library/zip.qlf +%%XPCE%%lib/swipl/swipl-win.rc +lib/swipl/swipl.home +%%XPCE%%lib/swipl/swipl.rc %%XPCE%%lib/swipl/xpce/Defaults %%XPCE%%lib/swipl/xpce/Defaults.user %%XPCE%%lib/swipl/xpce/appl-help/customise.hlp %%XPCE%%lib/swipl/xpce/appl-help/dialog.hlp %%XPCE%%lib/swipl/xpce/appl-help/emacs.hlp %%XPCE%%lib/swipl/xpce/appl-help/event_monitor.hlp %%XPCE%%lib/swipl/xpce/appl-help/help.hlp %%XPCE%%lib/swipl/xpce/appl-help/pcedraw.hlp %%XPCE%%lib/swipl/xpce/appl-help/pcefaq.hlp %%XPCE%%lib/swipl/xpce/appl-help/plprefs.hlp -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/alert.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/arrow_length.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/arrow_wing.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/arrows.bm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/back.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/binocular.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/book2.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/bookmarks.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/builtin_class.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/builtin_classflash.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/closedir.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/copy.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/cpalette1.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/cpalette2.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/cut.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/delete.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/distribute.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/doc.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/done.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/down.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/drawing.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/drive.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/duplicate.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/edit.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/error.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/exclamation.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/eye.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/false.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/fatleft_arrow.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/fatright_arrow.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/fillpattern.bm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/font.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/foot.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/forward.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/funcdoc.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/ghost.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/graph.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/handpoint.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/help.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/hierarchy.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/manual.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/new.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/newdir.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/noimg.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/note.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/ok.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/open.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/opendir.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/paste.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/pce.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/pen.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/preddoc.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/print.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/profiler.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/redo.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/refresh.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/save.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/saveall.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/stop.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/trashcan.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/undo.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/up.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/user.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/user_class.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/user_classflash.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/valign.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/vcr_fast_forward.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/vcr_forward.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/vga16.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/16x16/wipeall.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/32x32/books.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/32x32/buffers.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/32x32/dbgsettings.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/32x32/doc_pl.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/32x32/doc_x.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/32x32/drawing.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/32x32/help.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/32x32/pensil.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/32x32/viewer.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/32x32/vishier.xpm +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/alert.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/arrow_length.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/arrow_wing.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/arrows.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/back.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/binocular.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/book2.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/bookmarks.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/builtin_class.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/builtin_classflash.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/closedir.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/copy.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/cpalette1.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/cpalette2.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/cut.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/delete.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/distribute.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/doc.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/done.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/down.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/drawing.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/drive.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/duplicate.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/edit.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/error.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/exclamation.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/eye.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/false.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/fatleft_arrow.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/fatright_arrow.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/fillpattern.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/font.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/foot.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/forward.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/funcdoc.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/ghost.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/graph.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/handpoint.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/help.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/hierarchy.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/manual.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/new.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/newdir.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/noimg.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/note.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/ok.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/open.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/opendir.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/paste.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/pce.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/pen.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/preddoc.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/print.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/profiler.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/redo.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/refresh.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/save.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/saveall.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/stop.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/trashcan.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/undo.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/up.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/user.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/user_class.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/user_classflash.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/valign.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/vcr_fast_forward.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/vcr_forward.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/vga16.png +%%XPCE%%lib/swipl/xpce/bitmaps/16x16/wipeall.png +%%XPCE%%lib/swipl/xpce/bitmaps/32x32/books.png +%%XPCE%%lib/swipl/xpce/bitmaps/32x32/buffers.png +%%XPCE%%lib/swipl/xpce/bitmaps/32x32/dbgsettings.png +%%XPCE%%lib/swipl/xpce/bitmaps/32x32/doc_pl.png +%%XPCE%%lib/swipl/xpce/bitmaps/32x32/doc_x.png +%%XPCE%%lib/swipl/xpce/bitmaps/32x32/drawing.png +%%XPCE%%lib/swipl/xpce/bitmaps/32x32/help.png +%%XPCE%%lib/swipl/xpce/bitmaps/32x32/pensil.png +%%XPCE%%lib/swipl/xpce/bitmaps/32x32/viewer.png +%%XPCE%%lib/swipl/xpce/bitmaps/32x32/vishier.png +%%XPCE%%lib/swipl/xpce/bitmaps/64x64/dictionary.png +%%XPCE%%lib/swipl/xpce/bitmaps/64x64/lsp-apply-fix.png +%%XPCE%%lib/swipl/xpce/bitmaps/64x64/lsp-apply-tweak.png +%%XPCE%%lib/swipl/xpce/bitmaps/64x64/lsp-error.png +%%XPCE%%lib/swipl/xpce/bitmaps/64x64/lsp-hint.png +%%XPCE%%lib/swipl/xpce/bitmaps/64x64/lsp-information.png +%%XPCE%%lib/swipl/xpce/bitmaps/64x64/lsp-warning.png %%XPCE%%lib/swipl/xpce/bitmaps/README -%%XPCE%%lib/swipl/xpce/bitmaps/bishop.bm -%%XPCE%%lib/swipl/xpce/bitmaps/box.bm -%%XPCE%%lib/swipl/xpce/bitmaps/bullet.bm -%%XPCE%%lib/swipl/xpce/bitmaps/bullseye.bm -%%XPCE%%lib/swipl/xpce/bitmaps/busy_bee.bm -%%XPCE%%lib/swipl/xpce/bitmaps/cassette.bm -%%XPCE%%lib/swipl/xpce/bitmaps/chessboard.bm -%%XPCE%%lib/swipl/xpce/bitmaps/chesssquare.bm -%%XPCE%%lib/swipl/xpce/bitmaps/close.bm -%%XPCE%%lib/swipl/xpce/bitmaps/closedir.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/concept.bm -%%XPCE%%lib/swipl/xpce/bitmaps/conceptLink.bm -%%XPCE%%lib/swipl/xpce/bitmaps/confirm.bm -%%XPCE%%lib/swipl/xpce/bitmaps/confirm_name.bm -%%XPCE%%lib/swipl/xpce/bitmaps/console_tile.bm -%%XPCE%%lib/swipl/xpce/bitmaps/creating.bm -%%XPCE%%lib/swipl/xpce/bitmaps/cross.bm -%%XPCE%%lib/swipl/xpce/bitmaps/cycle.bm -%%XPCE%%lib/swipl/xpce/bitmaps/desktop.bm -%%XPCE%%lib/swipl/xpce/bitmaps/dir.bm -%%XPCE%%lib/swipl/xpce/bitmaps/domain.bm -%%XPCE%%lib/swipl/xpce/bitmaps/draw_cconnect.bm -%%XPCE%%lib/swipl/xpce/bitmaps/draw_connect.bm -%%XPCE%%lib/swipl/xpce/bitmaps/draw_edit.bm -%%XPCE%%lib/swipl/xpce/bitmaps/draw_line.bm -%%XPCE%%lib/swipl/xpce/bitmaps/draw_path.bm -%%XPCE%%lib/swipl/xpce/bitmaps/draw_proto.bm -%%XPCE%%lib/swipl/xpce/bitmaps/draw_resize.bm -%%XPCE%%lib/swipl/xpce/bitmaps/draw_text.bm -%%XPCE%%lib/swipl/xpce/bitmaps/ellipse.bm -%%XPCE%%lib/swipl/xpce/bitmaps/fatleft_arrow.bm -%%XPCE%%lib/swipl/xpce/bitmaps/fatright_arrow.bm -%%XPCE%%lib/swipl/xpce/bitmaps/file.bm -%%XPCE%%lib/swipl/xpce/bitmaps/folder.bm -%%XPCE%%lib/swipl/xpce/bitmaps/fragment.bm -%%XPCE%%lib/swipl/xpce/bitmaps/globe.bm -%%XPCE%%lib/swipl/xpce/bitmaps/go.bm -%%XPCE%%lib/swipl/xpce/bitmaps/group.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hand.bm -%%XPCE%%lib/swipl/xpce/bitmaps/happy.bm -%%XPCE%%lib/swipl/xpce/bitmaps/help.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hierarchy.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl1.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl10.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl2.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl3.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl4.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl5.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl6.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl7.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl8.bm -%%XPCE%%lib/swipl/xpce/bitmaps/hourgl9.bm -%%XPCE%%lib/swipl/xpce/bitmaps/juggler1.bm -%%XPCE%%lib/swipl/xpce/bitmaps/juggler2.bm -%%XPCE%%lib/swipl/xpce/bitmaps/juggler3.bm -%%XPCE%%lib/swipl/xpce/bitmaps/juggler4.bm -%%XPCE%%lib/swipl/xpce/bitmaps/juggler5.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro1.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro10.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro11.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro2.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro3.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro4.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro5.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro6.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro7.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro8.bm -%%XPCE%%lib/swipl/xpce/bitmaps/kangro9.bm -%%XPCE%%lib/swipl/xpce/bitmaps/king.bm -%%XPCE%%lib/swipl/xpce/bitmaps/knight.bm -%%XPCE%%lib/swipl/xpce/bitmaps/left_arrow.bm -%%XPCE%%lib/swipl/xpce/bitmaps/line.bm -%%XPCE%%lib/swipl/xpce/bitmaps/link.bm -%%XPCE%%lib/swipl/xpce/bitmaps/linking.bm -%%XPCE%%lib/swipl/xpce/bitmaps/magnify.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/main_link.bm -%%XPCE%%lib/swipl/xpce/bitmaps/mark.bm -%%XPCE%%lib/swipl/xpce/bitmaps/ms_down_arrow.bm -%%XPCE%%lib/swipl/xpce/bitmaps/ms_left_arrow.bm -%%XPCE%%lib/swipl/xpce/bitmaps/ms_right_arrow.bm -%%XPCE%%lib/swipl/xpce/bitmaps/ms_up_arrow.bm -%%XPCE%%lib/swipl/xpce/bitmaps/nomark.bm -%%XPCE%%lib/swipl/xpce/bitmaps/nosticky.bm -%%XPCE%%lib/swipl/xpce/bitmaps/note.bm -%%XPCE%%lib/swipl/xpce/bitmaps/off_marked.bm -%%XPCE%%lib/swipl/xpce/bitmaps/off_toggle.bm -%%XPCE%%lib/swipl/xpce/bitmaps/ol_cycle.bm -%%XPCE%%lib/swipl/xpce/bitmaps/ol_pulldown.bm -%%XPCE%%lib/swipl/xpce/bitmaps/ol_pullright.bm -%%XPCE%%lib/swipl/xpce/bitmaps/on_marked.bm -%%XPCE%%lib/swipl/xpce/bitmaps/on_toggle.bm -%%XPCE%%lib/swipl/xpce/bitmaps/opendir.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/other_link.bm -%%XPCE%%lib/swipl/xpce/bitmaps/paste.bm +%%XPCE%%lib/swipl/xpce/bitmaps/bishop.png +%%XPCE%%lib/swipl/xpce/bitmaps/box.png +%%XPCE%%lib/swipl/xpce/bitmaps/bullet.png +%%XPCE%%lib/swipl/xpce/bitmaps/bullseye.png +%%XPCE%%lib/swipl/xpce/bitmaps/busy_bee.png +%%XPCE%%lib/swipl/xpce/bitmaps/cassette.png +%%XPCE%%lib/swipl/xpce/bitmaps/chessboard.png +%%XPCE%%lib/swipl/xpce/bitmaps/chesssquare.png +%%XPCE%%lib/swipl/xpce/bitmaps/close.png +%%XPCE%%lib/swipl/xpce/bitmaps/closedir.png +%%XPCE%%lib/swipl/xpce/bitmaps/concept.png +%%XPCE%%lib/swipl/xpce/bitmaps/conceptLink.png +%%XPCE%%lib/swipl/xpce/bitmaps/confirm.png +%%XPCE%%lib/swipl/xpce/bitmaps/confirm_name.png +%%XPCE%%lib/swipl/xpce/bitmaps/console_tile.png +%%XPCE%%lib/swipl/xpce/bitmaps/creating.png +%%XPCE%%lib/swipl/xpce/bitmaps/cross.png +%%XPCE%%lib/swipl/xpce/bitmaps/cycle.png +%%XPCE%%lib/swipl/xpce/bitmaps/desktop.png +%%XPCE%%lib/swipl/xpce/bitmaps/dir.png +%%XPCE%%lib/swipl/xpce/bitmaps/domain.png +%%XPCE%%lib/swipl/xpce/bitmaps/draw_cconnect.png +%%XPCE%%lib/swipl/xpce/bitmaps/draw_connect.png +%%XPCE%%lib/swipl/xpce/bitmaps/draw_edit.png +%%XPCE%%lib/swipl/xpce/bitmaps/draw_line.png +%%XPCE%%lib/swipl/xpce/bitmaps/draw_path.png +%%XPCE%%lib/swipl/xpce/bitmaps/draw_proto.png +%%XPCE%%lib/swipl/xpce/bitmaps/draw_resize.png +%%XPCE%%lib/swipl/xpce/bitmaps/draw_text.png +%%XPCE%%lib/swipl/xpce/bitmaps/ellipse.png +%%XPCE%%lib/swipl/xpce/bitmaps/fatleft_arrow.png +%%XPCE%%lib/swipl/xpce/bitmaps/fatright_arrow.png +%%XPCE%%lib/swipl/xpce/bitmaps/file.png +%%XPCE%%lib/swipl/xpce/bitmaps/folder.png +%%XPCE%%lib/swipl/xpce/bitmaps/fragment.png +%%XPCE%%lib/swipl/xpce/bitmaps/globe.png +%%XPCE%%lib/swipl/xpce/bitmaps/go.png +%%XPCE%%lib/swipl/xpce/bitmaps/group.png +%%XPCE%%lib/swipl/xpce/bitmaps/hand.png +%%XPCE%%lib/swipl/xpce/bitmaps/happy.png +%%XPCE%%lib/swipl/xpce/bitmaps/help.png +%%XPCE%%lib/swipl/xpce/bitmaps/hierarchy.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl1.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl10.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl2.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl3.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl4.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl5.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl6.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl7.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl8.png +%%XPCE%%lib/swipl/xpce/bitmaps/hourgl9.png +%%XPCE%%lib/swipl/xpce/bitmaps/juggler1.png +%%XPCE%%lib/swipl/xpce/bitmaps/juggler2.png +%%XPCE%%lib/swipl/xpce/bitmaps/juggler3.png +%%XPCE%%lib/swipl/xpce/bitmaps/juggler4.png +%%XPCE%%lib/swipl/xpce/bitmaps/juggler5.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro1.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro10.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro11.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro2.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro3.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro4.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro5.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro6.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro7.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro8.png +%%XPCE%%lib/swipl/xpce/bitmaps/kangro9.png +%%XPCE%%lib/swipl/xpce/bitmaps/king.png +%%XPCE%%lib/swipl/xpce/bitmaps/knight.png +%%XPCE%%lib/swipl/xpce/bitmaps/left_arrow.png +%%XPCE%%lib/swipl/xpce/bitmaps/line.png +%%XPCE%%lib/swipl/xpce/bitmaps/link.png +%%XPCE%%lib/swipl/xpce/bitmaps/linking.png +%%XPCE%%lib/swipl/xpce/bitmaps/magnify.png +%%XPCE%%lib/swipl/xpce/bitmaps/main_link.png +%%XPCE%%lib/swipl/xpce/bitmaps/mark.png +%%XPCE%%lib/swipl/xpce/bitmaps/ms_down_arrow.png +%%XPCE%%lib/swipl/xpce/bitmaps/ms_left_arrow.png +%%XPCE%%lib/swipl/xpce/bitmaps/ms_right_arrow.png +%%XPCE%%lib/swipl/xpce/bitmaps/ms_up_arrow.png +%%XPCE%%lib/swipl/xpce/bitmaps/nomark.png +%%XPCE%%lib/swipl/xpce/bitmaps/nosticky.png +%%XPCE%%lib/swipl/xpce/bitmaps/note.png +%%XPCE%%lib/swipl/xpce/bitmaps/off_marked.png +%%XPCE%%lib/swipl/xpce/bitmaps/off_toggle.png +%%XPCE%%lib/swipl/xpce/bitmaps/ol_cycle.png +%%XPCE%%lib/swipl/xpce/bitmaps/ol_pulldown.png +%%XPCE%%lib/swipl/xpce/bitmaps/ol_pullright.png +%%XPCE%%lib/swipl/xpce/bitmaps/on_marked.png +%%XPCE%%lib/swipl/xpce/bitmaps/on_toggle.png +%%XPCE%%lib/swipl/xpce/bitmaps/opendir.png +%%XPCE%%lib/swipl/xpce/bitmaps/other_link.png +%%XPCE%%lib/swipl/xpce/bitmaps/paste.png %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Arches.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Balls.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Bats.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Bumps.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Carpet.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Circle_hex.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Circle_tile.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Circles.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Crabcan.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Diamonds.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Fish_escher.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Fishes.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_00.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_01.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_02.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_03.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_04.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_05.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_06.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_07.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_08.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_09.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_10.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_11.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_12.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_13.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_14.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_15.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_16.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_17.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_18.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_19.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_20.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_21.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_22.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_23.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_24.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_25.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_26.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_27.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_28.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_29.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_30.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_31.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_32_32.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_9_0.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_9_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_9_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_9_3.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_9_4.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_9_5.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_9_6.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_9_7.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_9_8.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Grey_9_9.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Hearts.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Interferance.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Ironcoat.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Kapow.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Movietone.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Ovals.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Rain.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Scales.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Snake.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Spiral.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Spirals.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Squared.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Squares.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Squarez.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Stars.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Suntile.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Tellipse.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Tiles.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Trelis.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Tripoint.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Tyres.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Ubalu.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Ubalu2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Vertigo.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Vibration.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Wiggly.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/Zigzag.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/brick.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/brick_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/brick_block.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/brick_cobble.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/brick_diag.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/brick_diag_block.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/brick_diag_hering.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/brick_hering.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/brick_overlap.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/brick_pat1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/bricks_weave.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/check.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/check_stag.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/chev_box.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/chev_circle.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/chev_same.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/chev_stag.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/chev_swap.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_big.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_big_diag.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_diag.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_diag_wide.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_hex.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_open_diag.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_rand.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_rand2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_skew.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_skew2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_stag.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/dots_wide.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/fence_chain.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/fence_chain_half.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/fence_knitting.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/fence_link1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/fence_link2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/fence_sqknot.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/grid16.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/grid4.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/grid8.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/grid_diag2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/grid_diag4.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/grid_diag8.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_diag3_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_diag3_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_diag4_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_diag4_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_diag4_3.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_diag8_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_diag8_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_diag8_3.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_diag8_4.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_hex.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_hex_small.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_horz2_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_vert2_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_vert3_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_vert3_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_vert4_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_vert4_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_vert4_3.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_vert5_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_vert5_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_vert8_4.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/line_wave.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/plaid.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/plaid4.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/plaid8.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/random_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/random_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/random_3.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/random_4.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/stich_diag.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/stich_diag2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/stich_horz.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/stich_vert.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/tweed.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/tweed2_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/tweed4_3.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/tweed4_4.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/tweed5_5.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/tweed_crab.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/tweed_cross.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/tweeddish.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_crazy.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_crazy_long.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_diag.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_diag_1.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_diag_2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_diag_3.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_diag_4.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_diag_root.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_rect.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_rect_dbl.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_rect_long.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_rect_loose.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_rect_wide.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_rect_wide2.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_tied_cross.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_wide.xbm %%XPCE%%lib/swipl/xpce/bitmaps/patterns/weave_wide2.xbm -%%XPCE%%lib/swipl/xpce/bitmaps/pawn.bm -%%XPCE%%lib/swipl/xpce/bitmaps/pce.bm -%%XPCE%%lib/swipl/xpce/bitmaps/pce16.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/pin.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/pinned.xpm -%%XPCE%%lib/swipl/xpce/bitmaps/printer.bm -%%XPCE%%lib/swipl/xpce/bitmaps/queen.bm -%%XPCE%%lib/swipl/xpce/bitmaps/question.bm -%%XPCE%%lib/swipl/xpce/bitmaps/right_arrow.bm -%%XPCE%%lib/swipl/xpce/bitmaps/rook.bm -%%XPCE%%lib/swipl/xpce/bitmaps/rook_64.bm -%%XPCE%%lib/swipl/xpce/bitmaps/sad.bm -%%XPCE%%lib/swipl/xpce/bitmaps/select.bm -%%XPCE%%lib/swipl/xpce/bitmaps/selecting.bm -%%XPCE%%lib/swipl/xpce/bitmaps/slant_left.bm -%%XPCE%%lib/swipl/xpce/bitmaps/slant_right.bm -%%XPCE%%lib/swipl/xpce/bitmaps/sticky.bm -%%XPCE%%lib/swipl/xpce/bitmaps/support.bm -%%XPCE%%lib/swipl/xpce/bitmaps/text.bm -%%XPCE%%lib/swipl/xpce/bitmaps/textedit.bm -%%XPCE%%lib/swipl/xpce/bitmaps/thermo.bm -%%XPCE%%lib/swipl/xpce/bitmaps/toggle_off.bm -%%XPCE%%lib/swipl/xpce/bitmaps/toggle_on.bm -%%XPCE%%lib/swipl/xpce/bitmaps/transcript.bm -%%XPCE%%lib/swipl/xpce/bitmaps/trash.bm -%%XPCE%%lib/swipl/xpce/bitmaps/typing.bm -%%XPCE%%lib/swipl/xpce/bitmaps/web.bm +%%XPCE%%lib/swipl/xpce/bitmaps/pawn.png +%%XPCE%%lib/swipl/xpce/bitmaps/pce.png +%%XPCE%%lib/swipl/xpce/bitmaps/pce16.png +%%XPCE%%lib/swipl/xpce/bitmaps/pin.png +%%XPCE%%lib/swipl/xpce/bitmaps/pinned.png +%%XPCE%%lib/swipl/xpce/bitmaps/printer.png +%%XPCE%%lib/swipl/xpce/bitmaps/queen.png +%%XPCE%%lib/swipl/xpce/bitmaps/question.png +%%XPCE%%lib/swipl/xpce/bitmaps/right_arrow.png +%%XPCE%%lib/swipl/xpce/bitmaps/rook.png +%%XPCE%%lib/swipl/xpce/bitmaps/rook_64.png +%%XPCE%%lib/swipl/xpce/bitmaps/sad.png +%%XPCE%%lib/swipl/xpce/bitmaps/select.png +%%XPCE%%lib/swipl/xpce/bitmaps/selecting.png +%%XPCE%%lib/swipl/xpce/bitmaps/slant_left.png +%%XPCE%%lib/swipl/xpce/bitmaps/slant_right.png +%%XPCE%%lib/swipl/xpce/bitmaps/sticky.png +%%XPCE%%lib/swipl/xpce/bitmaps/support.png +%%XPCE%%lib/swipl/xpce/bitmaps/text.png +%%XPCE%%lib/swipl/xpce/bitmaps/textedit.png +%%XPCE%%lib/swipl/xpce/bitmaps/thermo.png +%%XPCE%%lib/swipl/xpce/bitmaps/toggle_off.png +%%XPCE%%lib/swipl/xpce/bitmaps/toggle_on.png +%%XPCE%%lib/swipl/xpce/bitmaps/transcript.png +%%XPCE%%lib/swipl/xpce/bitmaps/trash.png +%%XPCE%%lib/swipl/xpce/bitmaps/typing.png +%%XPCE%%lib/swipl/xpce/bitmaps/web.png %%XPCE%%lib/swipl/xpce/man/faq/faq.html %%XPCE%%lib/swipl/xpce/man/reference/bug_fixes.doc %%XPCE%%lib/swipl/xpce/man/reference/changes.doc %%XPCE%%lib/swipl/xpce/man/reference/class/@=.doc %%XPCE%%lib/swipl/xpce/man/reference/class/and.doc %%XPCE%%lib/swipl/xpce/man/reference/class/application.doc %%XPCE%%lib/swipl/xpce/man/reference/class/arc.doc %%XPCE%%lib/swipl/xpce/man/reference/class/area.doc %%XPCE%%lib/swipl/xpce/man/reference/class/arrow.doc %%XPCE%%lib/swipl/xpce/man/reference/class/assign.doc %%XPCE%%lib/swipl/xpce/man/reference/class/attribute.doc %%XPCE%%lib/swipl/xpce/man/reference/class/behaviour.doc %%XPCE%%lib/swipl/xpce/man/reference/class/bezier_curve.doc %%XPCE%%lib/swipl/xpce/man/reference/class/binary_condition.doc %%XPCE%%lib/swipl/xpce/man/reference/class/binary_expression.doc %%XPCE%%lib/swipl/xpce/man/reference/class/binding.doc %%XPCE%%lib/swipl/xpce/man/reference/class/bitmap.doc %%XPCE%%lib/swipl/xpce/man/reference/class/block.doc %%XPCE%%lib/swipl/xpce/man/reference/class/bool.doc %%XPCE%%lib/swipl/xpce/man/reference/class/box.doc %%XPCE%%lib/swipl/xpce/man/reference/class/browser.doc %%XPCE%%lib/swipl/xpce/man/reference/class/browser_select_gesture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/button.doc %%XPCE%%lib/swipl/xpce/man/reference/class/c_pointer.doc %%XPCE%%lib/swipl/xpce/man/reference/class/chain.doc %%XPCE%%lib/swipl/xpce/man/reference/class/chain_hyper.doc %%XPCE%%lib/swipl/xpce/man/reference/class/chain_table.doc %%XPCE%%lib/swipl/xpce/man/reference/class/char_array.doc %%XPCE%%lib/swipl/xpce/man/reference/class/circle.doc %%XPCE%%lib/swipl/xpce/man/reference/class/class.doc %%XPCE%%lib/swipl/xpce/man/reference/class/class_variable.doc %%XPCE%%lib/swipl/xpce/man/reference/class/click_gesture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/code.doc %%XPCE%%lib/swipl/xpce/man/reference/class/code_vector.doc %%XPCE%%lib/swipl/xpce/man/reference/class/colour.doc -%%XPCE%%lib/swipl/xpce/man/reference/class/colour_map.doc %%XPCE%%lib/swipl/xpce/man/reference/class/connect_gesture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/connection.doc %%XPCE%%lib/swipl/xpce/man/reference/class/constant.doc %%XPCE%%lib/swipl/xpce/man/reference/class/constraint.doc %%XPCE%%lib/swipl/xpce/man/reference/class/create.doc %%XPCE%%lib/swipl/xpce/man/reference/class/cursor.doc %%XPCE%%lib/swipl/xpce/man/reference/class/date.doc %%XPCE%%lib/swipl/xpce/man/reference/class/device.doc %%XPCE%%lib/swipl/xpce/man/reference/class/dialog.doc %%XPCE%%lib/swipl/xpce/man/reference/class/dialog_group.doc %%XPCE%%lib/swipl/xpce/man/reference/class/dialog_item.doc %%XPCE%%lib/swipl/xpce/man/reference/class/dict.doc %%XPCE%%lib/swipl/xpce/man/reference/class/dict_item.doc %%XPCE%%lib/swipl/xpce/man/reference/class/directory.doc %%XPCE%%lib/swipl/xpce/man/reference/class/display.doc %%XPCE%%lib/swipl/xpce/man/reference/class/display_manager.doc %%XPCE%%lib/swipl/xpce/man/reference/class/divide.doc %%XPCE%%lib/swipl/xpce/man/reference/class/editor.doc %%XPCE%%lib/swipl/xpce/man/reference/class/elevation.doc %%XPCE%%lib/swipl/xpce/man/reference/class/ellipse.doc %%XPCE%%lib/swipl/xpce/man/reference/class/eq.doc %%XPCE%%lib/swipl/xpce/man/reference/class/equal.doc %%XPCE%%lib/swipl/xpce/man/reference/class/error.doc %%XPCE%%lib/swipl/xpce/man/reference/class/event.doc %%XPCE%%lib/swipl/xpce/man/reference/class/event_node.doc %%XPCE%%lib/swipl/xpce/man/reference/class/event_tree.doc %%XPCE%%lib/swipl/xpce/man/reference/class/figure.doc %%XPCE%%lib/swipl/xpce/man/reference/class/file.doc %%XPCE%%lib/swipl/xpce/man/reference/class/font.doc %%XPCE%%lib/swipl/xpce/man/reference/class/format.doc %%XPCE%%lib/swipl/xpce/man/reference/class/fragment.doc %%XPCE%%lib/swipl/xpce/man/reference/class/frame.doc %%XPCE%%lib/swipl/xpce/man/reference/class/function.doc %%XPCE%%lib/swipl/xpce/man/reference/class/gesture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/get_method.doc %%XPCE%%lib/swipl/xpce/man/reference/class/graphical.doc %%XPCE%%lib/swipl/xpce/man/reference/class/grbox.doc %%XPCE%%lib/swipl/xpce/man/reference/class/greateq.doc %%XPCE%%lib/swipl/xpce/man/reference/class/greater.doc %%XPCE%%lib/swipl/xpce/man/reference/class/handle.doc %%XPCE%%lib/swipl/xpce/man/reference/class/handler.doc %%XPCE%%lib/swipl/xpce/man/reference/class/handler_group.doc %%XPCE%%lib/swipl/xpce/man/reference/class/hash_table.doc %%XPCE%%lib/swipl/xpce/man/reference/class/hbox.doc %%XPCE%%lib/swipl/xpce/man/reference/class/host.doc %%XPCE%%lib/swipl/xpce/man/reference/class/host_data.doc %%XPCE%%lib/swipl/xpce/man/reference/class/hyper.doc %%XPCE%%lib/swipl/xpce/man/reference/class/identity.doc %%XPCE%%lib/swipl/xpce/man/reference/class/if.doc %%XPCE%%lib/swipl/xpce/man/reference/class/image.doc %%XPCE%%lib/swipl/xpce/man/reference/class/int_item.doc %%XPCE%%lib/swipl/xpce/man/reference/class/joint.doc %%XPCE%%lib/swipl/xpce/man/reference/class/key_binding.doc %%XPCE%%lib/swipl/xpce/man/reference/class/label.doc %%XPCE%%lib/swipl/xpce/man/reference/class/label_box.doc %%XPCE%%lib/swipl/xpce/man/reference/class/layout_manager.doc %%XPCE%%lib/swipl/xpce/man/reference/class/lbox.doc %%XPCE%%lib/swipl/xpce/man/reference/class/less.doc %%XPCE%%lib/swipl/xpce/man/reference/class/lesseq.doc %%XPCE%%lib/swipl/xpce/man/reference/class/line.doc %%XPCE%%lib/swipl/xpce/man/reference/class/link.doc %%XPCE%%lib/swipl/xpce/man/reference/class/list_browser.doc %%XPCE%%lib/swipl/xpce/man/reference/class/menu.doc %%XPCE%%lib/swipl/xpce/man/reference/class/menu_bar.doc %%XPCE%%lib/swipl/xpce/man/reference/class/menu_item.doc %%XPCE%%lib/swipl/xpce/man/reference/class/message.doc %%XPCE%%lib/swipl/xpce/man/reference/class/method.doc %%XPCE%%lib/swipl/xpce/man/reference/class/minus.doc %%XPCE%%lib/swipl/xpce/man/reference/class/modifier.doc %%XPCE%%lib/swipl/xpce/man/reference/class/monitor.doc %%XPCE%%lib/swipl/xpce/man/reference/class/move_gesture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/move_outline_gesture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/name.doc %%XPCE%%lib/swipl/xpce/man/reference/class/nameref.doc %%XPCE%%lib/swipl/xpce/man/reference/class/node.doc %%XPCE%%lib/swipl/xpce/man/reference/class/not.doc %%XPCE%%lib/swipl/xpce/man/reference/class/noteq.doc %%XPCE%%lib/swipl/xpce/man/reference/class/number.doc %%XPCE%%lib/swipl/xpce/man/reference/class/object.doc %%XPCE%%lib/swipl/xpce/man/reference/class/obtain.doc %%XPCE%%lib/swipl/xpce/man/reference/class/operator.doc %%XPCE%%lib/swipl/xpce/man/reference/class/or.doc %%XPCE%%lib/swipl/xpce/man/reference/class/parbox.doc %%XPCE%%lib/swipl/xpce/man/reference/class/parser.doc %%XPCE%%lib/swipl/xpce/man/reference/class/path.doc %%XPCE%%lib/swipl/xpce/man/reference/class/pce.doc %%XPCE%%lib/swipl/xpce/man/reference/class/picture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/pixmap.doc %%XPCE%%lib/swipl/xpce/man/reference/class/plus.doc %%XPCE%%lib/swipl/xpce/man/reference/class/point.doc %%XPCE%%lib/swipl/xpce/man/reference/class/popup.doc %%XPCE%%lib/swipl/xpce/man/reference/class/popup_gesture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/process.doc %%XPCE%%lib/swipl/xpce/man/reference/class/progn.doc %%XPCE%%lib/swipl/xpce/man/reference/class/program_object.doc %%XPCE%%lib/swipl/xpce/man/reference/class/prolog_term.doc %%XPCE%%lib/swipl/xpce/man/reference/class/quote_function.doc %%XPCE%%lib/swipl/xpce/man/reference/class/real.doc %%XPCE%%lib/swipl/xpce/man/reference/class/recogniser.doc %%XPCE%%lib/swipl/xpce/man/reference/class/regex.doc %%XPCE%%lib/swipl/xpce/man/reference/class/region.doc %%XPCE%%lib/swipl/xpce/man/reference/class/relation.doc %%XPCE%%lib/swipl/xpce/man/reference/class/relation_table.doc %%XPCE%%lib/swipl/xpce/man/reference/class/resize_gesture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/resize_outline_gesture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/resize_table_slice_gesture.doc %%XPCE%%lib/swipl/xpce/man/reference/class/resource.doc %%XPCE%%lib/swipl/xpce/man/reference/class/rubber.doc %%XPCE%%lib/swipl/xpce/man/reference/class/scroll_bar.doc %%XPCE%%lib/swipl/xpce/man/reference/class/send_method.doc %%XPCE%%lib/swipl/xpce/man/reference/class/sheet.doc %%XPCE%%lib/swipl/xpce/man/reference/class/size.doc %%XPCE%%lib/swipl/xpce/man/reference/class/slider.doc %%XPCE%%lib/swipl/xpce/man/reference/class/socket.doc %%XPCE%%lib/swipl/xpce/man/reference/class/source_location.doc %%XPCE%%lib/swipl/xpce/man/reference/class/source_sink.doc %%XPCE%%lib/swipl/xpce/man/reference/class/spatial.doc %%XPCE%%lib/swipl/xpce/man/reference/class/stream.doc %%XPCE%%lib/swipl/xpce/man/reference/class/string.doc %%XPCE%%lib/swipl/xpce/man/reference/class/style.doc %%XPCE%%lib/swipl/xpce/man/reference/class/syntax_table.doc %%XPCE%%lib/swipl/xpce/man/reference/class/tab.doc %%XPCE%%lib/swipl/xpce/man/reference/class/tab_stack.doc %%XPCE%%lib/swipl/xpce/man/reference/class/table.doc %%XPCE%%lib/swipl/xpce/man/reference/class/table_cell.doc %%XPCE%%lib/swipl/xpce/man/reference/class/table_column.doc %%XPCE%%lib/swipl/xpce/man/reference/class/table_row.doc %%XPCE%%lib/swipl/xpce/man/reference/class/table_slice.doc %%XPCE%%lib/swipl/xpce/man/reference/class/tbox.doc %%XPCE%%lib/swipl/xpce/man/reference/class/text.doc %%XPCE%%lib/swipl/xpce/man/reference/class/text_buffer.doc %%XPCE%%lib/swipl/xpce/man/reference/class/text_cursor.doc %%XPCE%%lib/swipl/xpce/man/reference/class/text_image.doc %%XPCE%%lib/swipl/xpce/man/reference/class/text_item.doc %%XPCE%%lib/swipl/xpce/man/reference/class/text_margin.doc %%XPCE%%lib/swipl/xpce/man/reference/class/tile.doc %%XPCE%%lib/swipl/xpce/man/reference/class/tile_adjuster.doc %%XPCE%%lib/swipl/xpce/man/reference/class/timer.doc %%XPCE%%lib/swipl/xpce/man/reference/class/times.doc %%XPCE%%lib/swipl/xpce/man/reference/class/tokeniser.doc %%XPCE%%lib/swipl/xpce/man/reference/class/tree.doc %%XPCE%%lib/swipl/xpce/man/reference/class/tuple.doc %%XPCE%%lib/swipl/xpce/man/reference/class/type.doc %%XPCE%%lib/swipl/xpce/man/reference/class/var.doc %%XPCE%%lib/swipl/xpce/man/reference/class/variable.doc %%XPCE%%lib/swipl/xpce/man/reference/class/vector.doc %%XPCE%%lib/swipl/xpce/man/reference/class/view.doc %%XPCE%%lib/swipl/xpce/man/reference/class/visual.doc %%XPCE%%lib/swipl/xpce/man/reference/class/vmi.doc %%XPCE%%lib/swipl/xpce/man/reference/class/when.doc %%XPCE%%lib/swipl/xpce/man/reference/class/while.doc %%XPCE%%lib/swipl/xpce/man/reference/class/win_metafile.doc %%XPCE%%lib/swipl/xpce/man/reference/class/win_printer.doc %%XPCE%%lib/swipl/xpce/man/reference/class/window.doc %%XPCE%%lib/swipl/xpce/man/reference/class/window_decorator.doc %%XPCE%%lib/swipl/xpce/man/reference/errors.doc %%XPCE%%lib/swipl/xpce/man/reference/examples.doc %%XPCE%%lib/swipl/xpce/man/reference/groups.doc %%XPCE%%lib/swipl/xpce/man/reference/index.obj %%XPCE%%lib/swipl/xpce/man/reference/objects.doc %%XPCE%%lib/swipl/xpce/man/reference/predicates.doc %%XPCE%%lib/swipl/xpce/man/reference/tools.doc %%XPCE%%lib/swipl/xpce/man/reference/topics.doc %%XPCE%%lib/swipl/xpce/prolog/boot/pce_autoload.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_editor.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_error.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_expand.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_expansion.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_global.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_goal_expansion.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_keybinding.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_pl.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_portray.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_principal.pl %%XPCE%%lib/swipl/xpce/prolog/boot/pce_realise.pl %%XPCE%%lib/swipl/xpce/prolog/contrib/README %%XPCE%%lib/swipl/xpce/prolog/contrib/contrib.pl +%%XPCE%%lib/swipl/xpce/prolog/contrib/contrib.qlf %%XPCE%%lib/swipl/xpce/prolog/contrib/rubik/README %%XPCE%%lib/swipl/xpce/prolog/contrib/rubik/maplist.pl +%%XPCE%%lib/swipl/xpce/prolog/contrib/rubik/maplist.qlf %%XPCE%%lib/swipl/xpce/prolog/contrib/rubik/rubik.pl +%%XPCE%%lib/swipl/xpce/prolog/contrib/rubik/rubik.qlf %%XPCE%%lib/swipl/xpce/prolog/contrib/rubik/rubikpce.pl +%%XPCE%%lib/swipl/xpce/prolog/contrib/rubik/rubikpce.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/chess.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/chess.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/colour.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/colour.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/constraint.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/constraint.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/cursor.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/cursor.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/event_hierarchy.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/event_hierarchy.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/fontviewer.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/fontviewer.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/ftplog.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/ftplog.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/graph.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/graph.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/hsvcolour.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/hsvcolour.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/imageviewer.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/imageviewer.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/ispell.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/ispell.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/juggler.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/juggler.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/kangaroo.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/kangaroo.qlf %%XPCE%%lib/swipl/xpce/prolog/demo/pce_demo.pl +%%XPCE%%lib/swipl/xpce/prolog/demo/pce_demo.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/CLASSINDEX.pl %%XPCE%%lib/swipl/xpce/prolog/lib/INDEX.pl %%XPCE%%lib/swipl/xpce/prolog/lib/MKINDEX.pl %%XPCE%%lib/swipl/xpce/prolog/lib/Overview %%XPCE%%lib/swipl/xpce/prolog/lib/Xserver.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/Xserver.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/area.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/area.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/autowin.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/compatibility/bitmap.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/autowin.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/compatibility/event_speak.pl %%XPCE%%lib/swipl/xpce/prolog/lib/compatibility/frozen.pl %%XPCE%%lib/swipl/xpce/prolog/lib/compatibility/global.pl %%XPCE%%lib/swipl/xpce/prolog/lib/compatibility/resource.pl %%XPCE%%lib/swipl/xpce/prolog/lib/compatibility/send.pl %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/README %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/attribute.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/attribute.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/behaviour.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/button.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/choice.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/cycle.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/editor.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/image.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/label.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/list.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/reporter.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/slider.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/text_item.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/toggle.bm +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/behaviour.qlf +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/button.png +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/choice.png +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/cycle.png +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/editor.png +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/image.png +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/label.png +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/list.png +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/reporter.png +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/slider.png +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/text_item.png +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/bitmaps/toggle.png %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/dialog.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/font.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/dialog.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/generate.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/generate.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/image_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/image_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/label.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/label.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/layout.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/layout.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/load.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/load.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/menuitem.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/menuitem.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/meta.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/meta.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/pretty_print.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/prompter.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/pretty_print.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/proto.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/proto.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dialog/util.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dialog/util.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/README %%XPCE%%lib/swipl/xpce/prolog/lib/doc/browser.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/browser.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/emit.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/emit.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/form.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/form.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/html.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/doc/icons/back.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/doc/icons/forward.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/doc/icons/reload.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/doc/icons/source.xpm +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/html.qlf +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/icons/back.png +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/icons/forward.png +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/icons/reload.png +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/icons/source.png %%XPCE%%lib/swipl/xpce/prolog/lib/doc/layout.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/layout.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/load.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/load.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/objects.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/objects.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/sp_errors.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/sp_errors.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/t2.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/t2.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/table.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/table.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/test.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/test.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/url_fetch.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/url_fetch.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/util.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/util.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/vfont.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/vfont.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/window.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/window.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/xml_browse.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/xml_browse.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/doc/xml_hierarchy.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/doc/xml_hierarchy.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dragdict.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dragdict.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/dragdrop.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/dragdrop.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/README %%XPCE%%lib/swipl/xpce/prolog/lib/draw/align.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/align.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/attribute.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/attribute.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/canvas.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/canvas.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/config.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/config.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/draw.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/draw.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/exportpl.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/exportpl.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/gesture.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/gesture.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/importpl.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/importpl.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/menu.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/menu.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/shapes.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/shapes.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw/undo.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw/undo.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/draw_extend.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/draw_extend.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/edit_dialog.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/edit_dialog.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/annotate_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/annotate_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/application.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/bookmarks.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/buffer.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/buffer_menu.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/c_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/c_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/chr_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/chr_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/cmake_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/cmake_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/cpp_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/cpp_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/dde_server.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/dde_server.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/emacs.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/emacs.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/emacs_chrome_server.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/emacs_chrome_server.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/find.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/find.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/fundamental_mode.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/gdb.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/gdb.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/help.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/help.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/help_buffer.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/history.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/hit_list.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/hit_list.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/html_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/html_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/java_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/java_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/javascript_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/javascript_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/language_mode.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/latex_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/latex_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/logtalk_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/logtalk_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/man_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/man_mode.qlf +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/markdown_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/markdown_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/outline_mode.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/prolog_mode.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/prolog_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/prompt.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/prompt.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/rdf_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/rdf_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/script_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/script_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/server.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/sgml_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/sgml_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/shell.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/shell.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/swi_prolog.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/swi_prolog.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/text_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/text_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/turtle_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/turtle_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/window.pl %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/xsb_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/xsb_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs/yaml_mode.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs/yaml_mode.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs_extend.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs_extend.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/emacs_tags.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/emacs_tags.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/english/pce_messages.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/epilog.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/epilog.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/file_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/file_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/find_file.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/find_file.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/find_file_dialog.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/find_file_dialog.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/getpass.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/getpass.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/gradient.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/gradient.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/gui_tracer.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/gui_tracer.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/help_message.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/http/README -%%XPCE%%lib/swipl/xpce/prolog/lib/http/html_hierarchy.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/http/html_refman.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/http/html_write.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/http/http_image.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/http/http_man.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/http/httpd.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/http/run.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/http/xref.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/help_message.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/http_client.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/http_client.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/hyper.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/hyper.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/imageops.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/imageops.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/isocomp.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/isocomp.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/keybinding.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/keybinding.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/make_dialog.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/make_dialog.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/behaviour_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/behaviour_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/classification.dat %%XPCE%%lib/swipl/xpce/prolog/lib/man/classmap.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/classmap.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/man_index.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/man_index.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/p_card.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/p_card.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/p_data.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/p_data.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/pce_op.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/pce_op.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/showevent.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/showevent.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/util.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/util.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_card.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_card.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_class.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_class.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_editor.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_editor.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_error.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_error.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_global.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_global.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_group.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_group.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_hierarchy.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_hierarchy.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_inherit.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_inherit.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_inspector.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_inspector.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_instance.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_instance.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_manual.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_manual.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_module.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_module.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_search.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_search.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_select.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_select.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_statistics.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_statistics.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_summary.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_summary.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_tile.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_tile.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_topic.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_topic.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/man/v_visual.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/man/v_visual.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/math/expandmath.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/math/expandmath.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/password_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/password_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce.pl %%XPCE%%lib/swipl/xpce/prolog/lib/pce.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_arm.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_arm.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_arrow_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_arrow_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_class_index.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_class_index.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_colour_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_colour_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_config.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_config.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_configeditor.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_configeditor.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_cxx_headers.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_cxx_headers.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_debug.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_debug.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_dispatch.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/pce_drag_and_drop.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/pce_drag_and_drop_dict_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_dispatch.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_edit.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_edit.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_editable_text.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_editable_text.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_emacs.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_emacs.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_float_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_float_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_font_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_font_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_grapher.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_grapher.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_graphical_browser.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_graphical_browser.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_help_file.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_help_file.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_helper.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_helper.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_history.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_history.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_identifier_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_identifier_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_image.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_image.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_image_browser.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_image_browser.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_image_item.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/pce_loadcxx.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_image_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_main.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_main.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_manual.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_manual.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_meta.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_meta.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_objects.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/pce_postscript.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_objects.qlf +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_openframes.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_openframes.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_progress.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_progress.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_prolog_xref.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_prolog_xref.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_prompter.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_prompter.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_regex_compat.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_regex_compat.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_renew.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_renew.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_report.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_report.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_require.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_require.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_select_set_item.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/pce_selection.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_select_set_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_server.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_server.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_set_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_set_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_shell.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_shell.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_style_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_style_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_tagged_connection.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_tagged_connection.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_template.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_template.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_tick_box.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_tick_box.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_toc.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_toc.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_type.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_type.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_unclip.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_unclip.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_util.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_util.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pce_xref.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pce_xref.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/pcedraw.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/pcedraw.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/persistent_frame.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/persistent_frame.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/plot/README %%XPCE%%lib/swipl/xpce/prolog/lib/plot/axis.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/plot/axis.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/plot/barchart.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/plot/barchart.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/plot/demo.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/plot/demo.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/plot/plotter.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/plot/plotter.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/portray_object.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/portray_object.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/print_graphics.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/print_graphics.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/print_text.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/print_text.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/prolog_predicate.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/prolog_predicate.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/prolog_predicate_item.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/prolog_predicate_item.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/qrecompile.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/qrecompile.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/scaledbitmap.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/scaledbitmap.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/scan_arguments.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/sp_fcompile.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/scan_arguments.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/splash_screen.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/splash_screen.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/stayup_popup.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/stayup_popup.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/swi/pce_debug_monitor.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/swi/pce_debug_monitor.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/swi/pce_profile.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/swi/pce_profile.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/swi/swi_console.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/swi/swi_console.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/swi/thread_monitor.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/swi/thread_monitor.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/swi_compatibility.pl %%XPCE%%lib/swipl/xpce/prolog/lib/swi_edit.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/swi_edit.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/swi_hooks.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/swi_hooks.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/swi_ide.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/swi_ide.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/swi_preferences.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/swi_preferences.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/tabbed_window.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/tabbed_window.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/tabular.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/tabular.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/toc_filesystem.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/toc_filesystem.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/toolbar.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/toolbar.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/trace/README %%XPCE%%lib/swipl/xpce/prolog/lib/trace/browse.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/browse.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/trace/browse_xref.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/browse_xref.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/trace/clause.pl %%XPCE%%lib/swipl/xpce/prolog/lib/trace/emacs_debug_modes.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/emacs_debug_modes.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/trace/exceptions.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/exceptions.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/trace/gui.pl -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/16x16/butterfly.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/16x16/dbgsettings.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/abort.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/break.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/breakpoint.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/bug.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/builtin.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/butterfly.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/call.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/class.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/classext.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/classvar.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/closedir.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/creep.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/debug.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/det.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/details.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/down.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/dyn.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/dynamic.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/edit.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/except.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/exit.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/export.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/eyes.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/fact.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/fail.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/finish.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/foreign.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/get.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/grammar.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/import.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/interactor.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/interrupt.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/into.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/ivar.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/leap.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/list.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/loadfailed.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/loading.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/locate.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/meta.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/mini-globe.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/mini-run.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/module.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/ndet.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/nodebug.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/nospy.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/nostop.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/nostopspy.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/opendir.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/openmodule.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/plfile.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/plincludedfile.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/plloadedfile.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/pred.bm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/redo.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/retry.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/send.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/skip.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/spy.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/stack.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/stop.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/undefined.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/undefpred.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/unrefpred.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/up.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/user.xpm -%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/warnpred.xpm +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/16x16/butterfly.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/16x16/dbgsettings.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/abort.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/break.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/breakpoint.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/bug.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/builtin.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/butterfly.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/call.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/class.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/classext.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/classvar.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/closedir.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/creep.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/debug.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/det.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/details.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/down.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/dyn.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/dynamic.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/edit.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/except.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/exit.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/export.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/eyes.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/fact.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/fail.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/finish.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/foreign.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/get.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/grammar.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/import.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/interactor.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/interrupt.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/into.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/ivar.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/leap.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/list.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/loadfailed.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/loading.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/locate.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/meta.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/mini-globe.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/mini-run.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/module.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/ndet.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/nodebug.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/nospy.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/nostop.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/nostopspy.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/opendir.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/openmodule.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/plfile.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/plincludedfile.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/plloadedfile.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/pred.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/redo.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/retry.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/send.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/skip.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/spy.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/stack.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/stop.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/undefined.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/undefpred.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/unrefpred.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/up.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/user.png +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/icons/warnpred.png %%XPCE%%lib/swipl/xpce/prolog/lib/trace/pltracer.hlp %%XPCE%%lib/swipl/xpce/prolog/lib/trace/pprint.pl %%XPCE%%lib/swipl/xpce/prolog/lib/trace/query.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/query.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/trace/settings.pl %%XPCE%%lib/swipl/xpce/prolog/lib/trace/source.pl %%XPCE%%lib/swipl/xpce/prolog/lib/trace/stack.pl %%XPCE%%lib/swipl/xpce/prolog/lib/trace/status.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/status.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/trace/test.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/trace/test.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/trace/trace.pl %%XPCE%%lib/swipl/xpce/prolog/lib/trace/trace.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/trace/util.pl %%XPCE%%lib/swipl/xpce/prolog/lib/trace/viewterm.pl %%XPCE%%lib/swipl/xpce/prolog/lib/url_image.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/url_image.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/xref/common.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/xref/common.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/xref/mkcommon.pl +%%XPCE%%lib/swipl/xpce/prolog/lib/xref/mkcommon.qlf %%XPCE%%lib/swipl/xpce/prolog/lib/xref/quintus.pl %%XPCE%%lib/swipl/xpce/prolog/lib/xref/sicstus.pl %%XPCE%%lib/swipl/xpce/prolog/swipl-rc +libdata/pkgconfig/swipl.pc +share/man/man1/swipl-ld.1.gz +share/man/man1/swipl.1.gz