| Did you know ... | Search Documentation: |
| Title for pldoc(default) |
[May 20 2024]
[May 15 2024]
[May 14 2024]
to swipl --help`.[May 13 2024]
[May 12 2024]
[May 4 2024]
[May 3 2024]
else-branch of if ( !e4 || (is_vmh && !e5) ) <=> e4 && !(is_vmh && !e5) <=> e4 && (!is_vmh || e5)
Consequence is e4-- (which is fine) and e5 -= is_vmh which is either a noop* for is_vmh == 0 or fine for is_vmh != 0 && e5 != NULL.
The noop case raises the error if e5 == NULL. * CLEANUP: Use
unsigned int for variable table bitmap.
This avoids an officially undefined shift in C.
[May 2 2024]
z_crc_t used by minizip zlib This
works around a type conflict over get_crc_table(). Some headers define
this as returning `z_crc_t*` without defining this type while others
(Fedora 40) defines the function as `uint32_t*` and defines z_crc_t.
This patch makes CMake check for the z_crc_t type and, if defined,
use this definition.[Apr 30 2024]
'$VAR'(N)[May 5 2024]
[May 19 2024]
[May 17 2024]
text/event-stream. Still needs documenting.[May 12 2024]
not_found(+Action) Using
not_found(404), reply using http_404/1 if the requested file does
not exist.[Apr 29 2024]
width(0).
If the option width(0) is provided, do not emit a space after a
"," delimiting object fields. This implies spacing is minimal.
This is a requirement for signing JSON documents.string([Type], String) data[May 16 2024]
junit.jar. We'll assume version 3 and older have died by
this time.[May 1 2024]
__text__ and **text** for strong.[Label](mailto:me@example.com) links in PlDoc[May 21 2024]
query() + tests for doc examples[May 17 2024]
janus.PrologError[May 5 2024]