~ubuntu-branches/ubuntu/intrepid/swi-prolog/intrepid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2008-05-14 02:47:49 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080514024749-out53uysriunvn32
Tags: 5.6.55-1
* New upstream release.
* Use correct shared object file extension on HPPA to fix FTBFS on this
  architecture since 5.6.53-2. Patch backported from upstream repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
                                        --------------------------------------
9
9
 
10
10
 
 
11
===========================
 
12
VERSION 5.6.56 May 12, 2008
 
13
===========================
 
14
 
 
15
 * PORT: Ported library(process) to Windows
 
16
 
 
17
 * ADDED: library(process), providing SICStus 4 compatible process interaction
 
18
   to the clib packages.  Currently runs on Unix systems only (tested Linux and
 
19
   MacOS X 10.4).
 
20
   
 
21
   This patch also extends the foreign interface with the PL_get_signum_ex()
 
22
   and PL_cleanup_fork().
 
23
   
 
24
 * FIXED: toplevel for ground queries using set_prolog_flag(prompt_alternatives_on, groundness).  Bill Wilson.
 
25
 
 
26
 * FIXED: Make plwin.exe menus asking for a file use prolog_file_type/2
 
27
 
 
28
 * MODIFIED: global_url/3 now raises a syntax error instead of failing if the
 
29
   URL is invalid.
 
30
   
 
31
 * FIXED: rdf_quote_uri/3 not to map & to %26.  Jacco van Ossenbruggen
 
32
 
 
33
 * FIXED: on_signal/3 instantiation error
 
34
 
 
35
 * MODIFIED: CLP(FD): At most one labeling option from each category can be
 
36
                      specified, and an option must not occur repeatedly.
 
37
                      After discussion on the mailing list; thanks to
 
38
                      Fernando Sáenz Pérez for opinions and suggestions.
 
39
   
 
40
 * MODIFIED: CLP(FD): respect several optimisation options, which are
 
41
                      interpreted from left to right. For example:
 
42
                      ?- [X,Y] ins 10..20, labeling([max(X),max(Y)],[X,Y]).
 
43
                      %@ X = 20, Y = 20  ;
 
44
                      %@ etc.
 
45
   
 
46
 * ADDED: Bug#354L Support to compile .QLF file contents from a stream.
 
47
 
 
48
 * FIXED: Destruction of xterm interactor window and backspace handling
 
49
 
 
50
 * ENHANCED: Make interrupt handler use the message system for synchronous interrupts
 
51
 
 
52
 * ADDED: Allow using --home=DIR to specify the home directory
 
53
 
 
54
 * ADDED: ord_union/2; fixed is_ordset/1 (Ulrich Neumerkel)
 
55
 
 
56
 * ADDED: is_ordset/1 to library(ordsets)
 
57
 
 
58
 * ADDED: ord_intersection/4 to library ordsets.
 
59
 
 
60
 * FIXED: Bug#352: atom_concat(X,X,...).  Carl Friedrich Bolz.
 
61
 
 
62
 * ENHANCED: when/2: more readable residual goals
 
63
 
 
64
 * TEST: working
 
65
 
 
66
 * ENHANCED: when/2: error on invalid condition
 
67
 
 
68
 * FIXED: no domain error on ?- when(ground(g), fail).
 
69
 
 
70
 * ADDED: term_hash/4: depth-bounded term hashes
 
71
 
 
72
 * MODIFIED: Renamed hash_term/2 to term_hash/2.  Added hash_term/2 to
 
73
   library(backcomp), so most code should not notice this.
11
74
=============================
12
75
VERSION 5.6.54 April 16, 2008
13
76
=============================