14 |
|
|
15 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
16 |
Name: Matthias Blume |
Name: Matthias Blume |
17 |
|
Date: 2001/09/13 11:20:00 EDT |
18 |
|
Tag: blume-20010913-minimal |
19 |
|
Description: |
20 |
|
|
21 |
|
1. Stefan Monnier's patch to fix a miscompilation problem that |
22 |
|
was brought to light by John Reppy's work on Moby. |
23 |
|
|
24 |
|
2. Implemented a minimal "structure Compiler" that contains just |
25 |
|
"version" and "architecture". The minimal version will be |
26 |
|
available when the full version is not. This is for backward- |
27 |
|
compatibility with code that wants to test Compiler.version. |
28 |
|
|
29 |
|
---------------------------------------------------------------------- |
30 |
|
Name: Matthias Blume |
31 |
|
Date: 2001/08/28 14:03:00 EDT |
32 |
|
Tag: blume-20010828-ml-lex |
33 |
|
Description: |
34 |
|
|
35 |
|
Fix for bug 1581, received from Neophytos Michael. |
36 |
|
|
37 |
|
---------------------------------------------------------------------- |
38 |
|
Name: Matthias Blume |
39 |
|
Date: 2001/08/27 11:20:00 EDT |
40 |
|
Tag: blume-20010827-readme11035 |
41 |
|
Description: |
42 |
|
|
43 |
|
Fleshed out the README file for 110.35. |
44 |
|
|
45 |
|
---------------------------------------------------------------------- |
46 |
|
Name: Matthias Blume |
47 |
|
Date: 2001/08/24 17:10:00 EDT |
48 |
|
Tag: Release_110_35 |
49 |
|
Description: |
50 |
|
|
51 |
|
New version number (110.35). New bootfiles. |
52 |
|
|
53 |
|
---------------------------------------------------------------------- |
54 |
|
Name: Lal George |
55 |
|
Date: 2001/08/24 13:47:18 EDT 2001 |
56 |
|
Tag: george-20010824-MLRISC-graphs |
57 |
|
Description: |
58 |
|
|
59 |
|
removed clusters from MLRISC completely and replaced with graphs. |
60 |
|
|
61 |
|
---------------------------------------------------------------------- |
62 |
|
Name: Matthias Blume |
63 |
|
Date: 2001/08/23 17:50:00 EDT |
64 |
|
Tag: blume-20010823-toplevel |
65 |
|
Description: |
66 |
|
|
67 |
|
- some reorganization of the code that implements various kinds of |
68 |
|
environments in the compiler (static, dynamic, symbolic, combined) |
69 |
|
- re-implemented the EnvRef module so that evalStream works properly |
70 |
|
(if the stream contains references to "use", "CM.make", etc.) |
71 |
|
- cleaned up evalloop.sml and interact.sml (but they need more cleaning) |
72 |
|
|
73 |
|
---------------------------------------------------------------------- |
74 |
|
Name: Matthias Blume |
75 |
|
Date: 2001/08/20 15:50 EDT |
76 |
|
Tag: blume20010820-slipup |
77 |
|
Description: |
78 |
|
|
79 |
|
I forgot to commit a few files. Here they are... |
80 |
|
|
81 |
|
---------------------------------------------------------------------- |
82 |
|
Name: Matthias Blume |
83 |
Date: 2001/08/20 15:35:00 EDT |
Date: 2001/08/20 15:35:00 EDT |
84 |
Tag: blume-20010820-debugprof |
Tag: blume-20010820-debugprof |
85 |
Description: |
Description: |
2953 |
elaborator). There were a lot of changes during my "linkpath" trials |
elaborator). There were a lot of changes during my "linkpath" trials |
2954 |
that could have been reverted to their original state but weren't. |
that could have been reverted to their original state but weren't. |
2955 |
Please, don't be too harsh on me for messing with this code a bit more |
Please, don't be too harsh on me for messing with this code a bit more |
2956 |
than what was strictly necessary... (I _did_ resist the tempation |
than what was strictly necessary... (I _did_ resist the temptation |
2957 |
of doing any "global reformatting" to avoid an untimely death at |
of doing any "global reformatting" to avoid an untimely death at |
2958 |
Dave's hands. :) |
Dave's hands. :) |
2959 |
|
|