14 |
|
|
15 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
16 |
Name: Matthias Blume (blume (at) tti - c (dot) org) |
Name: Matthias Blume (blume (at) tti - c (dot) org) |
17 |
|
Date: 2003/09/30 16:10:00 CDT |
18 |
|
Tag: blume-20030930-primio-bat |
19 |
|
Description: |
20 |
|
|
21 |
|
1. Added openVector, nullRd, and nullWr to PRIM_IO. |
22 |
|
2. Improved .bat files (for Win32 port) to make things work under Win95. |
23 |
|
(thanks to Aaron S. Hawley for this one) |
24 |
|
|
25 |
|
---------------------------------------------------------------------- |
26 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
27 |
|
Date: 2003/09/26 16:05:00 CDT |
28 |
|
Tag: blume-20030926-wrappriv |
29 |
|
Description: |
30 |
|
|
31 |
|
Added missing wrapper for privilege "primitive" in $smlnj/viscomp/core.cm. |
32 |
|
|
33 |
|
---------------------------------------------------------------------- |
34 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
35 |
|
Date: 2003/09/26 15:00:00 CDT |
36 |
|
Tag: blume-20030926-110_43_3 |
37 |
|
Description: |
38 |
|
|
39 |
|
- additional cleanup |
40 |
|
- version number bump, NEW BOOTFILES |
41 |
|
|
42 |
|
---------------------------------------------------------------------- |
43 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
44 |
Date: 2003/09/26 12:00:00 CDT |
Date: 2003/09/26 12:00:00 CDT |
45 |
Tag: blume-20030926-ppautoload |
Tag: blume-20030926-ppautoload |
46 |
Description: |
Description: |
57 |
|
|
58 |
The mechanism that picks names for types still needs some work, though. |
The mechanism that picks names for types still needs some work, though. |
59 |
(Right now it seems that if there is a type A.t which is defined to |
(Right now it seems that if there is a type A.t which is defined to |
60 |
be B.y, but B is unavailable at toplevel, then A.t gets printed as |
be B.u, but B is unavailable at toplevel, then A.t gets printed as |
61 |
"?.B.t" although the perhaps more sensible solution would be to use |
"?.B.u" although the perhaps more sensible solution would be to use |
62 |
"A.t" in this case. In other words, the prettyprinter should follow |
"A.t" in this case. In other words, the prettyprinter should follow |
63 |
a chain of DEFtycs not farther than there are corresponding toplevel |
a chain of DEFtycs not farther than there are corresponding toplevel |
64 |
names in the current environment.) |
names in the current environment.) |