13 |
Description: |
Description: |
14 |
|
|
15 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
16 |
|
Name: Matthias Blume |
17 |
|
Date: 2002/01/31 16:05:00 EST |
18 |
|
Tag: blume-20020131-sparc-ccalls |
19 |
|
Description: |
20 |
|
|
21 |
|
1. C-calls on Sparc needlessly allocated a huge chunk (96 bytes) |
22 |
|
of extra stack space by mistake. Fixed. |
23 |
|
|
24 |
|
2. Bug in logic of handling of command-line options in ml-nlffigen fixed. |
25 |
|
|
26 |
|
---------------------------------------------------------------------- |
27 |
|
Name: Allen Leung |
28 |
|
Date: 2002/01/30 |
29 |
|
Tag: leunga-20020130-nowhere-bug-fix |
30 |
|
Description: |
31 |
|
|
32 |
|
MLRISC bug fixes: |
33 |
|
1. Fixed a bindings computation bug in the 'nowhere' program generator tool. |
34 |
|
2. MachineInt.fromString was negating its value. |
35 |
|
|
36 |
|
---------------------------------------------------------------------- |
37 |
|
Name: Matthias Blume |
38 |
|
Date: 2002/01/29 |
39 |
|
Tag: blume-20020129-INSTALL |
40 |
|
Description: |
41 |
|
|
42 |
|
- Added somewhat detailed installation instructions (file INSTALL). |
43 |
|
- Fixed curl-detection bug in config/install.sh. |
44 |
|
- It is now possible to select the URL getter using the URLGETTER |
45 |
|
environment variable: |
46 |
|
|
47 |
|
not set / "unknown" --> automatic detection (script tries wget, |
48 |
|
curl, and lynx) |
49 |
|
"wget" / "curl" / "lynx" --> use the specified program (script "knows" |
50 |
|
how to properly invoke them) |
51 |
|
other --> use $URLGETTER directly, it must take |
52 |
|
precisely two command-line arguments |
53 |
|
(source URL and destination file name) |
54 |
|
|
55 |
|
---------------------------------------------------------------------- |
56 |
|
Name: Matthias Blume |
57 |
|
Date: 2002/01/28 |
58 |
|
Tag: blume-20020128-sparc-ccalls |
59 |
|
Description: |
60 |
|
|
61 |
|
- Fixed problem with calculation of "used" registers in sparc-c-calls. |
62 |
|
- Make use of the allocParam argument in sparc-c-calls. |
63 |
|
|
64 |
|
---------------------------------------------------------------------- |
65 |
|
Name: Matthias Blume |
66 |
|
Date: 2002/01/28 |
67 |
|
Tag: blume-20020128-allocParam |
68 |
|
Description: |
69 |
|
|
70 |
|
John Reppy: Changes c-calls API to accept client-callback for |
71 |
|
allocating extra stack space. |
72 |
|
me: Corresponding changes to mlriscGen (using a dummy argument that |
73 |
|
does not change the current behavior). |
74 |
|
|
75 |
|
---------------------------------------------------------------------- |
76 |
|
Name: Matthias Blume |
77 |
|
Date: 2002/01/28 12:00:00 |
78 |
|
Tag: Release_110_38 |
79 |
|
Description: |
80 |
|
|
81 |
|
This time for real!!! |
82 |
|
|
83 |
|
---------------------------------------------------------------------- |
84 |
|
Name: Matthias Blume |
85 |
|
Date: 2002/01/28 10:56:00 EST |
86 |
|
Tag: blume-20020128-retraction |
87 |
|
Description: |
88 |
|
|
89 |
|
0. Retracted earlier 110.38. (The Release_110_38 tag has been replaced |
90 |
|
with blume-Release_110_38-retracted.) |
91 |
|
|
92 |
|
1. Fixed a problem with incorrect rounding modes in real64.sml. |
93 |
|
(Thanks to Andrew Mccreight <andrew.mccreight@yale.edu>.) |
94 |
|
|
95 |
|
2. A bug in ml-nlffigen related to the handling of unnamed structs, unions, |
96 |
|
and enums fixed. The naming of corresponding ML identifiers should |
97 |
|
now be consistent again. |
98 |
|
|
99 |
|
---------------------------------------------------------------------- |
100 |
|
Name: Allen Leung |
101 |
|
Date: 2002/01/27 |
102 |
|
Tag: leunga-20020127-nowhere |
103 |
|
Description: |
104 |
|
|
105 |
|
Added a target called nowhere in the configuration scripts. |
106 |
|
Enabling this will build the MLRISC 'nowhere' tool (for translating |
107 |
|
programs with where-clauses into legal SML code) during installation. |
108 |
|
|
109 |
|
---------------------------------------------------------------------- |
110 |
|
Name: Matthias Blume |
111 |
|
Date: 2002/01/25 21:27:00 EST |
112 |
|
Tag: blume-Release_110_38-retracted |
113 |
|
Description: |
114 |
|
|
115 |
|
Call it a (working) release! Version is 110.38. Bootfiles are ready. |
116 |
|
|
117 |
|
README will be added later. |
118 |
|
|
119 |
|
!!! NOTE: Re-tagged as blume-Release_110_38-retracted. Original tag |
120 |
|
(Release_110_38) removed. Reason: Last-minute bug fixes. |
121 |
|
|
122 |
|
---------------------------------------------------------------------- |
123 |
|
Name: Matthias Blume |
124 |
|
Date: 2002/01/25 |
125 |
|
Tag: blume-20020125-ffi |
126 |
|
Description: |
127 |
|
|
128 |
|
A large number of tweaks and improvements to ml-nlffi-lib and |
129 |
|
ml-nlffigen: |
130 |
|
|
131 |
|
- ML represenation types have been streamlined |
132 |
|
- getter and setter functions work with concrete values, not abstract |
133 |
|
ones where possible |
134 |
|
- ml-nlffigen command line more flexible (see README file there) |
135 |
|
- some bugs have been fixed (hopefully) |
136 |
|
|
137 |
|
---------------------------------------------------------------------- |
138 |
Name: Lal George |
Name: Lal George |
139 |
Date: 2002/01/24 |
Date: 2002/01/24 |
140 |
Tag: george-20020124-risc-ra-interface |
Tag: george-20020124-risc-ra-interface |