2 |
correspond to SML/NJ releases. |
correspond to SML/NJ releases. |
3 |
|
|
4 |
-------------------------------------------------------------------------------- |
-------------------------------------------------------------------------------- |
5 |
|
|
6 |
|
[2002-05-17] |
7 |
|
Added == and != operators to INT_INF interface. These are a |
8 |
|
placeholder until IntInf moves into the SML/NJ compiler. |
9 |
|
|
10 |
|
[2002-05-16] |
11 |
|
Added mergeWith function to ORD_MAP interface. |
12 |
|
|
13 |
|
[2002-05-15] |
14 |
|
Revised Controls library. |
15 |
|
|
16 |
|
[2002-04-17] |
17 |
|
Added Matthias Blume's implementation of Danvey-style format |
18 |
|
combinators to the Util library. |
19 |
|
|
20 |
|
[2002-03-14] |
21 |
|
Merged in Matthias Blume's Controls library. Warning: the API |
22 |
|
to this library is likely to change as we get some experience |
23 |
|
with it. |
24 |
|
|
25 |
|
[2002-03-11] |
26 |
|
Added consR1 .. consR5 functions to HashCons library. These |
27 |
|
can be used to hash-cons record types. |
28 |
|
|
29 |
|
[2002-02-21] |
30 |
|
Fixed infinite loop in LeftPriorityQFn.fromList when given a |
31 |
|
singleton list as input (Chris Okasaki provided the fix). |
32 |
|
|
33 |
|
[2002-02-12] |
34 |
|
Added implementation of priority queues to Util library (using |
35 |
|
Okasaki's leftist-tree implementation). |
36 |
|
|
37 |
|
[2001-10-19] |
38 |
|
Added new HashCons library. |
39 |
|
|
40 |
|
[2001-10-19] |
41 |
|
Added PrimeSizes module to Util library. |
42 |
|
|
43 |
|
[2001-09-27] |
44 |
|
Fixed bug in UnixEnv module (reported by Leunga). |
45 |
|
|
46 |
|
[2001-05-05] |
47 |
|
Added addrToString function to SockUtil module in INet library. |
48 |
|
|
49 |
|
[2001-05-04] |
50 |
|
Modified GraphSCC module to support a list of roots (Blume). |
51 |
|
The old interface still works, but will be dropped when we move |
52 |
|
to the new Util library. |
53 |
|
|
54 |
|
[2001-04-06] |
55 |
|
Added partition function to ORD_SET interface. |
56 |
|
|
57 |
|
[2001-04-05] |
58 |
|
Added hasProps function to PropList module. |
59 |
|
|
60 |
|
[2001-03-16] |
61 |
|
Minor bug fix in GetOpt: don't pad the help string, since it causes |
62 |
|
line wraps when one of the help lines is longer than the screen |
63 |
|
width. It was also unneccesary. |
64 |
|
|
65 |
|
[2001-02-23] |
66 |
|
Added inDomain function to the various kinds of hash tables. |
67 |
|
|
68 |
|
[2001-02-22] |
69 |
|
Fixed bug in {Int,Word}RedBlackMapFn.insert (bug 1591). |
70 |
|
|
71 |
|
[2000-12-13] |
72 |
|
Added the bit operations to the IntInf module (Leung). |
73 |
|
|
74 |
|
[2000-11-17] |
75 |
|
Added where clause to GraphSCCFn result signature (Blume). |
76 |
|
|
77 |
|
[2000-10-20] |
78 |
|
Made the result signature of the RegExpFn functor be opaque. |
79 |
|
|
80 |
|
[2000-09-28] |
81 |
|
SML/NJ 110.0.7 release. |
82 |
|
|
83 |
|
[2000-09-02] |
84 |
|
Added Word versions of hash tables (WordHashTable), finite |
85 |
|
maps (WordRedBlackMap), and sets (WordRedBlackSet). |
86 |
|
|
87 |
|
[2000-09-02] |
88 |
|
fixed bug in Format module (infinity caused infinite loop). |
89 |
|
|
90 |
|
[2000-07-19] |
91 |
|
added anchored paths in CM files for NEW_CM. |
92 |
|
|
93 |
|
[2000-06-30] |
94 |
|
added implementation of LWORD in Format module. |
95 |
|
|
96 |
|
[2000-05-16] |
97 |
|
Fixed bug in dfa-engine.sml (bug number 1559). |
98 |
|
|
99 |
|
[2000-05-08] |
100 |
|
Added setFn to PList.newProp return type. |
101 |
|
|
102 |
|
[2000-05-05] |
103 |
|
Added sameHolder function to PropList module. |
104 |
|
|
105 |
|
[2000-04-05] |
106 |
|
Fixed a bug in the filter/filteri hash table functions: the number |
107 |
|
of items in the table was not being recomputed. |
108 |
|
|
109 |
|
[2000-04-04] |
110 |
|
Added modify and modifyi iterators to hash tables. |
111 |
|
|
112 |
|
[2000-03-28] |
113 |
|
Added anchorLink style to HTMLDev structure in PP/devices. |
114 |
|
|
115 |
[1999-12-03] |
[1999-12-03] |
116 |
Added IntHashTable structure to Util library; this structure is |
Added IntHashTable structure to Util library; this structure is |
117 |
a specialization of hash tables to integer keys. |
a specialization of hash tables to integer keys. |