14 |
|
|
15 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
16 |
Name: Matthias Blume (blume (at) tti - c (dot) org) |
Name: Matthias Blume (blume (at) tti - c (dot) org) |
17 |
|
Date: 2005/05/18 13:35:00 CDT |
18 |
|
Tag: Release_110_54 |
19 |
|
Description: |
20 |
|
|
21 |
|
New working version (110.54). NEW BOOTFILES! |
22 |
|
|
23 |
|
---------------------------------------------------------------------- |
24 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
25 |
|
Date: 2005/05/18 11:58:00 CDT |
26 |
|
Tag: blume-20050518-installer |
27 |
|
Description: |
28 |
|
|
29 |
|
Added support scripts for Mac OS X PackageMaker and modified |
30 |
|
config/install.sh so that it supports re-dumping a heap image |
31 |
|
after customization. |
32 |
|
|
33 |
|
---------------------------------------------------------------------- |
34 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
35 |
|
Date: 2005/05/18 10:55:00 CDT |
36 |
|
Tag: blume-20050518-realdiv-noovld |
37 |
|
Description: |
38 |
|
|
39 |
|
Un-overloaded / to work around bug in overloading resolution code. |
40 |
|
|
41 |
|
---------------------------------------------------------------------- |
42 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
43 |
|
Date: 2005/05/16 23:50:00 CDT |
44 |
|
Tag: blume-20050516-redump-heap |
45 |
|
Description: |
46 |
|
|
47 |
|
Added mechanism for re-creating a heap file for the interactive system |
48 |
|
after configuration variables have been changed. |
49 |
|
|
50 |
|
CM.redump_heap : string -> unit |
51 |
|
|
52 |
|
This is much like SMLofNJ.exportML, but starting from the resulting |
53 |
|
heap does not return to the caller of CM.redump_heap but |
54 |
|
restarts the interactive system from scratch. The original call of |
55 |
|
CM.redump_heap does not return but ends the interactive session. |
56 |
|
Thus, CM.redump_heap is a lot like SMLofNJ.exportFn. |
57 |
|
|
58 |
|
Internally, redump_heap winds the dynamic execution context back to |
59 |
|
the point where the original heap image was created and re-executes |
60 |
|
the heap image generation code in the boot code. |
61 |
|
|
62 |
|
---------------------------------------------------------------------- |
63 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
64 |
|
Date: 2005/05/09 21:55:00 CDT |
65 |
|
Tag: blume-20050509-word64 |
66 |
|
Description: |
67 |
|
|
68 |
|
Added a hack to the existing hack known as Word64 to make fromString |
69 |
|
behave correctly. I am still not sure whether Word64.scan will work |
70 |
|
as specified with respect to the interaction of radix and prefix. |
71 |
|
|
72 |
|
---------------------------------------------------------------------- |
73 |
|
Name: Allen Leung (leunga (at) reservoir (dot) com) |
74 |
|
Date: 2005/05/04 11:50:00 EST |
75 |
|
Tag: leunga-20050504-checkgc |
76 |
|
Description: |
77 |
|
|
78 |
|
Added a gc protocol checking phase. This phase is enabled with |
79 |
|
the flag "check-gc". "debug-check-gc" turns on the verbose mode. |
80 |
|
|
81 |
|
---------------------------------------------------------------------- |
82 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
83 |
|
Date: 2005/05/04 10:45:00 CDT |
84 |
|
Tag: blume-20050504-intinf |
85 |
|
Description: |
86 |
|
|
87 |
|
Fixed a bug in the implementation of div and mod for IntInf. |
88 |
|
Thanks to Neophytos Michael for reporting the problem. |
89 |
|
|
90 |
|
---------------------------------------------------------------------- |
91 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
92 |
|
Date: 2005/05/04 10:35:00 CDT |
93 |
|
Tag: blume-20050504-join |
94 |
|
Description: |
95 |
|
|
96 |
|
Added a "join" combinator to the ParserComb module in smlnj-lib.cm. |
97 |
|
|
98 |
|
---------------------------------------------------------------------- |
99 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
100 |
|
Date: 2005/02/28 23:40:00 CST |
101 |
|
Tag: blume-20050228-mVar |
102 |
|
Description: |
103 |
|
|
104 |
|
Fixed serious bug (brown paper bag variety) in new implementation of |
105 |
|
structure Atom in CML. (I had accidentally used a mailbox instead of |
106 |
|
an mvar, leaving the door open for races.) |
107 |
|
|
108 |
|
---------------------------------------------------------------------- |
109 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
110 |
Date: 2005/02/25 15:00:00 CST |
Date: 2005/02/25 15:00:00 CST |
111 |
Tag: Release_110_53 |
Tag: Release_110_53 |
112 |
Description: |
Description: |