FIXED: stream_property(+,-) can fail if last enumerated property is not present.
FIXED: apply(plus(), [1,2,X]). Michael Frank.
MODIFIED: profile/2: fixed spelling of option (cummulative --> cumulative). As this is normally used interactively, no backward compatibility is provided. Abramo Bagnara.
FIXED: Possible crash when consulting files by expanding end_of_file. Matt Lilley.
ADDED: db_detach/0. After discussion with Stephen Coda.
FIXED: Issue#37: detect redefinition of predicates from another file. Broken after incremental recompilation.
SCIENCE: Cite CLP(B) system description.
ENHANCED: dif/2: Omit more entailed residuals with occurs_check set to true. Jan Burse. Sample case, previously:
REMOVED: get_dictionary/3 predicate, using b_getval('$variable_names',Dict) instead, which already contain the required information
FIXED: compile_auxiliary_clause/2 should use predicate_property(.., defined) instead of current_predicate/1, which is aware of recompilation
LICENSE: Release library(simplex) under BSD license.
LICENSE: Release CLP(B) under BSD license.
LICENSE: Release CLP(FD) under BSD license.
Package RDF:
MODIFIED: Use _: as bnode prefix.
FIXED: write triple with bnode object that has no properties
Package clib:
DOC: Documented missing tcp_accept/3. Markus Triska.
Package cpp:
MODIFIED: PlTypeError(expected, actual) throws an instantiation error if actual is unbound.
Package http:
DOC: Non-compound terms are not formatted as code.
DOC: Fixed typo and added markup.
Package jpl:
FIXED: Invalid HTML makes some versions of JavaDoc fail.
PORT: Also on I?86 assume the JNI libraries are in "server". Patch by Lev Lamberov.
Package pengines:
ADDED: term//2: option float_format.
ENHANCED: pengines_io.pl: Wrap format output in a span with class format
Package pldoc:
ADDED: doc_latex/3: allow searching predicate documentation is specified modules.
FIXED: wiki face recognition inside [Label](Ref) and [[Label][Ref]] for the label.
FIXED: PlDoc link to manual bibliography.
Package semweb:
FIXED: rdf_save/2 referring to invalid entities.
MODIFIED: By default, blank nodes are now represented as atoms that start with `_:` rather than atoms that start with __. Discussed with Wouter Beek.
ADDED: library(semweb/rdf11) and library(semweb/rdf11_containers)
DOC: rdf_match_label/3
TEST: Order of numerical results is undefined.
FIXED: >= testing should start with the smallest type (xsd:double).
FIXED: 0ab87b85ef4094883c4ca232650116310f7c4a52 was intended to sort doubles before integers, not numbers after strings.
ENHANCED: Use literal index for eq matching.
Package sgml:
FIXED: xsd_number_string/2: throw error on e.g., "42a".
Package xpce:
FIXED: some regex issues with out-of-range characters and large char ranges. Backport for
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=3bb3f42f3749d40b8d4de65871e8d828b18d4a45 Did not backport cancellation part for long character ranges.