Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « msvc05 - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9db9f74c8d86c8d46ea5e797795dd6b6879bff78 (plain)
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
2010-01-18  Bill Holmes  <billholmes54@gmail.com>

	* libmono.vcproj : Adding a link to Mswsock.lib and adding files
	  mono-error and debugger-agent.

	Code is contributed under MIT/X11 license.

2009-10-16  Bill Holmes  <billholmes54@gmail.com>

	* libtest.vcproj : Adding TARGET_X86 and TARGET_AMD64
	  to the PreprocessorDefinitions.

	Code is contributed under MIT/X11 license.

2009-10-13  Bill Holmes  <billholmes54@gmail.com>

	* mono.def, monoposixhelper.def, libmono.vcproj, libtest.vcproj,
	  monoposixhelper.vcproj : Fixing MSVC build.

	Code is contributed under MIT/X11 license.

2009-05-04  Bill Holmes  <billholmes54@gmail.com>

	* eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj,
	  mono.vcproj,monoposixhelper.vcproj :  Adding TARGET_X86 and
	  TARGET_AMD64 preprocessor definitions to the Win32 and x64 targets.

	Code is contributed under MIT/X11 license.

2009-04-24  Bill Holmes  <billholmes54@gmail.com>

	Fixing the glib targets for Winx64.

	* libmono.vcproj, mono.vcproj: Correcting the ProgramDatabaseFile
	  value for the Winx64 glib build.

	* mono.sln: Enabling the glib targets for Winx64.

	Code is contributed under MIT/X11 license.

2009-04-24  Bill Holmes  <billholmes54@gmail.com>

	* libmono.vcproj: Adding metadata/metadata-verify.c to the project.

	* runmdesc.bat: Fixing the argument order to genmdesc.

	Code is contributed under MIT/X11 license.

2009-04-08  Bill Holmes  <billholmes54@gmail.com>

	* libmono.vcproj : Adding mini/mini-gc to the project.

	Code is contributed under MIT/X11 license.

2009-03-05  Bill Holmes  <billholmes54@gmail.com>

	* mono.def : Removing missing methods to remove link errors for
	  MSVC build.  

	Code is contributed under MIT/X11 license.

2009-02-18  Bill Holmes  <billholmes54@gmail.com>

	* mono.def : Adding mono_jit_set_trace_options

	Code is contributed under MIT/X11 license.

2009-02-16  Bill Holmes  <billholmes54@gmail.com>

	* libmono.vcproj : Adding metadata/cominterop and 
	  mini/dwarfwriter to the project.

	Code is contributed under MIT/X11 license.

2009-02-11  Bill Holmes  <billholmes54@gmail.com>

	* libmono.vcproj : Adding utils\mono-filemap.c to the project.

	Code is contributed under MIT/X11 license.

2009-02-03  Jonathan Pobst  <monkey@jpobst.com>

	* libmono.vcproj : Track mini/generic-sharing.cs being renamed
	to mini/mini-generic-sharing.cs.

2008-12-09  Bill Holmes  <billholmes54@gmail.com>

	* libmono.vcproj : Adding unwind.c to the project.

	Code is contributed under MIT/X11 license.

2008-12-04  Bill Holmes  <billholmes54@gmail.com>

	* mono.sln : Removing monoburg from the solution.

	* libmono.vcproj : Removing files deleted from svn.

	* mono.def : Removing mono_burg* exports that no longer exist.

	Code is contributed under MIT/X11 license.

2008-11-10  Bill Holmes  <billholmes54@gmail.com>

	* genmdesc.vcproj, monoburg.vcproj : Adding quotes to paths in the
	  post build steps.

	Code is contributed under MIT/X11 license.

2008-11-07  Bill Holmes  <billholmes54@gmail.com>

	* monoposixhelper.def, monoposixhelper.vcproj : added.

	* mono.sln : Adding the monoposixhelper project.

	Code is contributed under MIT/X11 license.

