View | Details | Raw Unified | Return to bug 277550
Collapse All | Expand All

(-)b/lang/swipl/Makefile (-7 / +8 lines)
Lines 1-5 Link Here
1
PORTNAME=	swi-pl
1
PORTNAME=	swi-pl
2
DISTVERSION=	9.0.4
2
DISTVERSION=	9.2.2
3
PORTREVISION=	1
3
PORTREVISION=	1
4
CATEGORIES=	lang
4
CATEGORIES=	lang
5
MASTER_SITES=	http://www.swi-prolog.org/download/stable/src/
5
MASTER_SITES=	http://www.swi-prolog.org/download/stable/src/
Lines 15-28 BROKEN_i386= FAILED: man/lib/clpfdlib.tex Link Here
15
BROKEN_mips=	fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
15
BROKEN_mips=	fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
16
BROKEN_mips64=	fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
16
BROKEN_mips64=	fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
17
17
18
LIB_DEPENDS=	libpcre.so:devel/pcre \
18
LIB_DEPENDS=	libpcre2-posix.so:devel/pcre2 \
19
		libossp-uuid.so:misc/ossp-uuid \
19
		libossp-uuid.so:misc/ossp-uuid \
20
		libyaml.so:textproc/libyaml
20
		libyaml.so:textproc/libyaml
21
21
22
BUILD_DEPENDS=	/usr/local/lib/qt5/bin/qmake:devel/qt5-qmake
22
# BUILD_DEPENDS=	/usr/local/lib/qt5/bin/qmake:devel/qt5-qmake
23
23
24
USES=		cmake compiler:c11 libarchive libedit pathfix pkgconfig \
24
USES=		cmake compiler:c11 libarchive libedit pathfix pkgconfig \
25
		readline shebangfix ssl xorg
25
		readline shebangfix ssl xorg python
