13 |
Description: |
Description: |
14 |
|
|
15 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
16 |
|
Name: Allen Leung |
17 |
|
Date: 2003/05/16 13:05:00 CDT |
18 |
|
Tag: leunga-20030516-cygwin-runtime |
19 |
|
Description: |
20 |
|
|
21 |
|
Ported the runtime system to cygwin, which uses the unix |
22 |
|
x86-unix bin files. Missing/buggy features: |
23 |
|
|
24 |
|
o getnetbyname, getnetbyaddr: these functions seem to be missing in |
25 |
|
the Cygwin library. |
26 |
|
o Ctrl-C handling may be flaky. |
27 |
|
o Windows system calls and Windows I/O are not supported. |
28 |
|
|
29 |
|
A new set of binfiles is located at: |
30 |
|
|
31 |
|
http://www.dorsai.org/~leunga/boot.x86-unix.tgz |
32 |
|
|
33 |
|
This is only needed for bootstrapping the cygwin version of smlnj. |
34 |
|
Other x86 versions can use the existing binfiles. |
35 |
|
|
36 |
|
---------------------------------------------------------------------- |
37 |
|
Name: Matthias Blume |
38 |
|
Date: 2003/04/08 15:42:00 CDT |
39 |
|
Tag: blume-20030408-listpair |
40 |
|
Description: |
41 |
|
|
42 |
|
1. Added a target 'mlrisc' to installer. |
43 |
|
|
44 |
|
2. Added missing elements to structure ListPair. |
45 |
|
|
46 |
|
---------------------------------------------------------------------- |
47 |
|
Name: Allen Leung |
48 |
|
Date: 2003/01/07 10:40:00 EST |
49 |
|
Tag: leunga-20030107-int-rem |
50 |
|
Description: |
51 |
|
|
52 |
|
Fixed a bug in Int.rem(x,y) where y is a power of 2 on x86. |
53 |
|
The arguments to the SUBL instruction were swapped. |
54 |
|
|
55 |
|
---------------------------------------------------------------------- |
56 |
|
Name: Matthias Blume |
57 |
|
Date: 2002/12/12 16:25:00 EST |
58 |
|
Tag: blume-20021212-risc-ra |
59 |
|
Description: |
60 |
|
|
61 |
|
Fixed a serious bug in the rewrite code for FP spilling/reloading that |
62 |
|
sent the RA into an infinite loop when floating point registers get |
63 |
|
spilled. (Because of this bug, e.g., nucleic stopped compiling between |
64 |
|
110.37 and 110.38.) |
65 |
|
There was another set of potential problems related to the handling of |
66 |
|
MLRISC annotations (but those did not yet cause real problems, apparently). |
67 |
|
|
68 |
|
---------------------------------------------------------------------- |
69 |
|
Name: Matthias Blume |
70 |
|
Date: 2002/12/06 22:40:00 EST |
71 |
|
Tag: blume-20021206-cm-fileid |
72 |
|
Description: |
73 |
|
|
74 |
|
Added a call of SrcPath.sync at the beginning of Parse.parse (in CM). |
75 |
|
This fixes the problem of CM getting confused by files that suddenly |
76 |
|
change their identity (e.g., by getting unlinked and recreated by some |
77 |
|
text editor such as vi). There might be a better/cheaper/cleaner way |
78 |
|
of doing this, but for now this will have to do. |
79 |
|
|
80 |
|
---------------------------------------------------------------------- |
81 |
|
Name: Matthias Blume |
82 |
|
Date: 2002/10/28 09:50:00 EST |
83 |
|
Tag: blume-20021028-typecheck |
84 |
|
Description: |
85 |
|
|
86 |
|
Exported structure Typecheck from $smlnj/viscomp/core.cm. |
87 |
|
|
88 |
|
---------------------------------------------------------------------- |
89 |
Name: Matthias Blume |
Name: Matthias Blume |
90 |
Date: 2002/10/17 09:10:00 EDT |
Date: 2002/10/17 09:10:00 EDT |
91 |
Tag: Release_110_42 |
Tag: Release_110_42 |