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