14 |
|
|
15 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
16 |
Name: Matthias Blume (blume (at) tti - c (dot) org) |
Name: Matthias Blume (blume (at) tti - c (dot) org) |
17 |
|
Date: 2004/08/03 14:25:00 CDT |
18 |
|
Tag: blume-20040803-callingconv |
19 |
|
Description: |
20 |
|
|
21 |
|
Added low-level support for choosing C calling conventions by |
22 |
|
twiddling the type of rawccall. (See |
23 |
|
src/compiler/Semant/types/cproto.sml for details.) |
24 |
|
|
25 |
|
---------------------------------------------------------------------- |
26 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
27 |
|
Date: 2004/08/02 15:55:00 CDT |
28 |
|
Tag: blume-20040802-backout |
29 |
|
Description: |
30 |
|
|
31 |
|
Backed out of change to win32-filesys.c. The earlier patch to |
32 |
|
get_file_time caused CM to produce files with the wrong time stamp. |
33 |
|
|
34 |
|
---------------------------------------------------------------------- |
35 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
36 |
|
Date: 2004/08/02 14:45:00 CDT |
37 |
|
Tag: blume-20040802-nlffi-win32 |
38 |
|
Description: |
39 |
|
|
40 |
|
Added NLFFI support for Win32, adapted from a patch provided by David |
41 |
|
Hansel. This is currently completely untested. Also, the issue |
42 |
|
concerning stdcall vs. ccall is still unresolved. |
43 |
|
|
44 |
|
---------------------------------------------------------------------- |
45 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
46 |
|
Date: 2004/07/30 17:55:00 CDT |
47 |
|
Tag: blume-20040730-various |
48 |
|
Description: |
49 |
|
|
50 |
|
Gearing up towards 110.47... |
51 |
|
|
52 |
|
- various minor bugfixes to ml-nlffigen |
53 |
|
- a beginning of a manual for nlffi |
54 |
|
|
55 |
|
- eliminated 'export name=value' in config/install.sh as this does |
56 |
|
not work with certain versions of /bin/sh |
57 |
|
(Thanks to David King at Motorola for catching this.) |
58 |
|
|
59 |
|
- several bugfixes provided or suggested by David Hansel at Reactive Systems: |
60 |
|
- added a test for tm==NULL to gmtime.c and localtime.c |
61 |
|
- applied patch for incorrect GetFileTime under win32 |
62 |
|
- toSeconds -> toMilliseconds in Win32/win32-process.sml |
63 |
|
|
64 |
|
---------------------------------------------------------------------- |
65 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
66 |
|
Date: 2004/07/21 18:20:00 CDT |
67 |
|
Tag: blume-20040721-nlffigen |
68 |
|
Description: |
69 |
|
|
70 |
|
- Fixed minor issue in ml-nlffigen: Now generate structure T_foo |
71 |
|
for a typedef to an incomplete type, but leave out the "typ" member. |
72 |
|
(This is just for consistency.) |
73 |
|
- Started to produce what is supposed to become better (i.e., comprehensive) |
74 |
|
documentation of what ml-nlffigen does and produces. |
75 |
|
|
76 |
|
---------------------------------------------------------------------- |
77 |
|
Name: Matthias Blume (blume (at) tti - c (dot) org) |
78 |
Date: 2004/07/14 16:25:00 CDT |
Date: 2004/07/14 16:25:00 CDT |
79 |
Tag: blume-20040714-union |
Tag: blume-20040714-union |
80 |
Description: |
Description: |