blob: 75c1d46841f24d9b393cd8c6185a51e26b43b3ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
--- src/smltk.cm.orig Fri Mar 30 23:39:17 2001
+++ src/smltk.cm Sun Jan 13 17:40:24 2008
@@ -1,8 +1,5 @@
(* -*-Mode: sml-*- *)
-
-Group
-
-
+Group
signature BASIC_UTIL
structure BasicUtil
@@ -11,46 +8,93 @@
structure SmlTk21
structure GlobalConfig
-
is
-
- ./std_lib/sources.cm
-
- sys_conf.sml
-debug.sig debug.sml
-sys_dep.sig njml.sml
-basic_util.sig basic_util.sml
+ sys_conf.sml
+
+ debug.sig
+ debug.sml
+
+ sys_dep.sig
+ njml.sml
+
+ basic_util.sig
+ basic_util.sml
+
#if defined (TK_INSIDE)
-tk_access.sig tk_access.sml
+ tk_access.sig
+ tk_access.sml
#endif
-fonts.sig fonts.sml
- basic_types.sml
-gui_state.sig gui_state.sml
-com_state.sig
+
+ fonts.sig
+ fonts.sml
+
+ basic_types.sml
+
+ gui_state.sig
+ gui_state.sml
+ com_state.sig
+
#if defined (TK_INSIDE)
- com_state_clib.sml
+ com_state_clib.sml
#else
- com_state_pipe.sml
+ com_state_pipe.sml
#endif
-com.sig com.sml
-paths.sig paths.sml
-config.sig config.sml
-tk_event.sig tk_event.sml
-bind.sig bind.sml
-coord.sig coord.sml
-mark.sig mark.sml
-c_item.sig c_item.sml
-ann_texts.sig ann_texts.sml
-annotation.sig annotation.sml
-widget_tree.sig widget_tree.sml
-c_item_tree.sig c_item_tree.sml
-annotation_tree.sig annotation_tree.sml
-windows.sig windows.sml
-eventloop.sig eventloop.sml
-widget_ops.sig widget_ops.sml
-
-sys_init.sml
-tk_types.sml
-export.sml
-smltk21.sml
-global_config.sml
+
+ com.sig
+ com.sml
+
+ paths.sig
+ paths.sml
+
+ config.sig
+ config.sml
+
+ tk_event.sig
+ tk_event.sml
+
+ bind.sig
+ bind.sml
+
+ coord.sig
+ coord.sml
+
+ mark.sig
+ mark.sml
+
+ c_item.sig
+ c_item.sml
+
+ ann_texts.sig
+ ann_texts.sml
+
+ annotation.sig
+ annotation.sml
+
+ widget_tree.sig
+ widget_tree.sml
+
+ c_item_tree.sig
+ c_item_tree.sml
+
+ annotation_tree.sig
+ annotation_tree.sml
+
+ windows.sig
+ windows.sml
+
+ eventloop.sig
+ eventloop.sml
+
+ widget_ops.sig
+ widget_ops.sml
+
+ sys_init.sml
+ tk_types.sml
+ export.sml
+ smltk21.sml
+ global_config.sml
+
+ $/basis.cm
+ $/smlnj-lib.cm
+ $smlnj/compiler.cm
+
|