2004-10-05 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / metadata / ChangeLog
1 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
2
3         * reflection.h: Add param_defaults field.
4
5         * reflection.c: Add support for parameter defaults in dynamic methods.
6         Fixes #64595.
7
8         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
9         an empty string when a type has no namespace. Fixes #64230.
10
11 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * tabledefs.h: Added "internal" security actions to support non-CAS
14         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
15         Note: they do not seems to be used anymore in 2.0 (new metadata format)
16
17 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
18
19         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
20         constructor of abstract class. Fixes #61689.
21
22 2004-10-04  Martin Baulig  <martin@ximian.com>
23
24         * class-internals.h (MonoGenericContainer): New type.
25         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
26         `MonoGenericContainer *generic_container'.
27         (MonoClass): Replaced `gen_params' and `num_gen_params' with
28         `MonoGenericContainer *generic_container'.
29
30         * metadata.c (mono_metadata_load_generic_params): Return a
31         `MonoGenericContainer *' instead of a `MonoGenericParam *';
32         removed the `num' argument.
33
34 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
35
36         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
37         for dynamic images.
38
39         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
40         machine fields.
41
42         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
43
44         * reflection.c: Save pe_kind and machine values into the generated
45         image file.
46
47         * appdomain.c: Bump corlib version number.
48
49         * object-internals.h: Reorganize layout of LocalBuilder.
50
51         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
52         New helper function.
53
54         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
55         created MonoType for dynamic types. Fixes #66180.
56
57 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
58
59         * threadpool.c: the ares hashtable needs a critical section around it.
60         this prevents some nasty segfaults
61
62 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
63
64         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
65         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
66         bug 67324).
67         
68 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
69
70         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
71         
72 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
73
74         * image.c: Always canonicalize image file names, to avoid loading
75         the same assembly twice when referenced using a relative path.
76
77 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
78
79         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
80
81         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
82
83         * marshal.c: Fix warnings.
84
85 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
86
87         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
88         attempting to marshal the delegate_trampoline as the method_addr.
89         This patch has a static hashtable of marshalled delegates so that 
90         we can map delegate_trampoline addresses back to delegates.  This
91         allows a delegate passed to managed code to be passed back into native
92         code.  Fixes #67039
93
94 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
95
96         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
97
98         * reflection.c (method_encode_code): Align method headers properly.
99         Fixes #66025.
100
101 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
102
103         * marshal.c: In the runtime invoke wrapper, reset the abort
104         exception if it is cached. This avoids the automatic rethrowal of 
105         the exception after the catch of the wrapper. Also check for pending
106         interruptions before calling the managed method. This is done using
107         the new method emit_thread_force_interrupt_checkpoint, since the
108         normal checkpoint method is ignored when running the invoke wrapper.
109         * object.c: If the abort exception is rethrown, set the abort_exc
110         field of the thread, so it will be rethrown aftere every catch.
111         * threadpool.c: Only run an interruption checkpoint if what has been
112         requested is a stop of the thread (aborts will be ignored).
113         * threads.c: By default, a thread will now never be interrumped while
114         running the runtime invoke wrapper (this ensures that runtime_invoke
115         will always return to the caller if an exception pointer is provided).
116         There is a new special method mono_thread_force_interruption_checkpoint()
117         to force an interruption checkpoint even if running a protected
118         wrapper, which is used by the same runtime invoke wrapper to do a check
119         at a safe point.
120
121 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
122
123         * object.c, object-internals.h: Implemented mono_release_type_locks,
124         which releases the cctor locks held by a thread.
125         * threads.c, threads.h: In thread_cleanup, release cctor locks held
126         by a thread. Added mono_thread_exit() method to be used to safely stop
127         a thread.
128
129 2004-09-28  Raja R Harinath  <rharinath@novell.com>
130
131         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
132         Move null check before dereference.  Avoid indexing beyond the end
133         of the 'modules' array.
134
135 2004-09-28  Raja R Harinath  <rharinath@novell.com>
136
137         * metadata-internals.h (MonoImage): Add module_count field.
138         * image.c (load_modules): Set image->module_count.
139         (mono_image_load_file_for_image): Use image->module_count.
140         * reflection.c (mono_image_load_module): Append to image->modules array 
141         of dynamic assembly.
142         (mono_module_get_object): Fix loop to actually increment index.
143         Use image->module_count.
144         * assembly.c (mono_assembly_load_references): Use image->module_count.
145         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
146         Likewise.
147
148 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
149
150         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
151         Avoid assert on generic types.
152
153 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
154
155         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
156
157         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
158
159         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
160         function to convert a MarshalSpec structure to its managed counterpart.
161
162         * reflection.c: Fix warnings.
163         
164         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
165         field.
166
167         * icall.c (mono_create_icall_signature): Fix build.
168
169 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
170
171         * icall.c: Add MakePointType icall.
172
173         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
174         warnings.
175
176 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
177
178         * threadpool.c: reuse allocated slots in the queue.
179
180 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
181
182         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
183
184         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
185
186         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
187         previous change.
188
189         * tabledefs.h: Add constants for pinvoke attributes BestFit and
190         ThrowOnUnmappableChar.
191
192         * icall.c (ves_icall_Type_GetPacking): New icall.
193
194 2004-09-24  Martin Baulig  <martin@ximian.com>
195
196         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
197
198 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
199
200         * appdomain.c:
201         (mono_domain_set): allow setting a domain that is being unloaded.
202         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
203         being unloaded.
204
205 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
206
207         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
208         the GetCustomAttributes icall.
209
210 2004-09-23  Martin Baulig  <martin@ximian.com>
211
212         * object-internals.h (MonoReflectionGenericParam): Replaced
213         'has_ctor_constraint', `has_reference_type' and `has_value_type'
214         with `guint32 attrs'.
215
216 2004-09-23  Martin Baulig  <martin@ximian.com>
217
218         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
219
220 2004-09-23  Martin Baulig  <martin@ximian.com>
221
222         * object-internals.h (GenericParameterAttributes): New enum.
223
224 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
225
226         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
227         
228         * class.c (init_events): Fill out event->other field.
229
230         * class.c: Fix warnings.
231
232         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
233
234 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
235
236         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
237         walk which doesn't supply the IL offset.
238
239 2004-09-22  Martin Baulig  <martin@ximian.com>
240
241         * reflection.c (mono_reflection_setup_internal_class): If we're
242         System.ValueType, System.Object or System.Enum, set
243         `klass->instance_size' and create the vtable.
244         (mono_reflection_create_internal_class): If we're an enum type,
245         get the base class from our current corlib.
246
247 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
248
249         * reflection.h (MonoResolveTokenError): New type.
250
251         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
252         icall.
253
254         * icall.c: Add an 'error' argument to the ResolveToken icalls.
255
256 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
257
258         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
259         Support also calling constructors, but only for already allocated objects.
260
261 2004-09-17  Geoff Norton <gnorton@customerdna.com>
262
263         * reflection.c (type_get_qualified_name): If the klass is null
264         return the typename to avoid a NullRefEx.
265         (encode_cattr_value): Get the qualified name of the boxed type,
266         not the underlying enumtype.  Fixes #62984.
267
268 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
269
270         * marshal.c: Fix problems with previous checkin.
271
272 2004-09-21    <vargaz@freemail.hu>
273
274         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
275         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
276
277         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
278
279 2004-09-21  Geoff Norton <gnorton@customerdna.com>
280
281         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
282         should only return a type for pointers, arrays, and passbyref types.
283         Fixes bug #63841.
284
285 2004-09-21  Martin Baulig  <martin@ximian.com>
286
287         * domain.c (mono_debugger_check_runtime_version): New public
288         function.
289
290         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
291
292 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
293
294         * reflection.c: Added missing sort to the declarative security 
295         attributes table. MS implementation stops seeing the attributes if the
296         token number regress in the table (as shown by ildasm and permview).
297
298 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
299
300         * object-internals.h (MonoReflectionModule): Add 'token' field.
301         
302         * reflection.c (mono_reflection_get_token): Add support for Module
303         and Assembly.
304         (mono_module_get_object): Set 'token' field.
305         (mono_module_file_get_object): Set 'token' field.
306
307         * icall.c: Add new Assembly and Module icalls.
308
309         * appdomain.c: Bump corlib version.
310
311 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
312
313         * loader.h loader.c class.h class.c: Add helper functions for obtaining
314         tokens of metadata objects.
315
316         * reflection.h reflection.c (mono_reflection_get_token): New function
317         to obtain the token of a metadata object.
318
319         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
320
321 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
322
323         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
324         
325         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
326
327 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
328
329         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
330         * object-internals.h: Added 3 MonoArray* members to MonoReflection
331         AssemblyBuilder to access the permissions set in the class lib.
332         * reflection.c: Added security attributes encoding step in 
333         mono_image_build_metadata.
334         * tabledefs.h: Added new security actions defined in 2.0:
335         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
336
337 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
338
339         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
340         macro parameter.
341
342 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
343  
344         * locales.c: nullify the ICU_collator member of CompareInfo when it is
345           finalized. There where random SIGSEVs at program termination, when
346           an object being finalized was trying to do a string comparison and
347           the current culture was already finalized.
348  
349 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
350
351         * threads.c: call thread_cleanup before finishing the thread if we get
352         there.
353
354 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
355
356         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
357         assemblies from the parent. Fixes #65665.
358
359 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
360
361         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
362         modifiers.
363
364 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
365
366         * reflection.h: add prototype for mono_get_dbnull_object
367         * reflection.c: add prototypes for get_default_param_value_blobs 
368         and mono_get_object_from_blob for fussier compilers
369
370 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
371  
372         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
373         false deadlock checks in class initialization.
374  
375 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
376
377         * image.c (mono_image_addref): Fix comment.
378
379         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
380         possible.
381
382 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
383
384         * reflection.c (mono_param_get_objects): Modified to return
385         ParameterInfo.DefaultValue object.
386
387         (get_default_param_value_blobs):
388         (mono_get_object_from_blob):
389         (mono_get_dbnull_object): New helper routines. 
390
391         * object.c (mono_get_constant_value_from_blob): New helper routine
392         carved out from get_default_field_value ()
393
394         * object-internals.h (mono_get_constant_value_from_blob): Added
395         function declaration.
396
397 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
398
399         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
400         referenced assemblies. Fixes #62135.
401
402         * exception.h exception.c (mono_get_exception_file_not_found2): New
403         helper function.
404
405 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
406
407         * class.h class.c: Add mono_type_get_underlying_type ().
408
409 2004-09-09  Geoff Norton <gnorton@customerndna.com>
410
411         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
412         Fix GetTypes() to support dynamically created assemblies.
413
414 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
415
416         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
417         
418         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
419         previous patch.
420
421         * reflection.h reflection.c loader.c: Allow dynamic construction of
422         pinvoke methods. Fixes #65571.
423         
424         * reflection.c (mono_reflection_get_type): Revert previous change since
425         it causes regressions.
426
427 2004-09-08  Martin Baulig  <martin@ximian.com>
428
429         * class.c (class_compute_field_layout): Don't call
430         mono_class_layout_fields() for open generic instances.
431
432 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
433         * threads.c appdomain.c: fix typo in GC macro
434
435 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
436
437         * threads.c: don't call mono_thread_detach() in start_wrapper(),
438         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
439
440 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
441
442         * image.c (mono_image_close): Applied patch from 
443         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
444         assembly is loaded multiple times from data.
445         
446         * image.c (mono_image_open): Fix warning.
447
448 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
449
450         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
451         once. Fixes #58334.
452         
453         * reflection.c (mono_reflection_create_runtime_class): Initialize
454         klass->nested_classes. Fixes #61224.
455
456 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
457
458         * threads.c: sched_yield() on exit, to allow threads to quit.
459
460 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
461
462         * object.c (mono_unhandled_exception): Remove leftover debug code.
463
464 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
465
466         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
467
468 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
469
470         * marshal.c (emit_marshal_array): Really null terminate string arrays.
471         
472         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
473
474 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
475
476         * marshal.c (emit_marshal_array): Null terminate string arrays.
477         
478         * marshal.c (raise_auto_layout_exception): Fix warning.
479
480         * reflection.c (mono_param_get_objects): Initialize the default value
481         with DBNull.Value, not null. Fixes #62123.
482
483 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
484
485         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
486         throw an exception with a cute explanation.
487
488 2004-09-06  Dick Porter  <dick@ximian.com>
489
490         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
491         Close the new process's thread handle, as we don't use it.  The
492         handle stays around forever otherwise.
493
494 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
495
496         * object.c (arith_overflow): Fix warning.
497
498         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
499         calling conventions in method refs. Fixes #65352.
500
501         * reflection.c: Fix warnings.
502
503 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
504
505         * icall.c: Add a new icall for Array.Clear
506
507 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
508
509         * object.c: When allocating an array, we have to throw
510         an overflow exception if any of the lengths are < 0.
511
512 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
513
514         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
515         properly. Also move implementation of string array marshalling to 
516         managed code. Fixes #42316.
517
518 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
519
520         * assembly.c: provide more information when loading an assembly fails.
521
522 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
523
524         * filewatcher.c: don't expect the development fam package to be
525         installed.
526
527 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
528
529         * marshal.c: Make a copy of the signature cookie since it will be
530         freed by the caller.
531         
532         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
533
534         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
535
536         * metadata.c (mono_metadata_free_marshal_spec): New function to free
537         marshal specs.
538
539         * marshal.c: More refactoring.
540         
541         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
542         smaller functions.
543
544 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
545
546         * object.c: In mono_message_invoke, fill the output parameter array after
547           calling the managed method (it was done before the call). This fixes
548           bug #59299.
549
550 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
551
552         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
553         as well.
554
555 2004-09-02  Martin Baulig  <martin@ximian.com>
556
557         * class.c (mono_class_instance_size): Don't allow generic type
558         definitions or open generic instances.
559         (mono_class_array_element_size): If we're a value type, call
560         mono_class_instance_size() on the original class.
561
562         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
563         handle generic instances.
564
565         * mono-debug-debugger.c (write_type): Handle generic instances
566         like classes.
567
568 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
569
570         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
571         the allocation request fails. Fixes #65089.
572
573         * object.c (mono_runtime_free_method): Do not call mono_free_method.
574         
575         * object.c (mono_runtime_free_method): New function to free a dynamic
576         method.
577
578         * marshal.c (mono_delegate_free_ftnptr): New function to free the
579         delegate trampoline.
580
581         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
582         with hasthis as dynamic,
583
584         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
585
586         * domain.c (mono_jit_info_table_remove): New function to remove an
587         entry from the jit info table.
588
589         * class-internals.h (MonoMethod): Add 'dynamic' field.
590
591         * loader.c: Fix warnings.
592
593 2004-09-01  Martin Baulig  <martin@ximian.com>
594
595         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
596         instead of mono_debugger_lock() because the latter one is a no-op
597         unless running in the debugger.
598
599 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
600
601         * class.c (class_compute_field_layout): Classes with auto-layout or
602         reference fields are not blittable.
603         
604 2004-09-01  Dick Porter  <dick@ximian.com>
605
606         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
607         mono_image_get_filename() to get the assembly location.
608
609         * icall.c:
610         * metadata.h: Fix compile warnings
611
612 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
613
614         * class.c (class_compute_field_layout): System.Object is blittable.
615
616         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
617         as in/out. Fixes #59909.
618
619 2004-09-01  Martin Baulig  <martin@ximian.com>
620
621         * metadata.h (MONO_TYPE_ISREFERENCE): Call
622         mono_metadata_generic_inst_is_valuetype() if we're a generic
623         instance to check whether our underlying type is a reference type.
624
625 2004-09-01  Martin Baulig  <martin@ximian.com>
626
627         * metadata.c (mono_type_size): If we're a generic instance, call
628         mono_class_value_size() for value types.
629
630 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
631
632         * marshal.c: Implement more custom marshalling functionality. Fixes
633         #64915.
634
635 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
636
637         * mono-debug.c, debug-mono-symfile.c: add some locking love.
638
639 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
640
641         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
642
643         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
644
645         * icall.c: Fix some warnings.
646
647         * threads.c (abort_appdomain_thread): Fix unref errors.
648         (mono_thread_current): Fix THREAD_DEBUG define.
649
650 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
651
652         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
653
654         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
655
656 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
657
658         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
659         string arrays.
660
661 2004-08-28  Martin Baulig  <martin@ximian.com>
662
663         * metadata.c
664         (mono_metadata_generic_inst_is_valuetype): New public function.
665
666         * metadata.h (MONO_TYPE_ISSTRUCT): Call
667         mono_metadata_generic_inst_is_valuetype() if we're a generic
668         instance to check whether our underlying type is a valuetype.
669
670 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
671
672         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
673         #63768.
674
675 2004-08-25  Martin Baulig  <martin@ximian.com>
676
677         * loader.c (mono_get_method_from_token): Abstract methods can also
678         be generic and thus have type parameters.
679
680         * metadata-internals.h
681         (MonoDynamicImage): Added `GPtrArray *gen_params'.
682
683         * reflection.c (mono_image_get_generic_param_info): Don't create a
684         metadata row, just add an entry to the `gen_params' array.
685         (build_compressed_metadata): Sort the `gen_params' array and then
686         actually create the metadata.
687
688 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
689
690         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
691
692 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
693
694         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
695
696 2004-08-24  Martin Baulig  <martin@ximian.com>
697
698         * class.cs (mono_class_is_subclass_of): Like an interface, a
699         generic instance also derives from System.Object.
700
701 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
702
703         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
704         custom modifiers to be in any order. Fixes #61990.
705
706 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
707
708         * object.c: Register mono_object_new_fast icall.
709         
710         * object.c (mono_class_get_allocation_ftn): Return to calling
711         mono_object_new_fast, since it seems faster to compute the object 
712         size in unmanaged code than passing it as a parameter.
713
714         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
715
716         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
717         this function with Boehm as the oom handler, so we don't have to check
718         the result of GC_malloc.
719
720         * object.c: Remove checks for oom.
721
722         * object.h object.c (mono_class_get_allocation_ftn): New function to
723         return the icall which can be used to allocate an instance of a given
724         class. 
725
726         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
727
728         * class-internals.h: Add 'enabled' field.
729
730 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
731
732         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
733
734 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
735         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
736         value 0x0010.
737
738 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
739
740         * appdomain.c: use the Tls function for appdomain too,
741         at Zoltan's request. Actually return in mono_context_get
742
743         * appdomain.c, profiler.c, threads.c: use __thread
744
745 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
746
747         * appdomain.c threads.c: Call GC_CreateThread on windows.
748
749         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
750         multiple libraries since this don't work on windows.
751
752 2004-08-18  Martin Baulig  <martin@ximian.com>
753
754         * class-internals.h
755         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
756         MonoMethodHeader.
757
758         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
759         MonoMethodNormal since we also need it for abstract and interface
760         methods.
761
762         * reflection.c
763         (build_compressed_metadata): Sort the GenericParam table.
764         (mono_image_create_token): Added `gboolean create_methodspec'
765         argument; this is false when generating a MethodImpl token.
766         (reflection_methodbuilder_to_mono_method): Abstract and interface
767         methods may also have generic parameters.
768
769 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
770
771         * appdomain.c: thread local alloc
772
773 2004-08-17  Martin Baulig  <martin@ximian.com>
774
775         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
776
777         * icall.c
778         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
779         argument.
780
781         * class.c (mono_type_get_full_name): New public function.
782         (mono_type_get_name): Don't include the type arguments.
783
784 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
785
786         * Makefile.am: Build static versions of libmetadata and libmonoruntime
787         for inclusion into the mono executable.
788
789 2004-08-16  Martin Baulig  <martin@ximian.com>
790
791         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
792         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
793
794 2004-08-14  Martin Baulig  <martin@ximian.com>
795
796         * class.c (dup_type): Also copy the `byref' field.
797
798 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
799
800         * reflection.c (create_dynamic_mono_image): Revert the last change 
801         since it breaks bootstrap.
802
803 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
804
805         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
806
807         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
808         not free them with g_free.
809
810 2004-08-11  Martin Baulig  <martin@ximian.com>
811
812         * reflection.c (mono_reflection_setup_internal_class): Also call
813         mono_class_setup_mono_type() if we already have a `tb->type.type'.
814
815 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
816
817         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
818         called during default (first) AppDomain creation. Keep track of
819         Evidence when loading assemblies.
820
821 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
822
823         * opcodes.c, opcodes.h: reduce runtime relocations.
824
825 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
826
827         * culture-info.h, locales.c: fixes and chages to sue the new
828         optimized format of the locale data.
829         * culture-info-tables.h: regenerated.
830
831 2004-08-06  Geoff Norton <gnorton@customerdna.com>
832         
833         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
834
835 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
836
837         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
838         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
839         * domain-internals.h: icall declaration.
840         * icall.c: icall registration.
841         * object-internals.h: New fields in MonoAssembly for CAS.
842
843 2004-08-05  Duncan Mak  <duncan@ximian.com>
844
845         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
846         CEE_LDELEM_ANY.
847
848 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
849
850         * reflection.c: fix to deal with object[] arrays in custom ctors
851         (bug #62550).
852
853 2004-08-05  Martin Baulig  <martin@ximian.com>
854
855         * class.c (mono_class_array_element_size): Added support for
856         generic instances and correctly handle "recursive" types.
857
858 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
859
860         * assembly.c: Fix warnings.
861
862 2004-08-04  Martin Baulig  <martin@ximian.com>
863
864         * class.c
865         (mono_type_get_name_recurse): Added `gboolean include_arity'
866         argument specifying whether or not we should include the generic
867         arity in the type name.
868         (_mono_type_get_name): New static function.
869         (mono_class_setup_vtable): If we're a generic instance, don't
870         include the generic arity in the names of explicit method
871         implementations.        
872
873 2004-08-03  Martin Baulig  <martin@ximian.com>
874
875         * class.c (mono_type_get_name_recurse): Enclose the generic type
876         arguments in `<', '>'.
877
878 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
879
880         * gc.c: make GC warning messages use the trace API, they are just
881         noise to most of the users.
882
883 2004-08-03  Martin Baulig  <martin@ximian.com>
884
885         * debug-mono-symfile.c (read_string): Correctly read the string.
886
887 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
888
889         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
890         
891         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
892         icalls.
893         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
894
895 2004-07-30  Martin Baulig  <martin@ximian.com>
896
897         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
898         Reflect latest symbol writer changes.   
899
900 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
901
902         * object.c: always create an object if null is passed
903         to Invoke() where a valuetype is expected.
904
905 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
906
907         * marshal.c (mono_marshal_init): make managed
908         signatures match native ones better for 64bits.
909
910 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
911
912         * appdomain.c: hack to build correctly the private bin path on windows.
913         Fixes bug #61991.
914
915 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
916
917         * assembly.c: Load mscorlib from the correct framework directory
918           (mono/<version>/mscorlib.dll).
919         * appdomain.h: Added prototypes for new functions.
920         * internals.h: Added some prototypes.
921         * domain.c: When initializing the runtime, get from the executable and
922           the configuration files the runtime version that the app supports.
923           Added support methods for reading app.exe.config. Added list of versions
924           supported by the JIT. Added two new methods: mono_init_from_assembly,
925           which initializes the runtime and determines the required version from
926           the provided exe file, and mono_init_version, which initializes
927           the runtime using the provided version.
928         * icall.c: Get machine.config from version-specific directory.
929         * reflection.c: When generating an image, embed the version number
930           of the current runtime.
931
932 2004-07-28  Dick Porter  <dick@ximian.com>
933
934         * socket-io.c
935         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
936         returned sockaddr size before creating the remote address object.
937         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
938         61608.
939
940 2004-07-28  Dick Porter  <dick@ximian.com>
941
942         * locales.c (string_invariant_compare_char): Fix invariant char
943         compares between upper and lower cases.  Fixes bug 61458.
944
945 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
946         
947         * marshal.c: actually cache stelem.ref wrappers.
948         
949 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
950
951         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
952         sections and remove the mono_cli_rva_map () function.
953
954 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
955
956         * debug-mono-symfile.c: fix one more endianess issue, from a patch
957         by Geoff Norton (<gnorton@customerdna.com>).
958
959 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
960
961         * class.c: fix class loads for pointer types (typeof(int) !=
962         typeof(int*)).
963
964 2004-07-27  Martin Baulig  <martin@ximian.com>
965
966         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
967         reading the debugging information from an external ".mdb" file.
968
969 2004-07-24  Martin Baulig  <martin@ximian.com>
970
971         * reflection.c (mono_image_get_type_info): Only write a class
972         layout entry if we actually have a size or a packing size.
973
974 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
975
976         * reflection.c (type_get_fully_qualified_name): 
977         insert cast to get type checking of ?: with non-gcc compilers
978
979 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
980
981         * rand.c: use g_getenv for both lookups of
982         MONO_EGD_SOCKET
983
984 2004-07-17  Martin Baulig  <martin@ximian.com>
985
986         * reflection.c (mono_reflection_bind_generic_method_parameters):
987         Set `gmethod->reflection_info'.
988
989 2004-07-17  Martin Baulig  <martin@ximian.com>
990
991         * class.c (mono_class_create_from_typedef): Insert the newly
992         created class into the hash table before computing the interfaces
993         since we could be called recursively.
994
995 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
996
997         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
998         function to implement stelem.ref in managed code
999         * class-internals.h, debug-helpers.c: a new wrapper type
1000         for the above.
1001
1002 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
1003
1004         * gc.c: allow GC handles to work even when no GC is compiled in.
1005         Fix part of bug #61134 (GetAddrOfPinnedObject).
1006
1007 2004-07-13  Peter Williams  <peter@newton.cx>
1008  
1009         * process.c (complete_path): Make sure we don't attempt to execute
1010         directories.
1011  
1012 2004-07-12  Geoff Norton <gnorton@customerdna.com>
1013
1014         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
1015           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
1016           and will add/subtract the hour if needed
1017
1018 2004-07-12  Martin Baulig  <martin@ximian.com>
1019
1020         * reflection.c (mono_field_get_object): If we have
1021         `field->generic_info', take the attributes from
1022         `field->generic_info->generic_type'.    
1023
1024 2004-07-12  Martin Baulig  <martin@ximian.com>
1025
1026         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
1027         This function must be called before initializing the runtime.
1028         (mono_debug_init_1): New function; call this after initializing
1029         the runtime, but before loading the assembly.  It tells the
1030         debugger to load corlib and the builtin types.
1031
1032         * mono-debug-debugger.c: Did some larger changes in the debugging
1033         code; support recursive class declarations, make sure we actually
1034         add all classes.
1035
1036 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1037
1038         * debug-helpers.c: undo my previous patch and fixed the real issue in
1039         ../mini/exceptions-x86.c
1040
1041 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1042
1043         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
1044         when no HOME env. variable was set and a NullRef was thrown in a .cctor
1045         called from other .cctors.
1046
1047 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
1048
1049         * loader.c: Removed the mono_loader_wine_init hack now that we are
1050         doing a managed version of Windows.Forms.
1051
1052 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
1053
1054         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
1055         threadpool.c, threads.c: remove static data from rootset.
1056
1057 2004-07-09  Dick Porter  <dick@ximian.com>
1058
1059         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
1060         Don't do any more processing if the matched length was 0.  It was
1061         increasing the size of the string before.  Fixes bug 61167.
1062
1063 2004-07-09  Dick Porter  <dick@ximian.com>
1064
1065         * socket-io.h:
1066         * socket-io.c
1067         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
1068         Add support for SO_PEERCRED if its available.
1069
1070 2004-07-09  Peter Bartok <pbartok@novell.com>
1071         * loader.c: winelib.exe.so error message is now only displayed if
1072         MONO_DEBUG is set. To help us avoid questions when people are trying
1073         out the new Managed.Windows.Forms.
1074
1075 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
1076
1077         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
1078         for isinst and castclass wrappers.
1079
1080         * class-internals.h icall.c: Move registration and lookup of JIT icalls
1081         to libmetadata from the JIT, so they could be used by the marshalling
1082         code and the interpreter.
1083
1084         * marshal.c: Register marshalling related JIT icalls here instead of
1085         in mini.c. Use CEE_MONO_ICALL instead of the family of 
1086         CEE_MONO_PROC<x> opcodes to call marshalling functions.
1087
1088         * metadata.h: Remove unneeded marshalling conversions.
1089
1090         * opcodes.c: Update for new opcodes.
1091         
1092 2004-07-08  Martin Baulig  <martin@ximian.com>
1093
1094         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
1095         (mono_debug_get_domain_data): Make this function static.
1096
1097 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
1098
1099         * gc.c, object.h: add nice GC handle API for embedders.
1100
1101 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
1102
1103         * reflection.c: more changes for the new api
1104
1105         * object.c: When we reflect on a field w/ a constant value, it
1106         will not have a memory location, so we must access metadata. Also,
1107         allow easier reading of strings so that we can read them from
1108         the constant data.
1109
1110         * class.c (mono_class_layout_fields): no need for literal fields here.
1111
1112         * class-internals.h: api changes for const fields
1113
1114         * icall.c (ves_icall_get_enum_info): use new apis for const fields
1115
1116 2004-07-06  Martin Baulig  <martin@ximian.com>
1117
1118         * mono-debug.h: Increment version number to 44.
1119
1120         * mono-debug.c (mono_debug_add_wrapper): The second argument is
1121         now a gpointer, rewrote this whole method.
1122
1123         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
1124         function.  Add information about the wrapper in a new "misc table".
1125
1126         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
1127         for the new misc table.
1128
1129 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
1130
1131         * metadata-internals.h image.c: Add a cache for helper signatures.
1132
1133         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
1134
1135 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
1136
1137         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
1138         delegates from a delegate. Fixes #61033.
1139         
1140         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
1141         marshalling of stringbuilder arrays. Fixes #59900.
1142
1143 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
1144
1145         * icall.c: Add EnumBuilder:setup_enum_type icall.
1146
1147 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
1148
1149         * icall.c: Added a new icall for the property version of
1150         OffsetOfStringData.
1151
1152 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
1153
1154         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
1155         it has a constant size across platforms.
1156
1157         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
1158         stack trace.
1159
1160 2004-06-29  Martin Baulig  <martin@ximian.com>
1161
1162         * mono-debug.c (mono_debug_add_method): Protect the whole function
1163         in mono_debugger_lock(), not just parts of it.
1164
1165 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
1166
1167         * reflection.c: make sure padding bytes in heaps are zeroed.
1168
1169 2004-06-24  David Waite  <mass@akuma.org>
1170
1171         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
1172         image.c, loader.c, locales.c, marshal.c, metadata.c,
1173         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
1174         string-icalls.c, threads.c: change to C90-style comments from C99 /
1175         C++ -style
1176
1177 2004-06-24  Dick Porter  <dick@ximian.com>
1178
1179         * threads.c
1180         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
1181         return createdNew.  Fixes bug 60412.
1182
1183         * threads-types.h: 
1184         * icall.c: Add createdNew parameter to CreateMutex icall
1185
1186 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
1187
1188         * reflection.c, object-internals.h: save default value in params.
1189
1190 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1191
1192         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
1193         no need to build a new path combining that with the application base.
1194         Fixes bug #60442.
1195
1196 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
1197
1198         * reflection.c: fixed minor standard compliance issues.
1199
1200 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
1201
1202         * reflection.c: fixed issue with encoding some custom attributes
1203         (arrays in properties and fields, bug #60411).
1204
1205 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1206
1207         * reflection.c: fix start address when copying the public key token.
1208
1209 2004-06-23  Martin Baulig  <martin@ximian.com>
1210
1211         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
1212         the `exc' object in a static object to put it into the GC's root set.
1213
1214 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
1215
1216         * reflection.c: make mono_reflection_setup_internal_class ()
1217         callable a second time to setup a new parent class.
1218
1219 2004-06-23  Dick Porter  <dick@ximian.com>
1220
1221         * threads.c: Check for WAIT_IO_COMPLETION return values.
1222
1223 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
1224
1225         * appdomain.c: Removed the g_free on the public key token. Now copy 
1226         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
1227         * assembly.c: Added public key token string value when loading 
1228         assemblies. Fix bug #60439.
1229         * icall.c: Added missing informations (like public key) in 
1230         GetReferencedAssemblies. Fix #60519.
1231         * image.h: Changed definition for public key token from const char*
1232         public_tok_value to guchar public_key_token [17];
1233         * reflection.c: Updated for changes to public key token.
1234
1235 2004-06-22  Lluis Sanchez Gual
1236
1237         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
1238         for the field in base classes.
1239
1240 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
1241
1242         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
1243         mark headers as not supported, they are installed only for use by the
1244         debugger.
1245
1246 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
1247
1248         * *.c, *.h: avoid namespace pollution in public headers.
1249
1250 2004-06-21  Martin Baulig  <martin@ximian.com>
1251
1252         * exception.c (mono_get_exception_security): It's in
1253         "System.Security", not in "System".
1254
1255         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
1256         the exception classes.
1257
1258 2004-06-21  Martin Baulig  <martin@ximian.com>
1259
1260         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
1261         Protect the exception object from being finalized.
1262
1263 2004-06-21  Martin Baulig  <martin@ximian.com>
1264
1265         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
1266         public function.
1267
1268 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
1269
1270         * reflection.c: Load the assembly in mono_reflection_type_from_name,
1271         if it was not loaded before. Fix parts of #60439.
1272
1273 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
1274
1275         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
1276         code that was broken since Ben's change: wrappers are now
1277         dependent on the method signature only again.
1278
1279 2004-06-21  Martin Baulig  <martin@ximian.com>
1280
1281         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
1282         added interface support.
1283
1284 2004-06-21  Martin Baulig  <martin@ximian.com>
1285
1286         * class.c (mono_vtable_get_static_field_data): New public method.
1287
1288 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
1289
1290         * filewatcher.c : Windows build fix to be compliant with API changes.
1291
1292 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
1293
1294         * class.h, class.c: more accessors.
1295         * metadata.h, metadata.c: prepare for hiding MonoType and
1296         MonoMethodSignature: people should use the accessors from now on
1297         outside of the tree.
1298
1299 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
1300
1301         * *.c, *.h: more API cleanups.
1302
1303 2004-06-18  Jackson Harper  <jackson@ximian.com>
1304
1305         * assembly.c: Trace loading assemblies.
1306         * loader.c: Trace loading native libraries.
1307         * mono-config.c: Trace loading config files.
1308         
1309 2004-06-18  Dick Porter  <dick@ximian.com>
1310
1311         * locales.c: Tell ICU the lengths of strings, it can cope with
1312         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
1313
1314 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
1315
1316         * image.c: swapped name/filename;
1317
1318 2004-06-18  Martin Baulig  <martin@ximian.com>
1319
1320         * mono-debug-debugger.c (write_class): Write the parent class at
1321         the end of the header.
1322
1323 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
1324
1325         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
1326
1327 2004-06-17  Raja R Harinath  <rharinath@novell.com>
1328
1329         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
1330         (bundle_obj): New conditional define.
1331         (BUILT_SOURCES): Remove.
1332         ($(bundle_srcs)): Make parallel-make safe.
1333         (libmonoruntime_la_LIBADD): Make unconditional.
1334         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
1335         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
1336
1337 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
1338
1339         * culture-info-tables.h: It was inconsistent with the latest
1340           supp info files.
1341
1342 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
1343
1344         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
1345         be loaded.
1346
1347         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
1348         with gcc 2.95.
1349
1350 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
1351
1352         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
1353         cleaned up public header threads.h.
1354
1355 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
1356
1357         * Makefile.am, *.c, *.h: more API cleanups.
1358
1359 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
1360
1361         * Makefile.am: removed monosn from compilation.
1362         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
1363         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
1364         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
1365         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
1366         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
1367         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
1368
1369 2004-06-15  Jackson Harper  <jackson@ximian.com>
1370
1371         * assembly.c: Make locales lower case when searching the GAC for
1372         assemblies. gacutil will always make locales lowercase when
1373         installing so this effectively makes them case insensitive.
1374         
1375 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
1376
1377         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
1378         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
1379           parameter which allows to choose whether the wait can be interrupted or 
1380           not. Also added the method mono_monitor_enter(), which locks the monitor
1381           using an infinite wait and without allowing interruption.
1382           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
1383           interrupted.
1384         * object.h: Added new fields in MonoThread. suspend_event holds the event
1385           used to susped/resume the thread. synch_lock is the lock object to use for
1386           modifying the thread state.
1387         * threads.c: Use the new synch_lock object for locking, instead of "this",
1388           which can generate deadlocks.
1389           Moved thread state change in Thread.Sleep and Thread.Join from managed
1390           to unmanaged code. This avoids a deadlock when the thread was suspended
1391           just after acquiring the thread lock.
1392           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
1393           Implemented Thread.Suspend using an event instead of ThreadSuspend,
1394           which is not fully implemented in the io-layer.
1395         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
1396
1397 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
1398
1399         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
1400         threads-types.h: more API cleanups.
1401
1402 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
1403
1404         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
1405         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
1406         threadpool.c, threads.c: first pass at the exported API cleanup.
1407
1408 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
1409
1410         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
1411
1412 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1413
1414         * icall.c: added internalGetHome.
1415
1416 2004-06-14  Dick Porter  <dick@ximian.com>
1417
1418         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
1419         possible to return successfully when '.' or '..' were the only
1420         entries in a directory, but were skipped.  The MonoIOStat was not
1421         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
1422         Fixes bug 59574.
1423
1424 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
1425
1426         * reflection.c: make binaries run on .Net 1.1 by default.
1427
1428 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
1429
1430         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
1431
1432 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
1433
1434         * marshal.c: keep track of struct size with explicit layout
1435         (bug #59979).
1436
1437 2004-06-12  Martin Baulig  <martin@ximian.com>
1438
1439         * mono-debug-debugger.c: Comment out a debugging g_message().
1440
1441 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
1442
1443         * reflection.c, reflection.h: do not free custom attrs that are cached.
1444         * icall.c: use braces to make code clearer.
1445
1446 2004-06-11  Martin Baulig  <martin@ximian.com>
1447
1448         * class.h (MonoInflatedField): New type.
1449         (MonoClassField): Replaced `MonoType *generic_type' with
1450         `MonoInflatedField *generic_info'.
1451
1452         * icall.c
1453         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
1454
1455 2004-06-11  Martin Baulig  <martin@ximian.com>
1456
1457         * reflection.c (mono_image_create_method_token): Correctly encode
1458         varargs methods.
1459
1460 2004-06-11  Martin Baulig  <martin@ximian.com>
1461
1462         * metadata.c (mono_metadata_parse_method_signature): When parsing
1463         a MethodDef which has VarArgs, also set sentinelpos if we don't
1464         have any parameters.
1465
1466 2004-06-11  Martin Baulig  <martin@ximian.com>
1467
1468         * verify.c (mono_method_verify): In CEE_CALL, use
1469         mono_method_get_signature() to get the method's signature, unless
1470         we're a PInvoke method.
1471
1472 2004-06-10  Jackson Harper  <jackson@ximian.com>
1473
1474         * assembly.c: Use <path>/lib/mono/gac for the extra paths
1475         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
1476         logical name as the supplied path is just a prefix to the gac not
1477         the direct path to it.
1478         
1479 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
1480
1481         * reflection.c: make the token for a created method match
1482         the token of the MethodBuilder it was created from
1483         (IKVM requires this behaviour now).
1484
1485 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
1486
1487         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
1488         reflection.c, socket-io.c: leak fixes.
1489
1490 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
1491
1492         * icall.c: handle sentinel pos in vararg methods in position different
1493         from 0.
1494
1495 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1496
1497         * culture-info-tables.h: freshly generated.
1498
1499 2004-06-09  Martin Baulig  <martin@ximian.com>
1500
1501         * loader.c (mono_get_method_constrained): Call `mono_class_init
1502         (constrained_class)'.   
1503
1504 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
1505
1506         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
1507         any methods. Fixes #59629.
1508
1509 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1510
1511         * culture-info-tables.h: reflecting locale-builder updates.
1512
1513 2004-06-08  Dick Porter  <dick@ximian.com>
1514
1515         * object.h:
1516         * locales.c: Fixed compile warnings, including a real bug in
1517         CompareInfo_internal_compare.
1518         
1519 2004-06-08  Dick Porter  <dick@ximian.com>
1520
1521         * locales.c
1522         (ves_icall_System_Globalization_CompareInfo_internal_index):
1523         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
1524         Double-check the resuls of usearches, because ICU currently
1525         ignores most of the collator settings here.  Fixes bug 59720.
1526         
1527 2004-06-08  Dick Porter  <dick@ximian.com>
1528
1529         * locales.c
1530         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
1531         Fix memory leak and segfault-causing typo.  No idea how this one
1532         lasted so long without being noticed.
1533
1534 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
1535
1536         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
1537         any methods. Fixes #59629.
1538
1539 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1540
1541         * assembly.c:
1542         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
1543         own the critical section before). Removed dead code (that's done
1544         in the preload hook).
1545
1546         (mono_assembly_load_with_partial_name): call the preload hook.
1547
1548 2004-06-08  Martin Baulig  <martin@ximian.com>
1549
1550         * metadata.c (mono_metadata_signature_alloc): Default
1551         `sentinelpos' to -1.
1552
1553         * reflection.c (mono_image_get_array_token): Likewise.
1554
1555 2004-06-08  Martin Baulig  <martin@ximian.com>
1556
1557         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
1558
1559         * metadata.c (mono_metadata_parse_method_signature): When parsing
1560         a MethodDef which has VarArgs, set sentinelpos.
1561
1562         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
1563         `gint16' since we're using -1 for non-varargs methods.
1564
1565         * reflection.c
1566         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
1567         (method_encode_signature): Added varargs support.
1568         (method_builder_encode_signature): Likewise.
1569         (mono_image_get_varargs_method_token): New static method.
1570         (mono_image_create_method_token): New public method; this is
1571         called via an icall instead of mono_image_create_token() when
1572         calling a varargs method.       
1573
1574 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
1575
1576         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
1577
1578 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1579
1580         * culture-info-tables.h : Reflecting the latest locale-builder that
1581           fixed empty array representation ({} to {0}).
1582
1583 2004-06-07  Jackson Harper  <jackson@ximian.com>
1584
1585         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
1586         looking up extra gac paths. This allows MONO_GAC_PATH to act
1587         exactly like a prefix.
1588         
1589 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
1590
1591         * reflection.c (mono_reflection_type_from_name): Make a copy of the
1592         type name before modifying it. Fixes #59405.
1593
1594 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1595
1596         * culture-info.h: added fields for "all datetime patterns".
1597         * locales.c: (  ves_icall_System_Globalization_CultureInfo
1598           _construct_datetime_format ()): fill xxx_patterns fields.
1599         * object.h: added fields for "all datetime patterns" to
1600           MonoDateTimeFormatInfo.
1601         * culture-info-tables.h: reflecting locale-builder updates.
1602
1603 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
1604
1605         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
1606         the event has no add and remove methods. Fixes #59629.
1607
1608 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
1609
1610         * object.c: Fixed possible integer overflow when allocating large
1611         strings.
1612
1613 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
1614
1615         * culture-info-tables.h: reflecting locale-builder updates.
1616
1617 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
1618
1619         * culture-info-tables.h: reflecting locale-builder updates.
1620
1621 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
1622
1623         * culture-info-tables.h: reflecting locale-builder updates.
1624
1625 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
1626
1627         * threads.c: Made Thread.Sleep abortable.
1628
1629 2004-06-02  Martin Baulig  <martin@ximian.com>
1630
1631         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
1632
1633         * debug-mono-symfile.h: Bumped symbol file version number to 37.
1634
1635 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
1636
1637         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
1638
1639 2004-05-30  Jackson Harper  <jackson@ximian.com>
1640
1641         * reflection.c: Do not hardcode assembly versions or public key
1642         tokens anymore. All of this except the corlib section was dead
1643         code anyways.
1644         
1645 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
1646
1647         * object.c (mono_runtime_invoke_array): Automatically create boxed
1648         objects for byref valuetypes if needed. Fixes #59300.
1649         
1650         * object.c (mono_method_return_message_restore): Handle 
1651         MONO_TYPE_OBJECT as well.
1652
1653 2004-05-28  Jackson Harper  <jackson@ximian.com>
1654
1655         * reflection.c: The modified type encoding was causing build
1656         problems. Reverted for now.
1657         
1658 2004-05-28  Jackson Harper  <jackson@ximian.com>
1659
1660         * reflection.c/h: Take an assembly ref so that we dont create
1661         fully qualified names when encoding types in the same assembly as
1662         the custom attribute being emitted.
1663         * appdomain.c: Increment version number.
1664         
1665 2004-05-26  Duncan Mak  <duncan@ximian.com>
1666
1667         * icall.c
1668         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
1669         Set the full version number (major, minor, build, revision).
1670
1671 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
1672
1673         * marshal.c (emit_struct_conv): increment src/dst after blit
1674         (mono_marshal_get_managed_wrapper,
1675         mono_marshal_get_native_wrapper): make sure we have marshalling
1676         info before marshalling params (info computation affects
1677         blittable)
1678
1679         * class.c (class_compute_field_layout): correctly deal with
1680         blittable
1681         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
1682         value types (as per what windows dows by default)
1683         (mono_class_setup_mono_type): System.ValueType is blittable
1684         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
1685         blittable
1686
1687         * marshal.c (mono_marshal_load_type_info): flag types  as
1688         non-blittable if the native layout doesn't match the managed
1689         layout
1690
1691 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1692
1693         * appdomain.c: don't add stuff in the private search path that is
1694         above the application base. If application base is not set, there's
1695         no private search path.
1696
1697 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
1698
1699         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
1700         byref struct arguments in native->managed marshalling.
1701
1702 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
1703
1704         * marshal.c (mono_marshal_get_runtime_invoke): correctly
1705         cache methods using signature (special case for methods
1706         that are value type or string class)
1707         
1708         * image.c (mono_image_close): clean up allocated GSList's
1709         in runtime_invoke_cache.
1710
1711 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1712
1713         * mono-config.c: set the correct path for mono_cfg_dir on windows when
1714         there's no MONO_CFG_DIR environment variable defined.
1715
1716 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1717
1718         * threads.c: windows version must be >= 0x0500 to include OpenThread.
1719
1720 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
1721
1722         * threadpool.c: Really wait for 500ms after the async call, even if the wait
1723           is interrumped.
1724         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
1725           before waiting for it, and call CloseHandle after the wait to unref it.
1726           This will make sure that handles are not disposed too early.
1727
1728 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1729
1730         * appdomain.c:
1731         * appdomain.h:
1732         * icall.c: removed
1733         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
1734         needed now.
1735
1736         * object.c: se the application_base only for the domain that runs
1737         Main. Fixes bug #59216,
1738
1739 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1740
1741         * appdomain.c:
1742         * object.c: only the domain in which Main is run have
1743         SetupInformation.ConfigurationFile set, so moved a few lines from
1744         appdomain.c to object.c.
1745
1746 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1747
1748         * appdomain.c: we tried to load [name].(dll|exe), but according
1749         to bug #57710, we must also try [culture]/[name].(dll|exe) and
1750         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
1751         There's a test case attached to bug #58922.
1752
1753 2004-05-27  Dick Porter  <dick@ximian.com>
1754
1755         * icall.c:
1756         * file-io.c: Implemented icalls for locking and unlocking regions
1757         in a file.
1758         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
1759         FALSE on error (fixes both compiler warning and real bug.)
1760
1761 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
1762
1763         * culture-info-tables.h: reflecting locale-builder updates.
1764
1765           (Added missing ChangeLog entry for 05/26)
1766
1767 2004-05-27  Jackson Harper  <jackson@ximian.com>
1768
1769         * locales.c: Fix some cut and paste errors.
1770         
1771 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1772
1773         * mono-config.c: set the correct path for config. directory on windows.
1774
1775 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1776
1777         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
1778           on win32.
1779
1780 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
1781
1782         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
1783         from pinvoke functions.
1784         
1785         * marshal.c (mono_ftnptr_to_delegate): Implement this.
1786
1787 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1788
1789         * culture-info-tables.h: reflecting locale-builder updates.
1790
1791 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
1792
1793         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
1794         #59086.
1795
1796 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
1797
1798         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
1799         * icall.c: Modified icalls for RNG.
1800         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
1801         Windows (CryptoAPI).
1802
1803 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
1804
1805         * locales.c: Fix build.
1806
1807 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1808
1809         * culture-info-tables.h: reflecting locale-builder updates.
1810
1811 2004-05-25  Jackson Harper  <jackson@ximian.com>
1812
1813         * locales.c: When creating the current culture use the $LANGs
1814         specific culture. So DateTimeFormat and NumberFormat entries are created.
1815         
1816 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
1817
1818         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
1819         a char array as parameter.
1820
1821 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
1822
1823         * image.c: In mono_image_open(), always use an absolute path name to
1824           look for already loaded images.
1825
1826 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
1827
1828         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
1829         missing in the windows build (like older cygwin include files).
1830
1831 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
1832
1833         * icall.c: Fixed check for possible integer overflow in Buffer_
1834         BlockCopy icall. Replaced comments style // by /* */.
1835
1836 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
1837
1838         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
1839         
1840         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
1841         check after MONO_VTADDR. Fixes pinvoke2.exe.
1842
1843         * marshal.h marshal.c metadata.h: Add beginnings of support for
1844         ftnptr -> delegate marshalling.
1845
1846 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
1847
1848         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
1849         * threads.c: Fix warnings.
1850
1851 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
1852
1853         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
1854         * icall.c: Registered icalls for Suspend and Resume.
1855         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
1856           Thread.Abort.
1857         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
1858         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
1859         * process.c: Use WaitForSingleObjectEx.
1860         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
1861           checkpoints.
1862         * threads.c, threads.h: Make use of new Ex wait methods. Improved
1863           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
1864           for Suspend and Resume. Added new mono_thread_stop, used for stoping
1865           background threads. Added basic support for Abort in Windows.
1866           Start new threads using a managed delegate invoke wrapper. This wrapper
1867           has an interruption checkpoint that is needed since an interruption
1868           can be requested before the thread leaves the unmanaged code that starts 
1869           the thread.
1870         * marshal.c: Added interruption checkpoint after every native call, and
1871           also before managed calls for wrappers called from unmanaged code to
1872           go into managed code.
1873         * object.h: Added new field in MonoThread to keep track of interruption
1874           requests.
1875
1876 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
1877
1878         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
1879         calls.
1880
1881 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1882
1883         * appdomain.c:
1884         * assembly.c:
1885         * gc.c:
1886         * locales.c:
1887         * mono-config.c:
1888         * rand.c: getenv -> g_getenv (windows!)
1889
1890         * process.c: complete_path is also used on non-windows platforms.
1891
1892 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1893
1894         * icall.c: new signature for Process_Start.
1895
1896         * process.[ch]: new signature for Process_Start. If we're on windows
1897         and UseShellExecute is false, we have to search for the program by
1898         ourselves if we don't get a full path.
1899
1900 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
1901
1902         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
1903         marshalling and call CleanUpNativeData if needed. Fixes #58646.
1904
1905 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1906
1907         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
1908         Fixes bug #58373.
1909
1910 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1911
1912         * process.c: use double quotes to quote program name and arguments on
1913         windows. Fixes bug #58575.
1914
1915 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1916
1917         * file-io.c: don't return "." and ".." when using windows Find*File.
1918
1919 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
1920
1921         * marshal.c: Don't pass wrappers to message init because method 
1922         addressed used to lookup metadata. part of remoting[2|3] fix.
1923
1924 2004-05-15  Jackson Harper  <jackson@ximian.com>
1925
1926         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
1927         path is essentially the same as MONO_PATH except that it points to
1928         GACs instead of lib directories.
1929         * loader.h: The user gac is gone so we dont need function to
1930         enable/disable it.
1931         * mono-config.c: user gac option is now gone.
1932         
1933 2004-05-15  Jackson Harper  <jackson@ximian.com>
1934
1935         * culture-info.h: Make defines more consistent, add calendar data
1936         to the culture info table.
1937         * culture-info-tables.h: Add basic calendar data. Basically
1938         everyone gets default gregorian until all the data is
1939         updated.
1940         * locales.c: Use the new consistent defines. Set calendar data for
1941         culture info objects.
1942         * object.h: add a field for calendar data to CultureInfo
1943         
1944 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
1945
1946         * image.c: image->runtime_invoke_cache is keyed on signatures now.
1947         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
1948         a signature.
1949         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
1950         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
1951         an extra param that is the pointer of the method to invoke. The IL for
1952         the invoke method is no longer specific to the method, but to the
1953         signature of the method. Thus, we can share the same code for multiple
1954         methods. This reduces the number of methods that have to be compiled.
1955
1956 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
1957
1958         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
1959
1960         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1961
1962         * icall.c: Optimize Buffer.BlockCopy.
1963
1964 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1965
1966         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
1967         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
1968         quote). Changed them to "MMMM yyyy".
1969
1970 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
1971
1972         * rand.c
1973         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
1974
1975 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
1976
1977         * reflection.h: Updated after changes to managed structures.
1978
1979         * appdomain.c: Bump corlib version.
1980
1981 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1982
1983         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
1984         windows.
1985
1986 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1987
1988         * Makefile.am: link to ../os/libmonoos.la on windows.
1989
1990         * assembly.c:
1991                 -If MONO_DEBUG, warn about non-existing directories in
1992                 MONO_PATH.
1993                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
1994                 compile time variable.
1995                 -Removed init_default_path and call mono_set_rootdir from
1996                 libmonoos.a instead (windows only).
1997
1998         * assembly.h: declare mono_assembly_getrootdir().
1999
2000         * domain.c:
2001         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
2002
2003         * loader.c: s/getenv/g_getenv/
2004
2005 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
2006
2007         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
2008
2009         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
2010
2011         * metadata.h: Add new marshalling conversions.
2012
2013         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
2014         function.
2015
2016         * reflection.c (mono_reflection_get_type): Lookup the type in all
2017         modules of a multi-module assembly. Fixes #58291.
2018
2019 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
2020
2021         * threads.c: Before aborting a background, set the StopRequested
2022         state.  This avoids throwing the Abort exception.
2023         In mono_thread_manage, don't continue with the shutdown until all
2024         aborted threads have actually stopped.
2025
2026 2004-05-10  Jackson Harper  <jackson@ximian.com>
2027
2028         * locales.c: Remove the modifier from culture names.
2029         
2030 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2031
2032         * Makefile.am: monosn is not installed any more. It has been deprecated
2033         in favor of sn.
2034
2035 2004-05-07  Jackson Harper  <jackson@ximian.com>
2036
2037         * locales.c
2038         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
2039         Fix array construction, add bailout if the length is 0.
2040
2041 2004-05-07  Dick Porter  <dick@ximian.com>
2042
2043         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
2044         machine doesn't have a DNS entry.  Patch by Urs Muff
2045         (umuff@quark.com), fixes bug 57928.
2046
2047 2004-05-06  Jackson Harper  <jackson@ximian.com>
2048
2049         * reflection.c: Handle null PublicTokens properly. alloc mem for
2050         assembly names culture so we dont crash when freeing it.
2051         
2052 2004-05-06  Jackson Harper  <jackson@ximian.com>
2053
2054         * assembly.c: Check the usergac when loading with partial names.
2055         
2056 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
2057
2058         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
2059         does nothing for now (not required for Linux/Windows) but the class
2060         library can call it (and a newer or modified runtime could need it).
2061         * icall.c: Registred icall.
2062
2063 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2064
2065         * loader.c: prints a message on module loading error we set MONO_DEBUG
2066         environment variable.
2067
2068 2004-05-05  Jackson Harper  <jackson@ximian.com>
2069
2070         * appdomain.c: Handle PublicKeyToken=null properly.
2071         
2072 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
2073
2074         * environment.c|h: Added icall ves_icall_System_Environment_
2075         GetOSVersionString to get the current OS version as a string.
2076         * icall.c: Registred icall.
2077
2078 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
2079
2080         * object.c: in mono_object_get_virtual_method(), take into account that
2081         non-virtual methods don't have a slot in the vtable. Check needed when
2082         the object is a proxy.
2083
2084 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
2085
2086         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
2087         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
2088
2089         * object.c (mono_class_compute_gc_descriptor): Fix warning.
2090
2091         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
2092         passed when a valuetype is expected.
2093
2094         * object.c (mono_unhandled_exception): Only set the exit code if the
2095         exception happens in the main thread. Fixes thread5.exe.
2096
2097         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
2098         invalid names. Fixes #58047.
2099
2100 2004-05-03  Jackson Harper  <jackson@ximian.com>
2101
2102         * assembly.c: This line was committed accidently and is unneeded.
2103         
2104 2004-05-03  Jackson Harper  <jackson@ximian.com>
2105
2106         * icall.c: Add new icall for Assembly::LoadWithPartialName
2107         * assembly.c/.h: new function that probes the GAC to load partial
2108         assembly names by Paolo Molaro.
2109         
2110 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2111
2112         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
2113         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
2114         (type_get_fully_qualified_name): Added PublicKeyToken when building a
2115         full type name.
2116
2117 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2118
2119         * appdomain.c: fixed check for 'neutral' culture and removed warning.
2120         * reflection.c: fix bug when parsing a full type name and Version is not
2121         the last thing in the string.
2122
2123 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
2124
2125         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
2126         crashes when it is freed.
2127
2128 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2129
2130         * assembly.c: print the compat warning to stderr.
2131
2132 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
2133
2134         * assembly.c (mono_assembly_load_references): Add a compatibility
2135         hack to run old applications that might be still referencing the
2136         3300-based assemblies, only do this for System.xxx.
2137
2138 2004-05-01  Jackson Harper  <jackson@ximian.com>
2139
2140         * appdomain.c: If the culture is neutral we set it to "".
2141         
2142 2004-04-29  Jackson Harper  <jackson@ximian.com>
2143
2144         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
2145
2146 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
2147  
2148         * string-icalls.c: added low overhead function for copying chars
2149         * icall.c: added needed icall for the above function
2150  
2151 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2152
2153         * icall.c: fix return value of get_global_assembly_cache.  Implemented
2154         Environment.GetLogicalDrives.
2155
2156 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
2157
2158         * rand.c: try and talk to egd or prngd
2159         for random bytes if opening devices fail.
2160
2161 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
2162
2163         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
2164         alignment for the type using the native alignment of its members 
2165         instead of using klass->min_align.
2166
2167         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
2168
2169 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2170
2171         * file-io.c:
2172         * socket-io.c: added check for sys/aio.h.
2173
2174 2004-04-28  Dick Porter  <dick@ximian.com>
2175
2176         * threads.c: Don't abort a thread thats already aborting, when
2177         terminating everything.
2178
2179 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2180
2181         * icall.c: added 2 new async calls for Socket.
2182
2183         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
2184         IO on *nix systems.
2185
2186         * threadpool.c: removed unused variable.
2187
2188 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
2189
2190         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
2191
2192 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2193
2194         * locales.c: put back string_invariant_tolower () and
2195         string_invariant_toupper ().
2196
2197 2004-04-26 David Waite <mass@akuma.org>
2198
2199         * file-io.h:
2200         * socket-io.h:
2201         * threads.h:
2202         * unicode.h: remove comma from end of enumeration declarations
2203
2204 2004-04-26 David Waite <mass@akuma.org>
2205
2206         * debug-mono-symfile.h:
2207         * decimal.c:
2208         * mono_debug.h:
2209         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
2210
2211
2212 2004-04-26  Jackson Harper  <jackson@ximian.com>
2213
2214         * appdomain.c: Increment version number.
2215         
2216 2004-04-26  Jackson Harper  <jackson@ximian.com>
2217
2218         * appdomain.c: Set assembly references public token value when
2219         PublicKeyToken is specified, not the hash_value. Free public token
2220         values when free assembly name data. Previously the public key
2221         token was hex decoded, however we are using hex encoded public key
2222         tokens, so this is not neccasary.
2223         * assembly.c: Lookup assemblies in the gac if their public token
2224         value is set. Add function to allow enabling user gac
2225         lookups. Specify whether or not the assembly was loaded from the
2226         GAC. Compare full assembly names when checking the cache for
2227         assemblies (Temporarily disabled see comment in code). Remove
2228         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
2229         specifies trace-loader they get extra info to stdout on the
2230         loading of assemblies.
2231         * image.h: Add a field for an assembly references public token
2232         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
2233         whether an assembly has been loaded from the GAC.
2234         * image.c: Remove a corlib -> mscorlib name mapping.
2235         * loader.h: Add function to enable/disable the user gac.
2236         * mono-config.c: Check if the usergac is enabled in the config
2237         file.
2238         * icall.c: New icall to determine whether or not an assembly has
2239         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
2240         * tabldefs.h: Add constant for assemblyref flag that specifies a
2241         full public key is used instead of a public token.
2242         * reflection.c: Remove mscorlib -> corlib mappings. Set
2243         PublicTokenValue instead of hash value. This value is a hex
2244         string so it does not need to be expanded.
2245
2246 2004-04-26  Martin Baulig  <martin@ximian.com>
2247
2248         * mono-debug-debugger.c (mono_debugger_initialize): Set
2249         `mono_debugger_initialized' before calling mono_debug_lock().
2250
2251 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
2252
2253         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
2254           InternalToUpper/InternalToLower.
2255         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
2256           removed invariant culture shortcut.  This is now done in managed code.
2257         * locales.c: (string_invariant_toupper/tolower) removed.
2258
2259 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2260
2261         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
2262         Added Poll internal call.
2263
2264         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
2265         call for Poll. Select was too heavy for polling a single socket.
2266
2267         * threadpool.[ch]: added mono_threadpool_cleanup.
2268         * threads.c: use it. Don't use Thread_Abort on windows.
2269
2270 2004-04-23  Martin Baulig  <martin@ximian.com>
2271
2272         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
2273
2274 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
2275
2276         * icall.c: Registred new icalls for key pair protection and added an
2277         icall for Environment.GetFolderPath on Windows.
2278         * security.c|h: Added new icalls for key pair protection.
2279
2280 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2281
2282         * socket-io.c: don't display the non-supported family warning for known
2283         families. Now this is not displayed on windows when checking support
2284         for IPv4/IPv6.
2285
2286 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2287
2288         * class.c: don't display the layout warning for static fields.
2289
2290 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
2291
2292         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
2293         * locales.c, locales.h: Added new icalls for culture-specific
2294         Char.ToLower and Char.ToUpper.
2295
2296 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2297
2298         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
2299         by David Waite.
2300
2301 2004-04-20  Martin Baulig  <martin@ximian.com>
2302
2303         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
2304         of the type name before passing it to mono_reflection_type_from_name().
2305
2306 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
2307
2308         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
2309         encodings here. Fixes #56965.
2310
2311 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
2312
2313         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
2314         fix test on strstr result not that I can see anything that
2315         relies on the result.
2316
2317 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
2318
2319         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
2320         Fixes #57081.
2321
2322         * marshal.c (mono_marshal_get_string_encoding): New helper function.
2323
2324         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
2325         function to determine which marshalling to use for strings. Fixes
2326         #56965.
2327
2328         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
2329
2330         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
2331
2332 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
2333
2334         * icall.c: #include mono-config.h
2335
2336 2004-04-15  Jackson Harper  <jackson@ximian.com>
2337
2338         * culture-info-tables.h: Fix date formats for en-US culture.
2339         
2340 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
2341
2342         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
2343         ThreadPool.SetMinThreads.
2344         * threadpool.c: Implemented ThreadPool.GetMinThreads and
2345         ThreadPool.SetMinThreads.
2346
2347 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
2348
2349         * mono-config.c: also load the .config file in the directory
2350         where the assembly was found.
2351
2352 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
2353
2354         * assembly.c: load per-assembly config files.
2355         * icall.c: decrapified code to get the config dir and moved to
2356         mono-config.c.
2357         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
2358         per-assembly config files. When doing a dll map lookup give precedence
2359         to the per-assembly data.
2360
2361 2004-04-14  Martin Baulig  <martin@ximian.com>
2362
2363         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
2364         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
2365         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
2366
2367         * mono-debugger-debugger.c: While the debugger is locked, remember
2368         whether the symbol tables have changes and send one single
2369         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
2370
2371 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
2372
2373         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
2374
2375         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
2376         function.
2377
2378         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
2379         account when marshalling string arrays. Fixes #56965.
2380
2381 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
2382
2383         * icall.c: Add new icalls mapping for security.
2384         * security.c|h: Add internal calls for WindowsIdentity,
2385         WindowsImpersonationContext and WindowsPrincipal.
2386
2387 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
2388
2389         * class.c: Added comment to ensure the System.MonoDummy class
2390         is removed when no longer necessary
2391
2392 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
2393
2394         * appdomain.c: Pass arguments to the bootstraping exceptions to
2395         minimize JITed methods at boot
2396
2397         * metadata.c (mono_exception_from_name_two_strings): Allow for the
2398         second string to be null.
2399
2400         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
2401         Change the protocol to minimize the JIT methods at startup.  Now
2402         it Returns the internal codepage, if the value of "int_code_page"
2403         is 1 at entry, and we can not compute a suitable code page
2404         number, returns the code page as a string.
2405
2406 2004-04-13  Jackson Harper  <jackson@ximian.com>
2407
2408         * culture-info-tables.h: Fix number of decimal digits for all
2409         english locales.
2410
2411 2004-04-13  Jackson Harper  <jackson@ximian.com>
2412
2413         * icall.c: Clairfy out of sync error message. It is not always
2414         your corlib that is out of sync.
2415
2416 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
2417
2418         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
2419         properties when only the set accessor is overriden. Fixes #55874.
2420
2421 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
2422
2423         * assembly.c (mono_assembly_load_references): Make this thread safe.
2424         Fixes #56327.
2425
2426 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
2427
2428         * monosn.c: Add missing initialization calls.
2429
2430 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
2431
2432         * locales.c:
2433         ves_icall_System_Globalization_CultureInfo_construct_number_format
2434         Fix g_assert so it compiles on fussier compilers re int/ptr
2435         mismatch
2436
2437 2004-04-08  Dick Porter  <dick@ximian.com>
2438
2439         * socket-io.h:
2440         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
2441         53992.  Also rearrange the code so that the internal calls return
2442         an error value and exceptions are thrown from managed code.
2443
2444         * icall.c: Add type info to the socket icalls.
2445
2446 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2447
2448         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
2449         owes me a beer.
2450
2451 2004-04-07  Martin Baulig  <martin@ximian.com>
2452
2453         * class.c (mono_class_from_generic_parameter): Don't default
2454         `klass->parent' to `mono_defaults.object_type'.
2455
2456 2004-04-07  Martin Baulig  <martin@ximian.com>
2457
2458         * reflection.c (mono_reflection_initialize_generic_parameter): Set
2459         `param->pklass->reflection_info'.       
2460
2461 2004-04-07  Jackson Harper  <jackson@ximian.com>
2462
2463         * culture-info-tables.h: Fix date separator symbol.
2464         
2465 2004-04-07  Martin Baulig  <martin@ximian.com>
2466
2467         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
2468         from System.Type to System.MonoType.
2469
2470 2004-04-07  Martin Baulig  <martin@ximian.com>
2471
2472         * reflection.h
2473         (MonoReflectionGenericParam): Added `has_reference_type' and
2474         `has_value_type' fields.
2475
2476         * reflection.c (mono_image_get_generic_param_info): Encode the
2477         correct flags if we have the `class' or `struct' constraint.
2478
2479 2004-04-07  Martin Baulig  <martin@ximian.com>
2480
2481         * reflection.h
2482         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
2483
2484 2004-04-07  Jackson Harper  <jackson@ximian.com>
2485
2486         * appdomain.c: Revert extra patches, just wanted to bump the
2487         version number.
2488         
2489 2004-04-07  Jackson Harper  <jackson@ximian.com>
2490
2491         * Makefile.am: Add culture-info private headers.
2492         * icall.c: Add new icalls for contructing locales.
2493         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
2494         * locales.h: Declare new culture info construction methods.
2495         * object.h: Add new fields used to avoid the CultureMap to
2496         MonoCultureInfo.
2497         * culture-info.h: Definition of structs used in the culture info
2498         tables.
2499         * culture-info-tables.h: Autogenerated tables that contain culture
2500         info data. This file was generated with the locale-builder tool.
2501         * appdomain.c: Incement corlib version number.
2502         
2503 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
2504
2505         * appdomain.c: (mono_runtime_init) move mono_thread_init
2506         to before mono_object_new calls so critical sections
2507         are initialized before use.
2508
2509 2004-04-07  Martin Baulig  <martin@ximian.com>
2510
2511         * icall.c
2512         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
2513         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
2514         (ves_icall_MonoGenericParam_initialize): Removed.
2515         (monogenericparam_icalls): Removed.
2516         (generictypeparambuilder_icalls): Added new table for
2517         System.Reflection.Emit.GenericTypeParameterBuilder.
2518
2519         * reflection.c
2520         (mono_reflection_define_generic_parameter): Removed.
2521         (mono_reflection_initialize_generic_parameter): This is now called
2522         from GenericTypeParameterBuilder's .ctor.
2523
2524 2004-04-06  Martin Baulig  <martin@ximian.com>
2525
2526         * class.c (mono_class_init): Don't inflate nested classes in a
2527         generic instance.
2528         (mono_type_get_name_recurse): Include the generic arguments for
2529         generic instances and generic type declarations.
2530         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
2531         (_mono_class_get_instantiation_name): Removed.
2532         (mono_class_create_generic): Always use `gklass->name' as our name.
2533
2534         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
2535
2536         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
2537         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
2538         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
2539         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
2540         closed generic methods here.
2541
2542         * reflection.c
2543         (mono_reflection_generic_inst_get_nested_types): Removed.
2544         (inflate_mono_method): Copy the generic parameters from the
2545         MonoMethodHeader into out MonoGenericMethod.
2546
2547 2004-04-06  Martin Baulig  <martin@ximian.com>
2548
2549         * row-indexes.h
2550         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
2551
2552         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
2553
2554         * reflection.c (build_compressed_metadata): If we have any entries
2555         in the GenericParam, MethodSpec or GenericParamConstraint tables,
2556         set the header version to 1.1.
2557
2558 2004-04-06  Martin Baulig  <martin@ximian.com>
2559
2560         * class.c (mono_class_init): If we're a generic instance,
2561         initialize our nested classes, too.
2562         (_mono_class_get_instantiation_name): Deal with the new `!%d'
2563         suffix. 
2564
2565 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2566
2567         * process.c: quote the argument passed to the shell on windows.
2568
2569 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
2570
2571         * threads.c (mono_alloc_special_static_data): Allow this to be
2572         called during startup.
2573
2574 2004-04-02  Martin Baulig  <martin@ximian.com>
2575
2576         * icall.c
2577         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
2578
2579 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
2580
2581         * icall.c: Fix build.
2582
2583 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2584
2585         * Makefile.am: Added security.c|h.
2586         * icall.c: Added icall for get_UserName;
2587         * security.c: New file for security related icalls. Added function
2588         get_UserName for System.Environment (fix #56144).
2589         * security.h: New. Header file for security.c
2590
2591 2004-04-02  Dick Porter  <dick@ximian.com>
2592
2593         * icall.c: Deleted the icalls that were obsoleted some time ago
2594         by the ICU string code, and which were mixed into the icall
2595         rearranging.  Fixes bug 55969.
2596
2597         * string-icalls.h: 
2598         * string-icalls.c: Deleted the code that those icalls reference.
2599
2600 2004-04-01  Martin Baulig  <martin@ximian.com>
2601
2602         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
2603
2604         * class.c (mono_class_from_generic_parameter): Don't set 
2605         TYPE_ATTRIBUTE_INTERFACE.
2606         (my_mono_class_from_generic_parameter): Likewise.
2607
2608 2004-04-01  Martin Baulig  <martin@ximian.com>
2609
2610         * loader.c (find_method): Added an optional `MonoClass *ic'
2611         argument to search in a specific interface.
2612         (mono_get_method_constrained): New public function.
2613
2614 2004-04-01  Martin Baulig  <martin@ximian.com>
2615
2616         * reflection.c (mono_image_get_generic_field_token): Use the
2617         `handleref' cache here.
2618
2619 2004-04-01  Martin Baulig  <martin@ximian.com>
2620
2621         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
2622
2623         * reflection.c (create_generic_typespec): Use the `typespec' hash
2624         here, not the `typeref' one.    
2625
2626 2004-04-01  Martin Baulig  <martin@ximian.com>
2627
2628         * class.c (mono_class_inflate_generic_type): Moved the
2629         functionality into a new static inflate_generic_type() which
2630         returns NULL if it didn't do anything.  Only increment the
2631         `mono_stats.inflated_type_count' if we actually inflated
2632         something.
2633         (mono_class_get_full): Check the classes type to see whether we
2634         need to inflate it; also inflate MONO_TYPE_(M)VAR.
2635
2636 2004-04-01  Jackson Harper  <jackson@ximian.com>
2637
2638         * reflection.c: Set culture for assembly references.
2639         
2640 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
2641
2642         * reflection.[ch], icall.[ch], Fix support for pinning variables.
2643
2644 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2645
2646         * assembly.c:
2647         (do_mono_assembly_open): the critical section also covers
2648         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
2649
2650 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2651
2652         * threads.c:
2653         (mono_manage_threads): abort the background threads when finishing.
2654         Fixes bug #47232.
2655
2656 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2657
2658         * gc.c: only close the done_event handle if there was no timeout.
2659         C-ified comments.
2660
2661 2004-03-30  Martin Baulig  <martin@ximian.com>
2662
2663         * icall.c (icall_entries): It's called "System.Activator", not
2664         "System.Activation".    
2665
2666 2004-03-30  Martin Baulig  <martin@ximian.com>
2667
2668         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
2669         (mono_class_create_from_typespec): Likewise.
2670
2671 2004-03-30  Martin Baulig  <martin@ximian.com>
2672
2673         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
2674         `has_ctor_constraint' and `initialized'.
2675
2676 2004-03-30  Martin Baulig  <martin@ximian.com>
2677
2678         * reflection.c (encode_new_constraint): New static function to add
2679         the constructor constraint attribute to a type parameter.
2680         (encode_constraints): Call encode_new_constraint() if necessary.
2681
2682         * reflection.h
2683         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
2684
2685         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
2686         
2687 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
2688
2689         * reflection.c, icall.c: add support for pinning variables. 
2690
2691 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
2692
2693         * marshal.c (mono_marshal_get_managed_wrapper):
2694         init bool local with zero rather than null.
2695
2696 2004-03-29  Martin Baulig  <martin@ximian.com>
2697
2698         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
2699         the "official" behavior here.
2700         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
2701
2702 2004-03-29  Martin Baulig  <martin@ximian.com>
2703
2704         * icall.c: Reflect latest API changes.
2705
2706 2004-03-29  Martin Baulig  <martin@ximian.com>
2707
2708         * loader.c (mono_get_method_from_token): Also call
2709         mono_metadata_load_generic_params () for abstract and interface
2710         methods; replace the type arguments in the method signature with
2711         the ones which are loaded from the metadata.
2712
2713 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
2714
2715         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
2716         of the lock is not the current thread. MS.NET don't do it, in spite of
2717         what the documentation says. See bug #56157.
2718
2719 2004-03-28  Martin Baulig  <martin@ximian.com>
2720
2721         * class.c (mono_class_init): Don't call init_properties() and
2722         init_events() for generic instances; set `prop->parent' when
2723         inflating properties.
2724
2725         * reflection.c (mono_generic_inst_get_object): Call
2726         `mono_class_init (ginst->klass)'.
2727         (mono_type_get_object): Only create a MonoGenericInst if your
2728         generic type is a TypeBuilder.
2729         (do_mono_reflection_bind_generic_parameters): Only set
2730         `ginst->is_dynamic' if our generic type is a TypeBuilder.
2731
2732 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
2733
2734         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
2735         Fixes #56091.
2736
2737 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2738
2739         * icall.c: added Kill_internal icall.
2740         * process.[ch]: added Kill_internal icall.
2741
2742 2004-03-25  Martin Baulig  <martin@ximian.com>
2743
2744         * class.h (MonoStats): Added `generic_instance_count',
2745         `inflated_method_count', `inflated_type_count' and
2746         `generics_metadata_size'.       
2747
2748 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2749
2750         * reflection.c: no warnings now.
2751
2752 2004-03-25  Martin Baulig  <martin@ximian.com>
2753
2754         * class.c (mono_class_get_full): New public function; does a
2755         mono_class_get(), but also takes a `MonoGenericContext *'.
2756
2757         * loader.c (mono_field_from_memberref): Renamed to
2758         `field_from_memberref', made static and added `MonoGenericContext *'
2759         argument.
2760         (mono_field_from_token): Added `MonoGenericInst *' argument.
2761         (method_from_memberef): Likewise.
2762         (mono_get_method_from_token): Likewise.
2763         (mono_get_method_full): New public function; does a
2764         mono_get_method(), but also takes a `MonoGenericContext *'.
2765
2766         * verify.c (mono_method_verify): Get the method's generic context
2767         and pass it to mono_field_from_token(), mono_get_method_full() and
2768         mono_class_get_full().
2769
2770 2004-03-25  Martin Baulig  <martin@ximian.com>
2771
2772         * class.c (mono_class_inflate_generic_type): Take a
2773         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
2774         `MonoGenericMethod *'.
2775
2776 2004-03-25  Martin Baulig  <martin@ximian.com>
2777
2778         * loader.h (MonoMethodInflated): Store the MonoGenericContext
2779         instead of the MonoGenericMethod here.
2780
2781 2004-03-25  Martin Baulig  <martin@ximian.com>
2782
2783         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
2784         each time we create a new MonoGenericInst, we also create a new
2785         context which points back to us.
2786
2787         * class.c (inflate_method): Use `ginst->context' instead of
2788         creating a new context.
2789
2790         * loader.c (method_from_memberref): Use
2791         `klass->generic_inst->context' instead of creating a new context.
2792
2793 2004-03-25  Martin Baulig  <martin@ximian.com>
2794
2795         * class.h (MonoGenericContext): New struct.
2796         (MonoGenericMethod): Removed `generic_inst'.
2797
2798         * class.c (mono_class_inflate_generic_method): Take a
2799         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
2800
2801 2004-03-25  Martin Baulig  <martin@ximian.com>
2802
2803         * loader.h (MonoMethodInflated): New typedef.
2804
2805         * metadata.h (MonoMethodSignature): Removed `gen_method', make
2806         `generic_param_count' consume just 30 bits, added `is_inflated'
2807         and `has_type_parameters' flags (one bit each).
2808
2809         * class.c (mono_class_inflate_generic_method): Create a
2810         MonoMethodInflated instead of a MonoMethodNormal and set
2811         `is_inflated' in the method signature.
2812
2813         * class.h (MonoGenericMethod): Removed `generic_method'.
2814
2815 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
2816
2817         * image.c: Make sure the name of a MonoImage is always an absolute path.
2818           This fixes bug #54415.
2819
2820 2004-03-24  Martin Baulig  <martin@ximian.com>
2821
2822         * class.c (mono_class_setup_vtable): If we're a generic instance,
2823         use our generic type's vtable size.
2824
2825 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
2826
2827         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
2828         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
2829         problems.
2830
2831 2004-03-23  Martin Baulig  <martin@ximian.com>
2832
2833         * class.h (MonoDynamicGenericInst): Added `int count_events' and
2834         `MonoEvent *events'.
2835
2836         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
2837         (typebuilder_icalls): Added "get_event_info"; calls
2838         mono_reflection_event_builder_get_event_info(). 
2839
2840         * reflection.c (mono_reflection_generic_inst_initialize): Added
2841         `MonoArray *events'.
2842         (mono_reflection_event_builder_get_event_info): New function.
2843
2844 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
2845
2846         * object.h: add mono_type_initialization_init
2847
2848         * object.c (mono_runtime_class_init): 
2849         implement class constructor synchronization rules
2850         to cope with threading issues.  
2851         add mono_type_initialization_init
2852
2853         * appdomain.c (mono_runtime_init): call 
2854         mono_type_initialization_init
2855
2856         * class.h: removing initializing field from MonoVTable
2857
2858 2004-03-23  Martin Baulig  <martin@ximian.com>
2859
2860         * class.c (my_mono_class_from_generic_parameter): Use
2861         `param->name' if it's not NULL. 
2862
2863 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
2864
2865         * class.c: do not insert non-virtual methods in the vtable.
2866         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
2867         that means the method is non-virtual. This never would have
2868         happened before.
2869
2870 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
2871
2872         * profiler.c: Added lock for accessing coverage_hash.
2873
2874 2004-03-22  Martin Baulig  <martin@ximian.com>
2875
2876         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
2877         `method->method->signature->generic_param_count != 0' to make it
2878         work for interface methods.
2879
2880 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2881
2882         * process.c: quote the string passed to the shell using g_shell_quote.
2883
2884 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2885
2886         * threads.c:
2887         (mono_threads_manage): don't remove the finalizer thread and self
2888         from the threads hash table so that mono_thread_manage can be called
2889         more than once.
2890
2891 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2892
2893         * process.c: quote the arguments when UseShellExecute is true. Fixes
2894         bug #55790.
2895
2896 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2897
2898         * threads.c: set mono_thread_detach as a cleanup routine for every
2899         thread. This way it's always executed upon thread termination, either
2900         aborted or finished normally. No more xsp hangs!
2901
2902 2004-03-17  Martin Baulig  <martin@ximian.com>
2903
2904         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
2905         `int count_nested' and a `MonoType **nested'.
2906
2907         * reflection.c (mono_reflection_bind_generic_parameters): Moved
2908         most of the functionality into a new static
2909         do_mono_reflection_bind_generic_parameters() and don't take a
2910         `MonoType *nested_in' argument any more.  Don't compute nested
2911         types here.
2912         (mono_reflection_generic_inst_get_nested_types): New public method
2913         to get nested types.
2914
2915         * class.c (mono_class_create_generic): Set `klass->nested_in' if
2916         we're a nested class.
2917
2918         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
2919         mono_reflection_generic_inst_get_nested_types() to compute the
2920         nested types.
2921
2922 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
2923
2924         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
2925         descriptive error message under windows.
2926         
2927 2004-03-17  Martin Baulig  <martin@ximian.com>
2928
2929         * class.c (dup_type): Added `const MonoType *original' argument;
2930         copy the attrs from the original type.
2931
2932 2004-03-17  Martin Baulig  <martin@ximian.com>
2933
2934         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
2935         `m->generic_inst_cache' here.
2936
2937 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
2938
2939         * exception.h exception.c: Add stack_overflow_exception.
2940
2941 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2942
2943         * threadpool.c:
2944         (overlapped_callback): call SetEvent *after* invoking the callback.
2945         No need to call CloseHandle.
2946
2947 2004-03-16  Martin Baulig  <martin@ximian.com>
2948
2949         * reflection.c (mono_image_get_fieldref_token): Take a
2950         `MonoReflectionField *' instead of a `MonoClassField *' and a
2951         `MonoClass *'; store the `MonoReflectionField *' in the hash.
2952
2953 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2954
2955         * appdomain.c: don't add the culture to the filename we're looking for
2956         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
2957
2958 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2959
2960         * locales.c: don't ignore symbols when doing case insensitive compares.
2961         Thanks Dick! Fixes bug #54046.
2962
2963         * threads.c: surround 'threads' usage with enter/leave in
2964         mono_thread_manage.
2965
2966 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
2967
2968         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
2969         implicitly marshalled as [Out]. Fixes #55450.
2970
2971         (mono_marshal_get_runtime_invoke): Zero out the result if there is
2972         an exception.
2973
2974 2004-03-16  Martin Baulig  <martin@ximian.com>
2975
2976         * class.c (mono_class_from_generic_parameter): Use the actual
2977         parameter name. 
2978
2979 2004-03-16  Martin Baulig  <martin@ximian.com>
2980
2981         * reflection.c (type_get_signature_size): New static function.
2982         Compues the size of the type in a method signature.
2983         (method_get_signature_size): New static function; calls
2984         type_get_signature_size() to compute the actual size of the
2985         method's signature.
2986         (method_encode_signature): Use method_get_signature_size() to get
2987         the signature's size rather than using `nparams * 10'.
2988
2989 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2990
2991         * file-io.h: define here WapiOverlapped on windows. I don't want the
2992         regular OVERLAPPED one.
2993
2994         * file-io.c:
2995         * threadpool.c: somehow, BindIoCompletionCallback is not found.
2996         Disabling AIO on windows.
2997
2998 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2999
3000         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
3001         bug #55385.
3002
3003 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3004
3005         * appdomain.c: upgraded corlib version.
3006
3007         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
3008         and BeginWrite. Allow opening files for asynchrnous operations.
3009
3010         * file-io.h: new struct that maps FileStreamAsyncResult.
3011         * icall.c: added new icalls.
3012         * process.[ch]: support setting child process environment variables
3013         and use the SHELL or COMSPEC when UseShellExecute is true.
3014
3015         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
3016         callback for async. IO is here and also BindHandle.
3017
3018         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
3019         from here.
3020
3021 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
3022
3023         * reflection.c (create_custom_attr): Allow len == 0.
3024
3025         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
3026         computation on big-endian machines.
3027
3028 2004-03-13  Martin Baulig  <martin@ximian.com>
3029
3030         * class.h (MonoGenericInst): Added `int count_ifaces'.
3031
3032         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
3033         `ginst->count_ifaces' instead `klass->interface_count' since we
3034         may get called before the vtable is created.
3035
3036         * loader.c (mono_method_get_param_names): If we're a generic
3037         instance, return and don't initialize the class.
3038
3039         * reflection.c (mono_reflection_setup_generic_class): Don't call
3040         ensure_runtime_vtable().
3041         (mono_reflection_bind_generic_parameters): Set
3042         `ginst->count_ifaces'.
3043
3044 2004-03-11  Jackson Harper <jackson@ximian.com>
3045
3046         * icall.c:
3047         * unicode.c:
3048         * unicode.h: Remove unused System.Char icalls.
3049         
3050 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
3051
3052         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
3053         code when we P/Invoke the first library in Windows.Forms, instead
3054         of when we first open the assembly.
3055
3056         * assembly.c: Drop the lookup from here.
3057
3058 2004-03-10  Martin Baulig  <martin@ximian.com>
3059
3060         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
3061         class for properties, fields and events.  Finally fixes #54945.
3062
3063 2004-03-10  Martin Baulig  <martin@ximian.com>
3064
3065         * metadata.c (mono_metadata_class_equal): New static function;
3066         checks whether two generic instances or two generic parameters are
3067         equal.
3068         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
3069         compare classes.        
3070
3071 2004-03-10  Martin Baulig  <martin@ximian.com>
3072
3073         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
3074
3075         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
3076         argument and write it into the `reflection_info' field.
3077
3078         * icall.c
3079         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
3080         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
3081
3082 2004-03-09  Jackson Harper  <jackson@ximian.com>
3083
3084         * char-conversions.h: use 8 bits for numeric data its all we need
3085         * icall.c: numeric data is only 8 bits now.
3086
3087 2004-03-09  Martin Baulig  <martin@ximian.com>
3088
3089         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
3090
3091         * class.c (init_properties, init_events): Initialize the new
3092         `parent' field.
3093
3094         * reflection.c (typebuilder_setup_properties): Likewise.
3095         (typebuilder_setup_events): Likewise.
3096
3097         * reflection.h (MonoEventInfo): Replaced `parent with
3098         `declaring_type' and `reflected_type'.
3099
3100         * icall.c (ves_icall_get_property_info): Distinguish between
3101         declaring and reflected type.
3102         (ves_icall_get_event_info): Likewise.
3103
3104 2004-03-09  Martin Baulig  <martin@ximian.com>
3105
3106         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
3107         (ves_icall_Type_GetField): Correctly set field->klass.
3108
3109 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
3110
3111         * loader.h: Fix warning.
3112
3113 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
3114
3115         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
3116         library routine if present.  Notice that it will still continue
3117         executing even if its missing, for those working on the Gtk#
3118         edition of Windows.Forms.
3119
3120         * assembly.c (do_mono_assembly_open): If loading the
3121         System.Windows.Forms call mono_loader_wini_init.
3122
3123 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
3124
3125         * class.h: Added MonoRemoteClass struct.
3126         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
3127         function for MonoStrings.
3128         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
3129         Added internal call for getting the proxy type.
3130         * marshal.c: Get the type of transparent proxies from its remote_class.
3131         Added methods that generate the IL for type checks and casts:
3132         mono_marshal_get_isinst, mono_marshal_get_castclass, 
3133         mono_marshal_get_proxy_cancast.
3134         * marshal.h: Declaration of the previous new methods.
3135         * object.c: Added new moethods for creating and updating MonoRemoteClass
3136         instances: mono_remote_class, mono_upgrade_remote_class, 
3137         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
3138         * verify.c: FIx transparent_proxy_fields layout.
3139         * appdomain.c: Bump corlib version.
3140
3141 2004-03-04  Jackson Harper  <jackson@ximian.com>
3142
3143         * icall.c: Add icall to access char conversion tables.
3144         * char-conversions.h: Character conversion tables.
3145         * Makefile.am: Add char-conversions.h private header file.
3146         
3147 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
3148
3149         * appdomain.c (unload_thread_main): Increase unloading timeout to
3150         10 sec as a temporary workaround for Nant problems.
3151
3152 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
3153
3154         * gc.c: Add checks for GC_enable and GC_disable.
3155
3156         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
3157         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
3158         (bug #54988).
3159         
3160 2004-02-27  Martin Baulig  <martin@ximian.com>
3161
3162         * reflection.c (mono_reflection_bind_generic_parameters): Take a
3163         `MonoReflectionType *' instead of a `MonoType *'.
3164
3165 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
3166
3167         * gc.c (run_finalize): Avoid finalizing the object representing the
3168         finalizer thread.
3169         (finalizer_thread): Fix warning.
3170
3171 2004-02-25  Martin Baulig  <martin@ximian.com>
3172
3173         * class.c (_mono_class_get_instantiation_name): Added `int offset'
3174         argument for nested types.
3175         (mono_class_create_generic): Added support for nested generictypes.
3176
3177         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
3178         `GList *nested'.
3179
3180         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
3181
3182         * reflection.c (method_encode_signature): Increase the minimum
3183         value of `size' from 10 to 11.
3184         (mono_reflection_bind_generic_parameters): Take `int type_argc'
3185         and `MonoType **types' arguments instead of the `MonoArray
3186         *types'; added `MonoType *nested_in'.  Recursively instantiate
3187         nested classes. 
3188
3189 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
3190
3191         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
3192         stack_overflow_ex members which are used by exception handling.
3193
3194         * appdomain.c (mono_runtime_init): Initialize the new members.
3195
3196         * gc.c (mono_gc_enable): New helper function.
3197         * gc.c (mono_gc_disable): New helper function.
3198
3199 2004-02-23  Martin Baulig  <martin@ximian.com>
3200
3201         * icall.c: I must have been really stupid - make it actually work
3202         this time ;-)
3203
3204 2004-02-23  Martin Baulig  <martin@ximian.com>
3205
3206         * loader.c (method_from_memberref): Only inflate the method if
3207         it's in another klass.
3208
3209 2004-02-23  Martin Baulig  <martin@ximian.com>
3210
3211         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
3212         (mono_class_init): If we're a generic instance and an interface,
3213         compute `class->interface_id'; also create `class->interfaces'
3214         here and inflate them.
3215
3216         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
3217         `ginst->is_open'.
3218         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
3219
3220         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
3221
3222 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
3223
3224         * reflection.c (method_encode_code): Improved the error message
3225         generated by the exception.
3226
3227 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3228
3229         * icall.c: Martin did not do what he said in the ChangeLog for
3230         2004-02-18, but put back the changes for properties and events.
3231         Commenting those changes out again and adding comment to bug #54518.
3232         
3233         * process.c: removed warning.
3234
3235 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
3236
3237         * marshal.c (emit_struct_conv): Print an error message instead of
3238         asserting when a type does not have the StructLayout attribute.
3239
3240 2004-02-20  Martin Baulig  <martin@ximian.com>
3241
3242         * reflection.c (mono_type_get_object): Also use the cache for
3243         generic instances.
3244         (mono_reflection_bind_generic_parameters): Always compute
3245         `ginst->ifaces'.        
3246
3247 2004-02-20  Martin Baulig  <martin@ximian.com>
3248
3249         * class.h (MonoGenericMethod): Removed `klass'.
3250
3251         * class.c (mono_class_inflate_generic_method): Added `MonoClass
3252         *klass' argument.
3253
3254 2004-02-20  Martin Baulig  <martin@ximian.com>
3255
3256         * reflection.c (method_encode_methodspec): Actually use the
3257         uninflated signature for the memberref.
3258
3259 2004-02-20  Martin Baulig  <martin@ximian.com>
3260
3261         * class.h (MonoGenericMethod): Removed `declaring'.
3262
3263         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
3264         is NULL, compute it here.
3265
3266 2004-02-20  Martin Baulig  <martin@ximian.com>
3267
3268         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
3269
3270         * metadata.c (mono_metadata_generic_inst_hash): New method.
3271         (mono_metadata_generic_inst_equal): New method.
3272
3273         * reflection.c (mono_reflection_bind_generic_parameters): Use the
3274         `klass->image->generic_inst_cache' cache to avoid creating
3275         duplicate MonoGenericInst's.
3276
3277         * class.c (mono_class_inflate_generic_type): Use the cache.
3278
3279 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
3280
3281         * object.c: fixed gc descriptor calculation for embedded valuetypes.
3282
3283 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3284
3285         * icall.c: added Socket.WSAIoctl icall.
3286
3287         * socket-io.[ch]: implemented
3288         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
3289
3290 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
3291
3292         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
3293
3294 2004-02-18  Urs C Muff  <umuff@quark.com>
3295
3296         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
3297         this work on PPC and other big-endian architectures.
3298
3299         * debug-mono-symfile.h: Prepended the names of all the `guint32'
3300         fields with an underscore to make sure they're only accessed by
3301         the read32() macro.
3302
3303 2004-02-18  Martin Baulig  <martin@ximian.com>
3304
3305         * icall.c: Put the klass->refclass changes back for methods and
3306         fields, but not for properties and events.  We're currently not
3307         distinguishing between DeclaringType and ReflectedType for
3308         properties and events, that's what caused the regressions.
3309
3310 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3311
3312         * object.c:
3313         (mono_async_result_new): the handle can be NULL.
3314
3315         * threadpool.c: Use an event instead of a semaphore, don't initialize
3316         it until needed. This saves quite a few semaphores from being created
3317         when using the threadpool.
3318
3319 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
3320
3321         * object.c (mono_string_is_interned_lookup): Fix interning of long
3322         strings. Fixes #54473.
3323
3324         * domain.c (ldstr_equal): Optimize if the two strings are equal.
3325
3326         * icall.c: Revert the klass->refclass changes since they introduce
3327         regressions (bug #54518).
3328
3329 2004-02-18  Martin Baulig  <martin@ximian.com>
3330
3331         * class.c (mono_class_init): If we're a generic instance and don't
3332         come from a TypeBuilder, inflate our members here.
3333         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
3334         (mono_class_create_generic): New public method.
3335         (mono_class_initialize_generic): Removed.
3336         (get_instantiation_name): Renamed to
3337         _mono_class_get_instantiation_name() and made it public.
3338
3339 2004-02-18  Martin Baulig  <martin@ximian.com>
3340
3341         * class.c (mono_class_inflate_generic_type): Clear the new
3342         instance's `nginst->klass' when inflating a generic instance.
3343         (mono_class_is_subclass_of): Added (basic) support for generic
3344         instances.
3345
3346 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
3347
3348         * appdomain.h, domain.c: use a MonoCodeManager instead of a
3349         MonoMempool to hold compiled native code.
3350
3351 2004-02-17  Martin Baulig  <martin@ximian.com>
3352
3353         * class.h (MonoDynamicGenericInst): Added `count_properties' and
3354         `properties'.
3355
3356         * reflection.c (mono_reflection_generic_inst_initialize): Added
3357         `MonoArray *properties' argument.
3358
3359         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
3360
3361 2004-02-17  Martin Baulig  <martin@ximian.com>
3362
3363         * icall.c (ves_icall_Type_GetFields): Renamed to
3364         ves_icall_Type_GetFields_internal() and added a
3365         `MonoReflectionType *rtype' argument; pass it to
3366         mono_field_get_object() to set the field's "reflected" type.
3367         (ves_icall_Type_GetConstructors): Likewise.
3368         (ves_icall_Type_GetEvents): Likewise.
3369         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
3370         argument; pass it to mono_method_get_object() to set the method's
3371         "reflected" type.       
3372
3373 2004-02-17  Martin Baulig  <martin@ximian.com>
3374
3375         * class.h (MonoDynamicGenericInst): New type.
3376         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
3377
3378         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
3379         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
3380         (ves_icall_MonoGenericInst_GetFields): New interncall.
3381
3382         * class.c (mono_class_from_generic): Don't call
3383         mono_class_initialize_generic() if this is a dynamic instance;
3384         ie. it's being created from a TypeBuilder.
3385         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
3386         `class->byval_arg.type'.
3387
3388         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
3389         to `inflate_method' and made static.
3390         (mono_reflection_inflate_field): Removed.
3391         (mono_reflection_generic_inst_initialize): New public method.
3392
3393         * reflection.h (MonoReflectionGenericInst): Removed `methods',
3394         `ctors' and `fields'; added `initialized'.
3395
3396 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
3397
3398         * debug-helpers.c (mono_method_full_name): Fix output for empty
3399         namespaces.
3400
3401 2004-02-12  Martin Baulig  <martin@ximian.com>
3402
3403         * class.h (MonoClassField): Added `MonoType *generic_type'.
3404
3405         * reflection.c (mono_image_get_fieldref_token): Added support for
3406         instantiated generic types.
3407         (field_encode_inflated_field): Removed.
3408         (mono_image_get_inflated_field_token): Removed.
3409         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
3410
3411         * reflection.h (MonoReflectionInflatedField): Removed.
3412
3413 2004-02-12  Martin Baulig  <martin@ximian.com>
3414
3415         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
3416         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
3417
3418         * reflection.c (mono_image_get_methodspec_token): Take a
3419         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
3420         (mono_image_create_token): Check whether we have a
3421         `method->signature->gen_method' and call
3422         mono_image_get_methodspec_token() if appropriate.
3423         (inflated_method_get_object): Removed.
3424         (mono_reflection_bind_generic_method_parameters): Return a
3425         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
3426         (mono_reflection_inflate_method_or_ctor): Likewise.
3427
3428         * reflection.h (MonoReflectionInflatedMethod): Removed.
3429
3430 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
3431
3432         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
3433         for custom valuetype marshalling.
3434
3435         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
3436
3437 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3438
3439         * icall.c: fixed WSAGetLastError_internal name.
3440
3441 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
3442
3443         * threads.c (mono_thread_attach): Allow this to be called multiple
3444         times for a thread.
3445         
3446         * threads.c (build_wait_tids): Do not wait for ourselves.
3447
3448         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
3449         appdomain list is empty.
3450
3451         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
3452         memory returned by mono_string_builder_to_utf16, since it points into
3453         managed memory. Thanks to Bernie Solomon for noticing this.
3454
3455         * icall.c: Add AppDomainSetup icalls.
3456
3457         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
3458
3459         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
3460         types.
3461
3462         * reflection.c (reflection_methodbuilder_to_mono_method): Save
3463         custom attributes to the method_aux struct. Also fix array indexes etc.
3464
3465         * loader.c (mono_method_get_param_names): Make dynamic case work again.
3466         
3467 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
3468
3469         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
3470         (both static and runtime) and reduce startup time.
3471
3472 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
3473
3474         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
3475         AsAny marshalling conversion instead of crashing.
3476
3477         * marshal.c: Fix warnings.
3478
3479 2004-02-09  Martin Baulig  <martin@ximian.com>
3480
3481         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
3482
3483         * reflection.h (MonoReflectionInflatedMethod): Removed the
3484         `declaring' field, it's now in the unmanaged MonoGenericMethod.
3485
3486         * reflection.c (method_encode_methodspec): Removed the `method'
3487         argument; we get it from `gmethod->declaring'.
3488         (inflated_method_get_object): Removed the `declaring' argument.
3489
3490 2004-02-09  Martin Baulig  <martin@ximian.com>
3491
3492         * class.h (MonoGenericMethod): New type.
3493         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
3494         `generic_method'.
3495
3496         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
3497         a `MonoGenericMethod *gen_method' one.
3498
3499         * class.c (mono_class_inflate_generic_type): Take an additional
3500         `MonoGenericMethod * argument.  This is only non-NULL if we're
3501         inflating types for a generic method.   
3502         (mono_class_inflate_generic_signature): Renamed to
3503         inflate_generic_signature() and made static; take a
3504         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
3505         (inflate_generic_header): Take a `MonoGenericMethod *' argument
3506         instead of a `MonoGenericInst *' one.
3507         (mono_class_inflate_generic_method): Likewise.
3508
3509         * reflection.c (encode_generic_method_sig): Take a
3510         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
3511         (method_encode_methodspec): Likewise.
3512         (inflated_method_get_object): Likewise. 
3513
3514         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
3515         field with a `MonoGenericMethod *gmethod' one.  
3516
3517 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
3518
3519         * class.h (mono_class_has_parent): add parens to expansion
3520         so you can ! this.
3521
3522 2004-02-08  Martin Baulig  <martin@ximian.com>
3523
3524         * image.h (MonoImage): Removed `generics_cache'.
3525
3526         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
3527         instead of a `MonoType *' argument; removed the `inflate_methods'
3528         argument.  Don't inflate methods here.
3529
3530         * loader.c (find_method): If it's a generic instance, call
3531         mono_class_init() on the `sclass->generic_inst->generic_type'.
3532
3533         * metadata.c (mono_type_size): Make this work on uninitialized
3534         generic instances; call it on the `ginst->generic_type's class.
3535
3536         * reflection.c (mono_reflection_bind_generic_parameters): Call
3537         mono_class_from_generic() to create the `ginst->klass'.
3538
3539 2004-02-08  Martin Baulig  <martin@ximian.com>
3540
3541         * class.h (MonoClass): Changed type of `generic_inst' from
3542         `MonoType *' to `MonoGenericInst *'.
3543
3544 2004-02-08  Martin Baulig  <martin@ximian.com>
3545
3546         * icall.c (ves_icall_Type_BindGenericParameters): Just call
3547         mono_type_get_object(), this is now creating a `MonoGenericInst'
3548         for MONO_TYPE_GENERICINST.
3549         (ves_icall_MonoGenericInst_GetParentType): Likewise.
3550         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
3551
3552         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
3553         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
3554         (inflated_method_get_object): Added `MonoClass *refclass' argument.
3555         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
3556         and reflected type.
3557
3558         * reflection.h (MonoReflectionInflatedMethod): Removed
3559         `declaring_type' and `reflected_type'.
3560
3561 2004-02-08  Martin Baulig  <martin@ximian.com>
3562
3563         * class.h (MonoGenericInst): Added `MonoType *parent' and
3564         `MonoType **ifaces'.
3565
3566         * reflection.h (MonoReflectionGenericInst): Removed `klass',
3567         `parent' and `interfaces'.
3568
3569         * reflection.c (mono_reflection_bind_generic_parameters): Take a
3570         `MonoType *' argument and return a `MonoType *'.
3571
3572         * icall.c
3573         (ves_icall_MonoGenericInst_GetParentType): New interncall.
3574         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
3575
3576 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
3577
3578         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
3579         valuetype marshalling.
3580
3581 2004-02-06  Martin Baulig  <martin@ximian.com>
3582
3583         * class.c
3584         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
3585         (my_mono_class_from_generic_parameter): Likewise.
3586
3587 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
3588
3589         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
3590         contents of the symbol files lazily.
3591
3592         * object.h (MonoThread): Add 'name' and 'name_len' fields.
3593
3594         * threads.h threads.c icall.c: New icalls for getting and setting the
3595         threads name.
3596
3597 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
3598
3599         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
3600         Raise an exception when the domain is not found.
3601
3602 2004-02-03  Martin Baulig  <martin@ximian.com>
3603
3604         * reflection.c (mono_image_get_methodspec_token): Use the
3605         uninflated signature; fixes gen-33.
3606
3607 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
3608
3609         * gc.c threads.c: Make the finalizer thread a normal managed thread so
3610         the finalizer code can use thread functionality.
3611
3612         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
3613         the finalizer thread.
3614
3615         * threads.c: Make some functions more robust.
3616
3617         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
3618
3619         * metadata.h: Add new marshalling conventions.
3620
3621         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
3622         stringbuilder marshalling. Fixes #53700.
3623
3624         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
3625
3626         * reflection.c (mono_image_get_type_info): Save declarative security
3627         info.
3628
3629         * reflection.c (mono_image_get_field_info): Handle uninitialized 
3630         unmanaged fields as well.
3631
3632         * appdomain.c: Bump corlib version.
3633
3634 2004-02-01  Martin Baulig  <martin@ximian.com>
3635
3636         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
3637         method type arguments.  
3638
3639 2004-01-30  Duncan Mak  <duncan@ximian.com>
3640
3641         * marshal.h: Add prototype for
3642         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
3643         and
3644         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
3645         fix the build.
3646
3647 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
3648
3649         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
3650         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
3651
3652 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
3653
3654         * marshal.c (mono_marshal_get_native_wrapper): Add support for
3655         custom marshalling of valuetypes.
3656
3657         * marshal.c: Fix some warnings.
3658
3659 2004-01-29  Martin Baulig  <martin@ximian.com>
3660
3661         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
3662         for generic method parameters.
3663
3664         * reflection.c (method_encode_methodspec): Write the uninflated
3665         signature into the methodspec table.
3666         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
3667         is always the uninflated method.
3668         (reflection_methodbuilder_to_mono_method): Copy the generic
3669         parameters from the MethodBuilder into `header->gen_params'.
3670
3671 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
3672
3673         * class.c (mono_class_from_generic_parameter): Fix warning.
3674
3675 2004-01-27  Martin Baulig  <martin@ximian.com>
3676
3677         * class.c (mono_class_from_generic_parameter): Don't create
3678         `klass->methods' here.  
3679
3680 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
3681
3682         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
3683         extension since it does not work with libraries named lib<FOO>.dll.so.
3684
3685 2004-01-25  Martin Baulig  <martin@ximian.com>
3686
3687         * class.c (mono_class_inflate_generic_type): Added support for
3688         MONO_TYPE_GENERICINST.
3689
3690         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
3691         inflate methods on open constructed types.      
3692
3693 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3694
3695         * object.c: fire ProcessExit event in the root AppDomain after running
3696         Main. Fixes bug #53299.
3697
3698 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
3699
3700         * socket-io.c: include the new socket-wrappers.h header.
3701         Use the wrappers instead of the unix socket functions to make the code
3702         more clear.
3703
3704 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
3705
3706         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
3707
3708         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
3709         Fixes #22532.
3710
3711 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
3712
3713         * reflection.c (mono_image_create_pefile): Handle the case when the
3714         entry point is not a MethodBuilder.
3715
3716         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
3717         field to ReflectionMethod since it is not allways a builder.
3718
3719         * reflection.c (type_get_fully_qualified_name): New helper function to
3720         return the fully qualified name of a type.
3721
3722         * reflection.c (encode_marshal_blob): Always emit the fully qualified
3723         type name for custom marshallers.
3724
3725         * reflection.c (mono_marshal_spec_from_builder): Ditto.
3726
3727         * class.c (mono_class_setup_vtable): If a parent class already 
3728         implements an interface, use the implementing methods from that class.
3729         Fixes #53148.
3730
3731 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3732
3733         * threadpool.c: just return instead of ExitThread to allow for thread
3734         clean up earlier.
3735
3736 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
3737
3738         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
3739         when closing resource modules.
3740
3741         * reflection.c (mono_image_create_pefile): Handle the case when the
3742         entry point is not a MethodBuilder.
3743
3744         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
3745         field to ReflectionMethod since it is not allways a builder.
3746
3747 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
3748
3749         * marshal.c (mono_marshal_get_managed_wrapper): 
3750         mono_marshal_alloc takes native int so CONV_I
3751         the arg for 64bits.
3752
3753 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
3754
3755         * reflection.c (fixup_cattrs): New function to fixup the methoddef
3756         tokens in the cattr table. Fixes #53108.
3757
3758 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3759
3760         * loader.c: don't trim ".dll" before looking up in the config file.
3761         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
3762
3763 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
3764
3765         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
3766         Return the module which contains the resource as well.
3767         (ves_icall_System_Reflection_Module_Close): New icall.
3768
3769         * appdomain.c: Bump corlib version number.
3770
3771         * image.c (mono_image_addref): New public function.
3772
3773         * assembly.c: Call mono_image_addref.
3774
3775         * reflection.c (mono_module_get_object): Increase reference count of 
3776         the image.
3777
3778         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
3779         Fixes #22532.
3780
3781         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
3782         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
3783         proper exceptions on DllImport problems.
3784
3785 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
3786
3787         * class.c, metadata.c: eliminate CSIZE macro.
3788
3789 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
3790
3791         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
3792         * object.h: Added async_callback field in MonoAsyncResult.
3793         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
3794         * verify.c: Added async_callback in MonoAsyncResult layout.
3795
3796 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
3797
3798         * reflection.c (mono_reflection_get_custom_attrs): Add support
3799         for Modules.
3800
3801 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
3802
3803         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
3804         marshalling.
3805         (mono_marshal_method_from_wrapper): Add null pointer check.
3806
3807 2004-01-16  Martin Baulig  <martin@ximian.com>
3808
3809         * debug-mono-symfile.h: Set version number to 36 and reflect
3810         latest symbol writer changes.
3811
3812 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
3813
3814         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
3815         multi-dimensional arrays.
3816         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
3817         (mono_class_from_mono_type): Use bounded_array_class_get.
3818         
3819         * class.c (mono_bounded_array_class_get): New function which takes
3820         a 'bounded' bool argument to distinguish vectors from one dimensional
3821         arrays.
3822
3823         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
3824         bounded_array_class_get if the array has bounds.
3825
3826         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
3827         Search modules loaded using AssemblyBuilder:AddModule as well.
3828
3829 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3830
3831         * appdomain.c: increased corlib version.
3832         * filewatcher.c: removed g_print.
3833         * icall.c:
3834         (get_property_info): only allocate what is actually requested.
3835         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
3836
3837 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3838
3839         * Makefile.am: added filewatcher.[ch]
3840         * filewatcher.[ch]: FileSystemWatcher runtime support.
3841         * icall.c: added new FSW icalls.
3842
3843 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
3844
3845         * string-icalls.c: fix stringbuilder regression as suggested by
3846         Iain McCoy <iain@mccoy.id.au>.
3847
3848 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
3849
3850         * process.c (process_read_stringtable_block): Recognize '007f' as
3851         a language neutral stringtable block.
3852
3853 2004-01-12  Patrik Torstensson
3854
3855         * object.h (MonoStringBuilder) : Changed layout to support our
3856         new stringbuilder class.
3857         * marshal.c: Change marshalling to support the new layout of 
3858         string builder.
3859         * appdomain.c: increased version number because new layout of
3860         string builder.
3861
3862 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
3863
3864         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
3865         assembly name as an string instead of an AssemblyName, since it is
3866         easier to extract info from it.
3867
3868         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
3869         the culture subdirectories too. Fixes #52231.
3870
3871 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3872
3873         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
3874         It takes 2 new parameters with an optional name for the method to look
3875         for and case ignoring info.
3876
3877         * threadpool.c: removed unused variable.
3878
3879 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3880
3881         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
3882         It takes 2 new parameters with an optional name for the property to look
3883         for and case ignoring info.
3884         Fixes bug #52753.
3885
3886 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
3887
3888         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
3889         Fix #52451.
3890
3891 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3892
3893         * appdomain.c:
3894         * assembly.c: escape the uri before passing it to g_filename_from_uri.
3895         Fixes bug #52630.
3896
3897 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
3898
3899         * reflection.c: Add support for more than one unmanaged resource.
3900
3901         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
3902         in field->def_value, as done in all other cases.
3903
3904         * reflection.c (mono_reflection_get_custom_attrs): Add support for
3905         TypeBuilders.
3906
3907         * reflection.c (mono_reflection_create_runtime_class): Remove 
3908         errorneous assignment to klass->element_class, since it is already
3909         done in mono_reflection_setup_internal_class.
3910
3911 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3912
3913         * gc.c: added missing LeaveCriticalSection.
3914         * icall.c: indented a couple of lines.
3915         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
3916         if we call EndInvoke inside a callback. Fixes bug #52601.
3917
3918 2004-01-07  Martin Baulig  <martin@ximian.com>
3919
3920         * mono-debug-debugger.h
3921         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
3922
3923 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
3924
3925         * appdomain.c: Use messages in NotImplementedException.
3926
3927         * exception.c (mono_get_exception_not_implemented): Now this takes
3928         a message argument.
3929
3930         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
3931         exception instead of g_asserting an aborting when something is not
3932         implemented.
3933
3934         Add some inline docs.
3935
3936 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
3937
3938         * reflection.h: Update after changes to object layout.
3939
3940         * reflection.c: Implement saving of unmanaged aka win32 resources.
3941
3942         * appdomain.c: Bump version number.
3943
3944         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
3945         Handle missing domains gracefully.
3946
3947 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
3948
3949         * file-io.c : On Windows, there are much more invalid_path_chars.
3950
3951 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
3952
3953         * class.h, object.c: prepare for GetType () speedup.
3954
3955 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
3956
3957         * profiler.c: workaround for --profile null reference exception on
3958           cygwin. Patch by Patrik Torstensson.
3959
3960 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
3961
3962         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
3963         make work for unaligned access.
3964
3965 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
3966
3967         * class.c: small cleanup (class->fields [i] -> field).
3968         * image.c: check address of metadata is valid.
3969
3970 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
3971
3972         * assembly.h assembly.c (mono_assembly_loaded): New public function to
3973         search the list of loaded assemblies.
3974
3975         * reflection.c (mono_reflection_type_from_name): Use 
3976         mono_assembly_loaded instead of mono_image_loaded.
3977
3978         * reflection.c: Fix warnings.
3979
3980 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
3981
3982         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
3983         is dynamic. This is needed since an assembly can contain both dynamic and
3984         non-dynamic images.
3985
3986         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
3987         assembly->dynamic.
3988
3989         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
3990
3991         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
3992         to store modules loaded using AddModule.
3993
3994         * reflection.c (mono_image_fill_file_table): Generalize this so it works
3995         on Modules.
3996
3997         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
3998
3999         * reflection.c (mono_image_fill_export_table_from_module): New function to
4000         fill out the EXPORTEDTYPES table from a module.
4001
4002         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
4003         into a separate function. Also handle loaded non-dynamic modules.
4004
4005         * reflection.c (mono_image_basic_init): Fix memory allocation.
4006
4007         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4008
4009         * assembly.c (mono_assembly_load_references): Make this public.
4010
4011 2003-12-19  Martin Baulig  <martin@ximian.com>
4012
4013         * class.c (mono_class_initialize_generic): Made this static, take
4014         a `MonoGenericInst *' instead of a `MonoClass *'.
4015         (mono_class_from_generic): Call mono_class_initialize_generic()
4016         unless we're already initialized or being called from
4017         do_mono_metadata_parse_generic_inst().
4018
4019         * class.h (MonoGenericInst): Added `initialized' and
4020         `init_pending' flags.
4021
4022         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
4023         `mono_class_init (gklass)' or mono_class_initialize_generic()
4024         here; set `generic_inst->init_pending' while parsing the
4025         `type_argv'.
4026
4027 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
4028
4029         * locales.c: include string.h for memxxx prototypes
4030
4031 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
4032
4033         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
4034         constructor when accessing literal fields.
4035
4036 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
4037
4038         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4039
4040         * reflection.c (assembly_add_resource_manifest): New function to fill
4041         the MANIFESTRESOURCE table.
4042
4043         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
4044
4045         * reflection.h: Update to changes in class layout.
4046
4047         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
4048         Reenable call to mono_runtime_is_shutting_down ().
4049
4050         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
4051         determine if the runtime is shutting down.
4052
4053 2003-12-16  Jackson Harper <jackson@ximian.com>
4054
4055         * icall.c: comment out call to mono_runtime_is_shutting_down to
4056         fix build.
4057         
4058 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
4059
4060         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
4061         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
4062
4063 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
4064
4065         * reflection.c: move definition of swap_with_size
4066         to before its first call
4067
4068 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
4069
4070         * appdomain.c (mono_runtime_is_shutting_down): New public function.
4071
4072         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
4073         icall.
4074
4075         * object.c: Fix warnings.
4076
4077         * icall.c (ves_icall_Type_Get...): Only consider inherited static
4078         members if FlattenHierarchy is set.
4079
4080         * reflection.c (mono_image_add_decl_security): New function to emit
4081         declarative security.
4082
4083         * reflection.h reflection.c: Add support for declarative security.
4084
4085         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
4086         
4087 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
4088
4089         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
4090         
4091         * appdomain.c verify.c: Moved corlib version checking into its own
4092         function in appdomain.c since it needs to create vtables etc.
4093
4094 2003-12-13  Patrik Torstensson <p@rxc.se>
4095
4096         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
4097         instead of unwrapped server.
4098
4099 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
4100
4101         * verify.c (check_corlib): Fix field index.
4102
4103 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
4104
4105         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
4106         GetGacPath icall.
4107
4108 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
4109
4110         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
4111         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
4112         cope with sizeof(size_t) != sizeof(guint32).
4113
4114 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4115
4116         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
4117         in case of failure.
4118
4119 2003-12-10  Mark Crichton <crichton@gimp.org>
4120
4121         * icall.c: removed the GetNonZeroBytes.  We now handle this case
4122         in managed code.
4123
4124         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
4125
4126 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
4127
4128         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
4129         marked as deleted.
4130
4131 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
4132
4133         * verify.c (check_corlib): Handle the case when the version field is 
4134         initialized by a static constructor.
4135
4136 2003-12-08  Patrik Torstensson  <p@rxc.se>
4137
4138     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
4139
4140 2003-12-08  Martin Baulig  <martin@ximian.com>
4141
4142         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
4143         a MonoReflectionGenericParameter, also take the parameter index
4144         and name as arguments.
4145         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
4146         (ves_icall_MonoGenericParam_initialize): New interncall.
4147         (ves_icall_Type_make_byref_type): New interncall.
4148
4149         * reflection.h (MonoReflectionGenericParam): Derive from
4150         MonoReflectionType, not just from MonoObject.  Added `refobj' and
4151         `index' fields.
4152
4153         * reflection.c (mono_reflection_define_generic_parameter): Create
4154         and return a new MonoReflectionGenericParam; don't initialize the
4155         constraints here.
4156         (mono_reflection_initialize_generic_parameter): New public method;
4157         initializes the constraints and creates the `param->pklass'.
4158
4159 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
4160
4161         * reflection.h reflection.c: Use the new fields 'num_types', 
4162         'num_fields' and 'num_methods' to track the number of types etc.
4163
4164         * verify.c (check_corlib): Check corlib version number.
4165
4166 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
4167
4168         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
4169         function works on all methods.
4170
4171 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
4172
4173         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
4174         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
4175         the custom_type_info flag of the transparent proxy.
4176         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
4177         objects that supports IRemotingTypeInfo.
4178         * object.h: Added custom_type_info field in transparent proxy.
4179
4180 2003-12-06  Martin Baulig  <martin@ximian.com>
4181
4182         * class.c (mono_class_create_from_generic): Removed.
4183         (mono_class_from_generic): Check `ginst->klass' before doing
4184         anything else.  This is important to fully support "recursive"
4185         generic types.
4186
4187         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
4188         empty `generic_inst->klass' before doing anything else.
4189
4190 2003-12-06  Dick Porter  <dick@ximian.com>
4191
4192         * verify.c: 
4193         * object.h:
4194         * icall.c:
4195         * locales.c: Use C structs to access class fields.  Don't do a
4196         conversion between MonoString and UChar because both are
4197         platform-endian UTF-16.  Compare now takes startindex and count
4198         parameters.  Add a char overload for IndexOf.  Speed up the
4199         invariant string IndexOf.
4200
4201 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
4202
4203         * Makefile.am (monosn_LDADD): Fix parallel build.
4204
4205 2003-12-04  Martin Baulig  <martin@ximian.com>
4206
4207         * icall.c
4208         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
4209         (ves_icall_Type_make_array_type): New interncall.       
4210
4211 2003-12-04  Martin Baulig  <martin@ximian.com>
4212
4213         * locales.c: also change it in the !HAVE_ICU case.
4214
4215 2003-12-04  Dick Porter  <dick@ximian.com>
4216
4217         * icall.c:
4218         * locales.c: construct_compareinfo is now in CompareInfo, not
4219         CultureInfo.
4220
4221 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
4222
4223         * image.c (mono_image_load_file_for_image): Cache loaded images in the
4224         image->files array.
4225
4226         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
4227         table as well.
4228
4229         * assembly.c (mono_assembly_load_references): Only load references
4230         once.
4231
4232         * class.c (mono_class_from_name): Avoid linear search of the 
4233         EXPORTEDTYPE table.
4234
4235         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
4236
4237 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
4238
4239         * image.h (MonoImage): Add 'field_cache' field.
4240
4241         * loader.c (mono_field_from_token): Cache field lookups.
4242         
4243         * reflection.c (mono_module_get_object): Fix name property.
4244
4245         * icall.c (ves_icall_get_enum_info): Update after changes to 
4246         mono_metadata_get_constant_index ().
4247
4248         * icall.c: Get rid of get_type_info icall, use a separate icall for
4249         each type property to avoid needless memory allocations. Fixes #51514.
4250
4251         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
4252         to avoid needless binary searches.
4253
4254         * class.c (class_compute_field_layout): Move the initialization of
4255         field->def_value to mono_class_vtable ().
4256
4257         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
4258         non-corlib types.
4259
4260         * object.c (mono_object_allocate): Make it inline.
4261
4262         * object.c (mono_object_allocate_spec): Make it inline.
4263         
4264 2003-12-02  Dick Porter  <dick@ximian.com>
4265
4266         * locales.c (create_NumberFormat): NumberFormatInfo construction.
4267         Patch by Mohammad DAMT (mdamt@cdl2000.com).
4268
4269 2003-12-01  Dick Porter  <dick@ximian.com>
4270
4271         * threads.c: Fix signature and call in CreateMutex and
4272         CreateEvent.
4273
4274 2003-12-01  Dick Porter  <dick@ximian.com>
4275
4276         * icall.c: 
4277         * locales.c: Implement string compares and searching
4278
4279         * object.h: Add extra Thread field
4280
4281 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
4282
4283         * reflection.c (fixup_method): Add support for MonoCMethod.
4284
4285 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
4286
4287         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
4288
4289         * reflection.c (assembly_name_to_aname): Allow extra characters in
4290         assembly names. Fixes #51468.
4291
4292 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
4293
4294         * exception.c (mono_exception_from_name_domain): New helper function.
4295
4296         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
4297         exception object in the correct domain.
4298
4299         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
4300         formatting + make a copy a the input data.
4301
4302         * loader.c (mono_get_method_from_token): Methods which contain
4303         native code do not have entries in the ImplMap.
4304
4305         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
4306         Thanks to Gonzalo for spotting this.
4307         
4308         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
4309         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
4310
4311         * assembly.h (mono_assembly_load_from): Split the second part of 
4312         assembly loading into a new public function.
4313
4314         * exception.h (mono_get_exception_bad_image_format): New function.
4315
4316 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
4317
4318         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
4319         Enumerate all modules inside a dynamic assembly. Fixes #51293.
4320         
4321         * icall.c: Add new icall for creating dynamic methods.
4322
4323         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
4324
4325         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
4326
4327         * reflection.c (mono_reflection_create_dynamic_method): New icall to
4328         create a dynamic method.
4329
4330         * reflection.c (resolve_object): New helper function.
4331
4332         * reflection.c: Generalize ReflectionMethodBuilder and the functions
4333         which manipulate it so they can also work on dynamic methods.
4334
4335         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
4336         creating the MonoReflectionMethodAux structure if it is not needed.
4337         
4338         * reflection.h verify.c: Update after changes to object layout.
4339
4340         * reflection.c (method_builder_encode_signature): Fix compilation on
4341         gcc 2.95.x.
4342
4343 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
4344
4345         * appdomain.h: Added support for context static fields. Added static_data
4346           field to MonoAppContext and renamed thread_static_fields to a more
4347           generic special_static_fields in MonoAppDomain, since it can now contain
4348           context static fields.
4349         * domain.c: Updated hashtable name.
4350         * object.c: Replaced field_is_thread_static() for a more generic
4351           field_is_special_static() which also checks for context static attribute.
4352           In mono_class_vtable(), added support for static context fields.
4353         * threads.c: Changed methods that manage thread static fields to more
4354           generic methods so they can be reused both for thread and context static
4355           data.
4356         * threads.h: Declared some new methods.
4357
4358 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
4359
4360         * reflection.h: Update after changes to the managed types.
4361
4362         * reflection.c (encode_custom_modifiers): New helper function.
4363
4364         * reflection.c (method_encode_signature): Emit custom modifiers.
4365
4366         * reflection.c (field_encode_signature): Emit custom modifiers.
4367
4368 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
4369
4370         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
4371
4372         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
4373         implementation.
4374
4375         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
4376         icall.
4377
4378         * object.c (mono_field_get_value_object): New function.
4379
4380         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
4381         specific.
4382
4383 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
4384
4385         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
4386         return a preallocated out-of-memory exception instance.
4387
4388         * object.c (out_of_memory): Use the new function.
4389
4390         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
4391         flag is before the custom modifiers. Fixes #49802.
4392
4393 2003-11-16  Martin Baulig  <martin@ximian.com>
4394
4395         * class.c (mono_class_is_open_constructed_type): Implemented the
4396         MONO_TYPE_GENERICINST case.
4397
4398 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
4399
4400         * assembly.c (mono_assembly_fill_assembly_name): New function to
4401         fill out the MonoAssemblyName structure.
4402         (mono_assembly_open): Use the new function.
4403
4404         * icall.c (fill_reflection_assembly_name): New helper function.
4405
4406         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
4407         new function.
4408
4409         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
4410
4411 2003-11-15  Martin Baulig  <martin@ximian.com>
4412
4413         * class.c (mono_class_is_open_constructed_type): New public
4414         function; checks whether a type is an open constructed type,
4415         ie. whether it still contains type parameters.
4416         (mono_class_inflate_generic_type): If we're a type parameter and
4417         the inflated type is also a MONO_TYPE_(M)VAR, return the original
4418         type.
4419
4420         * class.h (MonoGenericInst): Added `guint32 is_open'.
4421
4422         * loader.c (method_from_methodspec): Check whether we're an open
4423         or closed constructed type and set `ginst->is_open'.
4424
4425         * reflection.c (mono_reflection_bind_generic_parameters): Check
4426         whether we're an open or closed constructed type and set
4427         `ginst->is_open'.
4428         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
4429         from open constructed types.
4430
4431 2003-11-15  Martin Baulig  <martin@ximian.com>
4432
4433         * reflection.c (mono_reflection_bind_generic_parameters): If we're
4434         a generic instance (instead of a generic type declaration) with
4435         unbound generic parameters, bind them to our actual types.
4436
4437 2003-11-14  Martin Baulig  <martin@ximian.com>
4438
4439         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
4440
4441         * reflection.c (mono_reflection_bind_generic_parameters): If we're
4442         an interface type, populate `res->interfaces' with instantiated
4443         versions of all the interfaces we inherit.
4444
4445 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
4446
4447         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
4448         when MONO_PATH is set but doesn't contain the install dir.
4449
4450 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4451
4452         * icall.c:
4453         (ves_icall_Type_GetInterfaces): don't return an interface twice when
4454         it's also implemented in base classes. Fixes bug #50927.
4455
4456 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
4457
4458         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
4459         if this method is called from a finalizer. Fixes #50913.
4460
4461 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
4462
4463         * threads.c: Implement VolatileRead/VolatileWrite
4464
4465         * icall.c: Add new icalls for VolatileRead/VolatileWrite
4466
4467 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
4468
4469         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
4470         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
4471         2.95.3.
4472
4473         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
4474         from Peter Ross (pro@missioncriticalit.com).
4475         
4476 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
4477
4478         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
4479
4480 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
4481
4482         * assembly.c (mono_assembly_load_references): Disable check because it
4483         triggers on older corlibs which lots of people have.
4484
4485 2003-11-12  Jackson Harper  <jackson@ximian.com>
4486
4487         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
4488         load corlib.dll if mscorlib.dll is not found.
4489         * assembly.h: Remove corlib name define.
4490         * class.c:
4491         * domain.c:
4492         * image.c: Change corlib name to mscorlib.
4493         
4494 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
4495
4496         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
4497
4498 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
4499
4500         * appdomain.h: Added loader_optimization here to sync with the C#
4501         code, and add disallow_binding_redirects field.
4502
4503 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
4504
4505         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
4506
4507         * reflection.c (mono_image_build_metadata): Fix crash on modules
4508         with no types.
4509
4510         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
4511
4512         * icall.c (ves_icall_get_method_info): Return callingConvention as
4513         well.
4514
4515         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
4516         namespaces from the EXPORTEDTYPE table as well.
4517
4518         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
4519         from all modules inside the assembly.
4520         
4521 2003-11-11  Martin Baulig  <martin@ximian.com>
4522
4523         * reflection.c (mono_reflection_bind_generic_parameters): Make
4524         this work for interfaces.
4525
4526 2003-11-11  Martin Baulig  <martin@ximian.com>
4527
4528         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
4529
4530 2003-11-11  Martin Baulig  <martin@ximian.com>
4531
4532         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
4533         "MonoInflatedMethod" and "MonoInflatedCtor".
4534
4535 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
4536
4537         * reflection.c (resolution_scope_from_image): Use the assembly table
4538         from the manifest module, since other modules don't have it.
4539
4540         * debug-helpers.c (mono_type_full_name): New helper function.
4541
4542         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
4543
4544         * image.c (mono_image_load_file_for_image): New public function which
4545         is a replacement for the load_file_for_image in class.c.
4546
4547         * assembly.c (mono_assembly_load_module): A wrapper for the function
4548         above which does assembly association and reference loading too.
4549
4550         * class.c (mono_class_from_name): Call mono_assembly_load_module.
4551
4552 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4553
4554         * appdomain.c: not all of the attributes for the full assembly name
4555         are required and the order doesn't matter. Fixes bug #50787.
4556
4557 2003-11-10  Dick Porter  <dick@ximian.com>
4558
4559         * locales.c: Use platform-endian UTF16
4560
4561 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
4562
4563         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
4564         
4565 2003-11-10  Martin Baulig  <martin@ximian.com>
4566
4567         * metadata.c
4568         (mono_metadata_load_generic_params): Make this actually work.
4569
4570         * reflection.c (mono_reflection_bind_generic_parameters): If our
4571         parent is a generic instance, pass all the `types' to it, no
4572         matter whether it has the same number of type parameters or not.
4573
4574 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
4575
4576         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
4577
4578         * assembly.c (mono_assembly_load_references): Move the image<->assembly
4579         assignment code to this function so it gets called recursively for all
4580         modules.
4581
4582         * image.c (load_modules): Remove the assembly assignment since it is
4583         now done by mono_assembly_load_references.
4584         
4585         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
4586         Add 'module' argument.
4587         (mono_module_get_types): New helper function.
4588         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
4589
4590 2003-11-08  Martin Baulig  <martin@ximian.com>
4591
4592         * class.c (mono_class_inflate_generic_method): Interface method
4593         don't have a header.
4594
4595         * reflection.c (mono_image_get_methodspec_token): Take an
4596         additional `MonoGenericInst *' argument instead of reading it from
4597         the header; this is necessary to support interfaces.
4598         (mono_image_create_token): Pass the `MonoGenericInst *' from the
4599         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
4600         (inflated_method_get_object): Take an additional `MonoGenericInst *'
4601         argument.
4602
4603         * reflection.h (MonoReflectionInflatedMethod): Added
4604         `MonoGenericInst *ginst'.
4605
4606 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
4607
4608         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
4609
4610 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
4611
4612         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
4613
4614 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
4615
4616         * reflection.c 
4617         (reflection_methodbuilder_from_method_builder):
4618         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
4619         initialize a ReflectionMethodBuilder structure.
4620         (mono_image_get_methodbuilder_token):
4621         (mono_image_get_ctorbuilder_token): New functions to emit memberref
4622         tokens which point to types in another module inside the same assembly.
4623
4624         * reflection.c: Use the new helper functions.
4625         
4626         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
4627
4628         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
4629         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
4630
4631         * reflection.c (resolution_scope_from_image): Emit a moduleref if
4632         neccesary.
4633
4634         * reflection.c (mono_image_build_metadata): Emit metadata only for the
4635         current module. Emit the manifest only for the main module.
4636
4637         * reflection.c (mono_image_create_token): Add assertion when a 
4638         memberref needs to be created.
4639
4640         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
4641
4642         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
4643         larger buffer for the custom attribute blob. Fixes #50637.
4644         
4645 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4646
4647         * threadpool.c: notify listener on async processing handles after
4648         invoking the async callback. Thanks to Zoltan.
4649
4650 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
4651
4652         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
4653         avoid code duplication.
4654
4655         * reflection.h (MonoDynamicImage): New type which is currently unused,
4656         but will be used through the ref.emit code in place of 
4657         MonoDynamicAssembly.
4658
4659         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
4660         object layout.
4661
4662         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
4663         a MonoDynamicImage instead of just a MonoImage.
4664         
4665         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
4666         icalls to ModuleBuilder but keep their semantics, so they will work
4667         with moduleb->assemblyb. This will change later.
4668         
4669 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
4670
4671         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
4672         object layout.
4673
4674         * reflection.c (mono_image_build_metadata): Avoid creation of a default
4675         main module, since it is now done by the managed code.
4676
4677 2003-11-03  Martin Baulig  <martin@ximian.com>
4678
4679         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
4680         `ginst->klass' here.
4681         (method_encode_methodspec): Don't use the `ginst->generic_method's
4682         klass if it's a generic instance, use `ginst->klass' in this case.
4683
4684 2003-11-03  Martin Baulig  <martin@ximian.com>
4685
4686         * reflection.c (mono_image_get_generic_method_param_info):
4687         Removed, use mono_image_get_generic_param_info() instead.
4688         (mono_image_get_type_info): Write the GenericParam table before
4689         the Method table.  This is neccessary because in the GenericParam
4690         table, type parameters of the class (ie. '!0' etc.) must come
4691         before the ones from its generic methods (ie. '!!0' etc).
4692
4693 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
4694
4695         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
4696
4697 2003-11-02  Martin Baulig  <martin@ximian.com>
4698
4699         * reflection.c (create_generic_typespec): Take a
4700         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
4701         the generic parameters from it.
4702
4703 2003-11-02  Martin Baulig  <martin@ximian.com>
4704
4705         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
4706         instead of a `MonoClassField *' since we just need the type.
4707         (create_generic_typespec): New static function.  Creates a
4708         TypeSpec token for a generic type declaration.
4709         (mono_image_get_generic_field_token): New static function.
4710         (mono_image_create_token): If we're a FieldBuilder in a generic
4711         type declaration, call mono_image_get_generic_field_token() to get
4712         the token.
4713
4714 2003-11-02  Martin Baulig  <martin@ximian.com>
4715
4716         * reflection.h
4717         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
4718         `MonoReflectionGenericInst *declaring_type' and
4719         `MonoReflectionGenericInst *reflected_type' fields.
4720
4721         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
4722         `MonoReflectionGenericInst *declaring_type' and a
4723         `MonoReflectionGenericInst *reflected_type' argument instead of a
4724         single `MonoReflectionGenericInst *type' one.  Set
4725         `res->declaring_type' and `res->reflected_type' from them.
4726         (mono_reflection_inflate_field): Likewise.      
4727
4728 2003-11-02  Martin Baulig  <martin@ximian.com>
4729
4730         * class.c (mono_class_setup_vtable): Don't store generic methods
4731         in the vtable.  
4732
4733 2003-11-02  Martin Baulig  <martin@ximian.com>
4734
4735         * reflection.h (MonoReflectionGenericInst): Added
4736         `MonoReflectionType *declaring_type'.
4737
4738         * reflection.c (mono_reflection_bind_generic_parameters): Use
4739         `if (tb->parent)' instead of `klass->parent'.
4740
4741 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
4742
4743         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
4744         with an empty ASSEMBLY table.
4745
4746         * reflection.c (mono_image_build_metadata): Avoid using the same loop
4747         variable in the inner and outer loops.
4748
4749 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
4750
4751         * metadata.h (mono_metadata_make_token): Put parentheses around macro
4752         argument.
4753
4754         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
4755         
4756         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
4757         icalls. Instead, do everything in managed code. This is needed since
4758         it is hard to restore the original domain etc. in unmanaged code in the
4759         presence of undeniable exceptions.
4760
4761         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
4762         New icalls to push and pop appdomain refs.
4763
4764 2003-10-31  Martin Baulig  <martin@ximian.com>
4765
4766         * class.c (inflate_generic_type): Renamed to
4767         mono_class_inflate_generic_type() and made it public.
4768
4769         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
4770         New interncall.
4771
4772         * loader.c (mono_field_from_memberref): Also set the retklass for
4773         typespecs.
4774
4775         * fielder.c (mono_image_get_inflated_field_token): New static
4776         method; creates a metadata token for an inflated field.
4777         (mono_image_create_token, fixup_method): Added support for
4778         "MonoInflatedField".
4779         (fieldbuilder_to_mono_class_field): New static function.
4780         (mono_reflection_inflate_field): New public function.
4781
4782         * reflection.h
4783         (MonoReflectionGenericInst): Added `MonoArray *fields'.
4784         (MonoReflectionInflatedField): New typedef.     
4785
4786 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
4787
4788         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
4789         for Solaris and other platforms without s6_addr16
4790
4791 2003-10-30  Martin Baulig  <martin@ximian.com>
4792
4793         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
4794         argument instead of two.
4795         (mono_class_inflate_generic_signature): Likewise.
4796         (inflate_generic_header): Likewise.
4797         (mono_class_inflate_generic_method): Likewise.  In addition, if
4798         `ginst->klass' is set, it becomes the new `method->klass'.
4799
4800         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
4801         field.
4802
4803         * reflection.c (encode_generic_method_sig): Write a 0xa as the
4804         first byte. [FIXME]
4805         (method_encode_methodspec): If we have generic parameters, create
4806         a MethodSpec instead of a MethodRef.
4807         (fixup_method): Added support for "MonoInflatedMethod" and
4808         "MonoInflatedCtor".
4809         (mono_image_create_token): Added support for "MonoInflatedMethod"
4810         and "MonoInflatedCtor".
4811         (inflated_method_get_object): New static function; returns a
4812         managed "System.Reflection.MonoInflatedMethod" object.
4813         (mono_reflection_bind_generic_method_parameters): Return a
4814         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
4815         (mono_reflection_inflate_method_or_ctor): Likewise.
4816         (mono_image_get_generic_method_param_info): Initialize unused
4817         fields to zero.
4818         (mono_image_get_generic_param_info): Likewise.
4819
4820         * reflection.h (MonoReflectionInflatedMethod): New public
4821         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
4822         "S.R.MonoInflatedCtor" classes.
4823
4824         * loader.c (method_from_memberref): If we're a TypeSpec and it
4825         resolves to a generic instance, inflate the method.
4826
4827 2003-10-28  Dick Porter  <dick@ximian.com>
4828
4829         * object.c (mono_runtime_run_main): Convert command-line arguments
4830         into utf8, falling back to the user's locale encoding to do so.
4831
4832 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
4833
4834         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
4835         at this time.
4836
4837         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
4838
4839         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
4840         up icalls at method definition time. Partially fixes #33569.
4841
4842 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
4843
4844         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
4845         marshalling of arrays. Fixes #50116.
4846
4847         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
4848
4849         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
4850         points to a vtable in the dying appdomain.
4851
4852         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
4853         listeners into unmanaged code inside the lock.
4854
4855         * object.c (mono_class_vtable): Turn off typed allocation in non-root
4856         domains and add some comments.
4857
4858 2003-10-25  Martin Baulig  <martin@ximian.com>
4859
4860         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
4861
4862         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
4863
4864         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
4865         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
4866         currently parsing.  Create the generic class and store it in
4867         `generic_inst->klass' before parsing the type arguments.  This is
4868         required to support "recursive" definitions; see mcs/tests/gen-23.cs
4869         for an example.
4870         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
4871         to support recursive typespec entries.
4872
4873         * class.c (mono_class_setup_parent): If our parent is a generic
4874         instance, we may get called before it has its name set.
4875         (mono_class_from_generic): Splitted into
4876         mono_class_create_from_generic() and mono_class_initialize_generic().
4877
4878 2003-10-25  Martin Baulig  <martin@ximian.com>
4879
4880         * icall.c (ves_icall_Type_BindGenericParameters): Return a
4881         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
4882         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
4883         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
4884
4885         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
4886         (create_typespec): Likewise.
4887         (mono_reflection_bind_generic_parameters): Return a
4888         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
4889         (mono_reflection_inflate_method_or_ctor): New public function.
4890
4891         * reflection.h (MonoReflectionGenericInst): New typedef.        
4892
4893 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
4894
4895         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
4896         inside the domain lock. Fixes #49993.
4897         
4898         * object.c (mono_class_vtable): When typed allocation is used, 
4899         allocate vtables in the GC heap instead of in the mempool, since the
4900         vtables contain GC descriptors which are used by the collector even
4901         after the domain owning the mempool is unloaded.
4902
4903         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
4904
4905         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
4906         reflect what it does. Also invalidate mempools instead of freeing
4907         them if a define is set.
4908
4909         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
4910         of the appdomain.
4911         
4912         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
4913         hold the finalizable objects in this domain.
4914
4915         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
4916         appdomain.
4917
4918         * appdomain.c (mono_domain_set): New function to set the current
4919         appdomain, but only if it is not being unloaded.
4920
4921         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
4922         appdomain which is being unloaded.
4923         
4924         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
4925         unloading of the root appdomain.
4926
4927         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
4928         icall to execute a method in another appdomain. Intended as a 
4929         replacement for InternalSetDomain, which can confuse the code 
4930         generation in the JIT.
4931
4932         * appdomain.c (mono_domain_is_unloading): New function to determine
4933         whenever an appdomain is unloading.
4934
4935         * appdomain.c (mono_domain_unload): New function to correctly unload
4936         an appdomain.
4937
4938         * assembly.c (mono_assembly_load_references): Check that an assembly
4939         does not references itself.
4940
4941         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
4942         domain manually, it asks the finalizer thread to do it, then waits for
4943         the result. Also added a timeout.
4944
4945         * icall.c: Register the new icalls.
4946
4947         * threads.h threads.c: Export the mono_gc_stop_world and 
4948         mono_gc_start_world functions.
4949         
4950         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
4951         function to fill out the mempool with 0x2a.
4952
4953 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
4954
4955         * reflection.h (MonoReflectionMethodAux): New structure to store
4956         information which is rarely used, thus is not in the MonoMethod
4957         structure.
4958
4959         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
4960         store the aux info.
4961
4962         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
4963         and marshalling info into the aux structure.
4964
4965         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
4966         from the aux structure.
4967
4968         * loader.c (mono_method_get_param_names): Retrieve the param names from
4969         the aux structure.
4970         
4971 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
4972
4973         * exception.h exception.c: Add AppDomainUnloadedException && fix 
4974         warning.
4975
4976 2003-10-21  Dick Porter  <dick@ximian.com>
4977
4978         * socket-io.c
4979         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
4980         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
4981
4982 2003-10-21  Martin Baulig  <martin@ximian.com>
4983
4984         * reflection.c (mono_reflection_bind_generic_parameters):
4985         `klass->parent' is NULL for interfaces.
4986
4987 2003-10-21  Martin Baulig  <martin@ximian.com>
4988
4989         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
4990
4991 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
4992
4993         * exception.c (mono_exception_from_name_msg): New helper function for
4994         creating exceptions and initializing their message field.
4995
4996         * exception.c: Simplify functions using the new helper.
4997
4998         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
4999         New function.
5000
5001         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
5002         mono_raise_exception, since otherwise gcc doesn't generate the function
5003         epilog for raise_exception, confusing the stack unwinding in the JIT.
5004         Fixes #45043.
5005
5006         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
5007         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
5008         Fixes #49499.
5009
5010 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5011
5012         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
5013         utf8.
5014
5015 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
5016
5017         * icall.c: Removed GetUninitializedObject method because
5018           AllocateUninitializedClassInstance does the same.
5019
5020 2003-10-18  Martin Baulig  <martin@ximian.com>
5021
5022         * class.c (inflate_generic_signature): Renamed to
5023         mono_class_inflate_generic_signature() and made it public.
5024         (my_mono_class_from_generic_parameter): New static function; if we
5025         don't already have the generic parameter's MonoClass, create a
5026         very simple one which is just used internally in the runtime and
5027         not passed back to managed code.
5028
5029         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
5030
5031         * metadata.h (MonoMethodSignature): Moved the
5032         `MonoGenericParam *gen_params' to the MonoMethodHeader.
5033         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
5034
5035         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
5036         ves_icall_MonoMethod_GetGenericArguments(); this is now an
5037         interncall on the MonoMethod class, not on MethodInfo.
5038         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
5039         calling mono_reflection_bind_generic_method_parameters() directly.
5040
5041         * loader.c (mono_method_get_signature): If this is a MethodSpec;
5042         return the already computed `method->signature'.
5043         (method_from_methodspec): New static function to load a method
5044         from a MethodSpec entry.
5045         (mono_get_method_from_token): Call the new method_from_methodspec()
5046         for MethodSpec tokens.  
5047         (mono_get_method_from_token): If we're a generic method, load the
5048         type parameters.
5049
5050         * reflection.c (mono_image_get_memberref_token): Allow
5051         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
5052         table.
5053         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
5054         (mono_image_create_token): First check whether it's a generic
5055         method (so we'd need to create a MethodSpec), then do the other
5056         two alternatives.
5057         (mono_reflection_bind_generic_method_parameters): Return a
5058         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
5059         called directly from the interncall.
5060
5061 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
5062
5063         * reflection.c (load_public_key): Move loading of the public key
5064         into managed code.
5065
5066         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
5067
5068         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
5069         fields.
5070
5071         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
5072         culture, hash_alg and public_key. Fixes #49555.
5073
5074 2003-10-17  Martin Baulig  <martin@ximian.com>
5075
5076         * class.h (MonoGenericInst): Moved this declaration here and added
5077         `MonoMethod *generic_method'.
5078
5079         * icall.c
5080         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
5081         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
5082
5083         * metadata.c (mono_metadata_type_equal): Two types of
5084         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
5085         index; ie. don't compare the address of the `MonoGenericParam'
5086         structure.
5087         (mono_metadata_load_generic_params): Removed the `MonoMethod
5088         *method' argument.
5089
5090         * metadata.h (MonoGenericInst): Moved declaration to class.h.
5091         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
5092
5093         * reflection.c (method_encode_signature): Encode the number of
5094         generic parameters.
5095         (encode_generic_method_sig): New static function.
5096         (method_encode_methodspec): New static function; creates an entry
5097         in the MethodSpec table for a generic method.
5098         (mono_image_get_methodspec_token): New static function.
5099         (mono_image_create_token): Call mono_image_get_methodspec_token()
5100         for generic methods.
5101         (mono_reflection_bind_generic_method_parameters): New public
5102         function.  Instantiates a generic method.
5103
5104 2003-10-16  Martin Baulig  <martin@ximian.com>
5105
5106         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
5107         *gen_params' here from MonoMethodHeader.
5108
5109         * metadata.c (mono_metadata_parse_method_signature): If we have
5110         generic parameters, initialize `method->gen_params' and then set
5111         the correct `type->data.generic_param' in all the parameters.
5112
5113 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
5114
5115         * threads.c (mono_threads_get_default_stacksize): New function to 
5116         return the default stacksize.
5117
5118         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
5119         termination of the finalizer thread, since the previous method had
5120         race conditions. Fixes #49628.
5121
5122         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
5123         as for the other managed threads.
5124
5125 2003-10-16  Martin Baulig  <martin@ximian.com>
5126
5127         * class.c (inflate_generic_signature): Copy `generic_param_count'
5128         and `gen_params'.
5129
5130         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
5131         New interncall.
5132
5133         * metadata.c (mono_metadata_parse_method_signature): Actually set
5134         the `method->generic_param_count' here.
5135         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
5136
5137 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
5138
5139         * object.h: Add a new field to TypedRef to simplify the implementation
5140         of the REFANY opcodes in the JIT.
5141
5142         * icall.c: Make use of the new field.
5143
5144         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
5145         dynamically.
5146
5147 2003-10-15  Martin Baulig  <martin@ximian.com>
5148
5149         * class.c (mono_class_from_gen_param): Renamed to
5150         mono_class_from_generic_parameter() and moved most of the
5151         functionality from mono_reflection_define_generic_parameter()
5152         here; ie. we create a "real" class here.
5153         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
5154         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
5155         previously been called.
5156
5157         * class.h (MonoGenericParam): Moved the declaration of this struct
5158         here from metadata.h and added `MonoMethod *method'.
5159
5160         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
5161         interncall.
5162
5163         * loader.c (mono_get_method_from_token): If we have any generic
5164         parameters, call mono_metadata_load_generic_params() to read them
5165         from the MONO_TABLE_GENERICPAR.
5166
5167         * metadata.c (mono_metadata_load_generic_params): Added
5168         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
5169
5170         * metadata.h (MonoMethodSignature): Replaced
5171         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
5172         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
5173
5174         * reflection.c (mono_reflection_define_generic_parameter): Moved
5175         most of the functionality into the new
5176         mono_class_from_generic_parameter(); set the `method' field if
5177         we're a method parameter.       
5178
5179 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
5180
5181         * marshal.c (emit_struct_conv): if native size is 0
5182         emit no code.
5183
5184 2003-10-14  Martin Baulig  <martin@ximian.com>
5185
5186         * icall.c: The generics API has changed in the spec since it was
5187         added to System.Type; these modifications make it match the spec
5188         again.
5189         (ves_icall_Type_GetGenericParameters): Renamed to
5190         `ves_icall_Type_GetGenericArguments'.
5191         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
5192         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
5193         `ves_icall_MonoType_get_HasGenericArguments'.
5194         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
5195         `ves_icall_MonoType_get_IsGenericParameter'.
5196         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
5197         this is no interncall anymore.
5198         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
5199         `ves_icall_TypeBuilder_get_IsGenericParameter'.
5200
5201 2003-10-14  Martin Baulig  <martin@ximian.com>
5202
5203         * reflection.c (mono_reflection_bind_generic_parameters): Also
5204         inflate generic methods if we're reading the class from IL.
5205
5206 2003-10-13  Martin Baulig  <martin@ximian.com>
5207
5208         * reflection.c (mono_reflection_define_generic_parameter): This
5209         method isn't called directly from the icall anymore; take a
5210         `MonoReflectionAssemblyBuilder *' so we can use this for type and
5211         method generic parameters.
5212         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
5213         (method_builder_encode_signature): Encode generic parameters.
5214         (mono_image_get_method_info): Write generic params to the
5215         MONO_TABLE_GENERICPARAM table.
5216
5217         * reflection.h (MonoReflectionMethodBuilder): Added
5218         `MonoArray *generic_params'.
5219
5220         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
5221
5222         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
5223         wrapper for mono_reflection_define_generic_parameter().
5224         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
5225
5226 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
5227
5228         * marshal.h: Add missing function to fix build.
5229
5230         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
5231         the SetLastError pinvoke attribute.
5232
5233         * marshal.c (mono_marshal_set_last_error): New helper function called
5234         by the generated code.
5235         
5236         * marshal.c (mono_mb_emit_branch): New helper function.
5237
5238         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
5239
5240         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
5241         classes as parameters and return values of delegates. Fixes #29256. 
5242
5243 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
5244
5245         * locales.c: use gint32 in non HAVE_ICU case
5246
5247 2003-10-11  Martin Baulig  <martin@ximian.com>
5248
5249         * mono-debug.c (mono_debug_add_method): Added a workaround for
5250         bug #48591.
5251
5252 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
5253
5254         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
5255         delegates passed to native code must use the STDCALL calling 
5256         convention. Fixes #35987.
5257
5258 2003-10-10  Martin Baulig  <martin@ximian.com>
5259
5260         * class.c (inflate_generic_type): If we're inflating for a generic
5261         type instance (and not for a generic method), return
5262         MONO_TYPE_MVAR unchanged.
5263
5264 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5265
5266         * string-icalls.c: Join ignores null strings in the source array.
5267         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
5268         * threads.c: GetAvailableTheads is slightly more accurate.
5269
5270 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
5271
5272         * threads.h threads.c : add mono_threads_set_default_stacksize
5273         and pass default to CreateThread calls.
5274
5275 2003-10-09  Dick Porter  <dick@ximian.com>
5276
5277         * icall.c:
5278         * locales.h:
5279         * locales.c: Internal calls for constructing CultureInfo and
5280         related objects from libicu (if its available.)
5281
5282 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
5283
5284         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
5285
5286 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5287
5288         * threadpool.c: added an argument to async_invoke_thread that is the
5289         item to process, pass the MonoAsyncResult to the thread start function
5290         when creating a new thread. This way we don't need to acquire any lock
5291         when we're creating a new thread. Readded a semaphore for faster
5292         response times (instead of that Sleep i added).
5293
5294 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
5295
5296         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
5297         get daylight change dates better on Windows, fix handling
5298         of platforms without tm_gmtoff.
5299
5300 2003-10-06  Martin Baulig  <martin@ximian.com>
5301
5302         * class.c (inflate_generic_method): Renamed to
5303         mono_class_inflate_generic_method() and made public.
5304         (mono_class_init): Don't inflate the generic methods here.
5305         (mono_class_from_generic): Added `gboolean inflate_methods'
5306         argument.  Inflate the methods here.
5307
5308         * loader.c (mono_method_get_param_names): Ignore instances of
5309         generic types for the moment.
5310
5311         * reflection.c (fixup_method): Added support for inflated methods.
5312         (mono_image_create_token): Use mono_image_get_methodref_token()
5313         for inflated methods.
5314         (mono_custom_attrs_from_param): Ignore instances of generic types
5315         for the moment.
5316         (mono_reflection_bind_generic_parameters): New public function.
5317         Moved all the functionality from
5318         ves_icall_Type_BindGenericParameters() here and added support for
5319         dynamic types.
5320         (mono_reflection_define_generic_parameter): Initialize
5321         `klass->methods' here.
5322
5323         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
5324         functionality into mono_reflection_define_generic_parameter().
5325         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
5326         TypeBuilder, return that TypeBuilder.
5327
5328 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5329
5330         * appdomain.c: removed mono_delegate_semaphore.
5331
5332         * threadpool.c:
5333         (mono_thread_pool_add): moved hash table creation inside and the thread 
5334         creation outside of the critical region.
5335         (mono_thread_pool_finish): removed obsolete code.
5336         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
5337         continue or exit the thread depending on the queue.
5338
5339 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
5340
5341         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
5342         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
5343         handle more bool marshalling options
5344
5345 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
5346
5347         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
5348         arrays of structs. Also add a more descriptive error message when
5349         a structure member is marshalled as LPArray.
5350
5351 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
5352
5353         * marshal.c (mono_marshal_get_native_wrapper): Add support for
5354         marshalling arrays of complex types. Fixes #29098. Also remove an
5355         usused and incomplete function.
5356
5357 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
5358
5359         * gc.c: report heap_size - free_bytes as total memory allocated
5360         (bug#49362).
5361
5362 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
5363
5364         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
5365         fix timezone handling problems on Windows.
5366         
5367         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
5368         asserts when the year is outside the range handled by ms the functions.
5369
5370         * class.c (setup_interface_offsets): If the class is an interface,
5371         fill out its interface_offsets slot.
5372
5373 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5374
5375         * threadpool.c: mark threadpool threads as background.
5376
5377 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
5378
5379         * decimal.c - define DECINLINE to nothing if not using GCC
5380
5381 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
5382
5383         * assembly.c: More refcount fixes.
5384
5385 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5386
5387         * string-icalls.c: if we're not trimming, return the same string.
5388         When not splitting, don't create a new string.
5389
5390 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5391
5392         * image.c:
5393         (mono_image_open): increment the ref_count inside the critical section.
5394
5395 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
5396
5397         * image.c (mono_image_open): Fix reference counting bug.
5398
5399 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
5400
5401         * marshal.c (mono_marshal_type_size) struct alignment changed for 
5402         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
5403         64bits. Avoid leak in mono_marshal_get_native_wrapper when
5404         mono_lookup_pinvoke_call throws.        
5405
5406 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
5407
5408         * reflection.c (mono_reflection_parse_type): Fix #49114.
5409
5410         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
5411         temporary workaround for cygwin header problem.
5412
5413         * object.c (mono_object_isinst): Synchronize this with the code
5414         generated by the JIT for casts.
5415
5416 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
5417
5418         * reflection.c (encode_type): Fix #38332.
5419
5420 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
5421
5422         * marshal.c (mono_marshal_method_from_wrapper): New function to return
5423         the original method from the wrapper method.
5424
5425 2003-09-25  Martin Baulig  <martin@ximian.com>
5426
5427         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
5428         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
5429         (ves_icall_Type_get_IsGenericInstance): New interncall.
5430
5431 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
5432
5433         * object.c: fix cast warning in big endian code.
5434
5435 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
5436
5437         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
5438         
5439 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5440
5441         * assembly.c: don't call check_env from mono_assembly_load. It's
5442         already done once in mono_assemblies_init and may cause headaches when
5443         multiple threads are loading assemblies.
5444
5445 2003-09-19  Martin Baulig  <martin@ximian.com>
5446
5447         * reflection.c (mono_reflection_define_generic_parameter): Don't
5448         allocate `klass->methods', set `klass->flags' to
5449         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
5450
5451 2003-09-18  Martin Baulig  <martin@ximian.com>
5452
5453         * class.c (mono_class_init): Don't create `class->methods' if it's
5454         already initialized.
5455
5456         * metadata.c (mono_metadata_load_generic_params): Make this
5457         actually work.
5458
5459         * reflection.c (mono_reflection_define_generic_parameter): Set
5460         parent class and interfaces from the constraints.
5461
5462         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
5463         to keep this struct in sync with the declaration in TypeBuilder.cs.
5464
5465 2003-09-17  Martin Baulig  <martin@ximian.com>
5466
5467         * metadata.h (MonoType): Replaced the data's `int type_param'
5468         field with `MonoGenericParam *generic_param'.
5469         (MonoGenericParam): Added `MonoClass *klass'.
5470
5471         * class.c (mono_class_from_gen_param): Removed the
5472         `MonoImage *image' and `int type_num' arguments.
5473
5474         * metadata.c (mono_metadata_parse_generic_param): New static
5475         method; creates a MonoGenericParam which just contains the index.
5476         (do_mono_metadata_parse_type): Call
5477         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
5478         MONO_TYPE_MVAR.
5479
5480         * reflection.c (mono_image_typedef_or_ref): Generic type
5481         parameters may be in the same assembly, but never use a typedef
5482         for them.
5483         (mono_reflection_define_generic_parameter): We're now creating a
5484         "real" class for the type parameter; it's now safe to call
5485         mono_class_from_mono_type() on the class'es type, it'll do the
5486         right thing.
5487
5488 2003-09-16  Martin Baulig  <martin@ximian.com>
5489
5490         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
5491         `symfile->range_entry_size' and `symfile->class_entry_size' here;
5492         the `symfile' data structure must be fully initialized before it
5493         gets added to the table.
5494
5495 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
5496
5497         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
5498
5499         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
5500         class init trampolines.
5501
5502 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
5503
5504         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
5505         to the built-in profiler to turn off time and allocation profiling
5506         respectively.
5507
5508 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
5509
5510         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
5511         g_direct_equal.
5512
5513         * debug-helpers.c (mono_method_full_name): Print the wrapper type
5514         in human readable form.
5515
5516 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
5517
5518         * reflection.c icall.c: Fixed warnings.
5519
5520         * image.c (load_class_names): Use a temporary hash table to hold the
5521         namespaces in order to avoid doing many string comparisons.
5522
5523         * image.h: Fix typo.
5524
5525         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
5526         Pass NULL instead of g_direct_equal to the GHashTable constructor 
5527         since the NULL case is short-circuited inside g_hash_table_lookup, 
5528         leading to better performance.  
5529
5530         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
5531         obtain the first custom attribute for a given index. Depends on the
5532         CustomAttribute table being sorted by the parent field.
5533
5534         * reflection.c (mono_custom_attrs_from_index): Use the new function 
5535         for better performance.
5536
5537 2003-09-07  Martin Baulig  <martin@ximian.com>
5538
5539         * class.c (mono_class_init): If we're a generic instance, inflate
5540         all our methods instead of loading them from the image.
5541         (mono_class_from_generic): Set `class->methods = gklass->methods'.
5542
5543 2003-09-07  Martin Baulig  <martin@ximian.com>
5544
5545         * mono-debug-debugger.c: Added support for constructors.
5546
5547 2003-09-06  Martin Baulig  <martin@ximian.com>
5548
5549         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
5550         New interncall.
5551
5552         * reflection.c (mono_reflection_setup_generic_class): Call
5553         ensure_runtime_vtable() to create the vtable.
5554
5555 2003-09-05  Martin Baulig  <martin@ximian.com>
5556
5557         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
5558         MONO_TYPE_MVAR.
5559
5560 2003-09-04  Martin Baulig  <martin@ximian.com>
5561
5562         * reflection.c (mono_reflection_define_generic_parameter): Generic
5563         parameters start with zero.
5564
5565 2003-09-04  Martin Baulig  <martin@ximian.com>
5566
5567         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
5568
5569         * reflection.h (MonoReflectionGenericParam): New typedef.
5570         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
5571         the generic parameters from the managed TypeBuilder.
5572
5573         * reflection.c (mono_reflection_define_generic_parameter): New function.
5574         (mono_reflection_create_runtime_class): Encode generic parameters.
5575         (mono_reflection_setup_generic_class): New function; this is
5576         called after adding adding all generic params to the TypeBuilder.
5577         (encode_type): Added MONO_TYPE_VAR.
5578
5579 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
5580
5581         * class.h class.c (mono_class_needs_cctor_run): Moved this method
5582         here from the JIT.
5583
5584         * assembly.h assembly.c: Moved the AOT loading code into an assembly
5585         load hook.
5586
5587 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
5588
5589         * reflection.h reflection.c class.h class.c: Delete duplicate 
5590         definition of mono_type_get_name () from reflection.c and export the
5591         one in class.c.
5592
5593         * class.c: Class loading fixes from Bernie Solomon 
5594         (bernard@ugsolutions.com).
5595
5596         * reflection.c: Endianness fixes from Bernie Solomon 
5597         (bernard@ugsolutions.com).
5598         
5599 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
5600
5601         * assembly.h assembly.c: Define a file format version for AOT
5602         libraries.
5603         
5604         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
5605
5606         * appdomain.h (MonoJitInfo): New field to determine whenever the
5607         code is domain neutral.
5608         
5609 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
5610
5611         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
5612
5613 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
5614
5615         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
5616         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
5617         Avoid caching the result since strings must be domain specific. Fixes
5618         #48050.
5619
5620 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
5621
5622         * marshal.c (mono_marshal_init): Make this callable multiple times
5623         since it is hard to find a correct place to call it.
5624
5625         * object.c (mono_runtime_class_init): Execute static constructors in
5626         the correct appdomain.
5627
5628         * image.c (build_guid_table): Handle the case when multiple images have
5629         the same GUID.
5630
5631 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5632
5633         * icall.c: added a couple of icalls for System.Web.
5634
5635 2003-08-28  Martin Baulig  <martin@ximian.com>
5636
5637         * icall.c (ves_icall_Type_BindGenericParameters): Use
5638         `klass->generic_inst' instead of `&klass->byval_arg' in the
5639         mono_type_get_object() call.  The returned type must be
5640         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
5641
5642 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
5643
5644         * NOTES: New file.
5645
5646         * object.c (mono_class_proxy_vtable): Make it thread safe.
5647
5648         * pedump.c: Fix warning.
5649
5650         * object.c appdomain.h: Get rid of metadata_section. 
5651         It is no longer needed and it was causing deadlocks with domain->lock.
5652
5653         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
5654
5655 2003-08-26  Martin Baulig  <martin@ximian.com>
5656
5657         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
5658
5659 2003-08-26  Martin Baulig  <martin@ximian.com>
5660
5661         * pedump.c (main): Call mono_metadata_init(),
5662         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
5663         and mono_loader_init().
5664
5665 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
5666
5667         * loader.h: Add missing include to fix build.
5668
5669         * image.h: mono_image_load_references is no more.
5670
5671         * assembly.c: Reworked assembly loading to make it really thread safe.
5672         After these changes, the assembly returned by mono_assembly_open is
5673         fully initialized, i.e. all its references assemblies are loaded.
5674
5675         * assembly.c (mono_image_load_references): Renamed to 
5676         mono_assembly_load_references, and made private, since clients no
5677         longer need to call it.
5678
5679         * class.c: Removed calls to mono_assembly_load_references, since it was
5680         a source of deadlocks.
5681
5682         * loader.h loader.c class.h class.c: Protect data structures using a 
5683         new lock, the loader lock.
5684
5685         * class.c (mono_class_setup_vtable): Create temporary hash tables and
5686         GPtrArrays only when needed.
5687
5688         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
5689         into empty structures by mcs. Fixes pinvoke7.cs.
5690         
5691         * domain.c (mono_init): Call a new initialization function.
5692
5693         * appdomain.c (mono_runtime_init): Call the new initializer function
5694         of the marshal module.
5695
5696         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
5697         inserted into empty structures by mcs. Fixes pinvoke7.cs.
5698
5699         * marshal.h marshal.c: Added locks around the wrapper caches to make
5700         this module thread safe.
5701
5702         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
5703         this argument. Fixes pinvoke1.exe.
5704
5705 2003-08-25  Lluis Sanchez <lluis@ximian.com>
5706
5707         * object.h: Added call_type field to MonoMethodMessage and the corresponding
5708         enumeration of values. Removed fields to store remote call output values in
5709         MonoAsyncResult. Not needed any more.
5710         * object.c: Initialize call_type and async_result fields in mono_message_init.
5711         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
5712         dispatching the message.
5713         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
5714         async call to finish. To do it use a message with EndInvoke call type.
5715
5716 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
5717
5718         * loader.h loader.c (mono_method_hash_marhal_info): New function which
5719         determines whenever a method has marshalling info.
5720
5721 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5722
5723         * assembly.c: fix the build on windows.
5724
5725 2003-08-22 Lluis Sanchez <lluis@ximian.com>
5726
5727         * object.cs: Fixed bug #47785.
5728
5729 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
5730
5731         * string-icalls.c (StringReplace): If their are no occurances of
5732         the old string found return a reference to the supplied
5733         string. This saves some memory and matches MS behavoir.
5734         
5735 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5736
5737         * socket-io.c: fixed compilation for systems that define AF_INET6
5738         and don't define SOL_IP/SOL_IPV6.
5739
5740 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
5741
5742         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
5743         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
5744
5745         * rawbuffer.c rawbuffer.h: Make this module thread safe.
5746
5747         * domain.c: Make this module thread safe.
5748
5749         * domain.c (mono_init): Call new initialization function.
5750
5751         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
5752         reference types too. Fixes #38812.
5753
5754         * image.c (mono_image_init): Fixed warnings.
5755
5756         * class.c (mono_class_from_typeref): Handle assembly load failure
5757         correctly.
5758
5759         * appdomain.c (add_assemblies_to_domain): Handle the case when
5760         the references of an assembly are not yet loaded.
5761
5762         * metadata.c image.c assembly.c: Moved initialization of global
5763         variables to a separate function called at startup since lazy 
5764         initialization of these variables is not thread safe.
5765         
5766         * image.c assembly.c: Made this module thread safe by adding locks in 
5767         the appropriate places.
5768
5769         * domain.c (mono_init): Call the new initialization functions of the
5770         three modules.
5771
5772 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
5773
5774         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
5775           make a direct call. It is proxy's work to make the call asynchronous.
5776           mono_delegate_end_invoke(): If the targe is a proxy, just collect
5777           the return values.
5778         * object.cs: mono_method_call_message_new(): read AsyncResult and
5779           state object from parameters list, if this info is requested.
5780         * object.h: Added fields to store remote call output values in
5781           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
5782
5783 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
5784
5785         * object.h: add needed fields to MonoThread.
5786         * threads.c, threads.h: allow registering a function to cleanup data
5787         allocated per thread by the JIT.
5788
5789 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
5790
5791         * loader.h: portability fix by Bernie Solomon
5792         * <bernard@ugsolutions.com>.
5793
5794 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
5795
5796         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
5797         return a MonoArray. This simplifies the code and also ensures that
5798         the cache allways contains an object reference as a value.
5799
5800         * icall.c (ves_icall_get_parameter_info): Simplified using the new
5801         function.
5802
5803 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5804
5805         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
5806         fixes a problem with byte ordering when getting the address family for
5807         a socket.
5808
5809 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
5810
5811         * .cvsignore: Added monosn.
5812
5813         * reflection.h reflection.c loader.c: Added support for parameter
5814         marshalling to dynamically created types. Fixes #47295.
5815
5816 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
5817
5818         * rand.c: remove useless warnings.
5819
5820 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
5821
5822         * class.c: implemented ldtoken for methods and fieldrefs.
5823
5824 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5825
5826         * threadpool.c: when mono_async_invoke was called, no one took care of
5827         monitoring the queue. So if the method invoked took some time and we
5828         got new async invoke requests after 500 ms (the thread created waited
5829         that long in WaitForSingleObject), the new async invoke was not called
5830         until the previous one finished.
5831
5832         This is fixed now. Thanks to Totte for helping with it.
5833
5834 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5835
5836         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
5837
5838 2003-08-11  Martin Baulig  <martin@ximian.com>
5839
5840         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
5841
5842 2003-08-06  Martin Baulig  <martin@ximian.com>
5843
5844         * mono-debug-debugger.c: Added support for static fields,
5845         properties and methods.
5846
5847 2003-08-06  Martin Baulig  <martin@ximian.com>
5848
5849         * mono-debug-debugger.c: Don't store the MonoString's vtable to
5850         make this work for applications with multiple application domains.
5851
5852 2003-08-04  Martin Baulig  <martin@ximian.com>
5853
5854         * mono-debug-debugger.c: Completely reworked the type support; the
5855         most important thing is that we're now just using one single
5856         `MonoType' instance per type.
5857
5858 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
5859
5860         * mono-endian.h, mono-endian.c, icall.c: Added icall
5861         ves_icall_System_Double_AssertEndianity to assert double word endianity
5862         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
5863
5864 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
5865
5866         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
5867         support, icalls and fixes.
5868
5869 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
5870
5871         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
5872         classes that are a punctuation character in .NET is not the same a
5873         g_unichar_ispunct.
5874
5875 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
5876
5877         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
5878
5879 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
5880
5881         * icall.c: Add new MemCopy internalcall.
5882         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
5883         Simplified code; It is not necessary to handle all the cases here,
5884         as the C# code takes care of it.  Only handle the case of the name
5885         resource embedded into the assembly.
5886
5887         Changed signature to return the data pointer and the size of the
5888         data. 
5889
5890 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
5891
5892         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
5893         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
5894
5895 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
5896
5897         * socket-io.c: ignore EINTR error in select.
5898
5899 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
5900
5901         * class.h, class.c: removed unused subclasses field in MonoClass.
5902
5903 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
5904
5905         * icall.c: improve fix of get_base_definition(). If the parent class
5906           doesn't have the mehod, look at the parent of the parent.
5907         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
5908           to check if a parameter is an in or out parameter
5909           (PARAM_ATTRIBUTE_IN is not set by default).
5910           mono_method_return_message_restore(): Use mono_class_value_size to
5911           get the size of a value type. mono_type_stack_size (parameterType)
5912           does not return the correct value if parameterType is byRef.
5913           mono_load_remote_field(), mono_load_remote_field_new(),
5914           mono_store_remote_field(), mono_store_remote_field_new():
5915           raise exception if the remote call returns an exception.
5916
5917 2003-07-28  Martin Baulig  <martin@ximian.com>
5918
5919         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
5920         method.  This is a wrapper around mono_runtime_invoke() which
5921         boxes the instance object if neccessary.
5922
5923 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
5924
5925         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
5926         metadata.h, row-indexes.h, verify.c: first cut of generics support.
5927
5928 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
5929
5930         * icall.c: disable mcs bug workaround.
5931
5932 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
5933
5934         * object.c (mono_runtime_class_init): Take the metadata_section
5935         mutex before obtaining the domain mutex.
5936
5937         * appdomain.h: Added definition of metadata_section mutex here. 
5938
5939         * object.c: define metadata_mutex here.
5940
5941 2003-07-24  Ravi Pratap  <ravi@ximian.com>
5942
5943         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
5944         fixed.
5945
5946 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
5947
5948         * reflection.c: Fix bug #46669
5949
5950 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5951
5952         * exception.c:
5953         * exception.h:
5954         * icall.c:
5955         * object.h: fill in the type name for TypeLoadException.
5956
5957 2003-07-23  Ravi Pratap  <ravi@ximian.com>
5958
5959         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
5960         relationship between TypeBuilders while compiling corlib) and bug
5961         45993 (Array types returned from the runtime while compiling
5962         corlib were from the loaded corlib).
5963
5964 2003-07-22  Martin Baulig  <martin@ximian.com>
5965
5966         * mono-debug-debugger.c: Reworked the type support a bit more;
5967         distinguish between types and classes.
5968
5969 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
5970
5971         * icall.c: add IsArrayImpl icall.
5972
5973 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
5974
5975         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
5976         initializing real_size only once. Also fix bug #46602.
5977
5978 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
5979
5980         * object.c: Renamed mono_metadata_section to metadata_section.
5981
5982 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
5983
5984         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
5985           empty array if the type is an array. Fixed.
5986           ves_icall_MonoMethod_get_base_definition: if the base method
5987           is abstract, get the MethodInfo from the list of methods of
5988           the class.
5989         * reflection.c: ParameterInfo.PositionImpl should be zero-based
5990           and it was 1-based. Fixed in mono_param_get_objects.
5991
5992 2003-07-20  Martin Baulig  <martin@ximian.com>
5993
5994         * mono-debug.h: Set version number to 31.
5995         (mono_debug_init): Added `MonoDomain *' argument.
5996
5997         * mono-debug-debugger.c: Reworked the type support; explicitly
5998         tell the debugger about builtin types; pass the `klass' address to
5999         the debugger.
6000
6001 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
6002
6003         * image.c: Allow new metadata tables to be loaded without a
6004         warning. Also update the warning message to give the new constant value.
6005                 
6006 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
6007
6008         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
6009         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
6010         array type representation changes.
6011
6012 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
6013
6014         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
6015         on Environment.Exit () call.
6016
6017 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
6018
6019         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
6020         requires a matching corlib.
6021
6022 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
6023
6024         * Changelog: My editor decided to add a CR to each line. Sorry about that.
6025           Committed again without the CRs.
6026         
6027 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
6028
6029         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
6030           getting it from the "this" socket instance. Did not work
6031           if the socket is a subclass of Socket.
6032           Also fixed bug #35371.
6033
6034 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
6035
6036         * metadata.c: fixed size for TypedByRef.
6037         * loader.c: when searching for a method, consider the vararg amrker.
6038         * unicode.c, decimal.c: constify some arrays.
6039
6040 2003-07-15  Dick Porter  <dick@ximian.com>
6041
6042         * socket-io.c: Fixed compilation for gcc < 3.2.
6043
6044         Fixed compilation for machines that don't have AF_INET6 (thanks to
6045         Bernie Solomon <bernard@ugsolutions.com> for that part.)
6046
6047         Fixed compile warnings.
6048         
6049         Fixed formatting and line endings.
6050
6051 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
6052
6053         * socket-io.h:
6054         * socket-io.c: Added IPv6 support.
6055
6056 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
6057
6058         * class.c (mono_class_is_assignable_from): New function to implement
6059         the is_assignable_from logic. Used by mono_object_isinst, 
6060         Type::IsAssignableFrom () and the interpreter.
6061
6062         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
6063         Object, even interfaces.
6064         
6065         * object.c (mono_object_isinst): Implement in terms of 
6066         is_assignable_from.
6067
6068         * icall.c (ves_icall_type_is_assignable_from): New icall.
6069
6070 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
6071
6072         * domain.c (foreach_domain): fix compiler warning.
6073
6074 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
6075
6076         * image.c (load_metadata_ptrs): use g_strndup because strndup is
6077         not available on all plattforms
6078
6079 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
6080
6081         * image.h image.c: Store the metadata version string in MonoImage.
6082         * icall.c: New icall to retrieve the image version.
6083         * reflection.c (create_dynamic_image): Fill in the image version field
6084         * reflection.c (build_compressed_metadata): Use the image version
6085         from the image structure.
6086
6087 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6088
6089         * appdomain.c: modified comment.
6090         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
6091         That will be its last iteration when mono_gc_cleanup is called from
6092         mono_runtime_cleanup and before the domain is unloaded.
6093
6094         Fixes bug #45962.
6095
6096 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
6097
6098         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
6099         attributes.
6100
6101 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
6102
6103         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
6104         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
6105         Bernie Solomon <bernard@ugsolutions.com>.
6106
6107 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
6108
6109         * object.c, object.h: provide mono_object_new_fast() for faster
6110         allocation in some special cases.
6111
6112 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
6113
6114         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
6115         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
6116
6117 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
6118
6119         * threadpool.c: fix leaks.
6120
6121 2003-07-01  Dick Porter  <dick@ximian.com>
6122
6123         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
6124         using MonoGHashTables.  Fixes threadpool bug posted to list.
6125
6126 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
6127
6128         * image.h, image.c: added support to load an assembly from a byte array.
6129         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
6130         assembly bundle support.
6131
6132 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
6133
6134         * threadpool.c (mono_thread_pool_add): keep a reference to the
6135         AsyncResult to prevent GC
6136
6137 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
6138
6139         * class.c: leak fix.
6140
6141 2003-06-25  Dick Porter  <dick@ximian.com>
6142
6143         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
6144         for the async object, the WaitHandle object will close the handle.
6145         Fixes bug 45321.
6146
6147 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
6148
6149         * class.c: in mono_array_class_get (), lookup from the hash with the
6150         same type we insert: this works around a bug in
6151         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
6152         lluis. The real fix will have to wait for after the release.
6153
6154 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
6155
6156         * icall.c: fix memory leak when getting type members.
6157
6158 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
6159
6160         * reflection.c: added more pubtoken special cases.
6161
6162 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
6163
6164         * class.c: handle field offset correctly when class size
6165         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
6166
6167 2003-06-20  Martin Baulig  <martin@ximian.com>
6168
6169         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
6170         *image' field.
6171
6172 2003-06-20  Martin Baulig  <martin@ximian.com>
6173
6174         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
6175
6176 2003-06-20  Martin Baulig  <martin@ximian.com>
6177
6178         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
6179         just distinguish between variables in registers and variables at
6180         an offset relative to a register.
6181
6182 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6183
6184         * icall.c: #ifdef out latest changes until mcs is fixed.
6185
6186 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
6187
6188         * icall.c: return members in metadata order.
6189
6190 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
6191
6192         * icall.c: avoid infinite loop in GetTimeZoneData.
6193
6194 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
6195
6196         * icall.c: added Marshal.Prelink/All icalls.
6197
6198 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
6199
6200         * object.c, object.h: fix warnings and do some overflow checking
6201         when creating arrays.
6202
6203 2003-06-17  Dick Porter  <dick@ximian.com>
6204
6205         * file-io.h:
6206         * file-io.c: File attributes need to be tweaked slightly when
6207         passed from the managed to the w32 world.
6208
6209 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
6210         * profiler.h profiler-private.h profiler.c: Rework last patch
6211         based on suggestion by Paolo.
6212         
6213 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
6214
6215         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
6216         instruction level coverage data collection.
6217         * profiler.h profiler.c (: Added new callback function which can be
6218         used by the profiler to limit which functions should have coverage
6219         instrumentation.
6220         * profiler.c (mono_profiler_load): Call g_module_build_path to
6221         generate the file name of the profiler library.
6222
6223 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
6224
6225         * profiler.c, profiler.h, profiler-private.h: added basic block 
6226         coverage profiling API.
6227
6228 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
6229
6230         * reflection.c (mono_reflection_create_runtime_class): Add support
6231         for events in dynamically generated code.
6232
6233         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
6234         not allocated.
6235
6236 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
6237
6238         * icall.c: when getting timezone info, return reasonable values if we
6239         can't get the actual data.
6240
6241 2003-06-14  Dick Porter  <dick@ximian.com>
6242
6243         * threads.c (start_wrapper): Remove the reference to the thread
6244         object in the TLS data, so the thread object can be finalized.
6245         This won't be reached if the thread threw an uncaught exception,
6246         so those thread handles will stay referenced :-( (This is due to
6247         missing support for scanning thread-specific data in the Boehm GC
6248         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
6249
6250 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
6251
6252         * reflection.c: ensure streams and tables are first allocated with
6253         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
6254
6255 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
6256
6257         * icall.c: fixed GetElementType for byrefs (bug# 44792).
6258
6259 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
6260
6261         * reflection.c (mono_reflection_create_runtime_class): Add support for
6262         properties to dynamically created classes.
6263         * reflection.c: Fix a few places where non-MonoObjects were inserted
6264         into the tokens hashtable.
6265
6266 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
6267
6268         * object.c: some support to handle out of memory exceptions.
6269
6270 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
6271
6272         * marshal.c (mono_marshal_get_native_wrapper): support reference
6273         return types
6274
6275 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
6276
6277         * object.h, object.c: more portability stuff from Bernie Solomon.
6278         Unexport mono_object_allocate(). Added mono_object_unbox ().
6279         Set exitcode when an unhandled exception is thrown.
6280
6281 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
6282
6283         * marshal.c (mono_marshal_get_native_wrapper): use custom
6284         marshaler for return types.
6285
6286 2003-06-10  Dick Porter  <dick@ximian.com>
6287
6288         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
6289         ip_mreq is available
6290
6291 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
6292
6293         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
6294         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
6295         by Bernie Solomon <bernard@ugsolutions.com>.
6296
6297 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
6298
6299         * gc.c (mono_gc_init): Avoid error message on shutdown when
6300         GC_DONT_GC=1 is used.
6301
6302         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
6303         New icall to return the GUID of a module.
6304
6305 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
6306
6307         * class.c: ensure instance size always includes the parent's size
6308         even whem class size is set explicitly (fixes bug#44294).
6309
6310 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
6311
6312         * profiler.h, profiler.c: made the simple profiler thread-safe,
6313         get more accurate timing info. Allow the loading of an
6314         externally-developed profiler module.
6315
6316 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
6317
6318         * marshal.c (mono_marshal_get_native_wrapper): improved
6319         class/byref arguments.
6320         (mono_marshal_get_native_wrapper): better string marshaling support.
6321
6322 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
6323
6324         * class.c: ensure .pack and .size are handled correctly and
6325         simplified layout of static fields.
6326
6327 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
6328
6329         * appdomain.c
6330         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
6331
6332         * loader.c (mono_lookup_pinvoke_call): look for modules in the
6333         current directory (fix bug 44008)
6334
6335 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
6336
6337         * marshal.c (mono_marshal_get_native_wrapper): started support for
6338         custom marshalers.
6339         (mono_delegate_to_ftnptr): consider marshalling specifications
6340
6341 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
6342
6343         * reflection.c, reflection.h: emit custom marshal info.
6344
6345 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6346
6347         * object.c: free the GError.
6348         * icall.c: added CloseEvent_internal.
6349         * threads.[ch]:
6350         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
6351         call.
6352
6353 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
6354
6355         * loader.c (mono_method_get_signature): Add support for dynamic
6356         assemblies.
6357
6358 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
6359
6360         * reflection.c: fixed bug #43905.
6361
6362 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
6363
6364         * class.c, domain.c, icall.c, metadata.h, object.h: support for
6365         handling TypedReference and ArgIterator.
6366         * loader.c, loader.h: added function to get signature at call site.
6367
6368 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
6369
6370         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
6371         data readonly. Buglets and warning fixes. Some MethodSpec support.
6372
6373 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
6374
6375         * class.h, class.c, object.c: remove relative numbering support.
6376
6377 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
6378
6379         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
6380         free the string, until we get a chance to fix Gtk#
6381
6382 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6383
6384         * marshal.c: revert last patch.
6385
6386 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
6387
6388         * icall.c: updates for new mono_class_vtable() not calling
6389         the type constructor anymore.
6390
6391 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
6392
6393         * object.h, object.c: separate vtable creation from type
6394         initialization. Make running the .cctor thread safe.
6395
6396 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
6397
6398         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
6399
6400 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
6401
6402         * loader.c (mono_get_method): consider calling convention
6403
6404 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
6405
6406         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
6407         to return the invisible global type for a module.
6408
6409         * reflection.c (mono_image_build_metadata): Emit global fields too.
6410
6411 2003-05-20  Peter Williams  <peterw@ximian.com>
6412
6413         * loader.c (mono_lookup_internal_call): Add a few newlines.
6414
6415 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
6416
6417         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
6418         literal strings.
6419
6420         * appdomain.c (set_domain_search_path): Recalculate search path when
6421         AppDomainSetup.PrivateBinPath changes.
6422
6423         * object.c (mono_class_compute_gc_descriptor): It turns out some
6424         parts of the class libs (like System.Thread) holds pointers to
6425         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
6426         to treat native int a pointer type here.
6427         
6428 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
6429
6430         * appdomain.h, domain.c: add hashtable for jump target resolution.
6431
6432 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
6433
6434         * reflection.h reflection.c icall.c: Added new icalls 
6435         GetManifestResourceInfoInternal, GetModulesInternal and support
6436         infrastructure.
6437
6438 2003-05-16  Dick Porter  <dick@ximian.com>
6439
6440         * icall.c:
6441         * file-io.h:
6442         * file-io.c: Implement System.IO.MonoIO::GetTempPath
6443
6444 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
6445
6446         * object.c: mono_store_remote_field: little fix to previous patch.
6447
6448 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
6449
6450         * class.c: add constructors to array classes.
6451         * icall.c: special case array construction for InternalInvoke (),
6452
6453 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
6454
6455         * class.h class.c reflection.c object.c: Added support for field
6456         defaults in dynamically generated classes.
6457
6458 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
6459
6460         * reflection.c: properly encode charset for ddlimport.
6461
6462 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
6463
6464         * threads.c: allow compiling without GC.
6465
6466 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
6467
6468         * appdomain.h, object.c, object.h, threads.c, threads.h: added
6469         handling of thread static data.
6470
6471 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
6472
6473         * reflection.h, reflection.c: added mono_custom_attrs_free ().
6474
6475 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
6476
6477         * class.c (mono_array_class_get): always set the serializable flags
6478         (mono_array_class_get): always set the SEALED attribute for array types
6479
6480 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
6481
6482         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
6483         attributes (fix for bug 42021).
6484
6485 2003-05-12  Dick Porter  <dick@ximian.com>
6486
6487         * gc.c: Don't run finalizers when the finalizer thread is
6488         finishing up, because the default domain has already been
6489         destroyed.
6490
6491 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
6492
6493         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
6494         value is null, we should throw an exception.   This is slightly
6495         different than the other conventions used for the constructor.
6496
6497 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6498
6499         * socket-io.c: fixed windows build.
6500
6501 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6502
6503         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
6504
6505 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
6506
6507         * object.c (mono_string_new_wrapper): Compatibility fix for MS
6508         compilers.
6509
6510 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
6511
6512         * class.c (mono_class_layout_fields): Add experimental GC aware
6513         auto layout facility. Requires class library changes to work correctly.
6514
6515         (mono_class_setup_vtable): Avoid overriding explicit interface
6516         method implementations. Fixes iface3.exe test.
6517
6518         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
6519         object reference.
6520         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
6521         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
6522
6523         * metadata.h: Add new type classification macro which determines
6524         whenever the type holds an object reference.
6525
6526 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
6527
6528         * marshal.c (mono_marshal_get_native_wrapper): cleanups
6529
6530 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
6531
6532         * gc.c (finalizer_thread): Work around a GC bug.
6533
6534 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
6535
6536         * marshal.c (emit_struct_conv): allow unions
6537
6538         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
6539
6540 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
6541
6542         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
6543
6544 2003-05-06  Martin Baulig  <martin@ximian.com>
6545
6546         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
6547
6548 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6549
6550         * socket-io.c:
6551         (Select_internal): allow NULLs, don't create arrays if not needed.
6552         Coupled with Socket.cs changes.
6553
6554         * threadpool.c:
6555         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
6556         register a finalizer for it that will close the semaphore handle. This
6557         fixes the leak and make Lupus' test run with > 4080 loops.
6558
6559 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
6560
6561         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
6562         Jerome Laban (bug #42287)
6563
6564 2003-05-02  Martin Baulig  <martin@ximian.com>
6565
6566         * debug-mono-symfile.h
6567         (MonoSymbolFile): Moved declaration into mono-debug.h.
6568         (MonoDebugMethodJitInfo): Likewise.
6569         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
6570         argument.
6571         (_mono_debug_address_from_il_offset): Take a
6572         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
6573
6574         * mono-debug.h
6575         (MonoDebugDomainData): New struct.
6576         (mono_debug_get_domain_data): New function.
6577         (mono_debug_add_method): Take an additional `MonoDomain *'
6578         argument.
6579         (mono_debug_source_location_from_address): Likewise.
6580         (mono_debug_il_offset_from_address): Likewise.
6581         (mono_debug_address_from_il_offset): Likewise.
6582
6583 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
6584
6585         * reflection.c: one more check for null type in custom attrs.
6586
6587 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6588
6589         * reflection.c: avoid warning (comparison is always false due to limited
6590         range of data type).
6591
6592 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6593
6594         * icall.c: throw an exception in Type.GetField if the argument 'name'
6595         is NULL.
6596
6597 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
6598
6599         * reflection.c: fixed handling of enums in named arguments to custom
6600         attributes (bug #42123).
6601
6602 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
6603
6604         * reflection.c: use the right array element type and handle
6605         a null for a Type argument, too.
6606
6607 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
6608
6609         * reflection.c: handle arrays as arguments to custom attributes.
6610
6611 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
6612
6613         * reflection.c: handle a string value in a custom attr
6614         ctor that takes an object.
6615
6616 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
6617
6618         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
6619         (fix bug #42063)
6620
6621 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
6622
6623         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
6624
6625 2003-04-27  Martin Baulig  <martin@ximian.com>
6626
6627         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
6628         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
6629         MONO_DEBUGGER_EVENT_BREAKPOINT.
6630         (mono_breakpoint_trampoline_code): Removed.
6631         (mono_debugger_event_handler): The last argument is now a
6632         `guint32'.
6633         (mono_debugger_insert_breakpoint_full): Removed the
6634         `use_trampoline' argument.
6635         (mono_debugger_method_has_breakpoint): Likewise.
6636         (mono_debugger_trampoline_breakpoint_callback): Renamed to
6637         mono_debugger_breakpoint_callback(); take the method and
6638         breakpoint number as arguments.
6639
6640 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
6641
6642         * metadata.c: fix off by one when loading parameters attributes.
6643
6644 2003-04-24  Martin Baulig  <martin@ximian.com>
6645
6646         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
6647
6648 2003-04-24  Martin Baulig  <martin@ximian.com>
6649
6650         * mono-debug-debugger.c: Moved all code which interacts with the
6651         Mono Debugger here.
6652
6653         * debug-mono-symfile.c: This code now just deals with the symbol
6654         file itself, the debugger code is now in mono-debug-debugger.c.
6655
6656 2003-04-23  Martin Baulig  <martin@ximian.com>
6657
6658         * mono-debug.c (mono_debug_source_location_from_il_offset):
6659         New method; like mono_debug_source_location_from_address(), but
6660         takes an IL offset instead of a machine address.
6661
6662 2003-04-23  Martin Baulig  <martin@ximian.com>
6663
6664         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
6665         `line' field; this is now computed by the debugger.
6666
6667 2003-04-23  Martin Baulig  <martin@ximian.com>
6668
6669         * mono-debug.[ch]: New files.  This is the new debugging interface.
6670
6671         * mono-debug-debugger.[ch]: New files.  Moved all code which
6672         interacts with the Mono Debugger here.
6673
6674 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
6675
6676         * domain.c (mono_init): initialize mono_defaults.monitor_class
6677
6678 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
6679
6680         * reflection.c (method_encode_code): Add a spicy exception to help
6681         future compiler authors.
6682
6683 2003-04-21  Martin Baulig  <martin@ximian.com>
6684
6685         * icall.c
6686         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
6687         Make this work with relative pathnames; g_filename_to_uri() needs
6688         an absolute filename.
6689
6690 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
6691
6692         * icall.c: Track name changes in Object and ValueType.
6693
6694 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
6695
6696         * metadata.c (mono_type_stack_size): size should be a multiple of
6697         sizeof (gpointer)
6698
6699 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6700
6701         * gc.c:
6702         (internal_domain_finalize): moved into mono_domain_finalize. No need
6703         to create another thread because the finalizers will be run in the
6704         finalizer thread.
6705         
6706         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
6707         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
6708         to be run (MS does this too).
6709
6710 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
6711
6712         * object.c (mono_class_compute_gc_descriptor): Update comment.
6713
6714         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
6715
6716         * image.h: Add synchronized wrapper cache.
6717
6718         * image.c (do_mono_image_open): Initialize cache.
6719
6720         * reflection.c (create_dynamic_mono_image): Initialize cache.
6721
6722 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6723
6724         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
6725         ves_icall_System_Buffer_ByteLengthInternal.
6726
6727 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
6728
6729         * reflection.c: setup klass->nested_in earlier. Allow
6730         a dash in the assembly name.
6731
6732 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
6733
6734         * metadata.c (mono_type_to_unmanaged): dont access
6735         type->data.klass for MONO_TYPE_OBJECT
6736         (mono_type_to_unmanaged): consider System.Delegate class
6737
6738 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
6739
6740         * class.c: just setup supertypes in the proper place instead of
6741         initializing the full element class for arrays.
6742
6743 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
6744
6745         * class.c: ensure the element class of arrays is initialized.
6746         Setup the supertype info for array classes, too.
6747
6748 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
6749
6750         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
6751
6752 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6753
6754         * Makefile.am: re-added -m option when running cygpath. This way,
6755         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
6756         separator.
6757         * mono-config.c: same codepath for locating mono config file for WIN32
6758         and the rest.
6759         * assembly.c: if mono_assembly_setrootdir is called, don't override
6760         the value set.
6761
6762 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6763
6764         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
6765         MONO_ASSEMBLIES variable.
6766
6767 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
6768
6769         * icall.c: added Assembly::GetNamespaces() icall.
6770
6771 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6772
6773         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
6774
6775 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
6776
6777         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
6778         * object.c: fixed bug in the construction of vtable for proxies
6779
6780 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
6781
6782         * object.c (mono_array_new): Mark mono_array_new as an icall.
6783
6784 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6785
6786         * class.c: fixed test for public method when overriding interfaces.
6787         Closes bug #40970.
6788
6789 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
6790
6791         * appdomain.h, domain.c: added mono_domain_foreach() to
6792         be able to access the currently loaded appdomains.
6793         * object.c: make string interning work across sppdomains.
6794         Mark some functions for use as icalls.
6795
6796 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
6797
6798         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
6799
6800         * reflection.h reflection.c: Allocate long living data using 
6801         GC_MALLOC_ATOMIC so the collector does not need to scan it.
6802
6803         * reflection.c: Double the allocation size in streams instead of
6804         increasing it, to prevent unneccesary copying on large assemblies.
6805         
6806         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
6807         creation if the assembly does not have the Run flag set.
6808
6809 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
6810
6811         * class.h: avoid the C++ keywords in header files (Jerome Laban
6812         spotted and fixed this).
6813
6814 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6815
6816         * object.c:
6817         (mono_unhandled_exception): fill in the arguments for the
6818         UnhandledException event. Only trigger that event for the default
6819         domain (as MS does).
6820
6821 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
6822
6823         * object.c: Improve typed allocation stuff based on suggestions from
6824         Paolo. Also turn it on if the GC library supports it.
6825
6826 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
6827
6828         * object.c object.h class.h: Added experimental typed allocation
6829         facility using the interfaces in gc_gcj.h.
6830
6831         * os/gc_wrapper.h: Added new include files.
6832         
6833 2003-04-03  Martin Baulig  <martin@ximian.com>
6834
6835         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
6836         which is not yet enabled by default.
6837
6838         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
6839         functions.
6840         (mono_gc_lock, mono_gc_unlock): New static functions.
6841
6842         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
6843         functions; stop/start the world for the garbage collector.  This
6844         is using the windows API; we need to complete the SuspendThread()/
6845         ResumeThread() implementation in the io-layer to make this work on Unix.
6846         (mono_gc_push_all_stacks): New public function; tells the garbage
6847         collector about the stack pointers from all managed threads.
6848
6849 2003-04-03  Martin Baulig  <martin@ximian.com>
6850
6851         * object.h (MonoThread): Added `gpointer stack_ptr'.
6852
6853         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
6854
6855 2003-04-03  Martin Baulig  <martin@ximian.com>
6856
6857         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
6858
6859 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
6860
6861         * reflection.c (typebuilder_setup_fields): Initialize field.first and
6862         field.last.
6863
6864 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
6865
6866         * loader.c (mono_lookup_internal_call): Report the corlib that is
6867         out of sync.
6868
6869 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
6870
6871         * icall.c (ves_icall_type_GetTypeCode): fixed check for
6872         System.DBNull (it's class not valuetype).
6873
6874 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
6875
6876         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
6877         if the array method was already assigned a token (fixes bug#40646).
6878
6879 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
6880
6881         * reflection.c (mono_reflection_get_type): Attempt type resolve even
6882         if no assembly is given.
6883
6884 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
6885
6886         * metadata.h: Added the new tables.
6887
6888         * row-indexes.h: Added definitions for new tables.
6889
6890         * metadata.c: Add schemas for new tables, and add support for
6891         computing the sizes of them.
6892
6893         * class.c: Update for handling the new type cases.
6894
6895 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
6896
6897         * metadata.h (MONO_TYPE_IS_VOID): new macro
6898
6899 2003-03-31  Martin Baulig  <martin@ximian.com>
6900
6901         * threads.h (MonoThreadCallbacks): Added `thread_created'.
6902
6903         * threads.c (mono_thread_new_init): Call `thread_created' in the
6904         mono_thread_callbacks.
6905
6906 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
6907
6908         * loader.h: added marshalbyrefobject_class to mono_defaults
6909         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
6910         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
6911           generation of output parameters.
6912           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
6913         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
6914           contextbound and the target object belongs to the context of the caller.
6915         * object.h: added context and unwrapped_server variables in MonoRealProxy.
6916         * object.c: Implemented support for interfaces and abstract classes
6917           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
6918           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
6919
6920 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
6921
6922         * class.h class.c (mono_class_is_subclass_of): New function.
6923         
6924         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
6925         routines for most common case (calls from ArrayList::ToArray).
6926
6927         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
6928         routine so programs which call Environment::Exit() can be profiled.
6929
6930         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
6931         Added MONO_ARCH_SAVE_REGS.
6932
6933         * icall.c (ves_icall_type_is_subtype_of): Use new function.
6934
6935 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
6936
6937         * blob.h: Add a couple of new MonoType types definitions.
6938
6939         * tabledefs.h: Add a couple of new call convs.
6940
6941 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
6942
6943         * reflection.h (MonoReflectionDynamicAssembly): track changes in
6944         the layout of the class.
6945
6946         * reflection.c (alloc_table): double the size on overflow to avoid
6947         unnecessary copying.
6948
6949         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
6950         avoid filling out metadata tables and blobs. Also set mb->ilgen to
6951         null so it can be garbage collected.
6952         
6953 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
6954
6955         * reflection.c (mono_reflection_get_type): Return the resolved type
6956         only if it is in the assembly we searched.
6957
6958         * reflection.c (ensure_runtime_vtable): Initialize method slots.
6959
6960         * class.c (mono_class_setup_vtable): Set the slot of the overriding
6961         method.
6962
6963 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6964
6965         * appdomain.c:
6966         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
6967         the right one is 'file:///blah', but MS allows it.
6968         * assembly.c:
6969         (mono_assembly_open): allow 'file://blah'
6970
6971         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
6972
6973 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
6974
6975         * socket-io.c: fixes bug #40310.
6976
6977 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
6978
6979         * reflection.c (mono_reflection_parse_type): handle deeply nested
6980         types correctly.
6981
6982         * reflection.c (mono_image_create_token): Use unique token values
6983         since they will be put into a hash table.
6984
6985         * class.c (mono_class_setup_vtable): If a method occurs in more than
6986         one place in the vtable, and it gets overriden, then change the
6987         other occurances too.
6988
6989         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6990         object as return type.
6991
6992 2003-03-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
6993
6994         * icall.c: Deleted "ToString" implementation for double and float
6995         because they are full implemented in managed code.
6996
6997 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
6998
6999         * reflection.c, reflection.h: implemented and exported functions
7000         to retrieve info about custom attributes.
7001
7002 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7003
7004         * appdomain.c: moved Uri handling to assembly.c
7005         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
7006         work when using a file Uri in *nix and windows.
7007
7008         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
7009         GetReferencedAssemblies.
7010
7011 2003-03-18  Dick Porter  <dick@ximian.com>
7012
7013         * icall.c: Rename a couple of internal calls
7014
7015         * threads.c: Set the thread state to Stopped when a thread exits.
7016         Fixes bug 39377.
7017
7018 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
7019
7020         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
7021         New icall.
7022
7023         * object.c (mono_class_vtable): fix warning.
7024
7025 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
7026
7027         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
7028
7029         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
7030         memory.
7031         (method_encode_clauses): Create exception info structures in the right
7032         order.
7033         (mono_reflection_setup_internal_class): Initialize supertypes field.
7034
7035         * class.c object.c: Handle interfaces which implement other interfaces 
7036         correctly.
7037
7038         * class.h class.c: Move the supertypes array initialization code into 
7039         a separate function so it can be used for dynamic types too. Also call
7040         it earlier, in mono_class_init(), since it can be used before the
7041         type is initialized.
7042
7043 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7044
7045         * Makefile.am:
7046         * assembly.c:
7047         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
7048
7049         * appdomain.c:
7050         * appdomain.h:
7051         * marshal.c:
7052         * object.c: remove warnings.
7053
7054 2003-03-13  Martin Baulig  <martin@ximian.com>
7055
7056         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
7057         (MonoDebugLexicalBlockEntry): New types.
7058
7059         * debug-mono-symfile.c
7060         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
7061
7062 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7063
7064         * process.c: ret can be any non-zero value accroding to MS doc.
7065
7066 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
7067
7068         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
7069         fixing a warning for a miss-used prototype, would have cause
7070         random memory corruption.
7071
7072 2003-03-07  Martin Baulig  <martin@ximian.com>
7073
7074         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
7075         getting really annoying ....
7076
7077 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
7078
7079         * reflection.c (fixup_method): added support for array methods.
7080
7081 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
7082
7083         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
7084         (pointed out by Michael Adams).
7085
7086 2003-03-04  Dick Porter  <dick@ximian.com>
7087
7088         * icall.c: Temporarily reverted the Double and Single ToString()
7089         change, because it broke nunit.
7090
7091 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
7092
7093         * object.h, threads.h: make include files compatible with C++
7094         (patch by Jerome Laban <jlaban@wanadoo.fr>).
7095
7096 2003-03-04  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
7097
7098         * icall.c: Erased ToString helper functions for Double and Single.
7099         Now, that implementations ar all in managed code (Double and Single
7100         Formatters).
7101
7102 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
7103
7104         * appdomain.c: Added method for initializing the default context of
7105         a domain. Added internal call for getting the default context.
7106         * appdomain.h: Added context variable in MonoDomain struct.
7107         * domain.c: mono_domain_set also sets the default context of the domain
7108         * icall.c: Mapped internal method InternalGetDefaultContext.
7109         * object.c: mono_object_get_virtual_method returns always a remoting
7110         wrapper if the object is a transparent proxy.
7111         mono_runtime_invoke_array: when creating an object by calling the
7112         constructor, if the created object is a proxy, then the constructor should
7113         be called using the a remoting wrapper.
7114
7115 2003-03-03  Dick Porter  <dick@ximian.com>
7116
7117         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
7118         variable so it compiles on solaris.  Problem spotted by
7119         Christopher Taylor <ct@cs.clemson.edu>
7120
7121 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7122
7123         * appdomain.c:
7124         (get_info_from_assembly_name): don't leak value.
7125
7126         * icall.c:
7127         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
7128         result.
7129
7130 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
7131
7132         * assembly.c: export mono_image_load_references ().
7133         * class.c: handle function pointers. mono_class_from_name() now
7134         supports nested type names directly.
7135
7136 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
7137
7138         * reflection.h reflection.c: Encode already created dynamic methods 
7139         and fields correctly as a DEF instead of a REF.
7140
7141         * reflection.c: Get rid of the force_ref argument to 
7142         mono_image_typedef_or_ref since it was wrong in the first place.
7143
7144         * string-icalls.c: add error checking to string constructors according
7145         to the MSDN docs.
7146
7147         * reflection.c: Emit types in the order their TypeBuilders were 
7148         created. Previously, a new table index was assigned to each type before
7149         the tables were emitted. This was wrong because the signature blob
7150         might already refer to a type by its original table index.
7151
7152 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
7153
7154         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
7155         change.
7156         
7157 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7158
7159         * Makefile.am: make assemblies dir have \ instead of / on windows.
7160
7161 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
7162
7163         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
7164         iterate over the NESTEDCLASS table using a linear search since the
7165         table is not guaranteed to be sorted by the secondary key.
7166
7167         * class.c (mono_class_create_from_typedef): fixed up call to
7168         mono_metadata_nesting_typedef.
7169         
7170 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
7171
7172         * marshal.c (mono_string_to_byvalstr): clear the memory as
7173         suggested by Jerome Laban <jlaban@wanadoo.fr>
7174
7175 2003-02-26  Dick Porter  <dick@ximian.com>
7176
7177         * process.c: Cope with padding in .rsrc blocks
7178
7179 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
7180
7181         * metadata.h: reverted the filter_len change, it breaks reflection
7182         
7183 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
7184
7185         * metadata.h: added a new field to store the filter_len
7186         
7187
7188 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
7189
7190         * reflection.c: handle custom attributes for types and members
7191         created with Reflection.Emit (bug#38422).
7192
7193 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
7194
7195         * reflection.c: define RTSpecialName automatically for constructors for
7196         compatibility with MS.NET.
7197
7198         * reflection.c (mono_reflection_create_runtime_class): initialize
7199         nested_in field of dynamically created classes.
7200
7201 2003-02-22  Martin Baulig  <martin@ximian.com>
7202
7203         * debug-mono-symfile.h: Incremented version number.
7204
7205 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
7206
7207         * object.h icall.c process.c: fix warnings.
7208
7209 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
7210
7211         * appdomain.h appdomain.c:
7212         (mono_domain_try_type_resolve): split the 
7213         name_or_tb argument into a name and a tb argument.
7214         (mono_domain_has_type_resolve): new function to check whenever the
7215         application has registered a TypeResolve event handler.
7216         
7217         * icall.c reflection.h reflection.c: move the type resolve logic into
7218         mono_reflection_get_type () so it will be invoked when 
7219         Assembly::GetType () is called.
7220
7221         * reflection.c:
7222         (mono_reflection_get_type): renamed to get_type_internal.
7223         (mono_reflection_get_type): fixed type name generation so it works 
7224         for nested types too.
7225         (mono_reflection_get_type): call has_type_resolve () to avoid the 
7226         costly type name generation if there is no resolve event handler.
7227
7228 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
7229
7230         * class.c, image.c: load exported types from file references.
7231
7232 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
7233
7234         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
7235           used to cache the managed methods used to create proxies and make 
7236           remote invocation of methods.
7237         * class.h: Added in MonoVTable a flag to indicate that a class needs 
7238           to be remotely created.
7239         * object.c: Modified the method mono_class_vtable(). It now initializes 
7240           the remote flag of the vtable. Modified mono_object_new_specific(), 
7241           so now it checks the remote flag.
7242         * icall.c: Added a couple of internal methods, one for enabling instance 
7243           creation interception for a type, and one for creating objects bypassing
7244           the remote check.
7245
7246 2003-02-18  Martin Baulig  <martin@ximian.com>
7247
7248         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
7249         New interncall to get a method's metadata token.
7250
7251         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
7252         New interncall for the debugger.
7253
7254 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
7255
7256         * class.c (mono_class_setup_vtable): allocate supertype array
7257
7258 2003-02-18  Martin Baulig  <martin@ximian.com>
7259
7260         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
7261
7262 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7263
7264         * reflection.c:
7265         (assembly_name_to_aname): jump over unknown properties (i've found
7266         something like: 'type, assembly, version=xxx, custom=null, public...',
7267         so now will ignore custom=null and still get the rest of the values).
7268
7269 2003-02-17  Dick Porter  <dick@ximian.com>
7270
7271         * threads.c: Have Thread.Start() wait for a semaphore to signal
7272         that the thread has set up all its local data.  This fixes bug
7273         34323, where Abort() raced the new thread's TLS data.
7274
7275         Also removes the handle_store() call from start_wrapper, because
7276         threads are now always created suspended and there is no longer a
7277         race between the parent and child threads to store the info.
7278
7279 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
7280
7281         * image.c: explain the #- heap issue in a message, hopefully
7282         avoiding FAQs on mono-list.
7283
7284 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7285
7286         * icall.c:
7287         (GetEntryAssembly): if the domain has not invoked
7288         AppDomain.ExecuteAssembly yet, return the assembly of the default
7289         AppDomain.
7290
7291 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
7292
7293         * class.c (mono_ldtoken): make it work in dynamic assemblies.
7294
7295 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
7296
7297         * metadata.c, reflection.c: simple speedup to type hash
7298         and equals code.
7299
7300 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
7301
7302         * image.c, image.h, class.c, assembly.c: move module loading
7303         to MonoImage. When loading metadata, consider alignemnet from
7304         the start of metadata, not from the metadata address in memory.
7305
7306 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
7307
7308         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
7309         AssemblyBuilder objects. Factored out custom attribute creation into
7310         a separate function.
7311         (create_custom_attr): new function to create custom attributes.
7312
7313 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
7314
7315         * Makefile.am: Got tired of typing the full pathname to pedump.
7316         Until there is another option, am installing this.
7317
7318 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
7319
7320         * class.c (class_compute_field_layout): always set field->parent 
7321         (mono_ldtoken): use mono_defaults.fieldhandle_class;
7322
7323 2003-02-11  Dick Porter  <dick@ximian.com>
7324
7325         * threads-types.h:
7326         * monitor.c: Rewrote Monitor, making lock much faster and
7327         Pulse/Wait work as specified.  Also uses much fewer handles, and only
7328         creates them as needed.
7329
7330         * exception.c: Added SynchronizationLockException
7331
7332         * threads.c: Deleted old Monitor implementation.  The new one is
7333         in a new file.
7334
7335 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
7336
7337         * class.c: handled TypedReference type code. Set the correct size for
7338         class data. Setup interface_offsets for interface classes, too.
7339
7340 2003-02-09  Martin Baulig  <martin@ximian.com>
7341
7342         * debug-mono-symfile.h: Reflect latest symbol writer changes.
7343
7344 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
7345
7346         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
7347         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
7348         * object.c: fixed mono_object_get_virtual_method () for interfaces.
7349         * verify.c: check for code that runs after the end of the method.
7350
7351 2003-02-08  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
7352
7353         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
7354         "System.Math::Round2".
7355         * sysmath.h: Added Floor, Round and Round2 definitions.
7356         * sysmath.c: Modified certain functions that were not 100% compliant
7357         with MS.NET (math precision) and added the implementation of Floor,
7358         Round and Round2.
7359
7360 2003-02-07  Martin Baulig  <martin@ximian.com>
7361
7362         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
7363
7364 2003-02-07  Martin Baulig  <martin@ximian.com>
7365
7366         * debug-mono-symfile.c: Reflected latest symwriter changes.
7367         (mono_debug_create_mono_symbol_file): Removed.
7368         (mono_debug_open_mono_symbol_file): Take an argument which
7369         specifies whether to create a dynamic symbol file.
7370
7371 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
7372
7373         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
7374
7375 2003-02-05  Martin Baulig  <martin@ximian.com>
7376
7377         * reflection.c (mono_image_build_metadata): Make this public,
7378         protect it against being called multiple times, don't create
7379         resources and don't build the compressed metadata here.
7380         (mono_image_create_pefile): Do this here.
7381
7382         * icall.c
7383         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
7384
7385 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7386
7387         * socket-io.c: fixed bug #36322.
7388
7389 2003-02-06  Piers Haken <piersh@friskit.com>
7390
7391         * appdomain.[ch]:
7392         * class.h:
7393         * debug-mono-symfile.c:
7394         * icall.c:
7395         * loader.c:
7396         * mono-config.c:
7397         * monosn.c:
7398         * reflection.c:
7399         * socket-io.c: warning cleanups
7400
7401 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
7402
7403         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
7404         function. works like remoting invoke, but does a check for the Proxy first.
7405
7406 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
7407
7408         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
7409
7410 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
7411
7412         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
7413         array of pointers.
7414         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
7415         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
7416
7417         * object.c (mono_store_remote_field_new): used by the new jit
7418         instead of mono_store_remote_field
7419         (mono_load_remote_field_new): used by the new jit
7420         instead of mono_load_remote_field
7421
7422 2003-02-05  Patrik Torstensson
7423
7424         * appdomain.c: changed unload to take the domain id instead
7425         of domain
7426         
7427         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
7428
7429
7430 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7431
7432         * appdomain.c: don't look for assemblies in ApplicationBase if
7433         PrivateBinPathProbe is set.
7434
7435 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7436
7437         * object.c: make the first argument in main_args contain the absolute
7438         path to the assembly. Fixes bug #37511.
7439
7440 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7441
7442         * icall.c: get correct UTC offset for countries not using daylight
7443         time saving. Fixes bug #30030.
7444
7445 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7446
7447         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
7448         and 1 are the family).
7449
7450 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
7451
7452         * icall.c (ves_icall_InternalExecute): removed wrong assertion
7453
7454         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
7455
7456 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
7457
7458         * reflection.c: added support for SignatureHelper tokens, which is
7459         needed by the Calli opcode.
7460
7461         * reflection.h: track changes to SignatureHelper class.
7462
7463         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
7464
7465 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7466
7467         * appdomain.c: fixed loading assemblies from PrivateBinPath.
7468
7469 2003-02-03  Patrik Torstensson
7470         * appdomain.[c|h], domain.c : 
7471          - Added support for getting a domain via domain id
7472          - Support for setting and getting domain from System.AppDomain 
7473            (used in cross appdomain channel)
7474          - Added support for get/set for a MonoAppContext on a thread 
7475            (Context class in System.Runtime.Remoting.Contexts),
7476          - Removed hack in Get/SetData and ExecuteAssembly.
7477         
7478         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
7479         the managed world to get control when a proxy is created.
7480
7481         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
7482         
7483 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
7484
7485         * icall.c
7486         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
7487         Populate the codebase field as well.
7488
7489 2003-02-02  Martin Baulig  <martin@ximian.com>
7490
7491         * debug-mono-symfile.c
7492         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
7493         (mono_debug_symfile_add_method): Allow interncalls.
7494
7495 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7496
7497         * icall.c: throw parse exception if strtod fails or the string is empty.
7498
7499 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
7500
7501         * marshal.c: handle object type separately from defined
7502         class types.
7503
7504 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
7505
7506         * marshal.c: handle NATIVE_LPSTR for strings when it's
7507         explicitly specified.
7508
7509 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
7510
7511         * reflection.c, reflection.h, icall.c: setup the reflection
7512         handle cache for ModuleBuilders and AssemblyBuilders.
7513
7514 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
7515
7516         * reflection.c (reflection_methodbuilder_to_mono_method): set
7517         pinvoke flag
7518
7519 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7520
7521         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
7522
7523 2003-01-29  Dick Porter  <dick@ximian.com>
7524
7525         * threads.c: No need for the fake_thread kludge now that Thread
7526         doesn't run a class constructor
7527         
7528 2003-01-29  Dick Porter  <dick@ximian.com>
7529
7530         * threads.c: Use g_direct_hash instead of the rather bogus
7531         g_int_hash
7532
7533 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
7534
7535         * marshal.c (mono_marshal_get_native_wrapper): add check for null
7536         (fix pinvoke12.exe)
7537         (mono_marshal_get_struct_to_ptr): generate valid IL code
7538         (mono_marshal_get_ptr_to_struct): generate valid IL code
7539         (*): correctly set sig->pinvoke, we need to memdup the signature
7540         to do that
7541
7542 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
7543
7544         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
7545         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
7546
7547 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
7548
7549         * profiler.c: provide more callers information.
7550
7551 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
7552
7553         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
7554
7555         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
7556
7557         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
7558
7559 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
7560
7561         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
7562         exception instead of going into an infinite loop on dates which it 
7563         can't yet handle.
7564
7565         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
7566         out-of-range exception if needed.
7567
7568         * class.c (mono_class_setup_vtable): allow a virtual method to provide
7569         an implementation for an interface method and to override an inherited
7570         method at the same time. 
7571         Imagine a scenario when a virtual method is used to override a
7572         virtual abstract method in a parent class, and this same method 
7573         provides an implementation for an method inherited from an interface. 
7574         In this case, the interface resolution code will set im->slot, which 
7575         means that the virtual method override pass will skip this method 
7576         which means a pointer to the abstract method inherited from the parent
7577         will remain in the vtable of this non-abstract class.
7578
7579         * class.c: (mono_class_setup_vtable): continue search for a real 
7580         method if only an abstract method is found.     
7581
7582 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
7583
7584         * reflection.c: add size to encoding for ByValStr and ByValArray
7585         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
7586
7587 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
7588
7589         * class.c (mono_class_setup_vtable): pass the override info as an
7590         argument.
7591
7592         * class.c (mono_class_setup_vtable): set the slot of overriding methods
7593         correctly.
7594         
7595         * reflection.c (ensure_runtime_vtable); add support for method 
7596         overrides.
7597         
7598 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
7599
7600         * reflection.c (resolution_scope_from_image): Hack to work to work with
7601         dynamic assemblies.
7602
7603         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
7604         added a 'force_ref' argument to force this function to allways return 
7605         a TypeRef. This is needed by mono_image_get_memberref_token ().
7606         
7607 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
7608
7609         * reflection.c (mono_image_get_type_info): interfaces really don't have
7610         a parent.
7611
7612         * reflection.c (mono_image_basic_init): fill out missing fields of
7613         image structure.
7614
7615         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
7616         dynamic assemblies. This is required so dynamic assemblies show up in
7617         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
7618         Type::GetType() etc. This is consistent with MS behaviour.
7619
7620         * image.c image.h reflection.c: add newly created classes to the name 
7621         cache so mono_class_get () will find them.      
7622
7623 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
7624
7625         First part of changes to get IKVM.NET running under mono.
7626         
7627         * appdomain.h, appdomain.c: added new function 
7628         mono_domain_try_type_resolve() which will emit TypeResolve events. 
7629         This function will call AppDomain::DoTypeResolve to do the actual work.
7630
7631         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
7632         moved existing code dealing with dynamic tokens to a new function 
7633         called mono_reflection_lookup_dynamic_token (). This function will 
7634         raise TypeResolve events when appropriate. Since reflection.c is not 
7635         part of libmetadata, a new hook function called 
7636         mono_lookup_dynamic_token() is added to class.c which will call this.
7637
7638         * assembly.h assembly.c: make the invoke_load_hook function public,
7639         so it can be called for dynamic assemblies.
7640
7641         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
7642
7643         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
7644         type isn't found.
7645
7646         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
7647         MonoGHashTable, since it contains pointers to objects which the GC 
7648         needs to track.
7649
7650         * assembly.c (search_loaded): remove unused variable.
7651         
7652 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
7653
7654         * object.c: fixed issue exposed by gcc-generated IL programs
7655         that use RVA data for pointers.
7656
7657 2003-01-25  Martin Baulig  <martin@ximian.com>
7658
7659         * threads.c (start_wrapper): Moved the initialization of
7660         `start_func' above the mono_new_thread_init() call to which we
7661         pass it as argument.
7662
7663 2003-01-24  Martin Baulig  <martin@ximian.com>
7664
7665         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
7666         the MonoThread pointer.
7667
7668 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
7669
7670         * icall.c: Rename `PowImpl' to Pow.
7671
7672 2003-01-23  Dick Porter  <dick@ximian.com>
7673
7674         * threads.c (start_wrapper): Create a Thread object if needed, so
7675         the Main() thread can do the class initialisation in a subthread
7676         that has been set up to allow managed code execution.
7677
7678         Pass the thread ID instead of the MonoThread pointer to the thread
7679         start and attach callbacks.  This change is required, because the
7680         jit thread start callback must be called _before_ the Thread
7681         object can be created.
7682         
7683         (mono_thread_init): Removed much object creation code that is no
7684         longer needed.  No managed code is called from here now.
7685
7686         * object.c (mono_runtime_exec_managed_code): Create a subthread
7687         for Main, and call back to the runtime to use it.
7688         Set the exit code when Main exits.
7689
7690         * gc.c: Make sure domain finalisation happens in a subthread.
7691         Re-enable threaded GC, fixing bug 31333 (again).
7692
7693         * environment.c: System.Environment internall calls (so far just
7694         ExitCode is here, the others are still in icall.c)
7695
7696         * appdomain.c (mono_runtime_cleanup): All threads running managed
7697         code should have finished before mono_runtime_cleanup() is
7698         reached, so no need to clean up threads.
7699
7700 2003-01-22  Martin Baulig  <martin@ximian.com>
7701
7702         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
7703         `gpointer func' arguments.      
7704         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
7705         but added `MonoThread *thread' argument.
7706         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
7707
7708         * threads.c (mono_new_thread_init): Added `gpointer func' argument
7709         and pass it to the mono_thread_start_cb callback.
7710         (mono_install_thread_callbacks): New public function to install a
7711         set of callbacks which are set by the debugger.
7712         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
7713
7714 2003-01-22  Martin Baulig  <martin@ximian.com>
7715
7716         * Makefile.am: Install debug-mono-symfile.h.
7717
7718 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
7719
7720         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
7721
7722 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
7723
7724         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
7725         * class.c (mono_ptr_class_get): correctly set access levels of pointers
7726         (mono_array_class_get): correctly set access levels of arrays
7727
7728 2003-01-20      Patrik Torstensson
7729         * image.h (MonoAssemblyName): changed major, minor, build, revision
7730         from signed to unsigned.
7731
7732 2003-01-20  sean kasun <skasun@azstarnet.com>
7733
7734         * reflection.c (load_cattr_value): Now this handles
7735         MONO_TYPE_SZARRAY.  Fixes bug #35629
7736
7737 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
7738
7739         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
7740         integer value
7741
7742 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7743
7744         * decimal.c: fixed bug #26056.
7745
7746 2003-01-17  Martin Baulig  <martin@ximian.com>
7747
7748         * gc.c: Raise an ExecutionEngineException instead of using g_error().
7749
7750 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7751
7752         * exception.[ch]:
7753         (mono_get_exception_type_initialization): new function.
7754
7755         * object.c: throw a TypeInitializationException when an exception is
7756         thrown invoking the class constructor.
7757
7758 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7759
7760         * reflection.c: fixed attribute reading.
7761
7762 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7763
7764         * icall.c:
7765         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
7766         provided, look for the type in the calling assembly and then in
7767         mscorlib; if the assembly name is provided, only try that one.
7768
7769 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
7770
7771         * object.c: register the vtable before there is a chance it's
7772         queried again recursively.
7773
7774 2003-01-13  Duncan Mak  <duncan@ximian.com>
7775
7776         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
7777         gc-internal.h. 
7778         
7779 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
7780
7781         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
7782
7783 2003-01-11  Martin Baulig  <martin@ximian.com>
7784
7785         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
7786         this to 20 for the release.
7787
7788 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
7789
7790         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
7791
7792         * loader.c (mono_method_get_marshal_info): bug fix
7793
7794         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
7795         structures with explicit layout
7796
7797 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
7798
7799         * profiler.c: made the output more readable (and sorted). 
7800         Added caller information for the allocation profiler.
7801
7802 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
7803
7804         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
7805
7806 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7807
7808         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
7809         to get value types.
7810         
7811 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
7812
7813         * object.c, profiler.h, profiler.c, profiler-private.h:
7814         Added object allocation profiler.
7815
7816 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
7817
7818         * reflection.h, reflection.c: handle global methods.
7819         Compress blob entries.
7820
7821 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
7822
7823         * marshal.c: fix compilation.
7824
7825 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
7826
7827         * loader.c (mono_method_get_marshal_info): impl.
7828
7829         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
7830
7831 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7832
7833         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
7834         for reference types.
7835
7836 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
7837
7838         * loader.c: fixed off by one error in loaded parameter names.
7839
7840 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
7841
7842         * marshal.c (mono_marshal_get_icall_wrapper): like
7843         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
7844         instead of a MonoMethod.
7845
7846 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7847
7848         * decimal.c: fixed bug #36537.
7849
7850 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
7851
7852         * marshal.c: throw a missing method exception if a
7853         P/Invoke method is not found.
7854
7855 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
7856
7857         * icall.c: allow a null this for constructors.
7858
7859 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
7860
7861         * icall.c: raise the proper exceptions if the arguments to the
7862         internal Invoke are incorrect.
7863
7864 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
7865
7866         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
7867
7868 2003-01-03  Martin Baulig  <martin@ximian.com>
7869
7870         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
7871
7872 2002-12-31  Martin Baulig  <martin@ximian.com>
7873
7874         * debug-mono-symfile.c: Completely rewrote the type section.
7875         Instead of using individual malloc()ed fields, we use one big
7876         continuous memory area and offsets into this area.
7877         See the comments in the source code for details.
7878
7879 2002-12-30  Martin Baulig  <martin@ximian.com>
7880
7881         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
7882
7883 2002-12-30  Martin Baulig  <martin@ximian.com>
7884
7885         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
7886         line number table in this data blob instead of using an external
7887         pointer.
7888
7889 2002-12-28  Martin Baulig  <martin@ximian.com>
7890
7891         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
7892
7893 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
7894
7895         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
7896         as a boxed return type.
7897
7898 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
7899
7900         * appdomain.c
7901         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
7902         g_build_filename to properly get separators on the filename created.
7903
7904         * object.h: Small change, introduce MonoMarshalByRefObject to
7905         track the layout of that structure in the C# universe as we make
7906         changes there.
7907
7908 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
7909
7910         * object.c: removed assert to allow static fields on interfaces.
7911         * loader.c: a TypeSpec may be used for any type, not just arrays.
7912
7913 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
7914
7915         * class.c, class.h: added mono_class_array_element_size ().
7916         Ignore static methods in interfaces.
7917
7918 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7919
7920         * threads.c: fixed the build under cygwin.
7921
7922 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
7923
7924         * reflection.c: handle nullref constants. Allocate keys for
7925         reflection handles with the GC.
7926
7927 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
7928
7929         * threads.c, threads.h: added mono_thread_get_abort_signal()
7930         to get a suitable signal for thread abort.
7931
7932 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
7933
7934         * metadata.c: fix handling of ExportedType table.
7935
7936 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7937
7938         * icall.c: added WriteWindowsDebugString internal call.
7939
7940 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7941
7942         * reflection.h: added fields to match C# implementation.
7943
7944 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7945
7946         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
7947
7948 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
7949
7950         * gc.h, gc-internal.h: Rename header for GC internal calls to
7951         gc-internal.h from gc.h as to not clash with Boehm GC having its
7952         header installed as <gc.h> in outside include paths.
7953         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
7954         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
7955
7956 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7957
7958         * icall.c: assign minor, build and revision in FillName.
7959
7960 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
7961
7962         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
7963         Added support for running code generated by Reflection.Emit.
7964
7965 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7966
7967         * appdomain.c: check for NULL argument in LoadFrom.
7968
7969 2002-12-10  Dick Porter  <dick@ximian.com>
7970
7971         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
7972
7973 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7974
7975         * appdomain.c: fix buglet when building exe file name.  Handle full
7976         assembly name (needed after latest changes to AssemblyName).
7977         * image.c:
7978         (mono_image_close): free some hashtables.
7979
7980 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
7981
7982         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
7983         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
7984         on some systems (redhat 7.3) 
7985
7986 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
7987
7988         * threads.c: delete the critical section of a sync block,
7989         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
7990
7991 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
7992
7993         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
7994
7995 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7996
7997         * appdomain.[ch]: handle the assembly preload event to try loading the
7998         assemblies using the paths we have in the current domain.
7999
8000         * assembly.[ch]: created an assembly preload hook that is called to try
8001         loading the assembly by other means that the ones provided here.
8002
8003         * domain.c: initialize the domain search path.
8004
8005         From now on, assemblies (TODO: except corlib and System) are loaded
8006         according to these rules when using mono_assembly_load ():
8007
8008                 1. It tries to load the assembly from the ApplicationBase
8009                 of the current domain appending .dll and .exe (TODO: have to
8010                 try loading from name/name.dll and name/name.exe).
8011
8012                 2. It tries the search path specified in PrivateBinPath for the
8013                 current domain (if any).
8014
8015                 3. Previous behavior.
8016
8017 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
8018
8019         * icall.c: implemented GetInterfaceMap() related icall.
8020         * domain.c, loader.h: load MethodInfo in mono_defaults.
8021
8022 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
8023
8024         * gc.c: disable the finalizer thread for now, untill all the issues
8025         with it are resolved.
8026
8027 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
8028
8029         * string-icalls.c: handle embedded nulls in string ctor when the
8030         length is specified.
8031
8032 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
8033
8034         * class.c: look for explicit interface implementation in parent
8035         classes, too.
8036
8037 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
8038
8039         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
8040
8041 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
8042
8043         * gc.c: protect handles with a critical section.
8044
8045 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8046
8047         * icall.c:
8048         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
8049         parameters. If no assembly specified, try getting the type from all
8050         the assemblies in the current domain, else, load the assembly and get
8051         the type from it.
8052
8053 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8054
8055         * marshal.c: applied patch from Aleksey Demakov that fixes
8056         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
8057
8058 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8059
8060         * icall.c: fixed get_location.
8061
8062 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
8063
8064         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
8065         declarations to make it work with older gcc. 
8066
8067         * loader.c (mono_get_method): set signature->pinvoke for native calls
8068
8069 2002-11-20  Dick Porter  <dick@ximian.com>
8070
8071         * threads.c (mono_thread_init): Set the main thread's handle
8072
8073 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
8074
8075         * gc.c: allow compilation without GC support. Changed to match the
8076         mono coding style.
8077
8078 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
8079
8080         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
8081
8082 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
8083
8084         * reflection.c: set a public key token on the core assemblies.
8085
8086 2002-11-18  Dick Porter  <dick@ximian.com>
8087
8088         * threads.c: Split out some thread initialisation so that other
8089         files can set the start callback function.
8090
8091         * gc.c: Run finalisers in a separate thread, to avoid stack
8092         overflow.  Fixes bug 31333.
8093
8094         * appdomain.c: Set up GC finalisation thread.
8095
8096         * reflection.c: 
8097         * object.c: 
8098         * domain.c: Use gc.h macros for GC_malloc
8099         
8100 2002-11-15  Dick Porter  <dick@ximian.com>
8101
8102         * threadpool.c: 
8103         * threads.c:
8104         * appdomain.c: Removed mono_runtime_init_with_attach(),
8105         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
8106         merging the extra parameter with the existing function.  Removed
8107         unneeded code in mono_thread_attach().
8108
8109 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
8110
8111         * image.c (mono_image_loaded_by_guid): a method to get loaded
8112         images by guid. 
8113         (load_metadata_ptrs): we store the guid as string.
8114
8115 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
8116
8117         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
8118
8119         * metadata.c (mono_guid_to_string): imported method form Zoltan
8120         Varga (slightly modified)
8121
8122         * assembly.c (mono_assembly_open): load precompiled code
8123
8124         * loader.h (MonoMethod): we store the method token for use in the
8125         aot compiler. 
8126
8127 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8128
8129         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
8130         the hook function called when an assembly is loaded.
8131         
8132         * domain.c: Modified file.
8133         (mono_domain_assembly_load): removed hash table insertion of assemblies.
8134
8135         Fixes bug #33196.
8136
8137 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
8138
8139         * reflection.c: Map PEFileKind to the value expected by the WinNT
8140         image loader. 
8141
8142 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8143
8144         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
8145         Read until the buffer is filled completely.
8146
8147 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8148
8149         * icall.c: implemented MonoType.InternalGetEvent ().
8150
8151 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8152
8153         * appdomain.c: implemented InitAppDomainSetup. Delayed
8154         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
8155         the entry_assembly.
8156
8157         * assembly.c: base_dir is now an absolute path ending with
8158         G_DIR_SEPARATOR.
8159
8160         * icall.c: modified get_location according to the above changes.
8161
8162         * object.c: init AppDomain.SetupInformation for the default domain after
8163         we have the entry assembly.
8164
8165         * domain.c: when unloading a domain, setup = NULL.
8166
8167 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
8168
8169         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
8170
8171 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
8172
8173         * object.h, object.c: introduced mono_object_get_virtual_method ()
8174         to lookup the method invoked on an object when a callvirt is done on
8175         a method.
8176         * icall.c: make MethodInfo::Invoke() always do a virtual call.
8177
8178 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8179
8180         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
8181         current domain when loaded an assembly and failed to load it.
8182
8183         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
8184
8185 2002-10-31  Dick Porter  <dick@ximian.com>
8186
8187         * icall.c: 
8188         * file-io.h: 
8189         * file-io.c: Return the error status in a parameter, as the
8190         GetLastError() value has long since been blown away if we try and
8191         look it up in a subsequent internal call invocation.  Delete the
8192         GetLastError() internal call, because it's useless.
8193
8194 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
8195
8196         * class.[ch]: added cast_class to fix bug 29517
8197
8198 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
8199
8200         * marshal.c: create valid IL code in the filter clause:
8201         the new JIT is less forgiving:-)
8202
8203 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8204
8205         * icall.c: removed get_property internal call.
8206
8207 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
8208
8209         * appdomain.h domain.c: Added an ID to appdomains.
8210         
8211         * threads.c threads.h icall.c: Implement icall
8212         Thread:GetDomainID(), and remove unused icall 
8213         CurrentThreadDomain_internal.
8214
8215 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8216
8217         * icall.c: Don't recurse through the base types in GetConstructor.
8218         Fixes bug #32063. 
8219
8220 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
8221
8222         * mempool.h, mempool.c: added mono_mempool_empty() and
8223         mono_mempool_stats().
8224
8225 2002-10-23  Dick Porter  <dick@ximian.com>
8226
8227         * file-io.c: 
8228         * file-io.h: 
8229         * icall.c: Added MonoIO.GetFileType internal call
8230
8231 2002-10-17  Dick Porter  <dick@ximian.com>
8232
8233         * appdomain.c (mono_runtime_cleanup): Don't signal the async
8234         delegate semaphore before waiting for all threads to finish,
8235         because new threads can also call async delegates.  Fixes bug
8236         32004.
8237
8238         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
8239         of 3 seconds, in case another async job is queued.  (This part is
8240         needed because the bug fix reintroduced the 3s exit lag.)  This
8241         makes the mono_runtime_shutdown flag superfluous.
8242
8243 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
8244
8245         * reflection.c: include ehader size in method section headers.
8246         Really check for suplicated modules entries.
8247
8248 2002-10-17  Martin Baulig  <martin@gnome.org>
8249
8250         * debug-mono-symfile.c: Added back support for locals.
8251
8252 2002-10-14  Martin Baulig  <martin@gnome.org>
8253
8254         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
8255         MONO_TYPE_VOID.
8256
8257 2002-10-14  Martin Baulig  <martin@gnome.org>
8258
8259         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
8260         mono_class_get() instead of looking in the class cache. 
8261
8262 2002-10-13  Martin Baulig  <martin@gnome.org>
8263
8264         * debug-mono-symfile.c: Set version number to 28, include the
8265         signature in method names.
8266
8267 2002-10-13  Martin Baulig  <martin@gnome.org>
8268
8269         * debug-mono-symfile.h: Set version number to 27.
8270
8271 2002-10-11  Martin Baulig  <martin@gnome.org>
8272
8273         * gc.c: Don't register/unregister NULL pointers as disappearing links.
8274
8275 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
8276
8277         * metadata.c, metadata.h: added helper function to allocate signatures.
8278
8279 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8280
8281         * icall.c: added internal call to get the location of machine.config.
8282
8283 2002-10-08  Martin Baulig  <martin@gnome.org>
8284
8285         * debug-mono-symfile.c: Ignore classes with a pending init for the
8286         moment.
8287
8288 2002-10-03  Dick Porter  <dick@ximian.com>
8289
8290         * threads.c: Freebsd pthread_t is a pointer
8291
8292 2002-10-03  Dick Porter  <dick@ximian.com>
8293
8294         * socket-io.c: Implemented GetHostName_internal
8295
8296 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8297
8298         * mono-config.c:
8299         (mono_config_parse_file): don't leak the text.
8300
8301 2002-10-02  Martin Baulig  <martin@gnome.org>
8302
8303         * debug-mono-symfile.c: Added support for methods.
8304
8305 2002-10-01  Martin Baulig  <martin@gnome.org>
8306
8307         * debug-mono-symfile.c: Don't emit methods and line numbers for
8308         the dynamic symbol file, just write the type table.  We can easily
8309         have an external helper program which creates a symbol file for an
8310         IL file.        
8311
8312 2002-10-01  Dick Porter  <dick@ximian.com>
8313
8314         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
8315         Only add the handle to the cleanup array when we're about to
8316         launch the thread.  Bug 31425 deadlocked when the test was run on
8317         mono under w32.
8318
8319 2002-10-01  Martin Baulig  <martin@gnome.org>
8320
8321         * debug-mono-symfile.c: Added support for properties.
8322
8323 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
8324
8325         * reflection.c: unaligned store fix from Mark Crichton
8326         <crichton@gimp.org>.
8327
8328 2002-09-27  Martin Baulig  <martin@gnome.org>
8329
8330         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
8331         New interncall.
8332
8333 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
8334
8335         * assembly.h, assembly.c: use a sane API to hook into the assembly
8336         loading process instead of a useless special-purpouse hack
8337         (ngen needs a hook, too, for example).
8338
8339 2002-09-27  Dick Porter  <dick@ximian.com>
8340
8341         * threads.c (mono_thread_init): Call GetCurrentProcess() so
8342         io-layer can set up some process handle info.  Not needed on w32,
8343         but doesn't hurt either.
8344
8345         * process.c: Pass the program name in the second parameter to
8346         CreateProcess, so the path is searched.  Include the working
8347         directory. Implemented process name, process enumeration, and some
8348         process detail internal calls.
8349         
8350         * icall.c: Added internal calls for process lookup, and some
8351         process details
8352
8353 2002-09-26  Martin Baulig  <martin@gnome.org>
8354
8355         * assembly.c (mono_install_open_assembly_hook): New global
8356         function to install a function to be invoked each time a new
8357         assembly is loaded.
8358         (mono_assembly_open): Run this callback function if set.
8359
8360         * debug-mono-symfile.c: Put back line numbers for the dynamic
8361         symbol file and also record the .il file as source file.  This
8362         allows us to install the temporary symbol file as `file.dbg' just
8363         like a compiler-generated one.
8364
8365 2002-09-26  Nick Zigarovich <nick@chemlab.org>
8366
8367         * Corrected typo in gc.c (BOHEM vs BOEHM).
8368
8369 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8370
8371         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
8372         GetProperties. Also avoid calling g_slist_length in GetProperties and
8373         GetMethods.
8374
8375 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
8376
8377         * reflection.c: avoid unaligned stores (bug spotted by
8378         Mark Crichton  <crichton@gimp.org>).
8379
8380 2002-09-25  Martin Baulig  <martin@gnome.org>
8381
8382         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
8383         instead of guint64 for addresses and added prologue/epilogue info.
8384
8385 2002-09-25  Martin Baulig  <martin@gnome.org>
8386
8387         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
8388         store line number info.  For the dynamic symbol file, we only need
8389         to provide the JIT generated dynamic line number info for the dynamic
8390         symbol file.
8391
8392 2002-09-25  Martin Baulig  <martin@gnome.org>
8393
8394         * debug-mono-symfile.h: Incremented version number.
8395
8396 2002-09-24  Martin Baulig  <martin@gnome.org>
8397
8398         * class.c (mono_debugger_class_init_func): New global function
8399         pointer variable.
8400         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
8401         call it.
8402
8403         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
8404         function.  This is called via the mono_debugger_class_init_func
8405         hook to add all types to the dynamic type table.
8406         (ves_icall_MonoDebugger_GetType): New interncall to get a class
8407         from its metadata token.
8408
8409         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
8410         New interncall for the debugger.
8411
8412 2002-09-24  Nick Drochak <ndrochak@gol.com>
8413
8414         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
8415         before using it in case it is null.
8416         
8417 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8418
8419         * metadata.c: allow custom modifiers in local var signatures
8420         (bug spotted by Zoltan Varga).
8421
8422 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
8423
8424         * class.c: deal with the <Module> class that may have a NULL vtable.
8425         Eliminate warnings.
8426
8427 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
8428
8429         * image.c, image.h: more strong name helpers.
8430         * monosn.c: more work: convert pem keys to cryptoapi format.
8431
8432 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
8433
8434         * string-icalls.c: speedup IndexOf.
8435
8436 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
8437
8438         * icall.c: updates from Zoltan.2.Varga@nokia.com.
8439
8440 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
8441
8442         * icall.c: cleanup: use mono_object_domain ().
8443
8444 2002-09-23  Martin Baulig  <martin@gnome.org>
8445
8446         * debug-mono-symfile.c: Improved type support.
8447
8448 2002-09-22  Martin Baulig  <martin@gnome.org>
8449
8450         * debug-mono-symfile.c: Added support for reference types and strings.
8451
8452 2002-09-22  Martin Baulig  <martin@gnome.org>
8453
8454         * debug-mono-symfile.c: Started to work on the type table.
8455
8456 2002-09-21  Martin Baulig  <martin@gnome.org>
8457
8458         * debug-mono-symfile.c: Largely reworked the symbol table format.
8459         The symbol table is now incrementally updated each time a new
8460         method is added.  We're now also using our own magic and version
8461         so that you don't need to recompile all your classes if the
8462         dynamic table changes.
8463         (mono_debug_update_mono_symbol_file): Removed.
8464         (mono_debug_symfile_add_method): New function to add a method.
8465
8466 2002-09-21  Martin Baulig  <martin@gnome.org>
8467
8468         * icall.c
8469         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
8470         New interncall.
8471
8472         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
8473         New interncall to get a method from its metadata token.
8474
8475 2002-09-21  Martin Baulig  <martin@gnome.org>
8476
8477         * debug-mono-symfile.c: Create type table.
8478
8479 2002-09-20  Martin Baulig  <martin@gnome.org>
8480
8481         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
8482
8483 2002-09-20  Martin Baulig  <martin@gnome.org>
8484
8485         * debug-mono-symfile.c: Provide information about params and locals.
8486
8487 2002-09-20  Martin Baulig  <martin@gnome.org>
8488
8489         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
8490         New interncall.
8491
8492         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
8493         interncall to get a method from its metadata token.
8494
8495 2002-09-20  Martin Baulig  <martin@gnome.org>
8496
8497         * debug-mono-symfile.c: Added a few checks for method->header
8498         being non-NULL.  This should never happen, but for the moment
8499         let's use a g_warning() rather than a g_assert().
8500
8501 2002-09-19  Mark Crichton  <crichton@gimp.org>
8502
8503         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
8504         even if support for it isn't present.  Added an #ifdef to fix this.
8505
8506         * socket-io.c: Added checks back for Solaris support.
8507
8508 2002-09-19  Martin Baulig  <martin@gnome.org>
8509
8510         * debug-mono-symfile.c (read_string, write_string): Reflect latest
8511         changes in the symbol file format.
8512
8513 2002-09-18  Martin Baulig  <martin@gnome.org>
8514
8515         * debug-mono-symfile.c: Set version number to 21.
8516
8517 2002-09-18  Dick Porter  <dick@ximian.com>
8518
8519         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
8520         on netbsd.  Fixes bug 30051.
8521
8522 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8523
8524         * reflection.c:
8525         (set_version_from_string): little fix.
8526
8527 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
8528
8529         * monosn.c, Makefile.am: added strong name utility.
8530         * reflection.h, reflection.c: implemented delayed signing,
8531         locale, version and hash id assembly attributes.
8532
8533 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
8534
8535         * loader.c, metadata.c: load param attributes in signatures.
8536
8537 2002-09-16  Martin Baulig  <martin@gnome.org>
8538
8539         * debug-mono-symfile.c: Added string table with all method names.
8540
8541 2002-09-14  Martin Baulig  <martin@gnome.org>
8542
8543         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
8544         fast method lookup.
8545
8546 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
8547
8548         * reflection.c: record the public key token of referenced assemblies.
8549
8550 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
8551
8552         * image.c, image.h: added functions to get the strong name and the
8553         public key of an assembly.
8554         * pedump.c: use them.
8555
8556 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
8557
8558         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
8559
8560 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
8561
8562         * marshal.c (mono_marshal_get_managed_wrapper): Added
8563         MONO_TYPE_BOOLEAN 
8564
8565 2002-09-11  Martin Baulig  <martin@gnome.org>
8566
8567         * gc.c: Call GC_unregister_disappearing_link() on all links when
8568         finalizing them, this is necessary to aviod a crash in boehm's
8569         finalize handler.
8570
8571 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
8572
8573         * gc.c: handle GetTarget for finalized objects spotted and fixed by
8574         nick@chemlab.org.
8575
8576 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
8577
8578         * icall.c: implemented MonoType::Module.
8579         * reflection.c, reflection.h: mono_module_get_object () from
8580         Tomi Pakarinen <tomi.pakarinen@welho.com>.
8581
8582 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
8583
8584         * icall.c: ignore overridden methods in GetMethods ().
8585         Fix for FieldInfo::SetValue().
8586         * object.c: handle float/double in runtime invoke.
8587
8588 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
8589
8590         * object.c: allow a constructor to be called again on an object.
8591
8592 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
8593
8594         * class.h, class.c: move field layout code to it's own function and
8595         export it. Get an interface id earlier. Move fields in MonoClass
8596         so they are more cache friendly and align the bitfields.
8597         * loader.c: temporary handle get_param_names() for a runtime method.
8598         * reflection.c, reflection.h: more code to handle runtime creation of
8599         types.
8600
8601 2002-09-09  Martin Baulig  <martin@gnome.org>
8602
8603         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
8604         signature with the pinvoke field being set for the actual call.
8605
8606 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
8607
8608         * icall.c: removed some unused icalls. Start of map of glib charsets
8609         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
8610
8611 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
8612
8613         * debug-helpers.c: break infinite loop (found and fixed by
8614         Holger Arnold <harnold@gmx.de>).
8615
8616 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
8617
8618         * icall.c: target may be null in create_delegate.
8619
8620 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
8621
8622         * marshal.c: handle a boolean return type.
8623
8624 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
8625
8626         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
8627
8628 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
8629
8630         * gc.c: fix weakreferences.
8631
8632 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
8633
8634         * icall.c: added icall to get default codepage.
8635
8636 2002-09-03  Dick Porter  <dick@ximian.com>
8637
8638         * threads.h: 
8639         * threads.c: Use MonoThread instead of MonoObject where
8640         apropriate.
8641
8642         Store running thread objects in a hash table, so that we have all
8643         the info to hand when waiting for them to finish
8644         (means we don't need OpenThread() any more, so mingw builds should
8645         be fully functional again.)
8646
8647         * verify.c:
8648         * object.h: Added thread ID to MonoThread
8649
8650 2002-09-03  Martin Baulig  <martin@gnome.org>
8651
8652         * icall.c (System.Reflection.Assembly::get_location): New interncall.
8653
8654 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8655
8656         * icall.c: fixed leak in get_temp_path. Thanks lupus.
8657
8658 2002-09-03  Martin Baulig  <martin@gnome.org>
8659
8660         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
8661         argument to store the end address of the disassembled instruction.
8662
8663         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
8664         here from debug-symfile.h.
8665         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
8666         JIT into this struct.
8667         (MonoSymbolFile): Added `char *image_file' field.
8668         (MonoDebugGetMethodFunc): Removed.
8669         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
8670         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
8671         (mono_debug_find_method): New method.
8672
8673         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
8674         create a full symbol file.
8675         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
8676         and static symbol files.
8677         (mono_debug_find_method): The symbol file keeps an internal method hash,
8678         call this to get a MonoDebugMethodInfo from a MonoMethod.
8679
8680         * debug-symfile.[ch]: Removed.
8681
8682 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
8683
8684         * image.c (do_mono_image_open): Remove linker version check.
8685
8686 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
8687
8688         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
8689         wrappers for instance methods.
8690         
8691 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8692
8693         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
8694
8695 2002-08-28  Dick Porter  <dick@ximian.com>
8696
8697         * Makefile.am: Export HOST_CC for w32 builds
8698
8699 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
8700
8701         * file-io.c process.c: MonoString are null terminated, no
8702         need for mono_string_to_utf16() anymore.
8703
8704 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
8705
8706         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
8707
8708 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
8709
8710         * icall.c, reflection.h: speedup System.MonoType.
8711
8712 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
8713
8714         * reflection.c: allow null as the value of a string argument in
8715         custom attributes constructors.
8716
8717 2002-08-27  Martin Baulig  <martin@gnome.org>
8718
8719         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
8720         `trampoline_address' field.
8721
8722 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
8723
8724         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
8725         check (fixes bug #29486) 
8726
8727 2002-08-27  Martin Baulig  <martin@gnome.org>
8728
8729         * debug-mono-symfile.c: Changed the file format in a way that allows us
8730         open it read-only and to use a specially malloced area for all the
8731         dynamic data.  We can now also generate a symbol file on-the-fly if we're
8732         debugging IL code and there is no MCS generated symbol file for it.
8733
8734 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
8735
8736         * object.c: added a define for a good string and array
8737         creation speedup (not enabled by default because we need to deal with
8738         the synch stuff).
8739
8740 2002-08-26  Martin Baulig  <martin@gnome.org>
8741
8742         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
8743         function to create a dynamic symbol file.  This is used by the
8744         debugger to create a symbol file for IL code on-the-fly.
8745
8746 2002-08-26  Martin Baulig  <martin@gnome.org>
8747
8748         * loader.c (mono_lookup_pinvoke_call): Include the error message
8749         from g_module_error() in the error message.
8750
8751 2002-08-24  Martin Baulig  <martin@gnome.org>
8752
8753         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
8754         function to update the symbol file.  The symbol file is mmap()ed
8755         writable, but private.  This allows us to install the symbol file
8756         together with the assembly.
8757
8758 2002-08-24  Martin Baulig  <martin@gnome.org>
8759
8760         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
8761         but they can read the new symbol file format which mcs is now creating.
8762
8763         * debug-symfile.c (mono_debug_find_source_location): Moved to
8764         debug-mono-symfile.c; this is now operating on the new symbol file.
8765
8766 2002-08-23  Martin Baulig  <martin@gnome.org>
8767
8768         * debug-helpers.c (mono_method_desc_from_method): New function to get
8769         a MonoMethodDesc from a MonoMethod.
8770
8771 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
8772
8773         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
8774         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
8775
8776 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
8777
8778         * string-icalls.[ch]: make helper methods static.
8779
8780 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8781
8782         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
8783         types to it and to SetValueInternal.
8784
8785         * object.c: Moved handle_enum label to its proper place. This was the
8786         f... bug! ;-)
8787
8788         This time i compiled mcs and gtk-sharp and they both work.
8789
8790 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8791
8792         * icall.c: reverted partially my previous patch until 
8793         object.c:set_value handles enums correcly.
8794
8795 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8796
8797         * icall.c:
8798         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
8799         (ves_icall_System_Environment_get_MachineName): removed warning when
8800         compiling under cygwin.
8801
8802 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
8803
8804         * object.c: fixed field_get_value() for reference types.
8805
8806 2002-08-22  Dick Porter  <dick@ximian.com>
8807
8808         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
8809         Don't free a buffer while it's still needed.  Patch from Jonathan
8810         Liger <Jonathan.liger@wanadoo.fr>
8811
8812 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
8813
8814         * icall.c (ves_icall_System_Environment_get_Platform): Add new
8815         internal call.
8816
8817 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
8818
8819         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
8820         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
8821
8822         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
8823         we call unmanaged code which throws exceptions.
8824
8825 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
8826
8827         * appdomain.h: added per-domain entry_assembly.
8828         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
8829         arguments.
8830         * icall.c: Assembly::GetEntryAssembly icall.
8831         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
8832         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
8833
8834 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
8835
8836         * appdomain.h, gc.c: added mono_domain_finalize ().
8837
8838 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8839
8840         * object.c:
8841         (mono_print_unhandled_exception): changed g_warning by g_printerr
8842         because g_log has a 1024 characters limit (yeah, i got a big stack
8843         trace). Don't print exception name, that should be in ToString 
8844         returned string.
8845
8846 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8847
8848         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
8849         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
8850
8851 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8852
8853         * object.c:
8854         (mono_print_unhandled_exception): after previous commit, i realized
8855         that MS calls ToString on the exception. I changed this function to
8856         do that. This way we get stack_trace for free.
8857
8858 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8859
8860         * object.c:
8861         (mono_print_unhandled_exception): invoke Message property instead of
8862         getting 'message' field from Exception. Don't allocate memory for
8863         'trace' and 'message' if not needed.
8864
8865 2002-08-18  Dick Porter  <dick@ximian.com>
8866
8867         * unicode.c: Fix asserts to match Encoder.cs checks
8868
8869 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
8870
8871         * marshal.c: fix unaligned store issue and a few wrong
8872         opcode argument types.
8873
8874 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8875
8876         * icall.c: added GetUninitializedObjectInternal internal call.
8877
8878 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
8879
8880         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
8881         to the right domain.
8882
8883 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
8884
8885         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
8886
8887         * class.c (class_compute_field_layout): set blittable to false for Strings
8888
8889         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
8890
8891 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
8892
8893         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
8894         first chunk of code to create types at runtime. Code to
8895         handle ReflectedType/DeclaringType. Make reflection handles
8896         domain specific.
8897
8898 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
8899
8900         * class.c: set correct name in arrays.
8901
8902 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
8903
8904         * appdomain.c (mono_domain_transfer_object): make it work with
8905         valuetypes. bug fixes.
8906
8907 2002-08-12  Dick Porter  <dick@ximian.com>
8908
8909         * object.h: Rename some parameters to avoid c++ keywords (Patch
8910         from Joseph Wenninger <kde@jowenn.at>)
8911
8912 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
8913
8914         * icall.c: added icall to implement Assembly.GetFile*.
8915
8916 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
8917
8918         * reflection.h, reflection.c: code to embed managed resources.
8919
8920 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
8921
8922         * class.c: move all the type size stuff into
8923         class_compute_field_layout().
8924
8925 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
8926
8927         * class.c: ensure enums have always the correct instance size.
8928         * unicode.c: remove wrong assert.
8929
8930 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
8931
8932         * assembly.c: fix mem corruption issue.
8933         * image.h, image.c: added mono_image_get_resource () to access
8934         managed resources.
8935         * icall.c: implemented Assembly.EntryPoint property and some
8936         Managed Resources related internalcalls.
8937
8938
8939 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
8940
8941         * image.c, image.h: impemented mono_image_get_entry_point ().
8942         * appdomain.c: use mono_image_get_entry_point.
8943
8944 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
8945
8946         * reflection.c: support the object type argument when loading
8947         custom attributes.
8948
8949 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
8950
8951         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
8952         String as return type.
8953
8954 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
8955
8956         * reflection.c: fix encoding of named args for custom attrs to match
8957         the ms implementation. Read them back when instantiating custom
8958         attributes.
8959
8960 2002-08-02  Radek Doulik  <rodo@ximian.com>
8961
8962         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
8963         by Dietmar as quick fix
8964         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
8965         16 as stack size, used on more places as quick fix before Dietmar
8966         will fix it properly
8967
8968 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
8969
8970         * object.h, object.c: added accessors for fields and properties.
8971
8972 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
8973
8974         * class.c, class.h: made mono_class_get_field_from_name ()
8975         loop on parent types.
8976         Added mono_class_get_property_from_name ().
8977
8978 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
8979
8980         * class.c, class.h: move the code to setup the type vtable in its own
8981         function so that it can be reused also for types created at runtime.
8982         Eliminate the "class" identifier from the header file.
8983         * reflection.c: setup the vtable for enums so that we can create
8984         objects for use in SetConstant ().
8985
8986 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
8987
8988         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
8989         instead of the delegate itself as this pointer (bug #28383)
8990
8991 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
8992
8993         * marshal.c (mono_marshal_get_managed_wrapper): added return type
8994         conversions.
8995
8996 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8997
8998         * loader.c: don't set the pinvoke bit on icalls.
8999
9000 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
9001
9002         * debug-helpers.c (mono_method_full_name): only print a number to
9003         indicate wrapper type (so that the output is more readable in traces).
9004
9005 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
9006
9007         * class.c (mono_class_init): include method override patch from Paolo
9008
9009 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
9010
9011         * icall.c: fixed GetTypeCode().
9012
9013 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
9014
9015         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
9016         use real delegate invoke function to make it work with multicast
9017         delegates (fix bug# 28291).
9018
9019 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
9020
9021         * object.c: load constant strings.
9022
9023 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9024
9025         * reflection.c: no magic numbers.
9026         * tabledefs.h: security action enum.
9027
9028 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
9029
9030         * assembly.c: fix possible memory corruption.
9031
9032 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
9033
9034         * reflection.h, reflection.c: added support for linking resources.
9035         * verify.c: check we have an updated corlib.
9036
9037 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
9038
9039         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
9040         string arrays.
9041         (mono_marshal_string_array): null terminate unmanaged string arrays.
9042         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
9043
9044 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9045
9046         * icall.c: Type.GetType () can now return also types from the
9047         calling assembly.
9048
9049 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
9050
9051         * loader.h, loader.c: stack walking support.
9052         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
9053         GetCallingAssembly.
9054
9055 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
9056
9057         * marshal.c: added optimisations for blittable types 
9058
9059         * class.c (mono_array_class_get): do not set blittable attribute on arrays
9060         (mono_class_setup_mono_type): set blittable attribute for single
9061         and double.
9062
9063         * marshal.c (mono_string_utf8_to_builder): impl.
9064         (mono_string_builder_to_utf8): impl.
9065         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
9066
9067 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
9068
9069         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
9070         (mono_marshal_get_managed_wrapper): impl. byref types
9071
9072 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9073
9074         * icall.c:
9075         (search_method): don't display debug message. 
9076
9077 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
9078
9079         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
9080
9081 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
9082
9083         * appdomain.c: set the missing filename when throwing exception.
9084
9085 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
9086
9087         * metadata.c (mono_type_size): code cleanup
9088         (mono_type_stack_size): removed some test code
9089
9090 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
9091
9092         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
9093         mono_get_exception_file_not_found now.
9094
9095         * exception.c (mono_exception_from_name_two_strings): New version
9096         that will call a constructor with two string arguments. 
9097         (mono_get_exception_file_not_found): New helper routine, used to
9098         report file-not-found errors.
9099
9100 2002-07-20  Dick Porter  <dick@ximian.com>
9101
9102         * process.h:
9103         * process.c: Pass file handles to CreateProcess
9104         
9105         * icall.c:
9106         * file-io.h:
9107         * file-io.c: Implemented CreatePipe
9108
9109 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
9110
9111         * metadata.c (mono_get_param_info): set alignment for value types
9112
9113 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9114
9115         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
9116         Constify mono_domain_assembly_open().
9117         * loader.c: handle null namespace in icalls.
9118
9119 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
9120
9121         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
9122         (emit_str_to_ptr_conv): marshal object as structs
9123
9124         * metadata.c (mono_type_to_unmanaged): marshal object as structs
9125
9126         * marshal.c (mono_marshal_get_runtime_invoke): support value types
9127
9128 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
9129
9130         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
9131         (mono_marshal_get_native_wrapper): we an now return value types
9132
9133 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
9134
9135         * verify.c: more checks implemented.
9136
9137 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
9138
9139         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
9140         (fix bug #27695)
9141         (mono_marshal_get_native_wrapper): allow byref arguments
9142         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
9143         impl. PtrToStringXXX methods
9144         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
9145         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
9146         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
9147         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
9148         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
9149
9150 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
9151
9152         * reflection.c: fix buglet in parsing an assembly name.
9153
9154 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
9155
9156         * marshal.c (emit_ptr_to_str_conv): first impl.
9157
9158 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
9159
9160         * object.c, class.h: cache the vtable in the class as suggested by
9161         vargaz@freemail.hu (Zoltan Varga).
9162
9163 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
9164
9165         * class.h, loader.c: added mono_field_from_token().
9166         * verify.c: first cut of type checking code.
9167
9168 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
9169
9170         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
9171
9172 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
9173
9174         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
9175         (fix bug #27782)
9176         (mono_marshal_get_remoting_invoke): impl.
9177         (mono_delegate_begin_invoke): impl.
9178         (mono_mb_emit_save_args): impl.
9179         (mono_delegate_end_invoke): impl.
9180         (mono_marshal_get_delegate_begin_invoke):
9181         (mono_marshal_get_delegate_end_invoke):
9182         (mono_marshal_get_delegate_invoke): generate a special name for
9183         those methods (including the signature) and associate them whith
9184         the delegate class. 
9185
9186 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
9187
9188         * reflection.[ch]: 
9189         (mono_reflection_type_from_name): now it has a MonoImage parameter
9190         which is used as the default image to search the type in. If the image
9191         is NULL or getting the type from it fails, it defaults to corlib.
9192
9193         * icall.c: changed 1 call to mono_reflection_type_from_name to match
9194         new parameter.
9195
9196 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9197
9198         * reflection.c: update the parameter table index.
9199
9200 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
9201
9202         * domain.c: don't include the mark byte in the string hash.
9203
9204 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
9205
9206         * icall.cs: icall for Type.GetTypeCode ().
9207         * verify: a couple of fixes and disabled local initialization checks.
9208
9209 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
9210
9211         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
9212
9213         * debug-helpers.c (mono_method_full_name): print the type of the
9214         runtime wrapper
9215
9216         * metadata.c (mono_signature_hash): a hash function for signatures
9217         (mono_signature_hash): better hash algorithm
9218
9219         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
9220
9221         * debug-helpers.c (mono_method_full_name): this can now generate
9222         method names with signatures
9223
9224         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
9225         method dont have this pointers.
9226
9227 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
9228
9229         * reflection.c: fixup typebuilder tokens.
9230         * image.c: fix buglet.
9231         * marshal.h: remove whitespace.
9232         * metadata.h, metadata.c: reinstate code that was removed.
9233         * verify.c: handle catch directives and fix another couple of bugs.
9234
9235 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
9236
9237         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
9238         (mono_marshal_get_native_wrapper): make it comp. with the old code
9239         (mono_marshal_get_native_wrapper): support boolean
9240         (mono_marshal_get_managed_wrapper): support more types
9241
9242 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
9243
9244         * class.c (class_compute_field_layout): compute class->blittable attribute.
9245
9246 2002-07-09  Dick Porter  <dick@ximian.com>
9247
9248         * threads.c: Make the thread cleaning up cope with threads that
9249         call ExitThread()
9250
9251 2002-07-08  Radek Doulik  <rodo@ximian.com>
9252
9253         * reflection.c (method_encode_code): use non-translated values to
9254         compute finally_start, this fixes exception handling on ppc, yay!
9255
9256         * decimal.h (struct signscale): fix endianess
9257
9258 2002-07-07  Radek Doulik  <rodo@ximian.com>
9259
9260         * reflection.c: swap box_val and not val
9261
9262 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
9263
9264         * reflection.c, reflection.h: handle full assembly info in type name.
9265         Handle Type arguments when loading custom attributes.
9266         * icall.c: updated to use new mono_reflection_type_from_name () method.
9267
9268 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9269
9270         * loader.c:
9271         (method_from_memberref): also print assembly name when method not found.
9272
9273 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9274
9275         * icall.c:
9276         (ves_icall_TypeGetProperties): fixed bug #27473. 
9277
9278 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9279
9280         * reflection.c: display image name and token when cannot find the
9281         .ctor for an attribute.
9282
9283 2002-07-05  Martin Baulig  <martin@gnome.org>
9284
9285         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
9286
9287 2002-07-04  Dick Porter  <dick@ximian.com>
9288
9289         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
9290         compile on mingw.  This will cause mingw builds to not wait for
9291         subthreads to terminate after the main thread does.  I've lodged a
9292         bug with the mingw developers for them to wrap OpenThread().
9293
9294 2002-07-03  Dick Porter  <dick@ximian.com>
9295
9296         * threads.c: Store thread IDs instead of handles, because
9297         GetCurrentThread() returns a pseudohandle and therefore stores
9298         useless values.  mono_thread_cleanup() continues checking the
9299         array of threads until it is empty, to cope with subthreads
9300         spawning new threads after the main thread has finished.
9301
9302         * profiler.h:
9303         * profiler.c:
9304         * profiler-private.h: Pass the thread ID to thread profiler
9305         functions, instead of a handle
9306
9307 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
9308
9309         * verify.c: fixes to make it more usable.
9310         * pedump.c: added --verify code to verify IL code in an assembly.
9311
9312 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9313
9314         * reflection.c: turn errors into warnings to allow compiling corlib.
9315
9316 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
9317
9318         * reflection.c: add special cases to compile corlib.
9319
9320 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
9321
9322         * reflection.c: handle properties with only a set method.
9323
9324 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
9325
9326         * opcodes.h: add enum with opcodes in opval order.
9327
9328 2002-07-01  Dick Porter  <dick@ximian.com>
9329         
9330         * object.h:
9331         * object.c (mono_runtime_run_main): Removed unneeded argument
9332
9333 2002-06-28  Martin Baulig  <martin@gnome.org>
9334
9335         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
9336
9337 2002-06-27  Dick Porter  <dick@ximian.com>
9338
9339         * threads.c: Store the handle in both the parent thread and in the
9340         subthread, to minimise the time between starting a new thread and
9341         storing its ID.
9342
9343 2002-06-26  Dick Porter  <dick@ximian.com>
9344
9345         * appdomain.c (mono_runtime_cleanup): Close the socket library
9346         after all the threads have finished, not before
9347
9348 2002-06-26  Martin Baulig  <martin@gnome.org>
9349
9350         * debug-symfile.c (mono_debug_find_source_location): Added
9351         `guint32 *line_number' argument.  If it's not NULL, store the line number
9352         there and return the file name without the line number.
9353
9354 2002-06-25  Dick Porter  <dick@ximian.com>
9355
9356         * icall.c:
9357         * process.h:
9358         * process.c: Process forking and other support functions
9359
9360 2002-06-25  Dick Porter  <dick@ximian.com>
9361
9362         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
9363         things dont happen when the image is closed.
9364         (mono_image_lookup_resource): Walk the resource section looking
9365         for a particular entry
9366
9367         * cil-coff.h: PE resource section decoding
9368
9369 2002-06-25  Dick Porter  <dick@ximian.com>
9370         
9371         * assembly.h:
9372         * assembly.c: 
9373         (mono_assembly_foreach): Accessor functions to walk the list of
9374         loaded assemblies
9375         (mono_assembly_set_main):
9376         (mono_assembly_get_main): Process methods need to know which
9377         assembly is the "main" one
9378
9379         * object.c (mono_runtime_run_main): Record the main assembly
9380
9381         * debug-helpers.c: Fix typo
9382
9383 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
9384
9385         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
9386         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
9387
9388 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
9389
9390         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
9391
9392 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
9393
9394         * image.c (do_mono_image_open): Initialize reference count,
9395         otherwise we leak the MonoImage.
9396
9397 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
9398
9399         * reflection.c: small tweak to handle self-hosting.
9400
9401 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9402
9403         * reflection.c: fix type name parse code.
9404
9405 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
9406
9407         * reflection.c: break out of the loop.
9408         * image.c: special case corlib.
9409
9410 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
9411
9412         * reflection.c: add all the custom attrs at the end to ensure the
9413         ctors have been properly initialized when the attributes are defined
9414         in the current assembly.
9415
9416 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
9417
9418         * reflection.c: handle correctly multiple-nested types.
9419
9420 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
9421
9422         * row-indexes.h: fix typos.
9423         * reflection.c: adjust for typos and fix method_def_or_ref
9424         encoding in MethodImpl table.
9425
9426 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
9427
9428         * reflection.c: fix entry point patching (thanks Serge!).
9429
9430 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
9431
9432         * verify.c: add check for System.Exception
9433
9434 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
9435
9436         * image.c, class.c: minifix for code just c&p'ed.
9437         * reflection.c: warning fix.
9438         * object.h, loader.h, domain.c: load also StringBuilder.
9439
9440 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
9441
9442         * marshal.h, marshal.c: some support code to handle complex marshaling.
9443
9444 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9445
9446         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
9447         Better signatures with vtable error dump.
9448
9449 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
9450
9451         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
9452
9453 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
9454
9455         * icall.c (ves_icall_Type_GetField): impl.
9456
9457 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9458
9459         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
9460         to retrieve a marshal description blob for a field or param.
9461
9462 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
9463
9464         * reflection.h, reflection.c: change order of nested type emission
9465         to avoid table corruption. The NestedTypes table is sorted.
9466         * icall.c: change order of GetConstructor results to workaround mcs bug.
9467
9468 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
9469
9470         * reflection.h, reflection.c: handle field and param marshal
9471         information.
9472
9473 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
9474
9475         * icall.c, marshal.c marshal.h: more Marshal class implementation.
9476
9477 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9478
9479         * reflection.c: fix call convention.
9480
9481 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9482
9483         * reflection.h, reflection.c: mono_image_get_memberref_token()
9484         takes a type instead of a class, now. Added
9485         mono_image_get_array_token() to create tokens for the special
9486         multi-dim array methods.
9487
9488 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9489
9490         * assembly.c: handle modules (no assembly table). Split
9491         loading references in its own function.
9492         * class.c: handle moduleref resolution scope.
9493         * image.c, image.h: cache module name in image.
9494
9495 2002-06-07  Martin Baulig  <martin@gnome.org>
9496
9497         * reflection.c (mono_image_get_type_info): Only add a class layout entry
9498         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
9499
9500 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
9501
9502         * icall.c: more signature fixes that used uint instead of int.
9503
9504 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9505
9506         * reflection.c: fixed signature of field refs.
9507
9508 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9509
9510         * class.c, reflection.c: handle typerefs of nested types
9511         (both on read and when writing files).
9512
9513 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
9514
9515         * icall.c: fix method signatures that tried to workaround the previous
9516         typo, d'oh!
9517
9518 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
9519
9520         * debug-helpers.c: fix typo.
9521
9522 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
9523
9524         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
9525         rewrote the PE/COFF writing code (our programs are understood by the
9526         ms runtime, now).
9527
9528 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
9529
9530         * gc.c, gc.h, icall.c: weakreference support.
9531
9532 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9533
9534         * Makefile.am, mono-config.c: use $(sysconfdir).
9535
9536 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
9537
9538         * icall.c: changed default precision of Double.ToString() to 15.
9539         Fixed memory leak. Unified with Single.ToString.
9540
9541 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
9542
9543         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
9544
9545 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9546
9547         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
9548         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
9549         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
9550         and myself.
9551
9552 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9553
9554         * debug-symfile.c, sysmath.c: yet more compilation fixes.
9555
9556 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9557
9558         * reflection.c, socket-io.c: more compilation fixes.
9559
9560 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
9561
9562         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
9563         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
9564         unicode.c: warning and compiler compatibility fixes.
9565
9566 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9567
9568         * class.h, metadata.c: fixed warnings/compilation errors.
9569
9570 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
9571
9572         * Makefile.am, mono-config.c, mono-config.h: configuration file
9573         support routines.
9574         * loader.c, loader.h: make Dll mapping configurable at runtime in the
9575         config file. Export methods to insert and lookup mappings.
9576
9577 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
9578
9579         * reflection.c: handle types and boxed objects in custom attr
9580         constructors.
9581
9582 2002-05-30  Martin Baulig  <martin@gnome.org>
9583
9584         * debug-symfile.c
9585         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
9586
9587 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
9588
9589         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
9590         to lookup the implmap row for a P/Invoke method.
9591         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
9592         P/Invoke method from the runtime on an as needed basis.
9593
9594 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
9595
9596         * metadata.c (mono_metadata_parse_signature): impl.
9597
9598 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
9599
9600         * class.c: handle .pack directive.
9601
9602 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9603
9604         * object.c: initialize static fields with RVA data.
9605
9606 2002-05-25  Martin Baulig  <martin@gnome.org>
9607
9608         * debug-symfile.c
9609         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
9610
9611 2002-05-24  Martin Baulig  <martin@gnome.org>
9612
9613         * debug-symfile.c
9614         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
9615         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
9616         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
9617
9618 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
9619
9620         * object.c: special case string ctros in invoke.
9621         * gc.c: silly whitespace changes.
9622
9623 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
9624
9625         * threadpool.[ch]: impl. a threadpool that can
9626         be used by mint and mono.
9627
9628 2002-05-22  Martin Baulig  <martin@gnome.org>
9629
9630         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
9631         The first argument is now a `MonoReflectionModuleBuilder *', the return
9632         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
9633         `methods' field to get the method builder.  The `token' argument is the
9634         unfixed token.
9635
9636         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
9637         invalid characters instead of g_assert_not_reached()ing.  This seems
9638         to be the behaviour of mscorlib.
9639
9640 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
9641
9642         * object.c (mono_runtime_invoke_array): applied patch from Rachel
9643         Hestilow to fix bug #25104
9644
9645 2002-05-21  Martin Baulig  <martin@gnome.org>
9646
9647         * debug-symfile.c (mono_debug_find_source_location): New function.
9648         Looks up an IL offset in the line number table and returns the source
9649         location as a string.
9650
9651 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9652
9653         * icall.c:
9654         (mono_double_ToStringImpl): changed %f by %g until we have something
9655         better.
9656
9657 2002-05-21  Nick Drochak  <ndrochak@gol.com>
9658
9659         * icall.c : Use different name for Math.Pow's icall.  Needed to check
9660         parameters first in C#.
9661
9662 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9663
9664         * icall.c, reflection.h: added icall to get info about an event.
9665
9666 2002-05-20  Radek Doulik  <rodo@ximian.com>
9667
9668         * object.c (mono_value_box): don't use memcpy for boxing on BIG
9669         endian
9670         (mono_value_box): don't use memcpy for small sizes on
9671         architectures with unaligned access
9672
9673 2002-05-20  Martin Baulig  <martin@gnome.org>
9674
9675         * reflection.c (mono_reflection_setup_internal_class): Don't crash
9676         if `tb->parent == NULL'.
9677         (mono_reflection_create_internal_class): New function.  This is
9678         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
9679         for enum types.
9680
9681         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
9682         New interncall.
9683
9684 2002-05-19  Martin Baulig  <martin@gnome.org>
9685
9686         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
9687         argument to get the length, don't default to the array length.
9688
9689 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
9690
9691         * assembly.c (mono_assembly_setrootdir): New function used to
9692         override the MONO_ASSEMBLIES directory.
9693
9694 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9695
9696         * icall.c: ValueType_GetHashCode() initialize local var.
9697
9698 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
9699
9700         * reflection.c: sort custom attributes table.
9701
9702 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9703
9704         * reflection.c: support named args in custom attributes (write support).
9705
9706 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
9707
9708         * reflection.c: fix finally position calculation.
9709
9710 2002-05-15  Radek Doulik  <rodo@ximian.com>
9711
9712         * reflection.c: fixed endianess at many places
9713
9714         * icall.c (ves_icall_InitializeArray): comment out debug msg
9715
9716 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
9717
9718         * object.c (mono_unhandled_exception): new function to handle
9719         unhandled exceptions.
9720         (mono_unhandled_exception): call the UnhandledException event.
9721         (mono_runtime_delegate_invoke): impl.
9722
9723 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
9724
9725         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
9726         returns the RVA, not the direct pointer to the data. Handle the case
9727         when the class size is fixed.
9728
9729 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
9730
9731         * reflection.c: fix some endianess issues.
9732
9733 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
9734
9735         * object.c (mono_runtime_invoke): is now able to catch exceptions.
9736
9737         * threads.c (mono_thread_init): added a callback which is invoked
9738         at thread start.
9739
9740 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
9741         
9742         * icall.c: make GetHashCode return non-negative values.
9743
9744 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
9745
9746         * object.c, icall.c, gc.c: revert to address-based hashcode.
9747
9748 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
9749
9750         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
9751
9752 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
9753
9754         * icall.c, class.c: special case <Module>.
9755
9756 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
9757
9758         * icall.c: fix bug in GetNow().
9759
9760 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
9761
9762         * object.c (mono_runtime_class_init): make sure that we call all
9763         static class constructors.
9764
9765 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9766
9767         * reflection.c: sort methodsemantics table.
9768
9769 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9770
9771         * reflection.h, reflection.c: honour init locals setting.
9772
9773 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
9774
9775         * icall.c: copied Double ToStringImpl for Single ToStringImpl
9776
9777 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
9778
9779         * reflection.c: support ContructorBuilders in attribute blob creation.
9780
9781 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9782
9783         * reflection.c: some changes to build a binary that can be run
9784         directly in windows.
9785
9786 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
9787
9788         * loader.c: print a big message when an icall can't be found.
9789
9790 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9791
9792         * string-icalls.c: fix bug 24248.
9793
9794 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
9795
9796         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
9797         icall.c, reflection.h: separate assembly loading by pathname and by
9798         assembly name. Use the MONO_PATH env var to search for assemblies.
9799
9800 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
9801
9802         * assembly.c, image.h: add some support for assemblies
9803         with multiple modules.
9804         * class.c, class.h: export mono_class_from_typeref().
9805         * loader.c: remove duplicated code and use mono_class_from_typeref(),
9806         instead.
9807
9808 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
9809
9810         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
9811         documentation says (the ECMA one is correct).
9812
9813 2002-05-02  Dick Porter  <dick@ximian.com>
9814
9815         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
9816         Don't name the synchronisation mutex.
9817
9818 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
9819
9820         * rand.c
9821         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
9822         Make the prototypes match.
9823         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
9824         Same.
9825
9826         * icall.c
9827         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
9828         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
9829         all systems have tm.tm_zone, so use strftime() with %Z to print
9830         the timezone abreviation into a temp string.
9831
9832         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
9833         rather than mono_array_addr() on a MonoString on Big Endian
9834         machines.
9835
9836 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
9837
9838         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
9839         fix bug 24041
9840
9841 2002-04-30  Dick Porter  <dick@ximian.com>
9842
9843         * socket-io.c: Cope with SOCKET being an integer rather than a
9844         pointer now.
9845
9846         * threads.c: Added Thread_free_internal, to deal with thread
9847         handle cleanup.  Moved calls to handle_store() and handle_remove()
9848         to start_wrapper(), so each can only be called once.  Allocate
9849         synchronisation blocks with GC_malloc(), and use GC finalisation
9850         to close the handles.
9851
9852         * icall.c: added System.Threading.Thread::Thread_free_internal
9853
9854 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9855
9856         * icall.c: support Environment.Exit, CommandLineArgs().
9857
9858 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
9859
9860         * object.c, object.h: added mono_runtime_run_main () and
9861         mono_runtime_get_main_args () for use in System.Environment.
9862
9863 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
9864
9865         * gc.c: fix thinko, enable actual finalization since the jit is now
9866         fixed.
9867
9868 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9869
9870         * gc.c, object.c: take into account that an object may be offset wrt the address
9871         returned by GC_malloc().
9872
9873 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9874
9875         * image.c: handle files without entries in the assembly table (modules).
9876
9877 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
9878
9879         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
9880         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
9881         allowed to be null when it's System.Object class setup.
9882
9883 2002-04-27  Martin Baulig  <martin@gnome.org>
9884
9885         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
9886         if `tb->parent == NULL' rather than crashing.
9887
9888 2002-04-28  Nick Drochak  <ndrochak@gol.com>
9889
9890         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
9891         calling acos() where asin() should have been called.
9892
9893 2002-04-26  Martin Baulig  <martin@gnome.org>
9894
9895         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
9896         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
9897         there's a subdirectory called `System', but we don't want to read that
9898         subdirectory as an assembly.
9899
9900 2002-04-25  Martin Baulig  <martin@gnome.org>
9901
9902         * debug-symfile.c: Reflect latest MonoString changes.
9903
9904 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9905
9906         * rand.c, rand.h: instance method icalls need to have an explicit
9907         this pointer as first argument in the C implementation.
9908
9909 2002-04-25  Nick Drochak <ndrochak@gol.com>
9910
9911         * icall.c: Fix typo in map for GetNonZeroBytes
9912
9913 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
9914
9915         * string-icalls.c : String does now passes unit tests without any 
9916         errors, the following changes has been made:
9917         
9918         Implemented replace methods.
9919         Renaming of methods to (try) follow the standard.
9920         Fixed compare ordinal
9921         Made all memory allocated directly to function instead of via icall function.
9922         Small performance fix in is_in_array function
9923                         
9924  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
9925
9926         c (mono_string_Internal_ctor_charp_int_int):
9927         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
9928         sindex < 0, throw ArgumentOutOfRangeException instead of
9929         ArgumentNullException.
9930
9931         Added new check for length == 0, however
9932         I need to make it return String.Empty from the C code.
9933         
9934         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
9935         that calculate the length for us here.
9936         
9937         (mono_string_Internal_ctor_sbytep_int_int): Replaced
9938         mono_string_new_utf16 with mono_string_new, since value is utf8.
9939
9940 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
9941
9942         * object.c: register the object for finalization if needed.
9943         Allocate one more char in the string for the terminating 0 char.
9944
9945 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9946
9947         * class.c, class.h, image.c: check if a type implemenst a destructor.
9948         Use the proper key for array class lookups.
9949         * icall.c: register the icalls in the System.GC class.
9950         * gc.c, gc.h: GC-related functions and icalls.
9951
9952 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9953
9954         * icall.c:
9955         * socket-io.c:
9956         * unicode.c: free some strings gotten from mono_string_to_utf8 and
9957         changed a couple of free () by g_free ().
9958
9959         * decimal.c: one-liner in the comments for decimal2string ().
9960
9961 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
9962
9963         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
9964
9965 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
9966
9967         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
9968         * object.c (mono_runtime_invoke_array) : handle null in params
9969
9970 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
9971
9972         * string-icalls.c: fixed bug in split (one off bug)
9973
9974 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
9975
9976         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
9977         * icalls.c: added String::Equals as internal method
9978
9979 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
9980
9981         * threads.c: fixed bug in the double interlocked functions
9982
9983 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
9984
9985         * threads.c: implemented all of the new interlocked icalls.
9986         * string-icalls.c: fix a bug in insert.
9987         * icalls.c: added the icalls for interlocked, removed old string functions.
9988         
9989 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9990
9991         * loader.c: fix off-by-one error when reading argument names.
9992
9993 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9994
9995         * profiler.c: win32 counter implementation (untested).
9996         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
9997         (the latter needs testing and more complete impl. from win32 folks).
9998
9999 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
10000
10001         * object.c: mono_array_new_full workaround mono_array_class_get
10002         problem.
10003
10004 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
10005
10006         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
10007         * object.h (mono_string_chars): Changed casting type.
10008
10009 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
10010
10011         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
10012                            method signatures to use gunichar2 instead of gint16.
10013
10014 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
10015
10016         * object.h, object.c: domain-specific versions of mono_object_new and
10017         mono_array_new.
10018
10019 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
10020
10021         * object.c: changed String layout
10022
10023         * string-icalls.c (mono_string_Internal_ctor_chara): added
10024         internal string constructors.
10025
10026 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
10027
10028         * threads.c: pass 'this' to the thread start routine.
10029
10030 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10031
10032         * string-icalls.c: fix IndexOf and LastIndexOf. Now
10033         InternalCompareStr don't call twice mono_string_cmp_char for the last
10034         character. Improved performance in mono_string_cmp_char.
10035
10036 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
10037
10038         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
10039         code into its own library: libmonoruntime.
10040
10041 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
10042
10043         * object.h, object.c: changed array format so that szarrays do not
10044         require a bounds structure.
10045         * icall.c, appdomain.c: support for new szarray format.
10046
10047 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
10048
10049         * metadata.c: compare also the retuns type when comparing signatures:
10050         we didn't do this as an optimization since really overloaded methods
10051         must differ also in the arguments, but this doesn't work with
10052         low-level IL code (or when using explicit conversion operators: see
10053         bug#23498 for an example).
10054
10055 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10056
10057         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
10058
10059 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10060
10061         * icall.c: make MonoType::GetElementType its own icall.
10062
10063 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10064
10065         * icall.c: remove MonoMethod_get_Name().
10066         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
10067         object.
10068
10069 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
10070
10071         * string-icalls.c: optimized a few methods.
10072
10073 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
10074
10075         * icall.c: added all new string internal calls
10076         * string-icalls.c: added, new string internal call implementation.
10077         * object.c: added mono_string_new_size for allocating a string a size
10078
10079 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
10080
10081         * object.c (mono_object_isinst): use the same code as in the
10082         optimized x86 version.
10083
10084 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10085
10086         * profiler.c: TSC-based timer code (faster and more accurate).
10087         Not hooked up in configure, yet (set USE_X86TSC to 1).
10088
10089 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
10090
10091         * profiler.c, profiler.h: track time spent compiling methods.
10092         * threads.c: track thread creation/destruction.
10093
10094 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
10095
10096         * profiler.c, profiler.h, profiler-private.h: profiling interface
10097         and sample implementation. Moved here so that it can be used also by
10098         the jit.
10099
10100 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
10101
10102         * reflection.c, reflection.h: keep types and other handles separate in
10103         the hash tables for referred tokens. Add guid for modules.
10104
10105 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10106
10107         * assembly.c: fix bugs found with valgrind.
10108         * metadata.h, metadata.c: added mono_metadata_guid_heap().
10109
10110 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
10111
10112         * threads: added icall support for getting current domain for
10113                    the thread.
10114  
10115 2002-04-13  Martin Baulig  <martin@gnome.org>
10116
10117         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
10118         (MonoDebugVarInfo): Added `index' field for register based addresses.
10119         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
10120         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
10121         `MonoDebugVarInfo *params' and `guint32 this_offset' with
10122         `MonoDebugVarInfo *this_var'.
10123
10124         * debug-symfile.c (relocate_variable): New static function to write
10125         a location description for a local variable or method parameter.
10126
10127 2002-04-12  Martin Baulig  <martin@gnome.org>
10128
10129         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
10130         stack offset and begin/end scope address of a local variable.
10131         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
10132         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
10133         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
10134
10135         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
10136         Added new relocation types for start/end scope of a local variable.
10137
10138 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10139
10140         * object.h: add mono_object_domain() macro.
10141         * reflection.c: handle typespecs.
10142         * icall.c: MonoMethod::get_Name() implementation.
10143
10144 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10145
10146         * icall.c: String::GetHashCode() icall implementation.
10147
10148 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10149
10150         * icall.c: String::IndexOfAny icall.
10151         * object.c, object.h: make array->max_length more useful.
10152         Intrduced mono_object_class() and mono_string_length() macros.
10153
10154 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10155
10156         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
10157         instead of g_unichar_isdigit.
10158
10159 2002-04-11  Nick Drochak  <ndrochak@gol.com>
10160
10161         * icall.c: Implement a simple Double.ToString().
10162
10163 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
10164
10165         * appdomain.h: only io-layer.h is supposed to be included.
10166         * icall.c: explicitly import environ. Fix warning.
10167
10168 2002-04-10  Nick Drochak  <ndrochak@gol.com>
10169
10170         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
10171                 return true even if it's not Daylight Savings time.
10172                 Only return false for the case where the function isn't
10173                 implemented for a plaform (read Windows).
10174
10175 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10176
10177         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
10178         data with a mutex.
10179
10180 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
10181
10182         * mempool.c (mono_mempool_alloc): only use g_malloc when
10183         absolutely necessary.
10184
10185 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
10186
10187         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
10188
10189         * class.c (mono_class_vtable): use domain mempool to allocate vtable
10190         (mono_class_proxy_vtable): use domain mempool
10191
10192 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10193
10194         * appdomain.h, appdomain.c: split initialization that requires the
10195         execution engine support into mono_runtime_init().
10196
10197 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
10198
10199         * class.c (mono_class_init): don't include vtable inside MonoClass
10200         to save some memory, gather some statistics.
10201         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
10202
10203 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
10204
10205         * icall.c: internalcall implementation for ValueType.Equals().
10206
10207 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
10208
10209         * object.c (mono_message_init): moved 
10210         (mono_runtime_exec_main): new arch. independent impl.
10211         (mono_runtime_invoke_array): new method - like
10212         mono_runtime_invoke, but you can pass an array of objects.
10213         (mono_remoting_invoke): new arch. independent impl.
10214         (mono_message_invoke): new arch. independent impl.
10215         (mono_runtime_class_init): new arch. independent impl.
10216         (mono_runtime_object_init): new arch. independent impl.
10217
10218 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10219
10220         * metadata.c, object.c, reflection.c: documented the exported
10221         functions.
10222
10223 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
10224
10225         * icall.c: simpler code to pass the assembly builder data to corlib.
10226         Implement GetNestedTypes() internalcall.
10227
10228 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
10229
10230         * class.c: warn if a type can't be loaded.
10231
10232 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
10233
10234         * image.h: typedef MonoImageOpenStatus
10235         * types.h: removed unused file
10236         
10237 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
10238
10239         * icall.c: Enum_ToObject accepts enum value arguments.
10240
10241 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
10242
10243         * class.c: move initialization of properties, events and nested
10244         classes, so that they happen for interfaces, too.
10245
10246 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10247
10248         * icall.c: cleanup some ugly casts in Array_SetValue*.
10249
10250 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10251
10252         * icall.c: the values array fro enums is of the correct type, now.
10253         Implement (correctly) getFullName instead of assQualifiedName for
10254         MonoType.
10255         * reflection.h, reflection.c: added mono_type_get_name ().
10256
10257 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10258
10259         * assembly.c, image.h: for each MonoImage, record from wich assembly
10260         it was loaded.
10261         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
10262         Make Type.Assembly work.
10263
10264 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
10265
10266         * debug-symfile.h: use char* instead of gpointer to avoid
10267         unnecessary casts.
10268
10269         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
10270
10271         * icall.c (ves_icall_InternalExecute): impl. FielSetter
10272         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
10273
10274 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
10275
10276         * icall.c (mono_message_init): impl. (code cleanup)
10277         (ves_icall_InternalExecute): impl. FieldGetter
10278
10279         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
10280         defined we call all (non-static)methods through the vtable. 
10281
10282 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
10283
10284         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
10285         finalizer even though the memory is still referenced (and the chunk of
10286         memory is not freed).
10287
10288 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
10289
10290         * assembly.c: fix brokeness.
10291
10292 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
10293
10294         * class.c: kill some warnings. Check explicit interface method
10295         implementation also without considering the namespace.
10296         Load also literal strings in static class data.
10297
10298 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
10299
10300         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
10301         (default_assembly_name_resolver): Make the resolver take the
10302         "base" directory where the assembly was originally defined, so we
10303         can load DLLs that are in the same directory as the assembly that
10304         is being referenced.
10305
10306 2002-03-28  Dick Porter  <dick@ximian.com>
10307
10308         * file-io.h: 
10309         * file-io.c:
10310         * socket-io.c: 
10311         * unicode.h: 
10312         * unicode.c: Warning cleanups
10313
10314 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
10315
10316         * object.h, reflection.h: use the correct type instead of MonoObject.
10317
10318 2002-03-28  Martin Baulig  <martin@gnome.org>
10319
10320         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
10321         (mono_debug_update_symbol_file): Initialize classes if necessary.
10322
10323 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
10324
10325         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
10326         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
10327
10328 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
10329
10330         * assembly.h: fix function prototype.
10331         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
10332         * mono-endian.h: use const cast.
10333
10334 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
10335
10336         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
10337
10338 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
10339
10340         * loader.c: don't assert when a typeref can't be loaded, give
10341         a chance to the runtime to trow an exception instead.
10342         * loader.h: fix warning.
10343
10344 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
10345
10346         * class.c (mono_class_proxy_vtable): added proxy support
10347
10348 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
10349
10350         * icall.c: removed last of PAL calls, added System.Environment
10351         * file-io.h, file-io.c: MonoIO implementation
10352         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
10353
10354 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
10355
10356         * appdomain.c: do not use the byte marker in ldstr table lookup.
10357         * debug-helpers.c: allow two ':' to separate class and method name.
10358         * object.c: allocate arrays bounds with the GC, too.
10359         * verify: add a few more checks.
10360
10361 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
10362
10363         * reflection.c: output also literal strings. Allocate parameter data
10364         with GC_malloc() (thanks, Martin, for catching this!).
10365
10366 2002-03-26  Martin Baulig  <martin@gnome.org>
10367
10368         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
10369         include the `this' offset in the `param_offsets'.
10370
10371 2002-03-25  Martin Baulig  <martin@gnome.org>
10372
10373         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
10374         mono_debug_get_class() function to get the classes. Added new
10375         relocation types for arrays and strings.
10376         (mono_debug_get_class): New static function to search in all
10377         referenced assemblies for a metadata token.
10378
10379         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
10380
10381 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
10382
10383         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
10384         hold gc-allocated objects. Make the string heap a stream like the
10385         others. Removed duplicated code when writing stream info.
10386         Added asserts to catch possible buffer overflows. Set the sorted map
10387         for tables that need sorting. Added some documentation.
10388
10389 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
10390
10391         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
10392         for interned strings and vtables.
10393
10394 2002-03-24  Martin Baulig  <martin@gnome.org>
10395
10396         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
10397         it in the array since it was created with g_slist_prepend().
10398
10399 2002-03-24  Martin Baulig  <martin@gnome.org>
10400
10401         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
10402         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
10403         (mono_debug_method_from_token): Renamed to
10404         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
10405         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
10406
10407         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
10408         relocation types.
10409
10410         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
10411
10412 2002-03-24  Martin Baulig  <martin@gnome.org>
10413
10414         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
10415         (mono_debug_method_from_token): New func.
10416
10417         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
10418         New interncall, calls mono_debug_local_type_from_signature().
10419         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
10420         calls mono_debug_method_from_token().
10421
10422 2002-03-23  Martin Baulig  <martin@gnome.org>
10423
10424         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
10425         specifies the number of bytes to be converted, not the array size.
10426         Return the number of chars, not the number of bytes.
10427         (ves_icall_iconv_get_chars): The `byteCount' argument
10428         specifies the number of bytes to be converted, not the array size.
10429
10430 2002-03-23  Martin Baulig  <martin@gnome.org>
10431
10432         * reflection.h (MonoReflectionSigHelper): New type.
10433
10434         * reflection.c (mono_reflection_sighelper_get_signature_local),
10435         (mono_reflection_sighelper_get_signature_local): New functions.
10436
10437         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
10438         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
10439         interncalls.
10440
10441 2002-03-23  Martin Baulig  <martin@gnome.org>
10442
10443         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
10444         is_writeable is set.
10445         (mono_raw_buffer_update): New function to write the modified map
10446         back to disk.
10447
10448         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
10449
10450         * debug-symfile.c (mono_debug_update_symbol_file): Call
10451         mono_raw_buffer_update() when done writing.
10452
10453 2002-03-23  Martin Baulig  <martin@gnome.org>
10454
10455         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
10456
10457         * debug-symfile.c: Added support for arguments and local variables.
10458
10459 2002-03-23  Dick Porter  <dick@ximian.com>
10460
10461         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
10462         protected by ifdefs, hence breaking the w32 build.
10463
10464 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
10465
10466         * object.c: implement is_interned() the right way.
10467
10468 2002-03-21  Martin Baulig  <martin@gnome.org>
10469
10470         * debug-symfile.[ch]: New files to handle debugging information
10471         files. There's also support to dynamically update these symbol
10472         files to include machine dependent information.
10473
10474 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
10475
10476         * threads.c (mono_thread_create): new function to create thread
10477         from C
10478
10479 2002-03-20  Martin Baulig  <martin@gnome.org>
10480
10481         * icall.c (ves_icall_InternalInvoke): Create a new object if the
10482         method is a constructor.
10483         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
10484         points to ves_icall_InternalInvoke().
10485
10486 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
10487
10488         * file-io.c: Flush shouldn't throw exceptions.
10489
10490 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
10491
10492         * file-io.c: FileStream flush support; FileSetLength now
10493         restores file pointer.
10494
10495 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
10496
10497         * class.c: set image for pointer classes.
10498
10499 2002/03/19  Nick Drochak <ndrochak@gol.com>
10500
10501         * sysmath.c: Forgot one.
10502
10503 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
10504
10505         * sysmath.c: Avoid redefining existing names.
10506
10507 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
10508
10509         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
10510         handled by runtime as icall rather than dllimport from libm.so
10511         * file-io.c, file-io.h: fixed handle argument type.
10512
10513 2002-03-18  Dick Porter  <dick@ximian.com>
10514
10515         * reflection.c (mono_image_get_type_info): rename interface to
10516         iface, because of "#define interface struct" on windows.
10517
10518 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
10519
10520         * class.c, class.h: rename and export mono_ptr_class_get().
10521         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
10522         * reflection.c, reflection.h, icall.c: better/saner type name
10523         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
10524         method signatures.
10525
10526 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
10527
10528         * class.c (mono_class_init): removed hardcoded GHC_SLOT
10529
10530         * icall.c (ves_icall_InternalInvoke): impl.
10531
10532 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
10533
10534         * reflection.c: output the interface map table, too.
10535
10536 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
10537
10538         * class.c (class_compute_field_layout): separate computation of 
10539         static field layout
10540
10541 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
10542
10543         * icall.c: added System.Buffer support.
10544         * file-io.c: moved file icalls from PAL to FileStream.
10545
10546 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
10547
10548         * icall.c (ves_icall_System_Object_GetHashCode): impl.
10549
10550 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
10551
10552         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
10553
10554 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
10555
10556         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
10557
10558 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
10559
10560         * debug-helpers.{c,h}: moved here from monograph some useful functions
10561         to locate a method by name/signature in a class or image. Included
10562         also a small and flexible IL disassembler.
10563
10564 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
10565
10566         * reflection.c: fixup tokens in methods with small header size, too.
10567
10568 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
10569
10570         * object.c (mono_string_to_utf8): remove assert(!error), instead
10571         print a warning. 
10572
10573 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
10574
10575         * icall.c: update to the new mono_Array_class_get interface.
10576
10577 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
10578
10579         * appdomain.c, object.c: Boehm-GC enable.
10580         * icall.c: make get_data_chunk() support split data requests.
10581         Ensure a class is initialized in more cases. Return only the first
10582         property found in GetProperties() or the compiler gets confused. 
10583         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
10584         * reflection.h, reflection.c: add fixup mechanism for field and method
10585         tokens. Initialize assembly->typeref in a single place. Output
10586         properties after events. Support custom attributes for events, too.
10587         Typo fix for paramter custom attrs.
10588
10589 2002-03-07  Martin Baulig  <martin@gnome.org>
10590
10591         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
10592
10593 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
10594
10595         * class.c (mono_array_class_get): fix. for multi. dim. arrays
10596
10597 2002-03-06  Martin Baulig  <martin@gnome.org>
10598
10599         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
10600         non-zero lower bounds. See testcases #F10-#F13.
10601
10602 2002-03-05  Martin Baulig  <martin@gnome.org>
10603
10604         * exception.c (mono_get_exception_argument_out_of_range): New exception.
10605
10606         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
10607         ves_icall_System_Array_GetValue(), only calculate the absolute array position
10608         here.
10609         (ves_icall_System_Array_SetValue): Likewise.
10610         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
10611         as argument and does the actual work. This function is used when copying a
10612         multi-dimensional array.
10613         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
10614         now do all the widening conversions of value types.
10615         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
10616
10617 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
10618
10619         * class.c: remove some magic numbers and use the smbolic names,
10620         instead. Added init_events() to load event info at class init time.
10621         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
10622         and mono_metadata_methods_from_event().
10623         * reflection.h, reflection.c: added support for writing out the evnets
10624         related information.
10625
10626 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
10627
10628         * reflection.h, icall.c: use a different method (GetInterfaces)
10629         to gather interface info and add isbyref, isprimitive and
10630         ispointer to the ves_icall_get_type_info() return value.
10631
10632 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
10633
10634         * class.h: stared adding support for events.
10635         * icall.c: split find_members implementation. Added debug icall to get
10636         the address of an object.
10637         * reflection.c: handle TypeBuilders in mono_type_get_object().
10638
10639 2002-03-01  Martin Baulig  <martin@gnome.org>
10640
10641         * icall.c (ves_icall_System_Array_GetLength): This must throw an
10642         ArgumentOutOfRangeException(), not an ArgumentException().
10643         (ves_icall_System_Array_GetLowerBound): Likewise.
10644         (ves_icall_System_Array_GetValue): Improved argument checking.
10645         (ves_icall_System_Array_SetValue): Improved argument checking.
10646
10647 2002-03-01  Martin Baulig  <martin@gnome.org>
10648
10649         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
10650         called with invalid arguments rather than just dying with g_assert().
10651         (ves_icall_System_Array_SetValue): Likewise.
10652         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
10653         raise a NotImplementedException instead.
10654         (ves_icall_System_Array_GetLength): Added argument checking.
10655         (ves_icall_System_Array_GetLowerBound): Added argument checking.
10656
10657 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
10658
10659         * object.h (mono_assert): new macros mono_assert and
10660         mono_assert_not_reached
10661
10662 2002-02-28  Martin Baulig  <martin@gnome.org>
10663
10664         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
10665         and "System::String::IsInterned" to "System::String::_IsInterned".
10666
10667 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
10668
10669         * icall.c: remove hacks for typebuilder. Added icall to create a
10670         modified type from a tybebuilder.
10671         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
10672         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
10673         to create a backing MonoClass for a TypeBuilder.
10674
10675 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
10676
10677         * class.c, class.h: more refactoring of class init.
10678         Export mono_class_setup_mono_type() and mono_class_setup_parent().
10679
10680 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
10681
10682         * marshal.c, marshal.h: start of marshaling interface.
10683
10684 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
10685
10686         * icall.c: fix order in assembly qualified name icall.
10687
10688 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
10689
10690         * class.c: do not free str, since we store it in the hash table.
10691         * reflection.h: add label field to MonoILExceptionInfo.
10692         * reflection.c: handle references to more than one assembly. Handle
10693         case when there isn't a module created in the assembly.
10694
10695 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
10696
10697         * class.c: Fix typo. Start refactoring of class init code.
10698
10699 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
10700
10701         * appdomain.c: exit with 1 on error.
10702         * class.c: we already have the name in MonoClassField.
10703         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
10704         MonoStreamHeader instead of an offset of image->raw_metadata.
10705
10706 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
10707
10708         * appdomain.c (mono_init): Be even more descriptive about the error.
10709
10710 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
10711
10712         * appdomain.c: give the user an informative message when corlib can't
10713         be loaded.
10714
10715 2002-02-26  Martin Baulig  <martin@gnome.org>
10716
10717         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
10718         New icall to get the time zone data.
10719
10720 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
10721
10722         * reflection.c: set virtual and raw size of section correctly.
10723         * threads.c: transfer domain information to newly created threads.
10724
10725 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
10726
10727         * class.c: when instancing a class in a domain, load the default
10728         vaules for static fields from the constant table. Fix System.Enum to
10729         not be an enum.
10730         * icall.c: implement Object::GetType() internalcall. Implemented
10731         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
10732         Fixed checking of binding flags in find_members().
10733         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
10734         * reflection.c: handle enumerations when writing to the constant
10735         table. Use a different object cache for types.
10736
10737
10738 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
10739
10740         * object.c (mono_object_isinst): fix for arrays
10741
10742         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
10743
10744 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
10745
10746         * object.c: don't use mprotect ()  and fix intern pool hash table
10747         lookup for big endian systems.
10748
10749 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
10750
10751         * icall.c: change type_is_subtype_of () signature.
10752
10753 2002-02-21  Mark Crichton  <crichton@gimp.org>
10754
10755         * rand.c, rand.h: Added random number generator for
10756         System.Security.Cryptography classes.
10757
10758         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
10759
10760         * icall.c: Added System.Security.Cryptography calls.
10761
10762 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
10763
10764         * class.c, icall.c, metadata.c: better support for pointer types.
10765         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
10766         * reflection.c: Add support for getting custom attrs for properties
10767         and simplify some code.
10768
10769 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
10770
10771         * icall.c: change getToken () and add custom attribute GetBlob()helper
10772         method.
10773         * reflection.h: add custom attrs array to the reflection builder structures.
10774         * reflection.c: encode and emit custom attributes for all the relevant
10775         reflection objects. Cache fieldref and methodref tokens. Change
10776         mono_image_create_token() interface to take a MonoDynamicAssembly.
10777         More complete custom attributes decoder. Load custom attributes for
10778         Assembly, Field, Method and Constructor objects, too. Make the
10779         returned array an Attribute[] one, not object[]. Added
10780         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
10781         custom attribute constructor.
10782
10783 2002-02-20  Dick Porter  <dick@ximian.com>
10784
10785         * icall.c:
10786         * rawbuffer.c:
10787         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
10788         problem code out for now).
10789
10790 2002-02-19  Radek Doulik  <rodo@ximian.com>
10791
10792         * object.c (mono_ldstr): use hash table to avoid multiple swapping
10793
10794 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
10795
10796         * icall.c: register the GetCustomAttributes method.
10797         * object.c, object.h: add mono_string_new_len ().
10798         * reflection.h, reflection.c: added mono_runtime_invoke(),
10799         mono_install_runtime_invoke(). Added
10800         mono_reflection_get_custom_attrs () to load custom attributes and
10801         create the attribute objects.
10802
10803 2002-02-19  Dick Porter  <dick@ximian.com>
10804         * threads-dummy-types.c:
10805         * threads-dummy-types.h:
10806         * threads-dummy.c:
10807         * threads-dummy.h:
10808         * threads-pthread-types.c:
10809         * threads-pthread-types.h:
10810         * threads-pthread.c:
10811         * threads-pthread.h:  Deleted obsolete files
10812
10813 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
10814
10815         * class.c (mono_class_vtable): runtime init the class when we
10816         allocate static class data.
10817
10818         * icall.c (ves_icall_System_Array_SetValue): check for null values.
10819
10820         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
10821         and String - but we will need generic marshalling support in the
10822         future. 
10823         (mono_init): set the domain name in a ms compatible way
10824
10825         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
10826         String[].
10827
10828 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
10829
10830         * object.c (mono_array_clone): use alloca() instead of g_malloc  
10831         for sizes
10832
10833         * appdomain.c (mono_domain_unload): impl.
10834
10835 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
10836
10837         * appdomain.c, object.c: fix intern pool implementation.
10838         * class.c: fix alignment code.
10839
10840 2002-02-16  Radek Doulik  <rodo@ximian.com>
10841
10842         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
10843         and s2 > s1, just copy lower bytes to be compatible with little
10844         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
10845         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
10846
10847         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
10848         force big_endian to be 1 for big endian machines 
10849         (ves_icall_iconv_new_decoder): ditto
10850
10851 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
10852
10853         * socket-io.c (convert_sockopt_level_and_name): If the system
10854         doesn't define SOL_IP or SOL_TCP, get them by hand using
10855         getprotobyname() and caching the values (because this could be a
10856         slow operation).
10857         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
10858         Use the appropriate struct when the system does support it. Ie,
10859         not all systems have struct ip_mreqn so use struct ip_mreq when
10860         appropriate.
10861
10862 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
10863
10864         * reflection.c: handle finally clauses.
10865
10866 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
10867
10868         * socket-io.c: use g_snprintf() instead of snprintf.
10869
10870 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
10871
10872         * reflection.c (mono_param_get_objects): Cast second argument to
10873         mono_method_get_param_names to a const char** to silence the
10874         compiler warning.
10875
10876         * appdomain.c (mono_domain_assembly_open): Put parens around the
10877         truth statement in the for-loop.
10878
10879         * unicode.c (iconv_convert): Got rid of a compiler warning about
10880         int i being unused when the system has a new iconv.
10881         (iconv_get_length): Same.
10882
10883         * image.c (load_class_names): Cast the second argument to
10884         g_hash_table_insert() to char* to hush compiler warnings about the
10885         arg being a const.
10886         (mono_image_open): Same here.
10887
10888         * socket-io.c: Don't conditionally include sys/filio.h or
10889         sys/sockio.h here anymore since we now get them from
10890         io-layer/io-layer.h
10891         (inet_pton): If the system doesn't support inet_aton, implement
10892         using inet_addr and also #define INADDR_NONE if it isn't defined
10893         by the system.
10894
10895 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
10896
10897         * metadata.c, metadata.h: added function to get packing and size info
10898         of a typedef.
10899         * reflection.h, reflection.c: handle field RVA data. Save info about
10900         the table layout if needed. Assign typedef indexes to all the types
10901         before dumping the info about them to avoid forward reference problems.
10902
10903 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
10904
10905         * socket-io.c (convert_sockopt_level_and_name): ifdef
10906         SO_ACCEPTCONN because it is not defined on my system (old debian)
10907
10908 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
10909
10910         * opcode.c: use stddef.h to get NULL.
10911
10912 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
10913
10914         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
10915         for FIONBIO, FIONREAD and SIOCATMARK.
10916         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
10917         define INADDR_NONE and besides, inet_addr() is deprecated and
10918         should not be used. Use inet_pton() instead - it also has the
10919         added bonus that it can easily handle IPv6 addresses as well.
10920         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
10921
10922 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
10923
10924         * decimal.c: remove _MSC_VER conditional.
10925
10926 2002-02-13  Dick Porter  <dick@ximian.com>
10927
10928         * socket-io.c: 
10929         * icall.c: Internal calls for Blocking, Select, Shutdown,
10930         GetSocketOption and SetSocketOption
10931
10932 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
10933
10934         * assembly.cs: better resolver: use it instead of some kludgy
10935         code.
10936
10937 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
10938
10939         * reflection.c: the best way to speed-up the compiler is to avoid
10940         infinite loops.
10941
10942 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
10943
10944         * class.c (mono_class_vtable): changed the object layout
10945         (obj->vtable->class). 
10946         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
10947
10948 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
10949
10950         * assembly.c: look for assemblies in the assembly dir, too.
10951
10952 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
10953
10954         * class.c: fix thinko in mono_class_from_type().
10955
10956 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
10957
10958         * exception.h, exception.c: added TypeLoadException.
10959         * object.h, object.c: added mono_array_clone ().
10960         * icall.c: handle throwOnError in AssemblyGetType().
10961         Added Array.Clone().
10962         * opcode.h, opcode.c: use a single value for the opcode val.
10963         Compile fix for non-gcc compilers.
10964
10965 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
10966
10967         * opcodes.c, opcodes.h: export interesting info about opcodes.
10968
10969 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
10970
10971         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
10972         icalls. 
10973
10974         * class.c (class_compute_field_layout): set element_class for enums
10975         (mono_class_create_from_typedef): set element_class for normal classes
10976
10977         * icall.c (ves_icall_System_Enum_get_value): impl.
10978
10979         * class.c (mono_class_create_from_typedef): do not set valuetype
10980         flag for System.ValueType and System.Enum
10981
10982 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
10983
10984         * unicode.c (iconv_convert): fix big endian problem.
10985
10986 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
10987
10988         * class.c: add asserts if we are ever going to scribble over memory.
10989         * socket-io.c: not all systems have AF_IRDA defined.
10990
10991 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
10992
10993         * class.c (class_compute_field_layout): do not consider static
10994         fields to compute alignment
10995
10996 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
10997
10998         * appdomain.c (mono_appdomain_get): impl.
10999         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
11000
11001 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
11002
11003         * icall.c: ignore "file://" prefix when loading an assembly.
11004
11005 2002-01-23  Dick Porter  <dick@ximian.com>
11006
11007         * socket-io.c:
11008         * icall.c:
11009         * Makefile.am: Added socket support
11010
11011 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
11012
11013         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
11014         code back.  This should return the assemblies that are loaded by
11015         the runtime on behalf of an application domain. 
11016
11017         The current implementation is still broken, it just returns every
11018         assembly loaded, but until we get real applications domain this
11019         will do.
11020
11021 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
11022
11023         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
11024         AppDomain object.
11025
11026 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
11027
11028         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
11029         the mono_class_from_name lookup.
11030         (ves_icall_get_parameter_info): ditto.
11031         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
11032         method.
11033         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
11034
11035 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
11036
11037         * class.c: load also nested classes on class init.
11038         System.ValueType instance methods gets passed boxed
11039         values, unless methods in derived classed that get a pointer to the
11040         data.
11041         * icall.c: use better name parsing code in GetType().
11042         * image.c, image.h: add mono_image_loaded ().
11043         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
11044         * reflection.c, reflection.h: added mono_reflection_parse_type().
11045
11046 2002-01-22  Veronica De Santis <veron78@interfree.it>
11047
11048         * icall.c : Added mapping of internal calls for Manual and Auto reset events
11049         * threads.c : Added the implementation of internal calls for events
11050         * threads.h : Added prototypes of internal calls for events
11051         
11052 2002-01-21  Radek Doulik  <rodo@ximian.com>
11053
11054         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
11055
11056 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
11057
11058         * class.c (mono_class_init): set min_align to 1 (instead of 0)
11059         (mono_class_value_size): use min_align
11060
11061 2002-01-20  Dick Porter  <dick@ximian.com>
11062
11063         * threads.h:
11064         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
11065         so it compiles on w32.
11066
11067 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
11068
11069         * metadata.c (mono_type_stack_size): impl.
11070
11071         * class.c (mono_class_get_field): impl. memberref token
11072
11073 2002-01-16 Veronica De Santis <veron78@@interfree.it>
11074
11075         * icall.h : Added the internal calls mapping for CreateMutex_internal
11076                     and ReleaseMutex_internal.
11077         * threads.h : Added the prototype of mutexes internal calls.
11078         * threads.c : Added the implementations of mutexes internal calls.
11079
11080 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
11081
11082         * metaparse.h: removed unused file.
11083         * reflection.c, reflection.h: added stream_data_align () function 
11084         to align data in streams and keep stream aligned. Add support for
11085         exception support in method headers.
11086
11087 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
11088
11089         * unicode.c: make iconv_convert () return the number of bytess written
11090         in the output buffer.
11091
11092 2002-01-15  Dick Porter  <dick@ximian.com>
11093         * threads.c: Make the runtime's idea of infinite timeouts coincide
11094         with the class library's
11095
11096         Fix a particularly egregious bug in mono_thread_cleanup(). That
11097         code was so utterly bogus it must have been written on a Monday.
11098
11099 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
11100
11101         * reflection.h: add subtypes field to TypeBuilder.
11102         * reflection.c: encode constants for literal fields.
11103         Handle subtypes. Fix user string token (and add a zero byte)
11104         at the end.
11105         
11106 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
11107
11108         * class.c (mono_class_init): bug fix: assign slot numbers for
11109         abstract methods.
11110
11111 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
11112
11113         * reflection.c: don't try to output a code RVA for abstract methods.
11114         Small fixes for method header format. Output parameter info to the
11115         ParamDef table. Save method overriding info to MethodImpl table.
11116         Fix property support. Allow typedef.extends to be a type in the
11117         building assembly.
11118         * verify.c: fix off-by-one error.
11119
11120 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
11121
11122         * class.c: fix mono_class_from_mono_type () for szarray types.
11123         Remove unused cache check in mono_class_from_type_spec().
11124         * icall.c: *type_from_name () functions handle simple arrays and byref.
11125         * reflection.c: handle byref and szarray types. Handle methods without
11126         body (gets P/Invoke compilation working). Handle types and fields in
11127         get_token ().
11128         * reflection.h: add rank to MonoTypeInfo.
11129
11130 2002-01-10  Dick Porter  <dick@ximian.com>
11131
11132         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
11133         internal calls
11134
11135 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
11136
11137         * icall.c: initialize class in type_from_handle ().
11138         Loop also in parent classes for get_method ().
11139         * reflection.c: properly encode class and valuetype types.
11140         Start on encoding TypeBuilder types. Handle fieldrefs.
11141         Use correct length when registering a user string.
11142         Handle ConstructorBuilder and MonoMethod in get_token ().
11143         Make mono_type_get_object () aware of cached types.
11144         * object.c: back out change to mono_string_new ().
11145
11146 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
11147         * object.c: mono_string_new should return a NULL when the string 
11148         passed in is NULL -- not try to deference it.
11149         
11150 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
11151
11152         * icall.c: hack to make IsSubType work for TypeBuilders.
11153         * reflection.c: emit constructors before methods.
11154         Retrieve param names in mono_param_get_objects().
11155
11156 2002/01/05  Nick Drochak  <ndrochak@gol.com>
11157
11158         * Makefile.am: fix list of headers and sources so automake 1.5
11159         doesn't complain. Removed \# at end of list.
11160
11161 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
11162
11163         * reflection.c: get token for a method ref. Set return type of
11164         constructor to void.
11165         * loader.c: debug message.
11166         * class.c: typo fix.
11167
11168 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
11169
11170         * icall.c: fix array init with rank > 1. FindMembers
11171         loops in parent class as well.
11172         * image.c: do not insert nested types in name cache.
11173         * reflection.c: warning fix.
11174         * reflection.h: add override method (for interface impl).
11175
11176 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
11177
11178         * metadata.c: fix customattr decoding.
11179
11180 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
11181
11182         * rawbuffer.cs: Added native Win32 implementation, avoids using
11183         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
11184
11185 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
11186
11187         * class.c: make the low-level routines handle the cache.
11188
11189 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
11190
11191         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
11192
11193 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
11194
11195         * class.c: fix mono_array_element_size() for objects.
11196         * class.h, class.c: add properties to MonoClass and load them
11197         at init time.
11198         * icall.c: check with isinst() when assigning a value to an array
11199         instead of requiring the classes to match exactly.
11200         Implemented icall for System.Type::GetType().
11201         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
11202         enums. Handle bindingflags when looking for methods and fields.
11203         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
11204         and mono_metadata_methods_from_property().
11205         * reflection.h, reflection.c: added structures for propreties,
11206         parameters and enums. Implemented mono_property_get_object() and
11207         mono_param_get_objects().
11208
11209 2001-12-18  Dick Porter  <dick@ximian.com>
11210
11211         * file-io.c: Use mono_string_to_utf16() instead of
11212         mono_string_chars()
11213
11214         * object.c: Added mono_string_to_utf16(), which copies the non
11215         NULL-terminated MonoString into a new double-null-terminated
11216         buffer.
11217
11218 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
11219
11220         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
11221
11222 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
11223
11224         * file-io.c: raise exceptions if handle is invalid.
11225
11226 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
11227
11228         * assembly.c: yet another check for mscorlib.
11229         * class.c, class.h: load nesting info for classes.
11230         * icall.c: many new functions to support the Reflection classes.
11231         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
11232         * reflection.h, reflection.c: mono_image_create_token(),
11233         mono_assembly_get_object(), mono_type_get_object(),
11234         mono_method_get_object(), mono_field_get_object(): methods to return
11235         objects that parallel the C representation of assemblies, types,
11236         methods, fields.
11237
11238 2001-12-11  Dick Porter  <dick@ximian.com>
11239
11240         * icall.c:
11241         * file-io.c: Internal calls for file IO.
11242
11243 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
11244
11245         * tabledefs.h: missing FileAttributes.
11246         * verify.h, verify.c: use is_valid_string () to simplify and check for
11247         valid strings more correctly. Fix warnings and speeling.
11248         Check more tables: Filed, File, ModuleRef, StandAloneSig.
11249         Check code: branches, maxstack, method calls.
11250
11251 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
11252
11253         * object.c (mono_object_allocate): removed static, so that the jit
11254         can allocate value types.
11255
11256         * icall.c (ves_icall_System_DateTime_GetNow): impl.
11257
11258 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
11259
11260         * class.c: init enum types right away and register the
11261         token->MonoClass map in mono_class_create_from_typedef ().
11262         * verify.h, verify.c: first cut of the verifier.
11263         * pedump.c: add --verify switch to verify metadata tables.
11264         * tabledefs.h: add some missing enums.
11265
11266 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
11267
11268         * class.c (mono_install_runtime_class_init): impl.
11269         (mono_class_init): renamed mono_class_metadata_init to
11270         mono_class_init, also removed the metadata_inited flag
11271
11272         * object.c (mono_object_isinst): use faster algorithm
11273
11274 2001-11-30  Radek Doulik  <rodo@ximian.com>
11275
11276         * mono-endian.h: reverted last change
11277         added function prototypes
11278
11279         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
11280         add mono-endian.c back
11281
11282         * mono-endian.c: returned back, as Paolo pointed out, it's needed
11283         for unaligned access, I've mistaked it with endianess. I am
11284         sorry.
11285         (mono_read16): fix reverted endianess
11286         (mono_read64): ditto
11287         (mono_read32): ditto
11288
11289 2001-11-30  Dick Porter  <dick@ximian.com>
11290
11291         * exception.c: Implement mono_exception_from_name()
11292
11293 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
11294
11295         * metadata.h, metadata.c: remove params_size and locals_size and their
11296         calculation from the metadata code: they are only usefult to the
11297         interp.
11298
11299 2001-11-29  Radek Doulik  <rodo@ximian.com>
11300
11301         * object.c (mono_ldstr): swap bytes here, it's probably not the
11302         best place, but works for me now, I'll redo it once I know mono
11303         better, also note that I add PROT_WRITE and don't reset back, also
11304         note that it's only affects big endians, so x86 should be OK
11305
11306         * mono-endian.h (read16): use just glib macros for both endians
11307
11308         * mono-endian.c: removed as glib macros are used in in
11309         mono-endian.h so we don't need to care about endianess for read
11310         macros as glib does that for us already
11311
11312 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
11313
11314         * class.h, class.h: take minimum alignment into consideration so
11315         that the fields of a class remain aligned also when in an array.
11316
11317 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
11318
11319         * loader.h, loader.c: add mono_method_get_param_names().
11320         * class.c: 0-init class fields.
11321
11322 2001-11-26  Dick Porter  <dick@ximian.com>
11323
11324         * icall.c:
11325         * threads-types.h:
11326         * threads.c: New file that handles System.Threading on all platforms
11327
11328         * object.c: 
11329         * object.h: Remove the synchronisation struct from MonoObject,
11330         replace it with a pointer that gets initialised on demand
11331
11332         * Makefile.am: Replace all the system-specific threading code with
11333         a single file that uses the new wrapper library
11334
11335 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
11336
11337         * class.c, class.h: add mono_install_trampoline() so that the runtime
11338         can register a function to create a trampoline: removes the ugly
11339         requirement that a runtime needed to export arch_create_jit_trampoline.
11340         * object.h, object.c: added mono_install_handler() so that the runtime
11341         can install an handler for exceptions generated in C code (with
11342         mono_raise_exception()). Added C struct for System.Delegate.
11343         * pedump.c: removed arch_create_jit_trampoline.
11344         * reflection.c: some cleanups to allow registering user strings and
11345         later getting a token for methodrefs and fieldrefs before the assembly
11346         is built.
11347         * row-indexes.h: updates and fixes from the new ECMA specs.
11348
11349 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
11350
11351         * class.h, class.c: add enum_basetype field to MonoClass.
11352         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
11353         to get index in the constant table reated to a field, param or
11354         property.
11355         * reflection.h, reflection.c: handle constructors. Set public-key and
11356         version number of the built assembly to 0.
11357         * row-indexes.h: update from new ECMA spec.
11358
11359 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
11360
11361         * class.h, class.c: add a max_interface_id to MonoClass.
11362         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
11363         since it's used to do that. Added mono_type_type_from_obj().
11364         Make GetType() return NULL instead of segfaulting if the type was not
11365         found. Handle simple arrays in assQualifiedName.
11366         * object.h: add a struct to represent an Exception.
11367         * reflection.c: output call convention in method signature.
11368         Add code to support P/Invoke methods and fixed offsets for fields.
11369
11370 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
11371
11372         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
11373         the value.
11374         * icall.c: use mono_array_addr instead of array->vector: fixes the
11375         reflection image writing.
11376         * reflection.c: init call convention byte to 0 in method signature.
11377         Encode the property signature. Don't output property-related methods
11378         twice. Really process the properties for a type (don't cast a field to
11379         a property, my mom always told me that).
11380         Fix 64 bit issues in pointer alignment in a different and more
11381         readable way.
11382
11383 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
11384
11385         * loader.h: Removed type class from MonoDefaults, added monotype
11386
11387         * loader.c: Loaded MonoType, removed loading of Type
11388
11389         * icall.c (my_mono_new_object): Now returns a System.MonoType,
11390         and fills in System.Type._impl with a RuntimeTypeHandle rather
11391         than the actual MonoClass *
11392
11393         (ves_icall_type_from_handle): change from type_class to
11394         monotype_class
11395
11396         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
11397         implemented
11398
11399         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
11400         implemented
11401
11402         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
11403
11404         (ves_icall_System_Reflection_Assembly_GetType): implemented
11405
11406         (ves_icall_System_MonoType_assQualifiedName): implemented
11407
11408         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
11409
11410 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
11411
11412         * assembly.c (mono_assembly_open): Implement a cache for the
11413         assemblies. 
11414
11415         (mono_assembly_close): only destroy the assembly when the last
11416         reference is gone.
11417         
11418 2001-11-09  Dick Porter  <dick@ximian.com>
11419
11420         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
11421
11422 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
11423
11424         * class.c (mono_class_metadata_init): bug fix: compute the right slot
11425
11426 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
11427
11428         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
11429         from Martin Weindel.
11430         * object.h: add mono_string_chars ().
11431
11432 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
11433
11434         * reflection.c (build_compressed_metadata): Eliminates warnings
11435         and uses 64-bit clean code.
11436
11437         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
11438         (mono_type_equal): Change signature to eliminate warnings.
11439
11440 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
11441
11442         * icall.c, loader.c: remove the internalcall array constructors.
11443         Changes to match the new MonoArray structure.
11444         * object.h, object.c: an array object doesn't allocate an extra
11445         vector. Add mono_array_new_full () to create jagged arrays easily.
11446
11447 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
11448
11449         * metadata.h, metadata.c: add mono_metadata_field_info () to
11450         retreive all the info about a field from vairous tables.
11451         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
11452         * class.h, class.c: augment MonoClassField with more info.
11453         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
11454         policy and load a field's RVA if needed.
11455
11456 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
11457
11458         * class.c (mono_class_metadata_init): create a trampoline for all
11459         virtual functions instead of actually compiling them.
11460
11461 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
11462
11463         * class.h, class.c: include name in MonoClassField.
11464         * class.c: fix fundamental type of System.Object and System.String.
11465         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
11466         tokens in ldtoken.
11467         * icall.c: remove internalcalls for the Reflection stuff that is now
11468         done in C# code.
11469         * loader.c: mono_field_from_memberref () implementation.
11470         * mono-endian.c: thinko (s/struct/union/g).
11471         * object.c, object.h: make the mono_string_* prototypes actually use
11472         MonoString instead of MonoObject.
11473         * reflection.c, reflection.h: updates for changes in the reflection
11474         code in corlib: we use C structures that map to the actual C# classes.
11475         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
11476         fat method header if needed and use the info from the ILGenerator for
11477         methods. Handle fields in types. Misc fixes.
11478
11479 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
11480
11481         * class.c (mono_class_metadata_init): bug fix: always allocate
11482         space for static class data
11483
11484 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
11485
11486         * class.c (mono_compute_relative_numbering): use relative
11487         numbering to support fast runtime type checks.
11488
11489 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
11490
11491         * class.c (mono_class_create_from_typeref): added debugging output
11492         to print class name when MonoDummy is returned instead of real class
11493
11494 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
11495
11496         * class.c (mono_class_metadata_init): interface offset table now
11497         contains pointers into the vtable - this is more efficient for the jit
11498
11499 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
11500
11501         * class.c (mono_class_metadata_init): use a temporary vtable (the
11502         old algorithm only worked for the interpreter, but not for the jit)
11503
11504 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
11505
11506         * loader.c (method_from_memberref): use mono_class_get to get the
11507         class of an array instead of using System.Array directly.
11508         (mono_get_method): also add MEMBERREF methods to the method cache
11509         which usefull for arrays.
11510
11511 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
11512
11513         * pedump.c (arch_compile_method): added to compute vtable entry
11514
11515         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
11516         number of interfaces.
11517         
11518         * class.h: merged MonoArrayClass into MonoClass
11519
11520         * class.c (mono_class_create_from_typedef): compute the vtable size and
11521         allocate space to include the vtable inside MonoClass
11522         (mono_class_metadata_init): initialize the vtable
11523
11524 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
11525
11526         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
11527         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
11528         * image.c: endian fixes by Laurent Rioux.
11529         * object.h, object.c: rename MonoStringObject to MonoString and
11530         MonoArrayObject to MonoArray. Change some function names to conform to
11531         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
11532         guint16* as first argument, so don't use char*.
11533         Provide macros to do the interesting things on arrays in a portable way.
11534         * threads-pthread.c: updates for the API changes and #include <sched.h>
11535         (required for sched_yield()).
11536         * icall.c: updates for the API changes above.
11537         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
11538         platforms that need them.
11539
11540 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
11541
11542         * class.c: set the correct type for all the fundamental
11543         type when loading the class.
11544
11545 2001-10-05  Dick Porter  <dick@ximian.com>
11546
11547         * threads-pthread.c (pthread_mutex_timedlock): Simple
11548         compatibility version for C libraries that lack this call.
11549
11550 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
11551
11552         * class.c: MonoTypes stored in MonoClass are stored as
11553         fundamental MonoTypes when the class represents a
11554         fundamental type (System.Int32, ...).
11555         The TypeHandle return by ldtoken is a MonoType*.
11556         * icall.c: ves_icall_get_data_chunk () write out all the
11557         PE/COFF stuff. Implement ves_icall_define_method (),
11558         ves_icall_set_method_body (), ves_icall_type_from_handle ().
11559         * image.c: properly skip unknown streams.
11560         * loader.h, loader.c: add type_class to mono_defaults.
11561         * metadata.c, metadata.h: export compute_size () as
11562         mono_metadata_compute_size () with a better interface.
11563         Typo and C&P fixes.
11564         * pedump.c: don't try to print the entry point RVA if there is no entry point.
11565         * reflection.c, reflection.h: many cleanups, fixes, output method
11566         signatures and headers, typedef and typeref info, compress the metadata
11567         tables, output all the heap streams, cli header etc.
11568         * row-indexes.h: typo fixes.
11569
11570 2001-10-04  Dick Porter  <dick@ximian.com>
11571
11572         * object.h: Add a synchronisation mutex struct to MonoObject
11573
11574         * object.c (mono_new_object): Initialise the object
11575         synchronisation mutexes
11576
11577         * icall.c: System.Threading.Monitor internal calls
11578         
11579         * threads-pthread.h:
11580         * threads-pthread.c: System.Threading.Monitor internal calls
11581
11582         * threads-types.h: New file, includes the system-specific thread
11583         structures
11584         
11585         * threads-pthread-types.h:
11586         * threads-pthread-types.c: New files, handle pthread-specific
11587         synchronisation types
11588
11589         * threads-dummy-types.h: 
11590         * threads-dummy-types.c: New files of dummy support for
11591         thread-specific types
11592
11593         * metadata.c:
11594         * image.c:
11595         * pedump.c: include mono-endian.h not endian.h
11596         
11597         * Makefile.am: More threads files.
11598         Name mono-endian.h not endian.h
11599
11600 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
11601
11602         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
11603         stuff and implement a few more bits.
11604         * icall.c: a field needs to be dereferenced twice. Do not use the same
11605         name for two variables in the same scope.
11606         * image.c, image.h: cleanups.
11607
11608 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
11609
11610         * class.c (mono_class_metadata_init): bug fix: compute the right size
11611
11612 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
11613
11614         * icall.c: implemented some of the Reflection internalcalls.
11615         * image.c, image.h: start writing out the PE/COFF image.
11616         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
11617         that does the reverse than decode_blob_size ().
11618         * object.c: use mono_metadata_encode_value (). Move here
11619         temporary implementation of mono_string_to_utf8 ().
11620         * rawbuffer.c: make malloc_map static.
11621
11622 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
11623
11624         * metadata.c: fix type comparison for arrays.
11625         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
11626         Added a couple of new classes to monodefaults.
11627         * icall.c: added a couple of Reflection-related internalcalls.
11628         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
11629         Added a byval_arg MonoType to MonoClass.
11630
11631 2001-09-28  Dick Porter  <dick@ximian.com>
11632
11633         * icall.c:
11634         * threads-pthread.h: 
11635         * threads-pthread.c: Implemented internal calls for
11636         LocalDataStoreSlot operations.  Applied mutexes around all shared
11637         data.  Reworked the thread creation and Start() operations to
11638         avoid a race condition.
11639         
11640         * threads-dummy.h:
11641         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
11642
11643 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
11644
11645         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
11646
11647 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
11648
11649         * class.c, loader.c: warn and return NULL instead of erroring out.
11650         * icall.c: added System.AppDomain::getCurDomain().
11651         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
11652
11653 2001-09-25  Dick Porter  <dick@ximian.com>
11654
11655         * threads-pthread.h:
11656         * threads-pthread.c: Implemented timed thread joining and added
11657         System.Threading.Thread::Join_internal internal call
11658
11659         * icall.c: Added System.Threading.Thread::Join_internal internal call
11660
11661         * threads-dummy.h:
11662         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
11663
11664 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
11665
11666         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
11667         mono_string_intern () to implement the semantics of the ldstr opcode
11668         and the interning of System.Strings.
11669         * icall.c: provide hooks to make String::IsIntern and String::Intern
11670         internalcalls.
11671
11672 2001-09-23  Dick Porter  <dick@ximian.com>
11673
11674         * threads-dummy.c: 
11675         * threads-dummy.h: New files of dummy threading routines
11676
11677         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
11678         support code based on system specifics
11679
11680         Rename PTHREAD_LIBS to THREAD_LIBS
11681         
11682 2001-09-23  Dick Porter  <dick@ximian.com>
11683
11684         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
11685         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
11686         internal calls.
11687         (mono_thread_init): Set up a Thread object instance to return when
11688         the main thread calls Thread.CurrentThread
11689         (mono_thread_cleanup): Wait for all subthreads to exit
11690
11691         * icall.c: New internal calls for System.Threading.Thread::Sleep
11692         (including Schedule) and CurrentThread
11693
11694         * threads.h: New file, to insulate thread-specific stuff from the
11695         rest of the code
11696
11697 2001-09-21  Dick Porter  <dick@ximian.com>
11698
11699         * threads-pthread.h: 
11700         * threads-pthread.c: New file, for handling pthreads-style
11701         threading support.  Start() now starts a new thread and executes
11702         the ThreadStart delegate instance.
11703
11704         * icall.c: Added the internalcall for
11705         System.Threading.Thread::Start_internal
11706
11707         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
11708
11709 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
11710
11711         * loader.c: work around the different signatures for delegates
11712         constructors csc generates in compiled code vs the ones compiled in mscorlib.
11713
11714 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
11715
11716         * class.h, class.c: add mono_class_get_field_from_name ().
11717         * *: Fix C comments and other ANSI C issues.
11718
11719 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
11720
11721         * endian.h, assembly.c: fix some endianness issues.
11722
11723 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
11724
11725         * loader.h, load.c: add delegate_class to mono_defaults.
11726         Handle runtime provided methods in mono_get_method ().
11727
11728 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
11729
11730         * loader.c (mono_get_method): use pinvoke for internal call
11731
11732         * icall.c: use pinvoke for internal call
11733
11734         * loader.c (method_from_memberref): set the method name
11735
11736 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
11737
11738         * metadata.c: help the compiler generate better code for
11739         mono_class_from_mono_type ().
11740
11741 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
11742
11743         * class.c (mono_class_metadata_init): delayed computing of the
11744         class size to mono_class_metadata_init ()
11745
11746 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
11747
11748         * class.c, class.h: add an interfaces member to MonoClass.
11749         * image.c, image.h: add assembly_name field to MonoImage
11750         from the assembly table.
11751         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
11752
11753 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
11754
11755         * class.c: Handle Array in mono_class_from_mono_type ().
11756         * metadata.c, pedump.c: some endian fixes.
11757
11758 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
11759
11760         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
11761         * metadata.c: fix small problem introduced with the latest commit.
11762
11763 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
11764
11765         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
11766         We don't need a MonoMetadata pointer anymore to compare signatures in
11767         mono_metadata_signature_equal (), update callers.
11768         Reduced memory usage an number of allocations for MonoMethodHeader and
11769         MonoMethodSignature.
11770
11771 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
11772
11773         * metadata.c: added compare for szarray.
11774
11775 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
11776
11777         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
11778         and add a couple more types to it and mono_defaults. Give an hint on
11779         classes that need implementing in our corlib and are referenced
11780         in mscorlib.
11781
11782 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
11783
11784         * class.h, class.c: keep track if a class is also an Enum.
11785         * loader.c: Implement a couple more types for use in libffi
11786         marshalling. Gives better diagnostics when failing to dlopen
11787         a library. Set method->klass for P/Invoke methods, too.
11788
11789 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
11790
11791         * class.c, class.h: add a MonoType this_arg to MonoClass that
11792         represents a pointer to an object of the class' type that
11793         can be used by the interpreter and later the type cache.
11794         Add best guess alignment info for valuetype objects.
11795
11796 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
11797
11798         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
11799         into MonoType: one less level of indirection and allocation and
11800         simplifies quite a bit of code. Added cache for MonoTypes that are
11801         used frequently, so that we don't need to allocate them all the time.
11802
11803 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
11804
11805         * class.c (mono_class_create_from_typedef): System.Enum is also a
11806         value type, although it does not derive from System.ValueType
11807         (maybe a bug in the ms compiler?)
11808
11809         * metadata.c (mono_type_size): return the right size for value types
11810
11811         * loader.c (mono_get_method): only initialize method header if not abstract
11812
11813         * class.c (mono_class_from_mono_type): use mono_default values. 
11814
11815 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
11816
11817         * *: use MonoClass pointers instead of <type_tokens>
11818         
11819         * class.h: new flag: metadata_inited.
11820
11821         * class.c (mono_class_metadata_init): impl.
11822         (mono_class_instance_size): impl.
11823         (mono_class_data_size): impl.
11824
11825 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
11826
11827         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
11828         MonoClass now has the name and name_space fields. 
11829         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
11830         mono_get_method () takes and optional MonoClass as argument.
11831         Removed mono_typedef_from_name() and added mono_class_token_from_name()
11832         instead that takes advantage of a map from class names to typedef
11833         tokens in MonoImage.
11834
11835 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
11836
11837         * metadata.c: zero is not a valid alignment boundary.
11838         Merge MONO_TYPE_VOID in default decoding code.
11839
11840 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
11841
11842         * image.h: merged MonoMetadata into MonoImage
11843
11844         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
11845         identify the type of elements.
11846
11847 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
11848
11849         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
11850         * cil-coff.h: split MonoMSDOSHeader and add size info.
11851         * image.c: add some consistency checks.
11852         * metadata.c: fix row size computation: one programmer
11853         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
11854         add explanation for the locator routine.
11855         Fix decoding of size in method header.
11856         
11857 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
11858
11859         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
11860         (g_concat_dir_and_file): Bring g_concat_dir_and_file
11861         function from gnome-libs.  This uses the right path separator
11862         based on the OS, and also works around a bug in some systems where
11863         a double slash is not allowed. 
11864         (default_assembly_name_resolver): Use g_concat_dir_and_file
11865         (mono_assembly_open): ditto.
11866
11867 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
11868
11869         * metadata.c (mono_metadata_signature_equal): impl.
11870
11871         * *: void is now a realy MonoType (instead of using NULL)
11872         
11873         * metadata.c (do_mono_metadata_parse_type): use
11874         mono_metadata_parse_type to parse void value.
11875
11876 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
11877
11878         * metadata.c, metadata.h: in the signature and method header store
11879         only the space required for holding the loca vars and incoming arguments.
11880
11881 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
11882
11883         * metadata.c (do_mono_metadata_parse_type): treat void like any
11884         other type (instead of assigning NULL);
11885
11886 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
11887
11888         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
11889
11890 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
11891
11892         * image.c (do_mono_image_open): added a cache for arrays.
11893
11894 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
11895
11896         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
11897         decode a single column from a row in a metadata table and changes
11898         to take advantage of it in the typedef locator (gives a nice speed up).
11899         Store offset info for function params.
11900
11901 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
11902
11903         * image.h (MONO_IMAGE_IS_CORLIB): removed 
11904
11905 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
11906
11907         * assembly.c: how could mono_assembly_close () had ever worked?
11908         * metadata.c, metadata.h: provide offset info for local vars.
11909         Implement mono_type_size () to take care of alignment as well
11910         as size (it was mono_field_type_size in cli/class.c before).
11911
11912 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
11913
11914         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
11915
11916         * assembly.h (CORLIB_NAME): set to corlib.dll
11917
11918         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
11919
11920 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
11921
11922         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
11923         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
11924         tokentype.h: massive namespace cleanup.
11925
11926 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
11927
11928         * metadata.h, metadata.c: decode exception clauses when parsing method header.
11929
11930 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
11931
11932         * metadata.c (mono_metadata_free_type): added check for type !=
11933         NULL (void) before calling mono_metadata_free_type()
11934
11935 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
11936
11937         * metadata.h, row_indexes.h: added header with enumerations to use
11938         to index in the columns from tables in metadata and to decode coded
11939         tokens: we should start using this instead of embedding magic numbers
11940         all over the code.
11941
11942 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
11943
11944         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
11945         Move metadata_t info from cli_image_info_t to MonoImage, where
11946         it's easily accessible. Changed all the uses accordingly.
11947         Added the method and class caches to MonoImage.
11948         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
11949         and mono_metadata_decode_value () signature to be more consistent
11950         with the other parse functions (and simplify code). Taken advantage
11951         of zero-length array allocation with GCC. Removed reduntant (and
11952         wrong) MonoFieldType struct and use MonoParam instead. Changed
11953         mono_metadata_parse_field_type () to use common code for parsing.
11954         Added mono_metadata_typedef_from_field () and
11955         mono_metadata_typedef_from_method () to lookup a typedef index from a
11956         field or method token.
11957         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
11958
11959 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
11960
11961         * metadata.c (mono_metadata_parse_field_type): Implement. 
11962         (do_mono_metadata_parse_type): Split engine from
11963         mono_metadata_parse_type, so that we can create smaller structures
11964         for things that just have one pointer to the MonoType (look at
11965         the MonoFieldType)
11966
11967 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
11968
11969         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
11970         as Jan Gray found out, it is incorrect. 
11971
11972 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
11973
11974         * assembly.c: Implement asssembly loading.  This loads an image
11975         and loads all the referenced assemblies.  Come to think of it, we
11976         could always do lazy loading of the assemblies. 
11977
11978         * image.c (mono_image_open): Keep loaded images in a hashtable.
11979
11980         * image.h (MonoImage): Add reference count.
11981
11982 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
11983
11984         * assembly.c (mono_assembly_open): Keep track of the file name in
11985         case the assembly has no ASSEMBLY table.
11986
11987         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
11988         from get.c here.
11989
11990 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
11991
11992         * metadata.c, metadata.h: decode local vars in method header
11993         parse function. Change callers accordingly.
11994
11995 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
11996
11997         * metadata.h, cil-coff.h: protect against multiple inclusion.
11998         Added some new structures to hold information decoded from metadata:
11999         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
12000         and relevant decoding/free functions.
12001         * metadata.c: implement decoding functions. Add warning for out of bounds
12002         index in mono_metadata_locate(). Implement mono_get_method () to retreive
12003         all the info about a method signature and invocation. Remove check on
12004         uninitialized local var in parse_mh() and fix memory leak.
12005
12006 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
12007
12008         * metadata.h: More macros.
12009
12010         * tokentype.h: New file.
12011
12012 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
12013
12014         * assembly.c: added a consistency check and initialize
12015         some structures with g_new0().
12016         * metadata.c: fixed a couple more bugs in table size computation
12017         and add other checks for out-of bound access to metadata.
12018
12019 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
12020
12021         * metatada.c: fix bugs computing table sizes. Spew a
12022         warning when index in string heap is out of bounds.
12023
12024 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
12025
12026         * metadata.h: Add a couple of macros to manipulate tokens. 
12027
12028 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
12029
12030         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
12031         cli_section_tables).
12032
12033 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
12034
12035         * metadata.c (mono_metadata_user_string): New function, provides
12036         access to the UserString heap. 
12037
12038 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
12039
12040         * metadata.c: Add inline documentation.
12041
12042 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
12043
12044         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
12045         files. 
12046
12047 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
12048
12049         * typeattr.h: New file, TypeAttribute flags. 
12050
12051 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
12052
12053         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
12054         mono_assembly_ensure_section): Section loading code.
12055         (load_section_tables): Load the sections.
12056
12057         * mono/metadata/metadata.c (mono_metadata_locate_token,
12058         mono_metadata_locate): Functions to locate the information
12059         definition given a token or a table and an index.
12060         (mono_metadata_compute_table_bases): New.
12061         (compute_size): New function to compute the sizes of the various
12062         tables.
12063
12064         * mono/metadata/metadata.h: Finish listing the different index
12065         types. 
12066
12067         * mono/metadata/pedump.c: Improve to dump new information.
12068
12069 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
12070
12071         * mono/metadata/metadata.c: Entered all the tables matching
12072         Beta2. 
12073
12074         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
12075