2005-01-07 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / metadata / ChangeLog
1 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
2
3         * reflection.c (property_encode_signature): Correctly handle when the
4         property has no methods.
5
6 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
7
8         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
9         
10         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
11         fields from mb, not rmb. Fixes #71017.
12
13         * marshal.c (emit_ptr_to_str_conv): Add support for 
14         ByValTStr -> string conversion. Fixes #71015.
15
16         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
17
18         * mempool.c (mono_mempool_contains_addr): New helper function.
19
20 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
21
22         * metadata.c (mono_metadata_compute_size): Fix size calculation of
23         HasSematics encoded fields.
24         
25         * metadata.c (mono_type_to_unmanaged): Improve error message for 
26         invalid string marshalling.
27
28         * metadata.c: Fix warnings.
29         
30 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
31
32         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
33         profiler support.
34
35 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
36
37         * domain.c object.c domain-internals.h: Revert part of r38077 since the
38         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
39         tests.
40
41 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
42
43         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
44         so methods containing these can be AOTed.
45
46 2005-01-03  Martin Baulig  <martin@ximian.com>
47
48         * loader.c (find_method): Removed the hack for generic instances.
49         (method_from_memberref): If our parent is a generic instance, pass
50         its generic type definition to find_method() and then inflate the
51         method.
52         (mono_get_method_constrained): Pass the generic type definition to
53         find_method() and inflate the method later.
54
55         * class-internals.h (MonoStats): Added `generic_class_count'.
56
57         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
58         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
59
60         * reflection.c (mono_custom_attrs_from_params): Don't ignore
61         generic type definitions.
62
63 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
64
65         * loader.c icall.c: Fix warnings.
66
67 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
68
69         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
70         blittable types. Fixes #70864.
71
72 2004-12-29  Martin Baulig  <martin@ximian.com>
73
74         * icall.c
75         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
76
77         * reflection.c (mono_method_get_object): Create a
78         "System.Reflection.MonoGenericMethod" for inflated methods; don't
79         call mono_get_inflated_method().
80
81         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
82
83 2004-12-27  Martin Baulig  <martin@ximian.com>
84
85         * class-internals.h (MonoMethod): Added `is_inflated' flag.
86         (MonoMethodInflated): Added `inflated' field.
87
88         * class.c (mono_class_inflate_generic_method): Don't really
89         inflate the method here; just set the `is_inflated' flag in the
90         MonoMethod.
91         (mono_class_get_inflated_method): Actually inflate the method here
92         if it's not already inflated; we use the MonoMethodInflated's new
93         `inflated' field as a cache.
94
95 2004-12-26  Martin Baulig  <martin@ximian.com>
96
97         * class.c
98         (inflate_generic_class): Moved some code out of inflate_generic_type().
99         (mono_class_inflate_generic_method): If we're already inflated,
100         inflate the context and use the declaring method; ie. make sure
101         the declaring method of an inflated method is always the generic
102         method definition.
103         (mono_class_create_from_typedef): Create
104         `class->generic_container->context->gclass'.
105
106 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
107
108         * metadata-internals.h, marshal.c, reflection.c: More
109         MonoGHashTable->GHashTable.
110
111         * domain-internals.h, class.c: Change MonoGHashTable's into
112         GHashTables for some cases where no gc stuff is used
113
114         All users: update apis
115
116 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
117
118         * metadata.c (builtin_types): Make this `const'. Makes this get
119         put into the shareable section.
120         (mono_metadata_init): Casts to make gcc happy.
121
122 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
123
124         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
125
126 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
127
128         * icall.c: Added an internal call to retrieve the position and length
129         of assembly-level declarative security attributes (RequestMinimum, 
130         RequestOptional and RequestRefuse). This is used by the Assembly class
131         to re-create the corresponding permission sets.
132
133 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
134
135         * marshal.c: fix the stelemref wrapper to be type correct
136         (and faster).
137
138 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
139
140         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
141         to do key & 0x7fffffff. Hashtable already does this. It just
142         results in longer code.
143
144 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
145
146         * appdomain.c: Bump corlib version.
147         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
148         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
149         * reflection.c|h: Add functions to get declarative security infos
150         (blob position and length) for assemblies, classes and methods.
151
152 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
153
154         * reflection.c: sort the constant table (bug #70693).
155
156 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
157
158         * object-internals.h, threads.c, domain.c: add accessors for
159         the MonoThread and MonoDomain tls keys.
160
161 2004-12-18  Martin Baulig  <martin@ximian.com>
162
163         * class.c (inflate_generic_type): If we're inflating a generic
164         instance, set `ngclass->context->container = context->container';
165         ie. the container we inflated into.
166
167         * metadata.c (mono_metadata_parse_generic_param): Reflect above
168         inflate_generic_type() changes.
169
170 2004-12-17  Martin Baulig  <martin@ximian.com>
171
172         * class-internals.h
173         (MonoGenericClass): Replaced `MonoType *generic_type' with
174         `MonoClass *generic_class'.  Removed `dynamic_info'; if
175         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
176         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
177
178 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
179
180         * exception.c (mono_exception_from_token): New helper function.
181
182 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
183
184         * assembly.c (mono_assembly_load_with_partial_name): Call 
185         mono_assembly_loaded before invoking the preload hooks. Fixes
186         #70564.
187
188         * object-internals.h (MonoThread): Change culture_info and 
189         ui_culture_info into an array.
190
191         * threads.c: Cache culture info objects from more than one appdomain.
192
193         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
194         current UI culture.
195
196 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
197
198         * threads.h threads.c appdomain.c: Clear the culture_info field of
199         all threads during unloading if they point to an object in the dying
200         appdomain.
201
202 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
203
204         * culture-info.h (TextInfoEntry): New struct
205         * object-internals.h: sync with managed
206         * locales.c: fill the `text_info_data' field
207         * culture-info-tables.h: update
208
209 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
210
211         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
212         collector.
213
214 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
215
216         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
217         (ves_icall_ModuleBuilder_getMethodToken): Ditto
218
219 2004-12-12  Martin Baulig  <martin@ximian.com>
220
221         * mono-debug-debugger.c (write_type): If we're an enum and the
222         builtin types have already been initialized, call mono_class_init().
223
224 2004-12-11  Martin Baulig  <martin@ximian.com>
225
226         * metadata.c (mono_metadata_load_generic_params): Added
227         `MonoGenericContainer *parent_container' argument; automatically
228         compute `container->is_method'; pass the correct owner to
229         get_constraints().      
230
231         * reflection.c (compare_genericparam): Sort the GenericParam table
232         according to increasing owners. 
233
234 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
235
236         * profiler.c: allow disabling the default profiler.
237
238 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
239
240         * decimal.c, icall.c: allow disabling System.Decimal support.
241
242 2004-12-09  Marek Safar <marek.safar@seznam.cz>
243
244         * reflection.c: Add support for null attribute arguments.
245
246 2004-12-09  Martin Baulig  <martin@ximian.com>
247
248         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
249         names to get rid of compiler warnings.
250
251 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
252
253         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
254         mono_marshal_load_type_info (). Fixes #69625.
255         (mono_marshal_get_ptr_to_struct): Likewise.
256
257 2004-12-08  Martin Baulig  <martin@ximian.com>
258
259         * mono-debug.h: Bumped version number to 47.
260
261         * mono-debug-debugger.c
262         (mono_debugger_event_handler, mono_debugger_event): Take two
263         guint64 arguments insteed of a gpointer and a guint32.  
264
265 2004-12-08  Martin Baulig  <martin@ximian.com>
266
267         * debug-mono-symfile.h
268         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
269         `address' to `native_offset'.
270
271 2004-12-08  Martin Baulig  <martin@ximian.com>
272
273         * class.c (mono_class_create_from_typespec): Only inflate if we
274         either have `context->gclass' or `context->gmethod'.
275
276 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
277
278         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
279
280         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
281
282         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
283
284         * reflection.c (mono_assembly_get_object): Remove the workaround put
285         in for the release.
286         
287         * appdomain.c: Use the corlib_internal field from MonoAssembly.
288
289         * appdomain.c: Bump corlib version.
290
291         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
292         be visible in other appdomains.
293
294 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
295
296         * threads.c: Interlocked inc and dec for longs were messed up,
297         use a KISS based impl for this. Fixes 70234
298
299 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
300
301         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
302
303 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
304
305         * icall.c: fix to follow policy not to allow struct
306         arguments in icalls.
307
308 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
309
310         * process.c: make the patch that handles spaces in file paths work
311         on mono/windows too.
312
313 2004-12-06  Martin Baulig  <martin@ximian.com>
314
315         * class.c (mono_class_create_generic): Call
316         mono_class_setup_supertypes() if we're dynamic.
317         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
318
319 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
320
321         * object-internals.h: Add new fields to MonoThread.
322
323         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
324
325         * icall.c threads-types.h threads.c: Add new icalls.
326
327         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
328
329         * object-internals.h (MonoReflectionAssembly): Sync object layout with
330         managed side.
331
332         * appdomain.c: Bump corlib version.
333
334         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
335         internal assemblies. Fixes #69181.
336
337 2004-12-05  Martin Baulig  <martin@ximian.com>
338
339         * class.c (mono_class_inflate_generic_signature): Make this a
340         no-op if `context' is NULL or we don't have any type parameters;
341         also copy `sentinelpos'.        
342
343 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
344
345         * image.c: Add unbox_wrapper_cache.
346
347         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
348
349         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
350         function generator.
351         
352         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
353         Fixes #70173.
354
355         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
356         
357 2004-12-04  Martin Baulig  <martin@ximian.com>
358
359         * loader.c (mono_method_get_signature_full): New public function;
360         like mono_method_get_signature(), but with an additional
361         `MonoGenericContext *' argument.
362
363         * class.c (mono_class_inflate_generic_signature): Formerly known
364         as inflate_generic_signature(); make this public.
365
366 2004-12-04  Martin Baulig  <martin@ximian.com>
367
368         * metadata.c
369         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
370         instead of a `MonoGenericContainer *'.  
371         (mono_metadata_parse_array_full): Likewise.
372         (mono_metadata_parse_signature_full): Likewise.
373         (mono_metadata_parse_method_signature_full): Likewise.
374         (mono_metadata_parse_generic_inst): Likewise.
375         (mono_metadata_parse_generic_param): Likewise.
376         (mono_metadata_parse_mh_full): Likewise.
377         (mono_type_create_from_typespec_full): Likewise.
378
379 2004-12-03  Martin Baulig  <martin@ximian.com>
380
381         * class-internals.h (MonoGenericContainer): Replaced the
382         `MonoGenericContext * pointer with a `MonoGenericContext'
383         structure and made it the first element.
384
385 2004-12-03  Martin Baulig  <martin@ximian.com>
386
387         * class.c
388         (inflate_generic_type): Set the `context->container' when creating
389         a new MonoGenericContext.
390         (mono_class_inflate_generic_method): Likewise.
391         (mono_class_create_from_typespec): Just use `context->container'
392         to get the container.
393
394         * loader.c (method_from_methodspec): Set `context->parent' from
395         `context->container' - and if that's a method container, use its
396         parent.  Also set the `context->container' when creating a new
397         MonoGenericContext.
398         (mono_get_method_from_token): Use just `context->container' to get
399         the container.
400
401         * metadata.c (do_mono_metadata_parse_generic_class): Also set
402         `gclass->context->container'.
403
404         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
405         the `context->container' when creating a new MonoGenericContext.
406
407 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
408
409         * reflection.c (compare_genericparam): Sort params with identical
410         owner by their number. Fixes gen-111 on sparc.
411
412 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
413
414         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
415         around the domain changes.
416
417         * appdomain.c (mono_domain_unload): Handle the case when the thread
418         calling Unload is itself being aborted during unloading. Fixes #70022.
419
420         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
421
422         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
423         checkpoint_func as an icall so it gets a wrapper.
424         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
425         in the cross-appdomain wrappers too.
426
427         * threads.c (mono_thread_has_appdomain_ref): Make this public.
428
429         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
430
431         * reflection.c: Fix some memory leaks.
432         
433 2004-12-02  Martin Baulig  <martin@ximian.com>
434
435         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
436
437         * metadata.c (generic_class_cache): New static hashtable.
438         (mono_metadata_lookup_generic_class): New public method.
439
440 2004-12-02  Martin Baulig  <martin@ximian.com>
441
442         * class.c (mono_class_create_from_typedef): Call
443         mono_class_setup_parent() and mono_class_create_mono_type() before
444         parsing the interfaces.
445
446 2004-12-02  Martin Baulig  <martin@ximian.com>
447
448         * metadata.c (generic_inst_cache): New static hashtable.
449         (mono_metadata_lookup_generic_inst): New public function.
450         (mono_metadata_inflate_generic_inst): New public function.
451         (mono_metadata_parse_generic_inst): New public function.
452         (do_mono_metadata_parse_generic_class): Use the new
453         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
454         since this'll also use the cache.
455
456         * reflection.c (mono_reflection_bind_generic_method_parameters):
457         Use mono_metadata_lookup_generic_inst() to use the new cache.
458
459         * class.c (inflate_mono_type): Use
460         mono_metadata_inflate_generic_inst() to inflate a generic
461         instance; this'll also use the new cache.
462
463         * loader.c (method_from_methodspec): Use
464         mono_metadata_parse_generic_inst() and
465         mono_metadata_inflate_generic_inst() rather than parsing it
466         manually, so we can use the new cache.
467
468 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
469
470         * threads.c (wait_for_tids): Do not incorrectly free threads when 
471         the wait times out.
472
473 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
474
475         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
476         iter->args based on whether parameters are passed in registers (i.e.
477         MONO_ARCH_REGPARMS is defined)
478
479 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
480
481         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
482         the exception message. Fixes #70070.
483         (method_from_methodspec): Fix warnings.
484
485 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
486
487         * process.c: (complete_path) return the path quoted
488
489 2004-12-01  Martin Baulig  <martin@ximian.com>
490
491         * class-internals.h (MonoGenericInst): New structure.
492         (MonoGenericClass): Replaced `type_argc', `type_argv' and
493         `is_open' with `MonoGenericInst *inst'.
494         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
495         `is_open' with `MonoGenericInst *inst'.
496
497 2004-11-30  Martin Baulig  <martin@ximian.com>
498
499         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
500
501         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
502         to `generic_class_cache'.
503
504         * metadata.c
505         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
506         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
507         (mono_generic_inst_is_valuetype): Renamed to
508         mono_generic_class_is_valuetype().
509
510         * class-internals.h
511         (MonoGenericInst): Renamed to MonoGenericClass.
512         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
513         (MonoClass): Renamed `generic_inst' to `generic_class'.
514         (MonoGenericContext): Renamed `ginst' to `gclass'.
515
516         * object-internals.h
517         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
518
519         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
520         mono_reflection_generic_class_initialize().
521
522         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
523         now known as "System.Reflection.MonoGenericClass".
524         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
525
526 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
527
528         * class-internals.h: Added a flag field to MonoClass to cache the
529         declarative security attributes actions associated with the class.
530         * domain-internals.h: Added booleans to MonoJitInfo to cache the
531         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
532         applicable to the JITted method.
533         * reflection.c|h: Added functions to extract (as flags) which security
534         actions are available (declaratively) for a method, class or assembly.
535         * metadata.c|h: Added functions to search the declarative security
536         table in the metadata.
537         
538 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
539
540         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
541         EXPORTEDTYPES are already in the class name cache, so there is no
542         need to add extra code here to look at them. Just removes a bit of
543         cruft.
544
545         (ves_icall_System_Environment_get_TickCount): No need for #if
546         WINDOWS. We already have the code in io-layer.
547
548 2004-11-28  Martin Baulig  <martin@ximian.com>
549
550         * loader.c
551         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
552         Fixes gen-112.cs.
553
554 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
555
556         * assembly.c (do_mono_assembly_open): Instead of having a
557         conditional WITH_BUNDLE, incorporate support for bundles here, by
558         having a global `bundles' variable holding a pointer to the actual
559         bundles. 
560
561         (mono_register_bundled_assemblies): New API call used by the
562         bundle code. 
563
564         See mkbundle.1 for details.
565         
566 2004-11-27  Martin Baulig  <martin@ximian.com>
567
568         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
569         the vtable for generic methods.
570
571 2004-11-26  Martin Baulig  <martin@ximian.com>
572
573         * metadata.c
574         (mono_metadata_generic_method_hash): New public function.
575         (mono_metadata_generic_method_equal): Likewise.
576
577         * class-internals.h
578         (MonoGenericContainer): Added `GHashTable *method_hash'.
579
580         * reflection.c (ReflectionMethodBuilder): Added
581         `MonoGenericContainer *generic_container'.
582         (reflection_methodbuilder_to_mono_method): Don't create a new
583         MonoGenericContainer each time we're called.
584         (mono_reflection_bind_generic_method_parameters): Use
585         `container->method_hash' to cache the results so we don't create a
586         different method if we're called several times with the same
587         arguments.
588
589         * loader.c (method_from_methodspec): Use the new
590         `container->method_hash' here, too.
591
592 2004-11-26  Martin Baulig  <martin@ximian.com>
593
594         * class.c (inflate_generic_signature): Correctly compute
595         `res->has_type_parameters'.
596         (mono_class_vtable): Use the `has_type_parameters' flag to
597         determine whether we're a generic method.
598
599         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
600
601 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
602
603         * object.c (mono_runtime_run_main): Fix a small memory leak.
604
605 2004-11-25  Martin Baulig  <martin@ximian.com>
606
607         * class.c (set_generic_param_owner): Fixed the loop.
608
609 2004-11-25  Martin Baulig  <martin@ximian.com>
610
611         * object.c (mono_class_vtable): Don't create any JIT wrappers for
612         generic methods.
613
614 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
615
616         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
617         names. Fixes #69787.
618
619 2004-11-24  Martin Baulig  <martin@ximian.com>
620
621         * class.c (mono_class_create_generic_2): If we don't have a
622         `ginst->parent', inflate `gklass->parent' to get our parent.
623
624 2004-11-24  Martin Baulig  <martin@ximian.com>
625
626         * reflection.c (compare_genericparam): Correctly sort the
627         GenericParam table; fixes #69779.
628
629 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
630
631         * reflection.c: When writing a PE file, don't create a huge
632         buffer in memory. Just write the arrays we have to the file.
633         This reduces memory usage.
634
635         * metadata-internals.h: MonoDynamicStream pefile is no longer used
636         globally.
637
638 2004-11-17  Martin Baulig  <martin@ximian.com>
639
640         * class.c (mono_class_init): Don't setup `class->parent' for
641         dynamic instances; moved this to mono_class_generic_2().
642         (mono_class_create_generic): Also set `klass->inited' for dynamic
643         generic instances.
644         (mono_class_create_generic_2): Don't do anything for dynamic
645         generic instances.  Set `klass->parent' here and also call
646         mono_class_setup_parent() here. 
647
648         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
649         `MonoType *parent' argument; set `ginst->parent' before calling
650         mono_class_create_generic_2(), so we set the correct parent.
651
652 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
653
654         * reflection.c: allow getting attributes from ModuleBuilder
655         (used by ikvm).
656
657 2004-11-17  Martin Baulig  <martin@ximian.com>
658
659         * class.c (mono_class_create_from_typedef): If a type parameter is
660         inherited from an outer class, set its owner to that class.
661
662 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
663
664         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
665           for (int*) written size. This fixes bug #69592.
666
667 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
668
669         * icall.c: Added IsAuthenticodePresnet internal call.
670         * image.c|h: New function that check a MonoImage for an Authenticode
671         signature in the certificate PE data directory.
672         * security.c|h: New internal call to ask the runtime if an 
673         Authenticode signature seems referenced in the PE header.
674
675 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
676
677         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
678
679         * reflection.c (mono_image_create_pefile): Free the assembly streams
680         after writing out the assembly file.
681
682         * object.c (mono_runtime_run_main): Fix small memory leak.
683
684         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
685         property access modifiers. Fixes #69389.
686
687 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
688
689         * domain.c, object.c, object-internals.h, domain-internals.h,
690         object.h, marshal.c: keep dynamic code info per domain.
691
692 2004-11-15  Martin Baulig  <martin@ximian.com>
693
694         * class.c (mono_type_get_name_recurse): Put type arguments in
695         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
696         see bug #68387.
697
698 2004-11-15  Martin Baulig  <martin@ximian.com>
699
700         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
701         (mono_class_setup_vtable): When computing `the_cname' for a
702         generic instance, don't include the namespace since we'd otherwise
703         add it twice.
704
705 2004-11-15  Martin Baulig  <martin@ximian.com>
706
707         * class.c (mono_class_create_generic): Changed return type to void.
708         (mono_class_create_generic_2): New public function; setup
709         `class->method', `class->field' and `class->interfaces' here
710         instead of in mono_class_init().
711
712         * class.h (mono_class_create_generic): Moved to class-internals.h.
713
714 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
715
716         * reflection.c (mono_image_create_pefile): take a file HANDLE.
717         rather than writing to memory, write to this file. Right now,
718         we are just writting into a buffer, and copying that. However
719         we can avoid the buffer later.
720
721         (mono_dynamic_stream_reset): new function
722
723         * icall.c, object-internals.h: update for the above.
724
725 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
726
727         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
728         have been using gc'd memory. First it is slower, unlikely
729         the comment in the source code said, secondly, it increases
730         our footprint to do it in the gc.
731
732         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
733         the method so that it does not have to copy to managed code.
734
735 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
736
737         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
738
739 2004-11-12  Martin Baulig  <martin@localhost>
740
741         * reflection.c (mono_image_create_token): Allow generic method
742         definitions here, since they may appear in an `.override'; see
743         gen-98/gen-99 for an example.
744
745 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
746
747         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
748         #69365.
749
750         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
751         descriptive.
752
753 2004-11-11  Martin Baulig  <martin@ximian.com>
754
755         * class.c (mono_class_setup_vtable): In an explicit interface
756         implementation, the method name now includes the arity.
757
758 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
759
760         * object.c (mono_array_full_copy): Fix warning.
761
762 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
763
764         * appdomain.c: Removed look_for_method_by_name(). Use the new method
765         mono_class_get_method_from_name() instead.
766         
767         * class-internals.h: Added two new types of wrappers. 
768         Added MonoRemotingTarget enum. Added new trampoline function type, which
769         takes an additional MonoRemotingTarget value as parameter, so it is
770         possible to request a trampoline for a specific target.
771         
772         * class.c: Added new mono_class_get_method_from_name() method.
773         
774         * class.h: In MonoRemoteClass, we can have now to vtables, one for
775         general remoting sinks and one specific for cross domain calls.
776         
777         * debug-helpers.c: Added new wrapper names.
778         
779         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
780         of a remote class.
781         
782         * image.c: Porperly delete value objects form the remoting invoke hashtable.
783         
784         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
785         with several other methods (mono_marshal_get_xappdomain_dispatch,
786         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
787         and others) can generate a fast remoting wrapper for cross domain calls.
788         More information can be found in docs/remoting.
789         Other changes: Removed mono_find_method_by_name, and used
790         mono_class_get_method_from_name instead.
791         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
792         is stored in the remoting invoke hashtable.
793         
794         * marshal.h: published the new method for getting the xdomain wrapper,
795         and also added a method for getting the adequate wrapper for a given
796         method and target.
797         
798         * object-internals.h, object.c: Added a couple of methods for capying and
799         cloning arrays.
800         Modified mono_install_remoting_trampoline, which takes the new remoting
801         trampoline that has a remoting target as parameter.
802         mono_class_proxy_vtable now also takes a remoting target as parameter, and
803         will return the most suitable vtable for the target.
804         Added mono_remote_class_vtable, which returns the vtable of a remote class
805         (which can be the normal remoting vtable or the xdomain vtable).
806         
807         * threads.c: the xdomain invoke and dispatch wrappers must also be
808         protected against interruptions.
809
810 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
811
812         * icall.c: use memmove in BlockCopyInternal when the source and
813         destination arrays are the same.
814
815 2004-11-09  Martin Baulig  <martin@ximian.com>
816
817         * class-internals.h (MonoGenericContainer): Removed `method' and
818         `signature', replaced them with `is_method' and `is_signature'
819         flags.  Added `context'.
820
821         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
822         instead of a `MonoGenericContainer *'.
823
824         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
825         for dynamic type parameters.
826         (mono_metadata_load_generic_params): Setup `container->context'.
827
828         * reflection.c (mono_reflection_setup_generic_class): Setup
829         `tb->generic_container->context'.
830         (do_mono_reflection_bind_generic_parameters): Use
831         mono_class_inflate_generic_type() to correctly inflate types,
832         rather than using our own hack just for MONO_TYPE_VAR.
833
834 2004-11-09  Martin Baulig  <martin@ximian.com>
835
836         * class.c (mono_class_inflate_generic_method): Small fix; don't
837         crash here.
838
839         * icall.c
840         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
841         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
842         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
843         (ves_icall_Type_BindGenericParameters): Likewise.
844         (ves_icall_Type_get_IsGenericInstance): Likewise.
845         (ves_icall_Type_GetGenericParameterPosition): Likewise.
846         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
847         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
848         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
849
850 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
851
852         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
853         assembly versions and public key tokens. Fixes #69113.
854
855 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
856
857         * metadata.c: fix bug introduced with the type cache changes
858         on 2004-11-06.
859
860 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
861
862         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
863         the MonoClass pointer instead of the token in exception clauses.
864         * reflection.c: updates for the above and make the code not depend
865         on the structure of MonoExceptionClause.
866
867 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
868
869         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
870         Add support for dynamic assemblies. Fixes #69114.
871
872         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
873
874 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
875
876         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
877         since most only those methods use it. the code member of
878         MonoMethodPInvoke was dead, so that can be removed too. Also,
879         remove inline_count (again, not used), and move slot so that it
880         can share bits with some other flags. This saves 8 bytes in the
881         structure and gives us about 50 kb back for mcs helloworld.cs
882
883         * *.[ch]: Do naming changes for the above.
884
885         * loader.c (mono_method_get_header): Lazily init the header
886         on first access.
887         (mono_get_method_from_token): don't init the header here
888         (mono_free_method): the header may never be allocated
889
890         Overall, this saves 150 kb of unmanaged allocations
891         for mcs helloworld.cs. That accounts for 10% of the unmanaged
892         memory at runtime.
893         
894         * loader.c, loader.h (mono_method_get_header): new accessor.
895
896         * *.[ch]: use the above method. Prepares us to lazily load
897         the header.
898
899         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
900         three warnings, which are actual bugs (see 69206).
901
902         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
903         unused. Saves a cool 4 bytes / method.
904
905 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
906
907         * metadata.c (builtin_types): Add types for System.Object here.
908         (mono_metadata_parse_type_full): Cache MonoType*'s that are
909         for a class or valuetype from klass->this_arg or klass->byval_arg.
910
911         On mcs for a hello world, this gets us down from 21836 MonoType's
912         to 14560.
913
914         (mono_metadata_free_type): Account for the above change.
915
916 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
917
918         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
919         exception instead of asserting if name is null.
920         (ves_icall_System_AppDomain_GetData): Ditto.
921
922 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
923
924         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
925         EnumBuilder.
926
927         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
928         Return NULL when the domain does not have entry_assembly set.
929
930         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
931         Add a 'resource_modules' argument.
932         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
933
934         * reflection.c (mono_reflection_create_runtime_class): Move setting
935         of wastypebuilder here, so mono_get_type_object () returns a MonoType
936         for enums too.
937
938         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
939         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
940         Throw an ArgumentNullException if 'ptr' is null.
941
942         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
943         assemblies here. Fixes #69020.
944
945 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
946
947         * reflection.c (build_compressed_metadata): Fix the previous patch for
948         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
949         the stack.
950
951 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
952
953         * assembly.c (mono_assembly_names_equal): Allow a match if one of
954         the cultures is false. Fixes #69090.
955
956         * reflection.c (build_compressed_metadata): Fix invalid memory read 
957         detected by valgrind.
958         
959         * reflection.c (mono_reflection_get_type): Avoid triggering a 
960         TypeResolve multiple times for the same type. Fixes #65577.
961
962 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
963
964         * marshal.c: Avoid using ldftn to call managed functions. It is
965         much slower than just a call.
966
967         * reflection.c (mono_module_get_object): free the basename we
968         allocate here from glib.
969         
970         * reflection.c (ensure_runtime_vtable): make sure to free
971         overrides.  Also, we were allocating an array of MonoMethod not an
972         array of MonoMethod*.
973
974         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
975
976         * image.c (mono_image_close): free image->guid here.
977
978 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
979
980         * reflection.c: Fix some spec conformance issues with the PE file
981         structures so mcs compiled apps run on the Net 2.0 beta.
982
983 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
984
985         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
986         Implement this. Fixes #67264.
987
988         * debug-helpers.h debug-helpers.c marshal.c: Move 
989         mono_find_method_by_name to debug-helpers.c.
990
991 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
992
993         * object.c (mono_release_type_locks): type_initialization_hash is
994         a GHashTable.
995
996         * reflection.c object.c object-internals.h: Fix warnings.
997
998         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
999         without accessors. Fixes #61561.
1000
1001         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
1002         application base from the root domain if not set. Fixes #65641.
1003         (mono_runtime_init): Fix warning.
1004
1005 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1006
1007         * appdomain.c: call mono_thread_pool_init.
1008         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
1009         of worker threads based on the number of CPUs and the environment
1010         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
1011         for non-windows (windows) systems.
1012
1013 2004-10-27  Chris Toshok  <toshok@ximian.com>
1014
1015         * mono-debug-debugger.c (write_class): don't call mono_class_init
1016         here, as even with the check for (!klass->init_pending), we get
1017         into a situation where we're hitting cycles in class
1018         initialization.  Fixes #68816.
1019
1020 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
1021
1022         * image.c: Avoid overwriting values in the loaded_images_hash when an
1023         assembly is loaded multiple times. Fixes #61152.
1024
1025         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
1026         so multiple satellite assemblies for the same name can be loaded.
1027         Fixes #68259.
1028
1029         * mono_domain_assembly_preload: Actually return the loaded assembly, 
1030         not NULL.
1031
1032         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
1033         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
1034
1035         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
1036         pending finalizers are not invoked after the appdomain has been 
1037         unloaded. Fixes #67862.
1038
1039 2004-10-22  Martin Baulig  <martin@ximian.com>
1040
1041         * mono-debug-debugger.c
1042         (mono_debugger_runtime_invoke): Don't box valuetypes.
1043
1044 2004-10-22  Chris Toshok  <toshok@ximian.com>
1045
1046         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
1047         don't hide private methods.
1048
1049 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
1050
1051         * icall.c: Allows the runtime to "share" (when known) the public key
1052         token of an assembly. This avoid the need to recalculate the token 
1053         (from the public key) in managed code.
1054
1055 2004-10-21  Chris Toshok  <toshok@ximian.com>
1056
1057         * debug-helpers.c (append_class_name): argh, revert last patch.
1058         
1059 2004-10-21  Chris Toshok  <toshok@ximian.com>
1060
1061         * debug-helpers.c (append_class_name): use '+' as the delimiter,
1062         not '/', so that it matches what the debugger uses to look up
1063         methods.
1064
1065 2004-10-21  Martin Baulig  <martin@ximian.com>
1066
1067         * mono-debug-debugger.c (mono_debugger_throw_exception): New
1068         public method; this is called each time an exception is thrown and
1069         allows the debugger to use exception catch points.
1070
1071 2004-10-21  Martin Baulig  <martin@ximian.com>
1072
1073         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
1074         the stack pointer and the exception object in some struct and pass
1075         that to the debugger.
1076
1077 2004-10-21  Chris Toshok  <toshok@ximian.com>
1078
1079         * mono-debug-debugger.c (do_write_class): add instance/static
1080         event support.  We don't expose "raise" or "other" yet.
1081         (event_is_static): new method.
1082
1083 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
1084
1085         * mono-debug-debugger.c
1086         (mono_debugger_handle_exception): Remove
1087         bogus return value for fussy compilers.
1088
1089 2004-10-20  Martin Baulig  <martin@ximian.com>
1090
1091         * mono-debug-debugger.c
1092         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
1093         (mono_debugger_handled_exception): Likewise.
1094
1095 2004-10-20  Martin Baulig  <martin@ximian.com>
1096
1097         * mono-debug-debugger.h (MonoDebuggerEvent): Added
1098         MONO_DEBUGGER_EVENT_EXCEPTION.
1099
1100         * mono-debug-debugger.c (mono_debugger_handle_exception): New
1101         public function to send the debugger a notification for an
1102         exception and inform it about a catch/finally clause.
1103
1104 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
1105
1106         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
1107         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
1108         fix 2.95 build. 
1109
1110         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
1111
1112 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
1113
1114         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
1115         marshalled as [In,Out]. Fixes #58325.
1116
1117 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
1118
1119         * reflection.c (mono_method_body_get_object): Implement some fields.
1120
1121 2004-10-12  Martin Baulig  <martin@ximian.com>
1122
1123         * reflection.c (mono_reflection_bind_generic_parameters): Small
1124         fix, correctly retrieve our parent from a generic instance.
1125
1126 2004-10-12  Martin Baulig  <martin@ximian.com>
1127
1128         * metadata.c (mono_metadata_generic_param_equal): We always have
1129         an owner.
1130
1131         * class.c
1132         (mono_class_from_generic_parameter): We need to have an owner.
1133         (my_mono_class_from_generic_parameter): Likewise.
1134
1135         * reflection.c (mono_reflection_setup_generic_class): Renamed to
1136         mono_reflection_create_generic_class() and added a new
1137         mono_reflection_setup_generic_class().  
1138         (mono_reflection_initialize_generic_param): If we're a nested
1139         generic type and inherited from the containing class, set our
1140         owner to the outer class.
1141
1142 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
1143
1144         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
1145
1146         * reflection.c (mono_method_body_get_object): New function to create
1147         a MethodBody object.
1148
1149         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
1150
1151 2004-10-11  Martin Baulig  <martin@ximian.com>
1152
1153         * metadata.c (_mono_metadata_type_equal): Renamed to
1154         do_mono_metadata_type_equal() and made static.
1155
1156 2004-10-11  Martin Baulig  <martin@ximian.com>
1157
1158         * appdomain.c: Bump corlib version number to 28.
1159
1160 2004-10-10  Martin Baulig  <martin@ximian.com>
1161
1162         * class-internals.h
1163         (MonoGenericInst): Added `MonoGenericContainer *container'.
1164         (MonoGenericMethod): Likewise.
1165         (MonoGenericContext): Likewise.
1166         (MonoGenericParam): Added `MonoGenericContainer *owner'.
1167
1168         * metadata.c
1169         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
1170         (do_mono_metadata_parse_generic_inst): Likewise.
1171         (mono_metadata_parse_type_full): New public method.  This is the actual
1172         mono_metadata_parse_type() implementation - with an additional
1173         `MonoGenericContainer *' argument.
1174         (mono_metadata_parse_array_full): Likewise.
1175         (mono_metadata_parse_signature_full): Likewise.
1176         (mono_metadata_parse_method_signature_full): Likewise.
1177         (mono_metadata_parse_mh_full): Likewise.
1178         (mono_type_create_from_typespec): Likewise.
1179         (mono_metadata_interfaces_from_typedef_full): New public method;
1180         this is similar to the other _full() methods, but we take a
1181         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
1182         (mono_metadata_parse_generic_param): Take an additional
1183         `MonoGenericContainer *' argument and lookup the MonoGenericParam
1184         from that container.
1185         (mono_metadata_generic_param_equal): New static method to compare
1186         two type parameters.
1187         (_mono_metadata_type_equal): New static method; takes an
1188         additional `gboolean signature_only' argument - if true, we don't
1189         compare the owners of generic parameters.
1190         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
1191         with a TRUE argument - do a signature-only comparision.
1192
1193         * loader.c: Use the new _full() methods and pass the
1194         MonoGenericContainer to them.
1195
1196         * object-internals.h (MonoReflectionTypeBuilder): Added
1197         `MonoGenericContainer *generic_container' field.
1198         (MonoReflectionMethodBuilder): Likewise.
1199
1200 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
1201
1202         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
1203         case initial images of dynamic assemblies.
1204
1205         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
1206
1207         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
1208
1209         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
1210         length of event->other array.
1211         (typebuilder_setup_events): Ditto.
1212
1213         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
1214         'assembly_by_name' and add an 'assemblies' list.
1215
1216         * assembly.h assembly.c: Add a new search hook for determining whenever
1217         an assembly is already loaded. Use this instead of searching in the
1218         loaded_assemblies list.
1219
1220         * domain.c appdomain.c: Implement the new search hook so loaded 
1221         assemblies are now scoped by appdomain. Fixes #67727.
1222
1223 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
1224
1225         * threads.c (mono_thread_attach): Initialize synch_lock field so
1226         mono_thread_detach works again.
1227
1228         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
1229         'lib' too. Fixes #63130.
1230
1231 2004-10-06  Jackson Harper  <jackson@ximian.com>
1232
1233         * culture-info-tables.h: regenerated.
1234
1235 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1236
1237         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
1238         implemented by other interfaces in the result. Fixes #65764.
1239         
1240         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1241         Handle unloadable modules without crashing.
1242
1243         * image.c (load_modules): Revert the previous patch since modules must
1244         have a fixed index inside the array.
1245         
1246         * image.c (load_modules): Don't include native modules in the modules
1247         array.
1248
1249 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
1250
1251         * reflection.h: Add param_defaults field.
1252
1253         * reflection.c: Add support for parameter defaults in dynamic methods.
1254         Fixes #64595.
1255
1256         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
1257         an empty string when a type has no namespace. Fixes #64230.
1258
1259 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
1260
1261         * tabledefs.h: Added "internal" security actions to support non-CAS
1262         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
1263         Note: they do not seems to be used anymore in 2.0 (new metadata format)
1264
1265 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
1266
1267         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
1268         constructor of abstract class. Fixes #61689.
1269
1270 2004-10-04  Martin Baulig  <martin@ximian.com>
1271
1272         * class-internals.h (MonoGenericContainer): New type.
1273         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
1274         `MonoGenericContainer *generic_container'.
1275         (MonoClass): Replaced `gen_params' and `num_gen_params' with
1276         `MonoGenericContainer *generic_container'.
1277
1278         * metadata.c (mono_metadata_load_generic_params): Return a
1279         `MonoGenericContainer *' instead of a `MonoGenericParam *';
1280         removed the `num' argument.
1281
1282 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
1283
1284         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
1285         for dynamic images.
1286
1287         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
1288         machine fields.
1289
1290         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
1291
1292         * reflection.c: Save pe_kind and machine values into the generated
1293         image file.
1294
1295         * appdomain.c: Bump corlib version number.
1296
1297         * object-internals.h: Reorganize layout of LocalBuilder.
1298
1299         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
1300         New helper function.
1301
1302         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
1303         created MonoType for dynamic types. Fixes #66180.
1304
1305 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
1306
1307         * threadpool.c: the ares hashtable needs a critical section around it.
1308         this prevents some nasty segfaults
1309
1310 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
1311
1312         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
1313         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
1314         bug 67324).
1315         
1316 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1317
1318         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
1319         
1320 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
1321
1322         * image.c: Always canonicalize image file names, to avoid loading
1323         the same assembly twice when referenced using a relative path.
1324
1325 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1326
1327         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
1328
1329         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
1330
1331         * marshal.c: Fix warnings.
1332
1333 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
1334
1335         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
1336         attempting to marshal the delegate_trampoline as the method_addr.
1337         This patch has a static hashtable of marshalled delegates so that 
1338         we can map delegate_trampoline addresses back to delegates.  This
1339         allows a delegate passed to managed code to be passed back into native
1340         code.  Fixes #67039
1341
1342 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1343
1344         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
1345
1346         * reflection.c (method_encode_code): Align method headers properly.
1347         Fixes #66025.
1348
1349 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1350
1351         * marshal.c: In the runtime invoke wrapper, reset the abort
1352         exception if it is cached. This avoids the automatic rethrowal of 
1353         the exception after the catch of the wrapper. Also check for pending
1354         interruptions before calling the managed method. This is done using
1355         the new method emit_thread_force_interrupt_checkpoint, since the
1356         normal checkpoint method is ignored when running the invoke wrapper.
1357         * object.c: If the abort exception is rethrown, set the abort_exc
1358         field of the thread, so it will be rethrown aftere every catch.
1359         * threadpool.c: Only run an interruption checkpoint if what has been
1360         requested is a stop of the thread (aborts will be ignored).
1361         * threads.c: By default, a thread will now never be interrumped while
1362         running the runtime invoke wrapper (this ensures that runtime_invoke
1363         will always return to the caller if an exception pointer is provided).
1364         There is a new special method mono_thread_force_interruption_checkpoint()
1365         to force an interruption checkpoint even if running a protected
1366         wrapper, which is used by the same runtime invoke wrapper to do a check
1367         at a safe point.
1368
1369 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1370
1371         * object.c, object-internals.h: Implemented mono_release_type_locks,
1372         which releases the cctor locks held by a thread.
1373         * threads.c, threads.h: In thread_cleanup, release cctor locks held
1374         by a thread. Added mono_thread_exit() method to be used to safely stop
1375         a thread.
1376
1377 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1378
1379         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1380         Move null check before dereference.  Avoid indexing beyond the end
1381         of the 'modules' array.
1382
1383 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1384
1385         * metadata-internals.h (MonoImage): Add module_count field.
1386         * image.c (load_modules): Set image->module_count.
1387         (mono_image_load_file_for_image): Use image->module_count.
1388         * reflection.c (mono_image_load_module): Append to image->modules array 
1389         of dynamic assembly.
1390         (mono_module_get_object): Fix loop to actually increment index.
1391         Use image->module_count.
1392         * assembly.c (mono_assembly_load_references): Use image->module_count.
1393         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
1394         Likewise.
1395
1396 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1397
1398         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
1399         Avoid assert on generic types.
1400
1401 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
1402
1403         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
1404
1405         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
1406
1407         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
1408         function to convert a MarshalSpec structure to its managed counterpart.
1409
1410         * reflection.c: Fix warnings.
1411         
1412         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
1413         field.
1414
1415         * icall.c (mono_create_icall_signature): Fix build.
1416
1417 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
1418
1419         * icall.c: Add MakePointType icall.
1420
1421         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
1422         warnings.
1423
1424 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1425
1426         * threadpool.c: reuse allocated slots in the queue.
1427
1428 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
1429
1430         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
1431
1432         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
1433
1434         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
1435         previous change.
1436
1437         * tabledefs.h: Add constants for pinvoke attributes BestFit and
1438         ThrowOnUnmappableChar.
1439
1440         * icall.c (ves_icall_Type_GetPacking): New icall.
1441
1442 2004-09-24  Martin Baulig  <martin@ximian.com>
1443
1444         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
1445
1446 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1447
1448         * appdomain.c:
1449         (mono_domain_set): allow setting a domain that is being unloaded.
1450         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
1451         being unloaded.
1452
1453 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1454
1455         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
1456         the GetCustomAttributes icall.
1457
1458 2004-09-23  Martin Baulig  <martin@ximian.com>
1459
1460         * object-internals.h (MonoReflectionGenericParam): Replaced
1461         'has_ctor_constraint', `has_reference_type' and `has_value_type'
1462         with `guint32 attrs'.
1463
1464 2004-09-23  Martin Baulig  <martin@ximian.com>
1465
1466         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
1467
1468 2004-09-23  Martin Baulig  <martin@ximian.com>
1469
1470         * object-internals.h (GenericParameterAttributes): New enum.
1471
1472 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1473
1474         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
1475         
1476         * class.c (init_events): Fill out event->other field.
1477
1478         * class.c: Fix warnings.
1479
1480         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
1481
1482 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
1483
1484         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
1485         walk which doesn't supply the IL offset.
1486
1487 2004-09-22  Martin Baulig  <martin@ximian.com>
1488
1489         * reflection.c (mono_reflection_setup_internal_class): If we're
1490         System.ValueType, System.Object or System.Enum, set
1491         `klass->instance_size' and create the vtable.
1492         (mono_reflection_create_internal_class): If we're an enum type,
1493         get the base class from our current corlib.
1494
1495 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
1496
1497         * reflection.h (MonoResolveTokenError): New type.
1498
1499         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
1500         icall.
1501
1502         * icall.c: Add an 'error' argument to the ResolveToken icalls.
1503
1504 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
1505
1506         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
1507         Support also calling constructors, but only for already allocated objects.
1508
1509 2004-09-17  Geoff Norton <gnorton@customerdna.com>
1510
1511         * reflection.c (type_get_qualified_name): If the klass is null
1512         return the typename to avoid a NullRefEx.
1513         (encode_cattr_value): Get the qualified name of the boxed type,
1514         not the underlying enumtype.  Fixes #62984.
1515
1516 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
1517
1518         * marshal.c: Fix problems with previous checkin.
1519
1520 2004-09-21    <vargaz@freemail.hu>
1521
1522         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
1523         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
1524
1525         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
1526
1527 2004-09-21  Geoff Norton <gnorton@customerdna.com>
1528
1529         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
1530         should only return a type for pointers, arrays, and passbyref types.
1531         Fixes bug #63841.
1532
1533 2004-09-21  Martin Baulig  <martin@ximian.com>
1534
1535         * domain.c (mono_debugger_check_runtime_version): New public
1536         function.
1537
1538         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
1539
1540 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1541
1542         * reflection.c: Added missing sort to the declarative security 
1543         attributes table. MS implementation stops seeing the attributes if the
1544         token number regress in the table (as shown by ildasm and permview).
1545
1546 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
1547
1548         * object-internals.h (MonoReflectionModule): Add 'token' field.
1549         
1550         * reflection.c (mono_reflection_get_token): Add support for Module
1551         and Assembly.
1552         (mono_module_get_object): Set 'token' field.
1553         (mono_module_file_get_object): Set 'token' field.
1554
1555         * icall.c: Add new Assembly and Module icalls.
1556
1557         * appdomain.c: Bump corlib version.
1558
1559 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
1560
1561         * loader.h loader.c class.h class.c: Add helper functions for obtaining
1562         tokens of metadata objects.
1563
1564         * reflection.h reflection.c (mono_reflection_get_token): New function
1565         to obtain the token of a metadata object.
1566
1567         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
1568
1569 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
1570
1571         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
1572         
1573         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
1574
1575 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
1576
1577         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
1578         * object-internals.h: Added 3 MonoArray* members to MonoReflection
1579         AssemblyBuilder to access the permissions set in the class lib.
1580         * reflection.c: Added security attributes encoding step in 
1581         mono_image_build_metadata.
1582         * tabledefs.h: Added new security actions defined in 2.0:
1583         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
1584
1585 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1586
1587         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
1588         macro parameter.
1589
1590 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1591  
1592         * locales.c: nullify the ICU_collator member of CompareInfo when it is
1593           finalized. There where random SIGSEVs at program termination, when
1594           an object being finalized was trying to do a string comparison and
1595           the current culture was already finalized.
1596  
1597 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1598
1599         * threads.c: call thread_cleanup before finishing the thread if we get
1600         there.
1601
1602 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
1603
1604         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
1605         assemblies from the parent. Fixes #65665.
1606
1607 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
1608
1609         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
1610         modifiers.
1611
1612 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
1613
1614         * reflection.h: add prototype for mono_get_dbnull_object
1615         * reflection.c: add prototypes for get_default_param_value_blobs 
1616         and mono_get_object_from_blob for fussier compilers
1617
1618 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
1619  
1620         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
1621         false deadlock checks in class initialization.
1622  
1623 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
1624
1625         * image.c (mono_image_addref): Fix comment.
1626
1627         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
1628         possible.
1629
1630 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
1631
1632         * reflection.c (mono_param_get_objects): Modified to return
1633         ParameterInfo.DefaultValue object.
1634
1635         (get_default_param_value_blobs):
1636         (mono_get_object_from_blob):
1637         (mono_get_dbnull_object): New helper routines. 
1638
1639         * object.c (mono_get_constant_value_from_blob): New helper routine
1640         carved out from get_default_field_value ()
1641
1642         * object-internals.h (mono_get_constant_value_from_blob): Added
1643         function declaration.
1644
1645 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
1646
1647         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
1648         referenced assemblies. Fixes #62135.
1649
1650         * exception.h exception.c (mono_get_exception_file_not_found2): New
1651         helper function.
1652
1653 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
1654
1655         * class.h class.c: Add mono_type_get_underlying_type ().
1656
1657 2004-09-09  Geoff Norton <gnorton@customerndna.com>
1658
1659         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
1660         Fix GetTypes() to support dynamically created assemblies.
1661
1662 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
1663
1664         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
1665         
1666         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
1667         previous patch.
1668
1669         * reflection.h reflection.c loader.c: Allow dynamic construction of
1670         pinvoke methods. Fixes #65571.
1671         
1672         * reflection.c (mono_reflection_get_type): Revert previous change since
1673         it causes regressions.
1674
1675 2004-09-08  Martin Baulig  <martin@ximian.com>
1676
1677         * class.c (class_compute_field_layout): Don't call
1678         mono_class_layout_fields() for open generic instances.
1679
1680 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
1681         * threads.c appdomain.c: fix typo in GC macro
1682
1683 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1684
1685         * threads.c: don't call mono_thread_detach() in start_wrapper(),
1686         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
1687
1688 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
1689
1690         * image.c (mono_image_close): Applied patch from 
1691         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
1692         assembly is loaded multiple times from data.
1693         
1694         * image.c (mono_image_open): Fix warning.
1695
1696 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1697
1698         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
1699         once. Fixes #58334.
1700         
1701         * reflection.c (mono_reflection_create_runtime_class): Initialize
1702         klass->nested_classes. Fixes #61224.
1703
1704 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
1705
1706         * threads.c: sched_yield() on exit, to allow threads to quit.
1707
1708 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1709
1710         * object.c (mono_unhandled_exception): Remove leftover debug code.
1711
1712 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
1713
1714         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
1715
1716 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1717
1718         * marshal.c (emit_marshal_array): Really null terminate string arrays.
1719         
1720         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
1721
1722 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1723
1724         * marshal.c (emit_marshal_array): Null terminate string arrays.
1725         
1726         * marshal.c (raise_auto_layout_exception): Fix warning.
1727
1728         * reflection.c (mono_param_get_objects): Initialize the default value
1729         with DBNull.Value, not null. Fixes #62123.
1730
1731 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
1732
1733         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
1734         throw an exception with a cute explanation.
1735
1736 2004-09-06  Dick Porter  <dick@ximian.com>
1737
1738         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
1739         Close the new process's thread handle, as we don't use it.  The
1740         handle stays around forever otherwise.
1741
1742 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1743
1744         * object.c (arith_overflow): Fix warning.
1745
1746         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
1747         calling conventions in method refs. Fixes #65352.
1748
1749         * reflection.c: Fix warnings.
1750
1751 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1752
1753         * icall.c: Add a new icall for Array.Clear
1754
1755 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1756
1757         * object.c: When allocating an array, we have to throw
1758         an overflow exception if any of the lengths are < 0.
1759
1760 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1761
1762         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
1763         properly. Also move implementation of string array marshalling to 
1764         managed code. Fixes #42316.
1765
1766 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1767
1768         * assembly.c: provide more information when loading an assembly fails.
1769
1770 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1771
1772         * filewatcher.c: don't expect the development fam package to be
1773         installed.
1774
1775 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
1776
1777         * marshal.c: Make a copy of the signature cookie since it will be
1778         freed by the caller.
1779         
1780         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
1781
1782         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
1783
1784         * metadata.c (mono_metadata_free_marshal_spec): New function to free
1785         marshal specs.
1786
1787         * marshal.c: More refactoring.
1788         
1789         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
1790         smaller functions.
1791
1792 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
1793
1794         * object.c: In mono_message_invoke, fill the output parameter array after
1795           calling the managed method (it was done before the call). This fixes
1796           bug #59299.
1797
1798 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
1799
1800         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
1801         as well.
1802
1803 2004-09-02  Martin Baulig  <martin@ximian.com>
1804
1805         * class.c (mono_class_instance_size): Don't allow generic type
1806         definitions or open generic instances.
1807         (mono_class_array_element_size): If we're a value type, call
1808         mono_class_instance_size() on the original class.
1809
1810         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
1811         handle generic instances.
1812
1813         * mono-debug-debugger.c (write_type): Handle generic instances
1814         like classes.
1815
1816 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
1817
1818         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
1819         the allocation request fails. Fixes #65089.
1820
1821         * object.c (mono_runtime_free_method): Do not call mono_free_method.
1822         
1823         * object.c (mono_runtime_free_method): New function to free a dynamic
1824         method.
1825
1826         * marshal.c (mono_delegate_free_ftnptr): New function to free the
1827         delegate trampoline.
1828
1829         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
1830         with hasthis as dynamic,
1831
1832         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
1833
1834         * domain.c (mono_jit_info_table_remove): New function to remove an
1835         entry from the jit info table.
1836
1837         * class-internals.h (MonoMethod): Add 'dynamic' field.
1838
1839         * loader.c: Fix warnings.
1840
1841 2004-09-01  Martin Baulig  <martin@ximian.com>
1842
1843         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
1844         instead of mono_debugger_lock() because the latter one is a no-op
1845         unless running in the debugger.
1846
1847 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
1848
1849         * class.c (class_compute_field_layout): Classes with auto-layout or
1850         reference fields are not blittable.
1851         
1852 2004-09-01  Dick Porter  <dick@ximian.com>
1853
1854         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
1855         mono_image_get_filename() to get the assembly location.
1856
1857         * icall.c:
1858         * metadata.h: Fix compile warnings
1859
1860 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
1861
1862         * class.c (class_compute_field_layout): System.Object is blittable.
1863
1864         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
1865         as in/out. Fixes #59909.
1866
1867 2004-09-01  Martin Baulig  <martin@ximian.com>
1868
1869         * metadata.h (MONO_TYPE_ISREFERENCE): Call
1870         mono_metadata_generic_inst_is_valuetype() if we're a generic
1871         instance to check whether our underlying type is a reference type.
1872
1873 2004-09-01  Martin Baulig  <martin@ximian.com>
1874
1875         * metadata.c (mono_type_size): If we're a generic instance, call
1876         mono_class_value_size() for value types.
1877
1878 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
1879
1880         * marshal.c: Implement more custom marshalling functionality. Fixes
1881         #64915.
1882
1883 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
1884
1885         * mono-debug.c, debug-mono-symfile.c: add some locking love.
1886
1887 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
1888
1889         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
1890
1891         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
1892
1893         * icall.c: Fix some warnings.
1894
1895         * threads.c (abort_appdomain_thread): Fix unref errors.
1896         (mono_thread_current): Fix THREAD_DEBUG define.
1897
1898 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
1899
1900         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
1901
1902         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
1903
1904 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
1905
1906         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
1907         string arrays.
1908
1909 2004-08-28  Martin Baulig  <martin@ximian.com>
1910
1911         * metadata.c
1912         (mono_metadata_generic_inst_is_valuetype): New public function.
1913
1914         * metadata.h (MONO_TYPE_ISSTRUCT): Call
1915         mono_metadata_generic_inst_is_valuetype() if we're a generic
1916         instance to check whether our underlying type is a valuetype.
1917
1918 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
1919
1920         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
1921         #63768.
1922
1923 2004-08-25  Martin Baulig  <martin@ximian.com>
1924
1925         * loader.c (mono_get_method_from_token): Abstract methods can also
1926         be generic and thus have type parameters.
1927
1928         * metadata-internals.h
1929         (MonoDynamicImage): Added `GPtrArray *gen_params'.
1930
1931         * reflection.c (mono_image_get_generic_param_info): Don't create a
1932         metadata row, just add an entry to the `gen_params' array.
1933         (build_compressed_metadata): Sort the `gen_params' array and then
1934         actually create the metadata.
1935
1936 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1937
1938         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
1939
1940 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
1941
1942         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
1943
1944 2004-08-24  Martin Baulig  <martin@ximian.com>
1945
1946         * class.cs (mono_class_is_subclass_of): Like an interface, a
1947         generic instance also derives from System.Object.
1948
1949 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
1950
1951         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
1952         custom modifiers to be in any order. Fixes #61990.
1953
1954 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
1955
1956         * object.c: Register mono_object_new_fast icall.
1957         
1958         * object.c (mono_class_get_allocation_ftn): Return to calling
1959         mono_object_new_fast, since it seems faster to compute the object 
1960         size in unmanaged code than passing it as a parameter.
1961
1962         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
1963
1964         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
1965         this function with Boehm as the oom handler, so we don't have to check
1966         the result of GC_malloc.
1967
1968         * object.c: Remove checks for oom.
1969
1970         * object.h object.c (mono_class_get_allocation_ftn): New function to
1971         return the icall which can be used to allocate an instance of a given
1972         class. 
1973
1974         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
1975
1976         * class-internals.h: Add 'enabled' field.
1977
1978 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
1979
1980         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
1981
1982 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
1983         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
1984         value 0x0010.
1985
1986 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
1987
1988         * appdomain.c: use the Tls function for appdomain too,
1989         at Zoltan's request. Actually return in mono_context_get
1990
1991         * appdomain.c, profiler.c, threads.c: use __thread
1992
1993 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
1994
1995         * appdomain.c threads.c: Call GC_CreateThread on windows.
1996
1997         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
1998         multiple libraries since this don't work on windows.
1999
2000 2004-08-18  Martin Baulig  <martin@ximian.com>
2001
2002         * class-internals.h
2003         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
2004         MonoMethodHeader.
2005
2006         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
2007         MonoMethodNormal since we also need it for abstract and interface
2008         methods.
2009
2010         * reflection.c
2011         (build_compressed_metadata): Sort the GenericParam table.
2012         (mono_image_create_token): Added `gboolean create_methodspec'
2013         argument; this is false when generating a MethodImpl token.
2014         (reflection_methodbuilder_to_mono_method): Abstract and interface
2015         methods may also have generic parameters.
2016
2017 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
2018
2019         * appdomain.c: thread local alloc
2020
2021 2004-08-17  Martin Baulig  <martin@ximian.com>
2022
2023         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
2024
2025         * icall.c
2026         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
2027         argument.
2028
2029         * class.c (mono_type_get_full_name): New public function.
2030         (mono_type_get_name): Don't include the type arguments.
2031
2032 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
2033
2034         * Makefile.am: Build static versions of libmetadata and libmonoruntime
2035         for inclusion into the mono executable.
2036
2037 2004-08-16  Martin Baulig  <martin@ximian.com>
2038
2039         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
2040         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
2041
2042 2004-08-14  Martin Baulig  <martin@ximian.com>
2043
2044         * class.c (dup_type): Also copy the `byref' field.
2045
2046 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
2047
2048         * reflection.c (create_dynamic_mono_image): Revert the last change 
2049         since it breaks bootstrap.
2050
2051 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
2052
2053         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
2054
2055         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
2056         not free them with g_free.
2057
2058 2004-08-11  Martin Baulig  <martin@ximian.com>
2059
2060         * reflection.c (mono_reflection_setup_internal_class): Also call
2061         mono_class_setup_mono_type() if we already have a `tb->type.type'.
2062
2063 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
2064
2065         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
2066         called during default (first) AppDomain creation. Keep track of
2067         Evidence when loading assemblies.
2068
2069 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2070
2071         * opcodes.c, opcodes.h: reduce runtime relocations.
2072
2073 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
2074
2075         * culture-info.h, locales.c: fixes and chages to sue the new
2076         optimized format of the locale data.
2077         * culture-info-tables.h: regenerated.
2078
2079 2004-08-06  Geoff Norton <gnorton@customerdna.com>
2080         
2081         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
2082
2083 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
2084
2085         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
2086         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
2087         * domain-internals.h: icall declaration.
2088         * icall.c: icall registration.
2089         * object-internals.h: New fields in MonoAssembly for CAS.
2090
2091 2004-08-05  Duncan Mak  <duncan@ximian.com>
2092
2093         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
2094         CEE_LDELEM_ANY.
2095
2096 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2097
2098         * reflection.c: fix to deal with object[] arrays in custom ctors
2099         (bug #62550).
2100
2101 2004-08-05  Martin Baulig  <martin@ximian.com>
2102
2103         * class.c (mono_class_array_element_size): Added support for
2104         generic instances and correctly handle "recursive" types.
2105
2106 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
2107
2108         * assembly.c: Fix warnings.
2109
2110 2004-08-04  Martin Baulig  <martin@ximian.com>
2111
2112         * class.c
2113         (mono_type_get_name_recurse): Added `gboolean include_arity'
2114         argument specifying whether or not we should include the generic
2115         arity in the type name.
2116         (_mono_type_get_name): New static function.
2117         (mono_class_setup_vtable): If we're a generic instance, don't
2118         include the generic arity in the names of explicit method
2119         implementations.        
2120
2121 2004-08-03  Martin Baulig  <martin@ximian.com>
2122
2123         * class.c (mono_type_get_name_recurse): Enclose the generic type
2124         arguments in `<', '>'.
2125
2126 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2127
2128         * gc.c: make GC warning messages use the trace API, they are just
2129         noise to most of the users.
2130
2131 2004-08-03  Martin Baulig  <martin@ximian.com>
2132
2133         * debug-mono-symfile.c (read_string): Correctly read the string.
2134
2135 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
2136
2137         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
2138         
2139         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
2140         icalls.
2141         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
2142
2143 2004-07-30  Martin Baulig  <martin@ximian.com>
2144
2145         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
2146         Reflect latest symbol writer changes.   
2147
2148 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2149
2150         * object.c: always create an object if null is passed
2151         to Invoke() where a valuetype is expected.
2152
2153 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
2154
2155         * marshal.c (mono_marshal_init): make managed
2156         signatures match native ones better for 64bits.
2157
2158 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2159
2160         * appdomain.c: hack to build correctly the private bin path on windows.
2161         Fixes bug #61991.
2162
2163 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
2164
2165         * assembly.c: Load mscorlib from the correct framework directory
2166           (mono/<version>/mscorlib.dll).
2167         * appdomain.h: Added prototypes for new functions.
2168         * internals.h: Added some prototypes.
2169         * domain.c: When initializing the runtime, get from the executable and
2170           the configuration files the runtime version that the app supports.
2171           Added support methods for reading app.exe.config. Added list of versions
2172           supported by the JIT. Added two new methods: mono_init_from_assembly,
2173           which initializes the runtime and determines the required version from
2174           the provided exe file, and mono_init_version, which initializes
2175           the runtime using the provided version.
2176         * icall.c: Get machine.config from version-specific directory.
2177         * reflection.c: When generating an image, embed the version number
2178           of the current runtime.
2179
2180 2004-07-28  Dick Porter  <dick@ximian.com>
2181
2182         * socket-io.c
2183         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
2184         returned sockaddr size before creating the remote address object.
2185         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
2186         61608.
2187
2188 2004-07-28  Dick Porter  <dick@ximian.com>
2189
2190         * locales.c (string_invariant_compare_char): Fix invariant char
2191         compares between upper and lower cases.  Fixes bug 61458.
2192
2193 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
2194         
2195         * marshal.c: actually cache stelem.ref wrappers.
2196         
2197 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
2198
2199         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
2200         sections and remove the mono_cli_rva_map () function.
2201
2202 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2203
2204         * debug-mono-symfile.c: fix one more endianess issue, from a patch
2205         by Geoff Norton (<gnorton@customerdna.com>).
2206
2207 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2208
2209         * class.c: fix class loads for pointer types (typeof(int) !=
2210         typeof(int*)).
2211
2212 2004-07-27  Martin Baulig  <martin@ximian.com>
2213
2214         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
2215         reading the debugging information from an external ".mdb" file.
2216
2217 2004-07-24  Martin Baulig  <martin@ximian.com>
2218
2219         * reflection.c (mono_image_get_type_info): Only write a class
2220         layout entry if we actually have a size or a packing size.
2221
2222 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2223
2224         * reflection.c (type_get_fully_qualified_name): 
2225         insert cast to get type checking of ?: with non-gcc compilers
2226
2227 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2228
2229         * rand.c: use g_getenv for both lookups of
2230         MONO_EGD_SOCKET
2231
2232 2004-07-17  Martin Baulig  <martin@ximian.com>
2233
2234         * reflection.c (mono_reflection_bind_generic_method_parameters):
2235         Set `gmethod->reflection_info'.
2236
2237 2004-07-17  Martin Baulig  <martin@ximian.com>
2238
2239         * class.c (mono_class_create_from_typedef): Insert the newly
2240         created class into the hash table before computing the interfaces
2241         since we could be called recursively.
2242
2243 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
2244
2245         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
2246         function to implement stelem.ref in managed code
2247         * class-internals.h, debug-helpers.c: a new wrapper type
2248         for the above.
2249
2250 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2251
2252         * gc.c: allow GC handles to work even when no GC is compiled in.
2253         Fix part of bug #61134 (GetAddrOfPinnedObject).
2254
2255 2004-07-13  Peter Williams  <peter@newton.cx>
2256  
2257         * process.c (complete_path): Make sure we don't attempt to execute
2258         directories.
2259  
2260 2004-07-12  Geoff Norton <gnorton@customerdna.com>
2261
2262         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
2263           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
2264           and will add/subtract the hour if needed
2265
2266 2004-07-12  Martin Baulig  <martin@ximian.com>
2267
2268         * reflection.c (mono_field_get_object): If we have
2269         `field->generic_info', take the attributes from
2270         `field->generic_info->generic_type'.    
2271
2272 2004-07-12  Martin Baulig  <martin@ximian.com>
2273
2274         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
2275         This function must be called before initializing the runtime.
2276         (mono_debug_init_1): New function; call this after initializing
2277         the runtime, but before loading the assembly.  It tells the
2278         debugger to load corlib and the builtin types.
2279
2280         * mono-debug-debugger.c: Did some larger changes in the debugging
2281         code; support recursive class declarations, make sure we actually
2282         add all classes.
2283
2284 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2285
2286         * debug-helpers.c: undo my previous patch and fixed the real issue in
2287         ../mini/exceptions-x86.c
2288
2289 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2290
2291         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
2292         when no HOME env. variable was set and a NullRef was thrown in a .cctor
2293         called from other .cctors.
2294
2295 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
2296
2297         * loader.c: Removed the mono_loader_wine_init hack now that we are
2298         doing a managed version of Windows.Forms.
2299
2300 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
2301
2302         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
2303         threadpool.c, threads.c: remove static data from rootset.
2304
2305 2004-07-09  Dick Porter  <dick@ximian.com>
2306
2307         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
2308         Don't do any more processing if the matched length was 0.  It was
2309         increasing the size of the string before.  Fixes bug 61167.
2310
2311 2004-07-09  Dick Porter  <dick@ximian.com>
2312
2313         * socket-io.h:
2314         * socket-io.c
2315         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2316         Add support for SO_PEERCRED if its available.
2317
2318 2004-07-09  Peter Bartok <pbartok@novell.com>
2319         * loader.c: winelib.exe.so error message is now only displayed if
2320         MONO_DEBUG is set. To help us avoid questions when people are trying
2321         out the new Managed.Windows.Forms.
2322
2323 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
2324
2325         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
2326         for isinst and castclass wrappers.
2327
2328         * class-internals.h icall.c: Move registration and lookup of JIT icalls
2329         to libmetadata from the JIT, so they could be used by the marshalling
2330         code and the interpreter.
2331
2332         * marshal.c: Register marshalling related JIT icalls here instead of
2333         in mini.c. Use CEE_MONO_ICALL instead of the family of 
2334         CEE_MONO_PROC<x> opcodes to call marshalling functions.
2335
2336         * metadata.h: Remove unneeded marshalling conversions.
2337
2338         * opcodes.c: Update for new opcodes.
2339         
2340 2004-07-08  Martin Baulig  <martin@ximian.com>
2341
2342         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
2343         (mono_debug_get_domain_data): Make this function static.
2344
2345 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2346
2347         * gc.c, object.h: add nice GC handle API for embedders.
2348
2349 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
2350
2351         * reflection.c: more changes for the new api
2352
2353         * object.c: When we reflect on a field w/ a constant value, it
2354         will not have a memory location, so we must access metadata. Also,
2355         allow easier reading of strings so that we can read them from
2356         the constant data.
2357
2358         * class.c (mono_class_layout_fields): no need for literal fields here.
2359
2360         * class-internals.h: api changes for const fields
2361
2362         * icall.c (ves_icall_get_enum_info): use new apis for const fields
2363
2364 2004-07-06  Martin Baulig  <martin@ximian.com>
2365
2366         * mono-debug.h: Increment version number to 44.
2367
2368         * mono-debug.c (mono_debug_add_wrapper): The second argument is
2369         now a gpointer, rewrote this whole method.
2370
2371         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
2372         function.  Add information about the wrapper in a new "misc table".
2373
2374         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
2375         for the new misc table.
2376
2377 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
2378
2379         * metadata-internals.h image.c: Add a cache for helper signatures.
2380
2381         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
2382
2383 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
2384
2385         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
2386         delegates from a delegate. Fixes #61033.
2387         
2388         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
2389         marshalling of stringbuilder arrays. Fixes #59900.
2390
2391 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
2392
2393         * icall.c: Add EnumBuilder:setup_enum_type icall.
2394
2395 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
2396
2397         * icall.c: Added a new icall for the property version of
2398         OffsetOfStringData.
2399
2400 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
2401
2402         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
2403         it has a constant size across platforms.
2404
2405         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
2406         stack trace.
2407
2408 2004-06-29  Martin Baulig  <martin@ximian.com>
2409
2410         * mono-debug.c (mono_debug_add_method): Protect the whole function
2411         in mono_debugger_lock(), not just parts of it.
2412
2413 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2414
2415         * reflection.c: make sure padding bytes in heaps are zeroed.
2416
2417 2004-06-24  David Waite  <mass@akuma.org>
2418
2419         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
2420         image.c, loader.c, locales.c, marshal.c, metadata.c,
2421         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
2422         string-icalls.c, threads.c: change to C90-style comments from C99 /
2423         C++ -style
2424
2425 2004-06-24  Dick Porter  <dick@ximian.com>
2426
2427         * threads.c
2428         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
2429         return createdNew.  Fixes bug 60412.
2430
2431         * threads-types.h: 
2432         * icall.c: Add createdNew parameter to CreateMutex icall
2433
2434 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2435
2436         * reflection.c, object-internals.h: save default value in params.
2437
2438 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2439
2440         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
2441         no need to build a new path combining that with the application base.
2442         Fixes bug #60442.
2443
2444 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
2445
2446         * reflection.c: fixed minor standard compliance issues.
2447
2448 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2449
2450         * reflection.c: fixed issue with encoding some custom attributes
2451         (arrays in properties and fields, bug #60411).
2452
2453 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2454
2455         * reflection.c: fix start address when copying the public key token.
2456
2457 2004-06-23  Martin Baulig  <martin@ximian.com>
2458
2459         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
2460         the `exc' object in a static object to put it into the GC's root set.
2461
2462 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
2463
2464         * reflection.c: make mono_reflection_setup_internal_class ()
2465         callable a second time to setup a new parent class.
2466
2467 2004-06-23  Dick Porter  <dick@ximian.com>
2468
2469         * threads.c: Check for WAIT_IO_COMPLETION return values.
2470
2471 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
2472
2473         * appdomain.c: Removed the g_free on the public key token. Now copy 
2474         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
2475         * assembly.c: Added public key token string value when loading 
2476         assemblies. Fix bug #60439.
2477         * icall.c: Added missing informations (like public key) in 
2478         GetReferencedAssemblies. Fix #60519.
2479         * image.h: Changed definition for public key token from const char*
2480         public_tok_value to guchar public_key_token [17];
2481         * reflection.c: Updated for changes to public key token.
2482
2483 2004-06-22  Lluis Sanchez Gual
2484
2485         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
2486         for the field in base classes.
2487
2488 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2489
2490         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
2491         mark headers as not supported, they are installed only for use by the
2492         debugger.
2493
2494 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
2495
2496         * *.c, *.h: avoid namespace pollution in public headers.
2497
2498 2004-06-21  Martin Baulig  <martin@ximian.com>
2499
2500         * exception.c (mono_get_exception_security): It's in
2501         "System.Security", not in "System".
2502
2503         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
2504         the exception classes.
2505
2506 2004-06-21  Martin Baulig  <martin@ximian.com>
2507
2508         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
2509         Protect the exception object from being finalized.
2510
2511 2004-06-21  Martin Baulig  <martin@ximian.com>
2512
2513         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
2514         public function.
2515
2516 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
2517
2518         * reflection.c: Load the assembly in mono_reflection_type_from_name,
2519         if it was not loaded before. Fix parts of #60439.
2520
2521 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
2522
2523         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
2524         code that was broken since Ben's change: wrappers are now
2525         dependent on the method signature only again.
2526
2527 2004-06-21  Martin Baulig  <martin@ximian.com>
2528
2529         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
2530         added interface support.
2531
2532 2004-06-21  Martin Baulig  <martin@ximian.com>
2533
2534         * class.c (mono_vtable_get_static_field_data): New public method.
2535
2536 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
2537
2538         * filewatcher.c : Windows build fix to be compliant with API changes.
2539
2540 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2541
2542         * class.h, class.c: more accessors.
2543         * metadata.h, metadata.c: prepare for hiding MonoType and
2544         MonoMethodSignature: people should use the accessors from now on
2545         outside of the tree.
2546
2547 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2548
2549         * *.c, *.h: more API cleanups.
2550
2551 2004-06-18  Jackson Harper  <jackson@ximian.com>
2552
2553         * assembly.c: Trace loading assemblies.
2554         * loader.c: Trace loading native libraries.
2555         * mono-config.c: Trace loading config files.
2556         
2557 2004-06-18  Dick Porter  <dick@ximian.com>
2558
2559         * locales.c: Tell ICU the lengths of strings, it can cope with
2560         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
2561
2562 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
2563
2564         * image.c: swapped name/filename;
2565
2566 2004-06-18  Martin Baulig  <martin@ximian.com>
2567
2568         * mono-debug-debugger.c (write_class): Write the parent class at
2569         the end of the header.
2570
2571 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2572
2573         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
2574
2575 2004-06-17  Raja R Harinath  <rharinath@novell.com>
2576
2577         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
2578         (bundle_obj): New conditional define.
2579         (BUILT_SOURCES): Remove.
2580         ($(bundle_srcs)): Make parallel-make safe.
2581         (libmonoruntime_la_LIBADD): Make unconditional.
2582         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
2583         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
2584
2585 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
2586
2587         * culture-info-tables.h: It was inconsistent with the latest
2588           supp info files.
2589
2590 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
2591
2592         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
2593         be loaded.
2594
2595         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
2596         with gcc 2.95.
2597
2598 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2599
2600         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
2601         cleaned up public header threads.h.
2602
2603 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2604
2605         * Makefile.am, *.c, *.h: more API cleanups.
2606
2607 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
2608
2609         * Makefile.am: removed monosn from compilation.
2610         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
2611         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
2612         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
2613         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
2614         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
2615         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
2616
2617 2004-06-15  Jackson Harper  <jackson@ximian.com>
2618
2619         * assembly.c: Make locales lower case when searching the GAC for
2620         assemblies. gacutil will always make locales lowercase when
2621         installing so this effectively makes them case insensitive.
2622         
2623 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
2624
2625         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
2626         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
2627           parameter which allows to choose whether the wait can be interrupted or 
2628           not. Also added the method mono_monitor_enter(), which locks the monitor
2629           using an infinite wait and without allowing interruption.
2630           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
2631           interrupted.
2632         * object.h: Added new fields in MonoThread. suspend_event holds the event
2633           used to susped/resume the thread. synch_lock is the lock object to use for
2634           modifying the thread state.
2635         * threads.c: Use the new synch_lock object for locking, instead of "this",
2636           which can generate deadlocks.
2637           Moved thread state change in Thread.Sleep and Thread.Join from managed
2638           to unmanaged code. This avoids a deadlock when the thread was suspended
2639           just after acquiring the thread lock.
2640           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
2641           Implemented Thread.Suspend using an event instead of ThreadSuspend,
2642           which is not fully implemented in the io-layer.
2643         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
2644
2645 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
2646
2647         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
2648         threads-types.h: more API cleanups.
2649
2650 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2651
2652         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
2653         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
2654         threadpool.c, threads.c: first pass at the exported API cleanup.
2655
2656 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
2657
2658         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
2659
2660 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2661
2662         * icall.c: added internalGetHome.
2663
2664 2004-06-14  Dick Porter  <dick@ximian.com>
2665
2666         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
2667         possible to return successfully when '.' or '..' were the only
2668         entries in a directory, but were skipped.  The MonoIOStat was not
2669         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
2670         Fixes bug 59574.
2671
2672 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
2673
2674         * reflection.c: make binaries run on .Net 1.1 by default.
2675
2676 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
2677
2678         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
2679
2680 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
2681
2682         * marshal.c: keep track of struct size with explicit layout
2683         (bug #59979).
2684
2685 2004-06-12  Martin Baulig  <martin@ximian.com>
2686
2687         * mono-debug-debugger.c: Comment out a debugging g_message().
2688
2689 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2690
2691         * reflection.c, reflection.h: do not free custom attrs that are cached.
2692         * icall.c: use braces to make code clearer.
2693
2694 2004-06-11  Martin Baulig  <martin@ximian.com>
2695
2696         * class.h (MonoInflatedField): New type.
2697         (MonoClassField): Replaced `MonoType *generic_type' with
2698         `MonoInflatedField *generic_info'.
2699
2700         * icall.c
2701         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
2702
2703 2004-06-11  Martin Baulig  <martin@ximian.com>
2704
2705         * reflection.c (mono_image_create_method_token): Correctly encode
2706         varargs methods.
2707
2708 2004-06-11  Martin Baulig  <martin@ximian.com>
2709
2710         * metadata.c (mono_metadata_parse_method_signature): When parsing
2711         a MethodDef which has VarArgs, also set sentinelpos if we don't
2712         have any parameters.
2713
2714 2004-06-11  Martin Baulig  <martin@ximian.com>
2715
2716         * verify.c (mono_method_verify): In CEE_CALL, use
2717         mono_method_get_signature() to get the method's signature, unless
2718         we're a PInvoke method.
2719
2720 2004-06-10  Jackson Harper  <jackson@ximian.com>
2721
2722         * assembly.c: Use <path>/lib/mono/gac for the extra paths
2723         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
2724         logical name as the supplied path is just a prefix to the gac not
2725         the direct path to it.
2726         
2727 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
2728
2729         * reflection.c: make the token for a created method match
2730         the token of the MethodBuilder it was created from
2731         (IKVM requires this behaviour now).
2732
2733 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
2734
2735         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
2736         reflection.c, socket-io.c: leak fixes.
2737
2738 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
2739
2740         * icall.c: handle sentinel pos in vararg methods in position different
2741         from 0.
2742
2743 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2744
2745         * culture-info-tables.h: freshly generated.
2746
2747 2004-06-09  Martin Baulig  <martin@ximian.com>
2748
2749         * loader.c (mono_get_method_constrained): Call `mono_class_init
2750         (constrained_class)'.   
2751
2752 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
2753
2754         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
2755         any methods. Fixes #59629.
2756
2757 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2758
2759         * culture-info-tables.h: reflecting locale-builder updates.
2760
2761 2004-06-08  Dick Porter  <dick@ximian.com>
2762
2763         * object.h:
2764         * locales.c: Fixed compile warnings, including a real bug in
2765         CompareInfo_internal_compare.
2766         
2767 2004-06-08  Dick Porter  <dick@ximian.com>
2768
2769         * locales.c
2770         (ves_icall_System_Globalization_CompareInfo_internal_index):
2771         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
2772         Double-check the resuls of usearches, because ICU currently
2773         ignores most of the collator settings here.  Fixes bug 59720.
2774         
2775 2004-06-08  Dick Porter  <dick@ximian.com>
2776
2777         * locales.c
2778         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
2779         Fix memory leak and segfault-causing typo.  No idea how this one
2780         lasted so long without being noticed.
2781
2782 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
2783
2784         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
2785         any methods. Fixes #59629.
2786
2787 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2788
2789         * assembly.c:
2790         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
2791         own the critical section before). Removed dead code (that's done
2792         in the preload hook).
2793
2794         (mono_assembly_load_with_partial_name): call the preload hook.
2795
2796 2004-06-08  Martin Baulig  <martin@ximian.com>
2797
2798         * metadata.c (mono_metadata_signature_alloc): Default
2799         `sentinelpos' to -1.
2800
2801         * reflection.c (mono_image_get_array_token): Likewise.
2802
2803 2004-06-08  Martin Baulig  <martin@ximian.com>
2804
2805         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
2806
2807         * metadata.c (mono_metadata_parse_method_signature): When parsing
2808         a MethodDef which has VarArgs, set sentinelpos.
2809
2810         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
2811         `gint16' since we're using -1 for non-varargs methods.
2812
2813         * reflection.c
2814         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
2815         (method_encode_signature): Added varargs support.
2816         (method_builder_encode_signature): Likewise.
2817         (mono_image_get_varargs_method_token): New static method.
2818         (mono_image_create_method_token): New public method; this is
2819         called via an icall instead of mono_image_create_token() when
2820         calling a varargs method.       
2821
2822 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
2823
2824         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
2825
2826 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2827
2828         * culture-info-tables.h : Reflecting the latest locale-builder that
2829           fixed empty array representation ({} to {0}).
2830
2831 2004-06-07  Jackson Harper  <jackson@ximian.com>
2832
2833         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
2834         looking up extra gac paths. This allows MONO_GAC_PATH to act
2835         exactly like a prefix.
2836         
2837 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
2838
2839         * reflection.c (mono_reflection_type_from_name): Make a copy of the
2840         type name before modifying it. Fixes #59405.
2841
2842 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2843
2844         * culture-info.h: added fields for "all datetime patterns".
2845         * locales.c: (  ves_icall_System_Globalization_CultureInfo
2846           _construct_datetime_format ()): fill xxx_patterns fields.
2847         * object.h: added fields for "all datetime patterns" to
2848           MonoDateTimeFormatInfo.
2849         * culture-info-tables.h: reflecting locale-builder updates.
2850
2851 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
2852
2853         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
2854         the event has no add and remove methods. Fixes #59629.
2855
2856 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
2857
2858         * object.c: Fixed possible integer overflow when allocating large
2859         strings.
2860
2861 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
2862
2863         * culture-info-tables.h: reflecting locale-builder updates.
2864
2865 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
2866
2867         * culture-info-tables.h: reflecting locale-builder updates.
2868
2869 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
2870
2871         * culture-info-tables.h: reflecting locale-builder updates.
2872
2873 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
2874
2875         * threads.c: Made Thread.Sleep abortable.
2876
2877 2004-06-02  Martin Baulig  <martin@ximian.com>
2878
2879         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
2880
2881         * debug-mono-symfile.h: Bumped symbol file version number to 37.
2882
2883 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
2884
2885         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
2886
2887 2004-05-30  Jackson Harper  <jackson@ximian.com>
2888
2889         * reflection.c: Do not hardcode assembly versions or public key
2890         tokens anymore. All of this except the corlib section was dead
2891         code anyways.
2892         
2893 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
2894
2895         * object.c (mono_runtime_invoke_array): Automatically create boxed
2896         objects for byref valuetypes if needed. Fixes #59300.
2897         
2898         * object.c (mono_method_return_message_restore): Handle 
2899         MONO_TYPE_OBJECT as well.
2900
2901 2004-05-28  Jackson Harper  <jackson@ximian.com>
2902
2903         * reflection.c: The modified type encoding was causing build
2904         problems. Reverted for now.
2905         
2906 2004-05-28  Jackson Harper  <jackson@ximian.com>
2907
2908         * reflection.c/h: Take an assembly ref so that we dont create
2909         fully qualified names when encoding types in the same assembly as
2910         the custom attribute being emitted.
2911         * appdomain.c: Increment version number.
2912         
2913 2004-05-26  Duncan Mak  <duncan@ximian.com>
2914
2915         * icall.c
2916         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
2917         Set the full version number (major, minor, build, revision).
2918
2919 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
2920
2921         * marshal.c (emit_struct_conv): increment src/dst after blit
2922         (mono_marshal_get_managed_wrapper,
2923         mono_marshal_get_native_wrapper): make sure we have marshalling
2924         info before marshalling params (info computation affects
2925         blittable)
2926
2927         * class.c (class_compute_field_layout): correctly deal with
2928         blittable
2929         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
2930         value types (as per what windows dows by default)
2931         (mono_class_setup_mono_type): System.ValueType is blittable
2932         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
2933         blittable
2934
2935         * marshal.c (mono_marshal_load_type_info): flag types  as
2936         non-blittable if the native layout doesn't match the managed
2937         layout
2938
2939 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2940
2941         * appdomain.c: don't add stuff in the private search path that is
2942         above the application base. If application base is not set, there's
2943         no private search path.
2944
2945 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
2946
2947         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
2948         byref struct arguments in native->managed marshalling.
2949
2950 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
2951
2952         * marshal.c (mono_marshal_get_runtime_invoke): correctly
2953         cache methods using signature (special case for methods
2954         that are value type or string class)
2955         
2956         * image.c (mono_image_close): clean up allocated GSList's
2957         in runtime_invoke_cache.
2958
2959 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2960
2961         * mono-config.c: set the correct path for mono_cfg_dir on windows when
2962         there's no MONO_CFG_DIR environment variable defined.
2963
2964 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2965
2966         * threads.c: windows version must be >= 0x0500 to include OpenThread.
2967
2968 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
2969
2970         * threadpool.c: Really wait for 500ms after the async call, even if the wait
2971           is interrumped.
2972         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
2973           before waiting for it, and call CloseHandle after the wait to unref it.
2974           This will make sure that handles are not disposed too early.
2975
2976 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2977
2978         * appdomain.c:
2979         * appdomain.h:
2980         * icall.c: removed
2981         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
2982         needed now.
2983
2984         * object.c: se the application_base only for the domain that runs
2985         Main. Fixes bug #59216,
2986
2987 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2988
2989         * appdomain.c:
2990         * object.c: only the domain in which Main is run have
2991         SetupInformation.ConfigurationFile set, so moved a few lines from
2992         appdomain.c to object.c.
2993
2994 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2995
2996         * appdomain.c: we tried to load [name].(dll|exe), but according
2997         to bug #57710, we must also try [culture]/[name].(dll|exe) and
2998         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
2999         There's a test case attached to bug #58922.
3000
3001 2004-05-27  Dick Porter  <dick@ximian.com>
3002
3003         * icall.c:
3004         * file-io.c: Implemented icalls for locking and unlocking regions
3005         in a file.
3006         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
3007         FALSE on error (fixes both compiler warning and real bug.)
3008
3009 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
3010
3011         * culture-info-tables.h: reflecting locale-builder updates.
3012
3013           (Added missing ChangeLog entry for 05/26)
3014
3015 2004-05-27  Jackson Harper  <jackson@ximian.com>
3016
3017         * locales.c: Fix some cut and paste errors.
3018         
3019 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3020
3021         * mono-config.c: set the correct path for config. directory on windows.
3022
3023 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3024
3025         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
3026           on win32.
3027
3028 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3029
3030         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
3031         from pinvoke functions.
3032         
3033         * marshal.c (mono_ftnptr_to_delegate): Implement this.
3034
3035 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3036
3037         * culture-info-tables.h: reflecting locale-builder updates.
3038
3039 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3040
3041         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
3042         #59086.
3043
3044 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
3045
3046         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
3047         * icall.c: Modified icalls for RNG.
3048         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
3049         Windows (CryptoAPI).
3050
3051 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3052
3053         * locales.c: Fix build.
3054
3055 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
3056
3057         * culture-info-tables.h: reflecting locale-builder updates.
3058
3059 2004-05-25  Jackson Harper  <jackson@ximian.com>
3060
3061         * locales.c: When creating the current culture use the $LANGs
3062         specific culture. So DateTimeFormat and NumberFormat entries are created.
3063         
3064 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3065
3066         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
3067         a char array as parameter.
3068
3069 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
3070
3071         * image.c: In mono_image_open(), always use an absolute path name to
3072           look for already loaded images.
3073
3074 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
3075
3076         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
3077         missing in the windows build (like older cygwin include files).
3078
3079 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
3080
3081         * icall.c: Fixed check for possible integer overflow in Buffer_
3082         BlockCopy icall. Replaced comments style // by /* */.
3083
3084 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
3085
3086         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
3087         
3088         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
3089         check after MONO_VTADDR. Fixes pinvoke2.exe.
3090
3091         * marshal.h marshal.c metadata.h: Add beginnings of support for
3092         ftnptr -> delegate marshalling.
3093
3094 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
3095
3096         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
3097         * threads.c: Fix warnings.
3098
3099 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
3100
3101         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
3102         * icall.c: Registered icalls for Suspend and Resume.
3103         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
3104           Thread.Abort.
3105         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
3106         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
3107         * process.c: Use WaitForSingleObjectEx.
3108         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
3109           checkpoints.
3110         * threads.c, threads.h: Make use of new Ex wait methods. Improved
3111           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
3112           for Suspend and Resume. Added new mono_thread_stop, used for stoping
3113           background threads. Added basic support for Abort in Windows.
3114           Start new threads using a managed delegate invoke wrapper. This wrapper
3115           has an interruption checkpoint that is needed since an interruption
3116           can be requested before the thread leaves the unmanaged code that starts 
3117           the thread.
3118         * marshal.c: Added interruption checkpoint after every native call, and
3119           also before managed calls for wrappers called from unmanaged code to
3120           go into managed code.
3121         * object.h: Added new field in MonoThread to keep track of interruption
3122           requests.
3123
3124 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
3125
3126         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
3127         calls.
3128
3129 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3130
3131         * appdomain.c:
3132         * assembly.c:
3133         * gc.c:
3134         * locales.c:
3135         * mono-config.c:
3136         * rand.c: getenv -> g_getenv (windows!)
3137
3138         * process.c: complete_path is also used on non-windows platforms.
3139
3140 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3141
3142         * icall.c: new signature for Process_Start.
3143
3144         * process.[ch]: new signature for Process_Start. If we're on windows
3145         and UseShellExecute is false, we have to search for the program by
3146         ourselves if we don't get a full path.
3147
3148 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
3149
3150         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
3151         marshalling and call CleanUpNativeData if needed. Fixes #58646.
3152
3153 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3154
3155         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
3156         Fixes bug #58373.
3157
3158 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3159
3160         * process.c: use double quotes to quote program name and arguments on
3161         windows. Fixes bug #58575.
3162
3163 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3164
3165         * file-io.c: don't return "." and ".." when using windows Find*File.
3166
3167 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
3168
3169         * marshal.c: Don't pass wrappers to message init because method 
3170         addressed used to lookup metadata. part of remoting[2|3] fix.
3171
3172 2004-05-15  Jackson Harper  <jackson@ximian.com>
3173
3174         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
3175         path is essentially the same as MONO_PATH except that it points to
3176         GACs instead of lib directories.
3177         * loader.h: The user gac is gone so we dont need function to
3178         enable/disable it.
3179         * mono-config.c: user gac option is now gone.
3180         
3181 2004-05-15  Jackson Harper  <jackson@ximian.com>
3182
3183         * culture-info.h: Make defines more consistent, add calendar data
3184         to the culture info table.
3185         * culture-info-tables.h: Add basic calendar data. Basically
3186         everyone gets default gregorian until all the data is
3187         updated.
3188         * locales.c: Use the new consistent defines. Set calendar data for
3189         culture info objects.
3190         * object.h: add a field for calendar data to CultureInfo
3191         
3192 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
3193
3194         * image.c: image->runtime_invoke_cache is keyed on signatures now.
3195         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
3196         a signature.
3197         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
3198         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
3199         an extra param that is the pointer of the method to invoke. The IL for
3200         the invoke method is no longer specific to the method, but to the
3201         signature of the method. Thus, we can share the same code for multiple
3202         methods. This reduces the number of methods that have to be compiled.
3203
3204 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
3205
3206         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
3207
3208         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3209
3210         * icall.c: Optimize Buffer.BlockCopy.
3211
3212 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3213
3214         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
3215         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
3216         quote). Changed them to "MMMM yyyy".
3217
3218 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
3219
3220         * rand.c
3221         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
3222
3223 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
3224
3225         * reflection.h: Updated after changes to managed structures.
3226
3227         * appdomain.c: Bump corlib version.
3228
3229 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3230
3231         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
3232         windows.
3233
3234 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3235
3236         * Makefile.am: link to ../os/libmonoos.la on windows.
3237
3238         * assembly.c:
3239                 -If MONO_DEBUG, warn about non-existing directories in
3240                 MONO_PATH.
3241                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
3242                 compile time variable.
3243                 -Removed init_default_path and call mono_set_rootdir from
3244                 libmonoos.a instead (windows only).
3245
3246         * assembly.h: declare mono_assembly_getrootdir().
3247
3248         * domain.c:
3249         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
3250
3251         * loader.c: s/getenv/g_getenv/
3252
3253 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
3254
3255         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
3256
3257         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
3258
3259         * metadata.h: Add new marshalling conversions.
3260
3261         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
3262         function.
3263
3264         * reflection.c (mono_reflection_get_type): Lookup the type in all
3265         modules of a multi-module assembly. Fixes #58291.
3266
3267 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
3268
3269         * threads.c: Before aborting a background, set the StopRequested
3270         state.  This avoids throwing the Abort exception.
3271         In mono_thread_manage, don't continue with the shutdown until all
3272         aborted threads have actually stopped.
3273
3274 2004-05-10  Jackson Harper  <jackson@ximian.com>
3275
3276         * locales.c: Remove the modifier from culture names.
3277         
3278 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3279
3280         * Makefile.am: monosn is not installed any more. It has been deprecated
3281         in favor of sn.
3282
3283 2004-05-07  Jackson Harper  <jackson@ximian.com>
3284
3285         * locales.c
3286         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
3287         Fix array construction, add bailout if the length is 0.
3288
3289 2004-05-07  Dick Porter  <dick@ximian.com>
3290
3291         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
3292         machine doesn't have a DNS entry.  Patch by Urs Muff
3293         (umuff@quark.com), fixes bug 57928.
3294
3295 2004-05-06  Jackson Harper  <jackson@ximian.com>
3296
3297         * reflection.c: Handle null PublicTokens properly. alloc mem for
3298         assembly names culture so we dont crash when freeing it.
3299         
3300 2004-05-06  Jackson Harper  <jackson@ximian.com>
3301
3302         * assembly.c: Check the usergac when loading with partial names.
3303         
3304 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3305
3306         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
3307         does nothing for now (not required for Linux/Windows) but the class
3308         library can call it (and a newer or modified runtime could need it).
3309         * icall.c: Registred icall.
3310
3311 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3312
3313         * loader.c: prints a message on module loading error we set MONO_DEBUG
3314         environment variable.
3315
3316 2004-05-05  Jackson Harper  <jackson@ximian.com>
3317
3318         * appdomain.c: Handle PublicKeyToken=null properly.
3319         
3320 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3321
3322         * environment.c|h: Added icall ves_icall_System_Environment_
3323         GetOSVersionString to get the current OS version as a string.
3324         * icall.c: Registred icall.
3325
3326 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
3327
3328         * object.c: in mono_object_get_virtual_method(), take into account that
3329         non-virtual methods don't have a slot in the vtable. Check needed when
3330         the object is a proxy.
3331
3332 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
3333
3334         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
3335         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
3336
3337         * object.c (mono_class_compute_gc_descriptor): Fix warning.
3338
3339         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
3340         passed when a valuetype is expected.
3341
3342         * object.c (mono_unhandled_exception): Only set the exit code if the
3343         exception happens in the main thread. Fixes thread5.exe.
3344
3345         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
3346         invalid names. Fixes #58047.
3347
3348 2004-05-03  Jackson Harper  <jackson@ximian.com>
3349
3350         * assembly.c: This line was committed accidently and is unneeded.
3351         
3352 2004-05-03  Jackson Harper  <jackson@ximian.com>
3353
3354         * icall.c: Add new icall for Assembly::LoadWithPartialName
3355         * assembly.c/.h: new function that probes the GAC to load partial
3356         assembly names by Paolo Molaro.
3357         
3358 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3359
3360         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
3361         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
3362         (type_get_fully_qualified_name): Added PublicKeyToken when building a
3363         full type name.
3364
3365 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3366
3367         * appdomain.c: fixed check for 'neutral' culture and removed warning.
3368         * reflection.c: fix bug when parsing a full type name and Version is not
3369         the last thing in the string.
3370
3371 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
3372
3373         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
3374         crashes when it is freed.
3375
3376 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3377
3378         * assembly.c: print the compat warning to stderr.
3379
3380 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
3381
3382         * assembly.c (mono_assembly_load_references): Add a compatibility
3383         hack to run old applications that might be still referencing the
3384         3300-based assemblies, only do this for System.xxx.
3385
3386 2004-05-01  Jackson Harper  <jackson@ximian.com>
3387
3388         * appdomain.c: If the culture is neutral we set it to "".
3389         
3390 2004-04-29  Jackson Harper  <jackson@ximian.com>
3391
3392         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
3393
3394 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3395  
3396         * string-icalls.c: added low overhead function for copying chars
3397         * icall.c: added needed icall for the above function
3398  
3399 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3400
3401         * icall.c: fix return value of get_global_assembly_cache.  Implemented
3402         Environment.GetLogicalDrives.
3403
3404 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
3405
3406         * rand.c: try and talk to egd or prngd
3407         for random bytes if opening devices fail.
3408
3409 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
3410
3411         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
3412         alignment for the type using the native alignment of its members 
3413         instead of using klass->min_align.
3414
3415         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
3416
3417 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3418
3419         * file-io.c:
3420         * socket-io.c: added check for sys/aio.h.
3421
3422 2004-04-28  Dick Porter  <dick@ximian.com>
3423
3424         * threads.c: Don't abort a thread thats already aborting, when
3425         terminating everything.
3426
3427 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3428
3429         * icall.c: added 2 new async calls for Socket.
3430
3431         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
3432         IO on *nix systems.
3433
3434         * threadpool.c: removed unused variable.
3435
3436 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
3437
3438         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
3439
3440 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
3441
3442         * locales.c: put back string_invariant_tolower () and
3443         string_invariant_toupper ().
3444
3445 2004-04-26 David Waite <mass@akuma.org>
3446
3447         * file-io.h:
3448         * socket-io.h:
3449         * threads.h:
3450         * unicode.h: remove comma from end of enumeration declarations
3451
3452 2004-04-26 David Waite <mass@akuma.org>
3453
3454         * debug-mono-symfile.h:
3455         * decimal.c:
3456         * mono_debug.h:
3457         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
3458
3459
3460 2004-04-26  Jackson Harper  <jackson@ximian.com>
3461
3462         * appdomain.c: Increment version number.
3463         
3464 2004-04-26  Jackson Harper  <jackson@ximian.com>
3465
3466         * appdomain.c: Set assembly references public token value when
3467         PublicKeyToken is specified, not the hash_value. Free public token
3468         values when free assembly name data. Previously the public key
3469         token was hex decoded, however we are using hex encoded public key
3470         tokens, so this is not neccasary.
3471         * assembly.c: Lookup assemblies in the gac if their public token
3472         value is set. Add function to allow enabling user gac
3473         lookups. Specify whether or not the assembly was loaded from the
3474         GAC. Compare full assembly names when checking the cache for
3475         assemblies (Temporarily disabled see comment in code). Remove
3476         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
3477         specifies trace-loader they get extra info to stdout on the
3478         loading of assemblies.
3479         * image.h: Add a field for an assembly references public token
3480         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
3481         whether an assembly has been loaded from the GAC.
3482         * image.c: Remove a corlib -> mscorlib name mapping.
3483         * loader.h: Add function to enable/disable the user gac.
3484         * mono-config.c: Check if the usergac is enabled in the config
3485         file.
3486         * icall.c: New icall to determine whether or not an assembly has
3487         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
3488         * tabldefs.h: Add constant for assemblyref flag that specifies a
3489         full public key is used instead of a public token.
3490         * reflection.c: Remove mscorlib -> corlib mappings. Set
3491         PublicTokenValue instead of hash value. This value is a hex
3492         string so it does not need to be expanded.
3493
3494 2004-04-26  Martin Baulig  <martin@ximian.com>
3495
3496         * mono-debug-debugger.c (mono_debugger_initialize): Set
3497         `mono_debugger_initialized' before calling mono_debug_lock().
3498
3499 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
3500
3501         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
3502           InternalToUpper/InternalToLower.
3503         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
3504           removed invariant culture shortcut.  This is now done in managed code.
3505         * locales.c: (string_invariant_toupper/tolower) removed.
3506
3507 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3508
3509         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
3510         Added Poll internal call.
3511
3512         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
3513         call for Poll. Select was too heavy for polling a single socket.
3514
3515         * threadpool.[ch]: added mono_threadpool_cleanup.
3516         * threads.c: use it. Don't use Thread_Abort on windows.
3517
3518 2004-04-23  Martin Baulig  <martin@ximian.com>
3519
3520         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
3521
3522 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
3523
3524         * icall.c: Registred new icalls for key pair protection and added an
3525         icall for Environment.GetFolderPath on Windows.
3526         * security.c|h: Added new icalls for key pair protection.
3527
3528 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3529
3530         * socket-io.c: don't display the non-supported family warning for known
3531         families. Now this is not displayed on windows when checking support
3532         for IPv4/IPv6.
3533
3534 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3535
3536         * class.c: don't display the layout warning for static fields.
3537
3538 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
3539
3540         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
3541         * locales.c, locales.h: Added new icalls for culture-specific
3542         Char.ToLower and Char.ToUpper.
3543
3544 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3545
3546         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
3547         by David Waite.
3548
3549 2004-04-20  Martin Baulig  <martin@ximian.com>
3550
3551         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
3552         of the type name before passing it to mono_reflection_type_from_name().
3553
3554 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
3555
3556         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
3557         encodings here. Fixes #56965.
3558
3559 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
3560
3561         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3562         fix test on strstr result not that I can see anything that
3563         relies on the result.
3564
3565 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
3566
3567         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
3568         Fixes #57081.
3569
3570         * marshal.c (mono_marshal_get_string_encoding): New helper function.
3571
3572         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
3573         function to determine which marshalling to use for strings. Fixes
3574         #56965.
3575
3576         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
3577
3578         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
3579
3580 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
3581
3582         * icall.c: #include mono-config.h
3583
3584 2004-04-15  Jackson Harper  <jackson@ximian.com>
3585
3586         * culture-info-tables.h: Fix date formats for en-US culture.
3587         
3588 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
3589
3590         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
3591         ThreadPool.SetMinThreads.
3592         * threadpool.c: Implemented ThreadPool.GetMinThreads and
3593         ThreadPool.SetMinThreads.
3594
3595 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3596
3597         * mono-config.c: also load the .config file in the directory
3598         where the assembly was found.
3599
3600 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
3601
3602         * assembly.c: load per-assembly config files.
3603         * icall.c: decrapified code to get the config dir and moved to
3604         mono-config.c.
3605         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
3606         per-assembly config files. When doing a dll map lookup give precedence
3607         to the per-assembly data.
3608
3609 2004-04-14  Martin Baulig  <martin@ximian.com>
3610
3611         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
3612         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
3613         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
3614
3615         * mono-debugger-debugger.c: While the debugger is locked, remember
3616         whether the symbol tables have changes and send one single
3617         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
3618
3619 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
3620
3621         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
3622
3623         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
3624         function.
3625
3626         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
3627         account when marshalling string arrays. Fixes #56965.
3628
3629 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
3630
3631         * icall.c: Add new icalls mapping for security.
3632         * security.c|h: Add internal calls for WindowsIdentity,
3633         WindowsImpersonationContext and WindowsPrincipal.
3634
3635 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
3636
3637         * class.c: Added comment to ensure the System.MonoDummy class
3638         is removed when no longer necessary
3639
3640 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
3641
3642         * appdomain.c: Pass arguments to the bootstraping exceptions to
3643         minimize JITed methods at boot
3644
3645         * metadata.c (mono_exception_from_name_two_strings): Allow for the
3646         second string to be null.
3647
3648         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3649         Change the protocol to minimize the JIT methods at startup.  Now
3650         it Returns the internal codepage, if the value of "int_code_page"
3651         is 1 at entry, and we can not compute a suitable code page
3652         number, returns the code page as a string.
3653
3654 2004-04-13  Jackson Harper  <jackson@ximian.com>
3655
3656         * culture-info-tables.h: Fix number of decimal digits for all
3657         english locales.
3658
3659 2004-04-13  Jackson Harper  <jackson@ximian.com>
3660
3661         * icall.c: Clairfy out of sync error message. It is not always
3662         your corlib that is out of sync.
3663
3664 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
3665
3666         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
3667         properties when only the set accessor is overriden. Fixes #55874.
3668
3669 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
3670
3671         * assembly.c (mono_assembly_load_references): Make this thread safe.
3672         Fixes #56327.
3673
3674 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
3675
3676         * monosn.c: Add missing initialization calls.
3677
3678 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
3679
3680         * locales.c:
3681         ves_icall_System_Globalization_CultureInfo_construct_number_format
3682         Fix g_assert so it compiles on fussier compilers re int/ptr
3683         mismatch
3684
3685 2004-04-08  Dick Porter  <dick@ximian.com>
3686
3687         * socket-io.h:
3688         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
3689         53992.  Also rearrange the code so that the internal calls return
3690         an error value and exceptions are thrown from managed code.
3691
3692         * icall.c: Add type info to the socket icalls.
3693
3694 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3695
3696         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
3697         owes me a beer.
3698
3699 2004-04-07  Martin Baulig  <martin@ximian.com>
3700
3701         * class.c (mono_class_from_generic_parameter): Don't default
3702         `klass->parent' to `mono_defaults.object_type'.
3703
3704 2004-04-07  Martin Baulig  <martin@ximian.com>
3705
3706         * reflection.c (mono_reflection_initialize_generic_parameter): Set
3707         `param->pklass->reflection_info'.       
3708
3709 2004-04-07  Jackson Harper  <jackson@ximian.com>
3710
3711         * culture-info-tables.h: Fix date separator symbol.
3712         
3713 2004-04-07  Martin Baulig  <martin@ximian.com>
3714
3715         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
3716         from System.Type to System.MonoType.
3717
3718 2004-04-07  Martin Baulig  <martin@ximian.com>
3719
3720         * reflection.h
3721         (MonoReflectionGenericParam): Added `has_reference_type' and
3722         `has_value_type' fields.
3723
3724         * reflection.c (mono_image_get_generic_param_info): Encode the
3725         correct flags if we have the `class' or `struct' constraint.
3726
3727 2004-04-07  Martin Baulig  <martin@ximian.com>
3728
3729         * reflection.h
3730         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
3731
3732 2004-04-07  Jackson Harper  <jackson@ximian.com>
3733
3734         * appdomain.c: Revert extra patches, just wanted to bump the
3735         version number.
3736         
3737 2004-04-07  Jackson Harper  <jackson@ximian.com>
3738
3739         * Makefile.am: Add culture-info private headers.
3740         * icall.c: Add new icalls for contructing locales.
3741         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
3742         * locales.h: Declare new culture info construction methods.
3743         * object.h: Add new fields used to avoid the CultureMap to
3744         MonoCultureInfo.
3745         * culture-info.h: Definition of structs used in the culture info
3746         tables.
3747         * culture-info-tables.h: Autogenerated tables that contain culture
3748         info data. This file was generated with the locale-builder tool.
3749         * appdomain.c: Incement corlib version number.
3750         
3751 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
3752
3753         * appdomain.c: (mono_runtime_init) move mono_thread_init
3754         to before mono_object_new calls so critical sections
3755         are initialized before use.
3756
3757 2004-04-07  Martin Baulig  <martin@ximian.com>
3758
3759         * icall.c
3760         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
3761         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
3762         (ves_icall_MonoGenericParam_initialize): Removed.
3763         (monogenericparam_icalls): Removed.
3764         (generictypeparambuilder_icalls): Added new table for
3765         System.Reflection.Emit.GenericTypeParameterBuilder.
3766
3767         * reflection.c
3768         (mono_reflection_define_generic_parameter): Removed.
3769         (mono_reflection_initialize_generic_parameter): This is now called
3770         from GenericTypeParameterBuilder's .ctor.
3771
3772 2004-04-06  Martin Baulig  <martin@ximian.com>
3773
3774         * class.c (mono_class_init): Don't inflate nested classes in a
3775         generic instance.
3776         (mono_type_get_name_recurse): Include the generic arguments for
3777         generic instances and generic type declarations.
3778         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
3779         (_mono_class_get_instantiation_name): Removed.
3780         (mono_class_create_generic): Always use `gklass->name' as our name.
3781
3782         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
3783
3784         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
3785         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
3786         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
3787         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
3788         closed generic methods here.
3789
3790         * reflection.c
3791         (mono_reflection_generic_inst_get_nested_types): Removed.
3792         (inflate_mono_method): Copy the generic parameters from the
3793         MonoMethodHeader into out MonoGenericMethod.
3794
3795 2004-04-06  Martin Baulig  <martin@ximian.com>
3796
3797         * row-indexes.h
3798         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
3799
3800         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
3801
3802         * reflection.c (build_compressed_metadata): If we have any entries
3803         in the GenericParam, MethodSpec or GenericParamConstraint tables,
3804         set the header version to 1.1.
3805
3806 2004-04-06  Martin Baulig  <martin@ximian.com>
3807
3808         * class.c (mono_class_init): If we're a generic instance,
3809         initialize our nested classes, too.
3810         (_mono_class_get_instantiation_name): Deal with the new `!%d'
3811         suffix. 
3812
3813 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3814
3815         * process.c: quote the argument passed to the shell on windows.
3816
3817 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
3818
3819         * threads.c (mono_alloc_special_static_data): Allow this to be
3820         called during startup.
3821
3822 2004-04-02  Martin Baulig  <martin@ximian.com>
3823
3824         * icall.c
3825         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
3826
3827 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
3828
3829         * icall.c: Fix build.
3830
3831 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
3832
3833         * Makefile.am: Added security.c|h.
3834         * icall.c: Added icall for get_UserName;
3835         * security.c: New file for security related icalls. Added function
3836         get_UserName for System.Environment (fix #56144).
3837         * security.h: New. Header file for security.c
3838
3839 2004-04-02  Dick Porter  <dick@ximian.com>
3840
3841         * icall.c: Deleted the icalls that were obsoleted some time ago
3842         by the ICU string code, and which were mixed into the icall
3843         rearranging.  Fixes bug 55969.
3844
3845         * string-icalls.h: 
3846         * string-icalls.c: Deleted the code that those icalls reference.
3847
3848 2004-04-01  Martin Baulig  <martin@ximian.com>
3849
3850         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
3851
3852         * class.c (mono_class_from_generic_parameter): Don't set 
3853         TYPE_ATTRIBUTE_INTERFACE.
3854         (my_mono_class_from_generic_parameter): Likewise.
3855
3856 2004-04-01  Martin Baulig  <martin@ximian.com>
3857
3858         * loader.c (find_method): Added an optional `MonoClass *ic'
3859         argument to search in a specific interface.
3860         (mono_get_method_constrained): New public function.
3861
3862 2004-04-01  Martin Baulig  <martin@ximian.com>
3863
3864         * reflection.c (mono_image_get_generic_field_token): Use the
3865         `handleref' cache here.
3866
3867 2004-04-01  Martin Baulig  <martin@ximian.com>
3868
3869         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
3870
3871         * reflection.c (create_generic_typespec): Use the `typespec' hash
3872         here, not the `typeref' one.    
3873
3874 2004-04-01  Martin Baulig  <martin@ximian.com>
3875
3876         * class.c (mono_class_inflate_generic_type): Moved the
3877         functionality into a new static inflate_generic_type() which
3878         returns NULL if it didn't do anything.  Only increment the
3879         `mono_stats.inflated_type_count' if we actually inflated
3880         something.
3881         (mono_class_get_full): Check the classes type to see whether we
3882         need to inflate it; also inflate MONO_TYPE_(M)VAR.
3883
3884 2004-04-01  Jackson Harper  <jackson@ximian.com>
3885
3886         * reflection.c: Set culture for assembly references.
3887         
3888 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
3889
3890         * reflection.[ch], icall.[ch], Fix support for pinning variables.
3891
3892 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3893
3894         * assembly.c:
3895         (do_mono_assembly_open): the critical section also covers
3896         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
3897
3898 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3899
3900         * threads.c:
3901         (mono_manage_threads): abort the background threads when finishing.
3902         Fixes bug #47232.
3903
3904 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3905
3906         * gc.c: only close the done_event handle if there was no timeout.
3907         C-ified comments.
3908
3909 2004-03-30  Martin Baulig  <martin@ximian.com>
3910
3911         * icall.c (icall_entries): It's called "System.Activator", not
3912         "System.Activation".    
3913
3914 2004-03-30  Martin Baulig  <martin@ximian.com>
3915
3916         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
3917         (mono_class_create_from_typespec): Likewise.
3918
3919 2004-03-30  Martin Baulig  <martin@ximian.com>
3920
3921         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
3922         `has_ctor_constraint' and `initialized'.
3923
3924 2004-03-30  Martin Baulig  <martin@ximian.com>
3925
3926         * reflection.c (encode_new_constraint): New static function to add
3927         the constructor constraint attribute to a type parameter.
3928         (encode_constraints): Call encode_new_constraint() if necessary.
3929
3930         * reflection.h
3931         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
3932
3933         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
3934         
3935 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
3936
3937         * reflection.c, icall.c: add support for pinning variables. 
3938
3939 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
3940
3941         * marshal.c (mono_marshal_get_managed_wrapper):
3942         init bool local with zero rather than null.
3943
3944 2004-03-29  Martin Baulig  <martin@ximian.com>
3945
3946         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
3947         the "official" behavior here.
3948         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
3949
3950 2004-03-29  Martin Baulig  <martin@ximian.com>
3951
3952         * icall.c: Reflect latest API changes.
3953
3954 2004-03-29  Martin Baulig  <martin@ximian.com>
3955
3956         * loader.c (mono_get_method_from_token): Also call
3957         mono_metadata_load_generic_params () for abstract and interface
3958         methods; replace the type arguments in the method signature with
3959         the ones which are loaded from the metadata.
3960
3961 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
3962
3963         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
3964         of the lock is not the current thread. MS.NET don't do it, in spite of
3965         what the documentation says. See bug #56157.
3966
3967 2004-03-28  Martin Baulig  <martin@ximian.com>
3968
3969         * class.c (mono_class_init): Don't call init_properties() and
3970         init_events() for generic instances; set `prop->parent' when
3971         inflating properties.
3972
3973         * reflection.c (mono_generic_inst_get_object): Call
3974         `mono_class_init (ginst->klass)'.
3975         (mono_type_get_object): Only create a MonoGenericInst if your
3976         generic type is a TypeBuilder.
3977         (do_mono_reflection_bind_generic_parameters): Only set
3978         `ginst->is_dynamic' if our generic type is a TypeBuilder.
3979
3980 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
3981
3982         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
3983         Fixes #56091.
3984
3985 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3986
3987         * icall.c: added Kill_internal icall.
3988         * process.[ch]: added Kill_internal icall.
3989
3990 2004-03-25  Martin Baulig  <martin@ximian.com>
3991
3992         * class.h (MonoStats): Added `generic_instance_count',
3993         `inflated_method_count', `inflated_type_count' and
3994         `generics_metadata_size'.       
3995
3996 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3997
3998         * reflection.c: no warnings now.
3999
4000 2004-03-25  Martin Baulig  <martin@ximian.com>
4001
4002         * class.c (mono_class_get_full): New public function; does a
4003         mono_class_get(), but also takes a `MonoGenericContext *'.
4004
4005         * loader.c (mono_field_from_memberref): Renamed to
4006         `field_from_memberref', made static and added `MonoGenericContext *'
4007         argument.
4008         (mono_field_from_token): Added `MonoGenericInst *' argument.
4009         (method_from_memberef): Likewise.
4010         (mono_get_method_from_token): Likewise.
4011         (mono_get_method_full): New public function; does a
4012         mono_get_method(), but also takes a `MonoGenericContext *'.
4013
4014         * verify.c (mono_method_verify): Get the method's generic context
4015         and pass it to mono_field_from_token(), mono_get_method_full() and
4016         mono_class_get_full().
4017
4018 2004-03-25  Martin Baulig  <martin@ximian.com>
4019
4020         * class.c (mono_class_inflate_generic_type): Take a
4021         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
4022         `MonoGenericMethod *'.
4023
4024 2004-03-25  Martin Baulig  <martin@ximian.com>
4025
4026         * loader.h (MonoMethodInflated): Store the MonoGenericContext
4027         instead of the MonoGenericMethod here.
4028
4029 2004-03-25  Martin Baulig  <martin@ximian.com>
4030
4031         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
4032         each time we create a new MonoGenericInst, we also create a new
4033         context which points back to us.
4034
4035         * class.c (inflate_method): Use `ginst->context' instead of
4036         creating a new context.
4037
4038         * loader.c (method_from_memberref): Use
4039         `klass->generic_inst->context' instead of creating a new context.
4040
4041 2004-03-25  Martin Baulig  <martin@ximian.com>
4042
4043         * class.h (MonoGenericContext): New struct.
4044         (MonoGenericMethod): Removed `generic_inst'.
4045
4046         * class.c (mono_class_inflate_generic_method): Take a
4047         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
4048
4049 2004-03-25  Martin Baulig  <martin@ximian.com>
4050
4051         * loader.h (MonoMethodInflated): New typedef.
4052
4053         * metadata.h (MonoMethodSignature): Removed `gen_method', make
4054         `generic_param_count' consume just 30 bits, added `is_inflated'
4055         and `has_type_parameters' flags (one bit each).
4056
4057         * class.c (mono_class_inflate_generic_method): Create a
4058         MonoMethodInflated instead of a MonoMethodNormal and set
4059         `is_inflated' in the method signature.
4060
4061         * class.h (MonoGenericMethod): Removed `generic_method'.
4062
4063 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
4064
4065         * image.c: Make sure the name of a MonoImage is always an absolute path.
4066           This fixes bug #54415.
4067
4068 2004-03-24  Martin Baulig  <martin@ximian.com>
4069
4070         * class.c (mono_class_setup_vtable): If we're a generic instance,
4071         use our generic type's vtable size.
4072
4073 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
4074
4075         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
4076         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
4077         problems.
4078
4079 2004-03-23  Martin Baulig  <martin@ximian.com>
4080
4081         * class.h (MonoDynamicGenericInst): Added `int count_events' and
4082         `MonoEvent *events'.
4083
4084         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
4085         (typebuilder_icalls): Added "get_event_info"; calls
4086         mono_reflection_event_builder_get_event_info(). 
4087
4088         * reflection.c (mono_reflection_generic_inst_initialize): Added
4089         `MonoArray *events'.
4090         (mono_reflection_event_builder_get_event_info): New function.
4091
4092 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
4093
4094         * object.h: add mono_type_initialization_init
4095
4096         * object.c (mono_runtime_class_init): 
4097         implement class constructor synchronization rules
4098         to cope with threading issues.  
4099         add mono_type_initialization_init
4100
4101         * appdomain.c (mono_runtime_init): call 
4102         mono_type_initialization_init
4103
4104         * class.h: removing initializing field from MonoVTable
4105
4106 2004-03-23  Martin Baulig  <martin@ximian.com>
4107
4108         * class.c (my_mono_class_from_generic_parameter): Use
4109         `param->name' if it's not NULL. 
4110
4111 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
4112
4113         * class.c: do not insert non-virtual methods in the vtable.
4114         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
4115         that means the method is non-virtual. This never would have
4116         happened before.
4117
4118 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
4119
4120         * profiler.c: Added lock for accessing coverage_hash.
4121
4122 2004-03-22  Martin Baulig  <martin@ximian.com>
4123
4124         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
4125         `method->method->signature->generic_param_count != 0' to make it
4126         work for interface methods.
4127
4128 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4129
4130         * process.c: quote the string passed to the shell using g_shell_quote.
4131
4132 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4133
4134         * threads.c:
4135         (mono_threads_manage): don't remove the finalizer thread and self
4136         from the threads hash table so that mono_thread_manage can be called
4137         more than once.
4138
4139 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4140
4141         * process.c: quote the arguments when UseShellExecute is true. Fixes
4142         bug #55790.
4143
4144 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4145
4146         * threads.c: set mono_thread_detach as a cleanup routine for every
4147         thread. This way it's always executed upon thread termination, either
4148         aborted or finished normally. No more xsp hangs!
4149
4150 2004-03-17  Martin Baulig  <martin@ximian.com>
4151
4152         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
4153         `int count_nested' and a `MonoType **nested'.
4154
4155         * reflection.c (mono_reflection_bind_generic_parameters): Moved
4156         most of the functionality into a new static
4157         do_mono_reflection_bind_generic_parameters() and don't take a
4158         `MonoType *nested_in' argument any more.  Don't compute nested
4159         types here.
4160         (mono_reflection_generic_inst_get_nested_types): New public method
4161         to get nested types.
4162
4163         * class.c (mono_class_create_generic): Set `klass->nested_in' if
4164         we're a nested class.
4165
4166         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
4167         mono_reflection_generic_inst_get_nested_types() to compute the
4168         nested types.
4169
4170 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4171
4172         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
4173         descriptive error message under windows.
4174         
4175 2004-03-17  Martin Baulig  <martin@ximian.com>
4176
4177         * class.c (dup_type): Added `const MonoType *original' argument;
4178         copy the attrs from the original type.
4179
4180 2004-03-17  Martin Baulig  <martin@ximian.com>
4181
4182         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
4183         `m->generic_inst_cache' here.
4184
4185 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4186
4187         * exception.h exception.c: Add stack_overflow_exception.
4188
4189 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4190
4191         * threadpool.c:
4192         (overlapped_callback): call SetEvent *after* invoking the callback.
4193         No need to call CloseHandle.
4194
4195 2004-03-16  Martin Baulig  <martin@ximian.com>
4196
4197         * reflection.c (mono_image_get_fieldref_token): Take a
4198         `MonoReflectionField *' instead of a `MonoClassField *' and a
4199         `MonoClass *'; store the `MonoReflectionField *' in the hash.
4200
4201 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4202
4203         * appdomain.c: don't add the culture to the filename we're looking for
4204         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
4205
4206 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4207
4208         * locales.c: don't ignore symbols when doing case insensitive compares.
4209         Thanks Dick! Fixes bug #54046.
4210
4211         * threads.c: surround 'threads' usage with enter/leave in
4212         mono_thread_manage.
4213
4214 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
4215
4216         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
4217         implicitly marshalled as [Out]. Fixes #55450.
4218
4219         (mono_marshal_get_runtime_invoke): Zero out the result if there is
4220         an exception.
4221
4222 2004-03-16  Martin Baulig  <martin@ximian.com>
4223
4224         * class.c (mono_class_from_generic_parameter): Use the actual
4225         parameter name. 
4226
4227 2004-03-16  Martin Baulig  <martin@ximian.com>
4228
4229         * reflection.c (type_get_signature_size): New static function.
4230         Compues the size of the type in a method signature.
4231         (method_get_signature_size): New static function; calls
4232         type_get_signature_size() to compute the actual size of the
4233         method's signature.
4234         (method_encode_signature): Use method_get_signature_size() to get
4235         the signature's size rather than using `nparams * 10'.
4236
4237 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4238
4239         * file-io.h: define here WapiOverlapped on windows. I don't want the
4240         regular OVERLAPPED one.
4241
4242         * file-io.c:
4243         * threadpool.c: somehow, BindIoCompletionCallback is not found.
4244         Disabling AIO on windows.
4245
4246 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4247
4248         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
4249         bug #55385.
4250
4251 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4252
4253         * appdomain.c: upgraded corlib version.
4254
4255         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
4256         and BeginWrite. Allow opening files for asynchrnous operations.
4257
4258         * file-io.h: new struct that maps FileStreamAsyncResult.
4259         * icall.c: added new icalls.
4260         * process.[ch]: support setting child process environment variables
4261         and use the SHELL or COMSPEC when UseShellExecute is true.
4262
4263         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
4264         callback for async. IO is here and also BindHandle.
4265
4266         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
4267         from here.
4268
4269 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
4270
4271         * reflection.c (create_custom_attr): Allow len == 0.
4272
4273         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
4274         computation on big-endian machines.
4275
4276 2004-03-13  Martin Baulig  <martin@ximian.com>
4277
4278         * class.h (MonoGenericInst): Added `int count_ifaces'.
4279
4280         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
4281         `ginst->count_ifaces' instead `klass->interface_count' since we
4282         may get called before the vtable is created.
4283
4284         * loader.c (mono_method_get_param_names): If we're a generic
4285         instance, return and don't initialize the class.
4286
4287         * reflection.c (mono_reflection_setup_generic_class): Don't call
4288         ensure_runtime_vtable().
4289         (mono_reflection_bind_generic_parameters): Set
4290         `ginst->count_ifaces'.
4291
4292 2004-03-11  Jackson Harper <jackson@ximian.com>
4293
4294         * icall.c:
4295         * unicode.c:
4296         * unicode.h: Remove unused System.Char icalls.
4297         
4298 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
4299
4300         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
4301         code when we P/Invoke the first library in Windows.Forms, instead
4302         of when we first open the assembly.
4303
4304         * assembly.c: Drop the lookup from here.
4305
4306 2004-03-10  Martin Baulig  <martin@ximian.com>
4307
4308         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
4309         class for properties, fields and events.  Finally fixes #54945.
4310
4311 2004-03-10  Martin Baulig  <martin@ximian.com>
4312
4313         * metadata.c (mono_metadata_class_equal): New static function;
4314         checks whether two generic instances or two generic parameters are
4315         equal.
4316         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
4317         compare classes.        
4318
4319 2004-03-10  Martin Baulig  <martin@ximian.com>
4320
4321         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
4322
4323         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
4324         argument and write it into the `reflection_info' field.
4325
4326         * icall.c
4327         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
4328         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
4329
4330 2004-03-09  Jackson Harper  <jackson@ximian.com>
4331
4332         * char-conversions.h: use 8 bits for numeric data its all we need
4333         * icall.c: numeric data is only 8 bits now.
4334
4335 2004-03-09  Martin Baulig  <martin@ximian.com>
4336
4337         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
4338
4339         * class.c (init_properties, init_events): Initialize the new
4340         `parent' field.
4341
4342         * reflection.c (typebuilder_setup_properties): Likewise.
4343         (typebuilder_setup_events): Likewise.
4344
4345         * reflection.h (MonoEventInfo): Replaced `parent with
4346         `declaring_type' and `reflected_type'.
4347
4348         * icall.c (ves_icall_get_property_info): Distinguish between
4349         declaring and reflected type.
4350         (ves_icall_get_event_info): Likewise.
4351
4352 2004-03-09  Martin Baulig  <martin@ximian.com>
4353
4354         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
4355         (ves_icall_Type_GetField): Correctly set field->klass.
4356
4357 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
4358
4359         * loader.h: Fix warning.
4360
4361 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
4362
4363         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
4364         library routine if present.  Notice that it will still continue
4365         executing even if its missing, for those working on the Gtk#
4366         edition of Windows.Forms.
4367
4368         * assembly.c (do_mono_assembly_open): If loading the
4369         System.Windows.Forms call mono_loader_wini_init.
4370
4371 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
4372
4373         * class.h: Added MonoRemoteClass struct.
4374         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
4375         function for MonoStrings.
4376         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
4377         Added internal call for getting the proxy type.
4378         * marshal.c: Get the type of transparent proxies from its remote_class.
4379         Added methods that generate the IL for type checks and casts:
4380         mono_marshal_get_isinst, mono_marshal_get_castclass, 
4381         mono_marshal_get_proxy_cancast.
4382         * marshal.h: Declaration of the previous new methods.
4383         * object.c: Added new moethods for creating and updating MonoRemoteClass
4384         instances: mono_remote_class, mono_upgrade_remote_class, 
4385         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
4386         * verify.c: FIx transparent_proxy_fields layout.
4387         * appdomain.c: Bump corlib version.
4388
4389 2004-03-04  Jackson Harper  <jackson@ximian.com>
4390
4391         * icall.c: Add icall to access char conversion tables.
4392         * char-conversions.h: Character conversion tables.
4393         * Makefile.am: Add char-conversions.h private header file.
4394         
4395 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
4396
4397         * appdomain.c (unload_thread_main): Increase unloading timeout to
4398         10 sec as a temporary workaround for Nant problems.
4399
4400 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
4401
4402         * gc.c: Add checks for GC_enable and GC_disable.
4403
4404         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
4405         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
4406         (bug #54988).
4407         
4408 2004-02-27  Martin Baulig  <martin@ximian.com>
4409
4410         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4411         `MonoReflectionType *' instead of a `MonoType *'.
4412
4413 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
4414
4415         * gc.c (run_finalize): Avoid finalizing the object representing the
4416         finalizer thread.
4417         (finalizer_thread): Fix warning.
4418
4419 2004-02-25  Martin Baulig  <martin@ximian.com>
4420
4421         * class.c (_mono_class_get_instantiation_name): Added `int offset'
4422         argument for nested types.
4423         (mono_class_create_generic): Added support for nested generictypes.
4424
4425         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
4426         `GList *nested'.
4427
4428         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
4429
4430         * reflection.c (method_encode_signature): Increase the minimum
4431         value of `size' from 10 to 11.
4432         (mono_reflection_bind_generic_parameters): Take `int type_argc'
4433         and `MonoType **types' arguments instead of the `MonoArray
4434         *types'; added `MonoType *nested_in'.  Recursively instantiate
4435         nested classes. 
4436
4437 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
4438
4439         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
4440         stack_overflow_ex members which are used by exception handling.
4441
4442         * appdomain.c (mono_runtime_init): Initialize the new members.
4443
4444         * gc.c (mono_gc_enable): New helper function.
4445         * gc.c (mono_gc_disable): New helper function.
4446
4447 2004-02-23  Martin Baulig  <martin@ximian.com>
4448
4449         * icall.c: I must have been really stupid - make it actually work
4450         this time ;-)
4451
4452 2004-02-23  Martin Baulig  <martin@ximian.com>
4453
4454         * loader.c (method_from_memberref): Only inflate the method if
4455         it's in another klass.
4456
4457 2004-02-23  Martin Baulig  <martin@ximian.com>
4458
4459         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
4460         (mono_class_init): If we're a generic instance and an interface,
4461         compute `class->interface_id'; also create `class->interfaces'
4462         here and inflate them.
4463
4464         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
4465         `ginst->is_open'.
4466         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
4467
4468         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
4469
4470 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
4471
4472         * reflection.c (method_encode_code): Improved the error message
4473         generated by the exception.
4474
4475 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4476
4477         * icall.c: Martin did not do what he said in the ChangeLog for
4478         2004-02-18, but put back the changes for properties and events.
4479         Commenting those changes out again and adding comment to bug #54518.
4480         
4481         * process.c: removed warning.
4482
4483 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
4484
4485         * marshal.c (emit_struct_conv): Print an error message instead of
4486         asserting when a type does not have the StructLayout attribute.
4487
4488 2004-02-20  Martin Baulig  <martin@ximian.com>
4489
4490         * reflection.c (mono_type_get_object): Also use the cache for
4491         generic instances.
4492         (mono_reflection_bind_generic_parameters): Always compute
4493         `ginst->ifaces'.        
4494
4495 2004-02-20  Martin Baulig  <martin@ximian.com>
4496
4497         * class.h (MonoGenericMethod): Removed `klass'.
4498
4499         * class.c (mono_class_inflate_generic_method): Added `MonoClass
4500         *klass' argument.
4501
4502 2004-02-20  Martin Baulig  <martin@ximian.com>
4503
4504         * reflection.c (method_encode_methodspec): Actually use the
4505         uninflated signature for the memberref.
4506
4507 2004-02-20  Martin Baulig  <martin@ximian.com>
4508
4509         * class.h (MonoGenericMethod): Removed `declaring'.
4510
4511         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
4512         is NULL, compute it here.
4513
4514 2004-02-20  Martin Baulig  <martin@ximian.com>
4515
4516         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
4517
4518         * metadata.c (mono_metadata_generic_inst_hash): New method.
4519         (mono_metadata_generic_inst_equal): New method.
4520
4521         * reflection.c (mono_reflection_bind_generic_parameters): Use the
4522         `klass->image->generic_inst_cache' cache to avoid creating
4523         duplicate MonoGenericInst's.
4524
4525         * class.c (mono_class_inflate_generic_type): Use the cache.
4526
4527 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
4528
4529         * object.c: fixed gc descriptor calculation for embedded valuetypes.
4530
4531 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4532
4533         * icall.c: added Socket.WSAIoctl icall.
4534
4535         * socket-io.[ch]: implemented
4536         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
4537
4538 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
4539
4540         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
4541
4542 2004-02-18  Urs C Muff  <umuff@quark.com>
4543
4544         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
4545         this work on PPC and other big-endian architectures.
4546
4547         * debug-mono-symfile.h: Prepended the names of all the `guint32'
4548         fields with an underscore to make sure they're only accessed by
4549         the read32() macro.
4550
4551 2004-02-18  Martin Baulig  <martin@ximian.com>
4552
4553         * icall.c: Put the klass->refclass changes back for methods and
4554         fields, but not for properties and events.  We're currently not
4555         distinguishing between DeclaringType and ReflectedType for
4556         properties and events, that's what caused the regressions.
4557
4558 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4559
4560         * object.c:
4561         (mono_async_result_new): the handle can be NULL.
4562
4563         * threadpool.c: Use an event instead of a semaphore, don't initialize
4564         it until needed. This saves quite a few semaphores from being created
4565         when using the threadpool.
4566
4567 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
4568
4569         * object.c (mono_string_is_interned_lookup): Fix interning of long
4570         strings. Fixes #54473.
4571
4572         * domain.c (ldstr_equal): Optimize if the two strings are equal.
4573
4574         * icall.c: Revert the klass->refclass changes since they introduce
4575         regressions (bug #54518).
4576
4577 2004-02-18  Martin Baulig  <martin@ximian.com>
4578
4579         * class.c (mono_class_init): If we're a generic instance and don't
4580         come from a TypeBuilder, inflate our members here.
4581         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
4582         (mono_class_create_generic): New public method.
4583         (mono_class_initialize_generic): Removed.
4584         (get_instantiation_name): Renamed to
4585         _mono_class_get_instantiation_name() and made it public.
4586
4587 2004-02-18  Martin Baulig  <martin@ximian.com>
4588
4589         * class.c (mono_class_inflate_generic_type): Clear the new
4590         instance's `nginst->klass' when inflating a generic instance.
4591         (mono_class_is_subclass_of): Added (basic) support for generic
4592         instances.
4593
4594 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
4595
4596         * appdomain.h, domain.c: use a MonoCodeManager instead of a
4597         MonoMempool to hold compiled native code.
4598
4599 2004-02-17  Martin Baulig  <martin@ximian.com>
4600
4601         * class.h (MonoDynamicGenericInst): Added `count_properties' and
4602         `properties'.
4603
4604         * reflection.c (mono_reflection_generic_inst_initialize): Added
4605         `MonoArray *properties' argument.
4606
4607         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
4608
4609 2004-02-17  Martin Baulig  <martin@ximian.com>
4610
4611         * icall.c (ves_icall_Type_GetFields): Renamed to
4612         ves_icall_Type_GetFields_internal() and added a
4613         `MonoReflectionType *rtype' argument; pass it to
4614         mono_field_get_object() to set the field's "reflected" type.
4615         (ves_icall_Type_GetConstructors): Likewise.
4616         (ves_icall_Type_GetEvents): Likewise.
4617         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
4618         argument; pass it to mono_method_get_object() to set the method's
4619         "reflected" type.       
4620
4621 2004-02-17  Martin Baulig  <martin@ximian.com>
4622
4623         * class.h (MonoDynamicGenericInst): New type.
4624         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
4625
4626         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
4627         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
4628         (ves_icall_MonoGenericInst_GetFields): New interncall.
4629
4630         * class.c (mono_class_from_generic): Don't call
4631         mono_class_initialize_generic() if this is a dynamic instance;
4632         ie. it's being created from a TypeBuilder.
4633         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
4634         `class->byval_arg.type'.
4635
4636         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
4637         to `inflate_method' and made static.
4638         (mono_reflection_inflate_field): Removed.
4639         (mono_reflection_generic_inst_initialize): New public method.
4640
4641         * reflection.h (MonoReflectionGenericInst): Removed `methods',
4642         `ctors' and `fields'; added `initialized'.
4643
4644 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
4645
4646         * debug-helpers.c (mono_method_full_name): Fix output for empty
4647         namespaces.
4648
4649 2004-02-12  Martin Baulig  <martin@ximian.com>
4650
4651         * class.h (MonoClassField): Added `MonoType *generic_type'.
4652
4653         * reflection.c (mono_image_get_fieldref_token): Added support for
4654         instantiated generic types.
4655         (field_encode_inflated_field): Removed.
4656         (mono_image_get_inflated_field_token): Removed.
4657         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
4658
4659         * reflection.h (MonoReflectionInflatedField): Removed.
4660
4661 2004-02-12  Martin Baulig  <martin@ximian.com>
4662
4663         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
4664         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
4665
4666         * reflection.c (mono_image_get_methodspec_token): Take a
4667         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
4668         (mono_image_create_token): Check whether we have a
4669         `method->signature->gen_method' and call
4670         mono_image_get_methodspec_token() if appropriate.
4671         (inflated_method_get_object): Removed.
4672         (mono_reflection_bind_generic_method_parameters): Return a
4673         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
4674         (mono_reflection_inflate_method_or_ctor): Likewise.
4675
4676         * reflection.h (MonoReflectionInflatedMethod): Removed.
4677
4678 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
4679
4680         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
4681         for custom valuetype marshalling.
4682
4683         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
4684
4685 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4686
4687         * icall.c: fixed WSAGetLastError_internal name.
4688
4689 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
4690
4691         * threads.c (mono_thread_attach): Allow this to be called multiple
4692         times for a thread.
4693         
4694         * threads.c (build_wait_tids): Do not wait for ourselves.
4695
4696         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
4697         appdomain list is empty.
4698
4699         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
4700         memory returned by mono_string_builder_to_utf16, since it points into
4701         managed memory. Thanks to Bernie Solomon for noticing this.
4702
4703         * icall.c: Add AppDomainSetup icalls.
4704
4705         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
4706
4707         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
4708         types.
4709
4710         * reflection.c (reflection_methodbuilder_to_mono_method): Save
4711         custom attributes to the method_aux struct. Also fix array indexes etc.
4712
4713         * loader.c (mono_method_get_param_names): Make dynamic case work again.
4714         
4715 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
4716
4717         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
4718         (both static and runtime) and reduce startup time.
4719
4720 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
4721
4722         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
4723         AsAny marshalling conversion instead of crashing.
4724
4725         * marshal.c: Fix warnings.
4726
4727 2004-02-09  Martin Baulig  <martin@ximian.com>
4728
4729         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
4730
4731         * reflection.h (MonoReflectionInflatedMethod): Removed the
4732         `declaring' field, it's now in the unmanaged MonoGenericMethod.
4733
4734         * reflection.c (method_encode_methodspec): Removed the `method'
4735         argument; we get it from `gmethod->declaring'.
4736         (inflated_method_get_object): Removed the `declaring' argument.
4737
4738 2004-02-09  Martin Baulig  <martin@ximian.com>
4739
4740         * class.h (MonoGenericMethod): New type.
4741         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
4742         `generic_method'.
4743
4744         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
4745         a `MonoGenericMethod *gen_method' one.
4746
4747         * class.c (mono_class_inflate_generic_type): Take an additional
4748         `MonoGenericMethod * argument.  This is only non-NULL if we're
4749         inflating types for a generic method.   
4750         (mono_class_inflate_generic_signature): Renamed to
4751         inflate_generic_signature() and made static; take a
4752         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
4753         (inflate_generic_header): Take a `MonoGenericMethod *' argument
4754         instead of a `MonoGenericInst *' one.
4755         (mono_class_inflate_generic_method): Likewise.
4756
4757         * reflection.c (encode_generic_method_sig): Take a
4758         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
4759         (method_encode_methodspec): Likewise.
4760         (inflated_method_get_object): Likewise. 
4761
4762         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
4763         field with a `MonoGenericMethod *gmethod' one.  
4764
4765 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
4766
4767         * class.h (mono_class_has_parent): add parens to expansion
4768         so you can ! this.
4769
4770 2004-02-08  Martin Baulig  <martin@ximian.com>
4771
4772         * image.h (MonoImage): Removed `generics_cache'.
4773
4774         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
4775         instead of a `MonoType *' argument; removed the `inflate_methods'
4776         argument.  Don't inflate methods here.
4777
4778         * loader.c (find_method): If it's a generic instance, call
4779         mono_class_init() on the `sclass->generic_inst->generic_type'.
4780
4781         * metadata.c (mono_type_size): Make this work on uninitialized
4782         generic instances; call it on the `ginst->generic_type's class.
4783
4784         * reflection.c (mono_reflection_bind_generic_parameters): Call
4785         mono_class_from_generic() to create the `ginst->klass'.
4786
4787 2004-02-08  Martin Baulig  <martin@ximian.com>
4788
4789         * class.h (MonoClass): Changed type of `generic_inst' from
4790         `MonoType *' to `MonoGenericInst *'.
4791
4792 2004-02-08  Martin Baulig  <martin@ximian.com>
4793
4794         * icall.c (ves_icall_Type_BindGenericParameters): Just call
4795         mono_type_get_object(), this is now creating a `MonoGenericInst'
4796         for MONO_TYPE_GENERICINST.
4797         (ves_icall_MonoGenericInst_GetParentType): Likewise.
4798         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
4799
4800         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
4801         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
4802         (inflated_method_get_object): Added `MonoClass *refclass' argument.
4803         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
4804         and reflected type.
4805
4806         * reflection.h (MonoReflectionInflatedMethod): Removed
4807         `declaring_type' and `reflected_type'.
4808
4809 2004-02-08  Martin Baulig  <martin@ximian.com>
4810
4811         * class.h (MonoGenericInst): Added `MonoType *parent' and
4812         `MonoType **ifaces'.
4813
4814         * reflection.h (MonoReflectionGenericInst): Removed `klass',
4815         `parent' and `interfaces'.
4816
4817         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4818         `MonoType *' argument and return a `MonoType *'.
4819
4820         * icall.c
4821         (ves_icall_MonoGenericInst_GetParentType): New interncall.
4822         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
4823
4824 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
4825
4826         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
4827         valuetype marshalling.
4828
4829 2004-02-06  Martin Baulig  <martin@ximian.com>
4830
4831         * class.c
4832         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
4833         (my_mono_class_from_generic_parameter): Likewise.
4834
4835 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
4836
4837         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
4838         contents of the symbol files lazily.
4839
4840         * object.h (MonoThread): Add 'name' and 'name_len' fields.
4841
4842         * threads.h threads.c icall.c: New icalls for getting and setting the
4843         threads name.
4844
4845 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
4846
4847         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
4848         Raise an exception when the domain is not found.
4849
4850 2004-02-03  Martin Baulig  <martin@ximian.com>
4851
4852         * reflection.c (mono_image_get_methodspec_token): Use the
4853         uninflated signature; fixes gen-33.
4854
4855 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
4856
4857         * gc.c threads.c: Make the finalizer thread a normal managed thread so
4858         the finalizer code can use thread functionality.
4859
4860         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
4861         the finalizer thread.
4862
4863         * threads.c: Make some functions more robust.
4864
4865         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
4866
4867         * metadata.h: Add new marshalling conventions.
4868
4869         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
4870         stringbuilder marshalling. Fixes #53700.
4871
4872         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
4873
4874         * reflection.c (mono_image_get_type_info): Save declarative security
4875         info.
4876
4877         * reflection.c (mono_image_get_field_info): Handle uninitialized 
4878         unmanaged fields as well.
4879
4880         * appdomain.c: Bump corlib version.
4881
4882 2004-02-01  Martin Baulig  <martin@ximian.com>
4883
4884         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
4885         method type arguments.  
4886
4887 2004-01-30  Duncan Mak  <duncan@ximian.com>
4888
4889         * marshal.h: Add prototype for
4890         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
4891         and
4892         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
4893         fix the build.
4894
4895 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
4896
4897         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
4898         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
4899
4900 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
4901
4902         * marshal.c (mono_marshal_get_native_wrapper): Add support for
4903         custom marshalling of valuetypes.
4904
4905         * marshal.c: Fix some warnings.
4906
4907 2004-01-29  Martin Baulig  <martin@ximian.com>
4908
4909         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
4910         for generic method parameters.
4911
4912         * reflection.c (method_encode_methodspec): Write the uninflated
4913         signature into the methodspec table.
4914         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
4915         is always the uninflated method.
4916         (reflection_methodbuilder_to_mono_method): Copy the generic
4917         parameters from the MethodBuilder into `header->gen_params'.
4918
4919 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
4920
4921         * class.c (mono_class_from_generic_parameter): Fix warning.
4922
4923 2004-01-27  Martin Baulig  <martin@ximian.com>
4924
4925         * class.c (mono_class_from_generic_parameter): Don't create
4926         `klass->methods' here.  
4927
4928 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
4929
4930         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
4931         extension since it does not work with libraries named lib<FOO>.dll.so.
4932
4933 2004-01-25  Martin Baulig  <martin@ximian.com>
4934
4935         * class.c (mono_class_inflate_generic_type): Added support for
4936         MONO_TYPE_GENERICINST.
4937
4938         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
4939         inflate methods on open constructed types.      
4940
4941 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4942
4943         * object.c: fire ProcessExit event in the root AppDomain after running
4944         Main. Fixes bug #53299.
4945
4946 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
4947
4948         * socket-io.c: include the new socket-wrappers.h header.
4949         Use the wrappers instead of the unix socket functions to make the code
4950         more clear.
4951
4952 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
4953
4954         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
4955
4956         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
4957         Fixes #22532.
4958
4959 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
4960
4961         * reflection.c (mono_image_create_pefile): Handle the case when the
4962         entry point is not a MethodBuilder.
4963
4964         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
4965         field to ReflectionMethod since it is not allways a builder.
4966
4967         * reflection.c (type_get_fully_qualified_name): New helper function to
4968         return the fully qualified name of a type.
4969
4970         * reflection.c (encode_marshal_blob): Always emit the fully qualified
4971         type name for custom marshallers.
4972
4973         * reflection.c (mono_marshal_spec_from_builder): Ditto.
4974
4975         * class.c (mono_class_setup_vtable): If a parent class already 
4976         implements an interface, use the implementing methods from that class.
4977         Fixes #53148.
4978
4979 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4980
4981         * threadpool.c: just return instead of ExitThread to allow for thread
4982         clean up earlier.
4983
4984 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
4985
4986         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
4987         when closing resource modules.
4988
4989         * reflection.c (mono_image_create_pefile): Handle the case when the
4990         entry point is not a MethodBuilder.
4991
4992         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
4993         field to ReflectionMethod since it is not allways a builder.
4994
4995 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
4996
4997         * marshal.c (mono_marshal_get_managed_wrapper): 
4998         mono_marshal_alloc takes native int so CONV_I
4999         the arg for 64bits.
5000
5001 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
5002
5003         * reflection.c (fixup_cattrs): New function to fixup the methoddef
5004         tokens in the cattr table. Fixes #53108.
5005
5006 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5007
5008         * loader.c: don't trim ".dll" before looking up in the config file.
5009         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
5010
5011 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
5012
5013         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
5014         Return the module which contains the resource as well.
5015         (ves_icall_System_Reflection_Module_Close): New icall.
5016
5017         * appdomain.c: Bump corlib version number.
5018
5019         * image.c (mono_image_addref): New public function.
5020
5021         * assembly.c: Call mono_image_addref.
5022
5023         * reflection.c (mono_module_get_object): Increase reference count of 
5024         the image.
5025
5026         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
5027         Fixes #22532.
5028
5029         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
5030         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
5031         proper exceptions on DllImport problems.
5032
5033 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
5034
5035         * class.c, metadata.c: eliminate CSIZE macro.
5036
5037 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
5038
5039         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
5040         * object.h: Added async_callback field in MonoAsyncResult.
5041         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
5042         * verify.c: Added async_callback in MonoAsyncResult layout.
5043
5044 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
5045
5046         * reflection.c (mono_reflection_get_custom_attrs): Add support
5047         for Modules.
5048
5049 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5050
5051         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
5052         marshalling.
5053         (mono_marshal_method_from_wrapper): Add null pointer check.
5054
5055 2004-01-16  Martin Baulig  <martin@ximian.com>
5056
5057         * debug-mono-symfile.h: Set version number to 36 and reflect
5058         latest symbol writer changes.
5059
5060 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5061
5062         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
5063         multi-dimensional arrays.
5064         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
5065         (mono_class_from_mono_type): Use bounded_array_class_get.
5066         
5067         * class.c (mono_bounded_array_class_get): New function which takes
5068         a 'bounded' bool argument to distinguish vectors from one dimensional
5069         arrays.
5070
5071         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
5072         bounded_array_class_get if the array has bounds.
5073
5074         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5075         Search modules loaded using AssemblyBuilder:AddModule as well.
5076
5077 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5078
5079         * appdomain.c: increased corlib version.
5080         * filewatcher.c: removed g_print.
5081         * icall.c:
5082         (get_property_info): only allocate what is actually requested.
5083         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
5084
5085 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5086
5087         * Makefile.am: added filewatcher.[ch]
5088         * filewatcher.[ch]: FileSystemWatcher runtime support.
5089         * icall.c: added new FSW icalls.
5090
5091 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
5092
5093         * string-icalls.c: fix stringbuilder regression as suggested by
5094         Iain McCoy <iain@mccoy.id.au>.
5095
5096 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
5097
5098         * process.c (process_read_stringtable_block): Recognize '007f' as
5099         a language neutral stringtable block.
5100
5101 2004-01-12  Patrik Torstensson
5102
5103         * object.h (MonoStringBuilder) : Changed layout to support our
5104         new stringbuilder class.
5105         * marshal.c: Change marshalling to support the new layout of 
5106         string builder.
5107         * appdomain.c: increased version number because new layout of
5108         string builder.
5109
5110 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
5111
5112         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
5113         assembly name as an string instead of an AssemblyName, since it is
5114         easier to extract info from it.
5115
5116         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
5117         the culture subdirectories too. Fixes #52231.
5118
5119 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5120
5121         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
5122         It takes 2 new parameters with an optional name for the method to look
5123         for and case ignoring info.
5124
5125         * threadpool.c: removed unused variable.
5126
5127 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5128
5129         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
5130         It takes 2 new parameters with an optional name for the property to look
5131         for and case ignoring info.
5132         Fixes bug #52753.
5133
5134 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
5135
5136         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
5137         Fix #52451.
5138
5139 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5140
5141         * appdomain.c:
5142         * assembly.c: escape the uri before passing it to g_filename_from_uri.
5143         Fixes bug #52630.
5144
5145 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
5146
5147         * reflection.c: Add support for more than one unmanaged resource.
5148
5149         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
5150         in field->def_value, as done in all other cases.
5151
5152         * reflection.c (mono_reflection_get_custom_attrs): Add support for
5153         TypeBuilders.
5154
5155         * reflection.c (mono_reflection_create_runtime_class): Remove 
5156         errorneous assignment to klass->element_class, since it is already
5157         done in mono_reflection_setup_internal_class.
5158
5159 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5160
5161         * gc.c: added missing LeaveCriticalSection.
5162         * icall.c: indented a couple of lines.
5163         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
5164         if we call EndInvoke inside a callback. Fixes bug #52601.
5165
5166 2004-01-07  Martin Baulig  <martin@ximian.com>
5167
5168         * mono-debug-debugger.h
5169         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
5170
5171 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
5172
5173         * appdomain.c: Use messages in NotImplementedException.
5174
5175         * exception.c (mono_get_exception_not_implemented): Now this takes
5176         a message argument.
5177
5178         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
5179         exception instead of g_asserting an aborting when something is not
5180         implemented.
5181
5182         Add some inline docs.
5183
5184 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
5185
5186         * reflection.h: Update after changes to object layout.
5187
5188         * reflection.c: Implement saving of unmanaged aka win32 resources.
5189
5190         * appdomain.c: Bump version number.
5191
5192         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
5193         Handle missing domains gracefully.
5194
5195 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
5196
5197         * file-io.c : On Windows, there are much more invalid_path_chars.
5198
5199 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
5200
5201         * class.h, object.c: prepare for GetType () speedup.
5202
5203 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
5204
5205         * profiler.c: workaround for --profile null reference exception on
5206           cygwin. Patch by Patrik Torstensson.
5207
5208 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
5209
5210         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
5211         make work for unaligned access.
5212
5213 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
5214
5215         * class.c: small cleanup (class->fields [i] -> field).
5216         * image.c: check address of metadata is valid.
5217
5218 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
5219
5220         * assembly.h assembly.c (mono_assembly_loaded): New public function to
5221         search the list of loaded assemblies.
5222
5223         * reflection.c (mono_reflection_type_from_name): Use 
5224         mono_assembly_loaded instead of mono_image_loaded.
5225
5226         * reflection.c: Fix warnings.
5227
5228 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
5229
5230         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
5231         is dynamic. This is needed since an assembly can contain both dynamic and
5232         non-dynamic images.
5233
5234         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
5235         assembly->dynamic.
5236
5237         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
5238
5239         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
5240         to store modules loaded using AddModule.
5241
5242         * reflection.c (mono_image_fill_file_table): Generalize this so it works
5243         on Modules.
5244
5245         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
5246
5247         * reflection.c (mono_image_fill_export_table_from_module): New function to
5248         fill out the EXPORTEDTYPES table from a module.
5249
5250         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
5251         into a separate function. Also handle loaded non-dynamic modules.
5252
5253         * reflection.c (mono_image_basic_init): Fix memory allocation.
5254
5255         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5256
5257         * assembly.c (mono_assembly_load_references): Make this public.
5258
5259 2003-12-19  Martin Baulig  <martin@ximian.com>
5260
5261         * class.c (mono_class_initialize_generic): Made this static, take
5262         a `MonoGenericInst *' instead of a `MonoClass *'.
5263         (mono_class_from_generic): Call mono_class_initialize_generic()
5264         unless we're already initialized or being called from
5265         do_mono_metadata_parse_generic_inst().
5266
5267         * class.h (MonoGenericInst): Added `initialized' and
5268         `init_pending' flags.
5269
5270         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
5271         `mono_class_init (gklass)' or mono_class_initialize_generic()
5272         here; set `generic_inst->init_pending' while parsing the
5273         `type_argv'.
5274
5275 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
5276
5277         * locales.c: include string.h for memxxx prototypes
5278
5279 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
5280
5281         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
5282         constructor when accessing literal fields.
5283
5284 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
5285
5286         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5287
5288         * reflection.c (assembly_add_resource_manifest): New function to fill
5289         the MANIFESTRESOURCE table.
5290
5291         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
5292
5293         * reflection.h: Update to changes in class layout.
5294
5295         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
5296         Reenable call to mono_runtime_is_shutting_down ().
5297
5298         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
5299         determine if the runtime is shutting down.
5300
5301 2003-12-16  Jackson Harper <jackson@ximian.com>
5302
5303         * icall.c: comment out call to mono_runtime_is_shutting_down to
5304         fix build.
5305         
5306 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
5307
5308         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
5309         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
5310
5311 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
5312
5313         * reflection.c: move definition of swap_with_size
5314         to before its first call
5315
5316 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
5317
5318         * appdomain.c (mono_runtime_is_shutting_down): New public function.
5319
5320         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
5321         icall.
5322
5323         * object.c: Fix warnings.
5324
5325         * icall.c (ves_icall_Type_Get...): Only consider inherited static
5326         members if FlattenHierarchy is set.
5327
5328         * reflection.c (mono_image_add_decl_security): New function to emit
5329         declarative security.
5330
5331         * reflection.h reflection.c: Add support for declarative security.
5332
5333         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5334         
5335 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
5336
5337         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5338         
5339         * appdomain.c verify.c: Moved corlib version checking into its own
5340         function in appdomain.c since it needs to create vtables etc.
5341
5342 2003-12-13  Patrik Torstensson <p@rxc.se>
5343
5344         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
5345         instead of unwrapped server.
5346
5347 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
5348
5349         * verify.c (check_corlib): Fix field index.
5350
5351 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
5352
5353         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
5354         GetGacPath icall.
5355
5356 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
5357
5358         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
5359         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
5360         cope with sizeof(size_t) != sizeof(guint32).
5361
5362 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5363
5364         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
5365         in case of failure.
5366
5367 2003-12-10  Mark Crichton <crichton@gimp.org>
5368
5369         * icall.c: removed the GetNonZeroBytes.  We now handle this case
5370         in managed code.
5371
5372         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
5373
5374 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
5375
5376         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
5377         marked as deleted.
5378
5379 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
5380
5381         * verify.c (check_corlib): Handle the case when the version field is 
5382         initialized by a static constructor.
5383
5384 2003-12-08  Patrik Torstensson  <p@rxc.se>
5385
5386     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
5387
5388 2003-12-08  Martin Baulig  <martin@ximian.com>
5389
5390         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
5391         a MonoReflectionGenericParameter, also take the parameter index
5392         and name as arguments.
5393         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
5394         (ves_icall_MonoGenericParam_initialize): New interncall.
5395         (ves_icall_Type_make_byref_type): New interncall.
5396
5397         * reflection.h (MonoReflectionGenericParam): Derive from
5398         MonoReflectionType, not just from MonoObject.  Added `refobj' and
5399         `index' fields.
5400
5401         * reflection.c (mono_reflection_define_generic_parameter): Create
5402         and return a new MonoReflectionGenericParam; don't initialize the
5403         constraints here.
5404         (mono_reflection_initialize_generic_parameter): New public method;
5405         initializes the constraints and creates the `param->pklass'.
5406
5407 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
5408
5409         * reflection.h reflection.c: Use the new fields 'num_types', 
5410         'num_fields' and 'num_methods' to track the number of types etc.
5411
5412         * verify.c (check_corlib): Check corlib version number.
5413
5414 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
5415
5416         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
5417         function works on all methods.
5418
5419 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
5420
5421         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
5422         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
5423         the custom_type_info flag of the transparent proxy.
5424         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
5425         objects that supports IRemotingTypeInfo.
5426         * object.h: Added custom_type_info field in transparent proxy.
5427
5428 2003-12-06  Martin Baulig  <martin@ximian.com>
5429
5430         * class.c (mono_class_create_from_generic): Removed.
5431         (mono_class_from_generic): Check `ginst->klass' before doing
5432         anything else.  This is important to fully support "recursive"
5433         generic types.
5434
5435         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
5436         empty `generic_inst->klass' before doing anything else.
5437
5438 2003-12-06  Dick Porter  <dick@ximian.com>
5439
5440         * verify.c: 
5441         * object.h:
5442         * icall.c:
5443         * locales.c: Use C structs to access class fields.  Don't do a
5444         conversion between MonoString and UChar because both are
5445         platform-endian UTF-16.  Compare now takes startindex and count
5446         parameters.  Add a char overload for IndexOf.  Speed up the
5447         invariant string IndexOf.
5448
5449 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
5450
5451         * Makefile.am (monosn_LDADD): Fix parallel build.
5452
5453 2003-12-04  Martin Baulig  <martin@ximian.com>
5454
5455         * icall.c
5456         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
5457         (ves_icall_Type_make_array_type): New interncall.       
5458
5459 2003-12-04  Martin Baulig  <martin@ximian.com>
5460
5461         * locales.c: also change it in the !HAVE_ICU case.
5462
5463 2003-12-04  Dick Porter  <dick@ximian.com>
5464
5465         * icall.c:
5466         * locales.c: construct_compareinfo is now in CompareInfo, not
5467         CultureInfo.
5468
5469 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
5470
5471         * image.c (mono_image_load_file_for_image): Cache loaded images in the
5472         image->files array.
5473
5474         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
5475         table as well.
5476
5477         * assembly.c (mono_assembly_load_references): Only load references
5478         once.
5479
5480         * class.c (mono_class_from_name): Avoid linear search of the 
5481         EXPORTEDTYPE table.
5482
5483         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
5484
5485 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
5486
5487         * image.h (MonoImage): Add 'field_cache' field.
5488
5489         * loader.c (mono_field_from_token): Cache field lookups.
5490         
5491         * reflection.c (mono_module_get_object): Fix name property.
5492
5493         * icall.c (ves_icall_get_enum_info): Update after changes to 
5494         mono_metadata_get_constant_index ().
5495
5496         * icall.c: Get rid of get_type_info icall, use a separate icall for
5497         each type property to avoid needless memory allocations. Fixes #51514.
5498
5499         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
5500         to avoid needless binary searches.
5501
5502         * class.c (class_compute_field_layout): Move the initialization of
5503         field->def_value to mono_class_vtable ().
5504
5505         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
5506         non-corlib types.
5507
5508         * object.c (mono_object_allocate): Make it inline.
5509
5510         * object.c (mono_object_allocate_spec): Make it inline.
5511         
5512 2003-12-02  Dick Porter  <dick@ximian.com>
5513
5514         * locales.c (create_NumberFormat): NumberFormatInfo construction.
5515         Patch by Mohammad DAMT (mdamt@cdl2000.com).
5516
5517 2003-12-01  Dick Porter  <dick@ximian.com>
5518
5519         * threads.c: Fix signature and call in CreateMutex and
5520         CreateEvent.
5521
5522 2003-12-01  Dick Porter  <dick@ximian.com>
5523
5524         * icall.c: 
5525         * locales.c: Implement string compares and searching
5526
5527         * object.h: Add extra Thread field
5528
5529 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
5530
5531         * reflection.c (fixup_method): Add support for MonoCMethod.
5532
5533 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
5534
5535         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
5536
5537         * reflection.c (assembly_name_to_aname): Allow extra characters in
5538         assembly names. Fixes #51468.
5539
5540 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
5541
5542         * exception.c (mono_exception_from_name_domain): New helper function.
5543
5544         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
5545         exception object in the correct domain.
5546
5547         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
5548         formatting + make a copy a the input data.
5549
5550         * loader.c (mono_get_method_from_token): Methods which contain
5551         native code do not have entries in the ImplMap.
5552
5553         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
5554         Thanks to Gonzalo for spotting this.
5555         
5556         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
5557         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
5558
5559         * assembly.h (mono_assembly_load_from): Split the second part of 
5560         assembly loading into a new public function.
5561
5562         * exception.h (mono_get_exception_bad_image_format): New function.
5563
5564 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
5565
5566         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5567         Enumerate all modules inside a dynamic assembly. Fixes #51293.
5568         
5569         * icall.c: Add new icall for creating dynamic methods.
5570
5571         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
5572
5573         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
5574
5575         * reflection.c (mono_reflection_create_dynamic_method): New icall to
5576         create a dynamic method.
5577
5578         * reflection.c (resolve_object): New helper function.
5579
5580         * reflection.c: Generalize ReflectionMethodBuilder and the functions
5581         which manipulate it so they can also work on dynamic methods.
5582
5583         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
5584         creating the MonoReflectionMethodAux structure if it is not needed.
5585         
5586         * reflection.h verify.c: Update after changes to object layout.
5587
5588         * reflection.c (method_builder_encode_signature): Fix compilation on
5589         gcc 2.95.x.
5590
5591 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
5592
5593         * appdomain.h: Added support for context static fields. Added static_data
5594           field to MonoAppContext and renamed thread_static_fields to a more
5595           generic special_static_fields in MonoAppDomain, since it can now contain
5596           context static fields.
5597         * domain.c: Updated hashtable name.
5598         * object.c: Replaced field_is_thread_static() for a more generic
5599           field_is_special_static() which also checks for context static attribute.
5600           In mono_class_vtable(), added support for static context fields.
5601         * threads.c: Changed methods that manage thread static fields to more
5602           generic methods so they can be reused both for thread and context static
5603           data.
5604         * threads.h: Declared some new methods.
5605
5606 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
5607
5608         * reflection.h: Update after changes to the managed types.
5609
5610         * reflection.c (encode_custom_modifiers): New helper function.
5611
5612         * reflection.c (method_encode_signature): Emit custom modifiers.
5613
5614         * reflection.c (field_encode_signature): Emit custom modifiers.
5615
5616 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
5617
5618         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
5619
5620         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
5621         implementation.
5622
5623         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
5624         icall.
5625
5626         * object.c (mono_field_get_value_object): New function.
5627
5628         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
5629         specific.
5630
5631 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
5632
5633         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
5634         return a preallocated out-of-memory exception instance.
5635
5636         * object.c (out_of_memory): Use the new function.
5637
5638         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
5639         flag is before the custom modifiers. Fixes #49802.
5640
5641 2003-11-16  Martin Baulig  <martin@ximian.com>
5642
5643         * class.c (mono_class_is_open_constructed_type): Implemented the
5644         MONO_TYPE_GENERICINST case.
5645
5646 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
5647
5648         * assembly.c (mono_assembly_fill_assembly_name): New function to
5649         fill out the MonoAssemblyName structure.
5650         (mono_assembly_open): Use the new function.
5651
5652         * icall.c (fill_reflection_assembly_name): New helper function.
5653
5654         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
5655         new function.
5656
5657         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
5658
5659 2003-11-15  Martin Baulig  <martin@ximian.com>
5660
5661         * class.c (mono_class_is_open_constructed_type): New public
5662         function; checks whether a type is an open constructed type,
5663         ie. whether it still contains type parameters.
5664         (mono_class_inflate_generic_type): If we're a type parameter and
5665         the inflated type is also a MONO_TYPE_(M)VAR, return the original
5666         type.
5667
5668         * class.h (MonoGenericInst): Added `guint32 is_open'.
5669
5670         * loader.c (method_from_methodspec): Check whether we're an open
5671         or closed constructed type and set `ginst->is_open'.
5672
5673         * reflection.c (mono_reflection_bind_generic_parameters): Check
5674         whether we're an open or closed constructed type and set
5675         `ginst->is_open'.
5676         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
5677         from open constructed types.
5678
5679 2003-11-15  Martin Baulig  <martin@ximian.com>
5680
5681         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5682         a generic instance (instead of a generic type declaration) with
5683         unbound generic parameters, bind them to our actual types.
5684
5685 2003-11-14  Martin Baulig  <martin@ximian.com>
5686
5687         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
5688
5689         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5690         an interface type, populate `res->interfaces' with instantiated
5691         versions of all the interfaces we inherit.
5692
5693 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
5694
5695         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
5696         when MONO_PATH is set but doesn't contain the install dir.
5697
5698 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5699
5700         * icall.c:
5701         (ves_icall_Type_GetInterfaces): don't return an interface twice when
5702         it's also implemented in base classes. Fixes bug #50927.
5703
5704 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
5705
5706         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
5707         if this method is called from a finalizer. Fixes #50913.
5708
5709 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
5710
5711         * threads.c: Implement VolatileRead/VolatileWrite
5712
5713         * icall.c: Add new icalls for VolatileRead/VolatileWrite
5714
5715 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5716
5717         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
5718         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
5719         2.95.3.
5720
5721         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
5722         from Peter Ross (pro@missioncriticalit.com).
5723         
5724 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
5725
5726         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
5727
5728 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5729
5730         * assembly.c (mono_assembly_load_references): Disable check because it
5731         triggers on older corlibs which lots of people have.
5732
5733 2003-11-12  Jackson Harper  <jackson@ximian.com>
5734
5735         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
5736         load corlib.dll if mscorlib.dll is not found.
5737         * assembly.h: Remove corlib name define.
5738         * class.c:
5739         * domain.c:
5740         * image.c: Change corlib name to mscorlib.
5741         
5742 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5743
5744         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
5745
5746 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
5747
5748         * appdomain.h: Added loader_optimization here to sync with the C#
5749         code, and add disallow_binding_redirects field.
5750
5751 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
5752
5753         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
5754
5755         * reflection.c (mono_image_build_metadata): Fix crash on modules
5756         with no types.
5757
5758         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
5759
5760         * icall.c (ves_icall_get_method_info): Return callingConvention as
5761         well.
5762
5763         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
5764         namespaces from the EXPORTEDTYPE table as well.
5765
5766         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
5767         from all modules inside the assembly.
5768         
5769 2003-11-11  Martin Baulig  <martin@ximian.com>
5770
5771         * reflection.c (mono_reflection_bind_generic_parameters): Make
5772         this work for interfaces.
5773
5774 2003-11-11  Martin Baulig  <martin@ximian.com>
5775
5776         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
5777
5778 2003-11-11  Martin Baulig  <martin@ximian.com>
5779
5780         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
5781         "MonoInflatedMethod" and "MonoInflatedCtor".
5782
5783 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
5784
5785         * reflection.c (resolution_scope_from_image): Use the assembly table
5786         from the manifest module, since other modules don't have it.
5787
5788         * debug-helpers.c (mono_type_full_name): New helper function.
5789
5790         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
5791
5792         * image.c (mono_image_load_file_for_image): New public function which
5793         is a replacement for the load_file_for_image in class.c.
5794
5795         * assembly.c (mono_assembly_load_module): A wrapper for the function
5796         above which does assembly association and reference loading too.
5797
5798         * class.c (mono_class_from_name): Call mono_assembly_load_module.
5799
5800 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5801
5802         * appdomain.c: not all of the attributes for the full assembly name
5803         are required and the order doesn't matter. Fixes bug #50787.
5804
5805 2003-11-10  Dick Porter  <dick@ximian.com>
5806
5807         * locales.c: Use platform-endian UTF16
5808
5809 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
5810
5811         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
5812         
5813 2003-11-10  Martin Baulig  <martin@ximian.com>
5814
5815         * metadata.c
5816         (mono_metadata_load_generic_params): Make this actually work.
5817
5818         * reflection.c (mono_reflection_bind_generic_parameters): If our
5819         parent is a generic instance, pass all the `types' to it, no
5820         matter whether it has the same number of type parameters or not.
5821
5822 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
5823
5824         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
5825
5826         * assembly.c (mono_assembly_load_references): Move the image<->assembly
5827         assignment code to this function so it gets called recursively for all
5828         modules.
5829
5830         * image.c (load_modules): Remove the assembly assignment since it is
5831         now done by mono_assembly_load_references.
5832         
5833         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5834         Add 'module' argument.
5835         (mono_module_get_types): New helper function.
5836         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
5837
5838 2003-11-08  Martin Baulig  <martin@ximian.com>
5839
5840         * class.c (mono_class_inflate_generic_method): Interface method
5841         don't have a header.
5842
5843         * reflection.c (mono_image_get_methodspec_token): Take an
5844         additional `MonoGenericInst *' argument instead of reading it from
5845         the header; this is necessary to support interfaces.
5846         (mono_image_create_token): Pass the `MonoGenericInst *' from the
5847         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
5848         (inflated_method_get_object): Take an additional `MonoGenericInst *'
5849         argument.
5850
5851         * reflection.h (MonoReflectionInflatedMethod): Added
5852         `MonoGenericInst *ginst'.
5853
5854 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
5855
5856         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
5857
5858 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
5859
5860         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
5861
5862 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
5863
5864         * reflection.c 
5865         (reflection_methodbuilder_from_method_builder):
5866         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
5867         initialize a ReflectionMethodBuilder structure.
5868         (mono_image_get_methodbuilder_token):
5869         (mono_image_get_ctorbuilder_token): New functions to emit memberref
5870         tokens which point to types in another module inside the same assembly.
5871
5872         * reflection.c: Use the new helper functions.
5873         
5874         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
5875
5876         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
5877         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
5878
5879         * reflection.c (resolution_scope_from_image): Emit a moduleref if
5880         neccesary.
5881
5882         * reflection.c (mono_image_build_metadata): Emit metadata only for the
5883         current module. Emit the manifest only for the main module.
5884
5885         * reflection.c (mono_image_create_token): Add assertion when a 
5886         memberref needs to be created.
5887
5888         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
5889
5890         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
5891         larger buffer for the custom attribute blob. Fixes #50637.
5892         
5893 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5894
5895         * threadpool.c: notify listener on async processing handles after
5896         invoking the async callback. Thanks to Zoltan.
5897
5898 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5899
5900         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
5901         avoid code duplication.
5902
5903         * reflection.h (MonoDynamicImage): New type which is currently unused,
5904         but will be used through the ref.emit code in place of 
5905         MonoDynamicAssembly.
5906
5907         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
5908         object layout.
5909
5910         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
5911         a MonoDynamicImage instead of just a MonoImage.
5912         
5913         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
5914         icalls to ModuleBuilder but keep their semantics, so they will work
5915         with moduleb->assemblyb. This will change later.
5916         
5917 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5918
5919         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
5920         object layout.
5921
5922         * reflection.c (mono_image_build_metadata): Avoid creation of a default
5923         main module, since it is now done by the managed code.
5924
5925 2003-11-03  Martin Baulig  <martin@ximian.com>
5926
5927         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
5928         `ginst->klass' here.
5929         (method_encode_methodspec): Don't use the `ginst->generic_method's
5930         klass if it's a generic instance, use `ginst->klass' in this case.
5931
5932 2003-11-03  Martin Baulig  <martin@ximian.com>
5933
5934         * reflection.c (mono_image_get_generic_method_param_info):
5935         Removed, use mono_image_get_generic_param_info() instead.
5936         (mono_image_get_type_info): Write the GenericParam table before
5937         the Method table.  This is neccessary because in the GenericParam
5938         table, type parameters of the class (ie. '!0' etc.) must come
5939         before the ones from its generic methods (ie. '!!0' etc).
5940
5941 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5942
5943         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
5944
5945 2003-11-02  Martin Baulig  <martin@ximian.com>
5946
5947         * reflection.c (create_generic_typespec): Take a
5948         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
5949         the generic parameters from it.
5950
5951 2003-11-02  Martin Baulig  <martin@ximian.com>
5952
5953         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
5954         instead of a `MonoClassField *' since we just need the type.
5955         (create_generic_typespec): New static function.  Creates a
5956         TypeSpec token for a generic type declaration.
5957         (mono_image_get_generic_field_token): New static function.
5958         (mono_image_create_token): If we're a FieldBuilder in a generic
5959         type declaration, call mono_image_get_generic_field_token() to get
5960         the token.
5961
5962 2003-11-02  Martin Baulig  <martin@ximian.com>
5963
5964         * reflection.h
5965         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
5966         `MonoReflectionGenericInst *declaring_type' and
5967         `MonoReflectionGenericInst *reflected_type' fields.
5968
5969         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
5970         `MonoReflectionGenericInst *declaring_type' and a
5971         `MonoReflectionGenericInst *reflected_type' argument instead of a
5972         single `MonoReflectionGenericInst *type' one.  Set
5973         `res->declaring_type' and `res->reflected_type' from them.
5974         (mono_reflection_inflate_field): Likewise.      
5975
5976 2003-11-02  Martin Baulig  <martin@ximian.com>
5977
5978         * class.c (mono_class_setup_vtable): Don't store generic methods
5979         in the vtable.  
5980
5981 2003-11-02  Martin Baulig  <martin@ximian.com>
5982
5983         * reflection.h (MonoReflectionGenericInst): Added
5984         `MonoReflectionType *declaring_type'.
5985
5986         * reflection.c (mono_reflection_bind_generic_parameters): Use
5987         `if (tb->parent)' instead of `klass->parent'.
5988
5989 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
5990
5991         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
5992         with an empty ASSEMBLY table.
5993
5994         * reflection.c (mono_image_build_metadata): Avoid using the same loop
5995         variable in the inner and outer loops.
5996
5997 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
5998
5999         * metadata.h (mono_metadata_make_token): Put parentheses around macro
6000         argument.
6001
6002         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
6003         
6004         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
6005         icalls. Instead, do everything in managed code. This is needed since
6006         it is hard to restore the original domain etc. in unmanaged code in the
6007         presence of undeniable exceptions.
6008
6009         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
6010         New icalls to push and pop appdomain refs.
6011
6012 2003-10-31  Martin Baulig  <martin@ximian.com>
6013
6014         * class.c (inflate_generic_type): Renamed to
6015         mono_class_inflate_generic_type() and made it public.
6016
6017         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
6018         New interncall.
6019
6020         * loader.c (mono_field_from_memberref): Also set the retklass for
6021         typespecs.
6022
6023         * fielder.c (mono_image_get_inflated_field_token): New static
6024         method; creates a metadata token for an inflated field.
6025         (mono_image_create_token, fixup_method): Added support for
6026         "MonoInflatedField".
6027         (fieldbuilder_to_mono_class_field): New static function.
6028         (mono_reflection_inflate_field): New public function.
6029
6030         * reflection.h
6031         (MonoReflectionGenericInst): Added `MonoArray *fields'.
6032         (MonoReflectionInflatedField): New typedef.     
6033
6034 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
6035
6036         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
6037         for Solaris and other platforms without s6_addr16
6038
6039 2003-10-30  Martin Baulig  <martin@ximian.com>
6040
6041         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
6042         argument instead of two.
6043         (mono_class_inflate_generic_signature): Likewise.
6044         (inflate_generic_header): Likewise.
6045         (mono_class_inflate_generic_method): Likewise.  In addition, if
6046         `ginst->klass' is set, it becomes the new `method->klass'.
6047
6048         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
6049         field.
6050
6051         * reflection.c (encode_generic_method_sig): Write a 0xa as the
6052         first byte. [FIXME]
6053         (method_encode_methodspec): If we have generic parameters, create
6054         a MethodSpec instead of a MethodRef.
6055         (fixup_method): Added support for "MonoInflatedMethod" and
6056         "MonoInflatedCtor".
6057         (mono_image_create_token): Added support for "MonoInflatedMethod"
6058         and "MonoInflatedCtor".
6059         (inflated_method_get_object): New static function; returns a
6060         managed "System.Reflection.MonoInflatedMethod" object.
6061         (mono_reflection_bind_generic_method_parameters): Return a
6062         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
6063         (mono_reflection_inflate_method_or_ctor): Likewise.
6064         (mono_image_get_generic_method_param_info): Initialize unused
6065         fields to zero.
6066         (mono_image_get_generic_param_info): Likewise.
6067
6068         * reflection.h (MonoReflectionInflatedMethod): New public
6069         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
6070         "S.R.MonoInflatedCtor" classes.
6071
6072         * loader.c (method_from_memberref): If we're a TypeSpec and it
6073         resolves to a generic instance, inflate the method.
6074
6075 2003-10-28  Dick Porter  <dick@ximian.com>
6076
6077         * object.c (mono_runtime_run_main): Convert command-line arguments
6078         into utf8, falling back to the user's locale encoding to do so.
6079
6080 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
6081
6082         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
6083         at this time.
6084
6085         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
6086
6087         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
6088         up icalls at method definition time. Partially fixes #33569.
6089
6090 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
6091
6092         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
6093         marshalling of arrays. Fixes #50116.
6094
6095         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
6096
6097         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
6098         points to a vtable in the dying appdomain.
6099
6100         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
6101         listeners into unmanaged code inside the lock.
6102
6103         * object.c (mono_class_vtable): Turn off typed allocation in non-root
6104         domains and add some comments.
6105
6106 2003-10-25  Martin Baulig  <martin@ximian.com>
6107
6108         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
6109
6110         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
6111
6112         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
6113         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
6114         currently parsing.  Create the generic class and store it in
6115         `generic_inst->klass' before parsing the type arguments.  This is
6116         required to support "recursive" definitions; see mcs/tests/gen-23.cs
6117         for an example.
6118         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
6119         to support recursive typespec entries.
6120
6121         * class.c (mono_class_setup_parent): If our parent is a generic
6122         instance, we may get called before it has its name set.
6123         (mono_class_from_generic): Splitted into
6124         mono_class_create_from_generic() and mono_class_initialize_generic().
6125
6126 2003-10-25  Martin Baulig  <martin@ximian.com>
6127
6128         * icall.c (ves_icall_Type_BindGenericParameters): Return a
6129         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
6130         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
6131         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
6132
6133         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
6134         (create_typespec): Likewise.
6135         (mono_reflection_bind_generic_parameters): Return a
6136         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
6137         (mono_reflection_inflate_method_or_ctor): New public function.
6138
6139         * reflection.h (MonoReflectionGenericInst): New typedef.        
6140
6141 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
6142
6143         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
6144         inside the domain lock. Fixes #49993.
6145         
6146         * object.c (mono_class_vtable): When typed allocation is used, 
6147         allocate vtables in the GC heap instead of in the mempool, since the
6148         vtables contain GC descriptors which are used by the collector even
6149         after the domain owning the mempool is unloaded.
6150
6151         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
6152
6153         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
6154         reflect what it does. Also invalidate mempools instead of freeing
6155         them if a define is set.
6156
6157         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
6158         of the appdomain.
6159         
6160         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
6161         hold the finalizable objects in this domain.
6162
6163         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
6164         appdomain.
6165
6166         * appdomain.c (mono_domain_set): New function to set the current
6167         appdomain, but only if it is not being unloaded.
6168
6169         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
6170         appdomain which is being unloaded.
6171         
6172         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
6173         unloading of the root appdomain.
6174
6175         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
6176         icall to execute a method in another appdomain. Intended as a 
6177         replacement for InternalSetDomain, which can confuse the code 
6178         generation in the JIT.
6179
6180         * appdomain.c (mono_domain_is_unloading): New function to determine
6181         whenever an appdomain is unloading.
6182
6183         * appdomain.c (mono_domain_unload): New function to correctly unload
6184         an appdomain.
6185
6186         * assembly.c (mono_assembly_load_references): Check that an assembly
6187         does not references itself.
6188
6189         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
6190         domain manually, it asks the finalizer thread to do it, then waits for
6191         the result. Also added a timeout.
6192
6193         * icall.c: Register the new icalls.
6194
6195         * threads.h threads.c: Export the mono_gc_stop_world and 
6196         mono_gc_start_world functions.
6197         
6198         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
6199         function to fill out the mempool with 0x2a.
6200
6201 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
6202
6203         * reflection.h (MonoReflectionMethodAux): New structure to store
6204         information which is rarely used, thus is not in the MonoMethod
6205         structure.
6206
6207         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
6208         store the aux info.
6209
6210         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
6211         and marshalling info into the aux structure.
6212
6213         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
6214         from the aux structure.
6215
6216         * loader.c (mono_method_get_param_names): Retrieve the param names from
6217         the aux structure.
6218         
6219 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
6220
6221         * exception.h exception.c: Add AppDomainUnloadedException && fix 
6222         warning.
6223
6224 2003-10-21  Dick Porter  <dick@ximian.com>
6225
6226         * socket-io.c
6227         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
6228         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
6229
6230 2003-10-21  Martin Baulig  <martin@ximian.com>
6231
6232         * reflection.c (mono_reflection_bind_generic_parameters):
6233         `klass->parent' is NULL for interfaces.
6234
6235 2003-10-21  Martin Baulig  <martin@ximian.com>
6236
6237         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6238
6239 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
6240
6241         * exception.c (mono_exception_from_name_msg): New helper function for
6242         creating exceptions and initializing their message field.
6243
6244         * exception.c: Simplify functions using the new helper.
6245
6246         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
6247         New function.
6248
6249         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
6250         mono_raise_exception, since otherwise gcc doesn't generate the function
6251         epilog for raise_exception, confusing the stack unwinding in the JIT.
6252         Fixes #45043.
6253
6254         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
6255         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
6256         Fixes #49499.
6257
6258 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6259
6260         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
6261         utf8.
6262
6263 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
6264
6265         * icall.c: Removed GetUninitializedObject method because
6266           AllocateUninitializedClassInstance does the same.
6267
6268 2003-10-18  Martin Baulig  <martin@ximian.com>
6269
6270         * class.c (inflate_generic_signature): Renamed to
6271         mono_class_inflate_generic_signature() and made it public.
6272         (my_mono_class_from_generic_parameter): New static function; if we
6273         don't already have the generic parameter's MonoClass, create a
6274         very simple one which is just used internally in the runtime and
6275         not passed back to managed code.
6276
6277         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
6278
6279         * metadata.h (MonoMethodSignature): Moved the
6280         `MonoGenericParam *gen_params' to the MonoMethodHeader.
6281         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
6282
6283         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
6284         ves_icall_MonoMethod_GetGenericArguments(); this is now an
6285         interncall on the MonoMethod class, not on MethodInfo.
6286         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
6287         calling mono_reflection_bind_generic_method_parameters() directly.
6288
6289         * loader.c (mono_method_get_signature): If this is a MethodSpec;
6290         return the already computed `method->signature'.
6291         (method_from_methodspec): New static function to load a method
6292         from a MethodSpec entry.
6293         (mono_get_method_from_token): Call the new method_from_methodspec()
6294         for MethodSpec tokens.  
6295         (mono_get_method_from_token): If we're a generic method, load the
6296         type parameters.
6297
6298         * reflection.c (mono_image_get_memberref_token): Allow
6299         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
6300         table.
6301         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
6302         (mono_image_create_token): First check whether it's a generic
6303         method (so we'd need to create a MethodSpec), then do the other
6304         two alternatives.
6305         (mono_reflection_bind_generic_method_parameters): Return a
6306         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
6307         called directly from the interncall.
6308
6309 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
6310
6311         * reflection.c (load_public_key): Move loading of the public key
6312         into managed code.
6313
6314         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
6315
6316         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
6317         fields.
6318
6319         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
6320         culture, hash_alg and public_key. Fixes #49555.
6321
6322 2003-10-17  Martin Baulig  <martin@ximian.com>
6323
6324         * class.h (MonoGenericInst): Moved this declaration here and added
6325         `MonoMethod *generic_method'.
6326
6327         * icall.c
6328         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
6329         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
6330
6331         * metadata.c (mono_metadata_type_equal): Two types of
6332         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
6333         index; ie. don't compare the address of the `MonoGenericParam'
6334         structure.
6335         (mono_metadata_load_generic_params): Removed the `MonoMethod
6336         *method' argument.
6337
6338         * metadata.h (MonoGenericInst): Moved declaration to class.h.
6339         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
6340
6341         * reflection.c (method_encode_signature): Encode the number of
6342         generic parameters.
6343         (encode_generic_method_sig): New static function.
6344         (method_encode_methodspec): New static function; creates an entry
6345         in the MethodSpec table for a generic method.
6346         (mono_image_get_methodspec_token): New static function.
6347         (mono_image_create_token): Call mono_image_get_methodspec_token()
6348         for generic methods.
6349         (mono_reflection_bind_generic_method_parameters): New public
6350         function.  Instantiates a generic method.
6351
6352 2003-10-16  Martin Baulig  <martin@ximian.com>
6353
6354         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
6355         *gen_params' here from MonoMethodHeader.
6356
6357         * metadata.c (mono_metadata_parse_method_signature): If we have
6358         generic parameters, initialize `method->gen_params' and then set
6359         the correct `type->data.generic_param' in all the parameters.
6360
6361 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
6362
6363         * threads.c (mono_threads_get_default_stacksize): New function to 
6364         return the default stacksize.
6365
6366         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
6367         termination of the finalizer thread, since the previous method had
6368         race conditions. Fixes #49628.
6369
6370         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
6371         as for the other managed threads.
6372
6373 2003-10-16  Martin Baulig  <martin@ximian.com>
6374
6375         * class.c (inflate_generic_signature): Copy `generic_param_count'
6376         and `gen_params'.
6377
6378         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
6379         New interncall.
6380
6381         * metadata.c (mono_metadata_parse_method_signature): Actually set
6382         the `method->generic_param_count' here.
6383         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
6384
6385 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
6386
6387         * object.h: Add a new field to TypedRef to simplify the implementation
6388         of the REFANY opcodes in the JIT.
6389
6390         * icall.c: Make use of the new field.
6391
6392         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
6393         dynamically.
6394
6395 2003-10-15  Martin Baulig  <martin@ximian.com>
6396
6397         * class.c (mono_class_from_gen_param): Renamed to
6398         mono_class_from_generic_parameter() and moved most of the
6399         functionality from mono_reflection_define_generic_parameter()
6400         here; ie. we create a "real" class here.
6401         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
6402         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
6403         previously been called.
6404
6405         * class.h (MonoGenericParam): Moved the declaration of this struct
6406         here from metadata.h and added `MonoMethod *method'.
6407
6408         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
6409         interncall.
6410
6411         * loader.c (mono_get_method_from_token): If we have any generic
6412         parameters, call mono_metadata_load_generic_params() to read them
6413         from the MONO_TABLE_GENERICPAR.
6414
6415         * metadata.c (mono_metadata_load_generic_params): Added
6416         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
6417
6418         * metadata.h (MonoMethodSignature): Replaced
6419         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
6420         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
6421
6422         * reflection.c (mono_reflection_define_generic_parameter): Moved
6423         most of the functionality into the new
6424         mono_class_from_generic_parameter(); set the `method' field if
6425         we're a method parameter.       
6426
6427 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
6428
6429         * marshal.c (emit_struct_conv): if native size is 0
6430         emit no code.
6431
6432 2003-10-14  Martin Baulig  <martin@ximian.com>
6433
6434         * icall.c: The generics API has changed in the spec since it was
6435         added to System.Type; these modifications make it match the spec
6436         again.
6437         (ves_icall_Type_GetGenericParameters): Renamed to
6438         `ves_icall_Type_GetGenericArguments'.
6439         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
6440         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
6441         `ves_icall_MonoType_get_HasGenericArguments'.
6442         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
6443         `ves_icall_MonoType_get_IsGenericParameter'.
6444         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
6445         this is no interncall anymore.
6446         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
6447         `ves_icall_TypeBuilder_get_IsGenericParameter'.
6448
6449 2003-10-14  Martin Baulig  <martin@ximian.com>
6450
6451         * reflection.c (mono_reflection_bind_generic_parameters): Also
6452         inflate generic methods if we're reading the class from IL.
6453
6454 2003-10-13  Martin Baulig  <martin@ximian.com>
6455
6456         * reflection.c (mono_reflection_define_generic_parameter): This
6457         method isn't called directly from the icall anymore; take a
6458         `MonoReflectionAssemblyBuilder *' so we can use this for type and
6459         method generic parameters.
6460         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
6461         (method_builder_encode_signature): Encode generic parameters.
6462         (mono_image_get_method_info): Write generic params to the
6463         MONO_TABLE_GENERICPARAM table.
6464
6465         * reflection.h (MonoReflectionMethodBuilder): Added
6466         `MonoArray *generic_params'.
6467
6468         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
6469
6470         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
6471         wrapper for mono_reflection_define_generic_parameter().
6472         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
6473
6474 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
6475
6476         * marshal.h: Add missing function to fix build.
6477
6478         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
6479         the SetLastError pinvoke attribute.
6480
6481         * marshal.c (mono_marshal_set_last_error): New helper function called
6482         by the generated code.
6483         
6484         * marshal.c (mono_mb_emit_branch): New helper function.
6485
6486         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
6487
6488         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6489         classes as parameters and return values of delegates. Fixes #29256. 
6490
6491 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
6492
6493         * locales.c: use gint32 in non HAVE_ICU case
6494
6495 2003-10-11  Martin Baulig  <martin@ximian.com>
6496
6497         * mono-debug.c (mono_debug_add_method): Added a workaround for
6498         bug #48591.
6499
6500 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
6501
6502         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
6503         delegates passed to native code must use the STDCALL calling 
6504         convention. Fixes #35987.
6505
6506 2003-10-10  Martin Baulig  <martin@ximian.com>
6507
6508         * class.c (inflate_generic_type): If we're inflating for a generic
6509         type instance (and not for a generic method), return
6510         MONO_TYPE_MVAR unchanged.
6511
6512 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6513
6514         * string-icalls.c: Join ignores null strings in the source array.
6515         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
6516         * threads.c: GetAvailableTheads is slightly more accurate.
6517
6518 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
6519
6520         * threads.h threads.c : add mono_threads_set_default_stacksize
6521         and pass default to CreateThread calls.
6522
6523 2003-10-09  Dick Porter  <dick@ximian.com>
6524
6525         * icall.c:
6526         * locales.h:
6527         * locales.c: Internal calls for constructing CultureInfo and
6528         related objects from libicu (if its available.)
6529
6530 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
6531
6532         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
6533
6534 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6535
6536         * threadpool.c: added an argument to async_invoke_thread that is the
6537         item to process, pass the MonoAsyncResult to the thread start function
6538         when creating a new thread. This way we don't need to acquire any lock
6539         when we're creating a new thread. Readded a semaphore for faster
6540         response times (instead of that Sleep i added).
6541
6542 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
6543
6544         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
6545         get daylight change dates better on Windows, fix handling
6546         of platforms without tm_gmtoff.
6547
6548 2003-10-06  Martin Baulig  <martin@ximian.com>
6549
6550         * class.c (inflate_generic_method): Renamed to
6551         mono_class_inflate_generic_method() and made public.
6552         (mono_class_init): Don't inflate the generic methods here.
6553         (mono_class_from_generic): Added `gboolean inflate_methods'
6554         argument.  Inflate the methods here.
6555
6556         * loader.c (mono_method_get_param_names): Ignore instances of
6557         generic types for the moment.
6558
6559         * reflection.c (fixup_method): Added support for inflated methods.
6560         (mono_image_create_token): Use mono_image_get_methodref_token()
6561         for inflated methods.
6562         (mono_custom_attrs_from_param): Ignore instances of generic types
6563         for the moment.
6564         (mono_reflection_bind_generic_parameters): New public function.
6565         Moved all the functionality from
6566         ves_icall_Type_BindGenericParameters() here and added support for
6567         dynamic types.
6568         (mono_reflection_define_generic_parameter): Initialize
6569         `klass->methods' here.
6570
6571         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
6572         functionality into mono_reflection_define_generic_parameter().
6573         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
6574         TypeBuilder, return that TypeBuilder.
6575
6576 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6577
6578         * appdomain.c: removed mono_delegate_semaphore.
6579
6580         * threadpool.c:
6581         (mono_thread_pool_add): moved hash table creation inside and the thread 
6582         creation outside of the critical region.
6583         (mono_thread_pool_finish): removed obsolete code.
6584         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
6585         continue or exit the thread depending on the queue.
6586
6587 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
6588
6589         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
6590         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
6591         handle more bool marshalling options
6592
6593 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
6594
6595         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
6596         arrays of structs. Also add a more descriptive error message when
6597         a structure member is marshalled as LPArray.
6598
6599 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
6600
6601         * marshal.c (mono_marshal_get_native_wrapper): Add support for
6602         marshalling arrays of complex types. Fixes #29098. Also remove an
6603         usused and incomplete function.
6604
6605 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
6606
6607         * gc.c: report heap_size - free_bytes as total memory allocated
6608         (bug#49362).
6609
6610 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
6611
6612         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
6613         fix timezone handling problems on Windows.
6614         
6615         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
6616         asserts when the year is outside the range handled by ms the functions.
6617
6618         * class.c (setup_interface_offsets): If the class is an interface,
6619         fill out its interface_offsets slot.
6620
6621 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6622
6623         * threadpool.c: mark threadpool threads as background.
6624
6625 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
6626
6627         * decimal.c - define DECINLINE to nothing if not using GCC
6628
6629 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
6630
6631         * assembly.c: More refcount fixes.
6632
6633 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6634
6635         * string-icalls.c: if we're not trimming, return the same string.
6636         When not splitting, don't create a new string.
6637
6638 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6639
6640         * image.c:
6641         (mono_image_open): increment the ref_count inside the critical section.
6642
6643 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
6644
6645         * image.c (mono_image_open): Fix reference counting bug.
6646
6647 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
6648
6649         * marshal.c (mono_marshal_type_size) struct alignment changed for 
6650         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
6651         64bits. Avoid leak in mono_marshal_get_native_wrapper when
6652         mono_lookup_pinvoke_call throws.        
6653
6654 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
6655
6656         * reflection.c (mono_reflection_parse_type): Fix #49114.
6657
6658         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
6659         temporary workaround for cygwin header problem.
6660
6661         * object.c (mono_object_isinst): Synchronize this with the code
6662         generated by the JIT for casts.
6663
6664 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
6665
6666         * reflection.c (encode_type): Fix #38332.
6667
6668 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
6669
6670         * marshal.c (mono_marshal_method_from_wrapper): New function to return
6671         the original method from the wrapper method.
6672
6673 2003-09-25  Martin Baulig  <martin@ximian.com>
6674
6675         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
6676         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
6677         (ves_icall_Type_get_IsGenericInstance): New interncall.
6678
6679 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
6680
6681         * object.c: fix cast warning in big endian code.
6682
6683 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
6684
6685         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
6686         
6687 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6688
6689         * assembly.c: don't call check_env from mono_assembly_load. It's
6690         already done once in mono_assemblies_init and may cause headaches when
6691         multiple threads are loading assemblies.
6692
6693 2003-09-19  Martin Baulig  <martin@ximian.com>
6694
6695         * reflection.c (mono_reflection_define_generic_parameter): Don't
6696         allocate `klass->methods', set `klass->flags' to
6697         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
6698
6699 2003-09-18  Martin Baulig  <martin@ximian.com>
6700
6701         * class.c (mono_class_init): Don't create `class->methods' if it's
6702         already initialized.
6703
6704         * metadata.c (mono_metadata_load_generic_params): Make this
6705         actually work.
6706
6707         * reflection.c (mono_reflection_define_generic_parameter): Set
6708         parent class and interfaces from the constraints.
6709
6710         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
6711         to keep this struct in sync with the declaration in TypeBuilder.cs.
6712
6713 2003-09-17  Martin Baulig  <martin@ximian.com>
6714
6715         * metadata.h (MonoType): Replaced the data's `int type_param'
6716         field with `MonoGenericParam *generic_param'.
6717         (MonoGenericParam): Added `MonoClass *klass'.
6718
6719         * class.c (mono_class_from_gen_param): Removed the
6720         `MonoImage *image' and `int type_num' arguments.
6721
6722         * metadata.c (mono_metadata_parse_generic_param): New static
6723         method; creates a MonoGenericParam which just contains the index.
6724         (do_mono_metadata_parse_type): Call
6725         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
6726         MONO_TYPE_MVAR.
6727
6728         * reflection.c (mono_image_typedef_or_ref): Generic type
6729         parameters may be in the same assembly, but never use a typedef
6730         for them.
6731         (mono_reflection_define_generic_parameter): We're now creating a
6732         "real" class for the type parameter; it's now safe to call
6733         mono_class_from_mono_type() on the class'es type, it'll do the
6734         right thing.
6735
6736 2003-09-16  Martin Baulig  <martin@ximian.com>
6737
6738         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
6739         `symfile->range_entry_size' and `symfile->class_entry_size' here;
6740         the `symfile' data structure must be fully initialized before it
6741         gets added to the table.
6742
6743 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
6744
6745         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
6746
6747         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
6748         class init trampolines.
6749
6750 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
6751
6752         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
6753         to the built-in profiler to turn off time and allocation profiling
6754         respectively.
6755
6756 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
6757
6758         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
6759         g_direct_equal.
6760
6761         * debug-helpers.c (mono_method_full_name): Print the wrapper type
6762         in human readable form.
6763
6764 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
6765
6766         * reflection.c icall.c: Fixed warnings.
6767
6768         * image.c (load_class_names): Use a temporary hash table to hold the
6769         namespaces in order to avoid doing many string comparisons.
6770
6771         * image.h: Fix typo.
6772
6773         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
6774         Pass NULL instead of g_direct_equal to the GHashTable constructor 
6775         since the NULL case is short-circuited inside g_hash_table_lookup, 
6776         leading to better performance.  
6777
6778         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
6779         obtain the first custom attribute for a given index. Depends on the
6780         CustomAttribute table being sorted by the parent field.
6781
6782         * reflection.c (mono_custom_attrs_from_index): Use the new function 
6783         for better performance.
6784
6785 2003-09-07  Martin Baulig  <martin@ximian.com>
6786
6787         * class.c (mono_class_init): If we're a generic instance, inflate
6788         all our methods instead of loading them from the image.
6789         (mono_class_from_generic): Set `class->methods = gklass->methods'.
6790
6791 2003-09-07  Martin Baulig  <martin@ximian.com>
6792
6793         * mono-debug-debugger.c: Added support for constructors.
6794
6795 2003-09-06  Martin Baulig  <martin@ximian.com>
6796
6797         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
6798         New interncall.
6799
6800         * reflection.c (mono_reflection_setup_generic_class): Call
6801         ensure_runtime_vtable() to create the vtable.
6802
6803 2003-09-05  Martin Baulig  <martin@ximian.com>
6804
6805         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
6806         MONO_TYPE_MVAR.
6807
6808 2003-09-04  Martin Baulig  <martin@ximian.com>
6809
6810         * reflection.c (mono_reflection_define_generic_parameter): Generic
6811         parameters start with zero.
6812
6813 2003-09-04  Martin Baulig  <martin@ximian.com>
6814
6815         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6816
6817         * reflection.h (MonoReflectionGenericParam): New typedef.
6818         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
6819         the generic parameters from the managed TypeBuilder.
6820
6821         * reflection.c (mono_reflection_define_generic_parameter): New function.
6822         (mono_reflection_create_runtime_class): Encode generic parameters.
6823         (mono_reflection_setup_generic_class): New function; this is
6824         called after adding adding all generic params to the TypeBuilder.
6825         (encode_type): Added MONO_TYPE_VAR.
6826
6827 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
6828
6829         * class.h class.c (mono_class_needs_cctor_run): Moved this method
6830         here from the JIT.
6831
6832         * assembly.h assembly.c: Moved the AOT loading code into an assembly
6833         load hook.
6834
6835 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
6836
6837         * reflection.h reflection.c class.h class.c: Delete duplicate 
6838         definition of mono_type_get_name () from reflection.c and export the
6839         one in class.c.
6840
6841         * class.c: Class loading fixes from Bernie Solomon 
6842         (bernard@ugsolutions.com).
6843
6844         * reflection.c: Endianness fixes from Bernie Solomon 
6845         (bernard@ugsolutions.com).
6846         
6847 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
6848
6849         * assembly.h assembly.c: Define a file format version for AOT
6850         libraries.
6851         
6852         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
6853
6854         * appdomain.h (MonoJitInfo): New field to determine whenever the
6855         code is domain neutral.
6856         
6857 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
6858
6859         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
6860
6861 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
6862
6863         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
6864         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
6865         Avoid caching the result since strings must be domain specific. Fixes
6866         #48050.
6867
6868 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
6869
6870         * marshal.c (mono_marshal_init): Make this callable multiple times
6871         since it is hard to find a correct place to call it.
6872
6873         * object.c (mono_runtime_class_init): Execute static constructors in
6874         the correct appdomain.
6875
6876         * image.c (build_guid_table): Handle the case when multiple images have
6877         the same GUID.
6878
6879 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6880
6881         * icall.c: added a couple of icalls for System.Web.
6882
6883 2003-08-28  Martin Baulig  <martin@ximian.com>
6884
6885         * icall.c (ves_icall_Type_BindGenericParameters): Use
6886         `klass->generic_inst' instead of `&klass->byval_arg' in the
6887         mono_type_get_object() call.  The returned type must be
6888         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
6889
6890 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
6891
6892         * NOTES: New file.
6893
6894         * object.c (mono_class_proxy_vtable): Make it thread safe.
6895
6896         * pedump.c: Fix warning.
6897
6898         * object.c appdomain.h: Get rid of metadata_section. 
6899         It is no longer needed and it was causing deadlocks with domain->lock.
6900
6901         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
6902
6903 2003-08-26  Martin Baulig  <martin@ximian.com>
6904
6905         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
6906
6907 2003-08-26  Martin Baulig  <martin@ximian.com>
6908
6909         * pedump.c (main): Call mono_metadata_init(),
6910         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
6911         and mono_loader_init().
6912
6913 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
6914
6915         * loader.h: Add missing include to fix build.
6916
6917         * image.h: mono_image_load_references is no more.
6918
6919         * assembly.c: Reworked assembly loading to make it really thread safe.
6920         After these changes, the assembly returned by mono_assembly_open is
6921         fully initialized, i.e. all its references assemblies are loaded.
6922
6923         * assembly.c (mono_image_load_references): Renamed to 
6924         mono_assembly_load_references, and made private, since clients no
6925         longer need to call it.
6926
6927         * class.c: Removed calls to mono_assembly_load_references, since it was
6928         a source of deadlocks.
6929
6930         * loader.h loader.c class.h class.c: Protect data structures using a 
6931         new lock, the loader lock.
6932
6933         * class.c (mono_class_setup_vtable): Create temporary hash tables and
6934         GPtrArrays only when needed.
6935
6936         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
6937         into empty structures by mcs. Fixes pinvoke7.cs.
6938         
6939         * domain.c (mono_init): Call a new initialization function.
6940
6941         * appdomain.c (mono_runtime_init): Call the new initializer function
6942         of the marshal module.
6943
6944         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
6945         inserted into empty structures by mcs. Fixes pinvoke7.cs.
6946
6947         * marshal.h marshal.c: Added locks around the wrapper caches to make
6948         this module thread safe.
6949
6950         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
6951         this argument. Fixes pinvoke1.exe.
6952
6953 2003-08-25  Lluis Sanchez <lluis@ximian.com>
6954
6955         * object.h: Added call_type field to MonoMethodMessage and the corresponding
6956         enumeration of values. Removed fields to store remote call output values in
6957         MonoAsyncResult. Not needed any more.
6958         * object.c: Initialize call_type and async_result fields in mono_message_init.
6959         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
6960         dispatching the message.
6961         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
6962         async call to finish. To do it use a message with EndInvoke call type.
6963
6964 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
6965
6966         * loader.h loader.c (mono_method_hash_marhal_info): New function which
6967         determines whenever a method has marshalling info.
6968
6969 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6970
6971         * assembly.c: fix the build on windows.
6972
6973 2003-08-22 Lluis Sanchez <lluis@ximian.com>
6974
6975         * object.cs: Fixed bug #47785.
6976
6977 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
6978
6979         * string-icalls.c (StringReplace): If their are no occurances of
6980         the old string found return a reference to the supplied
6981         string. This saves some memory and matches MS behavoir.
6982         
6983 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6984
6985         * socket-io.c: fixed compilation for systems that define AF_INET6
6986         and don't define SOL_IP/SOL_IPV6.
6987
6988 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
6989
6990         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
6991         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
6992
6993         * rawbuffer.c rawbuffer.h: Make this module thread safe.
6994
6995         * domain.c: Make this module thread safe.
6996
6997         * domain.c (mono_init): Call new initialization function.
6998
6999         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
7000         reference types too. Fixes #38812.
7001
7002         * image.c (mono_image_init): Fixed warnings.
7003
7004         * class.c (mono_class_from_typeref): Handle assembly load failure
7005         correctly.
7006
7007         * appdomain.c (add_assemblies_to_domain): Handle the case when
7008         the references of an assembly are not yet loaded.
7009
7010         * metadata.c image.c assembly.c: Moved initialization of global
7011         variables to a separate function called at startup since lazy 
7012         initialization of these variables is not thread safe.
7013         
7014         * image.c assembly.c: Made this module thread safe by adding locks in 
7015         the appropriate places.
7016
7017         * domain.c (mono_init): Call the new initialization functions of the
7018         three modules.
7019
7020 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
7021
7022         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
7023           make a direct call. It is proxy's work to make the call asynchronous.
7024           mono_delegate_end_invoke(): If the targe is a proxy, just collect
7025           the return values.
7026         * object.cs: mono_method_call_message_new(): read AsyncResult and
7027           state object from parameters list, if this info is requested.
7028         * object.h: Added fields to store remote call output values in
7029           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
7030
7031 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7032
7033         * object.h: add needed fields to MonoThread.
7034         * threads.c, threads.h: allow registering a function to cleanup data
7035         allocated per thread by the JIT.
7036
7037 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7038
7039         * loader.h: portability fix by Bernie Solomon
7040         * <bernard@ugsolutions.com>.
7041
7042 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
7043
7044         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
7045         return a MonoArray. This simplifies the code and also ensures that
7046         the cache allways contains an object reference as a value.
7047
7048         * icall.c (ves_icall_get_parameter_info): Simplified using the new
7049         function.
7050
7051 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7052
7053         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
7054         fixes a problem with byte ordering when getting the address family for
7055         a socket.
7056
7057 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
7058
7059         * .cvsignore: Added monosn.
7060
7061         * reflection.h reflection.c loader.c: Added support for parameter
7062         marshalling to dynamically created types. Fixes #47295.
7063
7064 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
7065
7066         * rand.c: remove useless warnings.
7067
7068 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7069
7070         * class.c: implemented ldtoken for methods and fieldrefs.
7071
7072 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7073
7074         * threadpool.c: when mono_async_invoke was called, no one took care of
7075         monitoring the queue. So if the method invoked took some time and we
7076         got new async invoke requests after 500 ms (the thread created waited
7077         that long in WaitForSingleObject), the new async invoke was not called
7078         until the previous one finished.
7079
7080         This is fixed now. Thanks to Totte for helping with it.
7081
7082 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7083
7084         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
7085
7086 2003-08-11  Martin Baulig  <martin@ximian.com>
7087
7088         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
7089
7090 2003-08-06  Martin Baulig  <martin@ximian.com>
7091
7092         * mono-debug-debugger.c: Added support for static fields,
7093         properties and methods.
7094
7095 2003-08-06  Martin Baulig  <martin@ximian.com>
7096
7097         * mono-debug-debugger.c: Don't store the MonoString's vtable to
7098         make this work for applications with multiple application domains.
7099
7100 2003-08-04  Martin Baulig  <martin@ximian.com>
7101
7102         * mono-debug-debugger.c: Completely reworked the type support; the
7103         most important thing is that we're now just using one single
7104         `MonoType' instance per type.
7105
7106 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
7107
7108         * mono-endian.h, mono-endian.c, icall.c: Added icall
7109         ves_icall_System_Double_AssertEndianity to assert double word endianity
7110         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
7111
7112 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7113
7114         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
7115         support, icalls and fixes.
7116
7117 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
7118
7119         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
7120         classes that are a punctuation character in .NET is not the same a
7121         g_unichar_ispunct.
7122
7123 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7124
7125         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
7126
7127 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
7128
7129         * icall.c: Add new MemCopy internalcall.
7130         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
7131         Simplified code; It is not necessary to handle all the cases here,
7132         as the C# code takes care of it.  Only handle the case of the name
7133         resource embedded into the assembly.
7134
7135         Changed signature to return the data pointer and the size of the
7136         data. 
7137
7138 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
7139
7140         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
7141         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
7142
7143 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7144
7145         * socket-io.c: ignore EINTR error in select.
7146
7147 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7148
7149         * class.h, class.c: removed unused subclasses field in MonoClass.
7150
7151 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7152
7153         * icall.c: improve fix of get_base_definition(). If the parent class
7154           doesn't have the mehod, look at the parent of the parent.
7155         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
7156           to check if a parameter is an in or out parameter
7157           (PARAM_ATTRIBUTE_IN is not set by default).
7158           mono_method_return_message_restore(): Use mono_class_value_size to
7159           get the size of a value type. mono_type_stack_size (parameterType)
7160           does not return the correct value if parameterType is byRef.
7161           mono_load_remote_field(), mono_load_remote_field_new(),
7162           mono_store_remote_field(), mono_store_remote_field_new():
7163           raise exception if the remote call returns an exception.
7164
7165 2003-07-28  Martin Baulig  <martin@ximian.com>
7166
7167         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
7168         method.  This is a wrapper around mono_runtime_invoke() which
7169         boxes the instance object if neccessary.
7170
7171 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7172
7173         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
7174         metadata.h, row-indexes.h, verify.c: first cut of generics support.
7175
7176 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7177
7178         * icall.c: disable mcs bug workaround.
7179
7180 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
7181
7182         * object.c (mono_runtime_class_init): Take the metadata_section
7183         mutex before obtaining the domain mutex.
7184
7185         * appdomain.h: Added definition of metadata_section mutex here. 
7186
7187         * object.c: define metadata_mutex here.
7188
7189 2003-07-24  Ravi Pratap  <ravi@ximian.com>
7190
7191         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
7192         fixed.
7193
7194 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
7195
7196         * reflection.c: Fix bug #46669
7197
7198 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7199
7200         * exception.c:
7201         * exception.h:
7202         * icall.c:
7203         * object.h: fill in the type name for TypeLoadException.
7204
7205 2003-07-23  Ravi Pratap  <ravi@ximian.com>
7206
7207         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
7208         relationship between TypeBuilders while compiling corlib) and bug
7209         45993 (Array types returned from the runtime while compiling
7210         corlib were from the loaded corlib).
7211
7212 2003-07-22  Martin Baulig  <martin@ximian.com>
7213
7214         * mono-debug-debugger.c: Reworked the type support a bit more;
7215         distinguish between types and classes.
7216
7217 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
7218
7219         * icall.c: add IsArrayImpl icall.
7220
7221 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
7222
7223         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
7224         initializing real_size only once. Also fix bug #46602.
7225
7226 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
7227
7228         * object.c: Renamed mono_metadata_section to metadata_section.
7229
7230 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
7231
7232         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
7233           empty array if the type is an array. Fixed.
7234           ves_icall_MonoMethod_get_base_definition: if the base method
7235           is abstract, get the MethodInfo from the list of methods of
7236           the class.
7237         * reflection.c: ParameterInfo.PositionImpl should be zero-based
7238           and it was 1-based. Fixed in mono_param_get_objects.
7239
7240 2003-07-20  Martin Baulig  <martin@ximian.com>
7241
7242         * mono-debug.h: Set version number to 31.
7243         (mono_debug_init): Added `MonoDomain *' argument.
7244
7245         * mono-debug-debugger.c: Reworked the type support; explicitly
7246         tell the debugger about builtin types; pass the `klass' address to
7247         the debugger.
7248
7249 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
7250
7251         * image.c: Allow new metadata tables to be loaded without a
7252         warning. Also update the warning message to give the new constant value.
7253                 
7254 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
7255
7256         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
7257         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
7258         array type representation changes.
7259
7260 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7261
7262         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
7263         on Environment.Exit () call.
7264
7265 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7266
7267         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
7268         requires a matching corlib.
7269
7270 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7271
7272         * Changelog: My editor decided to add a CR to each line. Sorry about that.
7273           Committed again without the CRs.
7274         
7275 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7276
7277         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
7278           getting it from the "this" socket instance. Did not work
7279           if the socket is a subclass of Socket.
7280           Also fixed bug #35371.
7281
7282 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7283
7284         * metadata.c: fixed size for TypedByRef.
7285         * loader.c: when searching for a method, consider the vararg amrker.
7286         * unicode.c, decimal.c: constify some arrays.
7287
7288 2003-07-15  Dick Porter  <dick@ximian.com>
7289
7290         * socket-io.c: Fixed compilation for gcc < 3.2.
7291
7292         Fixed compilation for machines that don't have AF_INET6 (thanks to
7293         Bernie Solomon <bernard@ugsolutions.com> for that part.)
7294
7295         Fixed compile warnings.
7296         
7297         Fixed formatting and line endings.
7298
7299 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
7300
7301         * socket-io.h:
7302         * socket-io.c: Added IPv6 support.
7303
7304 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
7305
7306         * class.c (mono_class_is_assignable_from): New function to implement
7307         the is_assignable_from logic. Used by mono_object_isinst, 
7308         Type::IsAssignableFrom () and the interpreter.
7309
7310         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
7311         Object, even interfaces.
7312         
7313         * object.c (mono_object_isinst): Implement in terms of 
7314         is_assignable_from.
7315
7316         * icall.c (ves_icall_type_is_assignable_from): New icall.
7317
7318 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
7319
7320         * domain.c (foreach_domain): fix compiler warning.
7321
7322 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
7323
7324         * image.c (load_metadata_ptrs): use g_strndup because strndup is
7325         not available on all plattforms
7326
7327 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
7328
7329         * image.h image.c: Store the metadata version string in MonoImage.
7330         * icall.c: New icall to retrieve the image version.
7331         * reflection.c (create_dynamic_image): Fill in the image version field
7332         * reflection.c (build_compressed_metadata): Use the image version
7333         from the image structure.
7334
7335 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7336
7337         * appdomain.c: modified comment.
7338         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
7339         That will be its last iteration when mono_gc_cleanup is called from
7340         mono_runtime_cleanup and before the domain is unloaded.
7341
7342         Fixes bug #45962.
7343
7344 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
7345
7346         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
7347         attributes.
7348
7349 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7350
7351         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
7352         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
7353         Bernie Solomon <bernard@ugsolutions.com>.
7354
7355 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7356
7357         * object.c, object.h: provide mono_object_new_fast() for faster
7358         allocation in some special cases.
7359
7360 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
7361
7362         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
7363         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
7364
7365 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
7366
7367         * threadpool.c: fix leaks.
7368
7369 2003-07-01  Dick Porter  <dick@ximian.com>
7370
7371         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
7372         using MonoGHashTables.  Fixes threadpool bug posted to list.
7373
7374 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
7375
7376         * image.h, image.c: added support to load an assembly from a byte array.
7377         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
7378         assembly bundle support.
7379
7380 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
7381
7382         * threadpool.c (mono_thread_pool_add): keep a reference to the
7383         AsyncResult to prevent GC
7384
7385 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7386
7387         * class.c: leak fix.
7388
7389 2003-06-25  Dick Porter  <dick@ximian.com>
7390
7391         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
7392         for the async object, the WaitHandle object will close the handle.
7393         Fixes bug 45321.
7394
7395 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7396
7397         * class.c: in mono_array_class_get (), lookup from the hash with the
7398         same type we insert: this works around a bug in
7399         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
7400         lluis. The real fix will have to wait for after the release.
7401
7402 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7403
7404         * icall.c: fix memory leak when getting type members.
7405
7406 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7407
7408         * reflection.c: added more pubtoken special cases.
7409
7410 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
7411
7412         * class.c: handle field offset correctly when class size
7413         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
7414
7415 2003-06-20  Martin Baulig  <martin@ximian.com>
7416
7417         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
7418         *image' field.
7419
7420 2003-06-20  Martin Baulig  <martin@ximian.com>
7421
7422         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
7423
7424 2003-06-20  Martin Baulig  <martin@ximian.com>
7425
7426         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
7427         just distinguish between variables in registers and variables at
7428         an offset relative to a register.
7429
7430 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7431
7432         * icall.c: #ifdef out latest changes until mcs is fixed.
7433
7434 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7435
7436         * icall.c: return members in metadata order.
7437
7438 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7439
7440         * icall.c: avoid infinite loop in GetTimeZoneData.
7441
7442 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
7443
7444         * icall.c: added Marshal.Prelink/All icalls.
7445
7446 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7447
7448         * object.c, object.h: fix warnings and do some overflow checking
7449         when creating arrays.
7450
7451 2003-06-17  Dick Porter  <dick@ximian.com>
7452
7453         * file-io.h:
7454         * file-io.c: File attributes need to be tweaked slightly when
7455         passed from the managed to the w32 world.
7456
7457 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7458         * profiler.h profiler-private.h profiler.c: Rework last patch
7459         based on suggestion by Paolo.
7460         
7461 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7462
7463         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
7464         instruction level coverage data collection.
7465         * profiler.h profiler.c (: Added new callback function which can be
7466         used by the profiler to limit which functions should have coverage
7467         instrumentation.
7468         * profiler.c (mono_profiler_load): Call g_module_build_path to
7469         generate the file name of the profiler library.
7470
7471 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7472
7473         * profiler.c, profiler.h, profiler-private.h: added basic block 
7474         coverage profiling API.
7475
7476 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
7477
7478         * reflection.c (mono_reflection_create_runtime_class): Add support
7479         for events in dynamically generated code.
7480
7481         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
7482         not allocated.
7483
7484 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7485
7486         * icall.c: when getting timezone info, return reasonable values if we
7487         can't get the actual data.
7488
7489 2003-06-14  Dick Porter  <dick@ximian.com>
7490
7491         * threads.c (start_wrapper): Remove the reference to the thread
7492         object in the TLS data, so the thread object can be finalized.
7493         This won't be reached if the thread threw an uncaught exception,
7494         so those thread handles will stay referenced :-( (This is due to
7495         missing support for scanning thread-specific data in the Boehm GC
7496         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
7497
7498 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
7499
7500         * reflection.c: ensure streams and tables are first allocated with
7501         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
7502
7503 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7504
7505         * icall.c: fixed GetElementType for byrefs (bug# 44792).
7506
7507 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
7508
7509         * reflection.c (mono_reflection_create_runtime_class): Add support for
7510         properties to dynamically created classes.
7511         * reflection.c: Fix a few places where non-MonoObjects were inserted
7512         into the tokens hashtable.
7513
7514 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7515
7516         * object.c: some support to handle out of memory exceptions.
7517
7518 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
7519
7520         * marshal.c (mono_marshal_get_native_wrapper): support reference
7521         return types
7522
7523 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7524
7525         * object.h, object.c: more portability stuff from Bernie Solomon.
7526         Unexport mono_object_allocate(). Added mono_object_unbox ().
7527         Set exitcode when an unhandled exception is thrown.
7528
7529 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
7530
7531         * marshal.c (mono_marshal_get_native_wrapper): use custom
7532         marshaler for return types.
7533
7534 2003-06-10  Dick Porter  <dick@ximian.com>
7535
7536         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
7537         ip_mreq is available
7538
7539 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
7540
7541         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
7542         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
7543         by Bernie Solomon <bernard@ugsolutions.com>.
7544
7545 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
7546
7547         * gc.c (mono_gc_init): Avoid error message on shutdown when
7548         GC_DONT_GC=1 is used.
7549
7550         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
7551         New icall to return the GUID of a module.
7552
7553 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7554
7555         * class.c: ensure instance size always includes the parent's size
7556         even whem class size is set explicitly (fixes bug#44294).
7557
7558 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7559
7560         * profiler.h, profiler.c: made the simple profiler thread-safe,
7561         get more accurate timing info. Allow the loading of an
7562         externally-developed profiler module.
7563
7564 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
7565
7566         * marshal.c (mono_marshal_get_native_wrapper): improved
7567         class/byref arguments.
7568         (mono_marshal_get_native_wrapper): better string marshaling support.
7569
7570 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
7571
7572         * class.c: ensure .pack and .size are handled correctly and
7573         simplified layout of static fields.
7574
7575 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
7576
7577         * appdomain.c
7578         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
7579
7580         * loader.c (mono_lookup_pinvoke_call): look for modules in the
7581         current directory (fix bug 44008)
7582
7583 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
7584
7585         * marshal.c (mono_marshal_get_native_wrapper): started support for
7586         custom marshalers.
7587         (mono_delegate_to_ftnptr): consider marshalling specifications
7588
7589 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
7590
7591         * reflection.c, reflection.h: emit custom marshal info.
7592
7593 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7594
7595         * object.c: free the GError.
7596         * icall.c: added CloseEvent_internal.
7597         * threads.[ch]:
7598         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
7599         call.
7600
7601 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
7602
7603         * loader.c (mono_method_get_signature): Add support for dynamic
7604         assemblies.
7605
7606 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
7607
7608         * reflection.c: fixed bug #43905.
7609
7610 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7611
7612         * class.c, domain.c, icall.c, metadata.h, object.h: support for
7613         handling TypedReference and ArgIterator.
7614         * loader.c, loader.h: added function to get signature at call site.
7615
7616 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7617
7618         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
7619         data readonly. Buglets and warning fixes. Some MethodSpec support.
7620
7621 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7622
7623         * class.h, class.c, object.c: remove relative numbering support.
7624
7625 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
7626
7627         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
7628         free the string, until we get a chance to fix Gtk#
7629
7630 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7631
7632         * marshal.c: revert last patch.
7633
7634 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
7635
7636         * icall.c: updates for new mono_class_vtable() not calling
7637         the type constructor anymore.
7638
7639 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
7640
7641         * object.h, object.c: separate vtable creation from type
7642         initialization. Make running the .cctor thread safe.
7643
7644 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
7645
7646         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
7647
7648 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
7649
7650         * loader.c (mono_get_method): consider calling convention
7651
7652 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
7653
7654         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
7655         to return the invisible global type for a module.
7656
7657         * reflection.c (mono_image_build_metadata): Emit global fields too.
7658
7659 2003-05-20  Peter Williams  <peterw@ximian.com>
7660
7661         * loader.c (mono_lookup_internal_call): Add a few newlines.
7662
7663 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
7664
7665         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
7666         literal strings.
7667
7668         * appdomain.c (set_domain_search_path): Recalculate search path when
7669         AppDomainSetup.PrivateBinPath changes.
7670
7671         * object.c (mono_class_compute_gc_descriptor): It turns out some
7672         parts of the class libs (like System.Thread) holds pointers to
7673         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
7674         to treat native int a pointer type here.
7675         
7676 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
7677
7678         * appdomain.h, domain.c: add hashtable for jump target resolution.
7679
7680 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
7681
7682         * reflection.h reflection.c icall.c: Added new icalls 
7683         GetManifestResourceInfoInternal, GetModulesInternal and support
7684         infrastructure.
7685
7686 2003-05-16  Dick Porter  <dick@ximian.com>
7687
7688         * icall.c:
7689         * file-io.h:
7690         * file-io.c: Implement System.IO.MonoIO::GetTempPath
7691
7692 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
7693
7694         * object.c: mono_store_remote_field: little fix to previous patch.
7695
7696 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7697
7698         * class.c: add constructors to array classes.
7699         * icall.c: special case array construction for InternalInvoke (),
7700
7701 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
7702
7703         * class.h class.c reflection.c object.c: Added support for field
7704         defaults in dynamically generated classes.
7705
7706 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
7707
7708         * reflection.c: properly encode charset for ddlimport.
7709
7710 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
7711
7712         * threads.c: allow compiling without GC.
7713
7714 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7715
7716         * appdomain.h, object.c, object.h, threads.c, threads.h: added
7717         handling of thread static data.
7718
7719 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7720
7721         * reflection.h, reflection.c: added mono_custom_attrs_free ().
7722
7723 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
7724
7725         * class.c (mono_array_class_get): always set the serializable flags
7726         (mono_array_class_get): always set the SEALED attribute for array types
7727
7728 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
7729
7730         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
7731         attributes (fix for bug 42021).
7732
7733 2003-05-12  Dick Porter  <dick@ximian.com>
7734
7735         * gc.c: Don't run finalizers when the finalizer thread is
7736         finishing up, because the default domain has already been
7737         destroyed.
7738
7739 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
7740
7741         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
7742         value is null, we should throw an exception.   This is slightly
7743         different than the other conventions used for the constructor.
7744
7745 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7746
7747         * socket-io.c: fixed windows build.
7748
7749 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7750
7751         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
7752
7753 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
7754
7755         * object.c (mono_string_new_wrapper): Compatibility fix for MS
7756         compilers.
7757
7758 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
7759
7760         * class.c (mono_class_layout_fields): Add experimental GC aware
7761         auto layout facility. Requires class library changes to work correctly.
7762
7763         (mono_class_setup_vtable): Avoid overriding explicit interface
7764         method implementations. Fixes iface3.exe test.
7765
7766         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
7767         object reference.
7768         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
7769         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
7770
7771         * metadata.h: Add new type classification macro which determines
7772         whenever the type holds an object reference.
7773
7774 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
7775
7776         * marshal.c (mono_marshal_get_native_wrapper): cleanups
7777
7778 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
7779
7780         * gc.c (finalizer_thread): Work around a GC bug.
7781
7782 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
7783
7784         * marshal.c (emit_struct_conv): allow unions
7785
7786         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
7787
7788 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
7789
7790         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
7791
7792 2003-05-06  Martin Baulig  <martin@ximian.com>
7793
7794         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
7795
7796 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7797
7798         * socket-io.c:
7799         (Select_internal): allow NULLs, don't create arrays if not needed.
7800         Coupled with Socket.cs changes.
7801
7802         * threadpool.c:
7803         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
7804         register a finalizer for it that will close the semaphore handle. This
7805         fixes the leak and make Lupus' test run with > 4080 loops.
7806
7807 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
7808
7809         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
7810         Jerome Laban (bug #42287)
7811
7812 2003-05-02  Martin Baulig  <martin@ximian.com>
7813
7814         * debug-mono-symfile.h
7815         (MonoSymbolFile): Moved declaration into mono-debug.h.
7816         (MonoDebugMethodJitInfo): Likewise.
7817         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
7818         argument.
7819         (_mono_debug_address_from_il_offset): Take a
7820         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
7821
7822         * mono-debug.h
7823         (MonoDebugDomainData): New struct.
7824         (mono_debug_get_domain_data): New function.
7825         (mono_debug_add_method): Take an additional `MonoDomain *'
7826         argument.
7827         (mono_debug_source_location_from_address): Likewise.
7828         (mono_debug_il_offset_from_address): Likewise.
7829         (mono_debug_address_from_il_offset): Likewise.
7830
7831 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
7832
7833         * reflection.c: one more check for null type in custom attrs.
7834
7835 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7836
7837         * reflection.c: avoid warning (comparison is always false due to limited
7838         range of data type).
7839
7840 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7841
7842         * icall.c: throw an exception in Type.GetField if the argument 'name'
7843         is NULL.
7844
7845 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
7846
7847         * reflection.c: fixed handling of enums in named arguments to custom
7848         attributes (bug #42123).
7849
7850 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
7851
7852         * reflection.c: use the right array element type and handle
7853         a null for a Type argument, too.
7854
7855 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
7856
7857         * reflection.c: handle arrays as arguments to custom attributes.
7858
7859 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7860
7861         * reflection.c: handle a string value in a custom attr
7862         ctor that takes an object.
7863
7864 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
7865
7866         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
7867         (fix bug #42063)
7868
7869 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
7870
7871         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
7872
7873 2003-04-27  Martin Baulig  <martin@ximian.com>
7874
7875         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
7876         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
7877         MONO_DEBUGGER_EVENT_BREAKPOINT.
7878         (mono_breakpoint_trampoline_code): Removed.
7879         (mono_debugger_event_handler): The last argument is now a
7880         `guint32'.
7881         (mono_debugger_insert_breakpoint_full): Removed the
7882         `use_trampoline' argument.
7883         (mono_debugger_method_has_breakpoint): Likewise.
7884         (mono_debugger_trampoline_breakpoint_callback): Renamed to
7885         mono_debugger_breakpoint_callback(); take the method and
7886         breakpoint number as arguments.
7887
7888 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
7889
7890         * metadata.c: fix off by one when loading parameters attributes.
7891
7892 2003-04-24  Martin Baulig  <martin@ximian.com>
7893
7894         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
7895
7896 2003-04-24  Martin Baulig  <martin@ximian.com>
7897
7898         * mono-debug-debugger.c: Moved all code which interacts with the
7899         Mono Debugger here.
7900
7901         * debug-mono-symfile.c: This code now just deals with the symbol
7902         file itself, the debugger code is now in mono-debug-debugger.c.
7903
7904 2003-04-23  Martin Baulig  <martin@ximian.com>
7905
7906         * mono-debug.c (mono_debug_source_location_from_il_offset):
7907         New method; like mono_debug_source_location_from_address(), but
7908         takes an IL offset instead of a machine address.
7909
7910 2003-04-23  Martin Baulig  <martin@ximian.com>
7911
7912         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
7913         `line' field; this is now computed by the debugger.
7914
7915 2003-04-23  Martin Baulig  <martin@ximian.com>
7916
7917         * mono-debug.[ch]: New files.  This is the new debugging interface.
7918
7919         * mono-debug-debugger.[ch]: New files.  Moved all code which
7920         interacts with the Mono Debugger here.
7921
7922 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
7923
7924         * domain.c (mono_init): initialize mono_defaults.monitor_class
7925
7926 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
7927
7928         * reflection.c (method_encode_code): Add a spicy exception to help
7929         future compiler authors.
7930
7931 2003-04-21  Martin Baulig  <martin@ximian.com>
7932
7933         * icall.c
7934         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
7935         Make this work with relative pathnames; g_filename_to_uri() needs
7936         an absolute filename.
7937
7938 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
7939
7940         * icall.c: Track name changes in Object and ValueType.
7941
7942 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
7943
7944         * metadata.c (mono_type_stack_size): size should be a multiple of
7945         sizeof (gpointer)
7946
7947 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7948
7949         * gc.c:
7950         (internal_domain_finalize): moved into mono_domain_finalize. No need
7951         to create another thread because the finalizers will be run in the
7952         finalizer thread.
7953         
7954         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
7955         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
7956         to be run (MS does this too).
7957
7958 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
7959
7960         * object.c (mono_class_compute_gc_descriptor): Update comment.
7961
7962         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
7963
7964         * image.h: Add synchronized wrapper cache.
7965
7966         * image.c (do_mono_image_open): Initialize cache.
7967
7968         * reflection.c (create_dynamic_mono_image): Initialize cache.
7969
7970 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7971
7972         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
7973         ves_icall_System_Buffer_ByteLengthInternal.
7974
7975 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7976
7977         * reflection.c: setup klass->nested_in earlier. Allow
7978         a dash in the assembly name.
7979
7980 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
7981
7982         * metadata.c (mono_type_to_unmanaged): dont access
7983         type->data.klass for MONO_TYPE_OBJECT
7984         (mono_type_to_unmanaged): consider System.Delegate class
7985
7986 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
7987
7988         * class.c: just setup supertypes in the proper place instead of
7989         initializing the full element class for arrays.
7990
7991 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7992
7993         * class.c: ensure the element class of arrays is initialized.
7994         Setup the supertype info for array classes, too.
7995
7996 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
7997
7998         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
7999
8000 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8001
8002         * Makefile.am: re-added -m option when running cygpath. This way,
8003         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
8004         separator.
8005         * mono-config.c: same codepath for locating mono config file for WIN32
8006         and the rest.
8007         * assembly.c: if mono_assembly_setrootdir is called, don't override
8008         the value set.
8009
8010 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8011
8012         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
8013         MONO_ASSEMBLIES variable.
8014
8015 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
8016
8017         * icall.c: added Assembly::GetNamespaces() icall.
8018
8019 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8020
8021         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
8022
8023 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
8024
8025         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
8026         * object.c: fixed bug in the construction of vtable for proxies
8027
8028 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
8029
8030         * object.c (mono_array_new): Mark mono_array_new as an icall.
8031
8032 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8033
8034         * class.c: fixed test for public method when overriding interfaces.
8035         Closes bug #40970.
8036
8037 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
8038
8039         * appdomain.h, domain.c: added mono_domain_foreach() to
8040         be able to access the currently loaded appdomains.
8041         * object.c: make string interning work across sppdomains.
8042         Mark some functions for use as icalls.
8043
8044 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
8045
8046         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
8047
8048         * reflection.h reflection.c: Allocate long living data using 
8049         GC_MALLOC_ATOMIC so the collector does not need to scan it.
8050
8051         * reflection.c: Double the allocation size in streams instead of
8052         increasing it, to prevent unneccesary copying on large assemblies.
8053         
8054         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
8055         creation if the assembly does not have the Run flag set.
8056
8057 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8058
8059         * class.h: avoid the C++ keywords in header files (Jerome Laban
8060         spotted and fixed this).
8061
8062 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8063
8064         * object.c:
8065         (mono_unhandled_exception): fill in the arguments for the
8066         UnhandledException event. Only trigger that event for the default
8067         domain (as MS does).
8068
8069 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
8070
8071         * object.c: Improve typed allocation stuff based on suggestions from
8072         Paolo. Also turn it on if the GC library supports it.
8073
8074 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8075
8076         * object.c object.h class.h: Added experimental typed allocation
8077         facility using the interfaces in gc_gcj.h.
8078
8079         * os/gc_wrapper.h: Added new include files.
8080         
8081 2003-04-03  Martin Baulig  <martin@ximian.com>
8082
8083         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
8084         which is not yet enabled by default.
8085
8086         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
8087         functions.
8088         (mono_gc_lock, mono_gc_unlock): New static functions.
8089
8090         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
8091         functions; stop/start the world for the garbage collector.  This
8092         is using the windows API; we need to complete the SuspendThread()/
8093         ResumeThread() implementation in the io-layer to make this work on Unix.
8094         (mono_gc_push_all_stacks): New public function; tells the garbage
8095         collector about the stack pointers from all managed threads.
8096
8097 2003-04-03  Martin Baulig  <martin@ximian.com>
8098
8099         * object.h (MonoThread): Added `gpointer stack_ptr'.
8100
8101         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
8102
8103 2003-04-03  Martin Baulig  <martin@ximian.com>
8104
8105         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
8106
8107 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8108
8109         * reflection.c (typebuilder_setup_fields): Initialize field.first and
8110         field.last.
8111
8112 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
8113
8114         * loader.c (mono_lookup_internal_call): Report the corlib that is
8115         out of sync.
8116
8117 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
8118
8119         * icall.c (ves_icall_type_GetTypeCode): fixed check for
8120         System.DBNull (it's class not valuetype).
8121
8122 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8123
8124         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
8125         if the array method was already assigned a token (fixes bug#40646).
8126
8127 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
8128
8129         * reflection.c (mono_reflection_get_type): Attempt type resolve even
8130         if no assembly is given.
8131
8132 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
8133
8134         * metadata.h: Added the new tables.
8135
8136         * row-indexes.h: Added definitions for new tables.
8137
8138         * metadata.c: Add schemas for new tables, and add support for
8139         computing the sizes of them.
8140
8141         * class.c: Update for handling the new type cases.
8142
8143 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
8144
8145         * metadata.h (MONO_TYPE_IS_VOID): new macro
8146
8147 2003-03-31  Martin Baulig  <martin@ximian.com>
8148
8149         * threads.h (MonoThreadCallbacks): Added `thread_created'.
8150
8151         * threads.c (mono_thread_new_init): Call `thread_created' in the
8152         mono_thread_callbacks.
8153
8154 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
8155
8156         * loader.h: added marshalbyrefobject_class to mono_defaults
8157         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
8158         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
8159           generation of output parameters.
8160           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
8161         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
8162           contextbound and the target object belongs to the context of the caller.
8163         * object.h: added context and unwrapped_server variables in MonoRealProxy.
8164         * object.c: Implemented support for interfaces and abstract classes
8165           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
8166           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
8167
8168 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
8169
8170         * class.h class.c (mono_class_is_subclass_of): New function.
8171         
8172         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
8173         routines for most common case (calls from ArrayList::ToArray).
8174
8175         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
8176         routine so programs which call Environment::Exit() can be profiled.
8177
8178         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
8179         Added MONO_ARCH_SAVE_REGS.
8180
8181         * icall.c (ves_icall_type_is_subtype_of): Use new function.
8182
8183 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
8184
8185         * blob.h: Add a couple of new MonoType types definitions.
8186
8187         * tabledefs.h: Add a couple of new call convs.
8188
8189 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
8190
8191         * reflection.h (MonoReflectionDynamicAssembly): track changes in
8192         the layout of the class.
8193
8194         * reflection.c (alloc_table): double the size on overflow to avoid
8195         unnecessary copying.
8196
8197         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
8198         avoid filling out metadata tables and blobs. Also set mb->ilgen to
8199         null so it can be garbage collected.
8200         
8201 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
8202
8203         * reflection.c (mono_reflection_get_type): Return the resolved type
8204         only if it is in the assembly we searched.
8205
8206         * reflection.c (ensure_runtime_vtable): Initialize method slots.
8207
8208         * class.c (mono_class_setup_vtable): Set the slot of the overriding
8209         method.
8210
8211 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8212
8213         * appdomain.c:
8214         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
8215         the right one is 'file:///blah', but MS allows it.
8216         * assembly.c:
8217         (mono_assembly_open): allow 'file://blah'
8218
8219         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
8220
8221 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
8222
8223         * socket-io.c: fixes bug #40310.
8224
8225 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
8226
8227         * reflection.c (mono_reflection_parse_type): handle deeply nested
8228         types correctly.
8229
8230         * reflection.c (mono_image_create_token): Use unique token values
8231         since they will be put into a hash table.
8232
8233         * class.c (mono_class_setup_vtable): If a method occurs in more than
8234         one place in the vtable, and it gets overriden, then change the
8235         other occurances too.
8236
8237         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
8238         object as return type.
8239
8240 2003-03-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8241
8242         * icall.c: Deleted "ToString" implementation for double and float
8243         because they are full implemented in managed code.
8244
8245 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8246
8247         * reflection.c, reflection.h: implemented and exported functions
8248         to retrieve info about custom attributes.
8249
8250 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8251
8252         * appdomain.c: moved Uri handling to assembly.c
8253         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
8254         work when using a file Uri in *nix and windows.
8255
8256         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
8257         GetReferencedAssemblies.
8258
8259 2003-03-18  Dick Porter  <dick@ximian.com>
8260
8261         * icall.c: Rename a couple of internal calls
8262
8263         * threads.c: Set the thread state to Stopped when a thread exits.
8264         Fixes bug 39377.
8265
8266 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
8267
8268         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
8269         New icall.
8270
8271         * object.c (mono_class_vtable): fix warning.
8272
8273 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
8274
8275         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
8276
8277         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
8278         memory.
8279         (method_encode_clauses): Create exception info structures in the right
8280         order.
8281         (mono_reflection_setup_internal_class): Initialize supertypes field.
8282
8283         * class.c object.c: Handle interfaces which implement other interfaces 
8284         correctly.
8285
8286         * class.h class.c: Move the supertypes array initialization code into 
8287         a separate function so it can be used for dynamic types too. Also call
8288         it earlier, in mono_class_init(), since it can be used before the
8289         type is initialized.
8290
8291 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8292
8293         * Makefile.am:
8294         * assembly.c:
8295         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
8296
8297         * appdomain.c:
8298         * appdomain.h:
8299         * marshal.c:
8300         * object.c: remove warnings.
8301
8302 2003-03-13  Martin Baulig  <martin@ximian.com>
8303
8304         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
8305         (MonoDebugLexicalBlockEntry): New types.
8306
8307         * debug-mono-symfile.c
8308         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
8309
8310 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8311
8312         * process.c: ret can be any non-zero value accroding to MS doc.
8313
8314 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
8315
8316         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
8317         fixing a warning for a miss-used prototype, would have cause
8318         random memory corruption.
8319
8320 2003-03-07  Martin Baulig  <martin@ximian.com>
8321
8322         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
8323         getting really annoying ....
8324
8325 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
8326
8327         * reflection.c (fixup_method): added support for array methods.
8328
8329 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
8330
8331         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
8332         (pointed out by Michael Adams).
8333
8334 2003-03-04  Dick Porter  <dick@ximian.com>
8335
8336         * icall.c: Temporarily reverted the Double and Single ToString()
8337         change, because it broke nunit.
8338
8339 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
8340
8341         * object.h, threads.h: make include files compatible with C++
8342         (patch by Jerome Laban <jlaban@wanadoo.fr>).
8343
8344 2003-03-04  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8345
8346         * icall.c: Erased ToString helper functions for Double and Single.
8347         Now, that implementations ar all in managed code (Double and Single
8348         Formatters).
8349
8350 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
8351
8352         * appdomain.c: Added method for initializing the default context of
8353         a domain. Added internal call for getting the default context.
8354         * appdomain.h: Added context variable in MonoDomain struct.
8355         * domain.c: mono_domain_set also sets the default context of the domain
8356         * icall.c: Mapped internal method InternalGetDefaultContext.
8357         * object.c: mono_object_get_virtual_method returns always a remoting
8358         wrapper if the object is a transparent proxy.
8359         mono_runtime_invoke_array: when creating an object by calling the
8360         constructor, if the created object is a proxy, then the constructor should
8361         be called using the a remoting wrapper.
8362
8363 2003-03-03  Dick Porter  <dick@ximian.com>
8364
8365         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
8366         variable so it compiles on solaris.  Problem spotted by
8367         Christopher Taylor <ct@cs.clemson.edu>
8368
8369 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8370
8371         * appdomain.c:
8372         (get_info_from_assembly_name): don't leak value.
8373
8374         * icall.c:
8375         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
8376         result.
8377
8378 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
8379
8380         * assembly.c: export mono_image_load_references ().
8381         * class.c: handle function pointers. mono_class_from_name() now
8382         supports nested type names directly.
8383
8384 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
8385
8386         * reflection.h reflection.c: Encode already created dynamic methods 
8387         and fields correctly as a DEF instead of a REF.
8388
8389         * reflection.c: Get rid of the force_ref argument to 
8390         mono_image_typedef_or_ref since it was wrong in the first place.
8391
8392         * string-icalls.c: add error checking to string constructors according
8393         to the MSDN docs.
8394
8395         * reflection.c: Emit types in the order their TypeBuilders were 
8396         created. Previously, a new table index was assigned to each type before
8397         the tables were emitted. This was wrong because the signature blob
8398         might already refer to a type by its original table index.
8399
8400 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
8401
8402         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
8403         change.
8404         
8405 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8406
8407         * Makefile.am: make assemblies dir have \ instead of / on windows.
8408
8409 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
8410
8411         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
8412         iterate over the NESTEDCLASS table using a linear search since the
8413         table is not guaranteed to be sorted by the secondary key.
8414
8415         * class.c (mono_class_create_from_typedef): fixed up call to
8416         mono_metadata_nesting_typedef.
8417         
8418 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
8419
8420         * marshal.c (mono_string_to_byvalstr): clear the memory as
8421         suggested by Jerome Laban <jlaban@wanadoo.fr>
8422
8423 2003-02-26  Dick Porter  <dick@ximian.com>
8424
8425         * process.c: Cope with padding in .rsrc blocks
8426
8427 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8428
8429         * metadata.h: reverted the filter_len change, it breaks reflection
8430         
8431 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8432
8433         * metadata.h: added a new field to store the filter_len
8434         
8435
8436 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
8437
8438         * reflection.c: handle custom attributes for types and members
8439         created with Reflection.Emit (bug#38422).
8440
8441 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
8442
8443         * reflection.c: define RTSpecialName automatically for constructors for
8444         compatibility with MS.NET.
8445
8446         * reflection.c (mono_reflection_create_runtime_class): initialize
8447         nested_in field of dynamically created classes.
8448
8449 2003-02-22  Martin Baulig  <martin@ximian.com>
8450
8451         * debug-mono-symfile.h: Incremented version number.
8452
8453 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8454
8455         * object.h icall.c process.c: fix warnings.
8456
8457 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8458
8459         * appdomain.h appdomain.c:
8460         (mono_domain_try_type_resolve): split the 
8461         name_or_tb argument into a name and a tb argument.
8462         (mono_domain_has_type_resolve): new function to check whenever the
8463         application has registered a TypeResolve event handler.
8464         
8465         * icall.c reflection.h reflection.c: move the type resolve logic into
8466         mono_reflection_get_type () so it will be invoked when 
8467         Assembly::GetType () is called.
8468
8469         * reflection.c:
8470         (mono_reflection_get_type): renamed to get_type_internal.
8471         (mono_reflection_get_type): fixed type name generation so it works 
8472         for nested types too.
8473         (mono_reflection_get_type): call has_type_resolve () to avoid the 
8474         costly type name generation if there is no resolve event handler.
8475
8476 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8477
8478         * class.c, image.c: load exported types from file references.
8479
8480 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
8481
8482         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
8483           used to cache the managed methods used to create proxies and make 
8484           remote invocation of methods.
8485         * class.h: Added in MonoVTable a flag to indicate that a class needs 
8486           to be remotely created.
8487         * object.c: Modified the method mono_class_vtable(). It now initializes 
8488           the remote flag of the vtable. Modified mono_object_new_specific(), 
8489           so now it checks the remote flag.
8490         * icall.c: Added a couple of internal methods, one for enabling instance 
8491           creation interception for a type, and one for creating objects bypassing
8492           the remote check.
8493
8494 2003-02-18  Martin Baulig  <martin@ximian.com>
8495
8496         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
8497         New interncall to get a method's metadata token.
8498
8499         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
8500         New interncall for the debugger.
8501
8502 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
8503
8504         * class.c (mono_class_setup_vtable): allocate supertype array
8505
8506 2003-02-18  Martin Baulig  <martin@ximian.com>
8507
8508         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
8509
8510 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8511
8512         * reflection.c:
8513         (assembly_name_to_aname): jump over unknown properties (i've found
8514         something like: 'type, assembly, version=xxx, custom=null, public...',
8515         so now will ignore custom=null and still get the rest of the values).
8516
8517 2003-02-17  Dick Porter  <dick@ximian.com>
8518
8519         * threads.c: Have Thread.Start() wait for a semaphore to signal
8520         that the thread has set up all its local data.  This fixes bug
8521         34323, where Abort() raced the new thread's TLS data.
8522
8523         Also removes the handle_store() call from start_wrapper, because
8524         threads are now always created suspended and there is no longer a
8525         race between the parent and child threads to store the info.
8526
8527 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
8528
8529         * image.c: explain the #- heap issue in a message, hopefully
8530         avoiding FAQs on mono-list.
8531
8532 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8533
8534         * icall.c:
8535         (GetEntryAssembly): if the domain has not invoked
8536         AppDomain.ExecuteAssembly yet, return the assembly of the default
8537         AppDomain.
8538
8539 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
8540
8541         * class.c (mono_ldtoken): make it work in dynamic assemblies.
8542
8543 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
8544
8545         * metadata.c, reflection.c: simple speedup to type hash
8546         and equals code.
8547
8548 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
8549
8550         * image.c, image.h, class.c, assembly.c: move module loading
8551         to MonoImage. When loading metadata, consider alignemnet from
8552         the start of metadata, not from the metadata address in memory.
8553
8554 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
8555
8556         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
8557         AssemblyBuilder objects. Factored out custom attribute creation into
8558         a separate function.
8559         (create_custom_attr): new function to create custom attributes.
8560
8561 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
8562
8563         * Makefile.am: Got tired of typing the full pathname to pedump.
8564         Until there is another option, am installing this.
8565
8566 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
8567
8568         * class.c (class_compute_field_layout): always set field->parent 
8569         (mono_ldtoken): use mono_defaults.fieldhandle_class;
8570
8571 2003-02-11  Dick Porter  <dick@ximian.com>
8572
8573         * threads-types.h:
8574         * monitor.c: Rewrote Monitor, making lock much faster and
8575         Pulse/Wait work as specified.  Also uses much fewer handles, and only
8576         creates them as needed.
8577
8578         * exception.c: Added SynchronizationLockException
8579
8580         * threads.c: Deleted old Monitor implementation.  The new one is
8581         in a new file.
8582
8583 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
8584
8585         * class.c: handled TypedReference type code. Set the correct size for
8586         class data. Setup interface_offsets for interface classes, too.
8587
8588 2003-02-09  Martin Baulig  <martin@ximian.com>
8589
8590         * debug-mono-symfile.h: Reflect latest symbol writer changes.
8591
8592 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
8593
8594         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
8595         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
8596         * object.c: fixed mono_object_get_virtual_method () for interfaces.
8597         * verify.c: check for code that runs after the end of the method.
8598
8599 2003-02-08  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8600
8601         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
8602         "System.Math::Round2".
8603         * sysmath.h: Added Floor, Round and Round2 definitions.
8604         * sysmath.c: Modified certain functions that were not 100% compliant
8605         with MS.NET (math precision) and added the implementation of Floor,
8606         Round and Round2.
8607
8608 2003-02-07  Martin Baulig  <martin@ximian.com>
8609
8610         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
8611
8612 2003-02-07  Martin Baulig  <martin@ximian.com>
8613
8614         * debug-mono-symfile.c: Reflected latest symwriter changes.
8615         (mono_debug_create_mono_symbol_file): Removed.
8616         (mono_debug_open_mono_symbol_file): Take an argument which
8617         specifies whether to create a dynamic symbol file.
8618
8619 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
8620
8621         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
8622
8623 2003-02-05  Martin Baulig  <martin@ximian.com>
8624
8625         * reflection.c (mono_image_build_metadata): Make this public,
8626         protect it against being called multiple times, don't create
8627         resources and don't build the compressed metadata here.
8628         (mono_image_create_pefile): Do this here.
8629
8630         * icall.c
8631         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
8632
8633 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8634
8635         * socket-io.c: fixed bug #36322.
8636
8637 2003-02-06  Piers Haken <piersh@friskit.com>
8638
8639         * appdomain.[ch]:
8640         * class.h:
8641         * debug-mono-symfile.c:
8642         * icall.c:
8643         * loader.c:
8644         * mono-config.c:
8645         * monosn.c:
8646         * reflection.c:
8647         * socket-io.c: warning cleanups
8648
8649 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
8650
8651         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
8652         function. works like remoting invoke, but does a check for the Proxy first.
8653
8654 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
8655
8656         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
8657
8658 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
8659
8660         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
8661         array of pointers.
8662         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
8663         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
8664
8665         * object.c (mono_store_remote_field_new): used by the new jit
8666         instead of mono_store_remote_field
8667         (mono_load_remote_field_new): used by the new jit
8668         instead of mono_load_remote_field
8669
8670 2003-02-05  Patrik Torstensson
8671
8672         * appdomain.c: changed unload to take the domain id instead
8673         of domain
8674         
8675         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
8676
8677
8678 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8679
8680         * appdomain.c: don't look for assemblies in ApplicationBase if
8681         PrivateBinPathProbe is set.
8682
8683 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8684
8685         * object.c: make the first argument in main_args contain the absolute
8686         path to the assembly. Fixes bug #37511.
8687
8688 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8689
8690         * icall.c: get correct UTC offset for countries not using daylight
8691         time saving. Fixes bug #30030.
8692
8693 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8694
8695         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
8696         and 1 are the family).
8697
8698 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
8699
8700         * icall.c (ves_icall_InternalExecute): removed wrong assertion
8701
8702         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
8703
8704 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
8705
8706         * reflection.c: added support for SignatureHelper tokens, which is
8707         needed by the Calli opcode.
8708
8709         * reflection.h: track changes to SignatureHelper class.
8710
8711         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
8712
8713 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8714
8715         * appdomain.c: fixed loading assemblies from PrivateBinPath.
8716
8717 2003-02-03  Patrik Torstensson
8718         * appdomain.[c|h], domain.c : 
8719          - Added support for getting a domain via domain id
8720          - Support for setting and getting domain from System.AppDomain 
8721            (used in cross appdomain channel)
8722          - Added support for get/set for a MonoAppContext on a thread 
8723            (Context class in System.Runtime.Remoting.Contexts),
8724          - Removed hack in Get/SetData and ExecuteAssembly.
8725         
8726         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
8727         the managed world to get control when a proxy is created.
8728
8729         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
8730         
8731 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
8732
8733         * icall.c
8734         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
8735         Populate the codebase field as well.
8736
8737 2003-02-02  Martin Baulig  <martin@ximian.com>
8738
8739         * debug-mono-symfile.c
8740         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
8741         (mono_debug_symfile_add_method): Allow interncalls.
8742
8743 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8744
8745         * icall.c: throw parse exception if strtod fails or the string is empty.
8746
8747 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
8748
8749         * marshal.c: handle object type separately from defined
8750         class types.
8751
8752 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
8753
8754         * marshal.c: handle NATIVE_LPSTR for strings when it's
8755         explicitly specified.
8756
8757 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
8758
8759         * reflection.c, reflection.h, icall.c: setup the reflection
8760         handle cache for ModuleBuilders and AssemblyBuilders.
8761
8762 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
8763
8764         * reflection.c (reflection_methodbuilder_to_mono_method): set
8765         pinvoke flag
8766
8767 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8768
8769         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
8770
8771 2003-01-29  Dick Porter  <dick@ximian.com>
8772
8773         * threads.c: No need for the fake_thread kludge now that Thread
8774         doesn't run a class constructor
8775         
8776 2003-01-29  Dick Porter  <dick@ximian.com>
8777
8778         * threads.c: Use g_direct_hash instead of the rather bogus
8779         g_int_hash
8780
8781 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
8782
8783         * marshal.c (mono_marshal_get_native_wrapper): add check for null
8784         (fix pinvoke12.exe)
8785         (mono_marshal_get_struct_to_ptr): generate valid IL code
8786         (mono_marshal_get_ptr_to_struct): generate valid IL code
8787         (*): correctly set sig->pinvoke, we need to memdup the signature
8788         to do that
8789
8790 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8791
8792         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
8793         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
8794
8795 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
8796
8797         * profiler.c: provide more callers information.
8798
8799 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
8800
8801         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
8802
8803         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
8804
8805         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
8806
8807 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8808
8809         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
8810         exception instead of going into an infinite loop on dates which it 
8811         can't yet handle.
8812
8813         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
8814         out-of-range exception if needed.
8815
8816         * class.c (mono_class_setup_vtable): allow a virtual method to provide
8817         an implementation for an interface method and to override an inherited
8818         method at the same time. 
8819         Imagine a scenario when a virtual method is used to override a
8820         virtual abstract method in a parent class, and this same method 
8821         provides an implementation for an method inherited from an interface. 
8822         In this case, the interface resolution code will set im->slot, which 
8823         means that the virtual method override pass will skip this method 
8824         which means a pointer to the abstract method inherited from the parent
8825         will remain in the vtable of this non-abstract class.
8826
8827         * class.c: (mono_class_setup_vtable): continue search for a real 
8828         method if only an abstract method is found.     
8829
8830 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
8831
8832         * reflection.c: add size to encoding for ByValStr and ByValArray
8833         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
8834
8835 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8836
8837         * class.c (mono_class_setup_vtable): pass the override info as an
8838         argument.
8839
8840         * class.c (mono_class_setup_vtable): set the slot of overriding methods
8841         correctly.
8842         
8843         * reflection.c (ensure_runtime_vtable); add support for method 
8844         overrides.
8845         
8846 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8847
8848         * reflection.c (resolution_scope_from_image): Hack to work to work with
8849         dynamic assemblies.
8850
8851         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
8852         added a 'force_ref' argument to force this function to allways return 
8853         a TypeRef. This is needed by mono_image_get_memberref_token ().
8854         
8855 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8856
8857         * reflection.c (mono_image_get_type_info): interfaces really don't have
8858         a parent.
8859
8860         * reflection.c (mono_image_basic_init): fill out missing fields of
8861         image structure.
8862
8863         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
8864         dynamic assemblies. This is required so dynamic assemblies show up in
8865         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
8866         Type::GetType() etc. This is consistent with MS behaviour.
8867
8868         * image.c image.h reflection.c: add newly created classes to the name 
8869         cache so mono_class_get () will find them.      
8870
8871 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8872
8873         First part of changes to get IKVM.NET running under mono.
8874         
8875         * appdomain.h, appdomain.c: added new function 
8876         mono_domain_try_type_resolve() which will emit TypeResolve events. 
8877         This function will call AppDomain::DoTypeResolve to do the actual work.
8878
8879         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
8880         moved existing code dealing with dynamic tokens to a new function 
8881         called mono_reflection_lookup_dynamic_token (). This function will 
8882         raise TypeResolve events when appropriate. Since reflection.c is not 
8883         part of libmetadata, a new hook function called 
8884         mono_lookup_dynamic_token() is added to class.c which will call this.
8885
8886         * assembly.h assembly.c: make the invoke_load_hook function public,
8887         so it can be called for dynamic assemblies.
8888
8889         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
8890
8891         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
8892         type isn't found.
8893
8894         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
8895         MonoGHashTable, since it contains pointers to objects which the GC 
8896         needs to track.
8897
8898         * assembly.c (search_loaded): remove unused variable.
8899         
8900 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
8901
8902         * object.c: fixed issue exposed by gcc-generated IL programs
8903         that use RVA data for pointers.
8904
8905 2003-01-25  Martin Baulig  <martin@ximian.com>
8906
8907         * threads.c (start_wrapper): Moved the initialization of
8908         `start_func' above the mono_new_thread_init() call to which we
8909         pass it as argument.
8910
8911 2003-01-24  Martin Baulig  <martin@ximian.com>
8912
8913         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
8914         the MonoThread pointer.
8915
8916 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
8917
8918         * icall.c: Rename `PowImpl' to Pow.
8919
8920 2003-01-23  Dick Porter  <dick@ximian.com>
8921
8922         * threads.c (start_wrapper): Create a Thread object if needed, so
8923         the Main() thread can do the class initialisation in a subthread
8924         that has been set up to allow managed code execution.
8925
8926         Pass the thread ID instead of the MonoThread pointer to the thread
8927         start and attach callbacks.  This change is required, because the
8928         jit thread start callback must be called _before_ the Thread
8929         object can be created.
8930         
8931         (mono_thread_init): Removed much object creation code that is no
8932         longer needed.  No managed code is called from here now.
8933
8934         * object.c (mono_runtime_exec_managed_code): Create a subthread
8935         for Main, and call back to the runtime to use it.
8936         Set the exit code when Main exits.
8937
8938         * gc.c: Make sure domain finalisation happens in a subthread.
8939         Re-enable threaded GC, fixing bug 31333 (again).
8940
8941         * environment.c: System.Environment internall calls (so far just
8942         ExitCode is here, the others are still in icall.c)
8943
8944         * appdomain.c (mono_runtime_cleanup): All threads running managed
8945         code should have finished before mono_runtime_cleanup() is
8946         reached, so no need to clean up threads.
8947
8948 2003-01-22  Martin Baulig  <martin@ximian.com>
8949
8950         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
8951         `gpointer func' arguments.      
8952         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
8953         but added `MonoThread *thread' argument.
8954         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
8955
8956         * threads.c (mono_new_thread_init): Added `gpointer func' argument
8957         and pass it to the mono_thread_start_cb callback.
8958         (mono_install_thread_callbacks): New public function to install a
8959         set of callbacks which are set by the debugger.
8960         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
8961
8962 2003-01-22  Martin Baulig  <martin@ximian.com>
8963
8964         * Makefile.am: Install debug-mono-symfile.h.
8965
8966 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
8967
8968         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
8969
8970 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
8971
8972         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
8973         * class.c (mono_ptr_class_get): correctly set access levels of pointers
8974         (mono_array_class_get): correctly set access levels of arrays
8975
8976 2003-01-20      Patrik Torstensson
8977         * image.h (MonoAssemblyName): changed major, minor, build, revision
8978         from signed to unsigned.
8979
8980 2003-01-20  sean kasun <skasun@azstarnet.com>
8981
8982         * reflection.c (load_cattr_value): Now this handles
8983         MONO_TYPE_SZARRAY.  Fixes bug #35629
8984
8985 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
8986
8987         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
8988         integer value
8989
8990 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8991
8992         * decimal.c: fixed bug #26056.
8993
8994 2003-01-17  Martin Baulig  <martin@ximian.com>
8995
8996         * gc.c: Raise an ExecutionEngineException instead of using g_error().
8997
8998 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8999
9000         * exception.[ch]:
9001         (mono_get_exception_type_initialization): new function.
9002
9003         * object.c: throw a TypeInitializationException when an exception is
9004         thrown invoking the class constructor.
9005
9006 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9007
9008         * reflection.c: fixed attribute reading.
9009
9010 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9011
9012         * icall.c:
9013         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
9014         provided, look for the type in the calling assembly and then in
9015         mscorlib; if the assembly name is provided, only try that one.
9016
9017 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
9018
9019         * object.c: register the vtable before there is a chance it's
9020         queried again recursively.
9021
9022 2003-01-13  Duncan Mak  <duncan@ximian.com>
9023
9024         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
9025         gc-internal.h. 
9026         
9027 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
9028
9029         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
9030
9031 2003-01-11  Martin Baulig  <martin@ximian.com>
9032
9033         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
9034         this to 20 for the release.
9035
9036 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
9037
9038         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
9039
9040         * loader.c (mono_method_get_marshal_info): bug fix
9041
9042         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
9043         structures with explicit layout
9044
9045 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9046
9047         * profiler.c: made the output more readable (and sorted). 
9048         Added caller information for the allocation profiler.
9049
9050 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
9051
9052         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
9053
9054 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9055
9056         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
9057         to get value types.
9058         
9059 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
9060
9061         * object.c, profiler.h, profiler.c, profiler-private.h:
9062         Added object allocation profiler.
9063
9064 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
9065
9066         * reflection.h, reflection.c: handle global methods.
9067         Compress blob entries.
9068
9069 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
9070
9071         * marshal.c: fix compilation.
9072
9073 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
9074
9075         * loader.c (mono_method_get_marshal_info): impl.
9076
9077         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
9078
9079 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9080
9081         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
9082         for reference types.
9083
9084 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
9085
9086         * loader.c: fixed off by one error in loaded parameter names.
9087
9088 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
9089
9090         * marshal.c (mono_marshal_get_icall_wrapper): like
9091         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
9092         instead of a MonoMethod.
9093
9094 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9095
9096         * decimal.c: fixed bug #36537.
9097
9098 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
9099
9100         * marshal.c: throw a missing method exception if a
9101         P/Invoke method is not found.
9102
9103 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9104
9105         * icall.c: allow a null this for constructors.
9106
9107 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
9108
9109         * icall.c: raise the proper exceptions if the arguments to the
9110         internal Invoke are incorrect.
9111
9112 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
9113
9114         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
9115
9116 2003-01-03  Martin Baulig  <martin@ximian.com>
9117
9118         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9119
9120 2002-12-31  Martin Baulig  <martin@ximian.com>
9121
9122         * debug-mono-symfile.c: Completely rewrote the type section.
9123         Instead of using individual malloc()ed fields, we use one big
9124         continuous memory area and offsets into this area.
9125         See the comments in the source code for details.
9126
9127 2002-12-30  Martin Baulig  <martin@ximian.com>
9128
9129         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
9130
9131 2002-12-30  Martin Baulig  <martin@ximian.com>
9132
9133         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
9134         line number table in this data blob instead of using an external
9135         pointer.
9136
9137 2002-12-28  Martin Baulig  <martin@ximian.com>
9138
9139         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9140
9141 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
9142
9143         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
9144         as a boxed return type.
9145
9146 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
9147
9148         * appdomain.c
9149         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
9150         g_build_filename to properly get separators on the filename created.
9151
9152         * object.h: Small change, introduce MonoMarshalByRefObject to
9153         track the layout of that structure in the C# universe as we make
9154         changes there.
9155
9156 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
9157
9158         * object.c: removed assert to allow static fields on interfaces.
9159         * loader.c: a TypeSpec may be used for any type, not just arrays.
9160
9161 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9162
9163         * class.c, class.h: added mono_class_array_element_size ().
9164         Ignore static methods in interfaces.
9165
9166 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9167
9168         * threads.c: fixed the build under cygwin.
9169
9170 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
9171
9172         * reflection.c: handle nullref constants. Allocate keys for
9173         reflection handles with the GC.
9174
9175 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9176
9177         * threads.c, threads.h: added mono_thread_get_abort_signal()
9178         to get a suitable signal for thread abort.
9179
9180 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9181
9182         * metadata.c: fix handling of ExportedType table.
9183
9184 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9185
9186         * icall.c: added WriteWindowsDebugString internal call.
9187
9188 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9189
9190         * reflection.h: added fields to match C# implementation.
9191
9192 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9193
9194         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
9195
9196 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
9197
9198         * gc.h, gc-internal.h: Rename header for GC internal calls to
9199         gc-internal.h from gc.h as to not clash with Boehm GC having its
9200         header installed as <gc.h> in outside include paths.
9201         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
9202         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
9203
9204 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9205
9206         * icall.c: assign minor, build and revision in FillName.
9207
9208 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
9209
9210         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
9211         Added support for running code generated by Reflection.Emit.
9212
9213 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9214
9215         * appdomain.c: check for NULL argument in LoadFrom.
9216
9217 2002-12-10  Dick Porter  <dick@ximian.com>
9218
9219         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
9220
9221 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9222
9223         * appdomain.c: fix buglet when building exe file name.  Handle full
9224         assembly name (needed after latest changes to AssemblyName).
9225         * image.c:
9226         (mono_image_close): free some hashtables.
9227
9228 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
9229
9230         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
9231         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
9232         on some systems (redhat 7.3) 
9233
9234 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
9235
9236         * threads.c: delete the critical section of a sync block,
9237         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
9238
9239 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
9240
9241         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
9242
9243 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9244
9245         * appdomain.[ch]: handle the assembly preload event to try loading the
9246         assemblies using the paths we have in the current domain.
9247
9248         * assembly.[ch]: created an assembly preload hook that is called to try
9249         loading the assembly by other means that the ones provided here.
9250
9251         * domain.c: initialize the domain search path.
9252
9253         From now on, assemblies (TODO: except corlib and System) are loaded
9254         according to these rules when using mono_assembly_load ():
9255
9256                 1. It tries to load the assembly from the ApplicationBase
9257                 of the current domain appending .dll and .exe (TODO: have to
9258                 try loading from name/name.dll and name/name.exe).
9259
9260                 2. It tries the search path specified in PrivateBinPath for the
9261                 current domain (if any).
9262
9263                 3. Previous behavior.
9264
9265 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
9266
9267         * icall.c: implemented GetInterfaceMap() related icall.
9268         * domain.c, loader.h: load MethodInfo in mono_defaults.
9269
9270 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9271
9272         * gc.c: disable the finalizer thread for now, untill all the issues
9273         with it are resolved.
9274
9275 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9276
9277         * string-icalls.c: handle embedded nulls in string ctor when the
9278         length is specified.
9279
9280 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9281
9282         * class.c: look for explicit interface implementation in parent
9283         classes, too.
9284
9285 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
9286
9287         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
9288
9289 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
9290
9291         * gc.c: protect handles with a critical section.
9292
9293 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9294
9295         * icall.c:
9296         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
9297         parameters. If no assembly specified, try getting the type from all
9298         the assemblies in the current domain, else, load the assembly and get
9299         the type from it.
9300
9301 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9302
9303         * marshal.c: applied patch from Aleksey Demakov that fixes
9304         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
9305
9306 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9307
9308         * icall.c: fixed get_location.
9309
9310 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
9311
9312         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
9313         declarations to make it work with older gcc. 
9314
9315         * loader.c (mono_get_method): set signature->pinvoke for native calls
9316
9317 2002-11-20  Dick Porter  <dick@ximian.com>
9318
9319         * threads.c (mono_thread_init): Set the main thread's handle
9320
9321 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
9322
9323         * gc.c: allow compilation without GC support. Changed to match the
9324         mono coding style.
9325
9326 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9327
9328         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
9329
9330 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
9331
9332         * reflection.c: set a public key token on the core assemblies.
9333
9334 2002-11-18  Dick Porter  <dick@ximian.com>
9335
9336         * threads.c: Split out some thread initialisation so that other
9337         files can set the start callback function.
9338
9339         * gc.c: Run finalisers in a separate thread, to avoid stack
9340         overflow.  Fixes bug 31333.
9341
9342         * appdomain.c: Set up GC finalisation thread.
9343
9344         * reflection.c: 
9345         * object.c: 
9346         * domain.c: Use gc.h macros for GC_malloc
9347         
9348 2002-11-15  Dick Porter  <dick@ximian.com>
9349
9350         * threadpool.c: 
9351         * threads.c:
9352         * appdomain.c: Removed mono_runtime_init_with_attach(),
9353         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
9354         merging the extra parameter with the existing function.  Removed
9355         unneeded code in mono_thread_attach().
9356
9357 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
9358
9359         * image.c (mono_image_loaded_by_guid): a method to get loaded
9360         images by guid. 
9361         (load_metadata_ptrs): we store the guid as string.
9362
9363 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
9364
9365         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
9366
9367         * metadata.c (mono_guid_to_string): imported method form Zoltan
9368         Varga (slightly modified)
9369
9370         * assembly.c (mono_assembly_open): load precompiled code
9371
9372         * loader.h (MonoMethod): we store the method token for use in the
9373         aot compiler. 
9374
9375 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9376
9377         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
9378         the hook function called when an assembly is loaded.
9379         
9380         * domain.c: Modified file.
9381         (mono_domain_assembly_load): removed hash table insertion of assemblies.
9382
9383         Fixes bug #33196.
9384
9385 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
9386
9387         * reflection.c: Map PEFileKind to the value expected by the WinNT
9388         image loader. 
9389
9390 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9391
9392         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
9393         Read until the buffer is filled completely.
9394
9395 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9396
9397         * icall.c: implemented MonoType.InternalGetEvent ().
9398
9399 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9400
9401         * appdomain.c: implemented InitAppDomainSetup. Delayed
9402         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
9403         the entry_assembly.
9404
9405         * assembly.c: base_dir is now an absolute path ending with
9406         G_DIR_SEPARATOR.
9407
9408         * icall.c: modified get_location according to the above changes.
9409
9410         * object.c: init AppDomain.SetupInformation for the default domain after
9411         we have the entry assembly.
9412
9413         * domain.c: when unloading a domain, setup = NULL.
9414
9415 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
9416
9417         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
9418
9419 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
9420
9421         * object.h, object.c: introduced mono_object_get_virtual_method ()
9422         to lookup the method invoked on an object when a callvirt is done on
9423         a method.
9424         * icall.c: make MethodInfo::Invoke() always do a virtual call.
9425
9426 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9427
9428         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
9429         current domain when loaded an assembly and failed to load it.
9430
9431         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
9432
9433 2002-10-31  Dick Porter  <dick@ximian.com>
9434
9435         * icall.c: 
9436         * file-io.h: 
9437         * file-io.c: Return the error status in a parameter, as the
9438         GetLastError() value has long since been blown away if we try and
9439         look it up in a subsequent internal call invocation.  Delete the
9440         GetLastError() internal call, because it's useless.
9441
9442 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
9443
9444         * class.[ch]: added cast_class to fix bug 29517
9445
9446 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
9447
9448         * marshal.c: create valid IL code in the filter clause:
9449         the new JIT is less forgiving:-)
9450
9451 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9452
9453         * icall.c: removed get_property internal call.
9454
9455 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
9456
9457         * appdomain.h domain.c: Added an ID to appdomains.
9458         
9459         * threads.c threads.h icall.c: Implement icall
9460         Thread:GetDomainID(), and remove unused icall 
9461         CurrentThreadDomain_internal.
9462
9463 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9464
9465         * icall.c: Don't recurse through the base types in GetConstructor.
9466         Fixes bug #32063. 
9467
9468 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
9469
9470         * mempool.h, mempool.c: added mono_mempool_empty() and
9471         mono_mempool_stats().
9472
9473 2002-10-23  Dick Porter  <dick@ximian.com>
9474
9475         * file-io.c: 
9476         * file-io.h: 
9477         * icall.c: Added MonoIO.GetFileType internal call
9478
9479 2002-10-17  Dick Porter  <dick@ximian.com>
9480
9481         * appdomain.c (mono_runtime_cleanup): Don't signal the async
9482         delegate semaphore before waiting for all threads to finish,
9483         because new threads can also call async delegates.  Fixes bug
9484         32004.
9485
9486         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
9487         of 3 seconds, in case another async job is queued.  (This part is
9488         needed because the bug fix reintroduced the 3s exit lag.)  This
9489         makes the mono_runtime_shutdown flag superfluous.
9490
9491 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9492
9493         * reflection.c: include ehader size in method section headers.
9494         Really check for suplicated modules entries.
9495
9496 2002-10-17  Martin Baulig  <martin@gnome.org>
9497
9498         * debug-mono-symfile.c: Added back support for locals.
9499
9500 2002-10-14  Martin Baulig  <martin@gnome.org>
9501
9502         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
9503         MONO_TYPE_VOID.
9504
9505 2002-10-14  Martin Baulig  <martin@gnome.org>
9506
9507         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
9508         mono_class_get() instead of looking in the class cache. 
9509
9510 2002-10-13  Martin Baulig  <martin@gnome.org>
9511
9512         * debug-mono-symfile.c: Set version number to 28, include the
9513         signature in method names.
9514
9515 2002-10-13  Martin Baulig  <martin@gnome.org>
9516
9517         * debug-mono-symfile.h: Set version number to 27.
9518
9519 2002-10-11  Martin Baulig  <martin@gnome.org>
9520
9521         * gc.c: Don't register/unregister NULL pointers as disappearing links.
9522
9523 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9524
9525         * metadata.c, metadata.h: added helper function to allocate signatures.
9526
9527 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9528
9529         * icall.c: added internal call to get the location of machine.config.
9530
9531 2002-10-08  Martin Baulig  <martin@gnome.org>
9532
9533         * debug-mono-symfile.c: Ignore classes with a pending init for the
9534         moment.
9535
9536 2002-10-03  Dick Porter  <dick@ximian.com>
9537
9538         * threads.c: Freebsd pthread_t is a pointer
9539
9540 2002-10-03  Dick Porter  <dick@ximian.com>
9541
9542         * socket-io.c: Implemented GetHostName_internal
9543
9544 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9545
9546         * mono-config.c:
9547         (mono_config_parse_file): don't leak the text.
9548
9549 2002-10-02  Martin Baulig  <martin@gnome.org>
9550
9551         * debug-mono-symfile.c: Added support for methods.
9552
9553 2002-10-01  Martin Baulig  <martin@gnome.org>
9554
9555         * debug-mono-symfile.c: Don't emit methods and line numbers for
9556         the dynamic symbol file, just write the type table.  We can easily
9557         have an external helper program which creates a symbol file for an
9558         IL file.        
9559
9560 2002-10-01  Dick Porter  <dick@ximian.com>
9561
9562         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
9563         Only add the handle to the cleanup array when we're about to
9564         launch the thread.  Bug 31425 deadlocked when the test was run on
9565         mono under w32.
9566
9567 2002-10-01  Martin Baulig  <martin@gnome.org>
9568
9569         * debug-mono-symfile.c: Added support for properties.
9570
9571 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9572
9573         * reflection.c: unaligned store fix from Mark Crichton
9574         <crichton@gimp.org>.
9575
9576 2002-09-27  Martin Baulig  <martin@gnome.org>
9577
9578         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
9579         New interncall.
9580
9581 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
9582
9583         * assembly.h, assembly.c: use a sane API to hook into the assembly
9584         loading process instead of a useless special-purpouse hack
9585         (ngen needs a hook, too, for example).
9586
9587 2002-09-27  Dick Porter  <dick@ximian.com>
9588
9589         * threads.c (mono_thread_init): Call GetCurrentProcess() so
9590         io-layer can set up some process handle info.  Not needed on w32,
9591         but doesn't hurt either.
9592
9593         * process.c: Pass the program name in the second parameter to
9594         CreateProcess, so the path is searched.  Include the working
9595         directory. Implemented process name, process enumeration, and some
9596         process detail internal calls.
9597         
9598         * icall.c: Added internal calls for process lookup, and some
9599         process details
9600
9601 2002-09-26  Martin Baulig  <martin@gnome.org>
9602
9603         * assembly.c (mono_install_open_assembly_hook): New global
9604         function to install a function to be invoked each time a new
9605         assembly is loaded.
9606         (mono_assembly_open): Run this callback function if set.
9607
9608         * debug-mono-symfile.c: Put back line numbers for the dynamic
9609         symbol file and also record the .il file as source file.  This
9610         allows us to install the temporary symbol file as `file.dbg' just
9611         like a compiler-generated one.
9612
9613 2002-09-26  Nick Zigarovich <nick@chemlab.org>
9614
9615         * Corrected typo in gc.c (BOHEM vs BOEHM).
9616
9617 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9618
9619         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
9620         GetProperties. Also avoid calling g_slist_length in GetProperties and
9621         GetMethods.
9622
9623 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
9624
9625         * reflection.c: avoid unaligned stores (bug spotted by
9626         Mark Crichton  <crichton@gimp.org>).
9627
9628 2002-09-25  Martin Baulig  <martin@gnome.org>
9629
9630         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
9631         instead of guint64 for addresses and added prologue/epilogue info.
9632
9633 2002-09-25  Martin Baulig  <martin@gnome.org>
9634
9635         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
9636         store line number info.  For the dynamic symbol file, we only need
9637         to provide the JIT generated dynamic line number info for the dynamic
9638         symbol file.
9639
9640 2002-09-25  Martin Baulig  <martin@gnome.org>
9641
9642         * debug-mono-symfile.h: Incremented version number.
9643
9644 2002-09-24  Martin Baulig  <martin@gnome.org>
9645
9646         * class.c (mono_debugger_class_init_func): New global function
9647         pointer variable.
9648         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
9649         call it.
9650
9651         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
9652         function.  This is called via the mono_debugger_class_init_func
9653         hook to add all types to the dynamic type table.
9654         (ves_icall_MonoDebugger_GetType): New interncall to get a class
9655         from its metadata token.
9656
9657         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
9658         New interncall for the debugger.
9659
9660 2002-09-24  Nick Drochak <ndrochak@gol.com>
9661
9662         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
9663         before using it in case it is null.
9664         
9665 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9666
9667         * metadata.c: allow custom modifiers in local var signatures
9668         (bug spotted by Zoltan Varga).
9669
9670 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9671
9672         * class.c: deal with the <Module> class that may have a NULL vtable.
9673         Eliminate warnings.
9674
9675 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9676
9677         * image.c, image.h: more strong name helpers.
9678         * monosn.c: more work: convert pem keys to cryptoapi format.
9679
9680 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
9681
9682         * string-icalls.c: speedup IndexOf.
9683
9684 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9685
9686         * icall.c: updates from Zoltan.2.Varga@nokia.com.
9687
9688 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
9689
9690         * icall.c: cleanup: use mono_object_domain ().
9691
9692 2002-09-23  Martin Baulig  <martin@gnome.org>
9693
9694         * debug-mono-symfile.c: Improved type support.
9695
9696 2002-09-22  Martin Baulig  <martin@gnome.org>
9697
9698         * debug-mono-symfile.c: Added support for reference types and strings.
9699
9700 2002-09-22  Martin Baulig  <martin@gnome.org>
9701
9702         * debug-mono-symfile.c: Started to work on the type table.
9703
9704 2002-09-21  Martin Baulig  <martin@gnome.org>
9705
9706         * debug-mono-symfile.c: Largely reworked the symbol table format.
9707         The symbol table is now incrementally updated each time a new
9708         method is added.  We're now also using our own magic and version
9709         so that you don't need to recompile all your classes if the
9710         dynamic table changes.
9711         (mono_debug_update_mono_symbol_file): Removed.
9712         (mono_debug_symfile_add_method): New function to add a method.
9713
9714 2002-09-21  Martin Baulig  <martin@gnome.org>
9715
9716         * icall.c
9717         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
9718         New interncall.
9719
9720         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
9721         New interncall to get a method from its metadata token.
9722
9723 2002-09-21  Martin Baulig  <martin@gnome.org>
9724
9725         * debug-mono-symfile.c: Create type table.
9726
9727 2002-09-20  Martin Baulig  <martin@gnome.org>
9728
9729         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
9730
9731 2002-09-20  Martin Baulig  <martin@gnome.org>
9732
9733         * debug-mono-symfile.c: Provide information about params and locals.
9734
9735 2002-09-20  Martin Baulig  <martin@gnome.org>
9736
9737         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
9738         New interncall.
9739
9740         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
9741         interncall to get a method from its metadata token.
9742
9743 2002-09-20  Martin Baulig  <martin@gnome.org>
9744
9745         * debug-mono-symfile.c: Added a few checks for method->header
9746         being non-NULL.  This should never happen, but for the moment
9747         let's use a g_warning() rather than a g_assert().
9748
9749 2002-09-19  Mark Crichton  <crichton@gimp.org>
9750
9751         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
9752         even if support for it isn't present.  Added an #ifdef to fix this.
9753
9754         * socket-io.c: Added checks back for Solaris support.
9755
9756 2002-09-19  Martin Baulig  <martin@gnome.org>
9757
9758         * debug-mono-symfile.c (read_string, write_string): Reflect latest
9759         changes in the symbol file format.
9760
9761 2002-09-18  Martin Baulig  <martin@gnome.org>
9762
9763         * debug-mono-symfile.c: Set version number to 21.
9764
9765 2002-09-18  Dick Porter  <dick@ximian.com>
9766
9767         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
9768         on netbsd.  Fixes bug 30051.
9769
9770 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9771
9772         * reflection.c:
9773         (set_version_from_string): little fix.
9774
9775 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9776
9777         * monosn.c, Makefile.am: added strong name utility.
9778         * reflection.h, reflection.c: implemented delayed signing,
9779         locale, version and hash id assembly attributes.
9780
9781 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
9782
9783         * loader.c, metadata.c: load param attributes in signatures.
9784
9785 2002-09-16  Martin Baulig  <martin@gnome.org>
9786
9787         * debug-mono-symfile.c: Added string table with all method names.
9788
9789 2002-09-14  Martin Baulig  <martin@gnome.org>
9790
9791         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
9792         fast method lookup.
9793
9794 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9795
9796         * reflection.c: record the public key token of referenced assemblies.
9797
9798 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
9799
9800         * image.c, image.h: added functions to get the strong name and the
9801         public key of an assembly.
9802         * pedump.c: use them.
9803
9804 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
9805
9806         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
9807
9808 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
9809
9810         * marshal.c (mono_marshal_get_managed_wrapper): Added
9811         MONO_TYPE_BOOLEAN 
9812
9813 2002-09-11  Martin Baulig  <martin@gnome.org>
9814
9815         * gc.c: Call GC_unregister_disappearing_link() on all links when
9816         finalizing them, this is necessary to aviod a crash in boehm's
9817         finalize handler.
9818
9819 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9820
9821         * gc.c: handle GetTarget for finalized objects spotted and fixed by
9822         nick@chemlab.org.
9823
9824 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
9825
9826         * icall.c: implemented MonoType::Module.
9827         * reflection.c, reflection.h: mono_module_get_object () from
9828         Tomi Pakarinen <tomi.pakarinen@welho.com>.
9829
9830 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
9831
9832         * icall.c: ignore overridden methods in GetMethods ().
9833         Fix for FieldInfo::SetValue().
9834         * object.c: handle float/double in runtime invoke.
9835
9836 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9837
9838         * object.c: allow a constructor to be called again on an object.
9839
9840 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9841
9842         * class.h, class.c: move field layout code to it's own function and
9843         export it. Get an interface id earlier. Move fields in MonoClass
9844         so they are more cache friendly and align the bitfields.
9845         * loader.c: temporary handle get_param_names() for a runtime method.
9846         * reflection.c, reflection.h: more code to handle runtime creation of
9847         types.
9848
9849 2002-09-09  Martin Baulig  <martin@gnome.org>
9850
9851         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
9852         signature with the pinvoke field being set for the actual call.
9853
9854 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9855
9856         * icall.c: removed some unused icalls. Start of map of glib charsets
9857         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
9858
9859 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
9860
9861         * debug-helpers.c: break infinite loop (found and fixed by
9862         Holger Arnold <harnold@gmx.de>).
9863
9864 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9865
9866         * icall.c: target may be null in create_delegate.
9867
9868 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9869
9870         * marshal.c: handle a boolean return type.
9871
9872 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9873
9874         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
9875
9876 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
9877
9878         * gc.c: fix weakreferences.
9879
9880 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
9881
9882         * icall.c: added icall to get default codepage.
9883
9884 2002-09-03  Dick Porter  <dick@ximian.com>
9885
9886         * threads.h: 
9887         * threads.c: Use MonoThread instead of MonoObject where
9888         apropriate.
9889
9890         Store running thread objects in a hash table, so that we have all
9891         the info to hand when waiting for them to finish
9892         (means we don't need OpenThread() any more, so mingw builds should
9893         be fully functional again.)
9894
9895         * verify.c:
9896         * object.h: Added thread ID to MonoThread
9897
9898 2002-09-03  Martin Baulig  <martin@gnome.org>
9899
9900         * icall.c (System.Reflection.Assembly::get_location): New interncall.
9901
9902 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9903
9904         * icall.c: fixed leak in get_temp_path. Thanks lupus.
9905
9906 2002-09-03  Martin Baulig  <martin@gnome.org>
9907
9908         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
9909         argument to store the end address of the disassembled instruction.
9910
9911         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
9912         here from debug-symfile.h.
9913         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
9914         JIT into this struct.
9915         (MonoSymbolFile): Added `char *image_file' field.
9916         (MonoDebugGetMethodFunc): Removed.
9917         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
9918         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
9919         (mono_debug_find_method): New method.
9920
9921         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
9922         create a full symbol file.
9923         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
9924         and static symbol files.
9925         (mono_debug_find_method): The symbol file keeps an internal method hash,
9926         call this to get a MonoDebugMethodInfo from a MonoMethod.
9927
9928         * debug-symfile.[ch]: Removed.
9929
9930 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
9931
9932         * image.c (do_mono_image_open): Remove linker version check.
9933
9934 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
9935
9936         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
9937         wrappers for instance methods.
9938         
9939 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9940
9941         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
9942
9943 2002-08-28  Dick Porter  <dick@ximian.com>
9944
9945         * Makefile.am: Export HOST_CC for w32 builds
9946
9947 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9948
9949         * file-io.c process.c: MonoString are null terminated, no
9950         need for mono_string_to_utf16() anymore.
9951
9952 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9953
9954         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
9955
9956 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
9957
9958         * icall.c, reflection.h: speedup System.MonoType.
9959
9960 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9961
9962         * reflection.c: allow null as the value of a string argument in
9963         custom attributes constructors.
9964
9965 2002-08-27  Martin Baulig  <martin@gnome.org>
9966
9967         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
9968         `trampoline_address' field.
9969
9970 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
9971
9972         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
9973         check (fixes bug #29486) 
9974
9975 2002-08-27  Martin Baulig  <martin@gnome.org>
9976
9977         * debug-mono-symfile.c: Changed the file format in a way that allows us
9978         open it read-only and to use a specially malloced area for all the
9979         dynamic data.  We can now also generate a symbol file on-the-fly if we're
9980         debugging IL code and there is no MCS generated symbol file for it.
9981
9982 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
9983
9984         * object.c: added a define for a good string and array
9985         creation speedup (not enabled by default because we need to deal with
9986         the synch stuff).
9987
9988 2002-08-26  Martin Baulig  <martin@gnome.org>
9989
9990         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
9991         function to create a dynamic symbol file.  This is used by the
9992         debugger to create a symbol file for IL code on-the-fly.
9993
9994 2002-08-26  Martin Baulig  <martin@gnome.org>
9995
9996         * loader.c (mono_lookup_pinvoke_call): Include the error message
9997         from g_module_error() in the error message.
9998
9999 2002-08-24  Martin Baulig  <martin@gnome.org>
10000
10001         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
10002         function to update the symbol file.  The symbol file is mmap()ed
10003         writable, but private.  This allows us to install the symbol file
10004         together with the assembly.
10005
10006 2002-08-24  Martin Baulig  <martin@gnome.org>
10007
10008         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
10009         but they can read the new symbol file format which mcs is now creating.
10010
10011         * debug-symfile.c (mono_debug_find_source_location): Moved to
10012         debug-mono-symfile.c; this is now operating on the new symbol file.
10013
10014 2002-08-23  Martin Baulig  <martin@gnome.org>
10015
10016         * debug-helpers.c (mono_method_desc_from_method): New function to get
10017         a MonoMethodDesc from a MonoMethod.
10018
10019 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10020
10021         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
10022         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
10023
10024 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10025
10026         * string-icalls.[ch]: make helper methods static.
10027
10028 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10029
10030         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
10031         types to it and to SetValueInternal.
10032
10033         * object.c: Moved handle_enum label to its proper place. This was the
10034         f... bug! ;-)
10035
10036         This time i compiled mcs and gtk-sharp and they both work.
10037
10038 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10039
10040         * icall.c: reverted partially my previous patch until 
10041         object.c:set_value handles enums correcly.
10042
10043 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10044
10045         * icall.c:
10046         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
10047         (ves_icall_System_Environment_get_MachineName): removed warning when
10048         compiling under cygwin.
10049
10050 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10051
10052         * object.c: fixed field_get_value() for reference types.
10053
10054 2002-08-22  Dick Porter  <dick@ximian.com>
10055
10056         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
10057         Don't free a buffer while it's still needed.  Patch from Jonathan
10058         Liger <Jonathan.liger@wanadoo.fr>
10059
10060 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
10061
10062         * icall.c (ves_icall_System_Environment_get_Platform): Add new
10063         internal call.
10064
10065 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
10066
10067         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
10068         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
10069
10070         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
10071         we call unmanaged code which throws exceptions.
10072
10073 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10074
10075         * appdomain.h: added per-domain entry_assembly.
10076         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
10077         arguments.
10078         * icall.c: Assembly::GetEntryAssembly icall.
10079         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
10080         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
10081
10082 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10083
10084         * appdomain.h, gc.c: added mono_domain_finalize ().
10085
10086 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10087
10088         * object.c:
10089         (mono_print_unhandled_exception): changed g_warning by g_printerr
10090         because g_log has a 1024 characters limit (yeah, i got a big stack
10091         trace). Don't print exception name, that should be in ToString 
10092         returned string.
10093
10094 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10095
10096         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
10097         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
10098
10099 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10100
10101         * object.c:
10102         (mono_print_unhandled_exception): after previous commit, i realized
10103         that MS calls ToString on the exception. I changed this function to
10104         do that. This way we get stack_trace for free.
10105
10106 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10107
10108         * object.c:
10109         (mono_print_unhandled_exception): invoke Message property instead of
10110         getting 'message' field from Exception. Don't allocate memory for
10111         'trace' and 'message' if not needed.
10112
10113 2002-08-18  Dick Porter  <dick@ximian.com>
10114
10115         * unicode.c: Fix asserts to match Encoder.cs checks
10116
10117 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10118
10119         * marshal.c: fix unaligned store issue and a few wrong
10120         opcode argument types.
10121
10122 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10123
10124         * icall.c: added GetUninitializedObjectInternal internal call.
10125
10126 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
10127
10128         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
10129         to the right domain.
10130
10131 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
10132
10133         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
10134
10135         * class.c (class_compute_field_layout): set blittable to false for Strings
10136
10137         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
10138
10139 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10140
10141         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
10142         first chunk of code to create types at runtime. Code to
10143         handle ReflectedType/DeclaringType. Make reflection handles
10144         domain specific.
10145
10146 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
10147
10148         * class.c: set correct name in arrays.
10149
10150 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
10151
10152         * appdomain.c (mono_domain_transfer_object): make it work with
10153         valuetypes. bug fixes.
10154
10155 2002-08-12  Dick Porter  <dick@ximian.com>
10156
10157         * object.h: Rename some parameters to avoid c++ keywords (Patch
10158         from Joseph Wenninger <kde@jowenn.at>)
10159
10160 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
10161
10162         * icall.c: added icall to implement Assembly.GetFile*.
10163
10164 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10165
10166         * reflection.h, reflection.c: code to embed managed resources.
10167
10168 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10169
10170         * class.c: move all the type size stuff into
10171         class_compute_field_layout().
10172
10173 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10174
10175         * class.c: ensure enums have always the correct instance size.
10176         * unicode.c: remove wrong assert.
10177
10178 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10179
10180         * assembly.c: fix mem corruption issue.
10181         * image.h, image.c: added mono_image_get_resource () to access
10182         managed resources.
10183         * icall.c: implemented Assembly.EntryPoint property and some
10184         Managed Resources related internalcalls.
10185
10186
10187 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10188
10189         * image.c, image.h: impemented mono_image_get_entry_point ().
10190         * appdomain.c: use mono_image_get_entry_point.
10191
10192 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10193
10194         * reflection.c: support the object type argument when loading
10195         custom attributes.
10196
10197 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
10198
10199         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
10200         String as return type.
10201
10202 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
10203
10204         * reflection.c: fix encoding of named args for custom attrs to match
10205         the ms implementation. Read them back when instantiating custom
10206         attributes.
10207
10208 2002-08-02  Radek Doulik  <rodo@ximian.com>
10209
10210         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
10211         by Dietmar as quick fix
10212         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
10213         16 as stack size, used on more places as quick fix before Dietmar
10214         will fix it properly
10215
10216 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10217
10218         * object.h, object.c: added accessors for fields and properties.
10219
10220 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10221
10222         * class.c, class.h: made mono_class_get_field_from_name ()
10223         loop on parent types.
10224         Added mono_class_get_property_from_name ().
10225
10226 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10227
10228         * class.c, class.h: move the code to setup the type vtable in its own
10229         function so that it can be reused also for types created at runtime.
10230         Eliminate the "class" identifier from the header file.
10231         * reflection.c: setup the vtable for enums so that we can create
10232         objects for use in SetConstant ().
10233
10234 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
10235
10236         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
10237         instead of the delegate itself as this pointer (bug #28383)
10238
10239 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
10240
10241         * marshal.c (mono_marshal_get_managed_wrapper): added return type
10242         conversions.
10243
10244 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10245
10246         * loader.c: don't set the pinvoke bit on icalls.
10247
10248 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
10249
10250         * debug-helpers.c (mono_method_full_name): only print a number to
10251         indicate wrapper type (so that the output is more readable in traces).
10252
10253 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
10254
10255         * class.c (mono_class_init): include method override patch from Paolo
10256
10257 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
10258
10259         * icall.c: fixed GetTypeCode().
10260
10261 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
10262
10263         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
10264         use real delegate invoke function to make it work with multicast
10265         delegates (fix bug# 28291).
10266
10267 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10268
10269         * object.c: load constant strings.
10270
10271 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10272
10273         * reflection.c: no magic numbers.
10274         * tabledefs.h: security action enum.
10275
10276 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10277
10278         * assembly.c: fix possible memory corruption.
10279
10280 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10281
10282         * reflection.h, reflection.c: added support for linking resources.
10283         * verify.c: check we have an updated corlib.
10284
10285 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
10286
10287         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
10288         string arrays.
10289         (mono_marshal_string_array): null terminate unmanaged string arrays.
10290         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
10291
10292 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10293
10294         * icall.c: Type.GetType () can now return also types from the
10295         calling assembly.
10296
10297 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10298
10299         * loader.h, loader.c: stack walking support.
10300         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
10301         GetCallingAssembly.
10302
10303 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
10304
10305         * marshal.c: added optimisations for blittable types 
10306
10307         * class.c (mono_array_class_get): do not set blittable attribute on arrays
10308         (mono_class_setup_mono_type): set blittable attribute for single
10309         and double.
10310
10311         * marshal.c (mono_string_utf8_to_builder): impl.
10312         (mono_string_builder_to_utf8): impl.
10313         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
10314
10315 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
10316
10317         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
10318         (mono_marshal_get_managed_wrapper): impl. byref types
10319
10320 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10321
10322         * icall.c:
10323         (search_method): don't display debug message. 
10324
10325 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10326
10327         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
10328
10329 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10330
10331         * appdomain.c: set the missing filename when throwing exception.
10332
10333 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10334
10335         * metadata.c (mono_type_size): code cleanup
10336         (mono_type_stack_size): removed some test code
10337
10338 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
10339
10340         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
10341         mono_get_exception_file_not_found now.
10342
10343         * exception.c (mono_exception_from_name_two_strings): New version
10344         that will call a constructor with two string arguments. 
10345         (mono_get_exception_file_not_found): New helper routine, used to
10346         report file-not-found errors.
10347
10348 2002-07-20  Dick Porter  <dick@ximian.com>
10349
10350         * process.h:
10351         * process.c: Pass file handles to CreateProcess
10352         
10353         * icall.c:
10354         * file-io.h:
10355         * file-io.c: Implemented CreatePipe
10356
10357 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10358
10359         * metadata.c (mono_get_param_info): set alignment for value types
10360
10361 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10362
10363         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
10364         Constify mono_domain_assembly_open().
10365         * loader.c: handle null namespace in icalls.
10366
10367 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10368
10369         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
10370         (emit_str_to_ptr_conv): marshal object as structs
10371
10372         * metadata.c (mono_type_to_unmanaged): marshal object as structs
10373
10374         * marshal.c (mono_marshal_get_runtime_invoke): support value types
10375
10376 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
10377
10378         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
10379         (mono_marshal_get_native_wrapper): we an now return value types
10380
10381 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10382
10383         * verify.c: more checks implemented.
10384
10385 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
10386
10387         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
10388         (fix bug #27695)
10389         (mono_marshal_get_native_wrapper): allow byref arguments
10390         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
10391         impl. PtrToStringXXX methods
10392         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
10393         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
10394         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
10395         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
10396         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
10397
10398 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10399
10400         * reflection.c: fix buglet in parsing an assembly name.
10401
10402 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10403
10404         * marshal.c (emit_ptr_to_str_conv): first impl.
10405
10406 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10407
10408         * object.c, class.h: cache the vtable in the class as suggested by
10409         vargaz@freemail.hu (Zoltan Varga).
10410
10411 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10412
10413         * class.h, loader.c: added mono_field_from_token().
10414         * verify.c: first cut of type checking code.
10415
10416 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10417
10418         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
10419
10420 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
10421
10422         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
10423         (fix bug #27782)
10424         (mono_marshal_get_remoting_invoke): impl.
10425         (mono_delegate_begin_invoke): impl.
10426         (mono_mb_emit_save_args): impl.
10427         (mono_delegate_end_invoke): impl.
10428         (mono_marshal_get_delegate_begin_invoke):
10429         (mono_marshal_get_delegate_end_invoke):
10430         (mono_marshal_get_delegate_invoke): generate a special name for
10431         those methods (including the signature) and associate them whith
10432         the delegate class. 
10433
10434 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
10435
10436         * reflection.[ch]: 
10437         (mono_reflection_type_from_name): now it has a MonoImage parameter
10438         which is used as the default image to search the type in. If the image
10439         is NULL or getting the type from it fails, it defaults to corlib.
10440
10441         * icall.c: changed 1 call to mono_reflection_type_from_name to match
10442         new parameter.
10443
10444 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10445
10446         * reflection.c: update the parameter table index.
10447
10448 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10449
10450         * domain.c: don't include the mark byte in the string hash.
10451
10452 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10453
10454         * icall.cs: icall for Type.GetTypeCode ().
10455         * verify: a couple of fixes and disabled local initialization checks.
10456
10457 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
10458
10459         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
10460
10461         * debug-helpers.c (mono_method_full_name): print the type of the
10462         runtime wrapper
10463
10464         * metadata.c (mono_signature_hash): a hash function for signatures
10465         (mono_signature_hash): better hash algorithm
10466
10467         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
10468
10469         * debug-helpers.c (mono_method_full_name): this can now generate
10470         method names with signatures
10471
10472         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
10473         method dont have this pointers.
10474
10475 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
10476
10477         * reflection.c: fixup typebuilder tokens.
10478         * image.c: fix buglet.
10479         * marshal.h: remove whitespace.
10480         * metadata.h, metadata.c: reinstate code that was removed.
10481         * verify.c: handle catch directives and fix another couple of bugs.
10482
10483 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
10484
10485         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
10486         (mono_marshal_get_native_wrapper): make it comp. with the old code
10487         (mono_marshal_get_native_wrapper): support boolean
10488         (mono_marshal_get_managed_wrapper): support more types
10489
10490 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
10491
10492         * class.c (class_compute_field_layout): compute class->blittable attribute.
10493
10494 2002-07-09  Dick Porter  <dick@ximian.com>
10495
10496         * threads.c: Make the thread cleaning up cope with threads that
10497         call ExitThread()
10498
10499 2002-07-08  Radek Doulik  <rodo@ximian.com>
10500
10501         * reflection.c (method_encode_code): use non-translated values to
10502         compute finally_start, this fixes exception handling on ppc, yay!
10503
10504         * decimal.h (struct signscale): fix endianess
10505
10506 2002-07-07  Radek Doulik  <rodo@ximian.com>
10507
10508         * reflection.c: swap box_val and not val
10509
10510 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10511
10512         * reflection.c, reflection.h: handle full assembly info in type name.
10513         Handle Type arguments when loading custom attributes.
10514         * icall.c: updated to use new mono_reflection_type_from_name () method.
10515
10516 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10517
10518         * loader.c:
10519         (method_from_memberref): also print assembly name when method not found.
10520
10521 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10522
10523         * icall.c:
10524         (ves_icall_TypeGetProperties): fixed bug #27473. 
10525
10526 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10527
10528         * reflection.c: display image name and token when cannot find the
10529         .ctor for an attribute.
10530
10531 2002-07-05  Martin Baulig  <martin@gnome.org>
10532
10533         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10534
10535 2002-07-04  Dick Porter  <dick@ximian.com>
10536
10537         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
10538         compile on mingw.  This will cause mingw builds to not wait for
10539         subthreads to terminate after the main thread does.  I've lodged a
10540         bug with the mingw developers for them to wrap OpenThread().
10541
10542 2002-07-03  Dick Porter  <dick@ximian.com>
10543
10544         * threads.c: Store thread IDs instead of handles, because
10545         GetCurrentThread() returns a pseudohandle and therefore stores
10546         useless values.  mono_thread_cleanup() continues checking the
10547         array of threads until it is empty, to cope with subthreads
10548         spawning new threads after the main thread has finished.
10549
10550         * profiler.h:
10551         * profiler.c:
10552         * profiler-private.h: Pass the thread ID to thread profiler
10553         functions, instead of a handle
10554
10555 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10556
10557         * verify.c: fixes to make it more usable.
10558         * pedump.c: added --verify code to verify IL code in an assembly.
10559
10560 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10561
10562         * reflection.c: turn errors into warnings to allow compiling corlib.
10563
10564 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10565
10566         * reflection.c: add special cases to compile corlib.
10567
10568 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10569
10570         * reflection.c: handle properties with only a set method.
10571
10572 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10573
10574         * opcodes.h: add enum with opcodes in opval order.
10575
10576 2002-07-01  Dick Porter  <dick@ximian.com>
10577         
10578         * object.h:
10579         * object.c (mono_runtime_run_main): Removed unneeded argument
10580
10581 2002-06-28  Martin Baulig  <martin@gnome.org>
10582
10583         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10584
10585 2002-06-27  Dick Porter  <dick@ximian.com>
10586
10587         * threads.c: Store the handle in both the parent thread and in the
10588         subthread, to minimise the time between starting a new thread and
10589         storing its ID.
10590
10591 2002-06-26  Dick Porter  <dick@ximian.com>
10592
10593         * appdomain.c (mono_runtime_cleanup): Close the socket library
10594         after all the threads have finished, not before
10595
10596 2002-06-26  Martin Baulig  <martin@gnome.org>
10597
10598         * debug-symfile.c (mono_debug_find_source_location): Added
10599         `guint32 *line_number' argument.  If it's not NULL, store the line number
10600         there and return the file name without the line number.
10601
10602 2002-06-25  Dick Porter  <dick@ximian.com>
10603
10604         * icall.c:
10605         * process.h:
10606         * process.c: Process forking and other support functions
10607
10608 2002-06-25  Dick Porter  <dick@ximian.com>
10609
10610         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
10611         things dont happen when the image is closed.
10612         (mono_image_lookup_resource): Walk the resource section looking
10613         for a particular entry
10614
10615         * cil-coff.h: PE resource section decoding
10616
10617 2002-06-25  Dick Porter  <dick@ximian.com>
10618         
10619         * assembly.h:
10620         * assembly.c: 
10621         (mono_assembly_foreach): Accessor functions to walk the list of
10622         loaded assemblies
10623         (mono_assembly_set_main):
10624         (mono_assembly_get_main): Process methods need to know which
10625         assembly is the "main" one
10626
10627         * object.c (mono_runtime_run_main): Record the main assembly
10628
10629         * debug-helpers.c: Fix typo
10630
10631 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
10632
10633         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
10634         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
10635
10636 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10637
10638         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
10639
10640 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
10641
10642         * image.c (do_mono_image_open): Initialize reference count,
10643         otherwise we leak the MonoImage.
10644
10645 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10646
10647         * reflection.c: small tweak to handle self-hosting.
10648
10649 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10650
10651         * reflection.c: fix type name parse code.
10652
10653 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10654
10655         * reflection.c: break out of the loop.
10656         * image.c: special case corlib.
10657
10658 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10659
10660         * reflection.c: add all the custom attrs at the end to ensure the
10661         ctors have been properly initialized when the attributes are defined
10662         in the current assembly.
10663
10664 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10665
10666         * reflection.c: handle correctly multiple-nested types.
10667
10668 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
10669
10670         * row-indexes.h: fix typos.
10671         * reflection.c: adjust for typos and fix method_def_or_ref
10672         encoding in MethodImpl table.
10673
10674 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10675
10676         * reflection.c: fix entry point patching (thanks Serge!).
10677
10678 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
10679
10680         * verify.c: add check for System.Exception
10681
10682 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10683
10684         * image.c, class.c: minifix for code just c&p'ed.
10685         * reflection.c: warning fix.
10686         * object.h, loader.h, domain.c: load also StringBuilder.
10687
10688 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10689
10690         * marshal.h, marshal.c: some support code to handle complex marshaling.
10691
10692 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10693
10694         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
10695         Better signatures with vtable error dump.
10696
10697 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
10698
10699         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
10700
10701 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
10702
10703         * icall.c (ves_icall_Type_GetField): impl.
10704
10705 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10706
10707         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
10708         to retrieve a marshal description blob for a field or param.
10709
10710 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10711
10712         * reflection.h, reflection.c: change order of nested type emission
10713         to avoid table corruption. The NestedTypes table is sorted.
10714         * icall.c: change order of GetConstructor results to workaround mcs bug.
10715
10716 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10717
10718         * reflection.h, reflection.c: handle field and param marshal
10719         information.
10720
10721 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10722
10723         * icall.c, marshal.c marshal.h: more Marshal class implementation.
10724
10725 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10726
10727         * reflection.c: fix call convention.
10728
10729 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10730
10731         * reflection.h, reflection.c: mono_image_get_memberref_token()
10732         takes a type instead of a class, now. Added
10733         mono_image_get_array_token() to create tokens for the special
10734         multi-dim array methods.
10735
10736 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10737
10738         * assembly.c: handle modules (no assembly table). Split
10739         loading references in its own function.
10740         * class.c: handle moduleref resolution scope.
10741         * image.c, image.h: cache module name in image.
10742
10743 2002-06-07  Martin Baulig  <martin@gnome.org>
10744
10745         * reflection.c (mono_image_get_type_info): Only add a class layout entry
10746         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
10747
10748 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10749
10750         * icall.c: more signature fixes that used uint instead of int.
10751
10752 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10753
10754         * reflection.c: fixed signature of field refs.
10755
10756 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10757
10758         * class.c, reflection.c: handle typerefs of nested types
10759         (both on read and when writing files).
10760
10761 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
10762
10763         * icall.c: fix method signatures that tried to workaround the previous
10764         typo, d'oh!
10765
10766 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10767
10768         * debug-helpers.c: fix typo.
10769
10770 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10771
10772         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
10773         rewrote the PE/COFF writing code (our programs are understood by the
10774         ms runtime, now).
10775
10776 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10777
10778         * gc.c, gc.h, icall.c: weakreference support.
10779
10780 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10781
10782         * Makefile.am, mono-config.c: use $(sysconfdir).
10783
10784 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10785
10786         * icall.c: changed default precision of Double.ToString() to 15.
10787         Fixed memory leak. Unified with Single.ToString.
10788
10789 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10790
10791         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
10792
10793 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10794
10795         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
10796         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
10797         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
10798         and myself.
10799
10800 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10801
10802         * debug-symfile.c, sysmath.c: yet more compilation fixes.
10803
10804 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10805
10806         * reflection.c, socket-io.c: more compilation fixes.
10807
10808 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10809
10810         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
10811         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
10812         unicode.c: warning and compiler compatibility fixes.
10813
10814 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10815
10816         * class.h, metadata.c: fixed warnings/compilation errors.
10817
10818 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10819
10820         * Makefile.am, mono-config.c, mono-config.h: configuration file
10821         support routines.
10822         * loader.c, loader.h: make Dll mapping configurable at runtime in the
10823         config file. Export methods to insert and lookup mappings.
10824
10825 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10826
10827         * reflection.c: handle types and boxed objects in custom attr
10828         constructors.
10829
10830 2002-05-30  Martin Baulig  <martin@gnome.org>
10831
10832         * debug-symfile.c
10833         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
10834
10835 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
10836
10837         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
10838         to lookup the implmap row for a P/Invoke method.
10839         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
10840         P/Invoke method from the runtime on an as needed basis.
10841
10842 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
10843
10844         * metadata.c (mono_metadata_parse_signature): impl.
10845
10846 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10847
10848         * class.c: handle .pack directive.
10849
10850 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10851
10852         * object.c: initialize static fields with RVA data.
10853
10854 2002-05-25  Martin Baulig  <martin@gnome.org>
10855
10856         * debug-symfile.c
10857         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
10858
10859 2002-05-24  Martin Baulig  <martin@gnome.org>
10860
10861         * debug-symfile.c
10862         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
10863         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
10864         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
10865
10866 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
10867
10868         * object.c: special case string ctros in invoke.
10869         * gc.c: silly whitespace changes.
10870
10871 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
10872
10873         * threadpool.[ch]: impl. a threadpool that can
10874         be used by mint and mono.
10875
10876 2002-05-22  Martin Baulig  <martin@gnome.org>
10877
10878         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
10879         The first argument is now a `MonoReflectionModuleBuilder *', the return
10880         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
10881         `methods' field to get the method builder.  The `token' argument is the
10882         unfixed token.
10883
10884         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
10885         invalid characters instead of g_assert_not_reached()ing.  This seems
10886         to be the behaviour of mscorlib.
10887
10888 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
10889
10890         * object.c (mono_runtime_invoke_array): applied patch from Rachel
10891         Hestilow to fix bug #25104
10892
10893 2002-05-21  Martin Baulig  <martin@gnome.org>
10894
10895         * debug-symfile.c (mono_debug_find_source_location): New function.
10896         Looks up an IL offset in the line number table and returns the source
10897         location as a string.
10898
10899 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10900
10901         * icall.c:
10902         (mono_double_ToStringImpl): changed %f by %g until we have something
10903         better.
10904
10905 2002-05-21  Nick Drochak  <ndrochak@gol.com>
10906
10907         * icall.c : Use different name for Math.Pow's icall.  Needed to check
10908         parameters first in C#.
10909
10910 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10911
10912         * icall.c, reflection.h: added icall to get info about an event.
10913
10914 2002-05-20  Radek Doulik  <rodo@ximian.com>
10915
10916         * object.c (mono_value_box): don't use memcpy for boxing on BIG
10917         endian
10918         (mono_value_box): don't use memcpy for small sizes on
10919         architectures with unaligned access
10920
10921 2002-05-20  Martin Baulig  <martin@gnome.org>
10922
10923         * reflection.c (mono_reflection_setup_internal_class): Don't crash
10924         if `tb->parent == NULL'.
10925         (mono_reflection_create_internal_class): New function.  This is
10926         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
10927         for enum types.
10928
10929         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
10930         New interncall.
10931
10932 2002-05-19  Martin Baulig  <martin@gnome.org>
10933
10934         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
10935         argument to get the length, don't default to the array length.
10936
10937 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
10938
10939         * assembly.c (mono_assembly_setrootdir): New function used to
10940         override the MONO_ASSEMBLIES directory.
10941
10942 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10943
10944         * icall.c: ValueType_GetHashCode() initialize local var.
10945
10946 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10947
10948         * reflection.c: sort custom attributes table.
10949
10950 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10951
10952         * reflection.c: support named args in custom attributes (write support).
10953
10954 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10955
10956         * reflection.c: fix finally position calculation.
10957
10958 2002-05-15  Radek Doulik  <rodo@ximian.com>
10959
10960         * reflection.c: fixed endianess at many places
10961
10962         * icall.c (ves_icall_InitializeArray): comment out debug msg
10963
10964 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
10965
10966         * object.c (mono_unhandled_exception): new function to handle
10967         unhandled exceptions.
10968         (mono_unhandled_exception): call the UnhandledException event.
10969         (mono_runtime_delegate_invoke): impl.
10970
10971 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
10972
10973         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
10974         returns the RVA, not the direct pointer to the data. Handle the case
10975         when the class size is fixed.
10976
10977 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10978
10979         * reflection.c: fix some endianess issues.
10980
10981 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
10982
10983         * object.c (mono_runtime_invoke): is now able to catch exceptions.
10984
10985         * threads.c (mono_thread_init): added a callback which is invoked
10986         at thread start.
10987
10988 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
10989         
10990         * icall.c: make GetHashCode return non-negative values.
10991
10992 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
10993
10994         * object.c, icall.c, gc.c: revert to address-based hashcode.
10995
10996 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
10997
10998         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
10999
11000 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11001
11002         * icall.c, class.c: special case <Module>.
11003
11004 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
11005
11006         * icall.c: fix bug in GetNow().
11007
11008 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
11009
11010         * object.c (mono_runtime_class_init): make sure that we call all
11011         static class constructors.
11012
11013 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
11014
11015         * reflection.c: sort methodsemantics table.
11016
11017 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
11018
11019         * reflection.h, reflection.c: honour init locals setting.
11020
11021 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
11022
11023         * icall.c: copied Double ToStringImpl for Single ToStringImpl
11024
11025 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11026
11027         * reflection.c: support ContructorBuilders in attribute blob creation.
11028
11029 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11030
11031         * reflection.c: some changes to build a binary that can be run
11032         directly in windows.
11033
11034 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11035
11036         * loader.c: print a big message when an icall can't be found.
11037
11038 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11039
11040         * string-icalls.c: fix bug 24248.
11041
11042 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
11043
11044         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
11045         icall.c, reflection.h: separate assembly loading by pathname and by
11046         assembly name. Use the MONO_PATH env var to search for assemblies.
11047
11048 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11049
11050         * assembly.c, image.h: add some support for assemblies
11051         with multiple modules.
11052         * class.c, class.h: export mono_class_from_typeref().
11053         * loader.c: remove duplicated code and use mono_class_from_typeref(),
11054         instead.
11055
11056 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11057
11058         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
11059         documentation says (the ECMA one is correct).
11060
11061 2002-05-02  Dick Porter  <dick@ximian.com>
11062
11063         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
11064         Don't name the synchronisation mutex.
11065
11066 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
11067
11068         * rand.c
11069         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
11070         Make the prototypes match.
11071         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
11072         Same.
11073
11074         * icall.c
11075         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
11076         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
11077         all systems have tm.tm_zone, so use strftime() with %Z to print
11078         the timezone abreviation into a temp string.
11079
11080         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
11081         rather than mono_array_addr() on a MonoString on Big Endian
11082         machines.
11083
11084 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
11085
11086         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
11087         fix bug 24041
11088
11089 2002-04-30  Dick Porter  <dick@ximian.com>
11090
11091         * socket-io.c: Cope with SOCKET being an integer rather than a
11092         pointer now.
11093
11094         * threads.c: Added Thread_free_internal, to deal with thread
11095         handle cleanup.  Moved calls to handle_store() and handle_remove()
11096         to start_wrapper(), so each can only be called once.  Allocate
11097         synchronisation blocks with GC_malloc(), and use GC finalisation
11098         to close the handles.
11099
11100         * icall.c: added System.Threading.Thread::Thread_free_internal
11101
11102 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11103
11104         * icall.c: support Environment.Exit, CommandLineArgs().
11105
11106 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11107
11108         * object.c, object.h: added mono_runtime_run_main () and
11109         mono_runtime_get_main_args () for use in System.Environment.
11110
11111 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11112
11113         * gc.c: fix thinko, enable actual finalization since the jit is now
11114         fixed.
11115
11116 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11117
11118         * gc.c, object.c: take into account that an object may be offset wrt the address
11119         returned by GC_malloc().
11120
11121 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
11122
11123         * image.c: handle files without entries in the assembly table (modules).
11124
11125 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
11126
11127         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
11128         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
11129         allowed to be null when it's System.Object class setup.
11130
11131 2002-04-27  Martin Baulig  <martin@gnome.org>
11132
11133         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
11134         if `tb->parent == NULL' rather than crashing.
11135
11136 2002-04-28  Nick Drochak  <ndrochak@gol.com>
11137
11138         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
11139         calling acos() where asin() should have been called.
11140
11141 2002-04-26  Martin Baulig  <martin@gnome.org>
11142
11143         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
11144         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
11145         there's a subdirectory called `System', but we don't want to read that
11146         subdirectory as an assembly.
11147
11148 2002-04-25  Martin Baulig  <martin@gnome.org>
11149
11150         * debug-symfile.c: Reflect latest MonoString changes.
11151
11152 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11153
11154         * rand.c, rand.h: instance method icalls need to have an explicit
11155         this pointer as first argument in the C implementation.
11156
11157 2002-04-25  Nick Drochak <ndrochak@gol.com>
11158
11159         * icall.c: Fix typo in map for GetNonZeroBytes
11160
11161 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11162
11163         * string-icalls.c : String does now passes unit tests without any 
11164         errors, the following changes has been made:
11165         
11166         Implemented replace methods.
11167         Renaming of methods to (try) follow the standard.
11168         Fixed compare ordinal
11169         Made all memory allocated directly to function instead of via icall function.
11170         Small performance fix in is_in_array function
11171                         
11172  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
11173
11174         c (mono_string_Internal_ctor_charp_int_int):
11175         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
11176         sindex < 0, throw ArgumentOutOfRangeException instead of
11177         ArgumentNullException.
11178
11179         Added new check for length == 0, however
11180         I need to make it return String.Empty from the C code.
11181         
11182         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
11183         that calculate the length for us here.
11184         
11185         (mono_string_Internal_ctor_sbytep_int_int): Replaced
11186         mono_string_new_utf16 with mono_string_new, since value is utf8.
11187
11188 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11189
11190         * object.c: register the object for finalization if needed.
11191         Allocate one more char in the string for the terminating 0 char.
11192
11193 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11194
11195         * class.c, class.h, image.c: check if a type implemenst a destructor.
11196         Use the proper key for array class lookups.
11197         * icall.c: register the icalls in the System.GC class.
11198         * gc.c, gc.h: GC-related functions and icalls.
11199
11200 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11201
11202         * icall.c:
11203         * socket-io.c:
11204         * unicode.c: free some strings gotten from mono_string_to_utf8 and
11205         changed a couple of free () by g_free ().
11206
11207         * decimal.c: one-liner in the comments for decimal2string ().
11208
11209 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11210
11211         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
11212
11213 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11214
11215         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
11216         * object.c (mono_runtime_invoke_array) : handle null in params
11217
11218 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11219
11220         * string-icalls.c: fixed bug in split (one off bug)
11221
11222 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11223
11224         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
11225         * icalls.c: added String::Equals as internal method
11226
11227 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11228
11229         * threads.c: fixed bug in the double interlocked functions
11230
11231 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
11232
11233         * threads.c: implemented all of the new interlocked icalls.
11234         * string-icalls.c: fix a bug in insert.
11235         * icalls.c: added the icalls for interlocked, removed old string functions.
11236         
11237 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11238
11239         * loader.c: fix off-by-one error when reading argument names.
11240
11241 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11242
11243         * profiler.c: win32 counter implementation (untested).
11244         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
11245         (the latter needs testing and more complete impl. from win32 folks).
11246
11247 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
11248
11249         * object.c: mono_array_new_full workaround mono_array_class_get
11250         problem.
11251
11252 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11253
11254         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
11255         * object.h (mono_string_chars): Changed casting type.
11256
11257 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11258
11259         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
11260                            method signatures to use gunichar2 instead of gint16.
11261
11262 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
11263
11264         * object.h, object.c: domain-specific versions of mono_object_new and
11265         mono_array_new.
11266
11267 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
11268
11269         * object.c: changed String layout
11270
11271         * string-icalls.c (mono_string_Internal_ctor_chara): added
11272         internal string constructors.
11273
11274 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
11275
11276         * threads.c: pass 'this' to the thread start routine.
11277
11278 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11279
11280         * string-icalls.c: fix IndexOf and LastIndexOf. Now
11281         InternalCompareStr don't call twice mono_string_cmp_char for the last
11282         character. Improved performance in mono_string_cmp_char.
11283
11284 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11285
11286         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
11287         code into its own library: libmonoruntime.
11288
11289 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
11290
11291         * object.h, object.c: changed array format so that szarrays do not
11292         require a bounds structure.
11293         * icall.c, appdomain.c: support for new szarray format.
11294
11295 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11296
11297         * metadata.c: compare also the retuns type when comparing signatures:
11298         we didn't do this as an optimization since really overloaded methods
11299         must differ also in the arguments, but this doesn't work with
11300         low-level IL code (or when using explicit conversion operators: see
11301         bug#23498 for an example).
11302
11303 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11304
11305         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
11306
11307 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
11308
11309         * icall.c: make MonoType::GetElementType its own icall.
11310
11311 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11312
11313         * icall.c: remove MonoMethod_get_Name().
11314         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
11315         object.
11316
11317 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11318
11319         * string-icalls.c: optimized a few methods.
11320
11321 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11322
11323         * icall.c: added all new string internal calls
11324         * string-icalls.c: added, new string internal call implementation.
11325         * object.c: added mono_string_new_size for allocating a string a size
11326
11327 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
11328
11329         * object.c (mono_object_isinst): use the same code as in the
11330         optimized x86 version.
11331
11332 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11333
11334         * profiler.c: TSC-based timer code (faster and more accurate).
11335         Not hooked up in configure, yet (set USE_X86TSC to 1).
11336
11337 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
11338
11339         * profiler.c, profiler.h: track time spent compiling methods.
11340         * threads.c: track thread creation/destruction.
11341
11342 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
11343
11344         * profiler.c, profiler.h, profiler-private.h: profiling interface
11345         and sample implementation. Moved here so that it can be used also by
11346         the jit.
11347
11348 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
11349
11350         * reflection.c, reflection.h: keep types and other handles separate in
11351         the hash tables for referred tokens. Add guid for modules.
11352
11353 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11354
11355         * assembly.c: fix bugs found with valgrind.
11356         * metadata.h, metadata.c: added mono_metadata_guid_heap().
11357
11358 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
11359
11360         * threads: added icall support for getting current domain for
11361                    the thread.
11362  
11363 2002-04-13  Martin Baulig  <martin@gnome.org>
11364
11365         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
11366         (MonoDebugVarInfo): Added `index' field for register based addresses.
11367         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
11368         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
11369         `MonoDebugVarInfo *params' and `guint32 this_offset' with
11370         `MonoDebugVarInfo *this_var'.
11371
11372         * debug-symfile.c (relocate_variable): New static function to write
11373         a location description for a local variable or method parameter.
11374
11375 2002-04-12  Martin Baulig  <martin@gnome.org>
11376
11377         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
11378         stack offset and begin/end scope address of a local variable.
11379         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
11380         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
11381         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
11382
11383         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
11384         Added new relocation types for start/end scope of a local variable.
11385
11386 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11387
11388         * object.h: add mono_object_domain() macro.
11389         * reflection.c: handle typespecs.
11390         * icall.c: MonoMethod::get_Name() implementation.
11391
11392 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11393
11394         * icall.c: String::GetHashCode() icall implementation.
11395
11396 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11397
11398         * icall.c: String::IndexOfAny icall.
11399         * object.c, object.h: make array->max_length more useful.
11400         Intrduced mono_object_class() and mono_string_length() macros.
11401
11402 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11403
11404         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
11405         instead of g_unichar_isdigit.
11406
11407 2002-04-11  Nick Drochak  <ndrochak@gol.com>
11408
11409         * icall.c: Implement a simple Double.ToString().
11410
11411 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11412
11413         * appdomain.h: only io-layer.h is supposed to be included.
11414         * icall.c: explicitly import environ. Fix warning.
11415
11416 2002-04-10  Nick Drochak  <ndrochak@gol.com>
11417
11418         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
11419                 return true even if it's not Daylight Savings time.
11420                 Only return false for the case where the function isn't
11421                 implemented for a plaform (read Windows).
11422
11423 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11424
11425         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
11426         data with a mutex.
11427
11428 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
11429
11430         * mempool.c (mono_mempool_alloc): only use g_malloc when
11431         absolutely necessary.
11432
11433 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11434
11435         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
11436
11437         * class.c (mono_class_vtable): use domain mempool to allocate vtable
11438         (mono_class_proxy_vtable): use domain mempool
11439
11440 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11441
11442         * appdomain.h, appdomain.c: split initialization that requires the
11443         execution engine support into mono_runtime_init().
11444
11445 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11446
11447         * class.c (mono_class_init): don't include vtable inside MonoClass
11448         to save some memory, gather some statistics.
11449         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
11450
11451 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11452
11453         * icall.c: internalcall implementation for ValueType.Equals().
11454
11455 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
11456
11457         * object.c (mono_message_init): moved 
11458         (mono_runtime_exec_main): new arch. independent impl.
11459         (mono_runtime_invoke_array): new method - like
11460         mono_runtime_invoke, but you can pass an array of objects.
11461         (mono_remoting_invoke): new arch. independent impl.
11462         (mono_message_invoke): new arch. independent impl.
11463         (mono_runtime_class_init): new arch. independent impl.
11464         (mono_runtime_object_init): new arch. independent impl.
11465
11466 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11467
11468         * metadata.c, object.c, reflection.c: documented the exported
11469         functions.
11470
11471 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
11472
11473         * icall.c: simpler code to pass the assembly builder data to corlib.
11474         Implement GetNestedTypes() internalcall.
11475
11476 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11477
11478         * class.c: warn if a type can't be loaded.
11479
11480 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
11481
11482         * image.h: typedef MonoImageOpenStatus
11483         * types.h: removed unused file
11484         
11485 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
11486
11487         * icall.c: Enum_ToObject accepts enum value arguments.
11488
11489 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11490
11491         * class.c: move initialization of properties, events and nested
11492         classes, so that they happen for interfaces, too.
11493
11494 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11495
11496         * icall.c: cleanup some ugly casts in Array_SetValue*.
11497
11498 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11499
11500         * icall.c: the values array fro enums is of the correct type, now.
11501         Implement (correctly) getFullName instead of assQualifiedName for
11502         MonoType.
11503         * reflection.h, reflection.c: added mono_type_get_name ().
11504
11505 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11506
11507         * assembly.c, image.h: for each MonoImage, record from wich assembly
11508         it was loaded.
11509         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
11510         Make Type.Assembly work.
11511
11512 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
11513
11514         * debug-symfile.h: use char* instead of gpointer to avoid
11515         unnecessary casts.
11516
11517         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
11518
11519         * icall.c (ves_icall_InternalExecute): impl. FielSetter
11520         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
11521
11522 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
11523
11524         * icall.c (mono_message_init): impl. (code cleanup)
11525         (ves_icall_InternalExecute): impl. FieldGetter
11526
11527         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
11528         defined we call all (non-static)methods through the vtable. 
11529
11530 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
11531
11532         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
11533         finalizer even though the memory is still referenced (and the chunk of
11534         memory is not freed).
11535
11536 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
11537
11538         * assembly.c: fix brokeness.
11539
11540 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
11541
11542         * class.c: kill some warnings. Check explicit interface method
11543         implementation also without considering the namespace.
11544         Load also literal strings in static class data.
11545
11546 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
11547
11548         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
11549         (default_assembly_name_resolver): Make the resolver take the
11550         "base" directory where the assembly was originally defined, so we
11551         can load DLLs that are in the same directory as the assembly that
11552         is being referenced.
11553
11554 2002-03-28  Dick Porter  <dick@ximian.com>
11555
11556         * file-io.h: 
11557         * file-io.c:
11558         * socket-io.c: 
11559         * unicode.h: 
11560         * unicode.c: Warning cleanups
11561
11562 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
11563
11564         * object.h, reflection.h: use the correct type instead of MonoObject.
11565
11566 2002-03-28  Martin Baulig  <martin@gnome.org>
11567
11568         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
11569         (mono_debug_update_symbol_file): Initialize classes if necessary.
11570
11571 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11572
11573         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
11574         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
11575
11576 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
11577
11578         * assembly.h: fix function prototype.
11579         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
11580         * mono-endian.h: use const cast.
11581
11582 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11583
11584         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
11585
11586 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11587
11588         * loader.c: don't assert when a typeref can't be loaded, give
11589         a chance to the runtime to trow an exception instead.
11590         * loader.h: fix warning.
11591
11592 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11593
11594         * class.c (mono_class_proxy_vtable): added proxy support
11595
11596 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
11597
11598         * icall.c: removed last of PAL calls, added System.Environment
11599         * file-io.h, file-io.c: MonoIO implementation
11600         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
11601
11602 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11603
11604         * appdomain.c: do not use the byte marker in ldstr table lookup.
11605         * debug-helpers.c: allow two ':' to separate class and method name.
11606         * object.c: allocate arrays bounds with the GC, too.
11607         * verify: add a few more checks.
11608
11609 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
11610
11611         * reflection.c: output also literal strings. Allocate parameter data
11612         with GC_malloc() (thanks, Martin, for catching this!).
11613
11614 2002-03-26  Martin Baulig  <martin@gnome.org>
11615
11616         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
11617         include the `this' offset in the `param_offsets'.
11618
11619 2002-03-25  Martin Baulig  <martin@gnome.org>
11620
11621         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
11622         mono_debug_get_class() function to get the classes. Added new
11623         relocation types for arrays and strings.
11624         (mono_debug_get_class): New static function to search in all
11625         referenced assemblies for a metadata token.
11626
11627         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
11628
11629 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
11630
11631         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
11632         hold gc-allocated objects. Make the string heap a stream like the
11633         others. Removed duplicated code when writing stream info.
11634         Added asserts to catch possible buffer overflows. Set the sorted map
11635         for tables that need sorting. Added some documentation.
11636
11637 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
11638
11639         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
11640         for interned strings and vtables.
11641
11642 2002-03-24  Martin Baulig  <martin@gnome.org>
11643
11644         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
11645         it in the array since it was created with g_slist_prepend().
11646
11647 2002-03-24  Martin Baulig  <martin@gnome.org>
11648
11649         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
11650         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
11651         (mono_debug_method_from_token): Renamed to
11652         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
11653         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
11654
11655         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
11656         relocation types.
11657
11658         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
11659
11660 2002-03-24  Martin Baulig  <martin@gnome.org>
11661
11662         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
11663         (mono_debug_method_from_token): New func.
11664
11665         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
11666         New interncall, calls mono_debug_local_type_from_signature().
11667         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
11668         calls mono_debug_method_from_token().
11669
11670 2002-03-23  Martin Baulig  <martin@gnome.org>
11671
11672         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
11673         specifies the number of bytes to be converted, not the array size.
11674         Return the number of chars, not the number of bytes.
11675         (ves_icall_iconv_get_chars): The `byteCount' argument
11676         specifies the number of bytes to be converted, not the array size.
11677
11678 2002-03-23  Martin Baulig  <martin@gnome.org>
11679
11680         * reflection.h (MonoReflectionSigHelper): New type.
11681
11682         * reflection.c (mono_reflection_sighelper_get_signature_local),
11683         (mono_reflection_sighelper_get_signature_local): New functions.
11684
11685         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
11686         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
11687         interncalls.
11688
11689 2002-03-23  Martin Baulig  <martin@gnome.org>
11690
11691         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
11692         is_writeable is set.
11693         (mono_raw_buffer_update): New function to write the modified map
11694         back to disk.
11695
11696         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
11697
11698         * debug-symfile.c (mono_debug_update_symbol_file): Call
11699         mono_raw_buffer_update() when done writing.
11700
11701 2002-03-23  Martin Baulig  <martin@gnome.org>
11702
11703         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
11704
11705         * debug-symfile.c: Added support for arguments and local variables.
11706
11707 2002-03-23  Dick Porter  <dick@ximian.com>
11708
11709         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
11710         protected by ifdefs, hence breaking the w32 build.
11711
11712 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11713
11714         * object.c: implement is_interned() the right way.
11715
11716 2002-03-21  Martin Baulig  <martin@gnome.org>
11717
11718         * debug-symfile.[ch]: New files to handle debugging information
11719         files. There's also support to dynamically update these symbol
11720         files to include machine dependent information.
11721
11722 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
11723
11724         * threads.c (mono_thread_create): new function to create thread
11725         from C
11726
11727 2002-03-20  Martin Baulig  <martin@gnome.org>
11728
11729         * icall.c (ves_icall_InternalInvoke): Create a new object if the
11730         method is a constructor.
11731         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
11732         points to ves_icall_InternalInvoke().
11733
11734 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
11735
11736         * file-io.c: Flush shouldn't throw exceptions.
11737
11738 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
11739
11740         * file-io.c: FileStream flush support; FileSetLength now
11741         restores file pointer.
11742
11743 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
11744
11745         * class.c: set image for pointer classes.
11746
11747 2002/03/19  Nick Drochak <ndrochak@gol.com>
11748
11749         * sysmath.c: Forgot one.
11750
11751 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
11752
11753         * sysmath.c: Avoid redefining existing names.
11754
11755 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
11756
11757         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
11758         handled by runtime as icall rather than dllimport from libm.so
11759         * file-io.c, file-io.h: fixed handle argument type.
11760
11761 2002-03-18  Dick Porter  <dick@ximian.com>
11762
11763         * reflection.c (mono_image_get_type_info): rename interface to
11764         iface, because of "#define interface struct" on windows.
11765
11766 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
11767
11768         * class.c, class.h: rename and export mono_ptr_class_get().
11769         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
11770         * reflection.c, reflection.h, icall.c: better/saner type name
11771         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
11772         method signatures.
11773
11774 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
11775
11776         * class.c (mono_class_init): removed hardcoded GHC_SLOT
11777
11778         * icall.c (ves_icall_InternalInvoke): impl.
11779
11780 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
11781
11782         * reflection.c: output the interface map table, too.
11783
11784 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
11785
11786         * class.c (class_compute_field_layout): separate computation of 
11787         static field layout
11788
11789 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
11790
11791         * icall.c: added System.Buffer support.
11792         * file-io.c: moved file icalls from PAL to FileStream.
11793
11794 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
11795
11796         * icall.c (ves_icall_System_Object_GetHashCode): impl.
11797
11798 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
11799
11800         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
11801
11802 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
11803
11804         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
11805
11806 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
11807
11808         * debug-helpers.{c,h}: moved here from monograph some useful functions
11809         to locate a method by name/signature in a class or image. Included
11810         also a small and flexible IL disassembler.
11811
11812 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11813
11814         * reflection.c: fixup tokens in methods with small header size, too.
11815
11816 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
11817
11818         * object.c (mono_string_to_utf8): remove assert(!error), instead
11819         print a warning. 
11820
11821 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
11822
11823         * icall.c: update to the new mono_Array_class_get interface.
11824
11825 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
11826
11827         * appdomain.c, object.c: Boehm-GC enable.
11828         * icall.c: make get_data_chunk() support split data requests.
11829         Ensure a class is initialized in more cases. Return only the first
11830         property found in GetProperties() or the compiler gets confused. 
11831         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
11832         * reflection.h, reflection.c: add fixup mechanism for field and method
11833         tokens. Initialize assembly->typeref in a single place. Output
11834         properties after events. Support custom attributes for events, too.
11835         Typo fix for paramter custom attrs.
11836
11837 2002-03-07  Martin Baulig  <martin@gnome.org>
11838
11839         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
11840
11841 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
11842
11843         * class.c (mono_array_class_get): fix. for multi. dim. arrays
11844
11845 2002-03-06  Martin Baulig  <martin@gnome.org>
11846
11847         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
11848         non-zero lower bounds. See testcases #F10-#F13.
11849
11850 2002-03-05  Martin Baulig  <martin@gnome.org>
11851
11852         * exception.c (mono_get_exception_argument_out_of_range): New exception.
11853
11854         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
11855         ves_icall_System_Array_GetValue(), only calculate the absolute array position
11856         here.
11857         (ves_icall_System_Array_SetValue): Likewise.
11858         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
11859         as argument and does the actual work. This function is used when copying a
11860         multi-dimensional array.
11861         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
11862         now do all the widening conversions of value types.
11863         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
11864
11865 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11866
11867         * class.c: remove some magic numbers and use the smbolic names,
11868         instead. Added init_events() to load event info at class init time.
11869         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
11870         and mono_metadata_methods_from_event().
11871         * reflection.h, reflection.c: added support for writing out the evnets
11872         related information.
11873
11874 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11875
11876         * reflection.h, icall.c: use a different method (GetInterfaces)
11877         to gather interface info and add isbyref, isprimitive and
11878         ispointer to the ves_icall_get_type_info() return value.
11879
11880 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
11881
11882         * class.h: stared adding support for events.
11883         * icall.c: split find_members implementation. Added debug icall to get
11884         the address of an object.
11885         * reflection.c: handle TypeBuilders in mono_type_get_object().
11886
11887 2002-03-01  Martin Baulig  <martin@gnome.org>
11888
11889         * icall.c (ves_icall_System_Array_GetLength): This must throw an
11890         ArgumentOutOfRangeException(), not an ArgumentException().
11891         (ves_icall_System_Array_GetLowerBound): Likewise.
11892         (ves_icall_System_Array_GetValue): Improved argument checking.
11893         (ves_icall_System_Array_SetValue): Improved argument checking.
11894
11895 2002-03-01  Martin Baulig  <martin@gnome.org>
11896
11897         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
11898         called with invalid arguments rather than just dying with g_assert().
11899         (ves_icall_System_Array_SetValue): Likewise.
11900         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
11901         raise a NotImplementedException instead.
11902         (ves_icall_System_Array_GetLength): Added argument checking.
11903         (ves_icall_System_Array_GetLowerBound): Added argument checking.
11904
11905 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
11906
11907         * object.h (mono_assert): new macros mono_assert and
11908         mono_assert_not_reached
11909
11910 2002-02-28  Martin Baulig  <martin@gnome.org>
11911
11912         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
11913         and "System::String::IsInterned" to "System::String::_IsInterned".
11914
11915 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
11916
11917         * icall.c: remove hacks for typebuilder. Added icall to create a
11918         modified type from a tybebuilder.
11919         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
11920         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
11921         to create a backing MonoClass for a TypeBuilder.
11922
11923 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11924
11925         * class.c, class.h: more refactoring of class init.
11926         Export mono_class_setup_mono_type() and mono_class_setup_parent().
11927
11928 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
11929
11930         * marshal.c, marshal.h: start of marshaling interface.
11931
11932 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
11933
11934         * icall.c: fix order in assembly qualified name icall.
11935
11936 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
11937
11938         * class.c: do not free str, since we store it in the hash table.
11939         * reflection.h: add label field to MonoILExceptionInfo.
11940         * reflection.c: handle references to more than one assembly. Handle
11941         case when there isn't a module created in the assembly.
11942
11943 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11944
11945         * class.c: Fix typo. Start refactoring of class init code.
11946
11947 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11948
11949         * appdomain.c: exit with 1 on error.
11950         * class.c: we already have the name in MonoClassField.
11951         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
11952         MonoStreamHeader instead of an offset of image->raw_metadata.
11953
11954 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
11955
11956         * appdomain.c (mono_init): Be even more descriptive about the error.
11957
11958 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
11959
11960         * appdomain.c: give the user an informative message when corlib can't
11961         be loaded.
11962
11963 2002-02-26  Martin Baulig  <martin@gnome.org>
11964
11965         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
11966         New icall to get the time zone data.
11967
11968 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11969
11970         * reflection.c: set virtual and raw size of section correctly.
11971         * threads.c: transfer domain information to newly created threads.
11972
11973 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
11974
11975         * class.c: when instancing a class in a domain, load the default
11976         vaules for static fields from the constant table. Fix System.Enum to
11977         not be an enum.
11978         * icall.c: implement Object::GetType() internalcall. Implemented
11979         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
11980         Fixed checking of binding flags in find_members().
11981         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
11982         * reflection.c: handle enumerations when writing to the constant
11983         table. Use a different object cache for types.
11984
11985
11986 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
11987
11988         * object.c (mono_object_isinst): fix for arrays
11989
11990         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
11991
11992 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
11993
11994         * object.c: don't use mprotect ()  and fix intern pool hash table
11995         lookup for big endian systems.
11996
11997 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11998
11999         * icall.c: change type_is_subtype_of () signature.
12000
12001 2002-02-21  Mark Crichton  <crichton@gimp.org>
12002
12003         * rand.c, rand.h: Added random number generator for
12004         System.Security.Cryptography classes.
12005
12006         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
12007
12008         * icall.c: Added System.Security.Cryptography calls.
12009
12010 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
12011
12012         * class.c, icall.c, metadata.c: better support for pointer types.
12013         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
12014         * reflection.c: Add support for getting custom attrs for properties
12015         and simplify some code.
12016
12017 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12018
12019         * icall.c: change getToken () and add custom attribute GetBlob()helper
12020         method.
12021         * reflection.h: add custom attrs array to the reflection builder structures.
12022         * reflection.c: encode and emit custom attributes for all the relevant
12023         reflection objects. Cache fieldref and methodref tokens. Change
12024         mono_image_create_token() interface to take a MonoDynamicAssembly.
12025         More complete custom attributes decoder. Load custom attributes for
12026         Assembly, Field, Method and Constructor objects, too. Make the
12027         returned array an Attribute[] one, not object[]. Added
12028         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
12029         custom attribute constructor.
12030
12031 2002-02-20  Dick Porter  <dick@ximian.com>
12032
12033         * icall.c:
12034         * rawbuffer.c:
12035         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
12036         problem code out for now).
12037
12038 2002-02-19  Radek Doulik  <rodo@ximian.com>
12039
12040         * object.c (mono_ldstr): use hash table to avoid multiple swapping
12041
12042 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
12043
12044         * icall.c: register the GetCustomAttributes method.
12045         * object.c, object.h: add mono_string_new_len ().
12046         * reflection.h, reflection.c: added mono_runtime_invoke(),
12047         mono_install_runtime_invoke(). Added
12048         mono_reflection_get_custom_attrs () to load custom attributes and
12049         create the attribute objects.
12050
12051 2002-02-19  Dick Porter  <dick@ximian.com>
12052         * threads-dummy-types.c:
12053         * threads-dummy-types.h:
12054         * threads-dummy.c:
12055         * threads-dummy.h:
12056         * threads-pthread-types.c:
12057         * threads-pthread-types.h:
12058         * threads-pthread.c:
12059         * threads-pthread.h:  Deleted obsolete files
12060
12061 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
12062
12063         * class.c (mono_class_vtable): runtime init the class when we
12064         allocate static class data.
12065
12066         * icall.c (ves_icall_System_Array_SetValue): check for null values.
12067
12068         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
12069         and String - but we will need generic marshalling support in the
12070         future. 
12071         (mono_init): set the domain name in a ms compatible way
12072
12073         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
12074         String[].
12075
12076 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
12077
12078         * object.c (mono_array_clone): use alloca() instead of g_malloc  
12079         for sizes
12080
12081         * appdomain.c (mono_domain_unload): impl.
12082
12083 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12084
12085         * appdomain.c, object.c: fix intern pool implementation.
12086         * class.c: fix alignment code.
12087
12088 2002-02-16  Radek Doulik  <rodo@ximian.com>
12089
12090         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
12091         and s2 > s1, just copy lower bytes to be compatible with little
12092         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
12093         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
12094
12095         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
12096         force big_endian to be 1 for big endian machines 
12097         (ves_icall_iconv_new_decoder): ditto
12098
12099 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
12100
12101         * socket-io.c (convert_sockopt_level_and_name): If the system
12102         doesn't define SOL_IP or SOL_TCP, get them by hand using
12103         getprotobyname() and caching the values (because this could be a
12104         slow operation).
12105         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
12106         Use the appropriate struct when the system does support it. Ie,
12107         not all systems have struct ip_mreqn so use struct ip_mreq when
12108         appropriate.
12109
12110 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
12111
12112         * reflection.c: handle finally clauses.
12113
12114 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
12115
12116         * socket-io.c: use g_snprintf() instead of snprintf.
12117
12118 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12119
12120         * reflection.c (mono_param_get_objects): Cast second argument to
12121         mono_method_get_param_names to a const char** to silence the
12122         compiler warning.
12123
12124         * appdomain.c (mono_domain_assembly_open): Put parens around the
12125         truth statement in the for-loop.
12126
12127         * unicode.c (iconv_convert): Got rid of a compiler warning about
12128         int i being unused when the system has a new iconv.
12129         (iconv_get_length): Same.
12130
12131         * image.c (load_class_names): Cast the second argument to
12132         g_hash_table_insert() to char* to hush compiler warnings about the
12133         arg being a const.
12134         (mono_image_open): Same here.
12135
12136         * socket-io.c: Don't conditionally include sys/filio.h or
12137         sys/sockio.h here anymore since we now get them from
12138         io-layer/io-layer.h
12139         (inet_pton): If the system doesn't support inet_aton, implement
12140         using inet_addr and also #define INADDR_NONE if it isn't defined
12141         by the system.
12142
12143 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
12144
12145         * metadata.c, metadata.h: added function to get packing and size info
12146         of a typedef.
12147         * reflection.h, reflection.c: handle field RVA data. Save info about
12148         the table layout if needed. Assign typedef indexes to all the types
12149         before dumping the info about them to avoid forward reference problems.
12150
12151 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
12152
12153         * socket-io.c (convert_sockopt_level_and_name): ifdef
12154         SO_ACCEPTCONN because it is not defined on my system (old debian)
12155
12156 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12157
12158         * opcode.c: use stddef.h to get NULL.
12159
12160 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12161
12162         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
12163         for FIONBIO, FIONREAD and SIOCATMARK.
12164         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
12165         define INADDR_NONE and besides, inet_addr() is deprecated and
12166         should not be used. Use inet_pton() instead - it also has the
12167         added bonus that it can easily handle IPv6 addresses as well.
12168         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
12169
12170 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12171
12172         * decimal.c: remove _MSC_VER conditional.
12173
12174 2002-02-13  Dick Porter  <dick@ximian.com>
12175
12176         * socket-io.c: 
12177         * icall.c: Internal calls for Blocking, Select, Shutdown,
12178         GetSocketOption and SetSocketOption
12179
12180 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12181
12182         * assembly.cs: better resolver: use it instead of some kludgy
12183         code.
12184
12185 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
12186
12187         * reflection.c: the best way to speed-up the compiler is to avoid
12188         infinite loops.
12189
12190 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
12191
12192         * class.c (mono_class_vtable): changed the object layout
12193         (obj->vtable->class). 
12194         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
12195
12196 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12197
12198         * assembly.c: look for assemblies in the assembly dir, too.
12199
12200 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12201
12202         * class.c: fix thinko in mono_class_from_type().
12203
12204 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12205
12206         * exception.h, exception.c: added TypeLoadException.
12207         * object.h, object.c: added mono_array_clone ().
12208         * icall.c: handle throwOnError in AssemblyGetType().
12209         Added Array.Clone().
12210         * opcode.h, opcode.c: use a single value for the opcode val.
12211         Compile fix for non-gcc compilers.
12212
12213 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
12214
12215         * opcodes.c, opcodes.h: export interesting info about opcodes.
12216
12217 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
12218
12219         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
12220         icalls. 
12221
12222         * class.c (class_compute_field_layout): set element_class for enums
12223         (mono_class_create_from_typedef): set element_class for normal classes
12224
12225         * icall.c (ves_icall_System_Enum_get_value): impl.
12226
12227         * class.c (mono_class_create_from_typedef): do not set valuetype
12228         flag for System.ValueType and System.Enum
12229
12230 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
12231
12232         * unicode.c (iconv_convert): fix big endian problem.
12233
12234 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12235
12236         * class.c: add asserts if we are ever going to scribble over memory.
12237         * socket-io.c: not all systems have AF_IRDA defined.
12238
12239 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
12240
12241         * class.c (class_compute_field_layout): do not consider static
12242         fields to compute alignment
12243
12244 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
12245
12246         * appdomain.c (mono_appdomain_get): impl.
12247         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
12248
12249 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12250
12251         * icall.c: ignore "file://" prefix when loading an assembly.
12252
12253 2002-01-23  Dick Porter  <dick@ximian.com>
12254
12255         * socket-io.c:
12256         * icall.c:
12257         * Makefile.am: Added socket support
12258
12259 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12260
12261         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
12262         code back.  This should return the assemblies that are loaded by
12263         the runtime on behalf of an application domain. 
12264
12265         The current implementation is still broken, it just returns every
12266         assembly loaded, but until we get real applications domain this
12267         will do.
12268
12269 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
12270
12271         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
12272         AppDomain object.
12273
12274 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12275
12276         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
12277         the mono_class_from_name lookup.
12278         (ves_icall_get_parameter_info): ditto.
12279         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
12280         method.
12281         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
12282
12283 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
12284
12285         * class.c: load also nested classes on class init.
12286         System.ValueType instance methods gets passed boxed
12287         values, unless methods in derived classed that get a pointer to the
12288         data.
12289         * icall.c: use better name parsing code in GetType().
12290         * image.c, image.h: add mono_image_loaded ().
12291         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
12292         * reflection.c, reflection.h: added mono_reflection_parse_type().
12293
12294 2002-01-22  Veronica De Santis <veron78@interfree.it>
12295
12296         * icall.c : Added mapping of internal calls for Manual and Auto reset events
12297         * threads.c : Added the implementation of internal calls for events
12298         * threads.h : Added prototypes of internal calls for events
12299         
12300 2002-01-21  Radek Doulik  <rodo@ximian.com>
12301
12302         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
12303
12304 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
12305
12306         * class.c (mono_class_init): set min_align to 1 (instead of 0)
12307         (mono_class_value_size): use min_align
12308
12309 2002-01-20  Dick Porter  <dick@ximian.com>
12310
12311         * threads.h:
12312         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
12313         so it compiles on w32.
12314
12315 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
12316
12317         * metadata.c (mono_type_stack_size): impl.
12318
12319         * class.c (mono_class_get_field): impl. memberref token
12320
12321 2002-01-16 Veronica De Santis <veron78@@interfree.it>
12322
12323         * icall.h : Added the internal calls mapping for CreateMutex_internal
12324                     and ReleaseMutex_internal.
12325         * threads.h : Added the prototype of mutexes internal calls.
12326         * threads.c : Added the implementations of mutexes internal calls.
12327
12328 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12329
12330         * metaparse.h: removed unused file.
12331         * reflection.c, reflection.h: added stream_data_align () function 
12332         to align data in streams and keep stream aligned. Add support for
12333         exception support in method headers.
12334
12335 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
12336
12337         * unicode.c: make iconv_convert () return the number of bytess written
12338         in the output buffer.
12339
12340 2002-01-15  Dick Porter  <dick@ximian.com>
12341         * threads.c: Make the runtime's idea of infinite timeouts coincide
12342         with the class library's
12343
12344         Fix a particularly egregious bug in mono_thread_cleanup(). That
12345         code was so utterly bogus it must have been written on a Monday.
12346
12347 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12348
12349         * reflection.h: add subtypes field to TypeBuilder.
12350         * reflection.c: encode constants for literal fields.
12351         Handle subtypes. Fix user string token (and add a zero byte)
12352         at the end.
12353         
12354 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
12355
12356         * class.c (mono_class_init): bug fix: assign slot numbers for
12357         abstract methods.
12358
12359 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12360
12361         * reflection.c: don't try to output a code RVA for abstract methods.
12362         Small fixes for method header format. Output parameter info to the
12363         ParamDef table. Save method overriding info to MethodImpl table.
12364         Fix property support. Allow typedef.extends to be a type in the
12365         building assembly.
12366         * verify.c: fix off-by-one error.
12367
12368 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
12369
12370         * class.c: fix mono_class_from_mono_type () for szarray types.
12371         Remove unused cache check in mono_class_from_type_spec().
12372         * icall.c: *type_from_name () functions handle simple arrays and byref.
12373         * reflection.c: handle byref and szarray types. Handle methods without
12374         body (gets P/Invoke compilation working). Handle types and fields in
12375         get_token ().
12376         * reflection.h: add rank to MonoTypeInfo.
12377
12378 2002-01-10  Dick Porter  <dick@ximian.com>
12379
12380         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
12381         internal calls
12382
12383 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12384
12385         * icall.c: initialize class in type_from_handle ().
12386         Loop also in parent classes for get_method ().
12387         * reflection.c: properly encode class and valuetype types.
12388         Start on encoding TypeBuilder types. Handle fieldrefs.
12389         Use correct length when registering a user string.
12390         Handle ConstructorBuilder and MonoMethod in get_token ().
12391         Make mono_type_get_object () aware of cached types.
12392         * object.c: back out change to mono_string_new ().
12393
12394 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
12395         * object.c: mono_string_new should return a NULL when the string 
12396         passed in is NULL -- not try to deference it.
12397         
12398 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
12399
12400         * icall.c: hack to make IsSubType work for TypeBuilders.
12401         * reflection.c: emit constructors before methods.
12402         Retrieve param names in mono_param_get_objects().
12403
12404 2002/01/05  Nick Drochak  <ndrochak@gol.com>
12405
12406         * Makefile.am: fix list of headers and sources so automake 1.5
12407         doesn't complain. Removed \# at end of list.
12408
12409 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12410
12411         * reflection.c: get token for a method ref. Set return type of
12412         constructor to void.
12413         * loader.c: debug message.
12414         * class.c: typo fix.
12415
12416 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
12417
12418         * icall.c: fix array init with rank > 1. FindMembers
12419         loops in parent class as well.
12420         * image.c: do not insert nested types in name cache.
12421         * reflection.c: warning fix.
12422         * reflection.h: add override method (for interface impl).
12423
12424 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
12425
12426         * metadata.c: fix customattr decoding.
12427
12428 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
12429
12430         * rawbuffer.cs: Added native Win32 implementation, avoids using
12431         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
12432
12433 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
12434
12435         * class.c: make the low-level routines handle the cache.
12436
12437 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
12438
12439         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
12440
12441 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
12442
12443         * class.c: fix mono_array_element_size() for objects.
12444         * class.h, class.c: add properties to MonoClass and load them
12445         at init time.
12446         * icall.c: check with isinst() when assigning a value to an array
12447         instead of requiring the classes to match exactly.
12448         Implemented icall for System.Type::GetType().
12449         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
12450         enums. Handle bindingflags when looking for methods and fields.
12451         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
12452         and mono_metadata_methods_from_property().
12453         * reflection.h, reflection.c: added structures for propreties,
12454         parameters and enums. Implemented mono_property_get_object() and
12455         mono_param_get_objects().
12456
12457 2001-12-18  Dick Porter  <dick@ximian.com>
12458
12459         * file-io.c: Use mono_string_to_utf16() instead of
12460         mono_string_chars()
12461
12462         * object.c: Added mono_string_to_utf16(), which copies the non
12463         NULL-terminated MonoString into a new double-null-terminated
12464         buffer.
12465
12466 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
12467
12468         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
12469
12470 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
12471
12472         * file-io.c: raise exceptions if handle is invalid.
12473
12474 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
12475
12476         * assembly.c: yet another check for mscorlib.
12477         * class.c, class.h: load nesting info for classes.
12478         * icall.c: many new functions to support the Reflection classes.
12479         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
12480         * reflection.h, reflection.c: mono_image_create_token(),
12481         mono_assembly_get_object(), mono_type_get_object(),
12482         mono_method_get_object(), mono_field_get_object(): methods to return
12483         objects that parallel the C representation of assemblies, types,
12484         methods, fields.
12485
12486 2001-12-11  Dick Porter  <dick@ximian.com>
12487
12488         * icall.c:
12489         * file-io.c: Internal calls for file IO.
12490
12491 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
12492
12493         * tabledefs.h: missing FileAttributes.
12494         * verify.h, verify.c: use is_valid_string () to simplify and check for
12495         valid strings more correctly. Fix warnings and speeling.
12496         Check more tables: Filed, File, ModuleRef, StandAloneSig.
12497         Check code: branches, maxstack, method calls.
12498
12499 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
12500
12501         * object.c (mono_object_allocate): removed static, so that the jit
12502         can allocate value types.
12503
12504         * icall.c (ves_icall_System_DateTime_GetNow): impl.
12505
12506 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12507
12508         * class.c: init enum types right away and register the
12509         token->MonoClass map in mono_class_create_from_typedef ().
12510         * verify.h, verify.c: first cut of the verifier.
12511         * pedump.c: add --verify switch to verify metadata tables.
12512         * tabledefs.h: add some missing enums.
12513
12514 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
12515
12516         * class.c (mono_install_runtime_class_init): impl.
12517         (mono_class_init): renamed mono_class_metadata_init to
12518         mono_class_init, also removed the metadata_inited flag
12519
12520         * object.c (mono_object_isinst): use faster algorithm
12521
12522 2001-11-30  Radek Doulik  <rodo@ximian.com>
12523
12524         * mono-endian.h: reverted last change
12525         added function prototypes
12526
12527         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
12528         add mono-endian.c back
12529
12530         * mono-endian.c: returned back, as Paolo pointed out, it's needed
12531         for unaligned access, I've mistaked it with endianess. I am
12532         sorry.
12533         (mono_read16): fix reverted endianess
12534         (mono_read64): ditto
12535         (mono_read32): ditto
12536
12537 2001-11-30  Dick Porter  <dick@ximian.com>
12538
12539         * exception.c: Implement mono_exception_from_name()
12540
12541 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12542
12543         * metadata.h, metadata.c: remove params_size and locals_size and their
12544         calculation from the metadata code: they are only usefult to the
12545         interp.
12546
12547 2001-11-29  Radek Doulik  <rodo@ximian.com>
12548
12549         * object.c (mono_ldstr): swap bytes here, it's probably not the
12550         best place, but works for me now, I'll redo it once I know mono
12551         better, also note that I add PROT_WRITE and don't reset back, also
12552         note that it's only affects big endians, so x86 should be OK
12553
12554         * mono-endian.h (read16): use just glib macros for both endians
12555
12556         * mono-endian.c: removed as glib macros are used in in
12557         mono-endian.h so we don't need to care about endianess for read
12558         macros as glib does that for us already
12559
12560 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
12561
12562         * class.h, class.h: take minimum alignment into consideration so
12563         that the fields of a class remain aligned also when in an array.
12564
12565 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12566
12567         * loader.h, loader.c: add mono_method_get_param_names().
12568         * class.c: 0-init class fields.
12569
12570 2001-11-26  Dick Porter  <dick@ximian.com>
12571
12572         * icall.c:
12573         * threads-types.h:
12574         * threads.c: New file that handles System.Threading on all platforms
12575
12576         * object.c: 
12577         * object.h: Remove the synchronisation struct from MonoObject,
12578         replace it with a pointer that gets initialised on demand
12579
12580         * Makefile.am: Replace all the system-specific threading code with
12581         a single file that uses the new wrapper library
12582
12583 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
12584
12585         * class.c, class.h: add mono_install_trampoline() so that the runtime
12586         can register a function to create a trampoline: removes the ugly
12587         requirement that a runtime needed to export arch_create_jit_trampoline.
12588         * object.h, object.c: added mono_install_handler() so that the runtime
12589         can install an handler for exceptions generated in C code (with
12590         mono_raise_exception()). Added C struct for System.Delegate.
12591         * pedump.c: removed arch_create_jit_trampoline.
12592         * reflection.c: some cleanups to allow registering user strings and
12593         later getting a token for methodrefs and fieldrefs before the assembly
12594         is built.
12595         * row-indexes.h: updates and fixes from the new ECMA specs.
12596
12597 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
12598
12599         * class.h, class.c: add enum_basetype field to MonoClass.
12600         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
12601         to get index in the constant table reated to a field, param or
12602         property.
12603         * reflection.h, reflection.c: handle constructors. Set public-key and
12604         version number of the built assembly to 0.
12605         * row-indexes.h: update from new ECMA spec.
12606
12607 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12608
12609         * class.h, class.c: add a max_interface_id to MonoClass.
12610         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
12611         since it's used to do that. Added mono_type_type_from_obj().
12612         Make GetType() return NULL instead of segfaulting if the type was not
12613         found. Handle simple arrays in assQualifiedName.
12614         * object.h: add a struct to represent an Exception.
12615         * reflection.c: output call convention in method signature.
12616         Add code to support P/Invoke methods and fixed offsets for fields.
12617
12618 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
12619
12620         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
12621         the value.
12622         * icall.c: use mono_array_addr instead of array->vector: fixes the
12623         reflection image writing.
12624         * reflection.c: init call convention byte to 0 in method signature.
12625         Encode the property signature. Don't output property-related methods
12626         twice. Really process the properties for a type (don't cast a field to
12627         a property, my mom always told me that).
12628         Fix 64 bit issues in pointer alignment in a different and more
12629         readable way.
12630
12631 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
12632
12633         * loader.h: Removed type class from MonoDefaults, added monotype
12634
12635         * loader.c: Loaded MonoType, removed loading of Type
12636
12637         * icall.c (my_mono_new_object): Now returns a System.MonoType,
12638         and fills in System.Type._impl with a RuntimeTypeHandle rather
12639         than the actual MonoClass *
12640
12641         (ves_icall_type_from_handle): change from type_class to
12642         monotype_class
12643
12644         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
12645         implemented
12646
12647         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
12648         implemented
12649
12650         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
12651
12652         (ves_icall_System_Reflection_Assembly_GetType): implemented
12653
12654         (ves_icall_System_MonoType_assQualifiedName): implemented
12655
12656         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
12657
12658 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
12659
12660         * assembly.c (mono_assembly_open): Implement a cache for the
12661         assemblies. 
12662
12663         (mono_assembly_close): only destroy the assembly when the last
12664         reference is gone.
12665         
12666 2001-11-09  Dick Porter  <dick@ximian.com>
12667
12668         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
12669
12670 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
12671
12672         * class.c (mono_class_metadata_init): bug fix: compute the right slot
12673
12674 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12675
12676         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
12677         from Martin Weindel.
12678         * object.h: add mono_string_chars ().
12679
12680 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
12681
12682         * reflection.c (build_compressed_metadata): Eliminates warnings
12683         and uses 64-bit clean code.
12684
12685         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
12686         (mono_type_equal): Change signature to eliminate warnings.
12687
12688 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12689
12690         * icall.c, loader.c: remove the internalcall array constructors.
12691         Changes to match the new MonoArray structure.
12692         * object.h, object.c: an array object doesn't allocate an extra
12693         vector. Add mono_array_new_full () to create jagged arrays easily.
12694
12695 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12696
12697         * metadata.h, metadata.c: add mono_metadata_field_info () to
12698         retreive all the info about a field from vairous tables.
12699         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
12700         * class.h, class.c: augment MonoClassField with more info.
12701         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
12702         policy and load a field's RVA if needed.
12703
12704 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
12705
12706         * class.c (mono_class_metadata_init): create a trampoline for all
12707         virtual functions instead of actually compiling them.
12708
12709 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
12710
12711         * class.h, class.c: include name in MonoClassField.
12712         * class.c: fix fundamental type of System.Object and System.String.
12713         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
12714         tokens in ldtoken.
12715         * icall.c: remove internalcalls for the Reflection stuff that is now
12716         done in C# code.
12717         * loader.c: mono_field_from_memberref () implementation.
12718         * mono-endian.c: thinko (s/struct/union/g).
12719         * object.c, object.h: make the mono_string_* prototypes actually use
12720         MonoString instead of MonoObject.
12721         * reflection.c, reflection.h: updates for changes in the reflection
12722         code in corlib: we use C structures that map to the actual C# classes.
12723         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
12724         fat method header if needed and use the info from the ILGenerator for
12725         methods. Handle fields in types. Misc fixes.
12726
12727 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
12728
12729         * class.c (mono_class_metadata_init): bug fix: always allocate
12730         space for static class data
12731
12732 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
12733
12734         * class.c (mono_compute_relative_numbering): use relative
12735         numbering to support fast runtime type checks.
12736
12737 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
12738
12739         * class.c (mono_class_create_from_typeref): added debugging output
12740         to print class name when MonoDummy is returned instead of real class
12741
12742 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
12743
12744         * class.c (mono_class_metadata_init): interface offset table now
12745         contains pointers into the vtable - this is more efficient for the jit
12746
12747 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
12748
12749         * class.c (mono_class_metadata_init): use a temporary vtable (the
12750         old algorithm only worked for the interpreter, but not for the jit)
12751
12752 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
12753
12754         * loader.c (method_from_memberref): use mono_class_get to get the
12755         class of an array instead of using System.Array directly.
12756         (mono_get_method): also add MEMBERREF methods to the method cache
12757         which usefull for arrays.
12758
12759 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
12760
12761         * pedump.c (arch_compile_method): added to compute vtable entry
12762
12763         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
12764         number of interfaces.
12765         
12766         * class.h: merged MonoArrayClass into MonoClass
12767
12768         * class.c (mono_class_create_from_typedef): compute the vtable size and
12769         allocate space to include the vtable inside MonoClass
12770         (mono_class_metadata_init): initialize the vtable
12771
12772 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
12773
12774         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
12775         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
12776         * image.c: endian fixes by Laurent Rioux.
12777         * object.h, object.c: rename MonoStringObject to MonoString and
12778         MonoArrayObject to MonoArray. Change some function names to conform to
12779         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
12780         guint16* as first argument, so don't use char*.
12781         Provide macros to do the interesting things on arrays in a portable way.
12782         * threads-pthread.c: updates for the API changes and #include <sched.h>
12783         (required for sched_yield()).
12784         * icall.c: updates for the API changes above.
12785         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
12786         platforms that need them.
12787
12788 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
12789
12790         * class.c: set the correct type for all the fundamental
12791         type when loading the class.
12792
12793 2001-10-05  Dick Porter  <dick@ximian.com>
12794
12795         * threads-pthread.c (pthread_mutex_timedlock): Simple
12796         compatibility version for C libraries that lack this call.
12797
12798 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12799
12800         * class.c: MonoTypes stored in MonoClass are stored as
12801         fundamental MonoTypes when the class represents a
12802         fundamental type (System.Int32, ...).
12803         The TypeHandle return by ldtoken is a MonoType*.
12804         * icall.c: ves_icall_get_data_chunk () write out all the
12805         PE/COFF stuff. Implement ves_icall_define_method (),
12806         ves_icall_set_method_body (), ves_icall_type_from_handle ().
12807         * image.c: properly skip unknown streams.
12808         * loader.h, loader.c: add type_class to mono_defaults.
12809         * metadata.c, metadata.h: export compute_size () as
12810         mono_metadata_compute_size () with a better interface.
12811         Typo and C&P fixes.
12812         * pedump.c: don't try to print the entry point RVA if there is no entry point.
12813         * reflection.c, reflection.h: many cleanups, fixes, output method
12814         signatures and headers, typedef and typeref info, compress the metadata
12815         tables, output all the heap streams, cli header etc.
12816         * row-indexes.h: typo fixes.
12817
12818 2001-10-04  Dick Porter  <dick@ximian.com>
12819
12820         * object.h: Add a synchronisation mutex struct to MonoObject
12821
12822         * object.c (mono_new_object): Initialise the object
12823         synchronisation mutexes
12824
12825         * icall.c: System.Threading.Monitor internal calls
12826         
12827         * threads-pthread.h:
12828         * threads-pthread.c: System.Threading.Monitor internal calls
12829
12830         * threads-types.h: New file, includes the system-specific thread
12831         structures
12832         
12833         * threads-pthread-types.h:
12834         * threads-pthread-types.c: New files, handle pthread-specific
12835         synchronisation types
12836
12837         * threads-dummy-types.h: 
12838         * threads-dummy-types.c: New files of dummy support for
12839         thread-specific types
12840
12841         * metadata.c:
12842         * image.c:
12843         * pedump.c: include mono-endian.h not endian.h
12844         
12845         * Makefile.am: More threads files.
12846         Name mono-endian.h not endian.h
12847
12848 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
12849
12850         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
12851         stuff and implement a few more bits.
12852         * icall.c: a field needs to be dereferenced twice. Do not use the same
12853         name for two variables in the same scope.
12854         * image.c, image.h: cleanups.
12855
12856 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
12857
12858         * class.c (mono_class_metadata_init): bug fix: compute the right size
12859
12860 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
12861
12862         * icall.c: implemented some of the Reflection internalcalls.
12863         * image.c, image.h: start writing out the PE/COFF image.
12864         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
12865         that does the reverse than decode_blob_size ().
12866         * object.c: use mono_metadata_encode_value (). Move here
12867         temporary implementation of mono_string_to_utf8 ().
12868         * rawbuffer.c: make malloc_map static.
12869
12870 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12871
12872         * metadata.c: fix type comparison for arrays.
12873         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
12874         Added a couple of new classes to monodefaults.
12875         * icall.c: added a couple of Reflection-related internalcalls.
12876         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
12877         Added a byval_arg MonoType to MonoClass.
12878
12879 2001-09-28  Dick Porter  <dick@ximian.com>
12880
12881         * icall.c:
12882         * threads-pthread.h: 
12883         * threads-pthread.c: Implemented internal calls for
12884         LocalDataStoreSlot operations.  Applied mutexes around all shared
12885         data.  Reworked the thread creation and Start() operations to
12886         avoid a race condition.
12887         
12888         * threads-dummy.h:
12889         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
12890
12891 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
12892
12893         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
12894
12895 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
12896
12897         * class.c, loader.c: warn and return NULL instead of erroring out.
12898         * icall.c: added System.AppDomain::getCurDomain().
12899         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
12900
12901 2001-09-25  Dick Porter  <dick@ximian.com>
12902
12903         * threads-pthread.h:
12904         * threads-pthread.c: Implemented timed thread joining and added
12905         System.Threading.Thread::Join_internal internal call
12906
12907         * icall.c: Added System.Threading.Thread::Join_internal internal call
12908
12909         * threads-dummy.h:
12910         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
12911
12912 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
12913
12914         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
12915         mono_string_intern () to implement the semantics of the ldstr opcode
12916         and the interning of System.Strings.
12917         * icall.c: provide hooks to make String::IsIntern and String::Intern
12918         internalcalls.
12919
12920 2001-09-23  Dick Porter  <dick@ximian.com>
12921
12922         * threads-dummy.c: 
12923         * threads-dummy.h: New files of dummy threading routines
12924
12925         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
12926         support code based on system specifics
12927
12928         Rename PTHREAD_LIBS to THREAD_LIBS
12929         
12930 2001-09-23  Dick Porter  <dick@ximian.com>
12931
12932         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
12933         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
12934         internal calls.
12935         (mono_thread_init): Set up a Thread object instance to return when
12936         the main thread calls Thread.CurrentThread
12937         (mono_thread_cleanup): Wait for all subthreads to exit
12938
12939         * icall.c: New internal calls for System.Threading.Thread::Sleep
12940         (including Schedule) and CurrentThread
12941
12942         * threads.h: New file, to insulate thread-specific stuff from the
12943         rest of the code
12944
12945 2001-09-21  Dick Porter  <dick@ximian.com>
12946
12947         * threads-pthread.h: 
12948         * threads-pthread.c: New file, for handling pthreads-style
12949         threading support.  Start() now starts a new thread and executes
12950         the ThreadStart delegate instance.
12951
12952         * icall.c: Added the internalcall for
12953         System.Threading.Thread::Start_internal
12954
12955         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
12956
12957 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
12958
12959         * loader.c: work around the different signatures for delegates
12960         constructors csc generates in compiled code vs the ones compiled in mscorlib.
12961
12962 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
12963
12964         * class.h, class.c: add mono_class_get_field_from_name ().
12965         * *: Fix C comments and other ANSI C issues.
12966
12967 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
12968
12969         * endian.h, assembly.c: fix some endianness issues.
12970
12971 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
12972
12973         * loader.h, load.c: add delegate_class to mono_defaults.
12974         Handle runtime provided methods in mono_get_method ().
12975
12976 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
12977
12978         * loader.c (mono_get_method): use pinvoke for internal call
12979
12980         * icall.c: use pinvoke for internal call
12981
12982         * loader.c (method_from_memberref): set the method name
12983
12984 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
12985
12986         * metadata.c: help the compiler generate better code for
12987         mono_class_from_mono_type ().
12988
12989 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
12990
12991         * class.c (mono_class_metadata_init): delayed computing of the
12992         class size to mono_class_metadata_init ()
12993
12994 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
12995
12996         * class.c, class.h: add an interfaces member to MonoClass.
12997         * image.c, image.h: add assembly_name field to MonoImage
12998         from the assembly table.
12999         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
13000
13001 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13002
13003         * class.c: Handle Array in mono_class_from_mono_type ().
13004         * metadata.c, pedump.c: some endian fixes.
13005
13006 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
13007
13008         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
13009         * metadata.c: fix small problem introduced with the latest commit.
13010
13011 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
13012
13013         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
13014         We don't need a MonoMetadata pointer anymore to compare signatures in
13015         mono_metadata_signature_equal (), update callers.
13016         Reduced memory usage an number of allocations for MonoMethodHeader and
13017         MonoMethodSignature.
13018
13019 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
13020
13021         * metadata.c: added compare for szarray.
13022
13023 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
13024
13025         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
13026         and add a couple more types to it and mono_defaults. Give an hint on
13027         classes that need implementing in our corlib and are referenced
13028         in mscorlib.
13029
13030 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
13031
13032         * class.h, class.c: keep track if a class is also an Enum.
13033         * loader.c: Implement a couple more types for use in libffi
13034         marshalling. Gives better diagnostics when failing to dlopen
13035         a library. Set method->klass for P/Invoke methods, too.
13036
13037 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
13038
13039         * class.c, class.h: add a MonoType this_arg to MonoClass that
13040         represents a pointer to an object of the class' type that
13041         can be used by the interpreter and later the type cache.
13042         Add best guess alignment info for valuetype objects.
13043
13044 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
13045
13046         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
13047         into MonoType: one less level of indirection and allocation and
13048         simplifies quite a bit of code. Added cache for MonoTypes that are
13049         used frequently, so that we don't need to allocate them all the time.
13050
13051 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
13052
13053         * class.c (mono_class_create_from_typedef): System.Enum is also a
13054         value type, although it does not derive from System.ValueType
13055         (maybe a bug in the ms compiler?)
13056
13057         * metadata.c (mono_type_size): return the right size for value types
13058
13059         * loader.c (mono_get_method): only initialize method header if not abstract
13060
13061         * class.c (mono_class_from_mono_type): use mono_default values. 
13062
13063 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
13064
13065         * *: use MonoClass pointers instead of <type_tokens>
13066         
13067         * class.h: new flag: metadata_inited.
13068
13069         * class.c (mono_class_metadata_init): impl.
13070         (mono_class_instance_size): impl.
13071         (mono_class_data_size): impl.
13072
13073 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13074
13075         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
13076         MonoClass now has the name and name_space fields. 
13077         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
13078         mono_get_method () takes and optional MonoClass as argument.
13079         Removed mono_typedef_from_name() and added mono_class_token_from_name()
13080         instead that takes advantage of a map from class names to typedef
13081         tokens in MonoImage.
13082
13083 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
13084
13085         * metadata.c: zero is not a valid alignment boundary.
13086         Merge MONO_TYPE_VOID in default decoding code.
13087
13088 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
13089
13090         * image.h: merged MonoMetadata into MonoImage
13091
13092         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
13093         identify the type of elements.
13094
13095 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
13096
13097         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
13098         * cil-coff.h: split MonoMSDOSHeader and add size info.
13099         * image.c: add some consistency checks.
13100         * metadata.c: fix row size computation: one programmer
13101         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
13102         add explanation for the locator routine.
13103         Fix decoding of size in method header.
13104         
13105 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
13106
13107         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
13108         (g_concat_dir_and_file): Bring g_concat_dir_and_file
13109         function from gnome-libs.  This uses the right path separator
13110         based on the OS, and also works around a bug in some systems where
13111         a double slash is not allowed. 
13112         (default_assembly_name_resolver): Use g_concat_dir_and_file
13113         (mono_assembly_open): ditto.
13114
13115 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
13116
13117         * metadata.c (mono_metadata_signature_equal): impl.
13118
13119         * *: void is now a realy MonoType (instead of using NULL)
13120         
13121         * metadata.c (do_mono_metadata_parse_type): use
13122         mono_metadata_parse_type to parse void value.
13123
13124 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
13125
13126         * metadata.c, metadata.h: in the signature and method header store
13127         only the space required for holding the loca vars and incoming arguments.
13128
13129 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
13130
13131         * metadata.c (do_mono_metadata_parse_type): treat void like any
13132         other type (instead of assigning NULL);
13133
13134 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
13135
13136         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
13137
13138 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
13139
13140         * image.c (do_mono_image_open): added a cache for arrays.
13141
13142 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13143
13144         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
13145         decode a single column from a row in a metadata table and changes
13146         to take advantage of it in the typedef locator (gives a nice speed up).
13147         Store offset info for function params.
13148
13149 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
13150
13151         * image.h (MONO_IMAGE_IS_CORLIB): removed 
13152
13153 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
13154
13155         * assembly.c: how could mono_assembly_close () had ever worked?
13156         * metadata.c, metadata.h: provide offset info for local vars.
13157         Implement mono_type_size () to take care of alignment as well
13158         as size (it was mono_field_type_size in cli/class.c before).
13159
13160 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
13161
13162         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
13163
13164         * assembly.h (CORLIB_NAME): set to corlib.dll
13165
13166         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
13167
13168 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13169
13170         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
13171         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
13172         tokentype.h: massive namespace cleanup.
13173
13174 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13175
13176         * metadata.h, metadata.c: decode exception clauses when parsing method header.
13177
13178 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
13179
13180         * metadata.c (mono_metadata_free_type): added check for type !=
13181         NULL (void) before calling mono_metadata_free_type()
13182
13183 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
13184
13185         * metadata.h, row_indexes.h: added header with enumerations to use
13186         to index in the columns from tables in metadata and to decode coded
13187         tokens: we should start using this instead of embedding magic numbers
13188         all over the code.
13189
13190 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
13191
13192         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
13193         Move metadata_t info from cli_image_info_t to MonoImage, where
13194         it's easily accessible. Changed all the uses accordingly.
13195         Added the method and class caches to MonoImage.
13196         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
13197         and mono_metadata_decode_value () signature to be more consistent
13198         with the other parse functions (and simplify code). Taken advantage
13199         of zero-length array allocation with GCC. Removed reduntant (and
13200         wrong) MonoFieldType struct and use MonoParam instead. Changed
13201         mono_metadata_parse_field_type () to use common code for parsing.
13202         Added mono_metadata_typedef_from_field () and
13203         mono_metadata_typedef_from_method () to lookup a typedef index from a
13204         field or method token.
13205         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
13206
13207 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
13208
13209         * metadata.c (mono_metadata_parse_field_type): Implement. 
13210         (do_mono_metadata_parse_type): Split engine from
13211         mono_metadata_parse_type, so that we can create smaller structures
13212         for things that just have one pointer to the MonoType (look at
13213         the MonoFieldType)
13214
13215 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
13216
13217         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
13218         as Jan Gray found out, it is incorrect. 
13219
13220 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
13221
13222         * assembly.c: Implement asssembly loading.  This loads an image
13223         and loads all the referenced assemblies.  Come to think of it, we
13224         could always do lazy loading of the assemblies. 
13225
13226         * image.c (mono_image_open): Keep loaded images in a hashtable.
13227
13228         * image.h (MonoImage): Add reference count.
13229
13230 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
13231
13232         * assembly.c (mono_assembly_open): Keep track of the file name in
13233         case the assembly has no ASSEMBLY table.
13234
13235         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
13236         from get.c here.
13237
13238 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
13239
13240         * metadata.c, metadata.h: decode local vars in method header
13241         parse function. Change callers accordingly.
13242
13243 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
13244
13245         * metadata.h, cil-coff.h: protect against multiple inclusion.
13246         Added some new structures to hold information decoded from metadata:
13247         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
13248         and relevant decoding/free functions.
13249         * metadata.c: implement decoding functions. Add warning for out of bounds
13250         index in mono_metadata_locate(). Implement mono_get_method () to retreive
13251         all the info about a method signature and invocation. Remove check on
13252         uninitialized local var in parse_mh() and fix memory leak.
13253
13254 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
13255
13256         * metadata.h: More macros.
13257
13258         * tokentype.h: New file.
13259
13260 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
13261
13262         * assembly.c: added a consistency check and initialize
13263         some structures with g_new0().
13264         * metadata.c: fixed a couple more bugs in table size computation
13265         and add other checks for out-of bound access to metadata.
13266
13267 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
13268
13269         * metatada.c: fix bugs computing table sizes. Spew a
13270         warning when index in string heap is out of bounds.
13271
13272 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
13273
13274         * metadata.h: Add a couple of macros to manipulate tokens. 
13275
13276 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13277
13278         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
13279         cli_section_tables).
13280
13281 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
13282
13283         * metadata.c (mono_metadata_user_string): New function, provides
13284         access to the UserString heap. 
13285
13286 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
13287
13288         * metadata.c: Add inline documentation.
13289
13290 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
13291
13292         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
13293         files. 
13294
13295 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
13296
13297         * typeattr.h: New file, TypeAttribute flags. 
13298
13299 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
13300
13301         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
13302         mono_assembly_ensure_section): Section loading code.
13303         (load_section_tables): Load the sections.
13304
13305         * mono/metadata/metadata.c (mono_metadata_locate_token,
13306         mono_metadata_locate): Functions to locate the information
13307         definition given a token or a table and an index.
13308         (mono_metadata_compute_table_bases): New.
13309         (compute_size): New function to compute the sizes of the various
13310         tables.
13311
13312         * mono/metadata/metadata.h: Finish listing the different index
13313         types. 
13314
13315         * mono/metadata/pedump.c: Improve to dump new information.
13316
13317 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
13318
13319         * mono/metadata/metadata.c: Entered all the tables matching
13320         Beta2. 
13321
13322         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
13323