163603c570460883e67691dff1125ef77de558c5
[mono.git] / mono / metadata / ChangeLog
1 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
2
3         * reflection.c (mono_image_create_pefile): Handle the case when the
4         entry point is not a MethodBuilder.
5
6         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
7         field to ReflectionMethod since it is not allways a builder.
8
9         * reflection.c (type_get_fully_qualified_name): New helper function to
10         return the fully qualified name of a type.
11
12         * reflection.c (encode_marshal_blob): Always emit the fully qualified
13         type name for custom marshallers.
14
15         * reflection.c (mono_marshal_spec_from_builder): Ditto.
16
17         * class.c (mono_class_setup_vtable): If a parent class already 
18         implements an interface, use the implementing methods from that class.
19         Fixes #53148.
20
21 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22
23         * threadpool.c: just return instead of ExitThread to allow for thread
24         clean up earlier.
25
26 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
27
28         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
29         when closing resource modules.
30
31         * reflection.c (mono_image_create_pefile): Handle the case when the
32         entry point is not a MethodBuilder.
33
34         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
35         field to ReflectionMethod since it is not allways a builder.
36
37 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
38
39         * marshal.c (mono_marshal_get_managed_wrapper): 
40         mono_marshal_alloc takes native int so CONV_I
41         the arg for 64bits.
42
43 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
44
45         * reflection.c (fixup_cattrs): New function to fixup the methoddef
46         tokens in the cattr table. Fixes #53108.
47
48 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
49
50         * loader.c: don't trim ".dll" before looking up in the config file.
51         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
52
53 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
54
55         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
56         Return the module which contains the resource as well.
57         (ves_icall_System_Reflection_Module_Close): New icall.
58
59         * appdomain.c: Bump corlib version number.
60
61         * image.c (mono_image_addref): New public function.
62
63         * assembly.c: Call mono_image_addref.
64
65         * reflection.c (mono_module_get_object): Increase reference count of 
66         the image.
67
68         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
69         Fixes #22532.
70
71         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
72         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
73         proper exceptions on DllImport problems.
74
75 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
76
77         * class.c, metadata.c: eliminate CSIZE macro.
78
79 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
80
81         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
82         * object.h: Added async_callback field in MonoAsyncResult.
83         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
84         * verify.c: Added async_callback in MonoAsyncResult layout.
85
86 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
87
88         * reflection.c (mono_reflection_get_custom_attrs): Add support
89         for Modules.
90
91 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
92
93         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
94         marshalling.
95         (mono_marshal_method_from_wrapper): Add null pointer check.
96
97 2004-01-16  Martin Baulig  <martin@ximian.com>
98
99         * debug-mono-symfile.h: Set version number to 36 and reflect
100         latest symbol writer changes.
101
102 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
103
104         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
105         multi-dimensional arrays.
106         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
107         (mono_class_from_mono_type): Use bounded_array_class_get.
108         
109         * class.c (mono_bounded_array_class_get): New function which takes
110         a 'bounded' bool argument to distinguish vectors from one dimensional
111         arrays.
112
113         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
114         bounded_array_class_get if the array has bounds.
115
116         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
117         Search modules loaded using AssemblyBuilder:AddModule as well.
118
119 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
120
121         * appdomain.c: increased corlib version.
122         * filewatcher.c: removed g_print.
123         * icall.c:
124         (get_property_info): only allocate what is actually requested.
125         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
126
127 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
128
129         * Makefile.am: added filewatcher.[ch]
130         * filewatcher.[ch]: FileSystemWatcher runtime support.
131         * icall.c: added new FSW icalls.
132
133 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
134
135         * string-icalls.c: fix stringbuilder regression as suggested by
136         Iain McCoy <iain@mccoy.id.au>.
137
138 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
139
140         * process.c (process_read_stringtable_block): Recognize '007f' as
141         a language neutral stringtable block.
142
143 2004-01-12  Patrik Torstensson
144
145         * object.h (MonoStringBuilder) : Changed layout to support our
146         new stringbuilder class.
147         * marshal.c: Change marshalling to support the new layout of 
148         string builder.
149         * appdomain.c: increased version number because new layout of
150         string builder.
151
152 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
153
154         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
155         assembly name as an string instead of an AssemblyName, since it is
156         easier to extract info from it.
157
158         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
159         the culture subdirectories too. Fixes #52231.
160
161 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
162
163         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
164         It takes 2 new parameters with an optional name for the method to look
165         for and case ignoring info.
166
167         * threadpool.c: removed unused variable.
168
169 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
170
171         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
172         It takes 2 new parameters with an optional name for the property to look
173         for and case ignoring info.
174         Fixes bug #52753.
175
176 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
177
178         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
179         Fix #52451.
180
181 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
182
183         * appdomain.c:
184         * assembly.c: escape the uri before passing it to g_filename_from_uri.
185         Fixes bug #52630.
186
187 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
188
189         * reflection.c: Add support for more than one unmanaged resource.
190
191         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
192         in field->def_value, as done in all other cases.
193
194         * reflection.c (mono_reflection_get_custom_attrs): Add support for
195         TypeBuilders.
196
197         * reflection.c (mono_reflection_create_runtime_class): Remove 
198         errorneous assignment to klass->element_class, since it is already
199         done in mono_reflection_setup_internal_class.
200
201 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
202
203         * gc.c: added missing LeaveCriticalSection.
204         * icall.c: indented a couple of lines.
205         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
206         if we call EndInvoke inside a callback. Fixes bug #52601.
207
208 2004-01-07  Martin Baulig  <martin@ximian.com>
209
210         * mono-debug-debugger.h
211         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
212
213 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
214
215         * appdomain.c: Use messages in NotImplementedException.
216
217         * exception.c (mono_get_exception_not_implemented): Now this takes
218         a message argument.
219
220         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
221         exception instead of g_asserting an aborting when something is not
222         implemented.
223
224         Add some inline docs.
225
226 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
227
228         * reflection.h: Update after changes to object layout.
229
230         * reflection.c: Implement saving of unmanaged aka win32 resources.
231
232         * appdomain.c: Bump version number.
233
234         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
235         Handle missing domains gracefully.
236
237 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
238
239         * file-io.c : On Windows, there are much more invalid_path_chars.
240
241 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
242
243         * class.h, object.c: prepare for GetType () speedup.
244
245 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
246
247         * profiler.c: workaround for --profile null reference exception on
248           cygwin. Patch by Patrik Torstensson.
249
250 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
251
252         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
253         make work for unaligned access.
254
255 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
256
257         * class.c: small cleanup (class->fields [i] -> field).
258         * image.c: check address of metadata is valid.
259
260 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
261
262         * assembly.h assembly.c (mono_assembly_loaded): New public function to
263         search the list of loaded assemblies.
264
265         * reflection.c (mono_reflection_type_from_name): Use 
266         mono_assembly_loaded instead of mono_image_loaded.
267
268         * reflection.c: Fix warnings.
269
270 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
271
272         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
273         is dynamic. This is needed since an assembly can contain both dynamic and
274         non-dynamic images.
275
276         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
277         assembly->dynamic.
278
279         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
280
281         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
282         to store modules loaded using AddModule.
283
284         * reflection.c (mono_image_fill_file_table): Generalize this so it works
285         on Modules.
286
287         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
288
289         * reflection.c (mono_image_fill_export_table_from_module): New function to
290         fill out the EXPORTEDTYPES table from a module.
291
292         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
293         into a separate function. Also handle loaded non-dynamic modules.
294
295         * reflection.c (mono_image_basic_init): Fix memory allocation.
296
297         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
298
299         * assembly.c (mono_assembly_load_references): Make this public.
300
301 2003-12-19  Martin Baulig  <martin@ximian.com>
302
303         * class.c (mono_class_initialize_generic): Made this static, take
304         a `MonoGenericInst *' instead of a `MonoClass *'.
305         (mono_class_from_generic): Call mono_class_initialize_generic()
306         unless we're already initialized or being called from
307         do_mono_metadata_parse_generic_inst().
308
309         * class.h (MonoGenericInst): Added `initialized' and
310         `init_pending' flags.
311
312         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
313         `mono_class_init (gklass)' or mono_class_initialize_generic()
314         here; set `generic_inst->init_pending' while parsing the
315         `type_argv'.
316
317 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
318
319         * locales.c: include string.h for memxxx prototypes
320
321 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
322
323         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
324         constructor when accessing literal fields.
325
326 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
327
328         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
329
330         * reflection.c (assembly_add_resource_manifest): New function to fill
331         the MANIFESTRESOURCE table.
332
333         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
334
335         * reflection.h: Update to changes in class layout.
336
337         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
338         Reenable call to mono_runtime_is_shutting_down ().
339
340         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
341         determine if the runtime is shutting down.
342
343 2003-12-16  Jackson Harper <jackson@ximian.com>
344
345         * icall.c: comment out call to mono_runtime_is_shutting_down to
346         fix build.
347         
348 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
349
350         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
351         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
352
353 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
354
355         * reflection.c: move definition of swap_with_size
356         to before its first call
357
358 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
359
360         * appdomain.c (mono_runtime_is_shutting_down): New public function.
361
362         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
363         icall.
364
365         * object.c: Fix warnings.
366
367         * icall.c (ves_icall_Type_Get...): Only consider inherited static
368         members if FlattenHierarchy is set.
369
370         * reflection.c (mono_image_add_decl_security): New function to emit
371         declarative security.
372
373         * reflection.h reflection.c: Add support for declarative security.
374
375         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
376         
377 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
378
379         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
380         
381         * appdomain.c verify.c: Moved corlib version checking into its own
382         function in appdomain.c since it needs to create vtables etc.
383
384 2003-12-13  Patrik Torstensson <p@rxc.se>
385
386         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
387         instead of unwrapped server.
388
389 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
390
391         * verify.c (check_corlib): Fix field index.
392
393 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
394
395         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
396         GetGacPath icall.
397
398 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
399
400         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
401         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
402         cope with sizeof(size_t) != sizeof(guint32).
403
404 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
405
406         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
407         in case of failure.
408
409 2003-12-10  Mark Crichton <crichton@gimp.org>
410
411         * icall.c: removed the GetNonZeroBytes.  We now handle this case
412         in managed code.
413
414         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
415
416 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
417
418         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
419         marked as deleted.
420
421 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
422
423         * verify.c (check_corlib): Handle the case when the version field is 
424         initialized by a static constructor.
425
426 2003-12-08  Patrik Torstensson  <p@rxc.se>
427
428     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
429
430 2003-12-08  Martin Baulig  <martin@ximian.com>
431
432         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
433         a MonoReflectionGenericParameter, also take the parameter index
434         and name as arguments.
435         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
436         (ves_icall_MonoGenericParam_initialize): New interncall.
437         (ves_icall_Type_make_byref_type): New interncall.
438
439         * reflection.h (MonoReflectionGenericParam): Derive from
440         MonoReflectionType, not just from MonoObject.  Added `refobj' and
441         `index' fields.
442
443         * reflection.c (mono_reflection_define_generic_parameter): Create
444         and return a new MonoReflectionGenericParam; don't initialize the
445         constraints here.
446         (mono_reflection_initialize_generic_parameter): New public method;
447         initializes the constraints and creates the `param->pklass'.
448
449 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
450
451         * reflection.h reflection.c: Use the new fields 'num_types', 
452         'num_fields' and 'num_methods' to track the number of types etc.
453
454         * verify.c (check_corlib): Check corlib version number.
455
456 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
457
458         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
459         function works on all methods.
460
461 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
462
463         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
464         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
465         the custom_type_info flag of the transparent proxy.
466         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
467         objects that supports IRemotingTypeInfo.
468         * object.h: Added custom_type_info field in transparent proxy.
469
470 2003-12-06  Martin Baulig  <martin@ximian.com>
471
472         * class.c (mono_class_create_from_generic): Removed.
473         (mono_class_from_generic): Check `ginst->klass' before doing
474         anything else.  This is important to fully support "recursive"
475         generic types.
476
477         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
478         empty `generic_inst->klass' before doing anything else.
479
480 2003-12-06  Dick Porter  <dick@ximian.com>
481
482         * verify.c: 
483         * object.h:
484         * icall.c:
485         * locales.c: Use C structs to access class fields.  Don't do a
486         conversion between MonoString and UChar because both are
487         platform-endian UTF-16.  Compare now takes startindex and count
488         parameters.  Add a char overload for IndexOf.  Speed up the
489         invariant string IndexOf.
490
491 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
492
493         * Makefile.am (monosn_LDADD): Fix parallel build.
494
495 2003-12-04  Martin Baulig  <martin@ximian.com>
496
497         * icall.c
498         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
499         (ves_icall_Type_make_array_type): New interncall.       
500
501 2003-12-04  Martin Baulig  <martin@ximian.com>
502
503         * locales.c: also change it in the !HAVE_ICU case.
504
505 2003-12-04  Dick Porter  <dick@ximian.com>
506
507         * icall.c:
508         * locales.c: construct_compareinfo is now in CompareInfo, not
509         CultureInfo.
510
511 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
512
513         * image.c (mono_image_load_file_for_image): Cache loaded images in the
514         image->files array.
515
516         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
517         table as well.
518
519         * assembly.c (mono_assembly_load_references): Only load references
520         once.
521
522         * class.c (mono_class_from_name): Avoid linear search of the 
523         EXPORTEDTYPE table.
524
525         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
526
527 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
528
529         * image.h (MonoImage): Add 'field_cache' field.
530
531         * loader.c (mono_field_from_token): Cache field lookups.
532         
533         * reflection.c (mono_module_get_object): Fix name property.
534
535         * icall.c (ves_icall_get_enum_info): Update after changes to 
536         mono_metadata_get_constant_index ().
537
538         * icall.c: Get rid of get_type_info icall, use a separate icall for
539         each type property to avoid needless memory allocations. Fixes #51514.
540
541         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
542         to avoid needless binary searches.
543
544         * class.c (class_compute_field_layout): Move the initialization of
545         field->def_value to mono_class_vtable ().
546
547         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
548         non-corlib types.
549
550         * object.c (mono_object_allocate): Make it inline.
551
552         * object.c (mono_object_allocate_spec): Make it inline.
553         
554 2003-12-02  Dick Porter  <dick@ximian.com>
555
556         * locales.c (create_NumberFormat): NumberFormatInfo construction.
557         Patch by Mohammad DAMT (mdamt@cdl2000.com).
558
559 2003-12-01  Dick Porter  <dick@ximian.com>
560
561         * threads.c: Fix signature and call in CreateMutex and
562         CreateEvent.
563
564 2003-12-01  Dick Porter  <dick@ximian.com>
565
566         * icall.c: 
567         * locales.c: Implement string compares and searching
568
569         * object.h: Add extra Thread field
570
571 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
572
573         * reflection.c (fixup_method): Add support for MonoCMethod.
574
575 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
576
577         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
578
579         * reflection.c (assembly_name_to_aname): Allow extra characters in
580         assembly names. Fixes #51468.
581
582 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
583
584         * exception.c (mono_exception_from_name_domain): New helper function.
585
586         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
587         exception object in the correct domain.
588
589         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
590         formatting + make a copy a the input data.
591
592         * loader.c (mono_get_method_from_token): Methods which contain
593         native code do not have entries in the ImplMap.
594
595         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
596         Thanks to Gonzalo for spotting this.
597         
598         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
599         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
600
601         * assembly.h (mono_assembly_load_from): Split the second part of 
602         assembly loading into a new public function.
603
604         * exception.h (mono_get_exception_bad_image_format): New function.
605
606 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
607
608         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
609         Enumerate all modules inside a dynamic assembly. Fixes #51293.
610         
611         * icall.c: Add new icall for creating dynamic methods.
612
613         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
614
615         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
616
617         * reflection.c (mono_reflection_create_dynamic_method): New icall to
618         create a dynamic method.
619
620         * reflection.c (resolve_object): New helper function.
621
622         * reflection.c: Generalize ReflectionMethodBuilder and the functions
623         which manipulate it so they can also work on dynamic methods.
624
625         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
626         creating the MonoReflectionMethodAux structure if it is not needed.
627         
628         * reflection.h verify.c: Update after changes to object layout.
629
630         * reflection.c (method_builder_encode_signature): Fix compilation on
631         gcc 2.95.x.
632
633 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
634
635         * appdomain.h: Added support for context static fields. Added static_data
636           field to MonoAppContext and renamed thread_static_fields to a more
637           generic special_static_fields in MonoAppDomain, since it can now contain
638           context static fields.
639         * domain.c: Updated hashtable name.
640         * object.c: Replaced field_is_thread_static() for a more generic
641           field_is_special_static() which also checks for context static attribute.
642           In mono_class_vtable(), added support for static context fields.
643         * threads.c: Changed methods that manage thread static fields to more
644           generic methods so they can be reused both for thread and context static
645           data.
646         * threads.h: Declared some new methods.
647
648 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
649
650         * reflection.h: Update after changes to the managed types.
651
652         * reflection.c (encode_custom_modifiers): New helper function.
653
654         * reflection.c (method_encode_signature): Emit custom modifiers.
655
656         * reflection.c (field_encode_signature): Emit custom modifiers.
657
658 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
659
660         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
661
662         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
663         implementation.
664
665         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
666         icall.
667
668         * object.c (mono_field_get_value_object): New function.
669
670         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
671         specific.
672
673 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
674
675         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
676         return a preallocated out-of-memory exception instance.
677
678         * object.c (out_of_memory): Use the new function.
679
680         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
681         flag is before the custom modifiers. Fixes #49802.
682
683 2003-11-16  Martin Baulig  <martin@ximian.com>
684
685         * class.c (mono_class_is_open_constructed_type): Implemented the
686         MONO_TYPE_GENERICINST case.
687
688 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
689
690         * assembly.c (mono_assembly_fill_assembly_name): New function to
691         fill out the MonoAssemblyName structure.
692         (mono_assembly_open): Use the new function.
693
694         * icall.c (fill_reflection_assembly_name): New helper function.
695
696         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
697         new function.
698
699         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
700
701 2003-11-15  Martin Baulig  <martin@ximian.com>
702
703         * class.c (mono_class_is_open_constructed_type): New public
704         function; checks whether a type is an open constructed type,
705         ie. whether it still contains type parameters.
706         (mono_class_inflate_generic_type): If we're a type parameter and
707         the inflated type is also a MONO_TYPE_(M)VAR, return the original
708         type.
709
710         * class.h (MonoGenericInst): Added `guint32 is_open'.
711
712         * loader.c (method_from_methodspec): Check whether we're an open
713         or closed constructed type and set `ginst->is_open'.
714
715         * reflection.c (mono_reflection_bind_generic_parameters): Check
716         whether we're an open or closed constructed type and set
717         `ginst->is_open'.
718         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
719         from open constructed types.
720
721 2003-11-15  Martin Baulig  <martin@ximian.com>
722
723         * reflection.c (mono_reflection_bind_generic_parameters): If we're
724         a generic instance (instead of a generic type declaration) with
725         unbound generic parameters, bind them to our actual types.
726
727 2003-11-14  Martin Baulig  <martin@ximian.com>
728
729         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
730
731         * reflection.c (mono_reflection_bind_generic_parameters): If we're
732         an interface type, populate `res->interfaces' with instantiated
733         versions of all the interfaces we inherit.
734
735 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
736
737         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
738         when MONO_PATH is set but doesn't contain the install dir.
739
740 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
741
742         * icall.c:
743         (ves_icall_Type_GetInterfaces): don't return an interface twice when
744         it's also implemented in base classes. Fixes bug #50927.
745
746 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
747
748         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
749         if this method is called from a finalizer. Fixes #50913.
750
751 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
752
753         * threads.c: Implement VolatileRead/VolatileWrite
754
755         * icall.c: Add new icalls for VolatileRead/VolatileWrite
756
757 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
758
759         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
760         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
761         2.95.3.
762
763         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
764         from Peter Ross (pro@missioncriticalit.com).
765         
766 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
767
768         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
769
770 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
771
772         * assembly.c (mono_assembly_load_references): Disable check because it
773         triggers on older corlibs which lots of people have.
774
775 2003-11-12  Jackson Harper  <jackson@ximian.com>
776
777         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
778         load corlib.dll if mscorlib.dll is not found.
779         * assembly.h: Remove corlib name define.
780         * class.c:
781         * domain.c:
782         * image.c: Change corlib name to mscorlib.
783         
784 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
785
786         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
787
788 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
789
790         * appdomain.h: Added loader_optimization here to sync with the C#
791         code, and add disallow_binding_redirects field.
792
793 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
794
795         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
796
797         * reflection.c (mono_image_build_metadata): Fix crash on modules
798         with no types.
799
800         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
801
802         * icall.c (ves_icall_get_method_info): Return callingConvention as
803         well.
804
805         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
806         namespaces from the EXPORTEDTYPE table as well.
807
808         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
809         from all modules inside the assembly.
810         
811 2003-11-11  Martin Baulig  <martin@ximian.com>
812
813         * reflection.c (mono_reflection_bind_generic_parameters): Make
814         this work for interfaces.
815
816 2003-11-11  Martin Baulig  <martin@ximian.com>
817
818         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
819
820 2003-11-11  Martin Baulig  <martin@ximian.com>
821
822         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
823         "MonoInflatedMethod" and "MonoInflatedCtor".
824
825 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
826
827         * reflection.c (resolution_scope_from_image): Use the assembly table
828         from the manifest module, since other modules don't have it.
829
830         * debug-helpers.c (mono_type_full_name): New helper function.
831
832         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
833
834         * image.c (mono_image_load_file_for_image): New public function which
835         is a replacement for the load_file_for_image in class.c.
836
837         * assembly.c (mono_assembly_load_module): A wrapper for the function
838         above which does assembly association and reference loading too.
839
840         * class.c (mono_class_from_name): Call mono_assembly_load_module.
841
842 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
843
844         * appdomain.c: not all of the attributes for the full assembly name
845         are required and the order doesn't matter. Fixes bug #50787.
846
847 2003-11-10  Dick Porter  <dick@ximian.com>
848
849         * locales.c: Use platform-endian UTF16
850
851 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
852
853         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
854         
855 2003-11-10  Martin Baulig  <martin@ximian.com>
856
857         * metadata.c
858         (mono_metadata_load_generic_params): Make this actually work.
859
860         * reflection.c (mono_reflection_bind_generic_parameters): If our
861         parent is a generic instance, pass all the `types' to it, no
862         matter whether it has the same number of type parameters or not.
863
864 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
865
866         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
867
868         * assembly.c (mono_assembly_load_references): Move the image<->assembly
869         assignment code to this function so it gets called recursively for all
870         modules.
871
872         * image.c (load_modules): Remove the assembly assignment since it is
873         now done by mono_assembly_load_references.
874         
875         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
876         Add 'module' argument.
877         (mono_module_get_types): New helper function.
878         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
879
880 2003-11-08  Martin Baulig  <martin@ximian.com>
881
882         * class.c (mono_class_inflate_generic_method): Interface method
883         don't have a header.
884
885         * reflection.c (mono_image_get_methodspec_token): Take an
886         additional `MonoGenericInst *' argument instead of reading it from
887         the header; this is necessary to support interfaces.
888         (mono_image_create_token): Pass the `MonoGenericInst *' from the
889         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
890         (inflated_method_get_object): Take an additional `MonoGenericInst *'
891         argument.
892
893         * reflection.h (MonoReflectionInflatedMethod): Added
894         `MonoGenericInst *ginst'.
895
896 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
897
898         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
899
900 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
901
902         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
903
904 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
905
906         * reflection.c 
907         (reflection_methodbuilder_from_method_builder):
908         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
909         initialize a ReflectionMethodBuilder structure.
910         (mono_image_get_methodbuilder_token):
911         (mono_image_get_ctorbuilder_token): New functions to emit memberref
912         tokens which point to types in another module inside the same assembly.
913
914         * reflection.c: Use the new helper functions.
915         
916         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
917
918         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
919         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
920
921         * reflection.c (resolution_scope_from_image): Emit a moduleref if
922         neccesary.
923
924         * reflection.c (mono_image_build_metadata): Emit metadata only for the
925         current module. Emit the manifest only for the main module.
926
927         * reflection.c (mono_image_create_token): Add assertion when a 
928         memberref needs to be created.
929
930         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
931
932         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
933         larger buffer for the custom attribute blob. Fixes #50637.
934         
935 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
936
937         * threadpool.c: notify listener on async processing handles after
938         invoking the async callback. Thanks to Zoltan.
939
940 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
941
942         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
943         avoid code duplication.
944
945         * reflection.h (MonoDynamicImage): New type which is currently unused,
946         but will be used through the ref.emit code in place of 
947         MonoDynamicAssembly.
948
949         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
950         object layout.
951
952         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
953         a MonoDynamicImage instead of just a MonoImage.
954         
955         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
956         icalls to ModuleBuilder but keep their semantics, so they will work
957         with moduleb->assemblyb. This will change later.
958         
959 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
960
961         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
962         object layout.
963
964         * reflection.c (mono_image_build_metadata): Avoid creation of a default
965         main module, since it is now done by the managed code.
966
967 2003-11-03  Martin Baulig  <martin@ximian.com>
968
969         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
970         `ginst->klass' here.
971         (method_encode_methodspec): Don't use the `ginst->generic_method's
972         klass if it's a generic instance, use `ginst->klass' in this case.
973
974 2003-11-03  Martin Baulig  <martin@ximian.com>
975
976         * reflection.c (mono_image_get_generic_method_param_info):
977         Removed, use mono_image_get_generic_param_info() instead.
978         (mono_image_get_type_info): Write the GenericParam table before
979         the Method table.  This is neccessary because in the GenericParam
980         table, type parameters of the class (ie. '!0' etc.) must come
981         before the ones from its generic methods (ie. '!!0' etc).
982
983 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
984
985         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
986
987 2003-11-02  Martin Baulig  <martin@ximian.com>
988
989         * reflection.c (create_generic_typespec): Take a
990         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
991         the generic parameters from it.
992
993 2003-11-02  Martin Baulig  <martin@ximian.com>
994
995         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
996         instead of a `MonoClassField *' since we just need the type.
997         (create_generic_typespec): New static function.  Creates a
998         TypeSpec token for a generic type declaration.
999         (mono_image_get_generic_field_token): New static function.
1000         (mono_image_create_token): If we're a FieldBuilder in a generic
1001         type declaration, call mono_image_get_generic_field_token() to get
1002         the token.
1003
1004 2003-11-02  Martin Baulig  <martin@ximian.com>
1005
1006         * reflection.h
1007         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
1008         `MonoReflectionGenericInst *declaring_type' and
1009         `MonoReflectionGenericInst *reflected_type' fields.
1010
1011         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
1012         `MonoReflectionGenericInst *declaring_type' and a
1013         `MonoReflectionGenericInst *reflected_type' argument instead of a
1014         single `MonoReflectionGenericInst *type' one.  Set
1015         `res->declaring_type' and `res->reflected_type' from them.
1016         (mono_reflection_inflate_field): Likewise.      
1017
1018 2003-11-02  Martin Baulig  <martin@ximian.com>
1019
1020         * class.c (mono_class_setup_vtable): Don't store generic methods
1021         in the vtable.  
1022
1023 2003-11-02  Martin Baulig  <martin@ximian.com>
1024
1025         * reflection.h (MonoReflectionGenericInst): Added
1026         `MonoReflectionType *declaring_type'.
1027
1028         * reflection.c (mono_reflection_bind_generic_parameters): Use
1029         `if (tb->parent)' instead of `klass->parent'.
1030
1031 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
1032
1033         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
1034         with an empty ASSEMBLY table.
1035
1036         * reflection.c (mono_image_build_metadata): Avoid using the same loop
1037         variable in the inner and outer loops.
1038
1039 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
1040
1041         * metadata.h (mono_metadata_make_token): Put parentheses around macro
1042         argument.
1043
1044         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
1045         
1046         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
1047         icalls. Instead, do everything in managed code. This is needed since
1048         it is hard to restore the original domain etc. in unmanaged code in the
1049         presence of undeniable exceptions.
1050
1051         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
1052         New icalls to push and pop appdomain refs.
1053
1054 2003-10-31  Martin Baulig  <martin@ximian.com>
1055
1056         * class.c (inflate_generic_type): Renamed to
1057         mono_class_inflate_generic_type() and made it public.
1058
1059         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
1060         New interncall.
1061
1062         * loader.c (mono_field_from_memberref): Also set the retklass for
1063         typespecs.
1064
1065         * fielder.c (mono_image_get_inflated_field_token): New static
1066         method; creates a metadata token for an inflated field.
1067         (mono_image_create_token, fixup_method): Added support for
1068         "MonoInflatedField".
1069         (fieldbuilder_to_mono_class_field): New static function.
1070         (mono_reflection_inflate_field): New public function.
1071
1072         * reflection.h
1073         (MonoReflectionGenericInst): Added `MonoArray *fields'.
1074         (MonoReflectionInflatedField): New typedef.     
1075
1076 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
1077
1078         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
1079         for Solaris and other platforms without s6_addr16
1080
1081 2003-10-30  Martin Baulig  <martin@ximian.com>
1082
1083         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
1084         argument instead of two.
1085         (mono_class_inflate_generic_signature): Likewise.
1086         (inflate_generic_header): Likewise.
1087         (mono_class_inflate_generic_method): Likewise.  In addition, if
1088         `ginst->klass' is set, it becomes the new `method->klass'.
1089
1090         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
1091         field.
1092
1093         * reflection.c (encode_generic_method_sig): Write a 0xa as the
1094         first byte. [FIXME]
1095         (method_encode_methodspec): If we have generic parameters, create
1096         a MethodSpec instead of a MethodRef.
1097         (fixup_method): Added support for "MonoInflatedMethod" and
1098         "MonoInflatedCtor".
1099         (mono_image_create_token): Added support for "MonoInflatedMethod"
1100         and "MonoInflatedCtor".
1101         (inflated_method_get_object): New static function; returns a
1102         managed "System.Reflection.MonoInflatedMethod" object.
1103         (mono_reflection_bind_generic_method_parameters): Return a
1104         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
1105         (mono_reflection_inflate_method_or_ctor): Likewise.
1106         (mono_image_get_generic_method_param_info): Initialize unused
1107         fields to zero.
1108         (mono_image_get_generic_param_info): Likewise.
1109
1110         * reflection.h (MonoReflectionInflatedMethod): New public
1111         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
1112         "S.R.MonoInflatedCtor" classes.
1113
1114         * loader.c (method_from_memberref): If we're a TypeSpec and it
1115         resolves to a generic instance, inflate the method.
1116
1117 2003-10-28  Dick Porter  <dick@ximian.com>
1118
1119         * object.c (mono_runtime_run_main): Convert command-line arguments
1120         into utf8, falling back to the user's locale encoding to do so.
1121
1122 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
1123
1124         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
1125         at this time.
1126
1127         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
1128
1129         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
1130         up icalls at method definition time. Partially fixes #33569.
1131
1132 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
1133
1134         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
1135         marshalling of arrays. Fixes #50116.
1136
1137         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
1138
1139         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
1140         points to a vtable in the dying appdomain.
1141
1142         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
1143         listeners into unmanaged code inside the lock.
1144
1145         * object.c (mono_class_vtable): Turn off typed allocation in non-root
1146         domains and add some comments.
1147
1148 2003-10-25  Martin Baulig  <martin@ximian.com>
1149
1150         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
1151
1152         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
1153
1154         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
1155         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
1156         currently parsing.  Create the generic class and store it in
1157         `generic_inst->klass' before parsing the type arguments.  This is
1158         required to support "recursive" definitions; see mcs/tests/gen-23.cs
1159         for an example.
1160         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
1161         to support recursive typespec entries.
1162
1163         * class.c (mono_class_setup_parent): If our parent is a generic
1164         instance, we may get called before it has its name set.
1165         (mono_class_from_generic): Splitted into
1166         mono_class_create_from_generic() and mono_class_initialize_generic().
1167
1168 2003-10-25  Martin Baulig  <martin@ximian.com>
1169
1170         * icall.c (ves_icall_Type_BindGenericParameters): Return a
1171         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
1172         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
1173         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
1174
1175         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
1176         (create_typespec): Likewise.
1177         (mono_reflection_bind_generic_parameters): Return a
1178         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
1179         (mono_reflection_inflate_method_or_ctor): New public function.
1180
1181         * reflection.h (MonoReflectionGenericInst): New typedef.        
1182
1183 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
1184
1185         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
1186         inside the domain lock. Fixes #49993.
1187         
1188         * object.c (mono_class_vtable): When typed allocation is used, 
1189         allocate vtables in the GC heap instead of in the mempool, since the
1190         vtables contain GC descriptors which are used by the collector even
1191         after the domain owning the mempool is unloaded.
1192
1193         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
1194
1195         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
1196         reflect what it does. Also invalidate mempools instead of freeing
1197         them if a define is set.
1198
1199         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
1200         of the appdomain.
1201         
1202         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
1203         hold the finalizable objects in this domain.
1204
1205         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
1206         appdomain.
1207
1208         * appdomain.c (mono_domain_set): New function to set the current
1209         appdomain, but only if it is not being unloaded.
1210
1211         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
1212         appdomain which is being unloaded.
1213         
1214         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
1215         unloading of the root appdomain.
1216
1217         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
1218         icall to execute a method in another appdomain. Intended as a 
1219         replacement for InternalSetDomain, which can confuse the code 
1220         generation in the JIT.
1221
1222         * appdomain.c (mono_domain_is_unloading): New function to determine
1223         whenever an appdomain is unloading.
1224
1225         * appdomain.c (mono_domain_unload): New function to correctly unload
1226         an appdomain.
1227
1228         * assembly.c (mono_assembly_load_references): Check that an assembly
1229         does not references itself.
1230
1231         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
1232         domain manually, it asks the finalizer thread to do it, then waits for
1233         the result. Also added a timeout.
1234
1235         * icall.c: Register the new icalls.
1236
1237         * threads.h threads.c: Export the mono_gc_stop_world and 
1238         mono_gc_start_world functions.
1239         
1240         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
1241         function to fill out the mempool with 0x2a.
1242
1243 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
1244
1245         * reflection.h (MonoReflectionMethodAux): New structure to store
1246         information which is rarely used, thus is not in the MonoMethod
1247         structure.
1248
1249         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
1250         store the aux info.
1251
1252         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
1253         and marshalling info into the aux structure.
1254
1255         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
1256         from the aux structure.
1257
1258         * loader.c (mono_method_get_param_names): Retrieve the param names from
1259         the aux structure.
1260         
1261 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
1262
1263         * exception.h exception.c: Add AppDomainUnloadedException && fix 
1264         warning.
1265
1266 2003-10-21  Dick Porter  <dick@ximian.com>
1267
1268         * socket-io.c
1269         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
1270         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
1271
1272 2003-10-21  Martin Baulig  <martin@ximian.com>
1273
1274         * reflection.c (mono_reflection_bind_generic_parameters):
1275         `klass->parent' is NULL for interfaces.
1276
1277 2003-10-21  Martin Baulig  <martin@ximian.com>
1278
1279         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
1280
1281 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
1282
1283         * exception.c (mono_exception_from_name_msg): New helper function for
1284         creating exceptions and initializing their message field.
1285
1286         * exception.c: Simplify functions using the new helper.
1287
1288         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
1289         New function.
1290
1291         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
1292         mono_raise_exception, since otherwise gcc doesn't generate the function
1293         epilog for raise_exception, confusing the stack unwinding in the JIT.
1294         Fixes #45043.
1295
1296         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
1297         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
1298         Fixes #49499.
1299
1300 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1301
1302         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
1303         utf8.
1304
1305 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
1306
1307         * icall.c: Removed GetUninitializedObject method because
1308           AllocateUninitializedClassInstance does the same.
1309
1310 2003-10-18  Martin Baulig  <martin@ximian.com>
1311
1312         * class.c (inflate_generic_signature): Renamed to
1313         mono_class_inflate_generic_signature() and made it public.
1314         (my_mono_class_from_generic_parameter): New static function; if we
1315         don't already have the generic parameter's MonoClass, create a
1316         very simple one which is just used internally in the runtime and
1317         not passed back to managed code.
1318
1319         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
1320
1321         * metadata.h (MonoMethodSignature): Moved the
1322         `MonoGenericParam *gen_params' to the MonoMethodHeader.
1323         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
1324
1325         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
1326         ves_icall_MonoMethod_GetGenericArguments(); this is now an
1327         interncall on the MonoMethod class, not on MethodInfo.
1328         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
1329         calling mono_reflection_bind_generic_method_parameters() directly.
1330
1331         * loader.c (mono_method_get_signature): If this is a MethodSpec;
1332         return the already computed `method->signature'.
1333         (method_from_methodspec): New static function to load a method
1334         from a MethodSpec entry.
1335         (mono_get_method_from_token): Call the new method_from_methodspec()
1336         for MethodSpec tokens.  
1337         (mono_get_method_from_token): If we're a generic method, load the
1338         type parameters.
1339
1340         * reflection.c (mono_image_get_memberref_token): Allow
1341         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
1342         table.
1343         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
1344         (mono_image_create_token): First check whether it's a generic
1345         method (so we'd need to create a MethodSpec), then do the other
1346         two alternatives.
1347         (mono_reflection_bind_generic_method_parameters): Return a
1348         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
1349         called directly from the interncall.
1350
1351 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
1352
1353         * reflection.c (load_public_key): Move loading of the public key
1354         into managed code.
1355
1356         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
1357
1358         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
1359         fields.
1360
1361         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
1362         culture, hash_alg and public_key. Fixes #49555.
1363
1364 2003-10-17  Martin Baulig  <martin@ximian.com>
1365
1366         * class.h (MonoGenericInst): Moved this declaration here and added
1367         `MonoMethod *generic_method'.
1368
1369         * icall.c
1370         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
1371         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
1372
1373         * metadata.c (mono_metadata_type_equal): Two types of
1374         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
1375         index; ie. don't compare the address of the `MonoGenericParam'
1376         structure.
1377         (mono_metadata_load_generic_params): Removed the `MonoMethod
1378         *method' argument.
1379
1380         * metadata.h (MonoGenericInst): Moved declaration to class.h.
1381         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
1382
1383         * reflection.c (method_encode_signature): Encode the number of
1384         generic parameters.
1385         (encode_generic_method_sig): New static function.
1386         (method_encode_methodspec): New static function; creates an entry
1387         in the MethodSpec table for a generic method.
1388         (mono_image_get_methodspec_token): New static function.
1389         (mono_image_create_token): Call mono_image_get_methodspec_token()
1390         for generic methods.
1391         (mono_reflection_bind_generic_method_parameters): New public
1392         function.  Instantiates a generic method.
1393
1394 2003-10-16  Martin Baulig  <martin@ximian.com>
1395
1396         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
1397         *gen_params' here from MonoMethodHeader.
1398
1399         * metadata.c (mono_metadata_parse_method_signature): If we have
1400         generic parameters, initialize `method->gen_params' and then set
1401         the correct `type->data.generic_param' in all the parameters.
1402
1403 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
1404
1405         * threads.c (mono_threads_get_default_stacksize): New function to 
1406         return the default stacksize.
1407
1408         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
1409         termination of the finalizer thread, since the previous method had
1410         race conditions. Fixes #49628.
1411
1412         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
1413         as for the other managed threads.
1414
1415 2003-10-16  Martin Baulig  <martin@ximian.com>
1416
1417         * class.c (inflate_generic_signature): Copy `generic_param_count'
1418         and `gen_params'.
1419
1420         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
1421         New interncall.
1422
1423         * metadata.c (mono_metadata_parse_method_signature): Actually set
1424         the `method->generic_param_count' here.
1425         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
1426
1427 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
1428
1429         * object.h: Add a new field to TypedRef to simplify the implementation
1430         of the REFANY opcodes in the JIT.
1431
1432         * icall.c: Make use of the new field.
1433
1434         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
1435         dynamically.
1436
1437 2003-10-15  Martin Baulig  <martin@ximian.com>
1438
1439         * class.c (mono_class_from_gen_param): Renamed to
1440         mono_class_from_generic_parameter() and moved most of the
1441         functionality from mono_reflection_define_generic_parameter()
1442         here; ie. we create a "real" class here.
1443         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
1444         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
1445         previously been called.
1446
1447         * class.h (MonoGenericParam): Moved the declaration of this struct
1448         here from metadata.h and added `MonoMethod *method'.
1449
1450         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
1451         interncall.
1452
1453         * loader.c (mono_get_method_from_token): If we have any generic
1454         parameters, call mono_metadata_load_generic_params() to read them
1455         from the MONO_TABLE_GENERICPAR.
1456
1457         * metadata.c (mono_metadata_load_generic_params): Added
1458         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
1459
1460         * metadata.h (MonoMethodSignature): Replaced
1461         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
1462         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
1463
1464         * reflection.c (mono_reflection_define_generic_parameter): Moved
1465         most of the functionality into the new
1466         mono_class_from_generic_parameter(); set the `method' field if
1467         we're a method parameter.       
1468
1469 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
1470
1471         * marshal.c (emit_struct_conv): if native size is 0
1472         emit no code.
1473
1474 2003-10-14  Martin Baulig  <martin@ximian.com>
1475
1476         * icall.c: The generics API has changed in the spec since it was
1477         added to System.Type; these modifications make it match the spec
1478         again.
1479         (ves_icall_Type_GetGenericParameters): Renamed to
1480         `ves_icall_Type_GetGenericArguments'.
1481         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
1482         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
1483         `ves_icall_MonoType_get_HasGenericArguments'.
1484         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
1485         `ves_icall_MonoType_get_IsGenericParameter'.
1486         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
1487         this is no interncall anymore.
1488         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
1489         `ves_icall_TypeBuilder_get_IsGenericParameter'.
1490
1491 2003-10-14  Martin Baulig  <martin@ximian.com>
1492
1493         * reflection.c (mono_reflection_bind_generic_parameters): Also
1494         inflate generic methods if we're reading the class from IL.
1495
1496 2003-10-13  Martin Baulig  <martin@ximian.com>
1497
1498         * reflection.c (mono_reflection_define_generic_parameter): This
1499         method isn't called directly from the icall anymore; take a
1500         `MonoReflectionAssemblyBuilder *' so we can use this for type and
1501         method generic parameters.
1502         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
1503         (method_builder_encode_signature): Encode generic parameters.
1504         (mono_image_get_method_info): Write generic params to the
1505         MONO_TABLE_GENERICPARAM table.
1506
1507         * reflection.h (MonoReflectionMethodBuilder): Added
1508         `MonoArray *generic_params'.
1509
1510         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
1511
1512         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
1513         wrapper for mono_reflection_define_generic_parameter().
1514         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
1515
1516 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
1517
1518         * marshal.h: Add missing function to fix build.
1519
1520         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
1521         the SetLastError pinvoke attribute.
1522
1523         * marshal.c (mono_marshal_set_last_error): New helper function called
1524         by the generated code.
1525         
1526         * marshal.c (mono_mb_emit_branch): New helper function.
1527
1528         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
1529
1530         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
1531         classes as parameters and return values of delegates. Fixes #29256. 
1532
1533 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
1534
1535         * locales.c: use gint32 in non HAVE_ICU case
1536
1537 2003-10-11  Martin Baulig  <martin@ximian.com>
1538
1539         * mono-debug.c (mono_debug_add_method): Added a workaround for
1540         bug #48591.
1541
1542 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
1543
1544         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
1545         delegates passed to native code must use the STDCALL calling 
1546         convention. Fixes #35987.
1547
1548 2003-10-10  Martin Baulig  <martin@ximian.com>
1549
1550         * class.c (inflate_generic_type): If we're inflating for a generic
1551         type instance (and not for a generic method), return
1552         MONO_TYPE_MVAR unchanged.
1553
1554 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1555
1556         * string-icalls.c: Join ignores null strings in the source array.
1557         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
1558         * threads.c: GetAvailableTheads is slightly more accurate.
1559
1560 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
1561
1562         * threads.h threads.c : add mono_threads_set_default_stacksize
1563         and pass default to CreateThread calls.
1564
1565 2003-10-09  Dick Porter  <dick@ximian.com>
1566
1567         * icall.c:
1568         * locales.h:
1569         * locales.c: Internal calls for constructing CultureInfo and
1570         related objects from libicu (if its available.)
1571
1572 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
1573
1574         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
1575
1576 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1577
1578         * threadpool.c: added an argument to async_invoke_thread that is the
1579         item to process, pass the MonoAsyncResult to the thread start function
1580         when creating a new thread. This way we don't need to acquire any lock
1581         when we're creating a new thread. Readded a semaphore for faster
1582         response times (instead of that Sleep i added).
1583
1584 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
1585
1586         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
1587         get daylight change dates better on Windows, fix handling
1588         of platforms without tm_gmtoff.
1589
1590 2003-10-06  Martin Baulig  <martin@ximian.com>
1591
1592         * class.c (inflate_generic_method): Renamed to
1593         mono_class_inflate_generic_method() and made public.
1594         (mono_class_init): Don't inflate the generic methods here.
1595         (mono_class_from_generic): Added `gboolean inflate_methods'
1596         argument.  Inflate the methods here.
1597
1598         * loader.c (mono_method_get_param_names): Ignore instances of
1599         generic types for the moment.
1600
1601         * reflection.c (fixup_method): Added support for inflated methods.
1602         (mono_image_create_token): Use mono_image_get_methodref_token()
1603         for inflated methods.
1604         (mono_custom_attrs_from_param): Ignore instances of generic types
1605         for the moment.
1606         (mono_reflection_bind_generic_parameters): New public function.
1607         Moved all the functionality from
1608         ves_icall_Type_BindGenericParameters() here and added support for
1609         dynamic types.
1610         (mono_reflection_define_generic_parameter): Initialize
1611         `klass->methods' here.
1612
1613         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
1614         functionality into mono_reflection_define_generic_parameter().
1615         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
1616         TypeBuilder, return that TypeBuilder.
1617
1618 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1619
1620         * appdomain.c: removed mono_delegate_semaphore.
1621
1622         * threadpool.c:
1623         (mono_thread_pool_add): moved hash table creation inside and the thread 
1624         creation outside of the critical region.
1625         (mono_thread_pool_finish): removed obsolete code.
1626         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
1627         continue or exit the thread depending on the queue.
1628
1629 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
1630
1631         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
1632         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
1633         handle more bool marshalling options
1634
1635 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
1636
1637         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
1638         arrays of structs. Also add a more descriptive error message when
1639         a structure member is marshalled as LPArray.
1640
1641 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
1642
1643         * marshal.c (mono_marshal_get_native_wrapper): Add support for
1644         marshalling arrays of complex types. Fixes #29098. Also remove an
1645         usused and incomplete function.
1646
1647 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
1648
1649         * gc.c: report heap_size - free_bytes as total memory allocated
1650         (bug#49362).
1651
1652 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
1653
1654         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
1655         fix timezone handling problems on Windows.
1656         
1657         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
1658         asserts when the year is outside the range handled by ms the functions.
1659
1660         * class.c (setup_interface_offsets): If the class is an interface,
1661         fill out its interface_offsets slot.
1662
1663 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1664
1665         * threadpool.c: mark threadpool threads as background.
1666
1667 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
1668
1669         * decimal.c - define DECINLINE to nothing if not using GCC
1670
1671 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
1672
1673         * assembly.c: More refcount fixes.
1674
1675 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1676
1677         * string-icalls.c: if we're not trimming, return the same string.
1678         When not splitting, don't create a new string.
1679
1680 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1681
1682         * image.c:
1683         (mono_image_open): increment the ref_count inside the critical section.
1684
1685 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
1686
1687         * image.c (mono_image_open): Fix reference counting bug.
1688
1689 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
1690
1691         * marshal.c (mono_marshal_type_size) struct alignment changed for 
1692         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
1693         64bits. Avoid leak in mono_marshal_get_native_wrapper when
1694         mono_lookup_pinvoke_call throws.        
1695
1696 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
1697
1698         * reflection.c (mono_reflection_parse_type): Fix #49114.
1699
1700         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
1701         temporary workaround for cygwin header problem.
1702
1703         * object.c (mono_object_isinst): Synchronize this with the code
1704         generated by the JIT for casts.
1705
1706 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
1707
1708         * reflection.c (encode_type): Fix #38332.
1709
1710 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
1711
1712         * marshal.c (mono_marshal_method_from_wrapper): New function to return
1713         the original method from the wrapper method.
1714
1715 2003-09-25  Martin Baulig  <martin@ximian.com>
1716
1717         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
1718         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
1719         (ves_icall_Type_get_IsGenericInstance): New interncall.
1720
1721 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
1722
1723         * object.c: fix cast warning in big endian code.
1724
1725 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
1726
1727         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
1728         
1729 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1730
1731         * assembly.c: don't call check_env from mono_assembly_load. It's
1732         already done once in mono_assemblies_init and may cause headaches when
1733         multiple threads are loading assemblies.
1734
1735 2003-09-19  Martin Baulig  <martin@ximian.com>
1736
1737         * reflection.c (mono_reflection_define_generic_parameter): Don't
1738         allocate `klass->methods', set `klass->flags' to
1739         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
1740
1741 2003-09-18  Martin Baulig  <martin@ximian.com>
1742
1743         * class.c (mono_class_init): Don't create `class->methods' if it's
1744         already initialized.
1745
1746         * metadata.c (mono_metadata_load_generic_params): Make this
1747         actually work.
1748
1749         * reflection.c (mono_reflection_define_generic_parameter): Set
1750         parent class and interfaces from the constraints.
1751
1752         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
1753         to keep this struct in sync with the declaration in TypeBuilder.cs.
1754
1755 2003-09-17  Martin Baulig  <martin@ximian.com>
1756
1757         * metadata.h (MonoType): Replaced the data's `int type_param'
1758         field with `MonoGenericParam *generic_param'.
1759         (MonoGenericParam): Added `MonoClass *klass'.
1760
1761         * class.c (mono_class_from_gen_param): Removed the
1762         `MonoImage *image' and `int type_num' arguments.
1763
1764         * metadata.c (mono_metadata_parse_generic_param): New static
1765         method; creates a MonoGenericParam which just contains the index.
1766         (do_mono_metadata_parse_type): Call
1767         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
1768         MONO_TYPE_MVAR.
1769
1770         * reflection.c (mono_image_typedef_or_ref): Generic type
1771         parameters may be in the same assembly, but never use a typedef
1772         for them.
1773         (mono_reflection_define_generic_parameter): We're now creating a
1774         "real" class for the type parameter; it's now safe to call
1775         mono_class_from_mono_type() on the class'es type, it'll do the
1776         right thing.
1777
1778 2003-09-16  Martin Baulig  <martin@ximian.com>
1779
1780         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
1781         `symfile->range_entry_size' and `symfile->class_entry_size' here;
1782         the `symfile' data structure must be fully initialized before it
1783         gets added to the table.
1784
1785 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
1786
1787         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
1788
1789         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
1790         class init trampolines.
1791
1792 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
1793
1794         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
1795         to the built-in profiler to turn off time and allocation profiling
1796         respectively.
1797
1798 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
1799
1800         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
1801         g_direct_equal.
1802
1803         * debug-helpers.c (mono_method_full_name): Print the wrapper type
1804         in human readable form.
1805
1806 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
1807
1808         * reflection.c icall.c: Fixed warnings.
1809
1810         * image.c (load_class_names): Use a temporary hash table to hold the
1811         namespaces in order to avoid doing many string comparisons.
1812
1813         * image.h: Fix typo.
1814
1815         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
1816         Pass NULL instead of g_direct_equal to the GHashTable constructor 
1817         since the NULL case is short-circuited inside g_hash_table_lookup, 
1818         leading to better performance.  
1819
1820         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
1821         obtain the first custom attribute for a given index. Depends on the
1822         CustomAttribute table being sorted by the parent field.
1823
1824         * reflection.c (mono_custom_attrs_from_index): Use the new function 
1825         for better performance.
1826
1827 2003-09-07  Martin Baulig  <martin@ximian.com>
1828
1829         * class.c (mono_class_init): If we're a generic instance, inflate
1830         all our methods instead of loading them from the image.
1831         (mono_class_from_generic): Set `class->methods = gklass->methods'.
1832
1833 2003-09-07  Martin Baulig  <martin@ximian.com>
1834
1835         * mono-debug-debugger.c: Added support for constructors.
1836
1837 2003-09-06  Martin Baulig  <martin@ximian.com>
1838
1839         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
1840         New interncall.
1841
1842         * reflection.c (mono_reflection_setup_generic_class): Call
1843         ensure_runtime_vtable() to create the vtable.
1844
1845 2003-09-05  Martin Baulig  <martin@ximian.com>
1846
1847         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
1848         MONO_TYPE_MVAR.
1849
1850 2003-09-04  Martin Baulig  <martin@ximian.com>
1851
1852         * reflection.c (mono_reflection_define_generic_parameter): Generic
1853         parameters start with zero.
1854
1855 2003-09-04  Martin Baulig  <martin@ximian.com>
1856
1857         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
1858
1859         * reflection.h (MonoReflectionGenericParam): New typedef.
1860         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
1861         the generic parameters from the managed TypeBuilder.
1862
1863         * reflection.c (mono_reflection_define_generic_parameter): New function.
1864         (mono_reflection_create_runtime_class): Encode generic parameters.
1865         (mono_reflection_setup_generic_class): New function; this is
1866         called after adding adding all generic params to the TypeBuilder.
1867         (encode_type): Added MONO_TYPE_VAR.
1868
1869 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
1870
1871         * class.h class.c (mono_class_needs_cctor_run): Moved this method
1872         here from the JIT.
1873
1874         * assembly.h assembly.c: Moved the AOT loading code into an assembly
1875         load hook.
1876
1877 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
1878
1879         * reflection.h reflection.c class.h class.c: Delete duplicate 
1880         definition of mono_type_get_name () from reflection.c and export the
1881         one in class.c.
1882
1883         * class.c: Class loading fixes from Bernie Solomon 
1884         (bernard@ugsolutions.com).
1885
1886         * reflection.c: Endianness fixes from Bernie Solomon 
1887         (bernard@ugsolutions.com).
1888         
1889 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
1890
1891         * assembly.h assembly.c: Define a file format version for AOT
1892         libraries.
1893         
1894         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
1895
1896         * appdomain.h (MonoJitInfo): New field to determine whenever the
1897         code is domain neutral.
1898         
1899 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
1900
1901         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
1902
1903 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
1904
1905         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
1906         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
1907         Avoid caching the result since strings must be domain specific. Fixes
1908         #48050.
1909
1910 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
1911
1912         * marshal.c (mono_marshal_init): Make this callable multiple times
1913         since it is hard to find a correct place to call it.
1914
1915         * object.c (mono_runtime_class_init): Execute static constructors in
1916         the correct appdomain.
1917
1918         * image.c (build_guid_table): Handle the case when multiple images have
1919         the same GUID.
1920
1921 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1922
1923         * icall.c: added a couple of icalls for System.Web.
1924
1925 2003-08-28  Martin Baulig  <martin@ximian.com>
1926
1927         * icall.c (ves_icall_Type_BindGenericParameters): Use
1928         `klass->generic_inst' instead of `&klass->byval_arg' in the
1929         mono_type_get_object() call.  The returned type must be
1930         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
1931
1932 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
1933
1934         * NOTES: New file.
1935
1936         * object.c (mono_class_proxy_vtable): Make it thread safe.
1937
1938         * pedump.c: Fix warning.
1939
1940         * object.c appdomain.h: Get rid of metadata_section. 
1941         It is no longer needed and it was causing deadlocks with domain->lock.
1942
1943         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
1944
1945 2003-08-26  Martin Baulig  <martin@ximian.com>
1946
1947         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
1948
1949 2003-08-26  Martin Baulig  <martin@ximian.com>
1950
1951         * pedump.c (main): Call mono_metadata_init(),
1952         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
1953         and mono_loader_init().
1954
1955 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
1956
1957         * loader.h: Add missing include to fix build.
1958
1959         * image.h: mono_image_load_references is no more.
1960
1961         * assembly.c: Reworked assembly loading to make it really thread safe.
1962         After these changes, the assembly returned by mono_assembly_open is
1963         fully initialized, i.e. all its references assemblies are loaded.
1964
1965         * assembly.c (mono_image_load_references): Renamed to 
1966         mono_assembly_load_references, and made private, since clients no
1967         longer need to call it.
1968
1969         * class.c: Removed calls to mono_assembly_load_references, since it was
1970         a source of deadlocks.
1971
1972         * loader.h loader.c class.h class.c: Protect data structures using a 
1973         new lock, the loader lock.
1974
1975         * class.c (mono_class_setup_vtable): Create temporary hash tables and
1976         GPtrArrays only when needed.
1977
1978         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
1979         into empty structures by mcs. Fixes pinvoke7.cs.
1980         
1981         * domain.c (mono_init): Call a new initialization function.
1982
1983         * appdomain.c (mono_runtime_init): Call the new initializer function
1984         of the marshal module.
1985
1986         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
1987         inserted into empty structures by mcs. Fixes pinvoke7.cs.
1988
1989         * marshal.h marshal.c: Added locks around the wrapper caches to make
1990         this module thread safe.
1991
1992         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
1993         this argument. Fixes pinvoke1.exe.
1994
1995 2003-08-25  Lluis Sanchez <lluis@ximian.com>
1996
1997         * object.h: Added call_type field to MonoMethodMessage and the corresponding
1998         enumeration of values. Removed fields to store remote call output values in
1999         MonoAsyncResult. Not needed any more.
2000         * object.c: Initialize call_type and async_result fields in mono_message_init.
2001         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
2002         dispatching the message.
2003         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
2004         async call to finish. To do it use a message with EndInvoke call type.
2005
2006 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
2007
2008         * loader.h loader.c (mono_method_hash_marhal_info): New function which
2009         determines whenever a method has marshalling info.
2010
2011 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2012
2013         * assembly.c: fix the build on windows.
2014
2015 2003-08-22 Lluis Sanchez <lluis@ximian.com>
2016
2017         * object.cs: Fixed bug #47785.
2018
2019 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
2020
2021         * string-icalls.c (StringReplace): If their are no occurances of
2022         the old string found return a reference to the supplied
2023         string. This saves some memory and matches MS behavoir.
2024         
2025 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2026
2027         * socket-io.c: fixed compilation for systems that define AF_INET6
2028         and don't define SOL_IP/SOL_IPV6.
2029
2030 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
2031
2032         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
2033         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
2034
2035         * rawbuffer.c rawbuffer.h: Make this module thread safe.
2036
2037         * domain.c: Make this module thread safe.
2038
2039         * domain.c (mono_init): Call new initialization function.
2040
2041         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
2042         reference types too. Fixes #38812.
2043
2044         * image.c (mono_image_init): Fixed warnings.
2045
2046         * class.c (mono_class_from_typeref): Handle assembly load failure
2047         correctly.
2048
2049         * appdomain.c (add_assemblies_to_domain): Handle the case when
2050         the references of an assembly are not yet loaded.
2051
2052         * metadata.c image.c assembly.c: Moved initialization of global
2053         variables to a separate function called at startup since lazy 
2054         initialization of these variables is not thread safe.
2055         
2056         * image.c assembly.c: Made this module thread safe by adding locks in 
2057         the appropriate places.
2058
2059         * domain.c (mono_init): Call the new initialization functions of the
2060         three modules.
2061
2062 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
2063
2064         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
2065           make a direct call. It is proxy's work to make the call asynchronous.
2066           mono_delegate_end_invoke(): If the targe is a proxy, just collect
2067           the return values.
2068         * object.cs: mono_method_call_message_new(): read AsyncResult and
2069           state object from parameters list, if this info is requested.
2070         * object.h: Added fields to store remote call output values in
2071           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
2072
2073 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
2074
2075         * object.h: add needed fields to MonoThread.
2076         * threads.c, threads.h: allow registering a function to cleanup data
2077         allocated per thread by the JIT.
2078
2079 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
2080
2081         * loader.h: portability fix by Bernie Solomon
2082         * <bernard@ugsolutions.com>.
2083
2084 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
2085
2086         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
2087         return a MonoArray. This simplifies the code and also ensures that
2088         the cache allways contains an object reference as a value.
2089
2090         * icall.c (ves_icall_get_parameter_info): Simplified using the new
2091         function.
2092
2093 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2094
2095         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
2096         fixes a problem with byte ordering when getting the address family for
2097         a socket.
2098
2099 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
2100
2101         * .cvsignore: Added monosn.
2102
2103         * reflection.h reflection.c loader.c: Added support for parameter
2104         marshalling to dynamically created types. Fixes #47295.
2105
2106 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
2107
2108         * rand.c: remove useless warnings.
2109
2110 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
2111
2112         * class.c: implemented ldtoken for methods and fieldrefs.
2113
2114 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2115
2116         * threadpool.c: when mono_async_invoke was called, no one took care of
2117         monitoring the queue. So if the method invoked took some time and we
2118         got new async invoke requests after 500 ms (the thread created waited
2119         that long in WaitForSingleObject), the new async invoke was not called
2120         until the previous one finished.
2121
2122         This is fixed now. Thanks to Totte for helping with it.
2123
2124 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2125
2126         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
2127
2128 2003-08-11  Martin Baulig  <martin@ximian.com>
2129
2130         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
2131
2132 2003-08-06  Martin Baulig  <martin@ximian.com>
2133
2134         * mono-debug-debugger.c: Added support for static fields,
2135         properties and methods.
2136
2137 2003-08-06  Martin Baulig  <martin@ximian.com>
2138
2139         * mono-debug-debugger.c: Don't store the MonoString's vtable to
2140         make this work for applications with multiple application domains.
2141
2142 2003-08-04  Martin Baulig  <martin@ximian.com>
2143
2144         * mono-debug-debugger.c: Completely reworked the type support; the
2145         most important thing is that we're now just using one single
2146         `MonoType' instance per type.
2147
2148 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
2149
2150         * mono-endian.h, mono-endian.c, icall.c: Added icall
2151         ves_icall_System_Double_AssertEndianity to assert double word endianity
2152         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
2153
2154 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
2155
2156         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
2157         support, icalls and fixes.
2158
2159 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
2160
2161         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
2162         classes that are a punctuation character in .NET is not the same a
2163         g_unichar_ispunct.
2164
2165 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
2166
2167         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
2168
2169 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
2170
2171         * icall.c: Add new MemCopy internalcall.
2172         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
2173         Simplified code; It is not necessary to handle all the cases here,
2174         as the C# code takes care of it.  Only handle the case of the name
2175         resource embedded into the assembly.
2176
2177         Changed signature to return the data pointer and the size of the
2178         data. 
2179
2180 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
2181
2182         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
2183         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
2184
2185 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
2186
2187         * socket-io.c: ignore EINTR error in select.
2188
2189 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
2190
2191         * class.h, class.c: removed unused subclasses field in MonoClass.
2192
2193 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
2194
2195         * icall.c: improve fix of get_base_definition(). If the parent class
2196           doesn't have the mehod, look at the parent of the parent.
2197         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
2198           to check if a parameter is an in or out parameter
2199           (PARAM_ATTRIBUTE_IN is not set by default).
2200           mono_method_return_message_restore(): Use mono_class_value_size to
2201           get the size of a value type. mono_type_stack_size (parameterType)
2202           does not return the correct value if parameterType is byRef.
2203           mono_load_remote_field(), mono_load_remote_field_new(),
2204           mono_store_remote_field(), mono_store_remote_field_new():
2205           raise exception if the remote call returns an exception.
2206
2207 2003-07-28  Martin Baulig  <martin@ximian.com>
2208
2209         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
2210         method.  This is a wrapper around mono_runtime_invoke() which
2211         boxes the instance object if neccessary.
2212
2213 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
2214
2215         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
2216         metadata.h, row-indexes.h, verify.c: first cut of generics support.
2217
2218 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
2219
2220         * icall.c: disable mcs bug workaround.
2221
2222 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
2223
2224         * object.c (mono_runtime_class_init): Take the metadata_section
2225         mutex before obtaining the domain mutex.
2226
2227         * appdomain.h: Added definition of metadata_section mutex here. 
2228
2229         * object.c: define metadata_mutex here.
2230
2231 2003-07-24  Ravi Pratap  <ravi@ximian.com>
2232
2233         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
2234         fixed.
2235
2236 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
2237
2238         * reflection.c: Fix bug #46669
2239
2240 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2241
2242         * exception.c:
2243         * exception.h:
2244         * icall.c:
2245         * object.h: fill in the type name for TypeLoadException.
2246
2247 2003-07-23  Ravi Pratap  <ravi@ximian.com>
2248
2249         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
2250         relationship between TypeBuilders while compiling corlib) and bug
2251         45993 (Array types returned from the runtime while compiling
2252         corlib were from the loaded corlib).
2253
2254 2003-07-22  Martin Baulig  <martin@ximian.com>
2255
2256         * mono-debug-debugger.c: Reworked the type support a bit more;
2257         distinguish between types and classes.
2258
2259 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
2260
2261         * icall.c: add IsArrayImpl icall.
2262
2263 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
2264
2265         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
2266         initializing real_size only once. Also fix bug #46602.
2267
2268 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
2269
2270         * object.c: Renamed mono_metadata_section to metadata_section.
2271
2272 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
2273
2274         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
2275           empty array if the type is an array. Fixed.
2276           ves_icall_MonoMethod_get_base_definition: if the base method
2277           is abstract, get the MethodInfo from the list of methods of
2278           the class.
2279         * reflection.c: ParameterInfo.PositionImpl should be zero-based
2280           and it was 1-based. Fixed in mono_param_get_objects.
2281
2282 2003-07-20  Martin Baulig  <martin@ximian.com>
2283
2284         * mono-debug.h: Set version number to 31.
2285         (mono_debug_init): Added `MonoDomain *' argument.
2286
2287         * mono-debug-debugger.c: Reworked the type support; explicitly
2288         tell the debugger about builtin types; pass the `klass' address to
2289         the debugger.
2290
2291 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
2292
2293         * image.c: Allow new metadata tables to be loaded without a
2294         warning. Also update the warning message to give the new constant value.
2295                 
2296 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
2297
2298         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
2299         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
2300         array type representation changes.
2301
2302 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
2303
2304         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
2305         on Environment.Exit () call.
2306
2307 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
2308
2309         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
2310         requires a matching corlib.
2311
2312 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
2313
2314         * Changelog: My editor decided to add a CR to each line. Sorry about that.
2315           Committed again without the CRs.
2316         
2317 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
2318
2319         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
2320           getting it from the "this" socket instance. Did not work
2321           if the socket is a subclass of Socket.
2322           Also fixed bug #35371.
2323
2324 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
2325
2326         * metadata.c: fixed size for TypedByRef.
2327         * loader.c: when searching for a method, consider the vararg amrker.
2328         * unicode.c, decimal.c: constify some arrays.
2329
2330 2003-07-15  Dick Porter  <dick@ximian.com>
2331
2332         * socket-io.c: Fixed compilation for gcc < 3.2.
2333
2334         Fixed compilation for machines that don't have AF_INET6 (thanks to
2335         Bernie Solomon <bernard@ugsolutions.com> for that part.)
2336
2337         Fixed compile warnings.
2338         
2339         Fixed formatting and line endings.
2340
2341 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
2342
2343         * socket-io.h:
2344         * socket-io.c: Added IPv6 support.
2345
2346 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
2347
2348         * class.c (mono_class_is_assignable_from): New function to implement
2349         the is_assignable_from logic. Used by mono_object_isinst, 
2350         Type::IsAssignableFrom () and the interpreter.
2351
2352         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
2353         Object, even interfaces.
2354         
2355         * object.c (mono_object_isinst): Implement in terms of 
2356         is_assignable_from.
2357
2358         * icall.c (ves_icall_type_is_assignable_from): New icall.
2359
2360 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
2361
2362         * domain.c (foreach_domain): fix compiler warning.
2363
2364 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
2365
2366         * image.c (load_metadata_ptrs): use g_strndup because strndup is
2367         not available on all plattforms
2368
2369 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
2370
2371         * image.h image.c: Store the metadata version string in MonoImage.
2372         * icall.c: New icall to retrieve the image version.
2373         * reflection.c (create_dynamic_image): Fill in the image version field
2374         * reflection.c (build_compressed_metadata): Use the image version
2375         from the image structure.
2376
2377 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2378
2379         * appdomain.c: modified comment.
2380         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
2381         That will be its last iteration when mono_gc_cleanup is called from
2382         mono_runtime_cleanup and before the domain is unloaded.
2383
2384         Fixes bug #45962.
2385
2386 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
2387
2388         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
2389         attributes.
2390
2391 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
2392
2393         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
2394         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
2395         Bernie Solomon <bernard@ugsolutions.com>.
2396
2397 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
2398
2399         * object.c, object.h: provide mono_object_new_fast() for faster
2400         allocation in some special cases.
2401
2402 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
2403
2404         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
2405         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
2406
2407 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
2408
2409         * threadpool.c: fix leaks.
2410
2411 2003-07-01  Dick Porter  <dick@ximian.com>
2412
2413         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
2414         using MonoGHashTables.  Fixes threadpool bug posted to list.
2415
2416 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
2417
2418         * image.h, image.c: added support to load an assembly from a byte array.
2419         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
2420         assembly bundle support.
2421
2422 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
2423
2424         * threadpool.c (mono_thread_pool_add): keep a reference to the
2425         AsyncResult to prevent GC
2426
2427 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
2428
2429         * class.c: leak fix.
2430
2431 2003-06-25  Dick Porter  <dick@ximian.com>
2432
2433         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
2434         for the async object, the WaitHandle object will close the handle.
2435         Fixes bug 45321.
2436
2437 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
2438
2439         * class.c: in mono_array_class_get (), lookup from the hash with the
2440         same type we insert: this works around a bug in
2441         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
2442         lluis. The real fix will have to wait for after the release.
2443
2444 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
2445
2446         * icall.c: fix memory leak when getting type members.
2447
2448 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
2449
2450         * reflection.c: added more pubtoken special cases.
2451
2452 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
2453
2454         * class.c: handle field offset correctly when class size
2455         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
2456
2457 2003-06-20  Martin Baulig  <martin@ximian.com>
2458
2459         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
2460         *image' field.
2461
2462 2003-06-20  Martin Baulig  <martin@ximian.com>
2463
2464         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
2465
2466 2003-06-20  Martin Baulig  <martin@ximian.com>
2467
2468         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
2469         just distinguish between variables in registers and variables at
2470         an offset relative to a register.
2471
2472 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2473
2474         * icall.c: #ifdef out latest changes until mcs is fixed.
2475
2476 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
2477
2478         * icall.c: return members in metadata order.
2479
2480 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
2481
2482         * icall.c: avoid infinite loop in GetTimeZoneData.
2483
2484 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
2485
2486         * icall.c: added Marshal.Prelink/All icalls.
2487
2488 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
2489
2490         * object.c, object.h: fix warnings and do some overflow checking
2491         when creating arrays.
2492
2493 2003-06-17  Dick Porter  <dick@ximian.com>
2494
2495         * file-io.h:
2496         * file-io.c: File attributes need to be tweaked slightly when
2497         passed from the managed to the w32 world.
2498
2499 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
2500         * profiler.h profiler-private.h profiler.c: Rework last patch
2501         based on suggestion by Paolo.
2502         
2503 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
2504
2505         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
2506         instruction level coverage data collection.
2507         * profiler.h profiler.c (: Added new callback function which can be
2508         used by the profiler to limit which functions should have coverage
2509         instrumentation.
2510         * profiler.c (mono_profiler_load): Call g_module_build_path to
2511         generate the file name of the profiler library.
2512
2513 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
2514
2515         * profiler.c, profiler.h, profiler-private.h: added basic block 
2516         coverage profiling API.
2517
2518 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
2519
2520         * reflection.c (mono_reflection_create_runtime_class): Add support
2521         for events in dynamically generated code.
2522
2523         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
2524         not allocated.
2525
2526 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
2527
2528         * icall.c: when getting timezone info, return reasonable values if we
2529         can't get the actual data.
2530
2531 2003-06-14  Dick Porter  <dick@ximian.com>
2532
2533         * threads.c (start_wrapper): Remove the reference to the thread
2534         object in the TLS data, so the thread object can be finalized.
2535         This won't be reached if the thread threw an uncaught exception,
2536         so those thread handles will stay referenced :-( (This is due to
2537         missing support for scanning thread-specific data in the Boehm GC
2538         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
2539
2540 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
2541
2542         * reflection.c: ensure streams and tables are first allocated with
2543         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
2544
2545 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
2546
2547         * icall.c: fixed GetElementType for byrefs (bug# 44792).
2548
2549 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
2550
2551         * reflection.c (mono_reflection_create_runtime_class): Add support for
2552         properties to dynamically created classes.
2553         * reflection.c: Fix a few places where non-MonoObjects were inserted
2554         into the tokens hashtable.
2555
2556 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
2557
2558         * object.c: some support to handle out of memory exceptions.
2559
2560 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
2561
2562         * marshal.c (mono_marshal_get_native_wrapper): support reference
2563         return types
2564
2565 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
2566
2567         * object.h, object.c: more portability stuff from Bernie Solomon.
2568         Unexport mono_object_allocate(). Added mono_object_unbox ().
2569         Set exitcode when an unhandled exception is thrown.
2570
2571 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
2572
2573         * marshal.c (mono_marshal_get_native_wrapper): use custom
2574         marshaler for return types.
2575
2576 2003-06-10  Dick Porter  <dick@ximian.com>
2577
2578         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
2579         ip_mreq is available
2580
2581 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
2582
2583         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
2584         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
2585         by Bernie Solomon <bernard@ugsolutions.com>.
2586
2587 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
2588
2589         * gc.c (mono_gc_init): Avoid error message on shutdown when
2590         GC_DONT_GC=1 is used.
2591
2592         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
2593         New icall to return the GUID of a module.
2594
2595 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
2596
2597         * class.c: ensure instance size always includes the parent's size
2598         even whem class size is set explicitly (fixes bug#44294).
2599
2600 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
2601
2602         * profiler.h, profiler.c: made the simple profiler thread-safe,
2603         get more accurate timing info. Allow the loading of an
2604         externally-developed profiler module.
2605
2606 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
2607
2608         * marshal.c (mono_marshal_get_native_wrapper): improved
2609         class/byref arguments.
2610         (mono_marshal_get_native_wrapper): better string marshaling support.
2611
2612 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
2613
2614         * class.c: ensure .pack and .size are handled correctly and
2615         simplified layout of static fields.
2616
2617 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
2618
2619         * appdomain.c
2620         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
2621
2622         * loader.c (mono_lookup_pinvoke_call): look for modules in the
2623         current directory (fix bug 44008)
2624
2625 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
2626
2627         * marshal.c (mono_marshal_get_native_wrapper): started support for
2628         custom marshalers.
2629         (mono_delegate_to_ftnptr): consider marshalling specifications
2630
2631 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
2632
2633         * reflection.c, reflection.h: emit custom marshal info.
2634
2635 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2636
2637         * object.c: free the GError.
2638         * icall.c: added CloseEvent_internal.
2639         * threads.[ch]:
2640         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
2641         call.
2642
2643 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
2644
2645         * loader.c (mono_method_get_signature): Add support for dynamic
2646         assemblies.
2647
2648 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
2649
2650         * reflection.c: fixed bug #43905.
2651
2652 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
2653
2654         * class.c, domain.c, icall.c, metadata.h, object.h: support for
2655         handling TypedReference and ArgIterator.
2656         * loader.c, loader.h: added function to get signature at call site.
2657
2658 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
2659
2660         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
2661         data readonly. Buglets and warning fixes. Some MethodSpec support.
2662
2663 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
2664
2665         * class.h, class.c, object.c: remove relative numbering support.
2666
2667 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
2668
2669         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
2670         free the string, until we get a chance to fix Gtk#
2671
2672 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2673
2674         * marshal.c: revert last patch.
2675
2676 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
2677
2678         * icall.c: updates for new mono_class_vtable() not calling
2679         the type constructor anymore.
2680
2681 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
2682
2683         * object.h, object.c: separate vtable creation from type
2684         initialization. Make running the .cctor thread safe.
2685
2686 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
2687
2688         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
2689
2690 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
2691
2692         * loader.c (mono_get_method): consider calling convention
2693
2694 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
2695
2696         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
2697         to return the invisible global type for a module.
2698
2699         * reflection.c (mono_image_build_metadata): Emit global fields too.
2700
2701 2003-05-20  Peter Williams  <peterw@ximian.com>
2702
2703         * loader.c (mono_lookup_internal_call): Add a few newlines.
2704
2705 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
2706
2707         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
2708         literal strings.
2709
2710         * appdomain.c (set_domain_search_path): Recalculate search path when
2711         AppDomainSetup.PrivateBinPath changes.
2712
2713         * object.c (mono_class_compute_gc_descriptor): It turns out some
2714         parts of the class libs (like System.Thread) holds pointers to
2715         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
2716         to treat native int a pointer type here.
2717         
2718 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
2719
2720         * appdomain.h, domain.c: add hashtable for jump target resolution.
2721
2722 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
2723
2724         * reflection.h reflection.c icall.c: Added new icalls 
2725         GetManifestResourceInfoInternal, GetModulesInternal and support
2726         infrastructure.
2727
2728 2003-05-16  Dick Porter  <dick@ximian.com>
2729
2730         * icall.c:
2731         * file-io.h:
2732         * file-io.c: Implement System.IO.MonoIO::GetTempPath
2733
2734 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
2735
2736         * object.c: mono_store_remote_field: little fix to previous patch.
2737
2738 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
2739
2740         * class.c: add constructors to array classes.
2741         * icall.c: special case array construction for InternalInvoke (),
2742
2743 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
2744
2745         * class.h class.c reflection.c object.c: Added support for field
2746         defaults in dynamically generated classes.
2747
2748 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
2749
2750         * reflection.c: properly encode charset for ddlimport.
2751
2752 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
2753
2754         * threads.c: allow compiling without GC.
2755
2756 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
2757
2758         * appdomain.h, object.c, object.h, threads.c, threads.h: added
2759         handling of thread static data.
2760
2761 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
2762
2763         * reflection.h, reflection.c: added mono_custom_attrs_free ().
2764
2765 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
2766
2767         * class.c (mono_array_class_get): always set the serializable flags
2768         (mono_array_class_get): always set the SEALED attribute for array types
2769
2770 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
2771
2772         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
2773         attributes (fix for bug 42021).
2774
2775 2003-05-12  Dick Porter  <dick@ximian.com>
2776
2777         * gc.c: Don't run finalizers when the finalizer thread is
2778         finishing up, because the default domain has already been
2779         destroyed.
2780
2781 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
2782
2783         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
2784         value is null, we should throw an exception.   This is slightly
2785         different than the other conventions used for the constructor.
2786
2787 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2788
2789         * socket-io.c: fixed windows build.
2790
2791 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2792
2793         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
2794
2795 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
2796
2797         * object.c (mono_string_new_wrapper): Compatibility fix for MS
2798         compilers.
2799
2800 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
2801
2802         * class.c (mono_class_layout_fields): Add experimental GC aware
2803         auto layout facility. Requires class library changes to work correctly.
2804
2805         (mono_class_setup_vtable): Avoid overriding explicit interface
2806         method implementations. Fixes iface3.exe test.
2807
2808         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
2809         object reference.
2810         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
2811         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
2812
2813         * metadata.h: Add new type classification macro which determines
2814         whenever the type holds an object reference.
2815
2816 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
2817
2818         * marshal.c (mono_marshal_get_native_wrapper): cleanups
2819
2820 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
2821
2822         * gc.c (finalizer_thread): Work around a GC bug.
2823
2824 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
2825
2826         * marshal.c (emit_struct_conv): allow unions
2827
2828         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
2829
2830 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
2831
2832         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
2833
2834 2003-05-06  Martin Baulig  <martin@ximian.com>
2835
2836         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
2837
2838 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2839
2840         * socket-io.c:
2841         (Select_internal): allow NULLs, don't create arrays if not needed.
2842         Coupled with Socket.cs changes.
2843
2844         * threadpool.c:
2845         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
2846         register a finalizer for it that will close the semaphore handle. This
2847         fixes the leak and make Lupus' test run with > 4080 loops.
2848
2849 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
2850
2851         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
2852         Jerome Laban (bug #42287)
2853
2854 2003-05-02  Martin Baulig  <martin@ximian.com>
2855
2856         * debug-mono-symfile.h
2857         (MonoSymbolFile): Moved declaration into mono-debug.h.
2858         (MonoDebugMethodJitInfo): Likewise.
2859         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
2860         argument.
2861         (_mono_debug_address_from_il_offset): Take a
2862         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
2863
2864         * mono-debug.h
2865         (MonoDebugDomainData): New struct.
2866         (mono_debug_get_domain_data): New function.
2867         (mono_debug_add_method): Take an additional `MonoDomain *'
2868         argument.
2869         (mono_debug_source_location_from_address): Likewise.
2870         (mono_debug_il_offset_from_address): Likewise.
2871         (mono_debug_address_from_il_offset): Likewise.
2872
2873 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
2874
2875         * reflection.c: one more check for null type in custom attrs.
2876
2877 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2878
2879         * reflection.c: avoid warning (comparison is always false due to limited
2880         range of data type).
2881
2882 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2883
2884         * icall.c: throw an exception in Type.GetField if the argument 'name'
2885         is NULL.
2886
2887 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
2888
2889         * reflection.c: fixed handling of enums in named arguments to custom
2890         attributes (bug #42123).
2891
2892 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
2893
2894         * reflection.c: use the right array element type and handle
2895         a null for a Type argument, too.
2896
2897 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
2898
2899         * reflection.c: handle arrays as arguments to custom attributes.
2900
2901 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
2902
2903         * reflection.c: handle a string value in a custom attr
2904         ctor that takes an object.
2905
2906 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
2907
2908         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
2909         (fix bug #42063)
2910
2911 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
2912
2913         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
2914
2915 2003-04-27  Martin Baulig  <martin@ximian.com>
2916
2917         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
2918         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
2919         MONO_DEBUGGER_EVENT_BREAKPOINT.
2920         (mono_breakpoint_trampoline_code): Removed.
2921         (mono_debugger_event_handler): The last argument is now a
2922         `guint32'.
2923         (mono_debugger_insert_breakpoint_full): Removed the
2924         `use_trampoline' argument.
2925         (mono_debugger_method_has_breakpoint): Likewise.
2926         (mono_debugger_trampoline_breakpoint_callback): Renamed to
2927         mono_debugger_breakpoint_callback(); take the method and
2928         breakpoint number as arguments.
2929
2930 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
2931
2932         * metadata.c: fix off by one when loading parameters attributes.
2933
2934 2003-04-24  Martin Baulig  <martin@ximian.com>
2935
2936         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
2937
2938 2003-04-24  Martin Baulig  <martin@ximian.com>
2939
2940         * mono-debug-debugger.c: Moved all code which interacts with the
2941         Mono Debugger here.
2942
2943         * debug-mono-symfile.c: This code now just deals with the symbol
2944         file itself, the debugger code is now in mono-debug-debugger.c.
2945
2946 2003-04-23  Martin Baulig  <martin@ximian.com>
2947
2948         * mono-debug.c (mono_debug_source_location_from_il_offset):
2949         New method; like mono_debug_source_location_from_address(), but
2950         takes an IL offset instead of a machine address.
2951
2952 2003-04-23  Martin Baulig  <martin@ximian.com>
2953
2954         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
2955         `line' field; this is now computed by the debugger.
2956
2957 2003-04-23  Martin Baulig  <martin@ximian.com>
2958
2959         * mono-debug.[ch]: New files.  This is the new debugging interface.
2960
2961         * mono-debug-debugger.[ch]: New files.  Moved all code which
2962         interacts with the Mono Debugger here.
2963
2964 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
2965
2966         * domain.c (mono_init): initialize mono_defaults.monitor_class
2967
2968 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
2969
2970         * reflection.c (method_encode_code): Add a spicy exception to help
2971         future compiler authors.
2972
2973 2003-04-21  Martin Baulig  <martin@ximian.com>
2974
2975         * icall.c
2976         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
2977         Make this work with relative pathnames; g_filename_to_uri() needs
2978         an absolute filename.
2979
2980 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
2981
2982         * icall.c: Track name changes in Object and ValueType.
2983
2984 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
2985
2986         * metadata.c (mono_type_stack_size): size should be a multiple of
2987         sizeof (gpointer)
2988
2989 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2990
2991         * gc.c:
2992         (internal_domain_finalize): moved into mono_domain_finalize. No need
2993         to create another thread because the finalizers will be run in the
2994         finalizer thread.
2995         
2996         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
2997         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
2998         to be run (MS does this too).
2999
3000 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
3001
3002         * object.c (mono_class_compute_gc_descriptor): Update comment.
3003
3004         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
3005
3006         * image.h: Add synchronized wrapper cache.
3007
3008         * image.c (do_mono_image_open): Initialize cache.
3009
3010         * reflection.c (create_dynamic_mono_image): Initialize cache.
3011
3012 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3013
3014         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
3015         ves_icall_System_Buffer_ByteLengthInternal.
3016
3017 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
3018
3019         * reflection.c: setup klass->nested_in earlier. Allow
3020         a dash in the assembly name.
3021
3022 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
3023
3024         * metadata.c (mono_type_to_unmanaged): dont access
3025         type->data.klass for MONO_TYPE_OBJECT
3026         (mono_type_to_unmanaged): consider System.Delegate class
3027
3028 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
3029
3030         * class.c: just setup supertypes in the proper place instead of
3031         initializing the full element class for arrays.
3032
3033 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
3034
3035         * class.c: ensure the element class of arrays is initialized.
3036         Setup the supertype info for array classes, too.
3037
3038 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
3039
3040         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
3041
3042 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3043
3044         * Makefile.am: re-added -m option when running cygpath. This way,
3045         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
3046         separator.
3047         * mono-config.c: same codepath for locating mono config file for WIN32
3048         and the rest.
3049         * assembly.c: if mono_assembly_setrootdir is called, don't override
3050         the value set.
3051
3052 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3053
3054         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
3055         MONO_ASSEMBLIES variable.
3056
3057 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
3058
3059         * icall.c: added Assembly::GetNamespaces() icall.
3060
3061 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3062
3063         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
3064
3065 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
3066
3067         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
3068         * object.c: fixed bug in the construction of vtable for proxies
3069
3070 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
3071
3072         * object.c (mono_array_new): Mark mono_array_new as an icall.
3073
3074 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3075
3076         * class.c: fixed test for public method when overriding interfaces.
3077         Closes bug #40970.
3078
3079 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
3080
3081         * appdomain.h, domain.c: added mono_domain_foreach() to
3082         be able to access the currently loaded appdomains.
3083         * object.c: make string interning work across sppdomains.
3084         Mark some functions for use as icalls.
3085
3086 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
3087
3088         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
3089
3090         * reflection.h reflection.c: Allocate long living data using 
3091         GC_MALLOC_ATOMIC so the collector does not need to scan it.
3092
3093         * reflection.c: Double the allocation size in streams instead of
3094         increasing it, to prevent unneccesary copying on large assemblies.
3095         
3096         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
3097         creation if the assembly does not have the Run flag set.
3098
3099 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
3100
3101         * class.h: avoid the C++ keywords in header files (Jerome Laban
3102         spotted and fixed this).
3103
3104 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3105
3106         * object.c:
3107         (mono_unhandled_exception): fill in the arguments for the
3108         UnhandledException event. Only trigger that event for the default
3109         domain (as MS does).
3110
3111 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
3112
3113         * object.c: Improve typed allocation stuff based on suggestions from
3114         Paolo. Also turn it on if the GC library supports it.
3115
3116 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
3117
3118         * object.c object.h class.h: Added experimental typed allocation
3119         facility using the interfaces in gc_gcj.h.
3120
3121         * os/gc_wrapper.h: Added new include files.
3122         
3123 2003-04-03  Martin Baulig  <martin@ximian.com>
3124
3125         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
3126         which is not yet enabled by default.
3127
3128         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
3129         functions.
3130         (mono_gc_lock, mono_gc_unlock): New static functions.
3131
3132         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
3133         functions; stop/start the world for the garbage collector.  This
3134         is using the windows API; we need to complete the SuspendThread()/
3135         ResumeThread() implementation in the io-layer to make this work on Unix.
3136         (mono_gc_push_all_stacks): New public function; tells the garbage
3137         collector about the stack pointers from all managed threads.
3138
3139 2003-04-03  Martin Baulig  <martin@ximian.com>
3140
3141         * object.h (MonoThread): Added `gpointer stack_ptr'.
3142
3143         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
3144
3145 2003-04-03  Martin Baulig  <martin@ximian.com>
3146
3147         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
3148
3149 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
3150
3151         * reflection.c (typebuilder_setup_fields): Initialize field.first and
3152         field.last.
3153
3154 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
3155
3156         * loader.c (mono_lookup_internal_call): Report the corlib that is
3157         out of sync.
3158
3159 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
3160
3161         * icall.c (ves_icall_type_GetTypeCode): fixed check for
3162         System.DBNull (it's class not valuetype).
3163
3164 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
3165
3166         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
3167         if the array method was already assigned a token (fixes bug#40646).
3168
3169 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
3170
3171         * reflection.c (mono_reflection_get_type): Attempt type resolve even
3172         if no assembly is given.
3173
3174 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
3175
3176         * metadata.h: Added the new tables.
3177
3178         * row-indexes.h: Added definitions for new tables.
3179
3180         * metadata.c: Add schemas for new tables, and add support for
3181         computing the sizes of them.
3182
3183         * class.c: Update for handling the new type cases.
3184
3185 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
3186
3187         * metadata.h (MONO_TYPE_IS_VOID): new macro
3188
3189 2003-03-31  Martin Baulig  <martin@ximian.com>
3190
3191         * threads.h (MonoThreadCallbacks): Added `thread_created'.
3192
3193         * threads.c (mono_thread_new_init): Call `thread_created' in the
3194         mono_thread_callbacks.
3195
3196 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
3197
3198         * loader.h: added marshalbyrefobject_class to mono_defaults
3199         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
3200         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
3201           generation of output parameters.
3202           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
3203         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
3204           contextbound and the target object belongs to the context of the caller.
3205         * object.h: added context and unwrapped_server variables in MonoRealProxy.
3206         * object.c: Implemented support for interfaces and abstract classes
3207           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
3208           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
3209
3210 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
3211
3212         * class.h class.c (mono_class_is_subclass_of): New function.
3213         
3214         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
3215         routines for most common case (calls from ArrayList::ToArray).
3216
3217         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
3218         routine so programs which call Environment::Exit() can be profiled.
3219
3220         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
3221         Added MONO_ARCH_SAVE_REGS.
3222
3223         * icall.c (ves_icall_type_is_subtype_of): Use new function.
3224
3225 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
3226
3227         * blob.h: Add a couple of new MonoType types definitions.
3228
3229         * tabledefs.h: Add a couple of new call convs.
3230
3231 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
3232
3233         * reflection.h (MonoReflectionDynamicAssembly): track changes in
3234         the layout of the class.
3235
3236         * reflection.c (alloc_table): double the size on overflow to avoid
3237         unnecessary copying.
3238
3239         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
3240         avoid filling out metadata tables and blobs. Also set mb->ilgen to
3241         null so it can be garbage collected.
3242         
3243 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
3244
3245         * reflection.c (mono_reflection_get_type): Return the resolved type
3246         only if it is in the assembly we searched.
3247
3248         * reflection.c (ensure_runtime_vtable): Initialize method slots.
3249
3250         * class.c (mono_class_setup_vtable): Set the slot of the overriding
3251         method.
3252
3253 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3254
3255         * appdomain.c:
3256         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
3257         the right one is 'file:///blah', but MS allows it.
3258         * assembly.c:
3259         (mono_assembly_open): allow 'file://blah'
3260
3261         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
3262
3263 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
3264
3265         * socket-io.c: fixes bug #40310.
3266
3267 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
3268
3269         * reflection.c (mono_reflection_parse_type): handle deeply nested
3270         types correctly.
3271
3272         * reflection.c (mono_image_create_token): Use unique token values
3273         since they will be put into a hash table.
3274
3275         * class.c (mono_class_setup_vtable): If a method occurs in more than
3276         one place in the vtable, and it gets overriden, then change the
3277         other occurances too.
3278
3279         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
3280         object as return type.
3281
3282 2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
3283
3284         * icall.c: Deleted "ToString" implementation for double and float
3285         because they are full implemented in managed code.
3286
3287 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
3288
3289         * reflection.c, reflection.h: implemented and exported functions
3290         to retrieve info about custom attributes.
3291
3292 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3293
3294         * appdomain.c: moved Uri handling to assembly.c
3295         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
3296         work when using a file Uri in *nix and windows.
3297
3298         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
3299         GetReferencedAssemblies.
3300
3301 2003-03-18  Dick Porter  <dick@ximian.com>
3302
3303         * icall.c: Rename a couple of internal calls
3304
3305         * threads.c: Set the thread state to Stopped when a thread exits.
3306         Fixes bug 39377.
3307
3308 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
3309
3310         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
3311         New icall.
3312
3313         * object.c (mono_class_vtable): fix warning.
3314
3315 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
3316
3317         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
3318
3319         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
3320         memory.
3321         (method_encode_clauses): Create exception info structures in the right
3322         order.
3323         (mono_reflection_setup_internal_class): Initialize supertypes field.
3324
3325         * class.c object.c: Handle interfaces which implement other interfaces 
3326         correctly.
3327
3328         * class.h class.c: Move the supertypes array initialization code into 
3329         a separate function so it can be used for dynamic types too. Also call
3330         it earlier, in mono_class_init(), since it can be used before the
3331         type is initialized.
3332
3333 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3334
3335         * Makefile.am:
3336         * assembly.c:
3337         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
3338
3339         * appdomain.c:
3340         * appdomain.h:
3341         * marshal.c:
3342         * object.c: remove warnings.
3343
3344 2003-03-13  Martin Baulig  <martin@ximian.com>
3345
3346         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
3347         (MonoDebugLexicalBlockEntry): New types.
3348
3349         * debug-mono-symfile.c
3350         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
3351
3352 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3353
3354         * process.c: ret can be any non-zero value accroding to MS doc.
3355
3356 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
3357
3358         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
3359         fixing a warning for a miss-used prototype, would have cause
3360         random memory corruption.
3361
3362 2003-03-07  Martin Baulig  <martin@ximian.com>
3363
3364         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
3365         getting really annoying ....
3366
3367 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
3368
3369         * reflection.c (fixup_method): added support for array methods.
3370
3371 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
3372
3373         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
3374         (pointed out by Michael Adams).
3375
3376 2003-03-04  Dick Porter  <dick@ximian.com>
3377
3378         * icall.c: Temporarily reverted the Double and Single ToString()
3379         change, because it broke nunit.
3380
3381 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
3382
3383         * object.h, threads.h: make include files compatible with C++
3384         (patch by Jerome Laban <jlaban@wanadoo.fr>).
3385
3386 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
3387
3388         * icall.c: Erased ToString helper functions for Double and Single.
3389         Now, that implementations ar all in managed code (Double and Single
3390         Formatters).
3391
3392 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
3393
3394         * appdomain.c: Added method for initializing the default context of
3395         a domain. Added internal call for getting the default context.
3396         * appdomain.h: Added context variable in MonoDomain struct.
3397         * domain.c: mono_domain_set also sets the default context of the domain
3398         * icall.c: Mapped internal method InternalGetDefaultContext.
3399         * object.c: mono_object_get_virtual_method returns always a remoting
3400         wrapper if the object is a transparent proxy.
3401         mono_runtime_invoke_array: when creating an object by calling the
3402         constructor, if the created object is a proxy, then the constructor should
3403         be called using the a remoting wrapper.
3404
3405 2003-03-03  Dick Porter  <dick@ximian.com>
3406
3407         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
3408         variable so it compiles on solaris.  Problem spotted by
3409         Christopher Taylor <ct@cs.clemson.edu>
3410
3411 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3412
3413         * appdomain.c:
3414         (get_info_from_assembly_name): don't leak value.
3415
3416         * icall.c:
3417         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
3418         result.
3419
3420 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
3421
3422         * assembly.c: export mono_image_load_references ().
3423         * class.c: handle function pointers. mono_class_from_name() now
3424         supports nested type names directly.
3425
3426 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
3427
3428         * reflection.h reflection.c: Encode already created dynamic methods 
3429         and fields correctly as a DEF instead of a REF.
3430
3431         * reflection.c: Get rid of the force_ref argument to 
3432         mono_image_typedef_or_ref since it was wrong in the first place.
3433
3434         * string-icalls.c: add error checking to string constructors according
3435         to the MSDN docs.
3436
3437         * reflection.c: Emit types in the order their TypeBuilders were 
3438         created. Previously, a new table index was assigned to each type before
3439         the tables were emitted. This was wrong because the signature blob
3440         might already refer to a type by its original table index.
3441
3442 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
3443
3444         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
3445         change.
3446         
3447 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3448
3449         * Makefile.am: make assemblies dir have \ instead of / on windows.
3450
3451 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
3452
3453         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
3454         iterate over the NESTEDCLASS table using a linear search since the
3455         table is not guaranteed to be sorted by the secondary key.
3456
3457         * class.c (mono_class_create_from_typedef): fixed up call to
3458         mono_metadata_nesting_typedef.
3459         
3460 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
3461
3462         * marshal.c (mono_string_to_byvalstr): clear the memory as
3463         suggested by Jerome Laban <jlaban@wanadoo.fr>
3464
3465 2003-02-26  Dick Porter  <dick@ximian.com>
3466
3467         * process.c: Cope with padding in .rsrc blocks
3468
3469 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
3470
3471         * metadata.h: reverted the filter_len change, it breaks reflection
3472         
3473 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
3474
3475         * metadata.h: added a new field to store the filter_len
3476         
3477
3478 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
3479
3480         * reflection.c: handle custom attributes for types and members
3481         created with Reflection.Emit (bug#38422).
3482
3483 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
3484
3485         * reflection.c: define RTSpecialName automatically for constructors for
3486         compatibility with MS.NET.
3487
3488         * reflection.c (mono_reflection_create_runtime_class): initialize
3489         nested_in field of dynamically created classes.
3490
3491 2003-02-22  Martin Baulig  <martin@ximian.com>
3492
3493         * debug-mono-symfile.h: Incremented version number.
3494
3495 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
3496
3497         * object.h icall.c process.c: fix warnings.
3498
3499 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
3500
3501         * appdomain.h appdomain.c:
3502         (mono_domain_try_type_resolve): split the 
3503         name_or_tb argument into a name and a tb argument.
3504         (mono_domain_has_type_resolve): new function to check whenever the
3505         application has registered a TypeResolve event handler.
3506         
3507         * icall.c reflection.h reflection.c: move the type resolve logic into
3508         mono_reflection_get_type () so it will be invoked when 
3509         Assembly::GetType () is called.
3510
3511         * reflection.c:
3512         (mono_reflection_get_type): renamed to get_type_internal.
3513         (mono_reflection_get_type): fixed type name generation so it works 
3514         for nested types too.
3515         (mono_reflection_get_type): call has_type_resolve () to avoid the 
3516         costly type name generation if there is no resolve event handler.
3517
3518 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
3519
3520         * class.c, image.c: load exported types from file references.
3521
3522 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
3523
3524         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
3525           used to cache the managed methods used to create proxies and make 
3526           remote invocation of methods.
3527         * class.h: Added in MonoVTable a flag to indicate that a class needs 
3528           to be remotely created.
3529         * object.c: Modified the method mono_class_vtable(). It now initializes 
3530           the remote flag of the vtable. Modified mono_object_new_specific(), 
3531           so now it checks the remote flag.
3532         * icall.c: Added a couple of internal methods, one for enabling instance 
3533           creation interception for a type, and one for creating objects bypassing
3534           the remote check.
3535
3536 2003-02-18  Martin Baulig  <martin@ximian.com>
3537
3538         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
3539         New interncall to get a method's metadata token.
3540
3541         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
3542         New interncall for the debugger.
3543
3544 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
3545
3546         * class.c (mono_class_setup_vtable): allocate supertype array
3547
3548 2003-02-18  Martin Baulig  <martin@ximian.com>
3549
3550         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
3551
3552 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3553
3554         * reflection.c:
3555         (assembly_name_to_aname): jump over unknown properties (i've found
3556         something like: 'type, assembly, version=xxx, custom=null, public...',
3557         so now will ignore custom=null and still get the rest of the values).
3558
3559 2003-02-17  Dick Porter  <dick@ximian.com>
3560
3561         * threads.c: Have Thread.Start() wait for a semaphore to signal
3562         that the thread has set up all its local data.  This fixes bug
3563         34323, where Abort() raced the new thread's TLS data.
3564
3565         Also removes the handle_store() call from start_wrapper, because
3566         threads are now always created suspended and there is no longer a
3567         race between the parent and child threads to store the info.
3568
3569 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
3570
3571         * image.c: explain the #- heap issue in a message, hopefully
3572         avoiding FAQs on mono-list.
3573
3574 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3575
3576         * icall.c:
3577         (GetEntryAssembly): if the domain has not invoked
3578         AppDomain.ExecuteAssembly yet, return the assembly of the default
3579         AppDomain.
3580
3581 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
3582
3583         * class.c (mono_ldtoken): make it work in dynamic assemblies.
3584
3585 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
3586
3587         * metadata.c, reflection.c: simple speedup to type hash
3588         and equals code.
3589
3590 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
3591
3592         * image.c, image.h, class.c, assembly.c: move module loading
3593         to MonoImage. When loading metadata, consider alignemnet from
3594         the start of metadata, not from the metadata address in memory.
3595
3596 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
3597
3598         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
3599         AssemblyBuilder objects. Factored out custom attribute creation into
3600         a separate function.
3601         (create_custom_attr): new function to create custom attributes.
3602
3603 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
3604
3605         * Makefile.am: Got tired of typing the full pathname to pedump.
3606         Until there is another option, am installing this.
3607
3608 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
3609
3610         * class.c (class_compute_field_layout): always set field->parent 
3611         (mono_ldtoken): use mono_defaults.fieldhandle_class;
3612
3613 2003-02-11  Dick Porter  <dick@ximian.com>
3614
3615         * threads-types.h:
3616         * monitor.c: Rewrote Monitor, making lock much faster and
3617         Pulse/Wait work as specified.  Also uses much fewer handles, and only
3618         creates them as needed.
3619
3620         * exception.c: Added SynchronizationLockException
3621
3622         * threads.c: Deleted old Monitor implementation.  The new one is
3623         in a new file.
3624
3625 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
3626
3627         * class.c: handled TypedReference type code. Set the correct size for
3628         class data. Setup interface_offsets for interface classes, too.
3629
3630 2003-02-09  Martin Baulig  <martin@ximian.com>
3631
3632         * debug-mono-symfile.h: Reflect latest symbol writer changes.
3633
3634 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
3635
3636         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
3637         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
3638         * object.c: fixed mono_object_get_virtual_method () for interfaces.
3639         * verify.c: check for code that runs after the end of the method.
3640
3641 2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
3642
3643         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
3644         "System.Math::Round2".
3645         * sysmath.h: Added Floor, Round and Round2 definitions.
3646         * sysmath.c: Modified certain functions that were not 100% compliant
3647         with MS.NET (math precision) and added the implementation of Floor,
3648         Round and Round2.
3649
3650 2003-02-07  Martin Baulig  <martin@ximian.com>
3651
3652         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
3653
3654 2003-02-07  Martin Baulig  <martin@ximian.com>
3655
3656         * debug-mono-symfile.c: Reflected latest symwriter changes.
3657         (mono_debug_create_mono_symbol_file): Removed.
3658         (mono_debug_open_mono_symbol_file): Take an argument which
3659         specifies whether to create a dynamic symbol file.
3660
3661 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
3662
3663         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
3664
3665 2003-02-05  Martin Baulig  <martin@ximian.com>
3666
3667         * reflection.c (mono_image_build_metadata): Make this public,
3668         protect it against being called multiple times, don't create
3669         resources and don't build the compressed metadata here.
3670         (mono_image_create_pefile): Do this here.
3671
3672         * icall.c
3673         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
3674
3675 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3676
3677         * socket-io.c: fixed bug #36322.
3678
3679 2003-02-06  Piers Haken <piersh@friskit.com>
3680
3681         * appdomain.[ch]:
3682         * class.h:
3683         * debug-mono-symfile.c:
3684         * icall.c:
3685         * loader.c:
3686         * mono-config.c:
3687         * monosn.c:
3688         * reflection.c:
3689         * socket-io.c: warning cleanups
3690
3691 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
3692
3693         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
3694         function. works like remoting invoke, but does a check for the Proxy first.
3695
3696 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
3697
3698         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
3699
3700 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
3701
3702         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
3703         array of pointers.
3704         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
3705         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
3706
3707         * object.c (mono_store_remote_field_new): used by the new jit
3708         instead of mono_store_remote_field
3709         (mono_load_remote_field_new): used by the new jit
3710         instead of mono_load_remote_field
3711
3712 2003-02-05  Patrik Torstensson
3713
3714         * appdomain.c: changed unload to take the domain id instead
3715         of domain
3716         
3717         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
3718
3719
3720 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3721
3722         * appdomain.c: don't look for assemblies in ApplicationBase if
3723         PrivateBinPathProbe is set.
3724
3725 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3726
3727         * object.c: make the first argument in main_args contain the absolute
3728         path to the assembly. Fixes bug #37511.
3729
3730 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3731
3732         * icall.c: get correct UTC offset for countries not using daylight
3733         time saving. Fixes bug #30030.
3734
3735 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3736
3737         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
3738         and 1 are the family).
3739
3740 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
3741
3742         * icall.c (ves_icall_InternalExecute): removed wrong assertion
3743
3744         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
3745
3746 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
3747
3748         * reflection.c: added support for SignatureHelper tokens, which is
3749         needed by the Calli opcode.
3750
3751         * reflection.h: track changes to SignatureHelper class.
3752
3753         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
3754
3755 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3756
3757         * appdomain.c: fixed loading assemblies from PrivateBinPath.
3758
3759 2003-02-03  Patrik Torstensson
3760         * appdomain.[c|h], domain.c : 
3761          - Added support for getting a domain via domain id
3762          - Support for setting and getting domain from System.AppDomain 
3763            (used in cross appdomain channel)
3764          - Added support for get/set for a MonoAppContext on a thread 
3765            (Context class in System.Runtime.Remoting.Contexts),
3766          - Removed hack in Get/SetData and ExecuteAssembly.
3767         
3768         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
3769         the managed world to get control when a proxy is created.
3770
3771         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
3772         
3773 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
3774
3775         * icall.c
3776         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
3777         Populate the codebase field as well.
3778
3779 2003-02-02  Martin Baulig  <martin@ximian.com>
3780
3781         * debug-mono-symfile.c
3782         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
3783         (mono_debug_symfile_add_method): Allow interncalls.
3784
3785 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3786
3787         * icall.c: throw parse exception if strtod fails or the string is empty.
3788
3789 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
3790
3791         * marshal.c: handle object type separately from defined
3792         class types.
3793
3794 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
3795
3796         * marshal.c: handle NATIVE_LPSTR for strings when it's
3797         explicitly specified.
3798
3799 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
3800
3801         * reflection.c, reflection.h, icall.c: setup the reflection
3802         handle cache for ModuleBuilders and AssemblyBuilders.
3803
3804 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
3805
3806         * reflection.c (reflection_methodbuilder_to_mono_method): set
3807         pinvoke flag
3808
3809 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3810
3811         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
3812
3813 2003-01-29  Dick Porter  <dick@ximian.com>
3814
3815         * threads.c: No need for the fake_thread kludge now that Thread
3816         doesn't run a class constructor
3817         
3818 2003-01-29  Dick Porter  <dick@ximian.com>
3819
3820         * threads.c: Use g_direct_hash instead of the rather bogus
3821         g_int_hash
3822
3823 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
3824
3825         * marshal.c (mono_marshal_get_native_wrapper): add check for null
3826         (fix pinvoke12.exe)
3827         (mono_marshal_get_struct_to_ptr): generate valid IL code
3828         (mono_marshal_get_ptr_to_struct): generate valid IL code
3829         (*): correctly set sig->pinvoke, we need to memdup the signature
3830         to do that
3831
3832 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
3833
3834         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
3835         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
3836
3837 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
3838
3839         * profiler.c: provide more callers information.
3840
3841 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
3842
3843         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
3844
3845         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
3846
3847         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
3848
3849 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
3850
3851         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
3852         exception instead of going into an infinite loop on dates which it 
3853         can't yet handle.
3854
3855         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
3856         out-of-range exception if needed.
3857
3858         * class.c (mono_class_setup_vtable): allow a virtual method to provide
3859         an implementation for an interface method and to override an inherited
3860         method at the same time. 
3861         Imagine a scenario when a virtual method is used to override a
3862         virtual abstract method in a parent class, and this same method 
3863         provides an implementation for an method inherited from an interface. 
3864         In this case, the interface resolution code will set im->slot, which 
3865         means that the virtual method override pass will skip this method 
3866         which means a pointer to the abstract method inherited from the parent
3867         will remain in the vtable of this non-abstract class.
3868
3869         * class.c: (mono_class_setup_vtable): continue search for a real 
3870         method if only an abstract method is found.     
3871
3872 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
3873
3874         * reflection.c: add size to encoding for ByValStr and ByValArray
3875         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
3876
3877 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
3878
3879         * class.c (mono_class_setup_vtable): pass the override info as an
3880         argument.
3881
3882         * class.c (mono_class_setup_vtable): set the slot of overriding methods
3883         correctly.
3884         
3885         * reflection.c (ensure_runtime_vtable); add support for method 
3886         overrides.
3887         
3888 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
3889
3890         * reflection.c (resolution_scope_from_image): Hack to work to work with
3891         dynamic assemblies.
3892
3893         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
3894         added a 'force_ref' argument to force this function to allways return 
3895         a TypeRef. This is needed by mono_image_get_memberref_token ().
3896         
3897 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
3898
3899         * reflection.c (mono_image_get_type_info): interfaces really don't have
3900         a parent.
3901
3902         * reflection.c (mono_image_basic_init): fill out missing fields of
3903         image structure.
3904
3905         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
3906         dynamic assemblies. This is required so dynamic assemblies show up in
3907         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
3908         Type::GetType() etc. This is consistent with MS behaviour.
3909
3910         * image.c image.h reflection.c: add newly created classes to the name 
3911         cache so mono_class_get () will find them.      
3912
3913 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
3914
3915         First part of changes to get IKVM.NET running under mono.
3916         
3917         * appdomain.h, appdomain.c: added new function 
3918         mono_domain_try_type_resolve() which will emit TypeResolve events. 
3919         This function will call AppDomain::DoTypeResolve to do the actual work.
3920
3921         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
3922         moved existing code dealing with dynamic tokens to a new function 
3923         called mono_reflection_lookup_dynamic_token (). This function will 
3924         raise TypeResolve events when appropriate. Since reflection.c is not 
3925         part of libmetadata, a new hook function called 
3926         mono_lookup_dynamic_token() is added to class.c which will call this.
3927
3928         * assembly.h assembly.c: make the invoke_load_hook function public,
3929         so it can be called for dynamic assemblies.
3930
3931         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
3932
3933         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
3934         type isn't found.
3935
3936         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
3937         MonoGHashTable, since it contains pointers to objects which the GC 
3938         needs to track.
3939
3940         * assembly.c (search_loaded): remove unused variable.
3941         
3942 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
3943
3944         * object.c: fixed issue exposed by gcc-generated IL programs
3945         that use RVA data for pointers.
3946
3947 2003-01-25  Martin Baulig  <martin@ximian.com>
3948
3949         * threads.c (start_wrapper): Moved the initialization of
3950         `start_func' above the mono_new_thread_init() call to which we
3951         pass it as argument.
3952
3953 2003-01-24  Martin Baulig  <martin@ximian.com>
3954
3955         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
3956         the MonoThread pointer.
3957
3958 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
3959
3960         * icall.c: Rename `PowImpl' to Pow.
3961
3962 2003-01-23  Dick Porter  <dick@ximian.com>
3963
3964         * threads.c (start_wrapper): Create a Thread object if needed, so
3965         the Main() thread can do the class initialisation in a subthread
3966         that has been set up to allow managed code execution.
3967
3968         Pass the thread ID instead of the MonoThread pointer to the thread
3969         start and attach callbacks.  This change is required, because the
3970         jit thread start callback must be called _before_ the Thread
3971         object can be created.
3972         
3973         (mono_thread_init): Removed much object creation code that is no
3974         longer needed.  No managed code is called from here now.
3975
3976         * object.c (mono_runtime_exec_managed_code): Create a subthread
3977         for Main, and call back to the runtime to use it.
3978         Set the exit code when Main exits.
3979
3980         * gc.c: Make sure domain finalisation happens in a subthread.
3981         Re-enable threaded GC, fixing bug 31333 (again).
3982
3983         * environment.c: System.Environment internall calls (so far just
3984         ExitCode is here, the others are still in icall.c)
3985
3986         * appdomain.c (mono_runtime_cleanup): All threads running managed
3987         code should have finished before mono_runtime_cleanup() is
3988         reached, so no need to clean up threads.
3989
3990 2003-01-22  Martin Baulig  <martin@ximian.com>
3991
3992         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
3993         `gpointer func' arguments.      
3994         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
3995         but added `MonoThread *thread' argument.
3996         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
3997
3998         * threads.c (mono_new_thread_init): Added `gpointer func' argument
3999         and pass it to the mono_thread_start_cb callback.
4000         (mono_install_thread_callbacks): New public function to install a
4001         set of callbacks which are set by the debugger.
4002         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
4003
4004 2003-01-22  Martin Baulig  <martin@ximian.com>
4005
4006         * Makefile.am: Install debug-mono-symfile.h.
4007
4008 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
4009
4010         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
4011
4012 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
4013
4014         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
4015         * class.c (mono_ptr_class_get): correctly set access levels of pointers
4016         (mono_array_class_get): correctly set access levels of arrays
4017
4018 2003-01-20      Patrik Torstensson
4019         * image.h (MonoAssemblyName): changed major, minor, build, revision
4020         from signed to unsigned.
4021
4022 2003-01-20  sean kasun <skasun@azstarnet.com>
4023
4024         * reflection.c (load_cattr_value): Now this handles
4025         MONO_TYPE_SZARRAY.  Fixes bug #35629
4026
4027 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
4028
4029         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
4030         integer value
4031
4032 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4033
4034         * decimal.c: fixed bug #26056.
4035
4036 2003-01-17  Martin Baulig  <martin@ximian.com>
4037
4038         * gc.c: Raise an ExecutionEngineException instead of using g_error().
4039
4040 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4041
4042         * exception.[ch]:
4043         (mono_get_exception_type_initialization): new function.
4044
4045         * object.c: throw a TypeInitializationException when an exception is
4046         thrown invoking the class constructor.
4047
4048 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4049
4050         * reflection.c: fixed attribute reading.
4051
4052 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4053
4054         * icall.c:
4055         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
4056         provided, look for the type in the calling assembly and then in
4057         mscorlib; if the assembly name is provided, only try that one.
4058
4059 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
4060
4061         * object.c: register the vtable before there is a chance it's
4062         queried again recursively.
4063
4064 2003-01-13  Duncan Mak  <duncan@ximian.com>
4065
4066         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
4067         gc-internal.h. 
4068         
4069 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
4070
4071         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
4072
4073 2003-01-11  Martin Baulig  <martin@ximian.com>
4074
4075         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
4076         this to 20 for the release.
4077
4078 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
4079
4080         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
4081
4082         * loader.c (mono_method_get_marshal_info): bug fix
4083
4084         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
4085         structures with explicit layout
4086
4087 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
4088
4089         * profiler.c: made the output more readable (and sorted). 
4090         Added caller information for the allocation profiler.
4091
4092 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
4093
4094         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
4095
4096 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4097
4098         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
4099         to get value types.
4100         
4101 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
4102
4103         * object.c, profiler.h, profiler.c, profiler-private.h:
4104         Added object allocation profiler.
4105
4106 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
4107
4108         * reflection.h, reflection.c: handle global methods.
4109         Compress blob entries.
4110
4111 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
4112
4113         * marshal.c: fix compilation.
4114
4115 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
4116
4117         * loader.c (mono_method_get_marshal_info): impl.
4118
4119         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
4120
4121 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4122
4123         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
4124         for reference types.
4125
4126 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
4127
4128         * loader.c: fixed off by one error in loaded parameter names.
4129
4130 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
4131
4132         * marshal.c (mono_marshal_get_icall_wrapper): like
4133         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
4134         instead of a MonoMethod.
4135
4136 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4137
4138         * decimal.c: fixed bug #36537.
4139
4140 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
4141
4142         * marshal.c: throw a missing method exception if a
4143         P/Invoke method is not found.
4144
4145 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
4146
4147         * icall.c: allow a null this for constructors.
4148
4149 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
4150
4151         * icall.c: raise the proper exceptions if the arguments to the
4152         internal Invoke are incorrect.
4153
4154 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
4155
4156         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
4157
4158 2003-01-03  Martin Baulig  <martin@ximian.com>
4159
4160         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
4161
4162 2002-12-31  Martin Baulig  <martin@ximian.com>
4163
4164         * debug-mono-symfile.c: Completely rewrote the type section.
4165         Instead of using individual malloc()ed fields, we use one big
4166         continuous memory area and offsets into this area.
4167         See the comments in the source code for details.
4168
4169 2002-12-30  Martin Baulig  <martin@ximian.com>
4170
4171         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
4172
4173 2002-12-30  Martin Baulig  <martin@ximian.com>
4174
4175         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
4176         line number table in this data blob instead of using an external
4177         pointer.
4178
4179 2002-12-28  Martin Baulig  <martin@ximian.com>
4180
4181         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
4182
4183 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
4184
4185         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
4186         as a boxed return type.
4187
4188 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
4189
4190         * appdomain.c
4191         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
4192         g_build_filename to properly get separators on the filename created.
4193
4194         * object.h: Small change, introduce MonoMarshalByRefObject to
4195         track the layout of that structure in the C# universe as we make
4196         changes there.
4197
4198 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
4199
4200         * object.c: removed assert to allow static fields on interfaces.
4201         * loader.c: a TypeSpec may be used for any type, not just arrays.
4202
4203 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
4204
4205         * class.c, class.h: added mono_class_array_element_size ().
4206         Ignore static methods in interfaces.
4207
4208 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4209
4210         * threads.c: fixed the build under cygwin.
4211
4212 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
4213
4214         * reflection.c: handle nullref constants. Allocate keys for
4215         reflection handles with the GC.
4216
4217 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
4218
4219         * threads.c, threads.h: added mono_thread_get_abort_signal()
4220         to get a suitable signal for thread abort.
4221
4222 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
4223
4224         * metadata.c: fix handling of ExportedType table.
4225
4226 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4227
4228         * icall.c: added WriteWindowsDebugString internal call.
4229
4230 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4231
4232         * reflection.h: added fields to match C# implementation.
4233
4234 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4235
4236         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
4237
4238 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
4239
4240         * gc.h, gc-internal.h: Rename header for GC internal calls to
4241         gc-internal.h from gc.h as to not clash with Boehm GC having its
4242         header installed as <gc.h> in outside include paths.
4243         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
4244         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
4245
4246 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4247
4248         * icall.c: assign minor, build and revision in FillName.
4249
4250 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
4251
4252         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
4253         Added support for running code generated by Reflection.Emit.
4254
4255 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4256
4257         * appdomain.c: check for NULL argument in LoadFrom.
4258
4259 2002-12-10  Dick Porter  <dick@ximian.com>
4260
4261         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
4262
4263 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4264
4265         * appdomain.c: fix buglet when building exe file name.  Handle full
4266         assembly name (needed after latest changes to AssemblyName).
4267         * image.c:
4268         (mono_image_close): free some hashtables.
4269
4270 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
4271
4272         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
4273         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
4274         on some systems (redhat 7.3) 
4275
4276 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
4277
4278         * threads.c: delete the critical section of a sync block,
4279         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
4280
4281 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
4282
4283         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
4284
4285 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4286
4287         * appdomain.[ch]: handle the assembly preload event to try loading the
4288         assemblies using the paths we have in the current domain.
4289
4290         * assembly.[ch]: created an assembly preload hook that is called to try
4291         loading the assembly by other means that the ones provided here.
4292
4293         * domain.c: initialize the domain search path.
4294
4295         From now on, assemblies (TODO: except corlib and System) are loaded
4296         according to these rules when using mono_assembly_load ():
4297
4298                 1. It tries to load the assembly from the ApplicationBase
4299                 of the current domain appending .dll and .exe (TODO: have to
4300                 try loading from name/name.dll and name/name.exe).
4301
4302                 2. It tries the search path specified in PrivateBinPath for the
4303                 current domain (if any).
4304
4305                 3. Previous behavior.
4306
4307 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
4308
4309         * icall.c: implemented GetInterfaceMap() related icall.
4310         * domain.c, loader.h: load MethodInfo in mono_defaults.
4311
4312 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
4313
4314         * gc.c: disable the finalizer thread for now, untill all the issues
4315         with it are resolved.
4316
4317 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
4318
4319         * string-icalls.c: handle embedded nulls in string ctor when the
4320         length is specified.
4321
4322 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
4323
4324         * class.c: look for explicit interface implementation in parent
4325         classes, too.
4326
4327 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
4328
4329         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
4330
4331 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
4332
4333         * gc.c: protect handles with a critical section.
4334
4335 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4336
4337         * icall.c:
4338         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
4339         parameters. If no assembly specified, try getting the type from all
4340         the assemblies in the current domain, else, load the assembly and get
4341         the type from it.
4342
4343 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4344
4345         * marshal.c: applied patch from Aleksey Demakov that fixes
4346         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
4347
4348 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4349
4350         * icall.c: fixed get_location.
4351
4352 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
4353
4354         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
4355         declarations to make it work with older gcc. 
4356
4357         * loader.c (mono_get_method): set signature->pinvoke for native calls
4358
4359 2002-11-20  Dick Porter  <dick@ximian.com>
4360
4361         * threads.c (mono_thread_init): Set the main thread's handle
4362
4363 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
4364
4365         * gc.c: allow compilation without GC support. Changed to match the
4366         mono coding style.
4367
4368 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
4369
4370         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
4371
4372 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
4373
4374         * reflection.c: set a public key token on the core assemblies.
4375
4376 2002-11-18  Dick Porter  <dick@ximian.com>
4377
4378         * threads.c: Split out some thread initialisation so that other
4379         files can set the start callback function.
4380
4381         * gc.c: Run finalisers in a separate thread, to avoid stack
4382         overflow.  Fixes bug 31333.
4383
4384         * appdomain.c: Set up GC finalisation thread.
4385
4386         * reflection.c: 
4387         * object.c: 
4388         * domain.c: Use gc.h macros for GC_malloc
4389         
4390 2002-11-15  Dick Porter  <dick@ximian.com>
4391
4392         * threadpool.c: 
4393         * threads.c:
4394         * appdomain.c: Removed mono_runtime_init_with_attach(),
4395         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
4396         merging the extra parameter with the existing function.  Removed
4397         unneeded code in mono_thread_attach().
4398
4399 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
4400
4401         * image.c (mono_image_loaded_by_guid): a method to get loaded
4402         images by guid. 
4403         (load_metadata_ptrs): we store the guid as string.
4404
4405 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
4406
4407         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
4408
4409         * metadata.c (mono_guid_to_string): imported method form Zoltan
4410         Varga (slightly modified)
4411
4412         * assembly.c (mono_assembly_open): load precompiled code
4413
4414         * loader.h (MonoMethod): we store the method token for use in the
4415         aot compiler. 
4416
4417 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4418
4419         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
4420         the hook function called when an assembly is loaded.
4421         
4422         * domain.c: Modified file.
4423         (mono_domain_assembly_load): removed hash table insertion of assemblies.
4424
4425         Fixes bug #33196.
4426
4427 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
4428
4429         * reflection.c: Map PEFileKind to the value expected by the WinNT
4430         image loader. 
4431
4432 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4433
4434         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
4435         Read until the buffer is filled completely.
4436
4437 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4438
4439         * icall.c: implemented MonoType.InternalGetEvent ().
4440
4441 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4442
4443         * appdomain.c: implemented InitAppDomainSetup. Delayed
4444         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
4445         the entry_assembly.
4446
4447         * assembly.c: base_dir is now an absolute path ending with
4448         G_DIR_SEPARATOR.
4449
4450         * icall.c: modified get_location according to the above changes.
4451
4452         * object.c: init AppDomain.SetupInformation for the default domain after
4453         we have the entry assembly.
4454
4455         * domain.c: when unloading a domain, setup = NULL.
4456
4457 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
4458
4459         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
4460
4461 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
4462
4463         * object.h, object.c: introduced mono_object_get_virtual_method ()
4464         to lookup the method invoked on an object when a callvirt is done on
4465         a method.
4466         * icall.c: make MethodInfo::Invoke() always do a virtual call.
4467
4468 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4469
4470         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
4471         current domain when loaded an assembly and failed to load it.
4472
4473         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
4474
4475 2002-10-31  Dick Porter  <dick@ximian.com>
4476
4477         * icall.c: 
4478         * file-io.h: 
4479         * file-io.c: Return the error status in a parameter, as the
4480         GetLastError() value has long since been blown away if we try and
4481         look it up in a subsequent internal call invocation.  Delete the
4482         GetLastError() internal call, because it's useless.
4483
4484 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
4485
4486         * class.[ch]: added cast_class to fix bug 29517
4487
4488 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
4489
4490         * marshal.c: create valid IL code in the filter clause:
4491         the new JIT is less forgiving:-)
4492
4493 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4494
4495         * icall.c: removed get_property internal call.
4496
4497 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
4498
4499         * appdomain.h domain.c: Added an ID to appdomains.
4500         
4501         * threads.c threads.h icall.c: Implement icall
4502         Thread:GetDomainID(), and remove unused icall 
4503         CurrentThreadDomain_internal.
4504
4505 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4506
4507         * icall.c: Don't recurse through the base types in GetConstructor.
4508         Fixes bug #32063. 
4509
4510 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
4511
4512         * mempool.h, mempool.c: added mono_mempool_empty() and
4513         mono_mempool_stats().
4514
4515 2002-10-23  Dick Porter  <dick@ximian.com>
4516
4517         * file-io.c: 
4518         * file-io.h: 
4519         * icall.c: Added MonoIO.GetFileType internal call
4520
4521 2002-10-17  Dick Porter  <dick@ximian.com>
4522
4523         * appdomain.c (mono_runtime_cleanup): Don't signal the async
4524         delegate semaphore before waiting for all threads to finish,
4525         because new threads can also call async delegates.  Fixes bug
4526         32004.
4527
4528         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
4529         of 3 seconds, in case another async job is queued.  (This part is
4530         needed because the bug fix reintroduced the 3s exit lag.)  This
4531         makes the mono_runtime_shutdown flag superfluous.
4532
4533 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
4534
4535         * reflection.c: include ehader size in method section headers.
4536         Really check for suplicated modules entries.
4537
4538 2002-10-17  Martin Baulig  <martin@gnome.org>
4539
4540         * debug-mono-symfile.c: Added back support for locals.
4541
4542 2002-10-14  Martin Baulig  <martin@gnome.org>
4543
4544         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
4545         MONO_TYPE_VOID.
4546
4547 2002-10-14  Martin Baulig  <martin@gnome.org>
4548
4549         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
4550         mono_class_get() instead of looking in the class cache. 
4551
4552 2002-10-13  Martin Baulig  <martin@gnome.org>
4553
4554         * debug-mono-symfile.c: Set version number to 28, include the
4555         signature in method names.
4556
4557 2002-10-13  Martin Baulig  <martin@gnome.org>
4558
4559         * debug-mono-symfile.h: Set version number to 27.
4560
4561 2002-10-11  Martin Baulig  <martin@gnome.org>
4562
4563         * gc.c: Don't register/unregister NULL pointers as disappearing links.
4564
4565 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
4566
4567         * metadata.c, metadata.h: added helper function to allocate signatures.
4568
4569 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4570
4571         * icall.c: added internal call to get the location of machine.config.
4572
4573 2002-10-08  Martin Baulig  <martin@gnome.org>
4574
4575         * debug-mono-symfile.c: Ignore classes with a pending init for the
4576         moment.
4577
4578 2002-10-03  Dick Porter  <dick@ximian.com>
4579
4580         * threads.c: Freebsd pthread_t is a pointer
4581
4582 2002-10-03  Dick Porter  <dick@ximian.com>
4583
4584         * socket-io.c: Implemented GetHostName_internal
4585
4586 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4587
4588         * mono-config.c:
4589         (mono_config_parse_file): don't leak the text.
4590
4591 2002-10-02  Martin Baulig  <martin@gnome.org>
4592
4593         * debug-mono-symfile.c: Added support for methods.
4594
4595 2002-10-01  Martin Baulig  <martin@gnome.org>
4596
4597         * debug-mono-symfile.c: Don't emit methods and line numbers for
4598         the dynamic symbol file, just write the type table.  We can easily
4599         have an external helper program which creates a symbol file for an
4600         IL file.        
4601
4602 2002-10-01  Dick Porter  <dick@ximian.com>
4603
4604         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
4605         Only add the handle to the cleanup array when we're about to
4606         launch the thread.  Bug 31425 deadlocked when the test was run on
4607         mono under w32.
4608
4609 2002-10-01  Martin Baulig  <martin@gnome.org>
4610
4611         * debug-mono-symfile.c: Added support for properties.
4612
4613 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
4614
4615         * reflection.c: unaligned store fix from Mark Crichton
4616         <crichton@gimp.org>.
4617
4618 2002-09-27  Martin Baulig  <martin@gnome.org>
4619
4620         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
4621         New interncall.
4622
4623 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
4624
4625         * assembly.h, assembly.c: use a sane API to hook into the assembly
4626         loading process instead of a useless special-purpouse hack
4627         (ngen needs a hook, too, for example).
4628
4629 2002-09-27  Dick Porter  <dick@ximian.com>
4630
4631         * threads.c (mono_thread_init): Call GetCurrentProcess() so
4632         io-layer can set up some process handle info.  Not needed on w32,
4633         but doesn't hurt either.
4634
4635         * process.c: Pass the program name in the second parameter to
4636         CreateProcess, so the path is searched.  Include the working
4637         directory. Implemented process name, process enumeration, and some
4638         process detail internal calls.
4639         
4640         * icall.c: Added internal calls for process lookup, and some
4641         process details
4642
4643 2002-09-26  Martin Baulig  <martin@gnome.org>
4644
4645         * assembly.c (mono_install_open_assembly_hook): New global
4646         function to install a function to be invoked each time a new
4647         assembly is loaded.
4648         (mono_assembly_open): Run this callback function if set.
4649
4650         * debug-mono-symfile.c: Put back line numbers for the dynamic
4651         symbol file and also record the .il file as source file.  This
4652         allows us to install the temporary symbol file as `file.dbg' just
4653         like a compiler-generated one.
4654
4655 2002-09-26  Nick Zigarovich <nick@chemlab.org>
4656
4657         * Corrected typo in gc.c (BOHEM vs BOEHM).
4658
4659 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4660
4661         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
4662         GetProperties. Also avoid calling g_slist_length in GetProperties and
4663         GetMethods.
4664
4665 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
4666
4667         * reflection.c: avoid unaligned stores (bug spotted by
4668         Mark Crichton  <crichton@gimp.org>).
4669
4670 2002-09-25  Martin Baulig  <martin@gnome.org>
4671
4672         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
4673         instead of guint64 for addresses and added prologue/epilogue info.
4674
4675 2002-09-25  Martin Baulig  <martin@gnome.org>
4676
4677         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
4678         store line number info.  For the dynamic symbol file, we only need
4679         to provide the JIT generated dynamic line number info for the dynamic
4680         symbol file.
4681
4682 2002-09-25  Martin Baulig  <martin@gnome.org>
4683
4684         * debug-mono-symfile.h: Incremented version number.
4685
4686 2002-09-24  Martin Baulig  <martin@gnome.org>
4687
4688         * class.c (mono_debugger_class_init_func): New global function
4689         pointer variable.
4690         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
4691         call it.
4692
4693         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
4694         function.  This is called via the mono_debugger_class_init_func
4695         hook to add all types to the dynamic type table.
4696         (ves_icall_MonoDebugger_GetType): New interncall to get a class
4697         from its metadata token.
4698
4699         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
4700         New interncall for the debugger.
4701
4702 2002-09-24  Nick Drochak <ndrochak@gol.com>
4703
4704         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
4705         before using it in case it is null.
4706         
4707 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
4708
4709         * metadata.c: allow custom modifiers in local var signatures
4710         (bug spotted by Zoltan Varga).
4711
4712 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
4713
4714         * class.c: deal with the <Module> class that may have a NULL vtable.
4715         Eliminate warnings.
4716
4717 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
4718
4719         * image.c, image.h: more strong name helpers.
4720         * monosn.c: more work: convert pem keys to cryptoapi format.
4721
4722 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
4723
4724         * string-icalls.c: speedup IndexOf.
4725
4726 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
4727
4728         * icall.c: updates from Zoltan.2.Varga@nokia.com.
4729
4730 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
4731
4732         * icall.c: cleanup: use mono_object_domain ().
4733
4734 2002-09-23  Martin Baulig  <martin@gnome.org>
4735
4736         * debug-mono-symfile.c: Improved type support.
4737
4738 2002-09-22  Martin Baulig  <martin@gnome.org>
4739
4740         * debug-mono-symfile.c: Added support for reference types and strings.
4741
4742 2002-09-22  Martin Baulig  <martin@gnome.org>
4743
4744         * debug-mono-symfile.c: Started to work on the type table.
4745
4746 2002-09-21  Martin Baulig  <martin@gnome.org>
4747
4748         * debug-mono-symfile.c: Largely reworked the symbol table format.
4749         The symbol table is now incrementally updated each time a new
4750         method is added.  We're now also using our own magic and version
4751         so that you don't need to recompile all your classes if the
4752         dynamic table changes.
4753         (mono_debug_update_mono_symbol_file): Removed.
4754         (mono_debug_symfile_add_method): New function to add a method.
4755
4756 2002-09-21  Martin Baulig  <martin@gnome.org>
4757
4758         * icall.c
4759         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
4760         New interncall.
4761
4762         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
4763         New interncall to get a method from its metadata token.
4764
4765 2002-09-21  Martin Baulig  <martin@gnome.org>
4766
4767         * debug-mono-symfile.c: Create type table.
4768
4769 2002-09-20  Martin Baulig  <martin@gnome.org>
4770
4771         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
4772
4773 2002-09-20  Martin Baulig  <martin@gnome.org>
4774
4775         * debug-mono-symfile.c: Provide information about params and locals.
4776
4777 2002-09-20  Martin Baulig  <martin@gnome.org>
4778
4779         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
4780         New interncall.
4781
4782         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
4783         interncall to get a method from its metadata token.
4784
4785 2002-09-20  Martin Baulig  <martin@gnome.org>
4786
4787         * debug-mono-symfile.c: Added a few checks for method->header
4788         being non-NULL.  This should never happen, but for the moment
4789         let's use a g_warning() rather than a g_assert().
4790
4791 2002-09-19  Mark Crichton  <crichton@gimp.org>
4792
4793         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
4794         even if support for it isn't present.  Added an #ifdef to fix this.
4795
4796         * socket-io.c: Added checks back for Solaris support.
4797
4798 2002-09-19  Martin Baulig  <martin@gnome.org>
4799
4800         * debug-mono-symfile.c (read_string, write_string): Reflect latest
4801         changes in the symbol file format.
4802
4803 2002-09-18  Martin Baulig  <martin@gnome.org>
4804
4805         * debug-mono-symfile.c: Set version number to 21.
4806
4807 2002-09-18  Dick Porter  <dick@ximian.com>
4808
4809         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
4810         on netbsd.  Fixes bug 30051.
4811
4812 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4813
4814         * reflection.c:
4815         (set_version_from_string): little fix.
4816
4817 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
4818
4819         * monosn.c, Makefile.am: added strong name utility.
4820         * reflection.h, reflection.c: implemented delayed signing,
4821         locale, version and hash id assembly attributes.
4822
4823 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
4824
4825         * loader.c, metadata.c: load param attributes in signatures.
4826
4827 2002-09-16  Martin Baulig  <martin@gnome.org>
4828
4829         * debug-mono-symfile.c: Added string table with all method names.
4830
4831 2002-09-14  Martin Baulig  <martin@gnome.org>
4832
4833         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
4834         fast method lookup.
4835
4836 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
4837
4838         * reflection.c: record the public key token of referenced assemblies.
4839
4840 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
4841
4842         * image.c, image.h: added functions to get the strong name and the
4843         public key of an assembly.
4844         * pedump.c: use them.
4845
4846 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
4847
4848         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
4849
4850 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
4851
4852         * marshal.c (mono_marshal_get_managed_wrapper): Added
4853         MONO_TYPE_BOOLEAN 
4854
4855 2002-09-11  Martin Baulig  <martin@gnome.org>
4856
4857         * gc.c: Call GC_unregister_disappearing_link() on all links when
4858         finalizing them, this is necessary to aviod a crash in boehm's
4859         finalize handler.
4860
4861 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
4862
4863         * gc.c: handle GetTarget for finalized objects spotted and fixed by
4864         nick@chemlab.org.
4865
4866 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
4867
4868         * icall.c: implemented MonoType::Module.
4869         * reflection.c, reflection.h: mono_module_get_object () from
4870         Tomi Pakarinen <tomi.pakarinen@welho.com>.
4871
4872 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
4873
4874         * icall.c: ignore overridden methods in GetMethods ().
4875         Fix for FieldInfo::SetValue().
4876         * object.c: handle float/double in runtime invoke.
4877
4878 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
4879
4880         * object.c: allow a constructor to be called again on an object.
4881
4882 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
4883
4884         * class.h, class.c: move field layout code to it's own function and
4885         export it. Get an interface id earlier. Move fields in MonoClass
4886         so they are more cache friendly and align the bitfields.
4887         * loader.c: temporary handle get_param_names() for a runtime method.
4888         * reflection.c, reflection.h: more code to handle runtime creation of
4889         types.
4890
4891 2002-09-09  Martin Baulig  <martin@gnome.org>
4892
4893         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
4894         signature with the pinvoke field being set for the actual call.
4895
4896 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
4897
4898         * icall.c: removed some unused icalls. Start of map of glib charsets
4899         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
4900
4901 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
4902
4903         * debug-helpers.c: break infinite loop (found and fixed by
4904         Holger Arnold <harnold@gmx.de>).
4905
4906 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
4907
4908         * icall.c: target may be null in create_delegate.
4909
4910 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
4911
4912         * marshal.c: handle a boolean return type.
4913
4914 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
4915
4916         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
4917
4918 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
4919
4920         * gc.c: fix weakreferences.
4921
4922 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
4923
4924         * icall.c: added icall to get default codepage.
4925
4926 2002-09-03  Dick Porter  <dick@ximian.com>
4927
4928         * threads.h: 
4929         * threads.c: Use MonoThread instead of MonoObject where
4930         apropriate.
4931
4932         Store running thread objects in a hash table, so that we have all
4933         the info to hand when waiting for them to finish
4934         (means we don't need OpenThread() any more, so mingw builds should
4935         be fully functional again.)
4936
4937         * verify.c:
4938         * object.h: Added thread ID to MonoThread
4939
4940 2002-09-03  Martin Baulig  <martin@gnome.org>
4941
4942         * icall.c (System.Reflection.Assembly::get_location): New interncall.
4943
4944 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4945
4946         * icall.c: fixed leak in get_temp_path. Thanks lupus.
4947
4948 2002-09-03  Martin Baulig  <martin@gnome.org>
4949
4950         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
4951         argument to store the end address of the disassembled instruction.
4952
4953         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
4954         here from debug-symfile.h.
4955         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
4956         JIT into this struct.
4957         (MonoSymbolFile): Added `char *image_file' field.
4958         (MonoDebugGetMethodFunc): Removed.
4959         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
4960         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
4961         (mono_debug_find_method): New method.
4962
4963         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
4964         create a full symbol file.
4965         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
4966         and static symbol files.
4967         (mono_debug_find_method): The symbol file keeps an internal method hash,
4968         call this to get a MonoDebugMethodInfo from a MonoMethod.
4969
4970         * debug-symfile.[ch]: Removed.
4971
4972 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
4973
4974         * image.c (do_mono_image_open): Remove linker version check.
4975
4976 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
4977
4978         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
4979         wrappers for instance methods.
4980         
4981 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4982
4983         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
4984
4985 2002-08-28  Dick Porter  <dick@ximian.com>
4986
4987         * Makefile.am: Export HOST_CC for w32 builds
4988
4989 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
4990
4991         * file-io.c process.c: MonoString are null terminated, no
4992         need for mono_string_to_utf16() anymore.
4993
4994 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
4995
4996         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
4997
4998 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
4999
5000         * icall.c, reflection.h: speedup System.MonoType.
5001
5002 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
5003
5004         * reflection.c: allow null as the value of a string argument in
5005         custom attributes constructors.
5006
5007 2002-08-27  Martin Baulig  <martin@gnome.org>
5008
5009         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
5010         `trampoline_address' field.
5011
5012 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
5013
5014         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
5015         check (fixes bug #29486) 
5016
5017 2002-08-27  Martin Baulig  <martin@gnome.org>
5018
5019         * debug-mono-symfile.c: Changed the file format in a way that allows us
5020         open it read-only and to use a specially malloced area for all the
5021         dynamic data.  We can now also generate a symbol file on-the-fly if we're
5022         debugging IL code and there is no MCS generated symbol file for it.
5023
5024 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
5025
5026         * object.c: added a define for a good string and array
5027         creation speedup (not enabled by default because we need to deal with
5028         the synch stuff).
5029
5030 2002-08-26  Martin Baulig  <martin@gnome.org>
5031
5032         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
5033         function to create a dynamic symbol file.  This is used by the
5034         debugger to create a symbol file for IL code on-the-fly.
5035
5036 2002-08-26  Martin Baulig  <martin@gnome.org>
5037
5038         * loader.c (mono_lookup_pinvoke_call): Include the error message
5039         from g_module_error() in the error message.
5040
5041 2002-08-24  Martin Baulig  <martin@gnome.org>
5042
5043         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
5044         function to update the symbol file.  The symbol file is mmap()ed
5045         writable, but private.  This allows us to install the symbol file
5046         together with the assembly.
5047
5048 2002-08-24  Martin Baulig  <martin@gnome.org>
5049
5050         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
5051         but they can read the new symbol file format which mcs is now creating.
5052
5053         * debug-symfile.c (mono_debug_find_source_location): Moved to
5054         debug-mono-symfile.c; this is now operating on the new symbol file.
5055
5056 2002-08-23  Martin Baulig  <martin@gnome.org>
5057
5058         * debug-helpers.c (mono_method_desc_from_method): New function to get
5059         a MonoMethodDesc from a MonoMethod.
5060
5061 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
5062
5063         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
5064         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
5065
5066 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
5067
5068         * string-icalls.[ch]: make helper methods static.
5069
5070 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5071
5072         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
5073         types to it and to SetValueInternal.
5074
5075         * object.c: Moved handle_enum label to its proper place. This was the
5076         f... bug! ;-)
5077
5078         This time i compiled mcs and gtk-sharp and they both work.
5079
5080 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5081
5082         * icall.c: reverted partially my previous patch until 
5083         object.c:set_value handles enums correcly.
5084
5085 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5086
5087         * icall.c:
5088         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
5089         (ves_icall_System_Environment_get_MachineName): removed warning when
5090         compiling under cygwin.
5091
5092 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
5093
5094         * object.c: fixed field_get_value() for reference types.
5095
5096 2002-08-22  Dick Porter  <dick@ximian.com>
5097
5098         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
5099         Don't free a buffer while it's still needed.  Patch from Jonathan
5100         Liger <Jonathan.liger@wanadoo.fr>
5101
5102 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
5103
5104         * icall.c (ves_icall_System_Environment_get_Platform): Add new
5105         internal call.
5106
5107 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
5108
5109         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
5110         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
5111
5112         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
5113         we call unmanaged code which throws exceptions.
5114
5115 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
5116
5117         * appdomain.h: added per-domain entry_assembly.
5118         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
5119         arguments.
5120         * icall.c: Assembly::GetEntryAssembly icall.
5121         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
5122         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
5123
5124 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
5125
5126         * appdomain.h, gc.c: added mono_domain_finalize ().
5127
5128 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5129
5130         * object.c:
5131         (mono_print_unhandled_exception): changed g_warning by g_printerr
5132         because g_log has a 1024 characters limit (yeah, i got a big stack
5133         trace). Don't print exception name, that should be in ToString 
5134         returned string.
5135
5136 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5137
5138         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
5139         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
5140
5141 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5142
5143         * object.c:
5144         (mono_print_unhandled_exception): after previous commit, i realized
5145         that MS calls ToString on the exception. I changed this function to
5146         do that. This way we get stack_trace for free.
5147
5148 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5149
5150         * object.c:
5151         (mono_print_unhandled_exception): invoke Message property instead of
5152         getting 'message' field from Exception. Don't allocate memory for
5153         'trace' and 'message' if not needed.
5154
5155 2002-08-18  Dick Porter  <dick@ximian.com>
5156
5157         * unicode.c: Fix asserts to match Encoder.cs checks
5158
5159 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
5160
5161         * marshal.c: fix unaligned store issue and a few wrong
5162         opcode argument types.
5163
5164 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5165
5166         * icall.c: added GetUninitializedObjectInternal internal call.
5167
5168 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
5169
5170         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
5171         to the right domain.
5172
5173 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
5174
5175         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
5176
5177         * class.c (class_compute_field_layout): set blittable to false for Strings
5178
5179         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
5180
5181 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
5182
5183         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
5184         first chunk of code to create types at runtime. Code to
5185         handle ReflectedType/DeclaringType. Make reflection handles
5186         domain specific.
5187
5188 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
5189
5190         * class.c: set correct name in arrays.
5191
5192 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
5193
5194         * appdomain.c (mono_domain_transfer_object): make it work with
5195         valuetypes. bug fixes.
5196
5197 2002-08-12  Dick Porter  <dick@ximian.com>
5198
5199         * object.h: Rename some parameters to avoid c++ keywords (Patch
5200         from Joseph Wenninger <kde@jowenn.at>)
5201
5202 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
5203
5204         * icall.c: added icall to implement Assembly.GetFile*.
5205
5206 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
5207
5208         * reflection.h, reflection.c: code to embed managed resources.
5209
5210 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
5211
5212         * class.c: move all the type size stuff into
5213         class_compute_field_layout().
5214
5215 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
5216
5217         * class.c: ensure enums have always the correct instance size.
5218         * unicode.c: remove wrong assert.
5219
5220 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
5221
5222         * assembly.c: fix mem corruption issue.
5223         * image.h, image.c: added mono_image_get_resource () to access
5224         managed resources.
5225         * icall.c: implemented Assembly.EntryPoint property and some
5226         Managed Resources related internalcalls.
5227
5228
5229 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
5230
5231         * image.c, image.h: impemented mono_image_get_entry_point ().
5232         * appdomain.c: use mono_image_get_entry_point.
5233
5234 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
5235
5236         * reflection.c: support the object type argument when loading
5237         custom attributes.
5238
5239 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
5240
5241         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
5242         String as return type.
5243
5244 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
5245
5246         * reflection.c: fix encoding of named args for custom attrs to match
5247         the ms implementation. Read them back when instantiating custom
5248         attributes.
5249
5250 2002-08-02  Radek Doulik  <rodo@ximian.com>
5251
5252         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
5253         by Dietmar as quick fix
5254         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
5255         16 as stack size, used on more places as quick fix before Dietmar
5256         will fix it properly
5257
5258 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
5259
5260         * object.h, object.c: added accessors for fields and properties.
5261
5262 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
5263
5264         * class.c, class.h: made mono_class_get_field_from_name ()
5265         loop on parent types.
5266         Added mono_class_get_property_from_name ().
5267
5268 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
5269
5270         * class.c, class.h: move the code to setup the type vtable in its own
5271         function so that it can be reused also for types created at runtime.
5272         Eliminate the "class" identifier from the header file.
5273         * reflection.c: setup the vtable for enums so that we can create
5274         objects for use in SetConstant ().
5275
5276 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
5277
5278         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
5279         instead of the delegate itself as this pointer (bug #28383)
5280
5281 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
5282
5283         * marshal.c (mono_marshal_get_managed_wrapper): added return type
5284         conversions.
5285
5286 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
5287
5288         * loader.c: don't set the pinvoke bit on icalls.
5289
5290 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
5291
5292         * debug-helpers.c (mono_method_full_name): only print a number to
5293         indicate wrapper type (so that the output is more readable in traces).
5294
5295 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
5296
5297         * class.c (mono_class_init): include method override patch from Paolo
5298
5299 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
5300
5301         * icall.c: fixed GetTypeCode().
5302
5303 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
5304
5305         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
5306         use real delegate invoke function to make it work with multicast
5307         delegates (fix bug# 28291).
5308
5309 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
5310
5311         * object.c: load constant strings.
5312
5313 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
5314
5315         * reflection.c: no magic numbers.
5316         * tabledefs.h: security action enum.
5317
5318 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
5319
5320         * assembly.c: fix possible memory corruption.
5321
5322 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
5323
5324         * reflection.h, reflection.c: added support for linking resources.
5325         * verify.c: check we have an updated corlib.
5326
5327 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
5328
5329         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
5330         string arrays.
5331         (mono_marshal_string_array): null terminate unmanaged string arrays.
5332         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
5333
5334 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
5335
5336         * icall.c: Type.GetType () can now return also types from the
5337         calling assembly.
5338
5339 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
5340
5341         * loader.h, loader.c: stack walking support.
5342         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
5343         GetCallingAssembly.
5344
5345 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
5346
5347         * marshal.c: added optimisations for blittable types 
5348
5349         * class.c (mono_array_class_get): do not set blittable attribute on arrays
5350         (mono_class_setup_mono_type): set blittable attribute for single
5351         and double.
5352
5353         * marshal.c (mono_string_utf8_to_builder): impl.
5354         (mono_string_builder_to_utf8): impl.
5355         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
5356
5357 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
5358
5359         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
5360         (mono_marshal_get_managed_wrapper): impl. byref types
5361
5362 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5363
5364         * icall.c:
5365         (search_method): don't display debug message. 
5366
5367 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
5368
5369         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
5370
5371 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
5372
5373         * appdomain.c: set the missing filename when throwing exception.
5374
5375 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
5376
5377         * metadata.c (mono_type_size): code cleanup
5378         (mono_type_stack_size): removed some test code
5379
5380 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
5381
5382         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
5383         mono_get_exception_file_not_found now.
5384
5385         * exception.c (mono_exception_from_name_two_strings): New version
5386         that will call a constructor with two string arguments. 
5387         (mono_get_exception_file_not_found): New helper routine, used to
5388         report file-not-found errors.
5389
5390 2002-07-20  Dick Porter  <dick@ximian.com>
5391
5392         * process.h:
5393         * process.c: Pass file handles to CreateProcess
5394         
5395         * icall.c:
5396         * file-io.h:
5397         * file-io.c: Implemented CreatePipe
5398
5399 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
5400
5401         * metadata.c (mono_get_param_info): set alignment for value types
5402
5403 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
5404
5405         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
5406         Constify mono_domain_assembly_open().
5407         * loader.c: handle null namespace in icalls.
5408
5409 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
5410
5411         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
5412         (emit_str_to_ptr_conv): marshal object as structs
5413
5414         * metadata.c (mono_type_to_unmanaged): marshal object as structs
5415
5416         * marshal.c (mono_marshal_get_runtime_invoke): support value types
5417
5418 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
5419
5420         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
5421         (mono_marshal_get_native_wrapper): we an now return value types
5422
5423 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
5424
5425         * verify.c: more checks implemented.
5426
5427 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
5428
5429         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
5430         (fix bug #27695)
5431         (mono_marshal_get_native_wrapper): allow byref arguments
5432         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
5433         impl. PtrToStringXXX methods
5434         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
5435         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
5436         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
5437         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
5438         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
5439
5440 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
5441
5442         * reflection.c: fix buglet in parsing an assembly name.
5443
5444 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
5445
5446         * marshal.c (emit_ptr_to_str_conv): first impl.
5447
5448 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
5449
5450         * object.c, class.h: cache the vtable in the class as suggested by
5451         vargaz@freemail.hu (Zoltan Varga).
5452
5453 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
5454
5455         * class.h, loader.c: added mono_field_from_token().
5456         * verify.c: first cut of type checking code.
5457
5458 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
5459
5460         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
5461
5462 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
5463
5464         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
5465         (fix bug #27782)
5466         (mono_marshal_get_remoting_invoke): impl.
5467         (mono_delegate_begin_invoke): impl.
5468         (mono_mb_emit_save_args): impl.
5469         (mono_delegate_end_invoke): impl.
5470         (mono_marshal_get_delegate_begin_invoke):
5471         (mono_marshal_get_delegate_end_invoke):
5472         (mono_marshal_get_delegate_invoke): generate a special name for
5473         those methods (including the signature) and associate them whith
5474         the delegate class. 
5475
5476 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
5477
5478         * reflection.[ch]: 
5479         (mono_reflection_type_from_name): now it has a MonoImage parameter
5480         which is used as the default image to search the type in. If the image
5481         is NULL or getting the type from it fails, it defaults to corlib.
5482
5483         * icall.c: changed 1 call to mono_reflection_type_from_name to match
5484         new parameter.
5485
5486 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
5487
5488         * reflection.c: update the parameter table index.
5489
5490 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
5491
5492         * domain.c: don't include the mark byte in the string hash.
5493
5494 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
5495
5496         * icall.cs: icall for Type.GetTypeCode ().
5497         * verify: a couple of fixes and disabled local initialization checks.
5498
5499 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
5500
5501         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
5502
5503         * debug-helpers.c (mono_method_full_name): print the type of the
5504         runtime wrapper
5505
5506         * metadata.c (mono_signature_hash): a hash function for signatures
5507         (mono_signature_hash): better hash algorithm
5508
5509         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
5510
5511         * debug-helpers.c (mono_method_full_name): this can now generate
5512         method names with signatures
5513
5514         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
5515         method dont have this pointers.
5516
5517 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
5518
5519         * reflection.c: fixup typebuilder tokens.
5520         * image.c: fix buglet.
5521         * marshal.h: remove whitespace.
5522         * metadata.h, metadata.c: reinstate code that was removed.
5523         * verify.c: handle catch directives and fix another couple of bugs.
5524
5525 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
5526
5527         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
5528         (mono_marshal_get_native_wrapper): make it comp. with the old code
5529         (mono_marshal_get_native_wrapper): support boolean
5530         (mono_marshal_get_managed_wrapper): support more types
5531
5532 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
5533
5534         * class.c (class_compute_field_layout): compute class->blittable attribute.
5535
5536 2002-07-09  Dick Porter  <dick@ximian.com>
5537
5538         * threads.c: Make the thread cleaning up cope with threads that
5539         call ExitThread()
5540
5541 2002-07-08  Radek Doulik  <rodo@ximian.com>
5542
5543         * reflection.c (method_encode_code): use non-translated values to
5544         compute finally_start, this fixes exception handling on ppc, yay!
5545
5546         * decimal.h (struct signscale): fix endianess
5547
5548 2002-07-07  Radek Doulik  <rodo@ximian.com>
5549
5550         * reflection.c: swap box_val and not val
5551
5552 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
5553
5554         * reflection.c, reflection.h: handle full assembly info in type name.
5555         Handle Type arguments when loading custom attributes.
5556         * icall.c: updated to use new mono_reflection_type_from_name () method.
5557
5558 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5559
5560         * loader.c:
5561         (method_from_memberref): also print assembly name when method not found.
5562
5563 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5564
5565         * icall.c:
5566         (ves_icall_TypeGetProperties): fixed bug #27473. 
5567
5568 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5569
5570         * reflection.c: display image name and token when cannot find the
5571         .ctor for an attribute.
5572
5573 2002-07-05  Martin Baulig  <martin@gnome.org>
5574
5575         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
5576
5577 2002-07-04  Dick Porter  <dick@ximian.com>
5578
5579         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
5580         compile on mingw.  This will cause mingw builds to not wait for
5581         subthreads to terminate after the main thread does.  I've lodged a
5582         bug with the mingw developers for them to wrap OpenThread().
5583
5584 2002-07-03  Dick Porter  <dick@ximian.com>
5585
5586         * threads.c: Store thread IDs instead of handles, because
5587         GetCurrentThread() returns a pseudohandle and therefore stores
5588         useless values.  mono_thread_cleanup() continues checking the
5589         array of threads until it is empty, to cope with subthreads
5590         spawning new threads after the main thread has finished.
5591
5592         * profiler.h:
5593         * profiler.c:
5594         * profiler-private.h: Pass the thread ID to thread profiler
5595         functions, instead of a handle
5596
5597 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
5598
5599         * verify.c: fixes to make it more usable.
5600         * pedump.c: added --verify code to verify IL code in an assembly.
5601
5602 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
5603
5604         * reflection.c: turn errors into warnings to allow compiling corlib.
5605
5606 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
5607
5608         * reflection.c: add special cases to compile corlib.
5609
5610 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
5611
5612         * reflection.c: handle properties with only a set method.
5613
5614 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
5615
5616         * opcodes.h: add enum with opcodes in opval order.
5617
5618 2002-07-01  Dick Porter  <dick@ximian.com>
5619         
5620         * object.h:
5621         * object.c (mono_runtime_run_main): Removed unneeded argument
5622
5623 2002-06-28  Martin Baulig  <martin@gnome.org>
5624
5625         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
5626
5627 2002-06-27  Dick Porter  <dick@ximian.com>
5628
5629         * threads.c: Store the handle in both the parent thread and in the
5630         subthread, to minimise the time between starting a new thread and
5631         storing its ID.
5632
5633 2002-06-26  Dick Porter  <dick@ximian.com>
5634
5635         * appdomain.c (mono_runtime_cleanup): Close the socket library
5636         after all the threads have finished, not before
5637
5638 2002-06-26  Martin Baulig  <martin@gnome.org>
5639
5640         * debug-symfile.c (mono_debug_find_source_location): Added
5641         `guint32 *line_number' argument.  If it's not NULL, store the line number
5642         there and return the file name without the line number.
5643
5644 2002-06-25  Dick Porter  <dick@ximian.com>
5645
5646         * icall.c:
5647         * process.h:
5648         * process.c: Process forking and other support functions
5649
5650 2002-06-25  Dick Porter  <dick@ximian.com>
5651
5652         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
5653         things dont happen when the image is closed.
5654         (mono_image_lookup_resource): Walk the resource section looking
5655         for a particular entry
5656
5657         * cil-coff.h: PE resource section decoding
5658
5659 2002-06-25  Dick Porter  <dick@ximian.com>
5660         
5661         * assembly.h:
5662         * assembly.c: 
5663         (mono_assembly_foreach): Accessor functions to walk the list of
5664         loaded assemblies
5665         (mono_assembly_set_main):
5666         (mono_assembly_get_main): Process methods need to know which
5667         assembly is the "main" one
5668
5669         * object.c (mono_runtime_run_main): Record the main assembly
5670
5671         * debug-helpers.c: Fix typo
5672
5673 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
5674
5675         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
5676         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
5677
5678 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
5679
5680         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
5681
5682 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
5683
5684         * image.c (do_mono_image_open): Initialize reference count,
5685         otherwise we leak the MonoImage.
5686
5687 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
5688
5689         * reflection.c: small tweak to handle self-hosting.
5690
5691 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
5692
5693         * reflection.c: fix type name parse code.
5694
5695 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
5696
5697         * reflection.c: break out of the loop.
5698         * image.c: special case corlib.
5699
5700 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
5701
5702         * reflection.c: add all the custom attrs at the end to ensure the
5703         ctors have been properly initialized when the attributes are defined
5704         in the current assembly.
5705
5706 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
5707
5708         * reflection.c: handle correctly multiple-nested types.
5709
5710 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
5711
5712         * row-indexes.h: fix typos.
5713         * reflection.c: adjust for typos and fix method_def_or_ref
5714         encoding in MethodImpl table.
5715
5716 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
5717
5718         * reflection.c: fix entry point patching (thanks Serge!).
5719
5720 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
5721
5722         * verify.c: add check for System.Exception
5723
5724 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
5725
5726         * image.c, class.c: minifix for code just c&p'ed.
5727         * reflection.c: warning fix.
5728         * object.h, loader.h, domain.c: load also StringBuilder.
5729
5730 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
5731
5732         * marshal.h, marshal.c: some support code to handle complex marshaling.
5733
5734 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
5735
5736         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
5737         Better signatures with vtable error dump.
5738
5739 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
5740
5741         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
5742
5743 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
5744
5745         * icall.c (ves_icall_Type_GetField): impl.
5746
5747 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
5748
5749         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
5750         to retrieve a marshal description blob for a field or param.
5751
5752 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
5753
5754         * reflection.h, reflection.c: change order of nested type emission
5755         to avoid table corruption. The NestedTypes table is sorted.
5756         * icall.c: change order of GetConstructor results to workaround mcs bug.
5757
5758 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
5759
5760         * reflection.h, reflection.c: handle field and param marshal
5761         information.
5762
5763 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
5764
5765         * icall.c, marshal.c marshal.h: more Marshal class implementation.
5766
5767 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
5768
5769         * reflection.c: fix call convention.
5770
5771 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
5772
5773         * reflection.h, reflection.c: mono_image_get_memberref_token()
5774         takes a type instead of a class, now. Added
5775         mono_image_get_array_token() to create tokens for the special
5776         multi-dim array methods.
5777
5778 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
5779
5780         * assembly.c: handle modules (no assembly table). Split
5781         loading references in its own function.
5782         * class.c: handle moduleref resolution scope.
5783         * image.c, image.h: cache module name in image.
5784
5785 2002-06-07  Martin Baulig  <martin@gnome.org>
5786
5787         * reflection.c (mono_image_get_type_info): Only add a class layout entry
5788         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
5789
5790 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
5791
5792         * icall.c: more signature fixes that used uint instead of int.
5793
5794 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
5795
5796         * reflection.c: fixed signature of field refs.
5797
5798 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
5799
5800         * class.c, reflection.c: handle typerefs of nested types
5801         (both on read and when writing files).
5802
5803 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
5804
5805         * icall.c: fix method signatures that tried to workaround the previous
5806         typo, d'oh!
5807
5808 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
5809
5810         * debug-helpers.c: fix typo.
5811
5812 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
5813
5814         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
5815         rewrote the PE/COFF writing code (our programs are understood by the
5816         ms runtime, now).
5817
5818 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
5819
5820         * gc.c, gc.h, icall.c: weakreference support.
5821
5822 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
5823
5824         * Makefile.am, mono-config.c: use $(sysconfdir).
5825
5826 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
5827
5828         * icall.c: changed default precision of Double.ToString() to 15.
5829         Fixed memory leak. Unified with Single.ToString.
5830
5831 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
5832
5833         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
5834
5835 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
5836
5837         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
5838         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
5839         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
5840         and myself.
5841
5842 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
5843
5844         * debug-symfile.c, sysmath.c: yet more compilation fixes.
5845
5846 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
5847
5848         * reflection.c, socket-io.c: more compilation fixes.
5849
5850 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
5851
5852         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
5853         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
5854         unicode.c: warning and compiler compatibility fixes.
5855
5856 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
5857
5858         * class.h, metadata.c: fixed warnings/compilation errors.
5859
5860 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
5861
5862         * Makefile.am, mono-config.c, mono-config.h: configuration file
5863         support routines.
5864         * loader.c, loader.h: make Dll mapping configurable at runtime in the
5865         config file. Export methods to insert and lookup mappings.
5866
5867 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
5868
5869         * reflection.c: handle types and boxed objects in custom attr
5870         constructors.
5871
5872 2002-05-30  Martin Baulig  <martin@gnome.org>
5873
5874         * debug-symfile.c
5875         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
5876
5877 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
5878
5879         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
5880         to lookup the implmap row for a P/Invoke method.
5881         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
5882         P/Invoke method from the runtime on an as needed basis.
5883
5884 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
5885
5886         * metadata.c (mono_metadata_parse_signature): impl.
5887
5888 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
5889
5890         * class.c: handle .pack directive.
5891
5892 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
5893
5894         * object.c: initialize static fields with RVA data.
5895
5896 2002-05-25  Martin Baulig  <martin@gnome.org>
5897
5898         * debug-symfile.c
5899         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
5900
5901 2002-05-24  Martin Baulig  <martin@gnome.org>
5902
5903         * debug-symfile.c
5904         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
5905         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
5906         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
5907
5908 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
5909
5910         * object.c: special case string ctros in invoke.
5911         * gc.c: silly whitespace changes.
5912
5913 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
5914
5915         * threadpool.[ch]: impl. a threadpool that can
5916         be used by mint and mono.
5917
5918 2002-05-22  Martin Baulig  <martin@gnome.org>
5919
5920         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
5921         The first argument is now a `MonoReflectionModuleBuilder *', the return
5922         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
5923         `methods' field to get the method builder.  The `token' argument is the
5924         unfixed token.
5925
5926         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
5927         invalid characters instead of g_assert_not_reached()ing.  This seems
5928         to be the behaviour of mscorlib.
5929
5930 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
5931
5932         * object.c (mono_runtime_invoke_array): applied patch from Rachel
5933         Hestilow to fix bug #25104
5934
5935 2002-05-21  Martin Baulig  <martin@gnome.org>
5936
5937         * debug-symfile.c (mono_debug_find_source_location): New function.
5938         Looks up an IL offset in the line number table and returns the source
5939         location as a string.
5940
5941 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5942
5943         * icall.c:
5944         (mono_double_ToStringImpl): changed %f by %g until we have something
5945         better.
5946
5947 2002-05-21  Nick Drochak  <ndrochak@gol.com>
5948
5949         * icall.c : Use different name for Math.Pow's icall.  Needed to check
5950         parameters first in C#.
5951
5952 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
5953
5954         * icall.c, reflection.h: added icall to get info about an event.
5955
5956 2002-05-20  Radek Doulik  <rodo@ximian.com>
5957
5958         * object.c (mono_value_box): don't use memcpy for boxing on BIG
5959         endian
5960         (mono_value_box): don't use memcpy for small sizes on
5961         architectures with unaligned access
5962
5963 2002-05-20  Martin Baulig  <martin@gnome.org>
5964
5965         * reflection.c (mono_reflection_setup_internal_class): Don't crash
5966         if `tb->parent == NULL'.
5967         (mono_reflection_create_internal_class): New function.  This is
5968         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
5969         for enum types.
5970
5971         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
5972         New interncall.
5973
5974 2002-05-19  Martin Baulig  <martin@gnome.org>
5975
5976         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
5977         argument to get the length, don't default to the array length.
5978
5979 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
5980
5981         * assembly.c (mono_assembly_setrootdir): New function used to
5982         override the MONO_ASSEMBLIES directory.
5983
5984 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
5985
5986         * icall.c: ValueType_GetHashCode() initialize local var.
5987
5988 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
5989
5990         * reflection.c: sort custom attributes table.
5991
5992 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
5993
5994         * reflection.c: support named args in custom attributes (write support).
5995
5996 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
5997
5998         * reflection.c: fix finally position calculation.
5999
6000 2002-05-15  Radek Doulik  <rodo@ximian.com>
6001
6002         * reflection.c: fixed endianess at many places
6003
6004         * icall.c (ves_icall_InitializeArray): comment out debug msg
6005
6006 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
6007
6008         * object.c (mono_unhandled_exception): new function to handle
6009         unhandled exceptions.
6010         (mono_unhandled_exception): call the UnhandledException event.
6011         (mono_runtime_delegate_invoke): impl.
6012
6013 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
6014
6015         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
6016         returns the RVA, not the direct pointer to the data. Handle the case
6017         when the class size is fixed.
6018
6019 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
6020
6021         * reflection.c: fix some endianess issues.
6022
6023 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
6024
6025         * object.c (mono_runtime_invoke): is now able to catch exceptions.
6026
6027         * threads.c (mono_thread_init): added a callback which is invoked
6028         at thread start.
6029
6030 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
6031         
6032         * icall.c: make GetHashCode return non-negative values.
6033
6034 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
6035
6036         * object.c, icall.c, gc.c: revert to address-based hashcode.
6037
6038 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
6039
6040         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
6041
6042 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
6043
6044         * icall.c, class.c: special case <Module>.
6045
6046 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
6047
6048         * icall.c: fix bug in GetNow().
6049
6050 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
6051
6052         * object.c (mono_runtime_class_init): make sure that we call all
6053         static class constructors.
6054
6055 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
6056
6057         * reflection.c: sort methodsemantics table.
6058
6059 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
6060
6061         * reflection.h, reflection.c: honour init locals setting.
6062
6063 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
6064
6065         * icall.c: copied Double ToStringImpl for Single ToStringImpl
6066
6067 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
6068
6069         * reflection.c: support ContructorBuilders in attribute blob creation.
6070
6071 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
6072
6073         * reflection.c: some changes to build a binary that can be run
6074         directly in windows.
6075
6076 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
6077
6078         * loader.c: print a big message when an icall can't be found.
6079
6080 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6081
6082         * string-icalls.c: fix bug 24248.
6083
6084 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
6085
6086         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
6087         icall.c, reflection.h: separate assembly loading by pathname and by
6088         assembly name. Use the MONO_PATH env var to search for assemblies.
6089
6090 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
6091
6092         * assembly.c, image.h: add some support for assemblies
6093         with multiple modules.
6094         * class.c, class.h: export mono_class_from_typeref().
6095         * loader.c: remove duplicated code and use mono_class_from_typeref(),
6096         instead.
6097
6098 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
6099
6100         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
6101         documentation says (the ECMA one is correct).
6102
6103 2002-05-02  Dick Porter  <dick@ximian.com>
6104
6105         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
6106         Don't name the synchronisation mutex.
6107
6108 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
6109
6110         * rand.c
6111         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
6112         Make the prototypes match.
6113         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
6114         Same.
6115
6116         * icall.c
6117         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
6118         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
6119         all systems have tm.tm_zone, so use strftime() with %Z to print
6120         the timezone abreviation into a temp string.
6121
6122         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
6123         rather than mono_array_addr() on a MonoString on Big Endian
6124         machines.
6125
6126 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
6127
6128         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
6129         fix bug 24041
6130
6131 2002-04-30  Dick Porter  <dick@ximian.com>
6132
6133         * socket-io.c: Cope with SOCKET being an integer rather than a
6134         pointer now.
6135
6136         * threads.c: Added Thread_free_internal, to deal with thread
6137         handle cleanup.  Moved calls to handle_store() and handle_remove()
6138         to start_wrapper(), so each can only be called once.  Allocate
6139         synchronisation blocks with GC_malloc(), and use GC finalisation
6140         to close the handles.
6141
6142         * icall.c: added System.Threading.Thread::Thread_free_internal
6143
6144 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
6145
6146         * icall.c: support Environment.Exit, CommandLineArgs().
6147
6148 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
6149
6150         * object.c, object.h: added mono_runtime_run_main () and
6151         mono_runtime_get_main_args () for use in System.Environment.
6152
6153 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
6154
6155         * gc.c: fix thinko, enable actual finalization since the jit is now
6156         fixed.
6157
6158 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
6159
6160         * gc.c, object.c: take into account that an object may be offset wrt the address
6161         returned by GC_malloc().
6162
6163 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
6164
6165         * image.c: handle files without entries in the assembly table (modules).
6166
6167 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
6168
6169         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
6170         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
6171         allowed to be null when it's System.Object class setup.
6172
6173 2002-04-27  Martin Baulig  <martin@gnome.org>
6174
6175         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
6176         if `tb->parent == NULL' rather than crashing.
6177
6178 2002-04-28  Nick Drochak  <ndrochak@gol.com>
6179
6180         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
6181         calling acos() where asin() should have been called.
6182
6183 2002-04-26  Martin Baulig  <martin@gnome.org>
6184
6185         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
6186         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
6187         there's a subdirectory called `System', but we don't want to read that
6188         subdirectory as an assembly.
6189
6190 2002-04-25  Martin Baulig  <martin@gnome.org>
6191
6192         * debug-symfile.c: Reflect latest MonoString changes.
6193
6194 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
6195
6196         * rand.c, rand.h: instance method icalls need to have an explicit
6197         this pointer as first argument in the C implementation.
6198
6199 2002-04-25  Nick Drochak <ndrochak@gol.com>
6200
6201         * icall.c: Fix typo in map for GetNonZeroBytes
6202
6203 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
6204
6205         * string-icalls.c : String does now passes unit tests without any 
6206         errors, the following changes has been made:
6207         
6208         Implemented replace methods.
6209         Renaming of methods to (try) follow the standard.
6210         Fixed compare ordinal
6211         Made all memory allocated directly to function instead of via icall function.
6212         Small performance fix in is_in_array function
6213                         
6214  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
6215
6216         c (mono_string_Internal_ctor_charp_int_int):
6217         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
6218         sindex < 0, throw ArgumentOutOfRangeException instead of
6219         ArgumentNullException.
6220
6221         Added new check for length == 0, however
6222         I need to make it return String.Empty from the C code.
6223         
6224         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
6225         that calculate the length for us here.
6226         
6227         (mono_string_Internal_ctor_sbytep_int_int): Replaced
6228         mono_string_new_utf16 with mono_string_new, since value is utf8.
6229
6230 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
6231
6232         * object.c: register the object for finalization if needed.
6233         Allocate one more char in the string for the terminating 0 char.
6234
6235 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
6236
6237         * class.c, class.h, image.c: check if a type implemenst a destructor.
6238         Use the proper key for array class lookups.
6239         * icall.c: register the icalls in the System.GC class.
6240         * gc.c, gc.h: GC-related functions and icalls.
6241
6242 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6243
6244         * icall.c:
6245         * socket-io.c:
6246         * unicode.c: free some strings gotten from mono_string_to_utf8 and
6247         changed a couple of free () by g_free ().
6248
6249         * decimal.c: one-liner in the comments for decimal2string ().
6250
6251 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
6252
6253         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
6254
6255 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
6256
6257         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
6258         * object.c (mono_runtime_invoke_array) : handle null in params
6259
6260 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
6261
6262         * string-icalls.c: fixed bug in split (one off bug)
6263
6264 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
6265
6266         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
6267         * icalls.c: added String::Equals as internal method
6268
6269 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
6270
6271         * threads.c: fixed bug in the double interlocked functions
6272
6273 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
6274
6275         * threads.c: implemented all of the new interlocked icalls.
6276         * string-icalls.c: fix a bug in insert.
6277         * icalls.c: added the icalls for interlocked, removed old string functions.
6278         
6279 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
6280
6281         * loader.c: fix off-by-one error when reading argument names.
6282
6283 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
6284
6285         * profiler.c: win32 counter implementation (untested).
6286         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
6287         (the latter needs testing and more complete impl. from win32 folks).
6288
6289 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
6290
6291         * object.c: mono_array_new_full workaround mono_array_class_get
6292         problem.
6293
6294 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
6295
6296         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
6297         * object.h (mono_string_chars): Changed casting type.
6298
6299 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
6300
6301         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
6302                            method signatures to use gunichar2 instead of gint16.
6303
6304 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
6305
6306         * object.h, object.c: domain-specific versions of mono_object_new and
6307         mono_array_new.
6308
6309 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
6310
6311         * object.c: changed String layout
6312
6313         * string-icalls.c (mono_string_Internal_ctor_chara): added
6314         internal string constructors.
6315
6316 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
6317
6318         * threads.c: pass 'this' to the thread start routine.
6319
6320 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6321
6322         * string-icalls.c: fix IndexOf and LastIndexOf. Now
6323         InternalCompareStr don't call twice mono_string_cmp_char for the last
6324         character. Improved performance in mono_string_cmp_char.
6325
6326 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
6327
6328         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
6329         code into its own library: libmonoruntime.
6330
6331 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
6332
6333         * object.h, object.c: changed array format so that szarrays do not
6334         require a bounds structure.
6335         * icall.c, appdomain.c: support for new szarray format.
6336
6337 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
6338
6339         * metadata.c: compare also the retuns type when comparing signatures:
6340         we didn't do this as an optimization since really overloaded methods
6341         must differ also in the arguments, but this doesn't work with
6342         low-level IL code (or when using explicit conversion operators: see
6343         bug#23498 for an example).
6344
6345 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
6346
6347         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
6348
6349 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
6350
6351         * icall.c: make MonoType::GetElementType its own icall.
6352
6353 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
6354
6355         * icall.c: remove MonoMethod_get_Name().
6356         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
6357         object.
6358
6359 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
6360
6361         * string-icalls.c: optimized a few methods.
6362
6363 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
6364
6365         * icall.c: added all new string internal calls
6366         * string-icalls.c: added, new string internal call implementation.
6367         * object.c: added mono_string_new_size for allocating a string a size
6368
6369 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
6370
6371         * object.c (mono_object_isinst): use the same code as in the
6372         optimized x86 version.
6373
6374 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
6375
6376         * profiler.c: TSC-based timer code (faster and more accurate).
6377         Not hooked up in configure, yet (set USE_X86TSC to 1).
6378
6379 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
6380
6381         * profiler.c, profiler.h: track time spent compiling methods.
6382         * threads.c: track thread creation/destruction.
6383
6384 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
6385
6386         * profiler.c, profiler.h, profiler-private.h: profiling interface
6387         and sample implementation. Moved here so that it can be used also by
6388         the jit.
6389
6390 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
6391
6392         * reflection.c, reflection.h: keep types and other handles separate in
6393         the hash tables for referred tokens. Add guid for modules.
6394
6395 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
6396
6397         * assembly.c: fix bugs found with valgrind.
6398         * metadata.h, metadata.c: added mono_metadata_guid_heap().
6399
6400 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
6401
6402         * threads: added icall support for getting current domain for
6403                    the thread.
6404  
6405 2002-04-13  Martin Baulig  <martin@gnome.org>
6406
6407         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
6408         (MonoDebugVarInfo): Added `index' field for register based addresses.
6409         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
6410         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
6411         `MonoDebugVarInfo *params' and `guint32 this_offset' with
6412         `MonoDebugVarInfo *this_var'.
6413
6414         * debug-symfile.c (relocate_variable): New static function to write
6415         a location description for a local variable or method parameter.
6416
6417 2002-04-12  Martin Baulig  <martin@gnome.org>
6418
6419         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
6420         stack offset and begin/end scope address of a local variable.
6421         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
6422         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
6423         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
6424
6425         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
6426         Added new relocation types for start/end scope of a local variable.
6427
6428 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
6429
6430         * object.h: add mono_object_domain() macro.
6431         * reflection.c: handle typespecs.
6432         * icall.c: MonoMethod::get_Name() implementation.
6433
6434 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
6435
6436         * icall.c: String::GetHashCode() icall implementation.
6437
6438 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
6439
6440         * icall.c: String::IndexOfAny icall.
6441         * object.c, object.h: make array->max_length more useful.
6442         Intrduced mono_object_class() and mono_string_length() macros.
6443
6444 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6445
6446         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
6447         instead of g_unichar_isdigit.
6448
6449 2002-04-11  Nick Drochak  <ndrochak@gol.com>
6450
6451         * icall.c: Implement a simple Double.ToString().
6452
6453 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
6454
6455         * appdomain.h: only io-layer.h is supposed to be included.
6456         * icall.c: explicitly import environ. Fix warning.
6457
6458 2002-04-10  Nick Drochak  <ndrochak@gol.com>
6459
6460         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
6461                 return true even if it's not Daylight Savings time.
6462                 Only return false for the case where the function isn't
6463                 implemented for a plaform (read Windows).
6464
6465 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
6466
6467         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
6468         data with a mutex.
6469
6470 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
6471
6472         * mempool.c (mono_mempool_alloc): only use g_malloc when
6473         absolutely necessary.
6474
6475 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
6476
6477         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
6478
6479         * class.c (mono_class_vtable): use domain mempool to allocate vtable
6480         (mono_class_proxy_vtable): use domain mempool
6481
6482 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
6483
6484         * appdomain.h, appdomain.c: split initialization that requires the
6485         execution engine support into mono_runtime_init().
6486
6487 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
6488
6489         * class.c (mono_class_init): don't include vtable inside MonoClass
6490         to save some memory, gather some statistics.
6491         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
6492
6493 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
6494
6495         * icall.c: internalcall implementation for ValueType.Equals().
6496
6497 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
6498
6499         * object.c (mono_message_init): moved 
6500         (mono_runtime_exec_main): new arch. independent impl.
6501         (mono_runtime_invoke_array): new method - like
6502         mono_runtime_invoke, but you can pass an array of objects.
6503         (mono_remoting_invoke): new arch. independent impl.
6504         (mono_message_invoke): new arch. independent impl.
6505         (mono_runtime_class_init): new arch. independent impl.
6506         (mono_runtime_object_init): new arch. independent impl.
6507
6508 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
6509
6510         * metadata.c, object.c, reflection.c: documented the exported
6511         functions.
6512
6513 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
6514
6515         * icall.c: simpler code to pass the assembly builder data to corlib.
6516         Implement GetNestedTypes() internalcall.
6517
6518 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
6519
6520         * class.c: warn if a type can't be loaded.
6521
6522 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
6523
6524         * image.h: typedef MonoImageOpenStatus
6525         * types.h: removed unused file
6526         
6527 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
6528
6529         * icall.c: Enum_ToObject accepts enum value arguments.
6530
6531 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
6532
6533         * class.c: move initialization of properties, events and nested
6534         classes, so that they happen for interfaces, too.
6535
6536 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
6537
6538         * icall.c: cleanup some ugly casts in Array_SetValue*.
6539
6540 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
6541
6542         * icall.c: the values array fro enums is of the correct type, now.
6543         Implement (correctly) getFullName instead of assQualifiedName for
6544         MonoType.
6545         * reflection.h, reflection.c: added mono_type_get_name ().
6546
6547 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
6548
6549         * assembly.c, image.h: for each MonoImage, record from wich assembly
6550         it was loaded.
6551         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
6552         Make Type.Assembly work.
6553
6554 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
6555
6556         * debug-symfile.h: use char* instead of gpointer to avoid
6557         unnecessary casts.
6558
6559         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
6560
6561         * icall.c (ves_icall_InternalExecute): impl. FielSetter
6562         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
6563
6564 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
6565
6566         * icall.c (mono_message_init): impl. (code cleanup)
6567         (ves_icall_InternalExecute): impl. FieldGetter
6568
6569         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
6570         defined we call all (non-static)methods through the vtable. 
6571
6572 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
6573
6574         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
6575         finalizer even though the memory is still referenced (and the chunk of
6576         memory is not freed).
6577
6578 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
6579
6580         * assembly.c: fix brokeness.
6581
6582 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
6583
6584         * class.c: kill some warnings. Check explicit interface method
6585         implementation also without considering the namespace.
6586         Load also literal strings in static class data.
6587
6588 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
6589
6590         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
6591         (default_assembly_name_resolver): Make the resolver take the
6592         "base" directory where the assembly was originally defined, so we
6593         can load DLLs that are in the same directory as the assembly that
6594         is being referenced.
6595
6596 2002-03-28  Dick Porter  <dick@ximian.com>
6597
6598         * file-io.h: 
6599         * file-io.c:
6600         * socket-io.c: 
6601         * unicode.h: 
6602         * unicode.c: Warning cleanups
6603
6604 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
6605
6606         * object.h, reflection.h: use the correct type instead of MonoObject.
6607
6608 2002-03-28  Martin Baulig  <martin@gnome.org>
6609
6610         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
6611         (mono_debug_update_symbol_file): Initialize classes if necessary.
6612
6613 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
6614
6615         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
6616         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
6617
6618 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
6619
6620         * assembly.h: fix function prototype.
6621         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
6622         * mono-endian.h: use const cast.
6623
6624 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
6625
6626         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
6627
6628 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
6629
6630         * loader.c: don't assert when a typeref can't be loaded, give
6631         a chance to the runtime to trow an exception instead.
6632         * loader.h: fix warning.
6633
6634 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
6635
6636         * class.c (mono_class_proxy_vtable): added proxy support
6637
6638 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
6639
6640         * icall.c: removed last of PAL calls, added System.Environment
6641         * file-io.h, file-io.c: MonoIO implementation
6642         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
6643
6644 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
6645
6646         * appdomain.c: do not use the byte marker in ldstr table lookup.
6647         * debug-helpers.c: allow two ':' to separate class and method name.
6648         * object.c: allocate arrays bounds with the GC, too.
6649         * verify: add a few more checks.
6650
6651 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
6652
6653         * reflection.c: output also literal strings. Allocate parameter data
6654         with GC_malloc() (thanks, Martin, for catching this!).
6655
6656 2002-03-26  Martin Baulig  <martin@gnome.org>
6657
6658         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
6659         include the `this' offset in the `param_offsets'.
6660
6661 2002-03-25  Martin Baulig  <martin@gnome.org>
6662
6663         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
6664         mono_debug_get_class() function to get the classes. Added new
6665         relocation types for arrays and strings.
6666         (mono_debug_get_class): New static function to search in all
6667         referenced assemblies for a metadata token.
6668
6669         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
6670
6671 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
6672
6673         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
6674         hold gc-allocated objects. Make the string heap a stream like the
6675         others. Removed duplicated code when writing stream info.
6676         Added asserts to catch possible buffer overflows. Set the sorted map
6677         for tables that need sorting. Added some documentation.
6678
6679 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
6680
6681         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
6682         for interned strings and vtables.
6683
6684 2002-03-24  Martin Baulig  <martin@gnome.org>
6685
6686         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
6687         it in the array since it was created with g_slist_prepend().
6688
6689 2002-03-24  Martin Baulig  <martin@gnome.org>
6690
6691         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
6692         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
6693         (mono_debug_method_from_token): Renamed to
6694         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
6695         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
6696
6697         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
6698         relocation types.
6699
6700         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
6701
6702 2002-03-24  Martin Baulig  <martin@gnome.org>
6703
6704         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
6705         (mono_debug_method_from_token): New func.
6706
6707         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
6708         New interncall, calls mono_debug_local_type_from_signature().
6709         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
6710         calls mono_debug_method_from_token().
6711
6712 2002-03-23  Martin Baulig  <martin@gnome.org>
6713
6714         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
6715         specifies the number of bytes to be converted, not the array size.
6716         Return the number of chars, not the number of bytes.
6717         (ves_icall_iconv_get_chars): The `byteCount' argument
6718         specifies the number of bytes to be converted, not the array size.
6719
6720 2002-03-23  Martin Baulig  <martin@gnome.org>
6721
6722         * reflection.h (MonoReflectionSigHelper): New type.
6723
6724         * reflection.c (mono_reflection_sighelper_get_signature_local),
6725         (mono_reflection_sighelper_get_signature_local): New functions.
6726
6727         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
6728         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
6729         interncalls.
6730
6731 2002-03-23  Martin Baulig  <martin@gnome.org>
6732
6733         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
6734         is_writeable is set.
6735         (mono_raw_buffer_update): New function to write the modified map
6736         back to disk.
6737
6738         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
6739
6740         * debug-symfile.c (mono_debug_update_symbol_file): Call
6741         mono_raw_buffer_update() when done writing.
6742
6743 2002-03-23  Martin Baulig  <martin@gnome.org>
6744
6745         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
6746
6747         * debug-symfile.c: Added support for arguments and local variables.
6748
6749 2002-03-23  Dick Porter  <dick@ximian.com>
6750
6751         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
6752         protected by ifdefs, hence breaking the w32 build.
6753
6754 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
6755
6756         * object.c: implement is_interned() the right way.
6757
6758 2002-03-21  Martin Baulig  <martin@gnome.org>
6759
6760         * debug-symfile.[ch]: New files to handle debugging information
6761         files. There's also support to dynamically update these symbol
6762         files to include machine dependent information.
6763
6764 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
6765
6766         * threads.c (mono_thread_create): new function to create thread
6767         from C
6768
6769 2002-03-20  Martin Baulig  <martin@gnome.org>
6770
6771         * icall.c (ves_icall_InternalInvoke): Create a new object if the
6772         method is a constructor.
6773         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
6774         points to ves_icall_InternalInvoke().
6775
6776 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
6777
6778         * file-io.c: Flush shouldn't throw exceptions.
6779
6780 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
6781
6782         * file-io.c: FileStream flush support; FileSetLength now
6783         restores file pointer.
6784
6785 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
6786
6787         * class.c: set image for pointer classes.
6788
6789 2002/03/19  Nick Drochak <ndrochak@gol.com>
6790
6791         * sysmath.c: Forgot one.
6792
6793 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
6794
6795         * sysmath.c: Avoid redefining existing names.
6796
6797 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
6798
6799         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
6800         handled by runtime as icall rather than dllimport from libm.so
6801         * file-io.c, file-io.h: fixed handle argument type.
6802
6803 2002-03-18  Dick Porter  <dick@ximian.com>
6804
6805         * reflection.c (mono_image_get_type_info): rename interface to
6806         iface, because of "#define interface struct" on windows.
6807
6808 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
6809
6810         * class.c, class.h: rename and export mono_ptr_class_get().
6811         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
6812         * reflection.c, reflection.h, icall.c: better/saner type name
6813         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
6814         method signatures.
6815
6816 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
6817
6818         * class.c (mono_class_init): removed hardcoded GHC_SLOT
6819
6820         * icall.c (ves_icall_InternalInvoke): impl.
6821
6822 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
6823
6824         * reflection.c: output the interface map table, too.
6825
6826 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
6827
6828         * class.c (class_compute_field_layout): separate computation of 
6829         static field layout
6830
6831 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
6832
6833         * icall.c: added System.Buffer support.
6834         * file-io.c: moved file icalls from PAL to FileStream.
6835
6836 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
6837
6838         * icall.c (ves_icall_System_Object_GetHashCode): impl.
6839
6840 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
6841
6842         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
6843
6844 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
6845
6846         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
6847
6848 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
6849
6850         * debug-helpers.{c,h}: moved here from monograph some useful functions
6851         to locate a method by name/signature in a class or image. Included
6852         also a small and flexible IL disassembler.
6853
6854 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
6855
6856         * reflection.c: fixup tokens in methods with small header size, too.
6857
6858 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
6859
6860         * object.c (mono_string_to_utf8): remove assert(!error), instead
6861         print a warning. 
6862
6863 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
6864
6865         * icall.c: update to the new mono_Array_class_get interface.
6866
6867 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
6868
6869         * appdomain.c, object.c: Boehm-GC enable.
6870         * icall.c: make get_data_chunk() support split data requests.
6871         Ensure a class is initialized in more cases. Return only the first
6872         property found in GetProperties() or the compiler gets confused. 
6873         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
6874         * reflection.h, reflection.c: add fixup mechanism for field and method
6875         tokens. Initialize assembly->typeref in a single place. Output
6876         properties after events. Support custom attributes for events, too.
6877         Typo fix for paramter custom attrs.
6878
6879 2002-03-07  Martin Baulig  <martin@gnome.org>
6880
6881         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
6882
6883 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
6884
6885         * class.c (mono_array_class_get): fix. for multi. dim. arrays
6886
6887 2002-03-06  Martin Baulig  <martin@gnome.org>
6888
6889         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
6890         non-zero lower bounds. See testcases #F10-#F13.
6891
6892 2002-03-05  Martin Baulig  <martin@gnome.org>
6893
6894         * exception.c (mono_get_exception_argument_out_of_range): New exception.
6895
6896         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
6897         ves_icall_System_Array_GetValue(), only calculate the absolute array position
6898         here.
6899         (ves_icall_System_Array_SetValue): Likewise.
6900         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
6901         as argument and does the actual work. This function is used when copying a
6902         multi-dimensional array.
6903         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
6904         now do all the widening conversions of value types.
6905         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
6906
6907 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
6908
6909         * class.c: remove some magic numbers and use the smbolic names,
6910         instead. Added init_events() to load event info at class init time.
6911         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
6912         and mono_metadata_methods_from_event().
6913         * reflection.h, reflection.c: added support for writing out the evnets
6914         related information.
6915
6916 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
6917
6918         * reflection.h, icall.c: use a different method (GetInterfaces)
6919         to gather interface info and add isbyref, isprimitive and
6920         ispointer to the ves_icall_get_type_info() return value.
6921
6922 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
6923
6924         * class.h: stared adding support for events.
6925         * icall.c: split find_members implementation. Added debug icall to get
6926         the address of an object.
6927         * reflection.c: handle TypeBuilders in mono_type_get_object().
6928
6929 2002-03-01  Martin Baulig  <martin@gnome.org>
6930
6931         * icall.c (ves_icall_System_Array_GetLength): This must throw an
6932         ArgumentOutOfRangeException(), not an ArgumentException().
6933         (ves_icall_System_Array_GetLowerBound): Likewise.
6934         (ves_icall_System_Array_GetValue): Improved argument checking.
6935         (ves_icall_System_Array_SetValue): Improved argument checking.
6936
6937 2002-03-01  Martin Baulig  <martin@gnome.org>
6938
6939         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
6940         called with invalid arguments rather than just dying with g_assert().
6941         (ves_icall_System_Array_SetValue): Likewise.
6942         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
6943         raise a NotImplementedException instead.
6944         (ves_icall_System_Array_GetLength): Added argument checking.
6945         (ves_icall_System_Array_GetLowerBound): Added argument checking.
6946
6947 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
6948
6949         * object.h (mono_assert): new macros mono_assert and
6950         mono_assert_not_reached
6951
6952 2002-02-28  Martin Baulig  <martin@gnome.org>
6953
6954         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
6955         and "System::String::IsInterned" to "System::String::_IsInterned".
6956
6957 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
6958
6959         * icall.c: remove hacks for typebuilder. Added icall to create a
6960         modified type from a tybebuilder.
6961         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
6962         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
6963         to create a backing MonoClass for a TypeBuilder.
6964
6965 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
6966
6967         * class.c, class.h: more refactoring of class init.
6968         Export mono_class_setup_mono_type() and mono_class_setup_parent().
6969
6970 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
6971
6972         * marshal.c, marshal.h: start of marshaling interface.
6973
6974 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
6975
6976         * icall.c: fix order in assembly qualified name icall.
6977
6978 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
6979
6980         * class.c: do not free str, since we store it in the hash table.
6981         * reflection.h: add label field to MonoILExceptionInfo.
6982         * reflection.c: handle references to more than one assembly. Handle
6983         case when there isn't a module created in the assembly.
6984
6985 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
6986
6987         * class.c: Fix typo. Start refactoring of class init code.
6988
6989 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
6990
6991         * appdomain.c: exit with 1 on error.
6992         * class.c: we already have the name in MonoClassField.
6993         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
6994         MonoStreamHeader instead of an offset of image->raw_metadata.
6995
6996 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
6997
6998         * appdomain.c (mono_init): Be even more descriptive about the error.
6999
7000 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
7001
7002         * appdomain.c: give the user an informative message when corlib can't
7003         be loaded.
7004
7005 2002-02-26  Martin Baulig  <martin@gnome.org>
7006
7007         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
7008         New icall to get the time zone data.
7009
7010 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
7011
7012         * reflection.c: set virtual and raw size of section correctly.
7013         * threads.c: transfer domain information to newly created threads.
7014
7015 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
7016
7017         * class.c: when instancing a class in a domain, load the default
7018         vaules for static fields from the constant table. Fix System.Enum to
7019         not be an enum.
7020         * icall.c: implement Object::GetType() internalcall. Implemented
7021         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
7022         Fixed checking of binding flags in find_members().
7023         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
7024         * reflection.c: handle enumerations when writing to the constant
7025         table. Use a different object cache for types.
7026
7027
7028 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
7029
7030         * object.c (mono_object_isinst): fix for arrays
7031
7032         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
7033
7034 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
7035
7036         * object.c: don't use mprotect ()  and fix intern pool hash table
7037         lookup for big endian systems.
7038
7039 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
7040
7041         * icall.c: change type_is_subtype_of () signature.
7042
7043 2002-02-21  Mark Crichton  <crichton@gimp.org>
7044
7045         * rand.c, rand.h: Added random number generator for
7046         System.Security.Cryptography classes.
7047
7048         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
7049
7050         * icall.c: Added System.Security.Cryptography calls.
7051
7052 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
7053
7054         * class.c, icall.c, metadata.c: better support for pointer types.
7055         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
7056         * reflection.c: Add support for getting custom attrs for properties
7057         and simplify some code.
7058
7059 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
7060
7061         * icall.c: change getToken () and add custom attribute GetBlob()helper
7062         method.
7063         * reflection.h: add custom attrs array to the reflection builder structures.
7064         * reflection.c: encode and emit custom attributes for all the relevant
7065         reflection objects. Cache fieldref and methodref tokens. Change
7066         mono_image_create_token() interface to take a MonoDynamicAssembly.
7067         More complete custom attributes decoder. Load custom attributes for
7068         Assembly, Field, Method and Constructor objects, too. Make the
7069         returned array an Attribute[] one, not object[]. Added
7070         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
7071         custom attribute constructor.
7072
7073 2002-02-20  Dick Porter  <dick@ximian.com>
7074
7075         * icall.c:
7076         * rawbuffer.c:
7077         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
7078         problem code out for now).
7079
7080 2002-02-19  Radek Doulik  <rodo@ximian.com>
7081
7082         * object.c (mono_ldstr): use hash table to avoid multiple swapping
7083
7084 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
7085
7086         * icall.c: register the GetCustomAttributes method.
7087         * object.c, object.h: add mono_string_new_len ().
7088         * reflection.h, reflection.c: added mono_runtime_invoke(),
7089         mono_install_runtime_invoke(). Added
7090         mono_reflection_get_custom_attrs () to load custom attributes and
7091         create the attribute objects.
7092
7093 2002-02-19  Dick Porter  <dick@ximian.com>
7094         * threads-dummy-types.c:
7095         * threads-dummy-types.h:
7096         * threads-dummy.c:
7097         * threads-dummy.h:
7098         * threads-pthread-types.c:
7099         * threads-pthread-types.h:
7100         * threads-pthread.c:
7101         * threads-pthread.h:  Deleted obsolete files
7102
7103 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
7104
7105         * class.c (mono_class_vtable): runtime init the class when we
7106         allocate static class data.
7107
7108         * icall.c (ves_icall_System_Array_SetValue): check for null values.
7109
7110         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
7111         and String - but we will need generic marshalling support in the
7112         future. 
7113         (mono_init): set the domain name in a ms compatible way
7114
7115         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
7116         String[].
7117
7118 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
7119
7120         * object.c (mono_array_clone): use alloca() instead of g_malloc  
7121         for sizes
7122
7123         * appdomain.c (mono_domain_unload): impl.
7124
7125 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
7126
7127         * appdomain.c, object.c: fix intern pool implementation.
7128         * class.c: fix alignment code.
7129
7130 2002-02-16  Radek Doulik  <rodo@ximian.com>
7131
7132         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
7133         and s2 > s1, just copy lower bytes to be compatible with little
7134         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
7135         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
7136
7137         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
7138         force big_endian to be 1 for big endian machines 
7139         (ves_icall_iconv_new_decoder): ditto
7140
7141 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
7142
7143         * socket-io.c (convert_sockopt_level_and_name): If the system
7144         doesn't define SOL_IP or SOL_TCP, get them by hand using
7145         getprotobyname() and caching the values (because this could be a
7146         slow operation).
7147         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
7148         Use the appropriate struct when the system does support it. Ie,
7149         not all systems have struct ip_mreqn so use struct ip_mreq when
7150         appropriate.
7151
7152 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
7153
7154         * reflection.c: handle finally clauses.
7155
7156 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
7157
7158         * socket-io.c: use g_snprintf() instead of snprintf.
7159
7160 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
7161
7162         * reflection.c (mono_param_get_objects): Cast second argument to
7163         mono_method_get_param_names to a const char** to silence the
7164         compiler warning.
7165
7166         * appdomain.c (mono_domain_assembly_open): Put parens around the
7167         truth statement in the for-loop.
7168
7169         * unicode.c (iconv_convert): Got rid of a compiler warning about
7170         int i being unused when the system has a new iconv.
7171         (iconv_get_length): Same.
7172
7173         * image.c (load_class_names): Cast the second argument to
7174         g_hash_table_insert() to char* to hush compiler warnings about the
7175         arg being a const.
7176         (mono_image_open): Same here.
7177
7178         * socket-io.c: Don't conditionally include sys/filio.h or
7179         sys/sockio.h here anymore since we now get them from
7180         io-layer/io-layer.h
7181         (inet_pton): If the system doesn't support inet_aton, implement
7182         using inet_addr and also #define INADDR_NONE if it isn't defined
7183         by the system.
7184
7185 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
7186
7187         * metadata.c, metadata.h: added function to get packing and size info
7188         of a typedef.
7189         * reflection.h, reflection.c: handle field RVA data. Save info about
7190         the table layout if needed. Assign typedef indexes to all the types
7191         before dumping the info about them to avoid forward reference problems.
7192
7193 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
7194
7195         * socket-io.c (convert_sockopt_level_and_name): ifdef
7196         SO_ACCEPTCONN because it is not defined on my system (old debian)
7197
7198 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
7199
7200         * opcode.c: use stddef.h to get NULL.
7201
7202 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
7203
7204         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
7205         for FIONBIO, FIONREAD and SIOCATMARK.
7206         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
7207         define INADDR_NONE and besides, inet_addr() is deprecated and
7208         should not be used. Use inet_pton() instead - it also has the
7209         added bonus that it can easily handle IPv6 addresses as well.
7210         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
7211
7212 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
7213
7214         * decimal.c: remove _MSC_VER conditional.
7215
7216 2002-02-13  Dick Porter  <dick@ximian.com>
7217
7218         * socket-io.c: 
7219         * icall.c: Internal calls for Blocking, Select, Shutdown,
7220         GetSocketOption and SetSocketOption
7221
7222 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
7223
7224         * assembly.cs: better resolver: use it instead of some kludgy
7225         code.
7226
7227 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
7228
7229         * reflection.c: the best way to speed-up the compiler is to avoid
7230         infinite loops.
7231
7232 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
7233
7234         * class.c (mono_class_vtable): changed the object layout
7235         (obj->vtable->class). 
7236         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
7237
7238 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
7239
7240         * assembly.c: look for assemblies in the assembly dir, too.
7241
7242 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
7243
7244         * class.c: fix thinko in mono_class_from_type().
7245
7246 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
7247
7248         * exception.h, exception.c: added TypeLoadException.
7249         * object.h, object.c: added mono_array_clone ().
7250         * icall.c: handle throwOnError in AssemblyGetType().
7251         Added Array.Clone().
7252         * opcode.h, opcode.c: use a single value for the opcode val.
7253         Compile fix for non-gcc compilers.
7254
7255 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
7256
7257         * opcodes.c, opcodes.h: export interesting info about opcodes.
7258
7259 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
7260
7261         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
7262         icalls. 
7263
7264         * class.c (class_compute_field_layout): set element_class for enums
7265         (mono_class_create_from_typedef): set element_class for normal classes
7266
7267         * icall.c (ves_icall_System_Enum_get_value): impl.
7268
7269         * class.c (mono_class_create_from_typedef): do not set valuetype
7270         flag for System.ValueType and System.Enum
7271
7272 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
7273
7274         * unicode.c (iconv_convert): fix big endian problem.
7275
7276 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
7277
7278         * class.c: add asserts if we are ever going to scribble over memory.
7279         * socket-io.c: not all systems have AF_IRDA defined.
7280
7281 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
7282
7283         * class.c (class_compute_field_layout): do not consider static
7284         fields to compute alignment
7285
7286 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
7287
7288         * appdomain.c (mono_appdomain_get): impl.
7289         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
7290
7291 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
7292
7293         * icall.c: ignore "file://" prefix when loading an assembly.
7294
7295 2002-01-23  Dick Porter  <dick@ximian.com>
7296
7297         * socket-io.c:
7298         * icall.c:
7299         * Makefile.am: Added socket support
7300
7301 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
7302
7303         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
7304         code back.  This should return the assemblies that are loaded by
7305         the runtime on behalf of an application domain. 
7306
7307         The current implementation is still broken, it just returns every
7308         assembly loaded, but until we get real applications domain this
7309         will do.
7310
7311 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
7312
7313         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
7314         AppDomain object.
7315
7316 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
7317
7318         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
7319         the mono_class_from_name lookup.
7320         (ves_icall_get_parameter_info): ditto.
7321         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
7322         method.
7323         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
7324
7325 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
7326
7327         * class.c: load also nested classes on class init.
7328         System.ValueType instance methods gets passed boxed
7329         values, unless methods in derived classed that get a pointer to the
7330         data.
7331         * icall.c: use better name parsing code in GetType().
7332         * image.c, image.h: add mono_image_loaded ().
7333         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
7334         * reflection.c, reflection.h: added mono_reflection_parse_type().
7335
7336 2002-01-22  Veronica De Santis <veron78@interfree.it>
7337
7338         * icall.c : Added mapping of internal calls for Manual and Auto reset events
7339         * threads.c : Added the implementation of internal calls for events
7340         * threads.h : Added prototypes of internal calls for events
7341         
7342 2002-01-21  Radek Doulik  <rodo@ximian.com>
7343
7344         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
7345
7346 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
7347
7348         * class.c (mono_class_init): set min_align to 1 (instead of 0)
7349         (mono_class_value_size): use min_align
7350
7351 2002-01-20  Dick Porter  <dick@ximian.com>
7352
7353         * threads.h:
7354         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
7355         so it compiles on w32.
7356
7357 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
7358
7359         * metadata.c (mono_type_stack_size): impl.
7360
7361         * class.c (mono_class_get_field): impl. memberref token
7362
7363 2002-01-16 Veronica De Santis <veron78@@interfree.it>
7364
7365         * icall.h : Added the internal calls mapping for CreateMutex_internal
7366                     and ReleaseMutex_internal.
7367         * threads.h : Added the prototype of mutexes internal calls.
7368         * threads.c : Added the implementations of mutexes internal calls.
7369
7370 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
7371
7372         * metaparse.h: removed unused file.
7373         * reflection.c, reflection.h: added stream_data_align () function 
7374         to align data in streams and keep stream aligned. Add support for
7375         exception support in method headers.
7376
7377 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
7378
7379         * unicode.c: make iconv_convert () return the number of bytess written
7380         in the output buffer.
7381
7382 2002-01-15  Dick Porter  <dick@ximian.com>
7383         * threads.c: Make the runtime's idea of infinite timeouts coincide
7384         with the class library's
7385
7386         Fix a particularly egregious bug in mono_thread_cleanup(). That
7387         code was so utterly bogus it must have been written on a Monday.
7388
7389 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
7390
7391         * reflection.h: add subtypes field to TypeBuilder.
7392         * reflection.c: encode constants for literal fields.
7393         Handle subtypes. Fix user string token (and add a zero byte)
7394         at the end.
7395         
7396 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
7397
7398         * class.c (mono_class_init): bug fix: assign slot numbers for
7399         abstract methods.
7400
7401 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
7402
7403         * reflection.c: don't try to output a code RVA for abstract methods.
7404         Small fixes for method header format. Output parameter info to the
7405         ParamDef table. Save method overriding info to MethodImpl table.
7406         Fix property support. Allow typedef.extends to be a type in the
7407         building assembly.
7408         * verify.c: fix off-by-one error.
7409
7410 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
7411
7412         * class.c: fix mono_class_from_mono_type () for szarray types.
7413         Remove unused cache check in mono_class_from_type_spec().
7414         * icall.c: *type_from_name () functions handle simple arrays and byref.
7415         * reflection.c: handle byref and szarray types. Handle methods without
7416         body (gets P/Invoke compilation working). Handle types and fields in
7417         get_token ().
7418         * reflection.h: add rank to MonoTypeInfo.
7419
7420 2002-01-10  Dick Porter  <dick@ximian.com>
7421
7422         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
7423         internal calls
7424
7425 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
7426
7427         * icall.c: initialize class in type_from_handle ().
7428         Loop also in parent classes for get_method ().
7429         * reflection.c: properly encode class and valuetype types.
7430         Start on encoding TypeBuilder types. Handle fieldrefs.
7431         Use correct length when registering a user string.
7432         Handle ConstructorBuilder and MonoMethod in get_token ().
7433         Make mono_type_get_object () aware of cached types.
7434         * object.c: back out change to mono_string_new ().
7435
7436 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
7437         * object.c: mono_string_new should return a NULL when the string 
7438         passed in is NULL -- not try to deference it.
7439         
7440 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
7441
7442         * icall.c: hack to make IsSubType work for TypeBuilders.
7443         * reflection.c: emit constructors before methods.
7444         Retrieve param names in mono_param_get_objects().
7445
7446 2002/01/05  Nick Drochak  <ndrochak@gol.com>
7447
7448         * Makefile.am: fix list of headers and sources so automake 1.5
7449         doesn't complain. Removed \# at end of list.
7450
7451 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
7452
7453         * reflection.c: get token for a method ref. Set return type of
7454         constructor to void.
7455         * loader.c: debug message.
7456         * class.c: typo fix.
7457
7458 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
7459
7460         * icall.c: fix array init with rank > 1. FindMembers
7461         loops in parent class as well.
7462         * image.c: do not insert nested types in name cache.
7463         * reflection.c: warning fix.
7464         * reflection.h: add override method (for interface impl).
7465
7466 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
7467
7468         * metadata.c: fix customattr decoding.
7469
7470 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
7471
7472         * rawbuffer.cs: Added native Win32 implementation, avoids using
7473         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
7474
7475 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
7476
7477         * class.c: make the low-level routines handle the cache.
7478
7479 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
7480
7481         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
7482
7483 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
7484
7485         * class.c: fix mono_array_element_size() for objects.
7486         * class.h, class.c: add properties to MonoClass and load them
7487         at init time.
7488         * icall.c: check with isinst() when assigning a value to an array
7489         instead of requiring the classes to match exactly.
7490         Implemented icall for System.Type::GetType().
7491         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
7492         enums. Handle bindingflags when looking for methods and fields.
7493         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
7494         and mono_metadata_methods_from_property().
7495         * reflection.h, reflection.c: added structures for propreties,
7496         parameters and enums. Implemented mono_property_get_object() and
7497         mono_param_get_objects().
7498
7499 2001-12-18  Dick Porter  <dick@ximian.com>
7500
7501         * file-io.c: Use mono_string_to_utf16() instead of
7502         mono_string_chars()
7503
7504         * object.c: Added mono_string_to_utf16(), which copies the non
7505         NULL-terminated MonoString into a new double-null-terminated
7506         buffer.
7507
7508 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
7509
7510         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
7511
7512 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
7513
7514         * file-io.c: raise exceptions if handle is invalid.
7515
7516 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
7517
7518         * assembly.c: yet another check for mscorlib.
7519         * class.c, class.h: load nesting info for classes.
7520         * icall.c: many new functions to support the Reflection classes.
7521         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
7522         * reflection.h, reflection.c: mono_image_create_token(),
7523         mono_assembly_get_object(), mono_type_get_object(),
7524         mono_method_get_object(), mono_field_get_object(): methods to return
7525         objects that parallel the C representation of assemblies, types,
7526         methods, fields.
7527
7528 2001-12-11  Dick Porter  <dick@ximian.com>
7529
7530         * icall.c:
7531         * file-io.c: Internal calls for file IO.
7532
7533 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
7534
7535         * tabledefs.h: missing FileAttributes.
7536         * verify.h, verify.c: use is_valid_string () to simplify and check for
7537         valid strings more correctly. Fix warnings and speeling.
7538         Check more tables: Filed, File, ModuleRef, StandAloneSig.
7539         Check code: branches, maxstack, method calls.
7540
7541 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
7542
7543         * object.c (mono_object_allocate): removed static, so that the jit
7544         can allocate value types.
7545
7546         * icall.c (ves_icall_System_DateTime_GetNow): impl.
7547
7548 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
7549
7550         * class.c: init enum types right away and register the
7551         token->MonoClass map in mono_class_create_from_typedef ().
7552         * verify.h, verify.c: first cut of the verifier.
7553         * pedump.c: add --verify switch to verify metadata tables.
7554         * tabledefs.h: add some missing enums.
7555
7556 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
7557
7558         * class.c (mono_install_runtime_class_init): impl.
7559         (mono_class_init): renamed mono_class_metadata_init to
7560         mono_class_init, also removed the metadata_inited flag
7561
7562         * object.c (mono_object_isinst): use faster algorithm
7563
7564 2001-11-30  Radek Doulik  <rodo@ximian.com>
7565
7566         * mono-endian.h: reverted last change
7567         added function prototypes
7568
7569         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
7570         add mono-endian.c back
7571
7572         * mono-endian.c: returned back, as Paolo pointed out, it's needed
7573         for unaligned access, I've mistaked it with endianess. I am
7574         sorry.
7575         (mono_read16): fix reverted endianess
7576         (mono_read64): ditto
7577         (mono_read32): ditto
7578
7579 2001-11-30  Dick Porter  <dick@ximian.com>
7580
7581         * exception.c: Implement mono_exception_from_name()
7582
7583 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
7584
7585         * metadata.h, metadata.c: remove params_size and locals_size and their
7586         calculation from the metadata code: they are only usefult to the
7587         interp.
7588
7589 2001-11-29  Radek Doulik  <rodo@ximian.com>
7590
7591         * object.c (mono_ldstr): swap bytes here, it's probably not the
7592         best place, but works for me now, I'll redo it once I know mono
7593         better, also note that I add PROT_WRITE and don't reset back, also
7594         note that it's only affects big endians, so x86 should be OK
7595
7596         * mono-endian.h (read16): use just glib macros for both endians
7597
7598         * mono-endian.c: removed as glib macros are used in in
7599         mono-endian.h so we don't need to care about endianess for read
7600         macros as glib does that for us already
7601
7602 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
7603
7604         * class.h, class.h: take minimum alignment into consideration so
7605         that the fields of a class remain aligned also when in an array.
7606
7607 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
7608
7609         * loader.h, loader.c: add mono_method_get_param_names().
7610         * class.c: 0-init class fields.
7611
7612 2001-11-26  Dick Porter  <dick@ximian.com>
7613
7614         * icall.c:
7615         * threads-types.h:
7616         * threads.c: New file that handles System.Threading on all platforms
7617
7618         * object.c: 
7619         * object.h: Remove the synchronisation struct from MonoObject,
7620         replace it with a pointer that gets initialised on demand
7621
7622         * Makefile.am: Replace all the system-specific threading code with
7623         a single file that uses the new wrapper library
7624
7625 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
7626
7627         * class.c, class.h: add mono_install_trampoline() so that the runtime
7628         can register a function to create a trampoline: removes the ugly
7629         requirement that a runtime needed to export arch_create_jit_trampoline.
7630         * object.h, object.c: added mono_install_handler() so that the runtime
7631         can install an handler for exceptions generated in C code (with
7632         mono_raise_exception()). Added C struct for System.Delegate.
7633         * pedump.c: removed arch_create_jit_trampoline.
7634         * reflection.c: some cleanups to allow registering user strings and
7635         later getting a token for methodrefs and fieldrefs before the assembly
7636         is built.
7637         * row-indexes.h: updates and fixes from the new ECMA specs.
7638
7639 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
7640
7641         * class.h, class.c: add enum_basetype field to MonoClass.
7642         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
7643         to get index in the constant table reated to a field, param or
7644         property.
7645         * reflection.h, reflection.c: handle constructors. Set public-key and
7646         version number of the built assembly to 0.
7647         * row-indexes.h: update from new ECMA spec.
7648
7649 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
7650
7651         * class.h, class.c: add a max_interface_id to MonoClass.
7652         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
7653         since it's used to do that. Added mono_type_type_from_obj().
7654         Make GetType() return NULL instead of segfaulting if the type was not
7655         found. Handle simple arrays in assQualifiedName.
7656         * object.h: add a struct to represent an Exception.
7657         * reflection.c: output call convention in method signature.
7658         Add code to support P/Invoke methods and fixed offsets for fields.
7659
7660 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
7661
7662         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
7663         the value.
7664         * icall.c: use mono_array_addr instead of array->vector: fixes the
7665         reflection image writing.
7666         * reflection.c: init call convention byte to 0 in method signature.
7667         Encode the property signature. Don't output property-related methods
7668         twice. Really process the properties for a type (don't cast a field to
7669         a property, my mom always told me that).
7670         Fix 64 bit issues in pointer alignment in a different and more
7671         readable way.
7672
7673 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
7674
7675         * loader.h: Removed type class from MonoDefaults, added monotype
7676
7677         * loader.c: Loaded MonoType, removed loading of Type
7678
7679         * icall.c (my_mono_new_object): Now returns a System.MonoType,
7680         and fills in System.Type._impl with a RuntimeTypeHandle rather
7681         than the actual MonoClass *
7682
7683         (ves_icall_type_from_handle): change from type_class to
7684         monotype_class
7685
7686         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
7687         implemented
7688
7689         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
7690         implemented
7691
7692         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
7693
7694         (ves_icall_System_Reflection_Assembly_GetType): implemented
7695
7696         (ves_icall_System_MonoType_assQualifiedName): implemented
7697
7698         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
7699
7700 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
7701
7702         * assembly.c (mono_assembly_open): Implement a cache for the
7703         assemblies. 
7704
7705         (mono_assembly_close): only destroy the assembly when the last
7706         reference is gone.
7707         
7708 2001-11-09  Dick Porter  <dick@ximian.com>
7709
7710         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
7711
7712 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
7713
7714         * class.c (mono_class_metadata_init): bug fix: compute the right slot
7715
7716 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
7717
7718         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
7719         from Martin Weindel.
7720         * object.h: add mono_string_chars ().
7721
7722 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
7723
7724         * reflection.c (build_compressed_metadata): Eliminates warnings
7725         and uses 64-bit clean code.
7726
7727         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
7728         (mono_type_equal): Change signature to eliminate warnings.
7729
7730 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
7731
7732         * icall.c, loader.c: remove the internalcall array constructors.
7733         Changes to match the new MonoArray structure.
7734         * object.h, object.c: an array object doesn't allocate an extra
7735         vector. Add mono_array_new_full () to create jagged arrays easily.
7736
7737 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
7738
7739         * metadata.h, metadata.c: add mono_metadata_field_info () to
7740         retreive all the info about a field from vairous tables.
7741         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
7742         * class.h, class.c: augment MonoClassField with more info.
7743         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
7744         policy and load a field's RVA if needed.
7745
7746 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
7747
7748         * class.c (mono_class_metadata_init): create a trampoline for all
7749         virtual functions instead of actually compiling them.
7750
7751 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
7752
7753         * class.h, class.c: include name in MonoClassField.
7754         * class.c: fix fundamental type of System.Object and System.String.
7755         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
7756         tokens in ldtoken.
7757         * icall.c: remove internalcalls for the Reflection stuff that is now
7758         done in C# code.
7759         * loader.c: mono_field_from_memberref () implementation.
7760         * mono-endian.c: thinko (s/struct/union/g).
7761         * object.c, object.h: make the mono_string_* prototypes actually use
7762         MonoString instead of MonoObject.
7763         * reflection.c, reflection.h: updates for changes in the reflection
7764         code in corlib: we use C structures that map to the actual C# classes.
7765         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
7766         fat method header if needed and use the info from the ILGenerator for
7767         methods. Handle fields in types. Misc fixes.
7768
7769 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
7770
7771         * class.c (mono_class_metadata_init): bug fix: always allocate
7772         space for static class data
7773
7774 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
7775
7776         * class.c (mono_compute_relative_numbering): use relative
7777         numbering to support fast runtime type checks.
7778
7779 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
7780
7781         * class.c (mono_class_create_from_typeref): added debugging output
7782         to print class name when MonoDummy is returned instead of real class
7783
7784 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
7785
7786         * class.c (mono_class_metadata_init): interface offset table now
7787         contains pointers into the vtable - this is more efficient for the jit
7788
7789 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
7790
7791         * class.c (mono_class_metadata_init): use a temporary vtable (the
7792         old algorithm only worked for the interpreter, but not for the jit)
7793
7794 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
7795
7796         * loader.c (method_from_memberref): use mono_class_get to get the
7797         class of an array instead of using System.Array directly.
7798         (mono_get_method): also add MEMBERREF methods to the method cache
7799         which usefull for arrays.
7800
7801 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
7802
7803         * pedump.c (arch_compile_method): added to compute vtable entry
7804
7805         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
7806         number of interfaces.
7807         
7808         * class.h: merged MonoArrayClass into MonoClass
7809
7810         * class.c (mono_class_create_from_typedef): compute the vtable size and
7811         allocate space to include the vtable inside MonoClass
7812         (mono_class_metadata_init): initialize the vtable
7813
7814 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
7815
7816         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
7817         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
7818         * image.c: endian fixes by Laurent Rioux.
7819         * object.h, object.c: rename MonoStringObject to MonoString and
7820         MonoArrayObject to MonoArray. Change some function names to conform to
7821         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
7822         guint16* as first argument, so don't use char*.
7823         Provide macros to do the interesting things on arrays in a portable way.
7824         * threads-pthread.c: updates for the API changes and #include <sched.h>
7825         (required for sched_yield()).
7826         * icall.c: updates for the API changes above.
7827         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
7828         platforms that need them.
7829
7830 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
7831
7832         * class.c: set the correct type for all the fundamental
7833         type when loading the class.
7834
7835 2001-10-05  Dick Porter  <dick@ximian.com>
7836
7837         * threads-pthread.c (pthread_mutex_timedlock): Simple
7838         compatibility version for C libraries that lack this call.
7839
7840 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
7841
7842         * class.c: MonoTypes stored in MonoClass are stored as
7843         fundamental MonoTypes when the class represents a
7844         fundamental type (System.Int32, ...).
7845         The TypeHandle return by ldtoken is a MonoType*.
7846         * icall.c: ves_icall_get_data_chunk () write out all the
7847         PE/COFF stuff. Implement ves_icall_define_method (),
7848         ves_icall_set_method_body (), ves_icall_type_from_handle ().
7849         * image.c: properly skip unknown streams.
7850         * loader.h, loader.c: add type_class to mono_defaults.
7851         * metadata.c, metadata.h: export compute_size () as
7852         mono_metadata_compute_size () with a better interface.
7853         Typo and C&P fixes.
7854         * pedump.c: don't try to print the entry point RVA if there is no entry point.
7855         * reflection.c, reflection.h: many cleanups, fixes, output method
7856         signatures and headers, typedef and typeref info, compress the metadata
7857         tables, output all the heap streams, cli header etc.
7858         * row-indexes.h: typo fixes.
7859
7860 2001-10-04  Dick Porter  <dick@ximian.com>
7861
7862         * object.h: Add a synchronisation mutex struct to MonoObject
7863
7864         * object.c (mono_new_object): Initialise the object
7865         synchronisation mutexes
7866
7867         * icall.c: System.Threading.Monitor internal calls
7868         
7869         * threads-pthread.h:
7870         * threads-pthread.c: System.Threading.Monitor internal calls
7871
7872         * threads-types.h: New file, includes the system-specific thread
7873         structures
7874         
7875         * threads-pthread-types.h:
7876         * threads-pthread-types.c: New files, handle pthread-specific
7877         synchronisation types
7878
7879         * threads-dummy-types.h: 
7880         * threads-dummy-types.c: New files of dummy support for
7881         thread-specific types
7882
7883         * metadata.c:
7884         * image.c:
7885         * pedump.c: include mono-endian.h not endian.h
7886         
7887         * Makefile.am: More threads files.
7888         Name mono-endian.h not endian.h
7889
7890 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
7891
7892         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
7893         stuff and implement a few more bits.
7894         * icall.c: a field needs to be dereferenced twice. Do not use the same
7895         name for two variables in the same scope.
7896         * image.c, image.h: cleanups.
7897
7898 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
7899
7900         * class.c (mono_class_metadata_init): bug fix: compute the right size
7901
7902 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
7903
7904         * icall.c: implemented some of the Reflection internalcalls.
7905         * image.c, image.h: start writing out the PE/COFF image.
7906         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
7907         that does the reverse than decode_blob_size ().
7908         * object.c: use mono_metadata_encode_value (). Move here
7909         temporary implementation of mono_string_to_utf8 ().
7910         * rawbuffer.c: make malloc_map static.
7911
7912 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
7913
7914         * metadata.c: fix type comparison for arrays.
7915         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
7916         Added a couple of new classes to monodefaults.
7917         * icall.c: added a couple of Reflection-related internalcalls.
7918         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
7919         Added a byval_arg MonoType to MonoClass.
7920
7921 2001-09-28  Dick Porter  <dick@ximian.com>
7922
7923         * icall.c:
7924         * threads-pthread.h: 
7925         * threads-pthread.c: Implemented internal calls for
7926         LocalDataStoreSlot operations.  Applied mutexes around all shared
7927         data.  Reworked the thread creation and Start() operations to
7928         avoid a race condition.
7929         
7930         * threads-dummy.h:
7931         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
7932
7933 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
7934
7935         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
7936
7937 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
7938
7939         * class.c, loader.c: warn and return NULL instead of erroring out.
7940         * icall.c: added System.AppDomain::getCurDomain().
7941         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
7942
7943 2001-09-25  Dick Porter  <dick@ximian.com>
7944
7945         * threads-pthread.h:
7946         * threads-pthread.c: Implemented timed thread joining and added
7947         System.Threading.Thread::Join_internal internal call
7948
7949         * icall.c: Added System.Threading.Thread::Join_internal internal call
7950
7951         * threads-dummy.h:
7952         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
7953
7954 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
7955
7956         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
7957         mono_string_intern () to implement the semantics of the ldstr opcode
7958         and the interning of System.Strings.
7959         * icall.c: provide hooks to make String::IsIntern and String::Intern
7960         internalcalls.
7961
7962 2001-09-23  Dick Porter  <dick@ximian.com>
7963
7964         * threads-dummy.c: 
7965         * threads-dummy.h: New files of dummy threading routines
7966
7967         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
7968         support code based on system specifics
7969
7970         Rename PTHREAD_LIBS to THREAD_LIBS
7971         
7972 2001-09-23  Dick Porter  <dick@ximian.com>
7973
7974         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
7975         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
7976         internal calls.
7977         (mono_thread_init): Set up a Thread object instance to return when
7978         the main thread calls Thread.CurrentThread
7979         (mono_thread_cleanup): Wait for all subthreads to exit
7980
7981         * icall.c: New internal calls for System.Threading.Thread::Sleep
7982         (including Schedule) and CurrentThread
7983
7984         * threads.h: New file, to insulate thread-specific stuff from the
7985         rest of the code
7986
7987 2001-09-21  Dick Porter  <dick@ximian.com>
7988
7989         * threads-pthread.h: 
7990         * threads-pthread.c: New file, for handling pthreads-style
7991         threading support.  Start() now starts a new thread and executes
7992         the ThreadStart delegate instance.
7993
7994         * icall.c: Added the internalcall for
7995         System.Threading.Thread::Start_internal
7996
7997         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
7998
7999 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
8000
8001         * loader.c: work around the different signatures for delegates
8002         constructors csc generates in compiled code vs the ones compiled in mscorlib.
8003
8004 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
8005
8006         * class.h, class.c: add mono_class_get_field_from_name ().
8007         * *: Fix C comments and other ANSI C issues.
8008
8009 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
8010
8011         * endian.h, assembly.c: fix some endianness issues.
8012
8013 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
8014
8015         * loader.h, load.c: add delegate_class to mono_defaults.
8016         Handle runtime provided methods in mono_get_method ().
8017
8018 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
8019
8020         * loader.c (mono_get_method): use pinvoke for internal call
8021
8022         * icall.c: use pinvoke for internal call
8023
8024         * loader.c (method_from_memberref): set the method name
8025
8026 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
8027
8028         * metadata.c: help the compiler generate better code for
8029         mono_class_from_mono_type ().
8030
8031 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
8032
8033         * class.c (mono_class_metadata_init): delayed computing of the
8034         class size to mono_class_metadata_init ()
8035
8036 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
8037
8038         * class.c, class.h: add an interfaces member to MonoClass.
8039         * image.c, image.h: add assembly_name field to MonoImage
8040         from the assembly table.
8041         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
8042
8043 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
8044
8045         * class.c: Handle Array in mono_class_from_mono_type ().
8046         * metadata.c, pedump.c: some endian fixes.
8047
8048 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
8049
8050         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
8051         * metadata.c: fix small problem introduced with the latest commit.
8052
8053 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
8054
8055         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
8056         We don't need a MonoMetadata pointer anymore to compare signatures in
8057         mono_metadata_signature_equal (), update callers.
8058         Reduced memory usage an number of allocations for MonoMethodHeader and
8059         MonoMethodSignature.
8060
8061 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
8062
8063         * metadata.c: added compare for szarray.
8064
8065 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
8066
8067         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
8068         and add a couple more types to it and mono_defaults. Give an hint on
8069         classes that need implementing in our corlib and are referenced
8070         in mscorlib.
8071
8072 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
8073
8074         * class.h, class.c: keep track if a class is also an Enum.
8075         * loader.c: Implement a couple more types for use in libffi
8076         marshalling. Gives better diagnostics when failing to dlopen
8077         a library. Set method->klass for P/Invoke methods, too.
8078
8079 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
8080
8081         * class.c, class.h: add a MonoType this_arg to MonoClass that
8082         represents a pointer to an object of the class' type that
8083         can be used by the interpreter and later the type cache.
8084         Add best guess alignment info for valuetype objects.
8085
8086 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
8087
8088         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
8089         into MonoType: one less level of indirection and allocation and
8090         simplifies quite a bit of code. Added cache for MonoTypes that are
8091         used frequently, so that we don't need to allocate them all the time.
8092
8093 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
8094
8095         * class.c (mono_class_create_from_typedef): System.Enum is also a
8096         value type, although it does not derive from System.ValueType
8097         (maybe a bug in the ms compiler?)
8098
8099         * metadata.c (mono_type_size): return the right size for value types
8100
8101         * loader.c (mono_get_method): only initialize method header if not abstract
8102
8103         * class.c (mono_class_from_mono_type): use mono_default values. 
8104
8105 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
8106
8107         * *: use MonoClass pointers instead of <type_tokens>
8108         
8109         * class.h: new flag: metadata_inited.
8110
8111         * class.c (mono_class_metadata_init): impl.
8112         (mono_class_instance_size): impl.
8113         (mono_class_data_size): impl.
8114
8115 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
8116
8117         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
8118         MonoClass now has the name and name_space fields. 
8119         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
8120         mono_get_method () takes and optional MonoClass as argument.
8121         Removed mono_typedef_from_name() and added mono_class_token_from_name()
8122         instead that takes advantage of a map from class names to typedef
8123         tokens in MonoImage.
8124
8125 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
8126
8127         * metadata.c: zero is not a valid alignment boundary.
8128         Merge MONO_TYPE_VOID in default decoding code.
8129
8130 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
8131
8132         * image.h: merged MonoMetadata into MonoImage
8133
8134         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
8135         identify the type of elements.
8136
8137 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
8138
8139         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
8140         * cil-coff.h: split MonoMSDOSHeader and add size info.
8141         * image.c: add some consistency checks.
8142         * metadata.c: fix row size computation: one programmer
8143         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
8144         add explanation for the locator routine.
8145         Fix decoding of size in method header.
8146         
8147 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
8148
8149         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
8150         (g_concat_dir_and_file): Bring g_concat_dir_and_file
8151         function from gnome-libs.  This uses the right path separator
8152         based on the OS, and also works around a bug in some systems where
8153         a double slash is not allowed. 
8154         (default_assembly_name_resolver): Use g_concat_dir_and_file
8155         (mono_assembly_open): ditto.
8156
8157 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
8158
8159         * metadata.c (mono_metadata_signature_equal): impl.
8160
8161         * *: void is now a realy MonoType (instead of using NULL)
8162         
8163         * metadata.c (do_mono_metadata_parse_type): use
8164         mono_metadata_parse_type to parse void value.
8165
8166 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
8167
8168         * metadata.c, metadata.h: in the signature and method header store
8169         only the space required for holding the loca vars and incoming arguments.
8170
8171 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
8172
8173         * metadata.c (do_mono_metadata_parse_type): treat void like any
8174         other type (instead of assigning NULL);
8175
8176 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
8177
8178         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
8179
8180 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
8181
8182         * image.c (do_mono_image_open): added a cache for arrays.
8183
8184 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
8185
8186         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
8187         decode a single column from a row in a metadata table and changes
8188         to take advantage of it in the typedef locator (gives a nice speed up).
8189         Store offset info for function params.
8190
8191 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
8192
8193         * image.h (MONO_IMAGE_IS_CORLIB): removed 
8194
8195 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
8196
8197         * assembly.c: how could mono_assembly_close () had ever worked?
8198         * metadata.c, metadata.h: provide offset info for local vars.
8199         Implement mono_type_size () to take care of alignment as well
8200         as size (it was mono_field_type_size in cli/class.c before).
8201
8202 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
8203
8204         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
8205
8206         * assembly.h (CORLIB_NAME): set to corlib.dll
8207
8208         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
8209
8210 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
8211
8212         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
8213         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
8214         tokentype.h: massive namespace cleanup.
8215
8216 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
8217
8218         * metadata.h, metadata.c: decode exception clauses when parsing method header.
8219
8220 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
8221
8222         * metadata.c (mono_metadata_free_type): added check for type !=
8223         NULL (void) before calling mono_metadata_free_type()
8224
8225 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
8226
8227         * metadata.h, row_indexes.h: added header with enumerations to use
8228         to index in the columns from tables in metadata and to decode coded
8229         tokens: we should start using this instead of embedding magic numbers
8230         all over the code.
8231
8232 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
8233
8234         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
8235         Move metadata_t info from cli_image_info_t to MonoImage, where
8236         it's easily accessible. Changed all the uses accordingly.
8237         Added the method and class caches to MonoImage.
8238         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
8239         and mono_metadata_decode_value () signature to be more consistent
8240         with the other parse functions (and simplify code). Taken advantage
8241         of zero-length array allocation with GCC. Removed reduntant (and
8242         wrong) MonoFieldType struct and use MonoParam instead. Changed
8243         mono_metadata_parse_field_type () to use common code for parsing.
8244         Added mono_metadata_typedef_from_field () and
8245         mono_metadata_typedef_from_method () to lookup a typedef index from a
8246         field or method token.
8247         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
8248
8249 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
8250
8251         * metadata.c (mono_metadata_parse_field_type): Implement. 
8252         (do_mono_metadata_parse_type): Split engine from
8253         mono_metadata_parse_type, so that we can create smaller structures
8254         for things that just have one pointer to the MonoType (look at
8255         the MonoFieldType)
8256
8257 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
8258
8259         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
8260         as Jan Gray found out, it is incorrect. 
8261
8262 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
8263
8264         * assembly.c: Implement asssembly loading.  This loads an image
8265         and loads all the referenced assemblies.  Come to think of it, we
8266         could always do lazy loading of the assemblies. 
8267
8268         * image.c (mono_image_open): Keep loaded images in a hashtable.
8269
8270         * image.h (MonoImage): Add reference count.
8271
8272 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
8273
8274         * assembly.c (mono_assembly_open): Keep track of the file name in
8275         case the assembly has no ASSEMBLY table.
8276
8277         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
8278         from get.c here.
8279
8280 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
8281
8282         * metadata.c, metadata.h: decode local vars in method header
8283         parse function. Change callers accordingly.
8284
8285 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
8286
8287         * metadata.h, cil-coff.h: protect against multiple inclusion.
8288         Added some new structures to hold information decoded from metadata:
8289         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
8290         and relevant decoding/free functions.
8291         * metadata.c: implement decoding functions. Add warning for out of bounds
8292         index in mono_metadata_locate(). Implement mono_get_method () to retreive
8293         all the info about a method signature and invocation. Remove check on
8294         uninitialized local var in parse_mh() and fix memory leak.
8295
8296 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
8297
8298         * metadata.h: More macros.
8299
8300         * tokentype.h: New file.
8301
8302 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
8303
8304         * assembly.c: added a consistency check and initialize
8305         some structures with g_new0().
8306         * metadata.c: fixed a couple more bugs in table size computation
8307         and add other checks for out-of bound access to metadata.
8308
8309 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
8310
8311         * metatada.c: fix bugs computing table sizes. Spew a
8312         warning when index in string heap is out of bounds.
8313
8314 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
8315
8316         * metadata.h: Add a couple of macros to manipulate tokens. 
8317
8318 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
8319
8320         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
8321         cli_section_tables).
8322
8323 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
8324
8325         * metadata.c (mono_metadata_user_string): New function, provides
8326         access to the UserString heap. 
8327
8328 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
8329
8330         * metadata.c: Add inline documentation.
8331
8332 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
8333
8334         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
8335         files. 
8336
8337 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
8338
8339         * typeattr.h: New file, TypeAttribute flags. 
8340
8341 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
8342
8343         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
8344         mono_assembly_ensure_section): Section loading code.
8345         (load_section_tables): Load the sections.
8346
8347         * mono/metadata/metadata.c (mono_metadata_locate_token,
8348         mono_metadata_locate): Functions to locate the information
8349         definition given a token or a table and an index.
8350         (mono_metadata_compute_table_bases): New.
8351         (compute_size): New function to compute the sizes of the various
8352         tables.
8353
8354         * mono/metadata/metadata.h: Finish listing the different index
8355         types. 
8356
8357         * mono/metadata/pedump.c: Improve to dump new information.
8358
8359 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
8360
8361         * mono/metadata/metadata.c: Entered all the tables matching
8362         Beta2. 
8363
8364         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
8365
8366
8367
8368
8369
8370
8371