Did you know ... | Search Documentation: |
Title for pldoc(default) |
[Nov 18 2024]
bool
to correctly distinguish functions returning
true/false/*_OVERFLOW from those raising exceptions and only returning
true/false.[Nov 17 2024]
bool
).[Nov 16 2024]
~:D
The colon modifier for D
forces
the use of Prolog digit grouping using _
.[Nov 15 2024]
format_float(+Format)
and
format_integer(+Format)
Using a format seems a more sensible way to
control writing numbers from write_term/2. This patch removes the
previously introduced radix(+Radix)
option. If we want this back we
will implement it on top of format_integer(+Format)
.
This patch also contains a lot of small code cleanup and some optimization to low-level I/O.
radix(Radix)
. Experimental. Under
discussion as PIP-105. The current implementation writes, unlike XSB,
the radix prefix. We either need more options or we should consider
another alternative such as integer_format(+Format)
As this patch cleans up a lot of the code regarding numeric output and most will be needed anyway, it is merged despite the fact that the radix option may vanish eventually.
[Nov 14 2024]
[Nov 13 2024]
[Nov 8 2024]
[Nov 6 2024]
[Nov 5 2024]
Head[, Guard] ==> DCGBody
.libary(prolog_pack)
: detection of valid download URLs.[Nov 4 2024]
[Nov 3 2024]
plunit
requires clib
package.[Nov 1 2024]
[Nov 13 2024]
[Nov 2 2024]
[Nov 14 2024]
[Nov 6 2024]
[Nov 17 2024]
BIO_C_FILE_TELL
and BIO_C_FILE_SEEK
for properly loading keys
from files.