2008-11-07  Bill Holmes  <billholmes54@gmail.com>

	* test_eglib.vcproj : Adding unicode.c to the project.

	* mono.sln : Adding the correct dependencies for e-glib.

	* *.vcproj : Setting LinkLibraryDependencies=false for all
	  projects and all configurations.

	Code is contributed under MIT/X11 license.

2008-10-17  Bill Holmes  <billholmes54@gmail.com>

	* eglib.vcproj : Adding src\gtimer-win32.c to the VC project.

	Code is contributed under MIT/X11 license.

2008-10-13  Bill Holmes  <billholmes54@gmail.com>

	* libmono.vcproj : Removing metadata\rawbuffer.c from the VC project.

	* eglib.vcproj : Adding gdate-win32.c, gdir-win32.c, gfile-posix.c,
	  gfile-win32.c, gmisc-win32.c, and gmodule-win32.c to the VC project.

	Code is contributed under MIT/X11 license.

2008-10-07  Bill Holmes  <billholmes54@gmail.com>

	* libmono.vcproj : Adding simd-intrinsics.c to the VC project.

	Code is contributed under MIT/X11 license.

2008-09-26  Bill Holmes  <billholmes54@gmail.com>

	* libmono.vcproj : Adding attach.c to the VC project.

	Code is contributed under MIT/X11 license.

2008-09-16  Bill Holmes  <billholmes54@gmail.com>

	* eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj,
	  mono.vcproj, monoburg.vcproj:  Adding i386 preprocessor definition
	  to the Win32 build targets.

	Contributed under MIT/X11 license.

2008-08-12  Bill Holmes  <billholmes54@gmail.com>

	* eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj, libtest.vcproj,
	  mono.vcproj, monoburg.vcproj, monodiet.vcproj, monodis.vcproj, monograph.vcproj,
	  pedump.vcproj, test_eglib.vcproj, teste.vcproj, test-invoke.vcproj,
	  test-metadata.vcproj:  Updating the preprocessor definitions for MSVC builds to
	  match the gcc build in Cygwin.

	Contributed under MIT/X11 license.

2008-07-23  Robert Jordan  <robertj@gmx.net>

	* libmono.vcproj: Reflect Linear IL changes.
	* ../winconfig.h: Bump Mono version.

2008-06-02  Bill Holmes  <billholmes54@gmail.com>
	* mono.sln, libtest.vcproj:  Adding libtest to the VS solution.
	  libtest is needed for the marshaling tests.

	Contributed under MIT/X11 license.

2008-06-02  Bill Holmes  <billholmes54@gmail.com>
	* monodiet.vcproj, libgc.vcproj, test_eglib.vcproj,
	  eglib.vcproj, teste.vcproj, genmdesc.vcproj, monoburg.vcproj,
	  monograph.vcproj, pedump.vcproj, test-metadata.vcproj,
	  libmono.vcproj, mono.sln, mono.vcproj, monodis.vcproj,test-invoke.vcproj
	  Changes to the Visual Studio projects to unify the output directories
	  for each project and configuration.

	Contributed under MIT/X11 license.

2008-05-29  Bill Holmes  <billholmes54@gmail.com>
	* libmono.vcproj: Add missing files mono-property-hash and
	  mono-value-hash.

	Contributed under MIT/X11 license.
	
2008-04-28  Kornél Pál  <kornelpal@gmail.com>

	* create-windef.pl, mono.def: Export MonoFixupCorEE.
	* libmono.vcproj: Add coree.c and coree.h.

	Contributed under MIT/X11 license.

2008-04-15  Jonathan Chambers  <joncham@gmail.com>
	* mono.sln, libmono.vcproj, monoburg.vcproj, genmdesc.vcproj: Flush Win64
	  and eglib changes.

	Contributed under MIT/X11 license.

