Did you know ... | Search Documentation: |
Title for pldoc(default) |
[Aug 23 2024]
source_search_working_directory
can be set to
false
to disable searching the working directory.[Aug 17 2024]
'$bags':cleanup_bag/2
. The early GC can happen if a signal arrives
when these predicates are being called and the signal handler calls GC.[Aug 15 2024]
use_module(M, [Pred as Alias])
for meta-predicates[Aug 14 2024]
[Aug 6 2024]
[Aug 1 2024]
[Jul 25 2024]
[Jul 24 2024]
c_cc
and c_cxx
flags. Distributions should
normally set these to the common C and C++ compiler of the platform.
Local builds typically leave them default, setting these flags to
the same as used to build SWI-Prolog.[Jul 23 2024]
[Jul 22 2024]
LANG=C
[Jul 19 2024]
qlf
app to not import the compiled library into user
.
This leads to conflicts.[Jul 18 2024]
library(checkselect)
and library(checklast)
. These
modules help debugging reordered arguments for select/3 and last/2
from old non-(de-facto)-standard to common practice long ago.[Jul 12 2024]
swipl pack install .
to install using a symlink.[Jul 11 2024]
wcsxfrm()
nor immediately returning required size[Aug 24 2024]
[Aug 23 2024]
[Jun 21 2024]
[Jul 23 2024]
[Aug 21 2024]
[Aug 20 2024]
[Jul 23 2024]
[Aug 21 2024]
[Jul 11 2024]
[Jul 11 2024]
[Jun 28 2024]
[Aug 24 2024]
text_item
and related.text
and text_item
.[Aug 22 2024]
[Aug 19 2024]
image.scale
Using display<-size
rather than display<-dpi
[Aug 18 2024]
[Aug 17 2024]
[Aug 16 2024]
display.dpi: 200
in Defaults may be used. Subsequently, font.scale and/or image.scale may be used to fine tune the sizes.
[Aug 14 2024]
image.scale
and some additional features to allow
scaling images and general sizes. It should work fully automatically
on systems where the DPI can be computed properly. Otherwise the
DPI of the display can be overruled in the resource file.[Aug 7 2024]
[Aug 8 2024]
[Aug 7 2024]
[Jul 23 2024]
getaddrinfo()
[Jul 22 2024]
gethostbyname()
by getaddrinfo()
builtin_names
. This used two structs,
one for initialization (bname) and one for access (name) due to the
lack of support for designated initializers in old C. We can now do
it cleanly.[Jul 19 2024]