26
USE_XORG=	ice sm x11 xext xft xinerama xpm xt
26
USE_XORG=	ice sm x11 xext xft xinerama xpm xt
27
27
28
OPTIONS_DEFINE=		DOCS EXAMPLES GMP ODBC TCMALLOC THREADED XPCE
28
OPTIONS_DEFINE=		DOCS EXAMPLES GMP ODBC TCMALLOC THREADED XPCE
Lines 30-37 OPTIONS_DEFAULT= GMP ODBC TCMALLOC THREADED XPCE Link Here
30
OPTIONS_SUB=		yes
30
OPTIONS_SUB=		yes
31
31
32
MAKE_ENV=	XDG_DATA_DIRS=/dummy
32
MAKE_ENV=	XDG_DATA_DIRS=/dummy
33
CMAKE_ARGS=	-DSWIPL_PACKAGES_JAVA=OFF -DBUILD_TESTING=OFF
33
CMAKE_ARGS=	-DSWIPL_PACKAGES_JAVA=OFF -DSWIPL_PACKAGES_QT=OFF -DBUILD_TESTING=OFF
34
35
34
36
LDFLAGS+=	-lstdthreads
35
LDFLAGS+=	-lstdthreads
37
36
Lines 86-93 LIB_DEPENDS+= libunwind.so:devel/libunwind Link Here
86
post-patch:
85
post-patch:
87
	@${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \
86
	@${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \
88
		${WRKSRC}/packages/cpp/SWI-cpp.h
87
		${WRKSRC}/packages/cpp/SWI-cpp.h
88
	@${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \
89
		${WRKSRC}/packages/cpp/SWI-cpp2.h
89
	@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|' \
90
	@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|' \
90
		${WRKSRC}/CMakeLists.txt
91
		${WRKSRC}/cmake/LocationsPostPorts.cmake
91
92
92
post-install-XPCE-on:
93
post-install-XPCE-on:
93
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/swipl/lib/${ARCH}-${OPSYS:tl}/pl2xpce.so
94
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/swipl/lib/${ARCH}-${OPSYS:tl}/pl2xpce.so
(-)b/lang/swipl/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1681825761
1
TIMESTAMP = 1711843762
2
SHA256 (swipl-9.0.4.tar.gz) = feb2815a51d34fa81cb34e8149830405935a7e1d1c1950461239750baa8b49f0
2
SHA256 (swipl-9.2.2.tar.gz) = 896fd51196fd3becd574486da75a924f272e8d63332459292b305986cf101fc3
3
SIZE (swipl-9.0.4.tar.gz) = 11854471
3
SIZE (swipl-9.2.2.tar.gz) = 12249775
(-)b/lang/swipl/pkg-plist (-287 / +344 lines)
Lines 6-11 lib/cmake/swipl/SWIPLTargets-release.cmake Link Here
6
lib/cmake/swipl/SWIPLTargets.cmake
6
lib/cmake/swipl/SWIPLTargets.cmake
7
lib/swipl/LICENSE
7
lib/swipl/LICENSE
8
lib/swipl/README.md
8
lib/swipl/README.md
9
lib/swipl/app/README.md
10
lib/swipl/app/app.pl
11
lib/swipl/app/latex2html.pl
12
lib/swipl/app/mqi.pl
13
lib/swipl/app/pack.pl
14
lib/swipl/app/qlf.pl
9
lib/swipl/bin/%%ARCH%%-%%OS%%/swipl
15
lib/swipl/bin/%%ARCH%%-%%OS%%/swipl
10
lib/swipl/bin/%%ARCH%%-%%OS%%/swipl-ld
16
lib/swipl/bin/%%ARCH%%-%%OS%%/swipl-ld
11
lib/swipl/bin/latex2html
17
lib/swipl/bin/latex2html
Lines 67-74 lib/swipl/demo/likes.pl Link Here
67
%%PORTDOCS%%lib/swipl/doc/Manual/breakpoint.html
73
%%PORTDOCS%%lib/swipl/doc/Manual/breakpoint.html
68
%%PORTDOCS%%lib/swipl/doc/Manual/broadcast.html
74
%%PORTDOCS%%lib/swipl/doc/Manual/broadcast.html
69
%%PORTDOCS%%lib/swipl/doc/Manual/broadcast.png
75
%%PORTDOCS%%lib/swipl/doc/Manual/broadcast.png
70
%%PORTDOCS%%lib/swipl/doc/Manual/builtin.html
71
%%PORTDOCS%%lib/swipl/doc/Manual/builtin-statistics.html
76
%%PORTDOCS%%lib/swipl/doc/Manual/builtin-statistics.html
77
%%PORTDOCS%%lib/swipl/doc/Manual/builtin.html
72
%%PORTDOCS%%lib/swipl/doc/Manual/builtinlist.html
78
%%PORTDOCS%%lib/swipl/doc/Manual/builtinlist.html
73
%%PORTDOCS%%lib/swipl/doc/Manual/by-sa.png
79
%%PORTDOCS%%lib/swipl/doc/Manual/by-sa.png
74
%%PORTDOCS%%lib/swipl/doc/Manual/charconv.html
80
%%PORTDOCS%%lib/swipl/doc/Manual/charconv.html
Lines 135-142 lib/swipl/demo/likes.pl Link Here
135
%%PORTDOCS%%lib/swipl/doc/Manual/findhome.html
141
%%PORTDOCS%%lib/swipl/doc/Manual/findhome.html
136
%%PORTDOCS%%lib/swipl/doc/Manual/flags.html
142
%%PORTDOCS%%lib/swipl/doc/Manual/flags.html
137
%%PORTDOCS%%lib/swipl/doc/Manual/forall2.html
143
%%PORTDOCS%%lib/swipl/doc/Manual/forall2.html
138
%%PORTDOCS%%lib/swipl/doc/Manual/foreign.html
139
%%PORTDOCS%%lib/swipl/doc/Manual/foreign-streams.html
144
%%PORTDOCS%%lib/swipl/doc/Manual/foreign-streams.html
145
%%PORTDOCS%%lib/swipl/doc/Manual/foreign.html
140
%%PORTDOCS%%lib/swipl/doc/Manual/foreigninclude.html
146
%%PORTDOCS%%lib/swipl/doc/Manual/foreigninclude.html
141
%%PORTDOCS%%lib/swipl/doc/Manual/foreignlink.html
147
%%PORTDOCS%%lib/swipl/doc/Manual/foreignlink.html
142
%%PORTDOCS%%lib/swipl/doc/Manual/foreignnotes.html
148
%%PORTDOCS%%lib/swipl/doc/Manual/foreignnotes.html
Lines 182-187 lib/swipl/demo/likes.pl Link Here
182
%%PORTDOCS%%lib/swipl/doc/Manual/lists.html
188
%%PORTDOCS%%lib/swipl/doc/Manual/lists.html
183
%%PORTDOCS%%lib/swipl/doc/Manual/loadfilehook.html
189
%%PORTDOCS%%lib/swipl/doc/Manual/loadfilehook.html
184
%%PORTDOCS%%lib/swipl/doc/Manual/locale.html
190
%%PORTDOCS%%lib/swipl/doc/Manual/locale.html
191
%%PORTDOCS%%lib/swipl/doc/Manual/macros.html
185
%%PORTDOCS%%lib/swipl/doc/Manual/main.html
192
%%PORTDOCS%%lib/swipl/doc/Manual/main.html
186
%%PORTDOCS%%lib/swipl/doc/Manual/manipatom.html
193
%%PORTDOCS%%lib/swipl/doc/Manual/manipatom.html
187
%%PORTDOCS%%lib/swipl/doc/Manual/manipmodule.html
194
%%PORTDOCS%%lib/swipl/doc/Manual/manipmodule.html
Lines 211-216 lib/swipl/demo/likes.pl Link Here
211
%%PORTDOCS%%lib/swipl/doc/Manual/otherlicenses.html
218
%%PORTDOCS%%lib/swipl/doc/Manual/otherlicenses.html
212
%%PORTDOCS%%lib/swipl/doc/Manual/overrule.html
219
%%PORTDOCS%%lib/swipl/doc/Manual/overrule.html
213
%%PORTDOCS%%lib/swipl/doc/Manual/overview.html
220
%%PORTDOCS%%lib/swipl/doc/Manual/overview.html
221
%%PORTDOCS%%lib/swipl/doc/Manual/pack-attach.html
222
%%PORTDOCS%%lib/swipl/doc/Manual/pack-devel.html
223
%%PORTDOCS%%lib/swipl/doc/Manual/pack-install.html
224
%%PORTDOCS%%lib/swipl/doc/Manual/pack-structure.html
214
%%PORTDOCS%%lib/swipl/doc/Manual/packs.html
225
%%PORTDOCS%%lib/swipl/doc/Manual/packs.html
215
%%PORTDOCS%%lib/swipl/doc/Manual/pairs.html
226
%%PORTDOCS%%lib/swipl/doc/Manual/pairs.html
216
%%PORTDOCS%%lib/swipl/doc/Manual/pceemacs.html
227
%%PORTDOCS%%lib/swipl/doc/Manual/pceemacs.html
Lines 230-238 lib/swipl/demo/likes.pl Link Here
230
%%PORTDOCS%%lib/swipl/doc/Manual/program-resources.html
241
%%PORTDOCS%%lib/swipl/doc/Manual/program-resources.html
231
%%PORTDOCS%%lib/swipl/doc/Manual/projectfiles.html
242
%%PORTDOCS%%lib/swipl/doc/Manual/projectfiles.html
232
%%PORTDOCS%%lib/swipl/doc/Manual/prolog-event.html
243
%%PORTDOCS%%lib/swipl/doc/Manual/prolog-event.html
244
%%PORTDOCS%%lib/swipl/doc/Manual/prologcoverage.html
233
%%PORTDOCS%%lib/swipl/doc/Manual/prologdebug.html
245
%%PORTDOCS%%lib/swipl/doc/Manual/prologdebug.html
234
%%PORTDOCS%%lib/swipl/doc/Manual/prologjiti.html
246
%%PORTDOCS%%lib/swipl/doc/Manual/prologjiti.html
235
%%PORTDOCS%%lib/swipl/doc/Manual/prologpack.html
247
%%PORTDOCS%%lib/swipl/doc/Manual/prologpack.html
248
%%PORTDOCS%%lib/swipl/doc/Manual/prologtrace.html
249
%%PORTDOCS%%lib/swipl/doc/Manual/prologversions.html
236
%%PORTDOCS%%lib/swipl/doc/Manual/prologxref.html
250
%%PORTDOCS%%lib/swipl/doc/Manual/prologxref.html
237
%%PORTDOCS%%lib/swipl/doc/Manual/protect-code.html
251
%%PORTDOCS%%lib/swipl/doc/Manual/protect-code.html
238
%%PORTDOCS%%lib/swipl/doc/Manual/protocol.html
252
%%PORTDOCS%%lib/swipl/doc/Manual/protocol.html
Lines 246-251 lib/swipl/demo/likes.pl Link Here
246
%%PORTDOCS%%lib/swipl/doc/Manual/registry.html
260
%%PORTDOCS%%lib/swipl/doc/Manual/registry.html
247
%%PORTDOCS%%lib/swipl/doc/Manual/resmodules.html
261
%%PORTDOCS%%lib/swipl/doc/Manual/resmodules.html
248
%%PORTDOCS%%lib/swipl/doc/Manual/runtime.html
262
%%PORTDOCS%%lib/swipl/doc/Manual/runtime.html
263
%%PORTDOCS%%lib/swipl/doc/Manual/rwlocks.html
249
%%PORTDOCS%%lib/swipl/doc/Manual/saved-states.html
264
%%PORTDOCS%%lib/swipl/doc/Manual/saved-states.html
250
%%PORTDOCS%%lib/swipl/doc/Manual/settings.html
265
%%PORTDOCS%%lib/swipl/doc/Manual/settings.html
251
%%PORTDOCS%%lib/swipl/doc/Manual/signal.html
266
%%PORTDOCS%%lib/swipl/doc/Manual/signal.html
Lines 431-441 lib/swipl/demo/likes.pl Link Here
431
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/stress_server.pl
446
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/stress_server.pl
432
%%PORTDOCS%%lib/swipl/doc/packages/http.html
447
%%PORTDOCS%%lib/swipl/doc/packages/http.html
433
%%PORTDOCS%%lib/swipl/doc/packages/index.html
448
%%PORTDOCS%%lib/swipl/doc/packages/index.html
449
%%PORTDOCS%%lib/swipl/doc/packages/janus.html
434
%%PORTDOCS%%lib/swipl/doc/packages/libedit.html
450
%%PORTDOCS%%lib/swipl/doc/packages/libedit.html
435
%%PORTDOCS%%lib/swipl/doc/packages/mqi.html
451
%%PORTDOCS%%lib/swipl/doc/packages/mqi.html
436
%%PORTDOCS%%lib/swipl/doc/packages/nlp.html
452
%%PORTDOCS%%lib/swipl/doc/packages/nlp.html
437
%%ODBC%%%%PORTDOCS%%lib/swipl/doc/packages/odbc.html
453
%%ODBC%%%%PORTDOCS%%lib/swipl/doc/packages/odbc.html
438
%%PORTDOCS%%lib/swipl/doc/packages/paxos.html
454
%%PORTDOCS%%lib/swipl/doc/packages/paxos.html
455
%%PORTDOCS%%lib/swipl/doc/packages/pcre.html
439
%%PORTDOCS%%lib/swipl/doc/packages/penarch.png
456
%%PORTDOCS%%lib/swipl/doc/packages/penarch.png
440
%%PORTDOCS%%lib/swipl/doc/packages/pengines.html
457
%%PORTDOCS%%lib/swipl/doc/packages/pengines.html
441
%%PORTDOCS%%lib/swipl/doc/packages/pl2cpp.html
458
%%PORTDOCS%%lib/swipl/doc/packages/pl2cpp.html
Lines 451-464 lib/swipl/demo/likes.pl Link Here
451
%%PORTDOCS%%lib/swipl/doc/packages/sgml.html
468
%%PORTDOCS%%lib/swipl/doc/packages/sgml.html
452
%%PORTDOCS%%lib/swipl/doc/packages/ssl.html
469
%%PORTDOCS%%lib/swipl/doc/packages/ssl.html
453
%%PORTDOCS%%lib/swipl/doc/packages/stomp.html
470
%%PORTDOCS%%lib/swipl/doc/packages/stomp.html
471
%%PORTDOCS%%lib/swipl/doc/packages/sweep.html
454
%%PORTDOCS%%lib/swipl/doc/packages/table.html
472
%%PORTDOCS%%lib/swipl/doc/packages/table.html
455
%%PORTDOCS%%lib/swipl/doc/packages/utf8proc.html
473
%%PORTDOCS%%lib/swipl/doc/packages/utf8proc.html
456
%%PORTDOCS%%lib/swipl/doc/packages/yaml.html
474
%%PORTDOCS%%lib/swipl/doc/packages/yaml.html
457
%%PORTDOCS%%lib/swipl/doc/packages/zlib.html
475
%%PORTDOCS%%lib/swipl/doc/packages/zlib.html
458
lib/swipl/include/SWI-cpp2.h
459
lib/swipl/include/SWI-Prolog.h
476
lib/swipl/include/SWI-Prolog.h
460
lib/swipl/include/SWI-Stream.h
477
lib/swipl/include/SWI-Stream.h
461
lib/swipl/include/SWI-cpp.h
478
lib/swipl/include/SWI-cpp.h
479
lib/swipl/include/SWI-cpp2-atommap.h
480
lib/swipl/include/SWI-cpp2-plx.h
481
lib/swipl/include/SWI-cpp2.cpp
482
lib/swipl/include/SWI-cpp2.h
462
lib/swipl/include/Yap/YapInterface.h
483
lib/swipl/include/Yap/YapInterface.h
463
lib/swipl/include/sicstus/sicstus.h
484
lib/swipl/include/sicstus/sicstus.h
464
lib/swipl/lib/%%ARCH%%-%%OS%%/archive4pl.so
485
lib/swipl/lib/%%ARCH%%-%%OS%%/archive4pl.so
Lines 471-485 lib/swipl/lib/%%ARCH%%-%%OS%%/hashstream.so Link Here
471
lib/swipl/lib/%%ARCH%%-%%OS%%/http_stream.so
492
lib/swipl/lib/%%ARCH%%-%%OS%%/http_stream.so
472
lib/swipl/lib/%%ARCH%%-%%OS%%/inclpr.so
493
lib/swipl/lib/%%ARCH%%-%%OS%%/inclpr.so
473
lib/swipl/lib/%%ARCH%%-%%OS%%/isub.so
494
lib/swipl/lib/%%ARCH%%-%%OS%%/isub.so
495
lib/swipl/lib/%%ARCH%%-%%OS%%/janus.so
474
lib/swipl/lib/%%ARCH%%-%%OS%%/json.so
496
lib/swipl/lib/%%ARCH%%-%%OS%%/json.so
475
lib/swipl/lib/%%ARCH%%-%%OS%%/libedit4pl.so
497
lib/swipl/lib/%%ARCH%%-%%OS%%/libedit4pl.so
476
lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so
498
lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so
477
lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.9
499
lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.9
478
lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.9.0.4
500
lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.9.2.2
479
lib/swipl/lib/%%ARCH%%-%%OS%%/md54pl.so
501
lib/swipl/lib/%%ARCH%%-%%OS%%/md54pl.so
480
lib/swipl/lib/%%ARCH%%-%%OS%%/memfile.so
502
lib/swipl/lib/%%ARCH%%-%%OS%%/memfile.so
481
lib/swipl/lib/%%ARCH%%-%%OS%%/ntriples.so
503
lib/swipl/lib/%%ARCH%%-%%OS%%/ntriples.so
482
%%ODBC%%lib/swipl/lib/%%ARCH%%-%%OS%%/odbc4pl.so
504
%%ODBC%%lib/swipl/lib/%%ARCH%%-%%OS%%/odbc4pl.so
505
lib/swipl/lib/%%ARCH%%-%%OS%%/pcre4pl.so
483
lib/swipl/lib/%%ARCH%%-%%OS%%/pdt_console.so
506
lib/swipl/lib/%%ARCH%%-%%OS%%/pdt_console.so
484
%%XPCE%%lib/swipl/lib/%%ARCH%%-%%OS%%/pl2xpce.so
507
%%XPCE%%lib/swipl/lib/%%ARCH%%-%%OS%%/pl2xpce.so
485
lib/swipl/lib/%%ARCH%%-%%OS%%/porter_stem.so
508
lib/swipl/lib/%%ARCH%%-%%OS%%/porter_stem.so
Lines 498-503 lib/swipl/lib/%%ARCH%%-%%OS%%/snowball.so Link Here
498
lib/swipl/lib/%%ARCH%%-%%OS%%/socket.so
521
lib/swipl/lib/%%ARCH%%-%%OS%%/socket.so
499
lib/swipl/lib/%%ARCH%%-%%OS%%/ssl4pl.so
522
lib/swipl/lib/%%ARCH%%-%%OS%%/ssl4pl.so
500
lib/swipl/lib/%%ARCH%%-%%OS%%/streaminfo.so
523
lib/swipl/lib/%%ARCH%%-%%OS%%/streaminfo.so
524
lib/swipl/lib/%%ARCH%%-%%OS%%/sweep-module.so
501
lib/swipl/lib/%%ARCH%%-%%OS%%/syslog.so
525
lib/swipl/lib/%%ARCH%%-%%OS%%/syslog.so
502
lib/swipl/lib/%%ARCH%%-%%OS%%/table.so
526
lib/swipl/lib/%%ARCH%%-%%OS%%/table.so
503
lib/swipl/lib/%%ARCH%%-%%OS%%/tex.so
527
lib/swipl/lib/%%ARCH%%-%%OS%%/tex.so
Lines 514-532 lib/swipl/lib/%%ARCH%%-%%OS%%/zlib4pl.so Link Here
514
lib/swipl/lib/swiplserver/LICENSE
538
lib/swipl/lib/swiplserver/LICENSE
515
lib/swipl/lib/swiplserver/__init__.py
539
lib/swipl/lib/swiplserver/__init__.py
516
lib/swipl/lib/swiplserver/prologmqi.py
540
lib/swipl/lib/swiplserver/prologmqi.py
517
lib/swipl/library/DTD/HTML4.dcl
518
lib/swipl/library/DTD/HTML4.dtd
519
lib/swipl/library/DTD/HTML4.soc
520
lib/swipl/library/DTD/HTML5.dtd
521
lib/swipl/library/DTD/HTMLlat1.ent
522
lib/swipl/library/DTD/HTMLspec.ent
523
lib/swipl/library/DTD/HTMLsym.ent
524
lib/swipl/library/INDEX.pl
541
lib/swipl/library/INDEX.pl
525
lib/swipl/library/aggregate.pl
542
lib/swipl/library/aggregate.pl
526
lib/swipl/library/ansi_term.pl
543
lib/swipl/library/ansi_term.pl
527
lib/swipl/library/apply.pl
544
lib/swipl/library/apply.pl
528
lib/swipl/library/apply_macros.pl
545
lib/swipl/library/apply_macros.pl
529
lib/swipl/library/archive.pl
530
lib/swipl/library/arithmetic.pl
546
lib/swipl/library/arithmetic.pl
531
lib/swipl/library/assoc.pl
547
lib/swipl/library/assoc.pl
532
lib/swipl/library/atom.pl
548
lib/swipl/library/atom.pl
Lines 538-624 lib/swipl/library/build/cmake.pl Link Here
538
lib/swipl/library/build/conan.pl
554
lib/swipl/library/build/conan.pl
539
lib/swipl/library/build/make.pl
555
lib/swipl/library/build/make.pl
540
lib/swipl/library/build/tools.pl
556
lib/swipl/library/build/tools.pl
541
lib/swipl/library/http/graphql.pl
542
lib/swipl/library/c14n2.pl
543
lib/swipl/library/cgi.pl
544
lib/swipl/library/charsio.pl
557
lib/swipl/library/charsio.pl
545
lib/swipl/library/check.pl
558
lib/swipl/library/check.pl
546
lib/swipl/library/check_installation.pl
559
lib/swipl/library/check_installation.pl
547
lib/swipl/library/checklast.pl
560
lib/swipl/library/checklast.pl
548
lib/swipl/library/checkselect.pl
561
lib/swipl/library/checkselect.pl
549
lib/swipl/library/chr.pl
550
lib/swipl/library/chr/a_star.pl
551
lib/swipl/library/chr/binomialheap.pl
552
lib/swipl/library/chr/builtins.pl
553
lib/swipl/library/chr/chr_compiler_errors.pl
554
lib/swipl/library/chr/chr_compiler_options.pl
555
lib/swipl/library/chr/chr_compiler_utility.pl
556
lib/swipl/library/chr/chr_debug.pl
557
lib/swipl/library/chr/chr_hashtable_store.pl
558
lib/swipl/library/chr/chr_integertable_store.pl
559
lib/swipl/library/chr/chr_messages.pl
560
lib/swipl/library/chr/chr_op.pl
561
lib/swipl/library/chr/chr_runtime.pl
562
lib/swipl/library/chr/chr_translate.pl
563
lib/swipl/library/chr/clean_code.pl
564
lib/swipl/library/chr/find.pl
565
lib/swipl/library/chr/guard_entailment.pl
566
lib/swipl/library/chr/listmap.pl
567
lib/swipl/library/chr/pairlist.pl
568
lib/swipl/library/clp/INDEX.pl
562
lib/swipl/library/clp/INDEX.pl
569
lib/swipl/library/clp/bounds.pl
563
lib/swipl/library/clp/bounds.pl
570
lib/swipl/library/clp/clp_distinct.pl
564
lib/swipl/library/clp/clp_distinct.pl
571
lib/swipl/library/clp/clp_events.pl
565
lib/swipl/library/clp/clp_events.pl
572
lib/swipl/library/clp/clpb.pl
566
lib/swipl/library/clp/clpb.pl
573
lib/swipl/library/clp/clpfd.pl
567
lib/swipl/library/clp/clpfd.pl
574
lib/swipl/library/clp/clpq.pl
575
lib/swipl/library/clp/clpq/bb_q.pl
576
lib/swipl/library/clp/clpq/bv_q.pl
577
lib/swipl/library/clp/clpq/fourmotz_q.pl
578
lib/swipl/library/clp/clpq/ineq_q.pl
579
lib/swipl/library/clp/clpq/itf_q.pl
580
lib/swipl/library/clp/clpq/nf_q.pl
581
lib/swipl/library/clp/clpq/store_q.pl
582
lib/swipl/library/clp/clpqr/class.pl
583
lib/swipl/library/clp/clpqr/dump.pl
584
lib/swipl/library/clp/clpqr/geler.pl
585
lib/swipl/library/clp/clpqr/highlight.pl
586
lib/swipl/library/clp/clpqr/itf.pl
587
lib/swipl/library/clp/clpqr/ordering.pl
588
lib/swipl/library/clp/clpqr/project.pl
589
lib/swipl/library/clp/clpqr/redund.pl
590
lib/swipl/library/clp/clpr.pl
591
lib/swipl/library/clp/clpr/bb_r.pl
592
lib/swipl/library/clp/clpr/bv_r.pl
593
lib/swipl/library/clp/clpr/fourmotz_r.pl
594
lib/swipl/library/clp/clpr/ineq_r.pl
595
lib/swipl/library/clp/clpr/itf_r.pl
596
lib/swipl/library/clp/clpr/nf_r.pl
597
lib/swipl/library/clp/clpr/store_r.pl
598
lib/swipl/library/clp/inclpr.pl
599
lib/swipl/library/clp/inclpr/inclpr_consistency.pl
600
lib/swipl/library/clp/inclpr/inclpr_core.pl
601
lib/swipl/library/clp/inclpr/inclpr_interval_arithmetic.pl
602
lib/swipl/library/clp/inclpr/inclpr_inversion.pl
603
lib/swipl/library/clp/inclpr/inclpr_natural_interval_extension.pl
604
lib/swipl/library/clp/inclpr/inclpr_newton.pl
605
lib/swipl/library/clp/inclpr/inclpr_ordering.pl
606
lib/swipl/library/clp/inclpr/inclpr_symbolic_processing.pl
607
%%GMP%%lib/swipl/library/clp/simplex.pl
568
%%GMP%%lib/swipl/library/clp/simplex.pl
608
lib/swipl/library/codesio.pl
569
lib/swipl/library/codesio.pl
609
lib/swipl/library/coinduction.pl
570
lib/swipl/library/coinduction.pl
610
lib/swipl/library/console_input.pl
571
lib/swipl/library/console_input.pl
611
%%ODBC%%lib/swipl/library/cql/INDEX.pl
612
%%ODBC%%lib/swipl/library/cql/cql.pl
613
%%ODBC%%lib/swipl/library/cql/cql_autoschema.pl
614
%%ODBC%%lib/swipl/library/cql/cql_database.pl
615
%%ODBC%%lib/swipl/library/cql/cql_hooks.pl
616
%%ODBC%%lib/swipl/library/cql/sql_keywords.pl
617
%%ODBC%%lib/swipl/library/cql/sql_parser.pl
618
%%ODBC%%lib/swipl/library/cql/sql_tokenizer.pl
619
%%ODBC%%lib/swipl/library/cql/sql_write.pl
620
lib/swipl/library/crypt.pl
621
lib/swipl/library/crypto.pl
622
lib/swipl/library/csv.pl
572
lib/swipl/library/csv.pl
623
lib/swipl/library/ctypes.pl
573
lib/swipl/library/ctypes.pl
624
lib/swipl/library/date.pl
574
lib/swipl/library/date.pl
Lines 683-792 lib/swipl/library/dialect/yap.pl Link Here
683
lib/swipl/library/dialect/yap/README.TXT
633
lib/swipl/library/dialect/yap/README.TXT
684
lib/swipl/library/dicts.pl
634
lib/swipl/library/dicts.pl
685
lib/swipl/library/dif.pl
635
lib/swipl/library/dif.pl
686
lib/swipl/library/doc_files.pl
687
lib/swipl/library/doc_http.pl
688
lib/swipl/library/doc_latex.pl
689
lib/swipl/library/double_metaphone.pl
690
lib/swipl/library/edinburgh.pl
636
lib/swipl/library/edinburgh.pl
691
lib/swipl/library/edit.pl
637
lib/swipl/library/edit.pl
692
lib/swipl/library/editline.pl
693
lib/swipl/library/error.pl
638
lib/swipl/library/error.pl
694
lib/swipl/library/explain.pl
639
lib/swipl/library/explain.pl
640
lib/swipl/library/ext/PDT/INDEX.pl
641
lib/swipl/library/ext/PDT/pdt_console.pl
642
lib/swipl/library/ext/RDF/INDEX.pl
643
lib/swipl/library/ext/RDF/rdf.pl
644
%%XPCE%%lib/swipl/library/ext/RDF/rdf_diagram.pl
645
lib/swipl/library/ext/RDF/rdf_parser.pl
646
lib/swipl/library/ext/RDF/rdf_triple.pl
647
lib/swipl/library/ext/RDF/rdf_write.pl
648
lib/swipl/library/ext/RDF/rewrite_term.pl
649
lib/swipl/library/ext/archive/INDEX.pl
650
lib/swipl/library/ext/archive/archive.pl
651
lib/swipl/library/ext/chr/chr.pl
652
lib/swipl/library/ext/chr/chr/a_star.pl
653
lib/swipl/library/ext/chr/chr/binomialheap.pl
654
lib/swipl/library/ext/chr/chr/builtins.pl
655
lib/swipl/library/ext/chr/chr/chr_compiler_errors.pl
656
lib/swipl/library/ext/chr/chr/chr_compiler_options.pl
657
lib/swipl/library/ext/chr/chr/chr_compiler_utility.pl
658
lib/swipl/library/ext/chr/chr/chr_debug.pl
659
lib/swipl/library/ext/chr/chr/chr_hashtable_store.pl
660
lib/swipl/library/ext/chr/chr/chr_integertable_store.pl
661
lib/swipl/library/ext/chr/chr/chr_messages.pl
662
lib/swipl/library/ext/chr/chr/chr_op.pl
663
lib/swipl/library/ext/chr/chr/chr_runtime.pl
664
lib/swipl/library/ext/chr/chr/chr_translate.pl
665
lib/swipl/library/ext/chr/chr/clean_code.pl
666
lib/swipl/library/ext/chr/chr/find.pl
667
lib/swipl/library/ext/chr/chr/guard_entailment.pl
668
lib/swipl/library/ext/chr/chr/listmap.pl
669
lib/swipl/library/ext/chr/chr/pairlist.pl
670
lib/swipl/library/ext/clib/INDEX.pl
671
lib/swipl/library/ext/clib/cgi.pl
672
lib/swipl/library/ext/clib/crypt.pl
673
lib/swipl/library/ext/clib/filesex.pl
674
lib/swipl/library/ext/clib/hash_stream.pl
675
lib/swipl/library/ext/clib/md5.pl
676
lib/swipl/library/ext/clib/memfile.pl
677
lib/swipl/library/ext/clib/process.pl
678
lib/swipl/library/ext/clib/prolog_server.pl
679
lib/swipl/library/ext/clib/prolog_stream.pl
680
lib/swipl/library/ext/clib/rlimit.pl
681
lib/swipl/library/ext/clib/sched.pl
682
lib/swipl/library/ext/clib/sha.pl
683
lib/swipl/library/ext/clib/socket.pl
684
lib/swipl/library/ext/clib/streaminfo.pl
685
lib/swipl/library/ext/clib/streampool.pl
686
lib/swipl/library/ext/clib/syslog.pl
687
lib/swipl/library/ext/clib/time.pl
688
lib/swipl/library/ext/clib/udp_broadcast.pl
689
lib/swipl/library/ext/clib/uid.pl
690
lib/swipl/library/ext/clib/unix.pl
691
lib/swipl/library/ext/clib/uri.pl
692
lib/swipl/library/ext/clib/uuid.pl
693
lib/swipl/library/ext/clpqr/clpq.pl
694
lib/swipl/library/ext/clpqr/clpq/bb_q.pl
695
lib/swipl/library/ext/clpqr/clpq/bv_q.pl
696
lib/swipl/library/ext/clpqr/clpq/fourmotz_q.pl
697
lib/swipl/library/ext/clpqr/clpq/ineq_q.pl
698
lib/swipl/library/ext/clpqr/clpq/itf_q.pl
699
lib/swipl/library/ext/clpqr/clpq/nf_q.pl
700
lib/swipl/library/ext/clpqr/clpq/store_q.pl
701
lib/swipl/library/ext/clpqr/clpqr/class.pl
702
lib/swipl/library/ext/clpqr/clpqr/dump.pl
703
lib/swipl/library/ext/clpqr/clpqr/geler.pl
704
lib/swipl/library/ext/clpqr/clpqr/highlight.pl
705
lib/swipl/library/ext/clpqr/clpqr/itf.pl
706
lib/swipl/library/ext/clpqr/clpqr/ordering.pl
707
lib/swipl/library/ext/clpqr/clpqr/project.pl
708
lib/swipl/library/ext/clpqr/clpqr/redund.pl
709
lib/swipl/library/ext/clpqr/clpr.pl
710
lib/swipl/library/ext/clpqr/clpr/bb_r.pl
711
lib/swipl/library/ext/clpqr/clpr/bv_r.pl
712
lib/swipl/library/ext/clpqr/clpr/fourmotz_r.pl
713
lib/swipl/library/ext/clpqr/clpr/ineq_r.pl
714
lib/swipl/library/ext/clpqr/clpr/itf_r.pl
715
lib/swipl/library/ext/clpqr/clpr/nf_r.pl
716
lib/swipl/library/ext/clpqr/clpr/store_r.pl
717
%%ODBC%%lib/swipl/library/ext/cql/cql/INDEX.pl
718
%%ODBC%%lib/swipl/library/ext/cql/cql/cql.pl
719
%%ODBC%%lib/swipl/library/ext/cql/cql/cql_autoschema.pl
720
%%ODBC%%lib/swipl/library/ext/cql/cql/cql_database.pl
721
%%ODBC%%lib/swipl/library/ext/cql/cql/cql_hooks.pl
722
%%ODBC%%lib/swipl/library/ext/cql/cql/sql_keywords.pl
723
%%ODBC%%lib/swipl/library/ext/cql/cql/sql_parser.pl
724
%%ODBC%%lib/swipl/library/ext/cql/cql/sql_tokenizer.pl
725
%%ODBC%%lib/swipl/library/ext/cql/cql/sql_write.pl
726
lib/swipl/library/ext/http/http/INDEX.pl
727
lib/swipl/library/ext/http/http/README.md
728
lib/swipl/library/ext/http/http/ax.pl
729
lib/swipl/library/ext/http/http/dcg_basics.pl
730
lib/swipl/library/ext/http/http/graphql.pl
731
lib/swipl/library/ext/http/http/html_head.pl
732
lib/swipl/library/ext/http/http/html_quasiquotations.pl
733
lib/swipl/library/ext/http/http/html_write.pl
734
lib/swipl/library/ext/http/http/http_authenticate.pl
735
lib/swipl/library/ext/http/http/http_client.pl
736
lib/swipl/library/ext/http/http/http_cookie.pl
737
lib/swipl/library/ext/http/http/http_cors.pl
738
lib/swipl/library/ext/http/http/http_digest.pl
739
lib/swipl/library/ext/http/http/http_dirindex.pl
740
lib/swipl/library/ext/http/http/http_dispatch.pl
741
lib/swipl/library/ext/http/http/http_dyn_workers.pl
742
lib/swipl/library/ext/http/http/http_error.pl
743
lib/swipl/library/ext/http/http/http_exception.pl
744
lib/swipl/library/ext/http/http/http_files.pl
745
lib/swipl/library/ext/http/http/http_header.pl
746
lib/swipl/library/ext/http/http/http_hook.pl
747
lib/swipl/library/ext/http/http/http_host.pl
748
lib/swipl/library/ext/http/http/http_json.pl
749
lib/swipl/library/ext/http/http/http_load.pl
750
lib/swipl/library/ext/http/http/http_log.pl
751
lib/swipl/library/ext/http/http/http_multipart_plugin.pl
752
lib/swipl/library/ext/http/http/http_open.pl
753
lib/swipl/library/ext/http/http/http_openid.pl
754
lib/swipl/library/ext/http/http/http_parameters.pl
755
lib/swipl/library/ext/http/http/http_path.pl
756
lib/swipl/library/ext/http/http/http_proxy.pl
757
lib/swipl/library/ext/http/http/http_pwp.pl
758
lib/swipl/library/ext/http/http/http_redis_plugin.pl
759
lib/swipl/library/ext/http/http/http_server.pl
760
lib/swipl/library/ext/http/http/http_server_files.pl
761
lib/swipl/library/ext/http/http/http_session.pl
762
lib/swipl/library/ext/http/http/http_sgml_plugin.pl
763
lib/swipl/library/ext/http/http/http_stream.pl
764
lib/swipl/library/ext/http/http/http_unix_daemon.pl
765
lib/swipl/library/ext/http/http/http_wrapper.pl
766
lib/swipl/library/ext/http/http/hub.pl
767
lib/swipl/library/ext/http/http/js_grammar.pl
768
lib/swipl/library/ext/http/http/js_write.pl
769
lib/swipl/library/ext/http/http/json.pl
770
lib/swipl/library/ext/http/http/json_convert.pl
771
lib/swipl/library/ext/http/http/mimepack.pl
772
lib/swipl/library/ext/http/http/mimetype.pl
773
lib/swipl/library/ext/http/http/term_html.pl
774
lib/swipl/library/ext/http/http/thread_httpd.pl
775
lib/swipl/library/ext/http/http/web/css/dirindex.css
776
lib/swipl/library/ext/http/http/web/css/openid.css
777
lib/swipl/library/ext/http/http/web/icons/back.png
778
lib/swipl/library/ext/http/http/web/icons/c.png
779
lib/swipl/library/ext/http/http/web/icons/compressed.png
780
lib/swipl/library/ext/http/http/web/icons/folder.png
781
lib/swipl/library/ext/http/http/web/icons/generic.png
782
lib/swipl/library/ext/http/http/web/icons/layout.png
783
lib/swipl/library/ext/http/http/web/icons/openid-logo-square.png
784
lib/swipl/library/ext/http/http/web/icons/openid-logo-tiny.png
785
lib/swipl/library/ext/http/http/websocket.pl
786
lib/swipl/library/ext/http/http/yadis.pl
787
lib/swipl/library/ext/inclpr/inclpr.pl
788
lib/swipl/library/ext/inclpr/inclpr/inclpr_consistency.pl
789
lib/swipl/library/ext/inclpr/inclpr/inclpr_core.pl
790
lib/swipl/library/ext/inclpr/inclpr/inclpr_interval_arithmetic.pl
791
lib/swipl/library/ext/inclpr/inclpr/inclpr_inversion.pl
792
lib/swipl/library/ext/inclpr/inclpr/inclpr_natural_interval_extension.pl
793
lib/swipl/library/ext/inclpr/inclpr/inclpr_newton.pl
794
lib/swipl/library/ext/inclpr/inclpr/inclpr_ordering.pl
795
lib/swipl/library/ext/inclpr/inclpr/inclpr_symbolic_processing.pl
796
lib/swipl/library/ext/libedit/INDEX.pl
797
lib/swipl/library/ext/libedit/editline.pl
798
lib/swipl/library/ext/ltx2htm/icons/home.gif
799
lib/swipl/library/ext/ltx2htm/icons/index.gif
800
lib/swipl/library/ext/ltx2htm/icons/info.gif
801
lib/swipl/library/ext/ltx2htm/icons/next.gif
802
lib/swipl/library/ext/ltx2htm/icons/prev.gif
803
lib/swipl/library/ext/ltx2htm/icons/up.gif
804
lib/swipl/library/ext/ltx2htm/icons/yellow_pages.gif
805
lib/swipl/library/ext/ltx2htm/latex.cmd
806
lib/swipl/library/ext/ltx2htm/latex2html.css
807
lib/swipl/library/ext/ltx2htm/latex2html.pl
808
lib/swipl/library/ext/ltx2htm/pldoc.cmd
809
lib/swipl/library/ext/ltx2htm/sty_pldoc.pl
810
lib/swipl/library/ext/ltx2htm/sty_xpce.pl
811
lib/swipl/library/ext/ltx2htm/xpce.cmd
812
lib/swipl/library/ext/mqi/INDEX.pl
813
lib/swipl/library/ext/mqi/mqi.pl
814
lib/swipl/library/ext/nlp/INDEX.pl
815
lib/swipl/library/ext/nlp/double_metaphone.pl
816
lib/swipl/library/ext/nlp/isub.pl
817
lib/swipl/library/ext/nlp/porter_stem.pl
818
lib/swipl/library/ext/nlp/snowball.pl
819
lib/swipl/library/ext/odbc/INDEX.pl
820
%%ODBC%%lib/swipl/library/ext/odbc/odbc.pl
821
lib/swipl/library/ext/paxos/INDEX.pl
822
lib/swipl/library/ext/paxos/paxos.pl
823
lib/swipl/library/ext/pcre/INDEX.pl
824
lib/swipl/library/ext/pcre/pcre.pl
825
lib/swipl/library/ext/pengines/INDEX.pl
826
lib/swipl/library/ext/pengines/http/web/css/plterm.css
827
lib/swipl/library/ext/pengines/http/web/js/pengines.js
828
lib/swipl/library/ext/pengines/pengines.pl
829
lib/swipl/library/ext/pengines/pengines_io.pl
830
lib/swipl/library/ext/pengines/pengines_sandbox.pl
831
lib/swipl/library/ext/pengines/term_to_json.pl
832
lib/swipl/library/ext/pldoc/INDEX.pl
833
lib/swipl/library/ext/pldoc/doc_files.pl
834
lib/swipl/library/ext/pldoc/doc_http.pl
835
lib/swipl/library/ext/pldoc/doc_latex.pl
836
lib/swipl/library/ext/pldoc/doc_markdown.pl
837
lib/swipl/library/ext/pldoc/pldoc.pl
838
lib/swipl/library/ext/pldoc/pldoc/doc_access.pl
839
lib/swipl/library/ext/pldoc/pldoc/doc_colour.pl
840
lib/swipl/library/ext/pldoc/pldoc/doc_html.pl
841
lib/swipl/library/ext/pldoc/pldoc/doc_html.qlf
842
lib/swipl/library/ext/pldoc/pldoc/doc_htmlsrc.pl
843
lib/swipl/library/ext/pldoc/pldoc/doc_index.pl
844
lib/swipl/library/ext/pldoc/pldoc/doc_library.pl
845
lib/swipl/library/ext/pldoc/pldoc/doc_man.pl
846
lib/swipl/library/ext/pldoc/pldoc/doc_modes.pl
847
lib/swipl/library/ext/pldoc/pldoc/doc_pack.pl
848
lib/swipl/library/ext/pldoc/pldoc/doc_process.pl
849
lib/swipl/library/ext/pldoc/pldoc/doc_register.pl
850
lib/swipl/library/ext/pldoc/pldoc/doc_search.pl
851
lib/swipl/library/ext/pldoc/pldoc/doc_util.pl
852
lib/swipl/library/ext/pldoc/pldoc/doc_wiki.pl
853
lib/swipl/library/ext/pldoc/pldoc/doc_words.pl
854
lib/swipl/library/ext/pldoc/pldoc/edit.png
855
lib/swipl/library/ext/pldoc/pldoc/editpred.png
856
lib/swipl/library/ext/pldoc/pldoc/favicon.ico
857
lib/swipl/library/ext/pldoc/pldoc/h1-bg.png
858
lib/swipl/library/ext/pldoc/pldoc/h2-bg.png
859
lib/swipl/library/ext/pldoc/pldoc/hooks.pl
860
lib/swipl/library/ext/pldoc/pldoc/man_index.pl
861
lib/swipl/library/ext/pldoc/pldoc/multi-bg.png
862
lib/swipl/library/ext/pldoc/pldoc/pldoc.css
863
lib/swipl/library/ext/pldoc/pldoc/pldoc.js
864
lib/swipl/library/ext/pldoc/pldoc/pldoc.sty
865
lib/swipl/library/ext/pldoc/pldoc/pllisting.css
866
lib/swipl/library/ext/pldoc/pldoc/priv-bg.png
867
lib/swipl/library/ext/pldoc/pldoc/private.png
868
lib/swipl/library/ext/pldoc/pldoc/pub-bg.png
869
lib/swipl/library/ext/pldoc/pldoc/public.png
870
lib/swipl/library/ext/pldoc/pldoc/reload.png
871
lib/swipl/library/ext/pldoc/pldoc/source.png
872
lib/swipl/library/ext/pldoc/pldoc/up.gif
873
lib/swipl/library/ext/plunit/INDEX.pl
874
lib/swipl/library/ext/plunit/plunit.pl
875
lib/swipl/library/ext/plunit/test_wizard.pl
876
lib/swipl/library/ext/protobufs/INDEX.pl
877
lib/swipl/library/ext/protobufs/protobufs.pl
878
lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/INDEX.pl
879
lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/compiler/INDEX.pl
880
lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/compiler/plugin_pb.pl
881
lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/descriptor_pb.pl
882
lib/swipl/library/ext/readline/INDEX.pl
883
lib/swipl/library/ext/readline/readline.pl
884
lib/swipl/library/ext/redis/INDEX.pl
885
lib/swipl/library/ext/redis/redis.pl
886
lib/swipl/library/ext/redis/redis_streams.pl
887
lib/swipl/library/ext/semweb/semweb/INDEX.pl
888
lib/swipl/library/ext/semweb/semweb/rdf11.pl
889
lib/swipl/library/ext/semweb/semweb/rdf11_containers.pl
890
lib/swipl/library/ext/semweb/semweb/rdf_cache.pl
891
lib/swipl/library/ext/semweb/semweb/rdf_compare.pl
892
lib/swipl/library/ext/semweb/semweb/rdf_db.pl
893
lib/swipl/library/ext/semweb/semweb/rdf_edit.pl
894
lib/swipl/library/ext/semweb/semweb/rdf_http_plugin.pl
895
lib/swipl/library/ext/semweb/semweb/rdf_library.pl
896
lib/swipl/library/ext/semweb/semweb/rdf_litindex.pl
897
lib/swipl/library/ext/semweb/semweb/rdf_ntriples.pl
898
lib/swipl/library/ext/semweb/semweb/rdf_persistency.pl
899
lib/swipl/library/ext/semweb/semweb/rdf_portray.pl
900
lib/swipl/library/ext/semweb/semweb/rdf_prefixes.pl
901
lib/swipl/library/ext/semweb/semweb/rdf_sandbox.pl
902
lib/swipl/library/ext/semweb/semweb/rdf_turtle.pl
903
lib/swipl/library/ext/semweb/semweb/rdf_turtle_write.pl
904
lib/swipl/library/ext/semweb/semweb/rdf_zlib_plugin.pl
905
lib/swipl/library/ext/semweb/semweb/rdfa.pl
906
lib/swipl/library/ext/semweb/semweb/rdfs.pl
907
lib/swipl/library/ext/semweb/semweb/sparql_client.pl
908
lib/swipl/library/ext/semweb/semweb/turtle.pl
909
lib/swipl/library/ext/sgml/DTD/HTML4.dcl
910
lib/swipl/library/ext/sgml/DTD/HTML4.dtd
911
lib/swipl/library/ext/sgml/DTD/HTML4.soc
912
lib/swipl/library/ext/sgml/DTD/HTML5.dtd
913
lib/swipl/library/ext/sgml/DTD/HTMLlat1.ent
914
lib/swipl/library/ext/sgml/DTD/HTMLspec.ent
915
lib/swipl/library/ext/sgml/DTD/HTMLsym.ent
916
lib/swipl/library/ext/sgml/INDEX.pl
917
lib/swipl/library/ext/sgml/c14n2.pl
918
lib/swipl/library/ext/sgml/iso_639.pl
919
lib/swipl/library/ext/sgml/pwp.pl
920
lib/swipl/library/ext/sgml/sgml.pl
921
lib/swipl/library/ext/sgml/sgml_write.pl
922
lib/swipl/library/ext/sgml/xpath.pl
923
lib/swipl/library/ext/sgml/xsdp_types.pl
924
lib/swipl/library/ext/ssl/INDEX.pl
925
lib/swipl/library/ext/ssl/crypto.pl
926
lib/swipl/library/ext/ssl/http/INDEX.pl
927
lib/swipl/library/ext/ssl/http/http_ssl_plugin.pl
928
lib/swipl/library/ext/ssl/saml.pl
929
lib/swipl/library/ext/ssl/ssl.pl
930
lib/swipl/library/ext/ssl/xmldsig.pl
931
lib/swipl/library/ext/ssl/xmlenc.pl
932
lib/swipl/library/ext/stomp/INDEX.pl
933
lib/swipl/library/ext/stomp/stomp.pl
934
lib/swipl/library/ext/sweep/INDEX.pl
935
lib/swipl/library/ext/sweep/sweep_link.pl
936
lib/swipl/library/ext/swipy/INDEX.pl
937
lib/swipl/library/ext/swipy/janus.pl
938
lib/swipl/library/ext/swipy/python/janus.py
939
lib/swipl/library/ext/swipy/python/janus_swi.py
940
lib/swipl/library/ext/table/INDEX.pl
941
lib/swipl/library/ext/table/table.pl
942
lib/swipl/library/ext/table/table_util.pl
943
lib/swipl/library/ext/utf8proc/INDEX.pl
944
lib/swipl/library/ext/utf8proc/unicode.pl
945
lib/swipl/library/ext/yaml/INDEX.pl
946
lib/swipl/library/ext/yaml/yaml.pl
947
lib/swipl/library/ext/zlib/INDEX.pl
948
lib/swipl/library/ext/zlib/zlib.pl
695
lib/swipl/library/fastrw.pl
949
lib/swipl/library/fastrw.pl
696
lib/swipl/library/files.pl
950
lib/swipl/library/files.pl
697
lib/swipl/library/filesex.pl
698
lib/swipl/library/gensym.pl
951
lib/swipl/library/gensym.pl
699
lib/swipl/library/git.pl
952
lib/swipl/library/git.pl
700
lib/swipl/library/hash_stream.pl
701
lib/swipl/library/hashtable.pl
953
lib/swipl/library/hashtable.pl
702
lib/swipl/library/heaps.pl
954
lib/swipl/library/heaps.pl
703
%%PORTDOCS%%lib/swipl/library/help.pl
955
%%PORTDOCS%%lib/swipl/library/help.pl
704
lib/swipl/library/hotfix.pl
956
lib/swipl/library/hotfix.pl
705
lib/swipl/library/http/INDEX.pl
706
lib/swipl/library/http/README.md
707
lib/swipl/library/http/ax.pl
708
lib/swipl/library/http/dcg_basics.pl
709
lib/swipl/library/http/html_head.pl
710
lib/swipl/library/http/html_quasiquotations.pl
711
lib/swipl/library/http/html_write.pl
712
lib/swipl/library/http/http_authenticate.pl
713
lib/swipl/library/http/http_client.pl
714
lib/swipl/library/http/http_cookie.pl
715
lib/swipl/library/http/http_cors.pl
716
lib/swipl/library/http/http_digest.pl
717
lib/swipl/library/http/http_dirindex.pl
718
lib/swipl/library/http/http_dispatch.pl
719
lib/swipl/library/http/http_dyn_workers.pl
720
lib/swipl/library/http/http_error.pl
721
lib/swipl/library/http/http_exception.pl
722
lib/swipl/library/http/http_files.pl
723
lib/swipl/library/http/http_header.pl
724
lib/swipl/library/http/http_hook.pl
725
lib/swipl/library/http/http_host.pl
726
lib/swipl/library/http/http_json.pl
727
lib/swipl/library/http/http_load.pl
728
lib/swipl/library/http/http_log.pl
729
lib/swipl/library/http/http_multipart_plugin.pl
730
lib/swipl/library/http/http_open.pl
731
lib/swipl/library/http/http_openid.pl
732
lib/swipl/library/http/http_parameters.pl
733
lib/swipl/library/http/http_path.pl
734
lib/swipl/library/http/http_proxy.pl
735
lib/swipl/library/http/http_pwp.pl
736
lib/swipl/library/http/http_redis_plugin.pl
737
lib/swipl/library/http/http_server.pl
738
lib/swipl/library/http/http_server_files.pl
739
lib/swipl/library/http/http_session.pl
740
lib/swipl/library/http/http_sgml_plugin.pl
741
lib/swipl/library/http/http_ssl_plugin.pl
742
lib/swipl/library/http/http_stream.pl
743
lib/swipl/library/http/http_unix_daemon.pl
744
lib/swipl/library/http/http_wrapper.pl
745
lib/swipl/library/http/hub.pl
746
lib/swipl/library/http/jquery.pl
957
lib/swipl/library/http/jquery.pl
747
lib/swipl/library/http/js_grammar.pl
748
lib/swipl/library/http/js_write.pl
749
lib/swipl/library/http/json.pl
750
lib/swipl/library/http/json_convert.pl
751
lib/swipl/library/http/mimepack.pl
752
lib/swipl/library/http/mimetype.pl
753
lib/swipl/library/http/term_html.pl
754
lib/swipl/library/http/thread_httpd.pl
755
lib/swipl/library/http/web/css/dirindex.css
756
lib/swipl/library/http/web/css/openid.css
757
lib/swipl/library/http/web/css/plterm.css
758
lib/swipl/library/http/web/icons/back.png
759
lib/swipl/library/http/web/icons/c.png
760
lib/swipl/library/http/web/icons/compressed.png
761
lib/swipl/library/http/web/icons/folder.png
762
lib/swipl/library/http/web/icons/generic.png
763
lib/swipl/library/http/web/icons/layout.png
764
lib/swipl/library/http/web/icons/openid-logo-square.png
765
lib/swipl/library/http/web/icons/openid-logo-tiny.png
766
lib/swipl/library/http/web/js/jquery-3.6.0.min.js
958
lib/swipl/library/http/web/js/jquery-3.6.0.min.js
767
lib/swipl/library/http/web/js/pengines.js
768
lib/swipl/library/http/websocket.pl
769
lib/swipl/library/http/yadis.pl
770
lib/swipl/library/increval.pl
959
lib/swipl/library/increval.pl
771
lib/swipl/library/intercept.pl
960
lib/swipl/library/intercept.pl
772
lib/swipl/library/iostream.pl
961
lib/swipl/library/iostream.pl
773
lib/swipl/library/iri_scheme/file.pl
962
lib/swipl/library/iri_scheme/file.pl
774
lib/swipl/library/iso_639.pl
775
lib/swipl/library/isub.pl
776
lib/swipl/library/latex2html/icons/home.gif
777
lib/swipl/library/latex2html/icons/index.gif
778
lib/swipl/library/latex2html/icons/info.gif
779
lib/swipl/library/latex2html/icons/next.gif
780
lib/swipl/library/latex2html/icons/prev.gif
781
lib/swipl/library/latex2html/icons/up.gif
782
lib/swipl/library/latex2html/icons/yellow_pages.gif
783
lib/swipl/library/latex2html/latex.cmd
784
lib/swipl/library/latex2html/latex2html.css
785
lib/swipl/library/latex2html/latex2html.pl
786
lib/swipl/library/latex2html/pldoc.cmd
787
lib/swipl/library/latex2html/sty_pldoc.pl
788
lib/swipl/library/latex2html/sty_xpce.pl
789
lib/swipl/library/latex2html/xpce.cmd
790
lib/swipl/library/lazy_lists.pl
963
lib/swipl/library/lazy_lists.pl
791
lib/swipl/library/listing.pl
964
lib/swipl/library/listing.pl
792
lib/swipl/library/lists.pl
965
lib/swipl/library/lists.pl
Lines 795-866 lib/swipl/library/lynx/format.pl Link Here
795
lib/swipl/library/lynx/html_style.pl
968
lib/swipl/library/lynx/html_style.pl
796
lib/swipl/library/lynx/html_text.pl
969
lib/swipl/library/lynx/html_text.pl
797
lib/swipl/library/lynx/pldoc_style.pl
970
lib/swipl/library/lynx/pldoc_style.pl
971
lib/swipl/library/macros.pl
798
lib/swipl/library/main.pl
972
lib/swipl/library/main.pl
799
lib/swipl/library/make.pl
973
lib/swipl/library/make.pl
800
lib/swipl/library/md5.pl
801
lib/swipl/library/memfile.pl
802
lib/swipl/library/modules.pl
974
lib/swipl/library/modules.pl
803
lib/swipl/library/mqi.pl
804
lib/swipl/library/nb_rbtrees.pl
975
lib/swipl/library/nb_rbtrees.pl
805
lib/swipl/library/nb_set.pl
976
lib/swipl/library/nb_set.pl
806
lib/swipl/library/obfuscate.pl
977
lib/swipl/library/obfuscate.pl
807
lib/swipl/library/occurs.pl
978
lib/swipl/library/occurs.pl
808
%%ODBC%%lib/swipl/library/odbc.pl
809
lib/swipl/library/operators.pl
979
lib/swipl/library/operators.pl
810
lib/swipl/library/option.pl
980
lib/swipl/library/option.pl
811
lib/swipl/library/optparse.pl
981
lib/swipl/library/optparse.pl
812
lib/swipl/library/ordsets.pl
982
lib/swipl/library/ordsets.pl
813
lib/swipl/library/oset.pl
983
lib/swipl/library/oset.pl
814
lib/swipl/library/pairs.pl
984
lib/swipl/library/pairs.pl
815
lib/swipl/library/paxos.pl
816
lib/swipl/library/pdt_console.pl
817
lib/swipl/library/pengines.pl
818
lib/swipl/library/pengines_io.pl
819
lib/swipl/library/pengines_sandbox.pl
820
lib/swipl/library/persistency.pl
985
lib/swipl/library/persistency.pl
821
lib/swipl/library/pio.pl
986
lib/swipl/library/pio.pl
822
lib/swipl/library/pldoc.pl
823
lib/swipl/library/pldoc/doc_access.pl
824
lib/swipl/library/pldoc/doc_colour.pl
825
lib/swipl/library/pldoc/doc_html.pl
826
lib/swipl/library/pldoc/doc_html.qlf
827
lib/swipl/library/pldoc/doc_htmlsrc.pl
828
lib/swipl/library/pldoc/doc_index.pl
829
lib/swipl/library/pldoc/doc_library.pl
830
lib/swipl/library/pldoc/doc_man.pl
831
lib/swipl/library/pldoc/doc_modes.pl
832
lib/swipl/library/pldoc/doc_pack.pl
833
lib/swipl/library/pldoc/doc_process.pl
834
lib/swipl/library/pldoc/doc_register.pl
835
lib/swipl/library/pldoc/doc_search.pl
836
lib/swipl/library/pldoc/doc_util.pl
837
lib/swipl/library/pldoc/doc_wiki.pl
838
lib/swipl/library/pldoc/doc_words.pl
839
lib/swipl/library/pldoc/edit.png
840
lib/swipl/library/pldoc/editpred.png
841
lib/swipl/library/pldoc/favicon.ico
842
lib/swipl/library/pldoc/h1-bg.png
843
lib/swipl/library/pldoc/h2-bg.png
844
lib/swipl/library/pldoc/hooks.pl
845
lib/swipl/library/pldoc/man_index.pl
846
lib/swipl/library/pldoc/multi-bg.png
847
lib/swipl/library/pldoc/pldoc.css
848
lib/swipl/library/pldoc/pldoc.js
849
lib/swipl/library/pldoc/pldoc.sty
850
lib/swipl/library/pldoc/pllisting.css
851
lib/swipl/library/pldoc/priv-bg.png
852
lib/swipl/library/pldoc/private.png
853
lib/swipl/library/pldoc/pub-bg.png
854
lib/swipl/library/pldoc/public.png
855
lib/swipl/library/pldoc/reload.png
856
lib/swipl/library/pldoc/source.png
857
lib/swipl/library/pldoc/up.gif
858
lib/swipl/library/plunit.pl
859
lib/swipl/library/porter_stem.pl
860
lib/swipl/library/portray_text.pl
987
lib/swipl/library/portray_text.pl
861
lib/swipl/library/pprint.pl
988
lib/swipl/library/pprint.pl
862
lib/swipl/library/predicate_options.pl
989
lib/swipl/library/predicate_options.pl
863
lib/swipl/library/process.pl
864
lib/swipl/library/prolog_autoload.pl
990
lib/swipl/library/prolog_autoload.pl
865
lib/swipl/library/prolog_breakpoints.pl
991
lib/swipl/library/prolog_breakpoints.pl
866
lib/swipl/library/prolog_clause.pl
992
lib/swipl/library/prolog_clause.pl
Lines 869-1010 lib/swipl/library/prolog_codewalk.pl Link Here
869
lib/swipl/library/prolog_colour.pl
995
lib/swipl/library/prolog_colour.pl
870
lib/swipl/library/prolog_colour.qlf
996
lib/swipl/library/prolog_colour.qlf
871
lib/swipl/library/prolog_config.pl
997
lib/swipl/library/prolog_config.pl
998
lib/swipl/library/prolog_coverage.pl
872
lib/swipl/library/prolog_debug.pl
999
lib/swipl/library/prolog_debug.pl
873
lib/swipl/library/prolog_deps.pl
1000
lib/swipl/library/prolog_deps.pl
1001
lib/swipl/library/prolog_evaluable.pl
874
lib/swipl/library/prolog_format.pl
1002
lib/swipl/library/prolog_format.pl
875
lib/swipl/library/prolog_history.pl
1003
lib/swipl/library/prolog_history.pl
876
lib/swipl/library/prolog_install.pl
877
lib/swipl/library/prolog_jiti.pl
1004
lib/swipl/library/prolog_jiti.pl
878
lib/swipl/library/prolog_metainference.pl
1005
lib/swipl/library/prolog_metainference.pl
879
lib/swipl/library/prolog_pack.pl
1006
lib/swipl/library/prolog_pack.pl
880
lib/swipl/library/prolog_server.pl
1007
lib/swipl/library/prolog_profile.pl
881
lib/swipl/library/prolog_source.pl
1008
lib/swipl/library/prolog_source.pl
882
lib/swipl/library/prolog_stack.pl
1009
lib/swipl/library/prolog_stack.pl
883
lib/swipl/library/prolog_stream.pl
884
lib/swipl/library/prolog_trace.pl
1010
lib/swipl/library/prolog_trace.pl
885
lib/swipl/library/prolog_versions.pl
1011
lib/swipl/library/prolog_versions.pl
886
lib/swipl/library/prolog_wrap.pl
1012
lib/swipl/library/prolog_wrap.pl
887
lib/swipl/library/prolog_xref.pl
1013
lib/swipl/library/prolog_xref.pl
888
lib/swipl/library/prolog_xref.qlf
1014
lib/swipl/library/prolog_xref.qlf
889
lib/swipl/library/protobufs.pl
890
lib/swipl/library/protobufs/gen_pb/google/protobuf/INDEX.pl
891
lib/swipl/library/protobufs/gen_pb/google/protobuf/compiler/INDEX.pl
892
lib/swipl/library/protobufs/gen_pb/google/protobuf/compiler/plugin_pb.pl
893
lib/swipl/library/protobufs/gen_pb/google/protobuf/descriptor_pb.pl
894
lib/swipl/library/protobufs/protoc-gen-swipl
1015
lib/swipl/library/protobufs/protoc-gen-swipl
895
lib/swipl/library/pure_input.pl
1016
lib/swipl/library/pure_input.pl
896
lib/swipl/library/pwp.pl
897
lib/swipl/library/qpforeign.pl
1017
lib/swipl/library/qpforeign.pl
898
lib/swipl/library/qsave.pl
1018
lib/swipl/library/qsave.pl
899
lib/swipl/library/quasi_quotations.pl
1019
lib/swipl/library/quasi_quotations.pl
900
lib/swipl/library/quintus.pl
1020
lib/swipl/library/quintus.pl
901
lib/swipl/library/random.pl
1021
lib/swipl/library/random.pl
902
lib/swipl/library/rbtrees.pl
1022
lib/swipl/library/rbtrees.pl
903
lib/swipl/library/rdf.pl
904
%%XPCE%%lib/swipl/library/rdf_diagram.pl
905
lib/swipl/library/rdf_parser.pl
906
lib/swipl/library/rdf_triple.pl
907
lib/swipl/library/rdf_write.pl
908
lib/swipl/library/readline.pl
909
lib/swipl/library/readln.pl
1023
lib/swipl/library/readln.pl
910
lib/swipl/library/readutil.pl
1024
lib/swipl/library/readutil.pl
911
lib/swipl/library/record.pl
1025
lib/swipl/library/record.pl
912
lib/swipl/library/redis.pl
1026
lib/swipl/library/rwlocks.pl
913
lib/swipl/library/redis_streams.pl
914
lib/swipl/library/rewrite_term.pl
915
lib/swipl/library/rlimit.pl
916
lib/swipl/library/saml.pl
917
lib/swipl/library/sandbox.pl
1027
lib/swipl/library/sandbox.pl
918
lib/swipl/library/sched.pl
919
lib/swipl/library/streams.pl
920
lib/swipl/library/semweb/INDEX.pl
921
lib/swipl/library/semweb/dc.rdfs
1028
lib/swipl/library/semweb/dc.rdfs
922
lib/swipl/library/semweb/eor.rdfs
1029
lib/swipl/library/semweb/eor.rdfs
923
lib/swipl/library/semweb/owl.owl
1030
lib/swipl/library/semweb/owl.owl
924
lib/swipl/library/semweb/rdf11.pl
925
lib/swipl/library/semweb/rdf11_containers.pl
926
lib/swipl/library/semweb/rdf_cache.pl
927
lib/swipl/library/semweb/rdf_compare.pl
928
lib/swipl/library/semweb/rdf_db.pl
929
lib/swipl/library/semweb/rdf_edit.pl
930
lib/swipl/library/semweb/rdf_http_plugin.pl
931
lib/swipl/library/semweb/rdf_library.pl
932
lib/swipl/library/semweb/rdf_library.ttl
1031
lib/swipl/library/semweb/rdf_library.ttl
933
lib/swipl/library/semweb/rdf_litindex.pl
934
lib/swipl/library/semweb/rdf_ntriples.pl
935
lib/swipl/library/semweb/rdf_persistency.pl
936
lib/swipl/library/semweb/rdf_portray.pl
937
lib/swipl/library/semweb/rdf_prefixes.pl
938
lib/swipl/library/semweb/rdf_sandbox.pl
939
lib/swipl/library/semweb/rdf_turtle.pl
940
lib/swipl/library/semweb/rdf_turtle_write.pl
941
lib/swipl/library/semweb/rdf_zlib_plugin.pl
942
lib/swipl/library/semweb/rdfa.pl
943
lib/swipl/library/semweb/rdfs.pl
944
lib/swipl/library/semweb/rdfs.rdfs
1032
lib/swipl/library/semweb/rdfs.rdfs
945
lib/swipl/library/semweb/sparql_client.pl
946
lib/swipl/library/semweb/turtle.pl
947
lib/swipl/library/settings.pl
1033
lib/swipl/library/settings.pl
948
lib/swipl/library/sgml.pl
949
lib/swipl/library/sgml_write.pl
950
lib/swipl/library/sha.pl
951
lib/swipl/library/shell.pl
1034
lib/swipl/library/shell.pl
952
lib/swipl/library/shlib.pl
1035
lib/swipl/library/shlib.pl
953
lib/swipl/library/snowball.pl
954
lib/swipl/library/socket.pl
955
lib/swipl/library/solution_sequences.pl
1036
lib/swipl/library/solution_sequences.pl
956
lib/swipl/library/sort.pl
1037
lib/swipl/library/sort.pl
957
lib/swipl/library/ssl.pl
958
lib/swipl/library/statistics.pl
1038
lib/swipl/library/statistics.pl
959
lib/swipl/library/stomp.pl
1039
lib/swipl/library/streams.pl
960
lib/swipl/library/streaminfo.pl
961
lib/swipl/library/streampool.pl
962
lib/swipl/library/strings.pl
1040
lib/swipl/library/strings.pl
963
lib/swipl/library/syslog.pl
964
lib/swipl/library/system.pl
1041
lib/swipl/library/system.pl
965
lib/swipl/library/table.pl
966
lib/swipl/library/table_util.pl
967
lib/swipl/library/tables.pl
1042
lib/swipl/library/tables.pl
968
lib/swipl/library/tabling.pl
1043
lib/swipl/library/tabling.pl
969
lib/swipl/library/term_to_json.pl
970
lib/swipl/library/terms.pl
1044
lib/swipl/library/terms.pl
971
lib/swipl/library/test_cover.pl
972
lib/swipl/library/test_wizard.pl
973
lib/swipl/library/theme/auto.pl
1045
lib/swipl/library/theme/auto.pl
974
lib/swipl/library/theme/dark.pl
1046
lib/swipl/library/theme/dark.pl
975
lib/swipl/library/thread.pl
1047
lib/swipl/library/thread.pl
976
lib/swipl/library/thread_pool.pl
1048
lib/swipl/library/thread_pool.pl
977
lib/swipl/library/threadutil.pl
1049
lib/swipl/library/threadutil.pl
978
lib/swipl/library/time.pl
979
lib/swipl/library/tty.pl
1050
lib/swipl/library/tty.pl
980
lib/swipl/library/udp_broadcast.pl
981
lib/swipl/library/ugraphs.pl
1051
lib/swipl/library/ugraphs.pl
982
lib/swipl/library/uid.pl
983
lib/swipl/library/unicode.pl
984
lib/swipl/library/unicode/INDEX.pl
1052
lib/swipl/library/unicode/INDEX.pl
985
lib/swipl/library/unicode/blocks.pl
1053
lib/swipl/library/unicode/blocks.pl
986
lib/swipl/library/unicode/unicode_data.pl
1054
lib/swipl/library/unicode/unicode_data.pl
987
lib/swipl/library/unix.pl
988
lib/swipl/library/uri.pl
989
lib/swipl/library/url.pl
1055
lib/swipl/library/url.pl
990
lib/swipl/library/utf8.pl
1056
lib/swipl/library/utf8.pl
991
lib/swipl/library/uuid.pl
992
lib/swipl/library/varnumbers.pl
1057
lib/swipl/library/varnumbers.pl
993
lib/swipl/library/vm.pl
1058
lib/swipl/library/vm.pl
994
lib/swipl/library/wfs.pl
1059
lib/swipl/library/wfs.pl
995
lib/swipl/library/when.pl
1060
lib/swipl/library/when.pl
996
%%THREADED%%lib/swipl/library/win_menu.pl
997
lib/swipl/library/writef.pl
1061
lib/swipl/library/writef.pl
998
lib/swipl/library/www_browser.pl
1062
lib/swipl/library/www_browser.pl
999
lib/swipl/library/xmldsig.pl
1000
lib/swipl/library/xmlenc.pl
1001
lib/swipl/library/xpath.pl
1002
lib/swipl/library/xsdp_types.pl
1003
lib/swipl/library/yall.pl
1063
lib/swipl/library/yall.pl
1004
lib/swipl/library/yaml.pl
1005
lib/swipl/library/zip.pl
1064
lib/swipl/library/zip.pl
1006
lib/swipl/library/zlib.pl
1007
%%THREADED%%%%XPCE%%lib/swipl/swipl-win.rc
1008
lib/swipl/swipl.home
1065
lib/swipl/swipl.home
1009
%%XPCE%%lib/swipl/swipl.rc
1066
%%XPCE%%lib/swipl/swipl.rc
1010
%%XPCE%%lib/swipl/xpce/Defaults
1067
%%XPCE%%lib/swipl/xpce/Defaults
Lines 1987-1992 lib/swipl/swipl.home Link Here
1987
%%XPCE%%lib/swipl/xpce/prolog/lib/xref/mkcommon.pl
2044
%%XPCE%%lib/swipl/xpce/prolog/lib/xref/mkcommon.pl
1988
%%XPCE%%lib/swipl/xpce/prolog/lib/xref/quintus.pl
2045
%%XPCE%%lib/swipl/xpce/prolog/lib/xref/quintus.pl
1989
%%XPCE%%lib/swipl/xpce/prolog/lib/xref/sicstus.pl
2046
%%XPCE%%lib/swipl/xpce/prolog/lib/xref/sicstus.pl
2047
%%XPCE%%lib/swipl/xpce/prolog/swipl-rc
1990
libdata/pkgconfig/swipl.pc
2048
libdata/pkgconfig/swipl.pc
1991
share/man/man1/swipl-ld.1.gz
2049
share/man/man1/swipl-ld.1.gz
1992
share/man/man1/swipl.1.gz
2050
share/man/man1/swipl.1.gz
1993
- 

Return to bug 277550