2008-04-04  Bill Holmes  <billholmes54@gmail.com>

	* runburg.bat, runmdesc.bat:  Reverting back to r97888.  The PATH was correct before.

	Contributed under MIT/X11 license.

2008-03-19  Bill Holmes  <billholmes54@gmail.com>

	* libmono.vcproj:  Adding a link to version.lib for the eglib targets.

	Contributed under MIT/X11 license.

2008-03-10  Bill Holmes  <billholmes54@gmail.com>

	* mono.sln: Fixing configuration list to build the correct targets for the 
	  specified configuration.

	* runburg.bat, runmdesc.bat:  Changing the PATH environment variable assignment 
	  to the correct location.

	* libmono.vcproj:  Adding missing files.

	Contributed under MIT/X11 license.

2007-12-31  Jonathan Chambers  <joncham@gmail.com>

	* mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def
	file and fix some eglib target settings.
	
	Contributed under MIT/X11 license.

2007-08-29  Jonathan Chambers <joncham@gmail.com>

	* mono.sln, libmono.vcproj, mono.vcproj, genmdesc.vcproj, monoburg.vcproj: 
	Setup eglib configurations (Debug_eglib, Release_eglib). They
	do not build at this point.
	
	Contributed under MIT/X11 license.

2007-08-29  Jonathan Chambers <joncham@gmail.com>

	* monodiet.vcproj, libgc.vcproj, eglib.vcproj, libmono.vcproj, mono.vcproj, 
	genmdesc.vcproj, monoburg.vcproj, pedump.vcproj: 
	Make output directories a bit more usable.
	
	Contributed under MIT/X11 license.

2007-08-14  Jonathan Chambers <joncham@gmail.com>

	* libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj: 
	Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer
	need VSDependencies.zip.
	
	* winsetup.bat, runmdesc.bat, runburg.bat: No longer
	need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to
	setup PATH.
	
	* mono.def: Remove missing functions.
	
	Contributed under MIT/X11 license.

2007-08-14  Jonathan Chambers <joncham@gmail.com>

	* libmono.vcproj: Enable intrinsic functions.

2007-05-13  Raja R Harinath  <harinath@gmail.com>

	* Makefile.am (VCPROJS): New.
	(EXTRA_DIST): Don't use glob.

2007-04-27  Jonathan Chambers <joncham@gmail.com>
	
	Combined patch from Michael Jerris <mike@jerris.com> and me.
	* getopt.c: Added public domain implementation for Windows.
	* getopt.h: Added public domain implementation for Windows.
	* getopt_long.c: Added public domain implementation for Windows.
	* test_eglib.vcproj: Update project.
	* eglib.vcproj: Update project. Add pre-build step to copy
	winconfig.h to config.h for msvc build.
	
2007-04-25  Jonathan Chambers  <joncham@gmail.com>

	* mono.sln: Added eglib projects.
	* test_eglib.vcproj: Added.
	* pedump.vcproj: Change output directories for uniformity.
	* monodiet.vcproj: Change output directories for uniformity.

2007-04-24  Jonathan Chambers  <joncham@gmail.com>

	* eglib.vcproj: Added.

2007-03-30  Jonathan Chambers  <joncham@gmail.com>

	* libmono.vcproj, mono.vcproj: Reset browse information
	settings to default.
	
	Contributed under MIT/X11 license.
	
2007-03-25  Marek Safar  <marek.safar@gmail.com>

	* monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
	Fixed build.

2007-03-19  Jonathan Chambers  <joncham@gmail.com>

	* libmono.vcproj, genmdesc.vcproj: Reset browse information
	settings to default.
	
	Contributed under MIT/X11 license.
	
2007-03-15  Jonathan Chambers  <joncham@gmail.com>

	* *.vcproj: Begin Win64 port. Run bat files with $(Platform) argument.
	* *.bat: Begin Win64 port. Run bat files with $(Platform) argument.
	Contributed under MIT/X11 license.