14 |
|
|
15 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
16 |
Name: Matthias Blume |
Name: Matthias Blume |
17 |
|
Date: 2002/12/06 22:40:00 EST |
18 |
|
Tag: blume-20021206-cm-fileid |
19 |
|
Description: |
20 |
|
|
21 |
|
Added a call of SrcPath.sync at the beginning of Parse.parse (in CM). |
22 |
|
This fixes the problem of CM getting confused by files that suddenly |
23 |
|
change their identity (e.g., by getting unlinked and recreated by some |
24 |
|
text editor such as vi). There might be a better/cheaper/cleaner way |
25 |
|
of doing this, but for now this will have to do. |
26 |
|
|
27 |
|
---------------------------------------------------------------------- |
28 |
|
Name: Matthias Blume |
29 |
|
Date: 2002/10/28 09:50:00 EST |
30 |
|
Tag: blume-20021028-typecheck |
31 |
|
Description: |
32 |
|
|
33 |
|
Exported structure Typecheck from $smlnj/viscomp/core.cm. |
34 |
|
|
35 |
|
---------------------------------------------------------------------- |
36 |
|
Name: Matthias Blume |
37 |
|
Date: 2002/10/17 09:10:00 EDT |
38 |
|
Tag: Release_110_42 |
39 |
|
Description: |
40 |
|
|
41 |
|
In good old tradition, there has been a slight hiccup so that we have |
42 |
|
to patch 110.42 after the fact. The old release tag has been replaced |
43 |
|
(see below). |
44 |
|
|
45 |
|
The change solves a problem with two competing approaches the |
46 |
|
configuration problem regarding MacOS 10.1 vs. MacOS 10.2 which got in |
47 |
|
each other's way. |
48 |
|
|
49 |
|
This change only affects the runtime system code and the installer script. |
50 |
|
(No new bootfiles.) |
51 |
|
|
52 |
|
---------------------------------------------------------------------- |
53 |
|
Name: Matthias Blume |
54 |
|
Date: 2002/10/16 12:00:00 EDT |
55 |
|
Tag: Release_110_42_removed |
56 |
|
Description: |
57 |
|
|
58 |
|
New working release. New bootfiles. |
59 |
|
|
60 |
|
---------------------------------------------------------------------- |
61 |
|
Name: Matthias Blume |
62 |
|
Date: 2002/10/10 13:10:00 EDT |
63 |
|
Tag: blume-20021010-ppc-divs |
64 |
|
Description: |
65 |
|
|
66 |
|
The mltree operator DIVS must be implemented with an overflow check on |
67 |
|
the PPC because the hardware indicates divide-by-zero using "overflow" as |
68 |
|
well. |
69 |
|
|
70 |
|
---------------------------------------------------------------------- |
71 |
|
Name: Matthias Blume |
72 |
|
Date: 2002/07/23 11:45:00 |
73 |
|
Tag: blume-20020723-smlnj-home |
74 |
|
Description: |
75 |
|
|
76 |
|
Sml now senses the SMLNJ_HOME environment variable. If this is set, |
77 |
|
then the bin dir is assumed to be in $SMLNJ_HOME/bin and (unless |
78 |
|
CM_PATHCONFIG is also set), the path configuration file is assumed |
79 |
|
to be in $SMLNJ_HOME/lib/pathconfig. This way one can easily move |
80 |
|
the entire tree to some other place and everything will "just work". |
81 |
|
|
82 |
|
(Companion commands such as ml-build and ml-makedepend also sense this |
83 |
|
variable.) |
84 |
|
|
85 |
|
---------------------------------------------------------------------- |
86 |
|
Name: Matthias Blume |
87 |
|
Date: 2002/07/12 21:19:00 EDT |
88 |
|
Tag: blume-20020712-liveness |
89 |
|
Description: |
90 |
|
|
91 |
|
Exported two useful "step" functions from liveness module (MLRISC). |
92 |
|
|
93 |
|
---------------------------------------------------------------------- |
94 |
|
Name: Matthias Blume |
95 |
|
Date: 2002/07/05 16:00 EDT |
96 |
|
Tag: Release_110_41 |
97 |
|
Description: |
98 |
|
|
99 |
|
New working release. New bootfiles. |
100 |
|
|
101 |
|
---------------------------------------------------------------------- |
102 |
|
Name: Matthias Blume |
103 |
|
Date: 2002/07/05 10:25:00 EDT |
104 |
|
Tag: blume-20020705-btimp |
105 |
|
Description: |
106 |
|
|
107 |
|
Exported structure BTImp from $smlnj/viscomp/debugprof.cm so that |
108 |
|
other clients can set up backtracing support. |
109 |
|
|
110 |
|
---------------------------------------------------------------------- |
111 |
|
Name: Matthias Blume |
112 |
|
Date: 2002/06/25 17:23:00 EDT |
113 |
|
Tag: blume-20020625-fpmax |
114 |
|
Description: |
115 |
|
|
116 |
|
Fixed a bug in translation of INLMAX (and INLMIN) for the floating-point |
117 |
|
case. (The sense of the isNaN test was reversed -- which made min and |
118 |
|
max always return their first argument.) |
119 |
|
|
120 |
|
---------------------------------------------------------------------- |
121 |
|
Name: Matthias Blume |
122 |
Date: 2002/06/11 |
Date: 2002/06/11 |
123 |
Tag: blume-20020611-unixpath |
Tag: blume-20020611-unixpath |
124 |
Description: |
Description: |