2005-01-03 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / metadata / ChangeLog
1 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
2
3         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
4         so methods containing these can be AOTed.
5
6 2005-01-03  Martin Baulig  <martin@ximian.com>
7
8         * loader.c (find_method): Removed the hack for generic instances.
9         (method_from_memberref): If our parent is a generic instance, pass
10         its generic type definition to find_method() and then inflate the
11         method.
12         (mono_get_method_constrained): Pass the generic type definition to
13         find_method() and inflate the method later.
14
15         * class-internals.h (MonoStats): Added `generic_class_count'.
16
17         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
18         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
19
20         * reflection.c (mono_custom_attrs_from_params): Don't ignore
21         generic type definitions.
22
23 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
24
25         * loader.c icall.c: Fix warnings.
26
27 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
28
29         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
30         blittable types. Fixes #70864.
31
32 2004-12-29  Martin Baulig  <martin@ximian.com>
33
34         * icall.c
35         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
36
37         * reflection.c (mono_method_get_object): Create a
38         "System.Reflection.MonoGenericMethod" for inflated methods; don't
39         call mono_get_inflated_method().
40
41         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
42
43 2004-12-27  Martin Baulig  <martin@ximian.com>
44
45         * class-internals.h (MonoMethod): Added `is_inflated' flag.
46         (MonoMethodInflated): Added `inflated' field.
47
48         * class.c (mono_class_inflate_generic_method): Don't really
49         inflate the method here; just set the `is_inflated' flag in the
50         MonoMethod.
51         (mono_class_get_inflated_method): Actually inflate the method here
52         if it's not already inflated; we use the MonoMethodInflated's new
53         `inflated' field as a cache.
54
55 2004-12-26  Martin Baulig  <martin@ximian.com>
56
57         * class.c
58         (inflate_generic_class): Moved some code out of inflate_generic_type().
59         (mono_class_inflate_generic_method): If we're already inflated,
60         inflate the context and use the declaring method; ie. make sure
61         the declaring method of an inflated method is always the generic
62         method definition.
63         (mono_class_create_from_typedef): Create
64         `class->generic_container->context->gclass'.
65
66 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
67
68         * metadata-internals.h, marshal.c, reflection.c: More
69         MonoGHashTable->GHashTable.
70
71         * domain-internals.h, class.c: Change MonoGHashTable's into
72         GHashTables for some cases where no gc stuff is used
73
74         All users: update apis
75
76 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
77
78         * metadata.c (builtin_types): Make this `const'. Makes this get
79         put into the shareable section.
80         (mono_metadata_init): Casts to make gcc happy.
81
82 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
83
84         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
85
86 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
87
88         * icall.c: Added an internal call to retrieve the position and length
89         of assembly-level declarative security attributes (RequestMinimum, 
90         RequestOptional and RequestRefuse). This is used by the Assembly class
91         to re-create the corresponding permission sets.
92
93 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
94
95         * marshal.c: fix the stelemref wrapper to be type correct
96         (and faster).
97
98 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
99
100         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
101         to do key & 0x7fffffff. Hashtable already does this. It just
102         results in longer code.
103
104 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
105
106         * appdomain.c: Bump corlib version.
107         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
108         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
109         * reflection.c|h: Add functions to get declarative security infos
110         (blob position and length) for assemblies, classes and methods.
111
112 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
113
114         * reflection.c: sort the constant table (bug #70693).
115
116 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
117
118         * object-internals.h, threads.c, domain.c: add accessors for
119         the MonoThread and MonoDomain tls keys.
120
121 2004-12-18  Martin Baulig  <martin@ximian.com>
122
123         * class.c (inflate_generic_type): If we're inflating a generic
124         instance, set `ngclass->context->container = context->container';
125         ie. the container we inflated into.
126
127         * metadata.c (mono_metadata_parse_generic_param): Reflect above
128         inflate_generic_type() changes.
129
130 2004-12-17  Martin Baulig  <martin@ximian.com>
131
132         * class-internals.h
133         (MonoGenericClass): Replaced `MonoType *generic_type' with
134         `MonoClass *generic_class'.  Removed `dynamic_info'; if
135         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
136         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
137
138 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
139
140         * exception.c (mono_exception_from_token): New helper function.
141
142 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
143
144         * assembly.c (mono_assembly_load_with_partial_name): Call 
145         mono_assembly_loaded before invoking the preload hooks. Fixes
146         #70564.
147
148         * object-internals.h (MonoThread): Change culture_info and 
149         ui_culture_info into an array.
150
151         * threads.c: Cache culture info objects from more than one appdomain.
152
153         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
154         current UI culture.
155
156 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
157
158         * threads.h threads.c appdomain.c: Clear the culture_info field of
159         all threads during unloading if they point to an object in the dying
160         appdomain.
161
162 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
163
164         * culture-info.h (TextInfoEntry): New struct
165         * object-internals.h: sync with managed
166         * locales.c: fill the `text_info_data' field
167         * culture-info-tables.h: update
168
169 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
170
171         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
172         collector.
173
174 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
175
176         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
177         (ves_icall_ModuleBuilder_getMethodToken): Ditto
178
179 2004-12-12  Martin Baulig  <martin@ximian.com>
180
181         * mono-debug-debugger.c (write_type): If we're an enum and the
182         builtin types have already been initialized, call mono_class_init().
183
184 2004-12-11  Martin Baulig  <martin@ximian.com>
185
186         * metadata.c (mono_metadata_load_generic_params): Added
187         `MonoGenericContainer *parent_container' argument; automatically
188         compute `container->is_method'; pass the correct owner to
189         get_constraints().      
190
191         * reflection.c (compare_genericparam): Sort the GenericParam table
192         according to increasing owners. 
193
194 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
195
196         * profiler.c: allow disabling the default profiler.
197
198 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
199
200         * decimal.c, icall.c: allow disabling System.Decimal support.
201
202 2004-12-09  Marek Safar <marek.safar@seznam.cz>
203
204         * reflection.c: Add support for null attribute arguments.
205
206 2004-12-09  Martin Baulig  <martin@ximian.com>
207
208         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
209         names to get rid of compiler warnings.
210
211 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
212
213         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
214         mono_marshal_load_type_info (). Fixes #69625.
215         (mono_marshal_get_ptr_to_struct): Likewise.
216
217 2004-12-08  Martin Baulig  <martin@ximian.com>
218
219         * mono-debug.h: Bumped version number to 47.
220
221         * mono-debug-debugger.c
222         (mono_debugger_event_handler, mono_debugger_event): Take two
223         guint64 arguments insteed of a gpointer and a guint32.  
224
225 2004-12-08  Martin Baulig  <martin@ximian.com>
226
227         * debug-mono-symfile.h
228         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
229         `address' to `native_offset'.
230
231 2004-12-08  Martin Baulig  <martin@ximian.com>
232
233         * class.c (mono_class_create_from_typespec): Only inflate if we
234         either have `context->gclass' or `context->gmethod'.
235
236 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
237
238         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
239
240         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
241
242         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
243
244         * reflection.c (mono_assembly_get_object): Remove the workaround put
245         in for the release.
246         
247         * appdomain.c: Use the corlib_internal field from MonoAssembly.
248
249         * appdomain.c: Bump corlib version.
250
251         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
252         be visible in other appdomains.
253
254 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
255
256         * threads.c: Interlocked inc and dec for longs were messed up,
257         use a KISS based impl for this. Fixes 70234
258
259 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
260
261         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
262
263 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
264
265         * icall.c: fix to follow policy not to allow struct
266         arguments in icalls.
267
268 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
269
270         * process.c: make the patch that handles spaces in file paths work
271         on mono/windows too.
272
273 2004-12-06  Martin Baulig  <martin@ximian.com>
274
275         * class.c (mono_class_create_generic): Call
276         mono_class_setup_supertypes() if we're dynamic.
277         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
278
279 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
280
281         * object-internals.h: Add new fields to MonoThread.
282
283         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
284
285         * icall.c threads-types.h threads.c: Add new icalls.
286
287         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
288
289         * object-internals.h (MonoReflectionAssembly): Sync object layout with
290         managed side.
291
292         * appdomain.c: Bump corlib version.
293
294         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
295         internal assemblies. Fixes #69181.
296
297 2004-12-05  Martin Baulig  <martin@ximian.com>
298
299         * class.c (mono_class_inflate_generic_signature): Make this a
300         no-op if `context' is NULL or we don't have any type parameters;
301         also copy `sentinelpos'.        
302
303 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
304
305         * image.c: Add unbox_wrapper_cache.
306
307         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
308
309         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
310         function generator.
311         
312         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
313         Fixes #70173.
314
315         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
316         
317 2004-12-04  Martin Baulig  <martin@ximian.com>
318
319         * loader.c (mono_method_get_signature_full): New public function;
320         like mono_method_get_signature(), but with an additional
321         `MonoGenericContext *' argument.
322
323         * class.c (mono_class_inflate_generic_signature): Formerly known
324         as inflate_generic_signature(); make this public.
325
326 2004-12-04  Martin Baulig  <martin@ximian.com>
327
328         * metadata.c
329         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
330         instead of a `MonoGenericContainer *'.  
331         (mono_metadata_parse_array_full): Likewise.
332         (mono_metadata_parse_signature_full): Likewise.
333         (mono_metadata_parse_method_signature_full): Likewise.
334         (mono_metadata_parse_generic_inst): Likewise.
335         (mono_metadata_parse_generic_param): Likewise.
336         (mono_metadata_parse_mh_full): Likewise.
337         (mono_type_create_from_typespec_full): Likewise.
338
339 2004-12-03  Martin Baulig  <martin@ximian.com>
340
341         * class-internals.h (MonoGenericContainer): Replaced the
342         `MonoGenericContext * pointer with a `MonoGenericContext'
343         structure and made it the first element.
344
345 2004-12-03  Martin Baulig  <martin@ximian.com>
346
347         * class.c
348         (inflate_generic_type): Set the `context->container' when creating
349         a new MonoGenericContext.
350         (mono_class_inflate_generic_method): Likewise.
351         (mono_class_create_from_typespec): Just use `context->container'
352         to get the container.
353
354         * loader.c (method_from_methodspec): Set `context->parent' from
355         `context->container' - and if that's a method container, use its
356         parent.  Also set the `context->container' when creating a new
357         MonoGenericContext.
358         (mono_get_method_from_token): Use just `context->container' to get
359         the container.
360
361         * metadata.c (do_mono_metadata_parse_generic_class): Also set
362         `gclass->context->container'.
363
364         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
365         the `context->container' when creating a new MonoGenericContext.
366
367 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
368
369         * reflection.c (compare_genericparam): Sort params with identical
370         owner by their number. Fixes gen-111 on sparc.
371
372 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
373
374         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
375         around the domain changes.
376
377         * appdomain.c (mono_domain_unload): Handle the case when the thread
378         calling Unload is itself being aborted during unloading. Fixes #70022.
379
380         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
381
382         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
383         checkpoint_func as an icall so it gets a wrapper.
384         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
385         in the cross-appdomain wrappers too.
386
387         * threads.c (mono_thread_has_appdomain_ref): Make this public.
388
389         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
390
391         * reflection.c: Fix some memory leaks.
392         
393 2004-12-02  Martin Baulig  <martin@ximian.com>
394
395         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
396
397         * metadata.c (generic_class_cache): New static hashtable.
398         (mono_metadata_lookup_generic_class): New public method.
399
400 2004-12-02  Martin Baulig  <martin@ximian.com>
401
402         * class.c (mono_class_create_from_typedef): Call
403         mono_class_setup_parent() and mono_class_create_mono_type() before
404         parsing the interfaces.
405
406 2004-12-02  Martin Baulig  <martin@ximian.com>
407
408         * metadata.c (generic_inst_cache): New static hashtable.
409         (mono_metadata_lookup_generic_inst): New public function.
410         (mono_metadata_inflate_generic_inst): New public function.
411         (mono_metadata_parse_generic_inst): New public function.
412         (do_mono_metadata_parse_generic_class): Use the new
413         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
414         since this'll also use the cache.
415
416         * reflection.c (mono_reflection_bind_generic_method_parameters):
417         Use mono_metadata_lookup_generic_inst() to use the new cache.
418
419         * class.c (inflate_mono_type): Use
420         mono_metadata_inflate_generic_inst() to inflate a generic
421         instance; this'll also use the new cache.
422
423         * loader.c (method_from_methodspec): Use
424         mono_metadata_parse_generic_inst() and
425         mono_metadata_inflate_generic_inst() rather than parsing it
426         manually, so we can use the new cache.
427
428 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
429
430         * threads.c (wait_for_tids): Do not incorrectly free threads when 
431         the wait times out.
432
433 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
434
435         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
436         iter->args based on whether parameters are passed in registers (i.e.
437         MONO_ARCH_REGPARMS is defined)
438
439 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
440
441         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
442         the exception message. Fixes #70070.
443         (method_from_methodspec): Fix warnings.
444
445 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
446
447         * process.c: (complete_path) return the path quoted
448
449 2004-12-01  Martin Baulig  <martin@ximian.com>
450
451         * class-internals.h (MonoGenericInst): New structure.
452         (MonoGenericClass): Replaced `type_argc', `type_argv' and
453         `is_open' with `MonoGenericInst *inst'.
454         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
455         `is_open' with `MonoGenericInst *inst'.
456
457 2004-11-30  Martin Baulig  <martin@ximian.com>
458
459         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
460
461         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
462         to `generic_class_cache'.
463
464         * metadata.c
465         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
466         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
467         (mono_generic_inst_is_valuetype): Renamed to
468         mono_generic_class_is_valuetype().
469
470         * class-internals.h
471         (MonoGenericInst): Renamed to MonoGenericClass.
472         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
473         (MonoClass): Renamed `generic_inst' to `generic_class'.
474         (MonoGenericContext): Renamed `ginst' to `gclass'.
475
476         * object-internals.h
477         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
478
479         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
480         mono_reflection_generic_class_initialize().
481
482         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
483         now known as "System.Reflection.MonoGenericClass".
484         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
485
486 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
487
488         * class-internals.h: Added a flag field to MonoClass to cache the
489         declarative security attributes actions associated with the class.
490         * domain-internals.h: Added booleans to MonoJitInfo to cache the
491         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
492         applicable to the JITted method.
493         * reflection.c|h: Added functions to extract (as flags) which security
494         actions are available (declaratively) for a method, class or assembly.
495         * metadata.c|h: Added functions to search the declarative security
496         table in the metadata.
497         
498 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
499
500         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
501         EXPORTEDTYPES are already in the class name cache, so there is no
502         need to add extra code here to look at them. Just removes a bit of
503         cruft.
504
505         (ves_icall_System_Environment_get_TickCount): No need for #if
506         WINDOWS. We already have the code in io-layer.
507
508 2004-11-28  Martin Baulig  <martin@ximian.com>
509
510         * loader.c
511         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
512         Fixes gen-112.cs.
513
514 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
515
516         * assembly.c (do_mono_assembly_open): Instead of having a
517         conditional WITH_BUNDLE, incorporate support for bundles here, by
518         having a global `bundles' variable holding a pointer to the actual
519         bundles. 
520
521         (mono_register_bundled_assemblies): New API call used by the
522         bundle code. 
523
524         See mkbundle.1 for details.
525         
526 2004-11-27  Martin Baulig  <martin@ximian.com>
527
528         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
529         the vtable for generic methods.
530
531 2004-11-26  Martin Baulig  <martin@ximian.com>
532
533         * metadata.c
534         (mono_metadata_generic_method_hash): New public function.
535         (mono_metadata_generic_method_equal): Likewise.
536
537         * class-internals.h
538         (MonoGenericContainer): Added `GHashTable *method_hash'.
539
540         * reflection.c (ReflectionMethodBuilder): Added
541         `MonoGenericContainer *generic_container'.
542         (reflection_methodbuilder_to_mono_method): Don't create a new
543         MonoGenericContainer each time we're called.
544         (mono_reflection_bind_generic_method_parameters): Use
545         `container->method_hash' to cache the results so we don't create a
546         different method if we're called several times with the same
547         arguments.
548
549         * loader.c (method_from_methodspec): Use the new
550         `container->method_hash' here, too.
551
552 2004-11-26  Martin Baulig  <martin@ximian.com>
553
554         * class.c (inflate_generic_signature): Correctly compute
555         `res->has_type_parameters'.
556         (mono_class_vtable): Use the `has_type_parameters' flag to
557         determine whether we're a generic method.
558
559         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
560
561 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
562
563         * object.c (mono_runtime_run_main): Fix a small memory leak.
564
565 2004-11-25  Martin Baulig  <martin@ximian.com>
566
567         * class.c (set_generic_param_owner): Fixed the loop.
568
569 2004-11-25  Martin Baulig  <martin@ximian.com>
570
571         * object.c (mono_class_vtable): Don't create any JIT wrappers for
572         generic methods.
573
574 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
575
576         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
577         names. Fixes #69787.
578
579 2004-11-24  Martin Baulig  <martin@ximian.com>
580
581         * class.c (mono_class_create_generic_2): If we don't have a
582         `ginst->parent', inflate `gklass->parent' to get our parent.
583
584 2004-11-24  Martin Baulig  <martin@ximian.com>
585
586         * reflection.c (compare_genericparam): Correctly sort the
587         GenericParam table; fixes #69779.
588
589 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
590
591         * reflection.c: When writing a PE file, don't create a huge
592         buffer in memory. Just write the arrays we have to the file.
593         This reduces memory usage.
594
595         * metadata-internals.h: MonoDynamicStream pefile is no longer used
596         globally.
597
598 2004-11-17  Martin Baulig  <martin@ximian.com>
599
600         * class.c (mono_class_init): Don't setup `class->parent' for
601         dynamic instances; moved this to mono_class_generic_2().
602         (mono_class_create_generic): Also set `klass->inited' for dynamic
603         generic instances.
604         (mono_class_create_generic_2): Don't do anything for dynamic
605         generic instances.  Set `klass->parent' here and also call
606         mono_class_setup_parent() here. 
607
608         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
609         `MonoType *parent' argument; set `ginst->parent' before calling
610         mono_class_create_generic_2(), so we set the correct parent.
611
612 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
613
614         * reflection.c: allow getting attributes from ModuleBuilder
615         (used by ikvm).
616
617 2004-11-17  Martin Baulig  <martin@ximian.com>
618
619         * class.c (mono_class_create_from_typedef): If a type parameter is
620         inherited from an outer class, set its owner to that class.
621
622 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
623
624         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
625           for (int*) written size. This fixes bug #69592.
626
627 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
628
629         * icall.c: Added IsAuthenticodePresnet internal call.
630         * image.c|h: New function that check a MonoImage for an Authenticode
631         signature in the certificate PE data directory.
632         * security.c|h: New internal call to ask the runtime if an 
633         Authenticode signature seems referenced in the PE header.
634
635 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
636
637         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
638
639         * reflection.c (mono_image_create_pefile): Free the assembly streams
640         after writing out the assembly file.
641
642         * object.c (mono_runtime_run_main): Fix small memory leak.
643
644         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
645         property access modifiers. Fixes #69389.
646
647 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
648
649         * domain.c, object.c, object-internals.h, domain-internals.h,
650         object.h, marshal.c: keep dynamic code info per domain.
651
652 2004-11-15  Martin Baulig  <martin@ximian.com>
653
654         * class.c (mono_type_get_name_recurse): Put type arguments in
655         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
656         see bug #68387.
657
658 2004-11-15  Martin Baulig  <martin@ximian.com>
659
660         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
661         (mono_class_setup_vtable): When computing `the_cname' for a
662         generic instance, don't include the namespace since we'd otherwise
663         add it twice.
664
665 2004-11-15  Martin Baulig  <martin@ximian.com>
666
667         * class.c (mono_class_create_generic): Changed return type to void.
668         (mono_class_create_generic_2): New public function; setup
669         `class->method', `class->field' and `class->interfaces' here
670         instead of in mono_class_init().
671
672         * class.h (mono_class_create_generic): Moved to class-internals.h.
673
674 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
675
676         * reflection.c (mono_image_create_pefile): take a file HANDLE.
677         rather than writing to memory, write to this file. Right now,
678         we are just writting into a buffer, and copying that. However
679         we can avoid the buffer later.
680
681         (mono_dynamic_stream_reset): new function
682
683         * icall.c, object-internals.h: update for the above.
684
685 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
686
687         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
688         have been using gc'd memory. First it is slower, unlikely
689         the comment in the source code said, secondly, it increases
690         our footprint to do it in the gc.
691
692         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
693         the method so that it does not have to copy to managed code.
694
695 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
696
697         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
698
699 2004-11-12  Martin Baulig  <martin@localhost>
700
701         * reflection.c (mono_image_create_token): Allow generic method
702         definitions here, since they may appear in an `.override'; see
703         gen-98/gen-99 for an example.
704
705 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
706
707         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
708         #69365.
709
710         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
711         descriptive.
712
713 2004-11-11  Martin Baulig  <martin@ximian.com>
714
715         * class.c (mono_class_setup_vtable): In an explicit interface
716         implementation, the method name now includes the arity.
717
718 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
719
720         * object.c (mono_array_full_copy): Fix warning.
721
722 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
723
724         * appdomain.c: Removed look_for_method_by_name(). Use the new method
725         mono_class_get_method_from_name() instead.
726         
727         * class-internals.h: Added two new types of wrappers. 
728         Added MonoRemotingTarget enum. Added new trampoline function type, which
729         takes an additional MonoRemotingTarget value as parameter, so it is
730         possible to request a trampoline for a specific target.
731         
732         * class.c: Added new mono_class_get_method_from_name() method.
733         
734         * class.h: In MonoRemoteClass, we can have now to vtables, one for
735         general remoting sinks and one specific for cross domain calls.
736         
737         * debug-helpers.c: Added new wrapper names.
738         
739         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
740         of a remote class.
741         
742         * image.c: Porperly delete value objects form the remoting invoke hashtable.
743         
744         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
745         with several other methods (mono_marshal_get_xappdomain_dispatch,
746         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
747         and others) can generate a fast remoting wrapper for cross domain calls.
748         More information can be found in docs/remoting.
749         Other changes: Removed mono_find_method_by_name, and used
750         mono_class_get_method_from_name instead.
751         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
752         is stored in the remoting invoke hashtable.
753         
754         * marshal.h: published the new method for getting the xdomain wrapper,
755         and also added a method for getting the adequate wrapper for a given
756         method and target.
757         
758         * object-internals.h, object.c: Added a couple of methods for capying and
759         cloning arrays.
760         Modified mono_install_remoting_trampoline, which takes the new remoting
761         trampoline that has a remoting target as parameter.
762         mono_class_proxy_vtable now also takes a remoting target as parameter, and
763         will return the most suitable vtable for the target.
764         Added mono_remote_class_vtable, which returns the vtable of a remote class
765         (which can be the normal remoting vtable or the xdomain vtable).
766         
767         * threads.c: the xdomain invoke and dispatch wrappers must also be
768         protected against interruptions.
769
770 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
771
772         * icall.c: use memmove in BlockCopyInternal when the source and
773         destination arrays are the same.
774
775 2004-11-09  Martin Baulig  <martin@ximian.com>
776
777         * class-internals.h (MonoGenericContainer): Removed `method' and
778         `signature', replaced them with `is_method' and `is_signature'
779         flags.  Added `context'.
780
781         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
782         instead of a `MonoGenericContainer *'.
783
784         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
785         for dynamic type parameters.
786         (mono_metadata_load_generic_params): Setup `container->context'.
787
788         * reflection.c (mono_reflection_setup_generic_class): Setup
789         `tb->generic_container->context'.
790         (do_mono_reflection_bind_generic_parameters): Use
791         mono_class_inflate_generic_type() to correctly inflate types,
792         rather than using our own hack just for MONO_TYPE_VAR.
793
794 2004-11-09  Martin Baulig  <martin@ximian.com>
795
796         * class.c (mono_class_inflate_generic_method): Small fix; don't
797         crash here.
798
799         * icall.c
800         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
801         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
802         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
803         (ves_icall_Type_BindGenericParameters): Likewise.
804         (ves_icall_Type_get_IsGenericInstance): Likewise.
805         (ves_icall_Type_GetGenericParameterPosition): Likewise.
806         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
807         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
808         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
809
810 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
811
812         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
813         assembly versions and public key tokens. Fixes #69113.
814
815 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
816
817         * metadata.c: fix bug introduced with the type cache changes
818         on 2004-11-06.
819
820 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
821
822         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
823         the MonoClass pointer instead of the token in exception clauses.
824         * reflection.c: updates for the above and make the code not depend
825         on the structure of MonoExceptionClause.
826
827 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
828
829         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
830         Add support for dynamic assemblies. Fixes #69114.
831
832         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
833
834 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
835
836         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
837         since most only those methods use it. the code member of
838         MonoMethodPInvoke was dead, so that can be removed too. Also,
839         remove inline_count (again, not used), and move slot so that it
840         can share bits with some other flags. This saves 8 bytes in the
841         structure and gives us about 50 kb back for mcs helloworld.cs
842
843         * *.[ch]: Do naming changes for the above.
844
845         * loader.c (mono_method_get_header): Lazily init the header
846         on first access.
847         (mono_get_method_from_token): don't init the header here
848         (mono_free_method): the header may never be allocated
849
850         Overall, this saves 150 kb of unmanaged allocations
851         for mcs helloworld.cs. That accounts for 10% of the unmanaged
852         memory at runtime.
853         
854         * loader.c, loader.h (mono_method_get_header): new accessor.
855
856         * *.[ch]: use the above method. Prepares us to lazily load
857         the header.
858
859         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
860         three warnings, which are actual bugs (see 69206).
861
862         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
863         unused. Saves a cool 4 bytes / method.
864
865 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
866
867         * metadata.c (builtin_types): Add types for System.Object here.
868         (mono_metadata_parse_type_full): Cache MonoType*'s that are
869         for a class or valuetype from klass->this_arg or klass->byval_arg.
870
871         On mcs for a hello world, this gets us down from 21836 MonoType's
872         to 14560.
873
874         (mono_metadata_free_type): Account for the above change.
875
876 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
877
878         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
879         exception instead of asserting if name is null.
880         (ves_icall_System_AppDomain_GetData): Ditto.
881
882 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
883
884         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
885         EnumBuilder.
886
887         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
888         Return NULL when the domain does not have entry_assembly set.
889
890         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
891         Add a 'resource_modules' argument.
892         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
893
894         * reflection.c (mono_reflection_create_runtime_class): Move setting
895         of wastypebuilder here, so mono_get_type_object () returns a MonoType
896         for enums too.
897
898         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
899         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
900         Throw an ArgumentNullException if 'ptr' is null.
901
902         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
903         assemblies here. Fixes #69020.
904
905 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
906
907         * reflection.c (build_compressed_metadata): Fix the previous patch for
908         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
909         the stack.
910
911 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
912
913         * assembly.c (mono_assembly_names_equal): Allow a match if one of
914         the cultures is false. Fixes #69090.
915
916         * reflection.c (build_compressed_metadata): Fix invalid memory read 
917         detected by valgrind.
918         
919         * reflection.c (mono_reflection_get_type): Avoid triggering a 
920         TypeResolve multiple times for the same type. Fixes #65577.
921
922 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
923
924         * marshal.c: Avoid using ldftn to call managed functions. It is
925         much slower than just a call.
926
927         * reflection.c (mono_module_get_object): free the basename we
928         allocate here from glib.
929         
930         * reflection.c (ensure_runtime_vtable): make sure to free
931         overrides.  Also, we were allocating an array of MonoMethod not an
932         array of MonoMethod*.
933
934         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
935
936         * image.c (mono_image_close): free image->guid here.
937
938 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
939
940         * reflection.c: Fix some spec conformance issues with the PE file
941         structures so mcs compiled apps run on the Net 2.0 beta.
942
943 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
944
945         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
946         Implement this. Fixes #67264.
947
948         * debug-helpers.h debug-helpers.c marshal.c: Move 
949         mono_find_method_by_name to debug-helpers.c.
950
951 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
952
953         * object.c (mono_release_type_locks): type_initialization_hash is
954         a GHashTable.
955
956         * reflection.c object.c object-internals.h: Fix warnings.
957
958         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
959         without accessors. Fixes #61561.
960
961         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
962         application base from the root domain if not set. Fixes #65641.
963         (mono_runtime_init): Fix warning.
964
965 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
966
967         * appdomain.c: call mono_thread_pool_init.
968         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
969         of worker threads based on the number of CPUs and the environment
970         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
971         for non-windows (windows) systems.
972
973 2004-10-27  Chris Toshok  <toshok@ximian.com>
974
975         * mono-debug-debugger.c (write_class): don't call mono_class_init
976         here, as even with the check for (!klass->init_pending), we get
977         into a situation where we're hitting cycles in class
978         initialization.  Fixes #68816.
979
980 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
981
982         * image.c: Avoid overwriting values in the loaded_images_hash when an
983         assembly is loaded multiple times. Fixes #61152.
984
985         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
986         so multiple satellite assemblies for the same name can be loaded.
987         Fixes #68259.
988
989         * mono_domain_assembly_preload: Actually return the loaded assembly, 
990         not NULL.
991
992         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
993         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
994
995         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
996         pending finalizers are not invoked after the appdomain has been 
997         unloaded. Fixes #67862.
998
999 2004-10-22  Martin Baulig  <martin@ximian.com>
1000
1001         * mono-debug-debugger.c
1002         (mono_debugger_runtime_invoke): Don't box valuetypes.
1003
1004 2004-10-22  Chris Toshok  <toshok@ximian.com>
1005
1006         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
1007         don't hide private methods.
1008
1009 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
1010
1011         * icall.c: Allows the runtime to "share" (when known) the public key
1012         token of an assembly. This avoid the need to recalculate the token 
1013         (from the public key) in managed code.
1014
1015 2004-10-21  Chris Toshok  <toshok@ximian.com>
1016
1017         * debug-helpers.c (append_class_name): argh, revert last patch.
1018         
1019 2004-10-21  Chris Toshok  <toshok@ximian.com>
1020
1021         * debug-helpers.c (append_class_name): use '+' as the delimiter,
1022         not '/', so that it matches what the debugger uses to look up
1023         methods.
1024
1025 2004-10-21  Martin Baulig  <martin@ximian.com>
1026
1027         * mono-debug-debugger.c (mono_debugger_throw_exception): New
1028         public method; this is called each time an exception is thrown and
1029         allows the debugger to use exception catch points.
1030
1031 2004-10-21  Martin Baulig  <martin@ximian.com>
1032
1033         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
1034         the stack pointer and the exception object in some struct and pass
1035         that to the debugger.
1036
1037 2004-10-21  Chris Toshok  <toshok@ximian.com>
1038
1039         * mono-debug-debugger.c (do_write_class): add instance/static
1040         event support.  We don't expose "raise" or "other" yet.
1041         (event_is_static): new method.
1042
1043 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
1044
1045         * mono-debug-debugger.c
1046         (mono_debugger_handle_exception): Remove
1047         bogus return value for fussy compilers.
1048
1049 2004-10-20  Martin Baulig  <martin@ximian.com>
1050
1051         * mono-debug-debugger.c
1052         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
1053         (mono_debugger_handled_exception): Likewise.
1054
1055 2004-10-20  Martin Baulig  <martin@ximian.com>
1056
1057         * mono-debug-debugger.h (MonoDebuggerEvent): Added
1058         MONO_DEBUGGER_EVENT_EXCEPTION.
1059
1060         * mono-debug-debugger.c (mono_debugger_handle_exception): New
1061         public function to send the debugger a notification for an
1062         exception and inform it about a catch/finally clause.
1063
1064 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
1065
1066         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
1067         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
1068         fix 2.95 build. 
1069
1070         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
1071
1072 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
1073
1074         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
1075         marshalled as [In,Out]. Fixes #58325.
1076
1077 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
1078
1079         * reflection.c (mono_method_body_get_object): Implement some fields.
1080
1081 2004-10-12  Martin Baulig  <martin@ximian.com>
1082
1083         * reflection.c (mono_reflection_bind_generic_parameters): Small
1084         fix, correctly retrieve our parent from a generic instance.
1085
1086 2004-10-12  Martin Baulig  <martin@ximian.com>
1087
1088         * metadata.c (mono_metadata_generic_param_equal): We always have
1089         an owner.
1090
1091         * class.c
1092         (mono_class_from_generic_parameter): We need to have an owner.
1093         (my_mono_class_from_generic_parameter): Likewise.
1094
1095         * reflection.c (mono_reflection_setup_generic_class): Renamed to
1096         mono_reflection_create_generic_class() and added a new
1097         mono_reflection_setup_generic_class().  
1098         (mono_reflection_initialize_generic_param): If we're a nested
1099         generic type and inherited from the containing class, set our
1100         owner to the outer class.
1101
1102 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
1103
1104         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
1105
1106         * reflection.c (mono_method_body_get_object): New function to create
1107         a MethodBody object.
1108
1109         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
1110
1111 2004-10-11  Martin Baulig  <martin@ximian.com>
1112
1113         * metadata.c (_mono_metadata_type_equal): Renamed to
1114         do_mono_metadata_type_equal() and made static.
1115
1116 2004-10-11  Martin Baulig  <martin@ximian.com>
1117
1118         * appdomain.c: Bump corlib version number to 28.
1119
1120 2004-10-10  Martin Baulig  <martin@ximian.com>
1121
1122         * class-internals.h
1123         (MonoGenericInst): Added `MonoGenericContainer *container'.
1124         (MonoGenericMethod): Likewise.
1125         (MonoGenericContext): Likewise.
1126         (MonoGenericParam): Added `MonoGenericContainer *owner'.
1127
1128         * metadata.c
1129         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
1130         (do_mono_metadata_parse_generic_inst): Likewise.
1131         (mono_metadata_parse_type_full): New public method.  This is the actual
1132         mono_metadata_parse_type() implementation - with an additional
1133         `MonoGenericContainer *' argument.
1134         (mono_metadata_parse_array_full): Likewise.
1135         (mono_metadata_parse_signature_full): Likewise.
1136         (mono_metadata_parse_method_signature_full): Likewise.
1137         (mono_metadata_parse_mh_full): Likewise.
1138         (mono_type_create_from_typespec): Likewise.
1139         (mono_metadata_interfaces_from_typedef_full): New public method;
1140         this is similar to the other _full() methods, but we take a
1141         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
1142         (mono_metadata_parse_generic_param): Take an additional
1143         `MonoGenericContainer *' argument and lookup the MonoGenericParam
1144         from that container.
1145         (mono_metadata_generic_param_equal): New static method to compare
1146         two type parameters.
1147         (_mono_metadata_type_equal): New static method; takes an
1148         additional `gboolean signature_only' argument - if true, we don't
1149         compare the owners of generic parameters.
1150         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
1151         with a TRUE argument - do a signature-only comparision.
1152
1153         * loader.c: Use the new _full() methods and pass the
1154         MonoGenericContainer to them.
1155
1156         * object-internals.h (MonoReflectionTypeBuilder): Added
1157         `MonoGenericContainer *generic_container' field.
1158         (MonoReflectionMethodBuilder): Likewise.
1159
1160 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
1161
1162         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
1163         case initial images of dynamic assemblies.
1164
1165         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
1166
1167         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
1168
1169         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
1170         length of event->other array.
1171         (typebuilder_setup_events): Ditto.
1172
1173         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
1174         'assembly_by_name' and add an 'assemblies' list.
1175
1176         * assembly.h assembly.c: Add a new search hook for determining whenever
1177         an assembly is already loaded. Use this instead of searching in the
1178         loaded_assemblies list.
1179
1180         * domain.c appdomain.c: Implement the new search hook so loaded 
1181         assemblies are now scoped by appdomain. Fixes #67727.
1182
1183 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
1184
1185         * threads.c (mono_thread_attach): Initialize synch_lock field so
1186         mono_thread_detach works again.
1187
1188         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
1189         'lib' too. Fixes #63130.
1190
1191 2004-10-06  Jackson Harper  <jackson@ximian.com>
1192
1193         * culture-info-tables.h: regenerated.
1194
1195 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1196
1197         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
1198         implemented by other interfaces in the result. Fixes #65764.
1199         
1200         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1201         Handle unloadable modules without crashing.
1202
1203         * image.c (load_modules): Revert the previous patch since modules must
1204         have a fixed index inside the array.
1205         
1206         * image.c (load_modules): Don't include native modules in the modules
1207         array.
1208
1209 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
1210
1211         * reflection.h: Add param_defaults field.
1212
1213         * reflection.c: Add support for parameter defaults in dynamic methods.
1214         Fixes #64595.
1215
1216         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
1217         an empty string when a type has no namespace. Fixes #64230.
1218
1219 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
1220
1221         * tabledefs.h: Added "internal" security actions to support non-CAS
1222         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
1223         Note: they do not seems to be used anymore in 2.0 (new metadata format)
1224
1225 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
1226
1227         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
1228         constructor of abstract class. Fixes #61689.
1229
1230 2004-10-04  Martin Baulig  <martin@ximian.com>
1231
1232         * class-internals.h (MonoGenericContainer): New type.
1233         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
1234         `MonoGenericContainer *generic_container'.
1235         (MonoClass): Replaced `gen_params' and `num_gen_params' with
1236         `MonoGenericContainer *generic_container'.
1237
1238         * metadata.c (mono_metadata_load_generic_params): Return a
1239         `MonoGenericContainer *' instead of a `MonoGenericParam *';
1240         removed the `num' argument.
1241
1242 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
1243
1244         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
1245         for dynamic images.
1246
1247         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
1248         machine fields.
1249
1250         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
1251
1252         * reflection.c: Save pe_kind and machine values into the generated
1253         image file.
1254
1255         * appdomain.c: Bump corlib version number.
1256
1257         * object-internals.h: Reorganize layout of LocalBuilder.
1258
1259         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
1260         New helper function.
1261
1262         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
1263         created MonoType for dynamic types. Fixes #66180.
1264
1265 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
1266
1267         * threadpool.c: the ares hashtable needs a critical section around it.
1268         this prevents some nasty segfaults
1269
1270 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
1271
1272         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
1273         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
1274         bug 67324).
1275         
1276 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1277
1278         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
1279         
1280 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
1281
1282         * image.c: Always canonicalize image file names, to avoid loading
1283         the same assembly twice when referenced using a relative path.
1284
1285 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1286
1287         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
1288
1289         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
1290
1291         * marshal.c: Fix warnings.
1292
1293 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
1294
1295         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
1296         attempting to marshal the delegate_trampoline as the method_addr.
1297         This patch has a static hashtable of marshalled delegates so that 
1298         we can map delegate_trampoline addresses back to delegates.  This
1299         allows a delegate passed to managed code to be passed back into native
1300         code.  Fixes #67039
1301
1302 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1303
1304         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
1305
1306         * reflection.c (method_encode_code): Align method headers properly.
1307         Fixes #66025.
1308
1309 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1310
1311         * marshal.c: In the runtime invoke wrapper, reset the abort
1312         exception if it is cached. This avoids the automatic rethrowal of 
1313         the exception after the catch of the wrapper. Also check for pending
1314         interruptions before calling the managed method. This is done using
1315         the new method emit_thread_force_interrupt_checkpoint, since the
1316         normal checkpoint method is ignored when running the invoke wrapper.
1317         * object.c: If the abort exception is rethrown, set the abort_exc
1318         field of the thread, so it will be rethrown aftere every catch.
1319         * threadpool.c: Only run an interruption checkpoint if what has been
1320         requested is a stop of the thread (aborts will be ignored).
1321         * threads.c: By default, a thread will now never be interrumped while
1322         running the runtime invoke wrapper (this ensures that runtime_invoke
1323         will always return to the caller if an exception pointer is provided).
1324         There is a new special method mono_thread_force_interruption_checkpoint()
1325         to force an interruption checkpoint even if running a protected
1326         wrapper, which is used by the same runtime invoke wrapper to do a check
1327         at a safe point.
1328
1329 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1330
1331         * object.c, object-internals.h: Implemented mono_release_type_locks,
1332         which releases the cctor locks held by a thread.
1333         * threads.c, threads.h: In thread_cleanup, release cctor locks held
1334         by a thread. Added mono_thread_exit() method to be used to safely stop
1335         a thread.
1336
1337 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1338
1339         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1340         Move null check before dereference.  Avoid indexing beyond the end
1341         of the 'modules' array.
1342
1343 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1344
1345         * metadata-internals.h (MonoImage): Add module_count field.
1346         * image.c (load_modules): Set image->module_count.
1347         (mono_image_load_file_for_image): Use image->module_count.
1348         * reflection.c (mono_image_load_module): Append to image->modules array 
1349         of dynamic assembly.
1350         (mono_module_get_object): Fix loop to actually increment index.
1351         Use image->module_count.
1352         * assembly.c (mono_assembly_load_references): Use image->module_count.
1353         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
1354         Likewise.
1355
1356 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1357
1358         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
1359         Avoid assert on generic types.
1360
1361 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
1362
1363         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
1364
1365         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
1366
1367         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
1368         function to convert a MarshalSpec structure to its managed counterpart.
1369
1370         * reflection.c: Fix warnings.
1371         
1372         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
1373         field.
1374
1375         * icall.c (mono_create_icall_signature): Fix build.
1376
1377 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
1378
1379         * icall.c: Add MakePointType icall.
1380
1381         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
1382         warnings.
1383
1384 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1385
1386         * threadpool.c: reuse allocated slots in the queue.
1387
1388 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
1389
1390         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
1391
1392         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
1393
1394         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
1395         previous change.
1396
1397         * tabledefs.h: Add constants for pinvoke attributes BestFit and
1398         ThrowOnUnmappableChar.
1399
1400         * icall.c (ves_icall_Type_GetPacking): New icall.
1401
1402 2004-09-24  Martin Baulig  <martin@ximian.com>
1403
1404         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
1405
1406 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1407
1408         * appdomain.c:
1409         (mono_domain_set): allow setting a domain that is being unloaded.
1410         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
1411         being unloaded.
1412
1413 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1414
1415         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
1416         the GetCustomAttributes icall.
1417
1418 2004-09-23  Martin Baulig  <martin@ximian.com>
1419
1420         * object-internals.h (MonoReflectionGenericParam): Replaced
1421         'has_ctor_constraint', `has_reference_type' and `has_value_type'
1422         with `guint32 attrs'.
1423
1424 2004-09-23  Martin Baulig  <martin@ximian.com>
1425
1426         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
1427
1428 2004-09-23  Martin Baulig  <martin@ximian.com>
1429
1430         * object-internals.h (GenericParameterAttributes): New enum.
1431
1432 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1433
1434         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
1435         
1436         * class.c (init_events): Fill out event->other field.
1437
1438         * class.c: Fix warnings.
1439
1440         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
1441
1442 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
1443
1444         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
1445         walk which doesn't supply the IL offset.
1446
1447 2004-09-22  Martin Baulig  <martin@ximian.com>
1448
1449         * reflection.c (mono_reflection_setup_internal_class): If we're
1450         System.ValueType, System.Object or System.Enum, set
1451         `klass->instance_size' and create the vtable.
1452         (mono_reflection_create_internal_class): If we're an enum type,
1453         get the base class from our current corlib.
1454
1455 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
1456
1457         * reflection.h (MonoResolveTokenError): New type.
1458
1459         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
1460         icall.
1461
1462         * icall.c: Add an 'error' argument to the ResolveToken icalls.
1463
1464 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
1465
1466         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
1467         Support also calling constructors, but only for already allocated objects.
1468
1469 2004-09-17  Geoff Norton <gnorton@customerdna.com>
1470
1471         * reflection.c (type_get_qualified_name): If the klass is null
1472         return the typename to avoid a NullRefEx.
1473         (encode_cattr_value): Get the qualified name of the boxed type,
1474         not the underlying enumtype.  Fixes #62984.
1475
1476 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
1477
1478         * marshal.c: Fix problems with previous checkin.
1479
1480 2004-09-21    <vargaz@freemail.hu>
1481
1482         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
1483         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
1484
1485         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
1486
1487 2004-09-21  Geoff Norton <gnorton@customerdna.com>
1488
1489         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
1490         should only return a type for pointers, arrays, and passbyref types.
1491         Fixes bug #63841.
1492
1493 2004-09-21  Martin Baulig  <martin@ximian.com>
1494
1495         * domain.c (mono_debugger_check_runtime_version): New public
1496         function.
1497
1498         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
1499
1500 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1501
1502         * reflection.c: Added missing sort to the declarative security 
1503         attributes table. MS implementation stops seeing the attributes if the
1504         token number regress in the table (as shown by ildasm and permview).
1505
1506 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
1507
1508         * object-internals.h (MonoReflectionModule): Add 'token' field.
1509         
1510         * reflection.c (mono_reflection_get_token): Add support for Module
1511         and Assembly.
1512         (mono_module_get_object): Set 'token' field.
1513         (mono_module_file_get_object): Set 'token' field.
1514
1515         * icall.c: Add new Assembly and Module icalls.
1516
1517         * appdomain.c: Bump corlib version.
1518
1519 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
1520
1521         * loader.h loader.c class.h class.c: Add helper functions for obtaining
1522         tokens of metadata objects.
1523
1524         * reflection.h reflection.c (mono_reflection_get_token): New function
1525         to obtain the token of a metadata object.
1526
1527         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
1528
1529 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
1530
1531         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
1532         
1533         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
1534
1535 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
1536
1537         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
1538         * object-internals.h: Added 3 MonoArray* members to MonoReflection
1539         AssemblyBuilder to access the permissions set in the class lib.
1540         * reflection.c: Added security attributes encoding step in 
1541         mono_image_build_metadata.
1542         * tabledefs.h: Added new security actions defined in 2.0:
1543         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
1544
1545 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1546
1547         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
1548         macro parameter.
1549
1550 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1551  
1552         * locales.c: nullify the ICU_collator member of CompareInfo when it is
1553           finalized. There where random SIGSEVs at program termination, when
1554           an object being finalized was trying to do a string comparison and
1555           the current culture was already finalized.
1556  
1557 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1558
1559         * threads.c: call thread_cleanup before finishing the thread if we get
1560         there.
1561
1562 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
1563
1564         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
1565         assemblies from the parent. Fixes #65665.
1566
1567 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
1568
1569         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
1570         modifiers.
1571
1572 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
1573
1574         * reflection.h: add prototype for mono_get_dbnull_object
1575         * reflection.c: add prototypes for get_default_param_value_blobs 
1576         and mono_get_object_from_blob for fussier compilers
1577
1578 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
1579  
1580         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
1581         false deadlock checks in class initialization.
1582  
1583 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
1584
1585         * image.c (mono_image_addref): Fix comment.
1586
1587         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
1588         possible.
1589
1590 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
1591
1592         * reflection.c (mono_param_get_objects): Modified to return
1593         ParameterInfo.DefaultValue object.
1594
1595         (get_default_param_value_blobs):
1596         (mono_get_object_from_blob):
1597         (mono_get_dbnull_object): New helper routines. 
1598
1599         * object.c (mono_get_constant_value_from_blob): New helper routine
1600         carved out from get_default_field_value ()
1601
1602         * object-internals.h (mono_get_constant_value_from_blob): Added
1603         function declaration.
1604
1605 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
1606
1607         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
1608         referenced assemblies. Fixes #62135.
1609
1610         * exception.h exception.c (mono_get_exception_file_not_found2): New
1611         helper function.
1612
1613 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
1614
1615         * class.h class.c: Add mono_type_get_underlying_type ().
1616
1617 2004-09-09  Geoff Norton <gnorton@customerndna.com>
1618
1619         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
1620         Fix GetTypes() to support dynamically created assemblies.
1621
1622 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
1623
1624         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
1625         
1626         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
1627         previous patch.
1628
1629         * reflection.h reflection.c loader.c: Allow dynamic construction of
1630         pinvoke methods. Fixes #65571.
1631         
1632         * reflection.c (mono_reflection_get_type): Revert previous change since
1633         it causes regressions.
1634
1635 2004-09-08  Martin Baulig  <martin@ximian.com>
1636
1637         * class.c (class_compute_field_layout): Don't call
1638         mono_class_layout_fields() for open generic instances.
1639
1640 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
1641         * threads.c appdomain.c: fix typo in GC macro
1642
1643 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1644
1645         * threads.c: don't call mono_thread_detach() in start_wrapper(),
1646         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
1647
1648 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
1649
1650         * image.c (mono_image_close): Applied patch from 
1651         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
1652         assembly is loaded multiple times from data.
1653         
1654         * image.c (mono_image_open): Fix warning.
1655
1656 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1657
1658         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
1659         once. Fixes #58334.
1660         
1661         * reflection.c (mono_reflection_create_runtime_class): Initialize
1662         klass->nested_classes. Fixes #61224.
1663
1664 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
1665
1666         * threads.c: sched_yield() on exit, to allow threads to quit.
1667
1668 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1669
1670         * object.c (mono_unhandled_exception): Remove leftover debug code.
1671
1672 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
1673
1674         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
1675
1676 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1677
1678         * marshal.c (emit_marshal_array): Really null terminate string arrays.
1679         
1680         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
1681
1682 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1683
1684         * marshal.c (emit_marshal_array): Null terminate string arrays.
1685         
1686         * marshal.c (raise_auto_layout_exception): Fix warning.
1687
1688         * reflection.c (mono_param_get_objects): Initialize the default value
1689         with DBNull.Value, not null. Fixes #62123.
1690
1691 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
1692
1693         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
1694         throw an exception with a cute explanation.
1695
1696 2004-09-06  Dick Porter  <dick@ximian.com>
1697
1698         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
1699         Close the new process's thread handle, as we don't use it.  The
1700         handle stays around forever otherwise.
1701
1702 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1703
1704         * object.c (arith_overflow): Fix warning.
1705
1706         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
1707         calling conventions in method refs. Fixes #65352.
1708
1709         * reflection.c: Fix warnings.
1710
1711 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1712
1713         * icall.c: Add a new icall for Array.Clear
1714
1715 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1716
1717         * object.c: When allocating an array, we have to throw
1718         an overflow exception if any of the lengths are < 0.
1719
1720 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1721
1722         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
1723         properly. Also move implementation of string array marshalling to 
1724         managed code. Fixes #42316.
1725
1726 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1727
1728         * assembly.c: provide more information when loading an assembly fails.
1729
1730 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1731
1732         * filewatcher.c: don't expect the development fam package to be
1733         installed.
1734
1735 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
1736
1737         * marshal.c: Make a copy of the signature cookie since it will be
1738         freed by the caller.
1739         
1740         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
1741
1742         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
1743
1744         * metadata.c (mono_metadata_free_marshal_spec): New function to free
1745         marshal specs.
1746
1747         * marshal.c: More refactoring.
1748         
1749         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
1750         smaller functions.
1751
1752 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
1753
1754         * object.c: In mono_message_invoke, fill the output parameter array after
1755           calling the managed method (it was done before the call). This fixes
1756           bug #59299.
1757
1758 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
1759
1760         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
1761         as well.
1762
1763 2004-09-02  Martin Baulig  <martin@ximian.com>
1764
1765         * class.c (mono_class_instance_size): Don't allow generic type
1766         definitions or open generic instances.
1767         (mono_class_array_element_size): If we're a value type, call
1768         mono_class_instance_size() on the original class.
1769
1770         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
1771         handle generic instances.
1772
1773         * mono-debug-debugger.c (write_type): Handle generic instances
1774         like classes.
1775
1776 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
1777
1778         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
1779         the allocation request fails. Fixes #65089.
1780
1781         * object.c (mono_runtime_free_method): Do not call mono_free_method.
1782         
1783         * object.c (mono_runtime_free_method): New function to free a dynamic
1784         method.
1785
1786         * marshal.c (mono_delegate_free_ftnptr): New function to free the
1787         delegate trampoline.
1788
1789         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
1790         with hasthis as dynamic,
1791
1792         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
1793
1794         * domain.c (mono_jit_info_table_remove): New function to remove an
1795         entry from the jit info table.
1796
1797         * class-internals.h (MonoMethod): Add 'dynamic' field.
1798
1799         * loader.c: Fix warnings.
1800
1801 2004-09-01  Martin Baulig  <martin@ximian.com>
1802
1803         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
1804         instead of mono_debugger_lock() because the latter one is a no-op
1805         unless running in the debugger.
1806
1807 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
1808
1809         * class.c (class_compute_field_layout): Classes with auto-layout or
1810         reference fields are not blittable.
1811         
1812 2004-09-01  Dick Porter  <dick@ximian.com>
1813
1814         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
1815         mono_image_get_filename() to get the assembly location.
1816
1817         * icall.c:
1818         * metadata.h: Fix compile warnings
1819
1820 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
1821
1822         * class.c (class_compute_field_layout): System.Object is blittable.
1823
1824         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
1825         as in/out. Fixes #59909.
1826
1827 2004-09-01  Martin Baulig  <martin@ximian.com>
1828
1829         * metadata.h (MONO_TYPE_ISREFERENCE): Call
1830         mono_metadata_generic_inst_is_valuetype() if we're a generic
1831         instance to check whether our underlying type is a reference type.
1832
1833 2004-09-01  Martin Baulig  <martin@ximian.com>
1834
1835         * metadata.c (mono_type_size): If we're a generic instance, call
1836         mono_class_value_size() for value types.
1837
1838 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
1839
1840         * marshal.c: Implement more custom marshalling functionality. Fixes
1841         #64915.
1842
1843 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
1844
1845         * mono-debug.c, debug-mono-symfile.c: add some locking love.
1846
1847 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
1848
1849         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
1850
1851         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
1852
1853         * icall.c: Fix some warnings.
1854
1855         * threads.c (abort_appdomain_thread): Fix unref errors.
1856         (mono_thread_current): Fix THREAD_DEBUG define.
1857
1858 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
1859
1860         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
1861
1862         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
1863
1864 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
1865
1866         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
1867         string arrays.
1868
1869 2004-08-28  Martin Baulig  <martin@ximian.com>
1870
1871         * metadata.c
1872         (mono_metadata_generic_inst_is_valuetype): New public function.
1873
1874         * metadata.h (MONO_TYPE_ISSTRUCT): Call
1875         mono_metadata_generic_inst_is_valuetype() if we're a generic
1876         instance to check whether our underlying type is a valuetype.
1877
1878 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
1879
1880         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
1881         #63768.
1882
1883 2004-08-25  Martin Baulig  <martin@ximian.com>
1884
1885         * loader.c (mono_get_method_from_token): Abstract methods can also
1886         be generic and thus have type parameters.
1887
1888         * metadata-internals.h
1889         (MonoDynamicImage): Added `GPtrArray *gen_params'.
1890
1891         * reflection.c (mono_image_get_generic_param_info): Don't create a
1892         metadata row, just add an entry to the `gen_params' array.
1893         (build_compressed_metadata): Sort the `gen_params' array and then
1894         actually create the metadata.
1895
1896 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1897
1898         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
1899
1900 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
1901
1902         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
1903
1904 2004-08-24  Martin Baulig  <martin@ximian.com>
1905
1906         * class.cs (mono_class_is_subclass_of): Like an interface, a
1907         generic instance also derives from System.Object.
1908
1909 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
1910
1911         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
1912         custom modifiers to be in any order. Fixes #61990.
1913
1914 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
1915
1916         * object.c: Register mono_object_new_fast icall.
1917         
1918         * object.c (mono_class_get_allocation_ftn): Return to calling
1919         mono_object_new_fast, since it seems faster to compute the object 
1920         size in unmanaged code than passing it as a parameter.
1921
1922         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
1923
1924         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
1925         this function with Boehm as the oom handler, so we don't have to check
1926         the result of GC_malloc.
1927
1928         * object.c: Remove checks for oom.
1929
1930         * object.h object.c (mono_class_get_allocation_ftn): New function to
1931         return the icall which can be used to allocate an instance of a given
1932         class. 
1933
1934         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
1935
1936         * class-internals.h: Add 'enabled' field.
1937
1938 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
1939
1940         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
1941
1942 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
1943         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
1944         value 0x0010.
1945
1946 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
1947
1948         * appdomain.c: use the Tls function for appdomain too,
1949         at Zoltan's request. Actually return in mono_context_get
1950
1951         * appdomain.c, profiler.c, threads.c: use __thread
1952
1953 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
1954
1955         * appdomain.c threads.c: Call GC_CreateThread on windows.
1956
1957         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
1958         multiple libraries since this don't work on windows.
1959
1960 2004-08-18  Martin Baulig  <martin@ximian.com>
1961
1962         * class-internals.h
1963         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
1964         MonoMethodHeader.
1965
1966         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
1967         MonoMethodNormal since we also need it for abstract and interface
1968         methods.
1969
1970         * reflection.c
1971         (build_compressed_metadata): Sort the GenericParam table.
1972         (mono_image_create_token): Added `gboolean create_methodspec'
1973         argument; this is false when generating a MethodImpl token.
1974         (reflection_methodbuilder_to_mono_method): Abstract and interface
1975         methods may also have generic parameters.
1976
1977 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
1978
1979         * appdomain.c: thread local alloc
1980
1981 2004-08-17  Martin Baulig  <martin@ximian.com>
1982
1983         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
1984
1985         * icall.c
1986         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
1987         argument.
1988
1989         * class.c (mono_type_get_full_name): New public function.
1990         (mono_type_get_name): Don't include the type arguments.
1991
1992 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
1993
1994         * Makefile.am: Build static versions of libmetadata and libmonoruntime
1995         for inclusion into the mono executable.
1996
1997 2004-08-16  Martin Baulig  <martin@ximian.com>
1998
1999         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
2000         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
2001
2002 2004-08-14  Martin Baulig  <martin@ximian.com>
2003
2004         * class.c (dup_type): Also copy the `byref' field.
2005
2006 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
2007
2008         * reflection.c (create_dynamic_mono_image): Revert the last change 
2009         since it breaks bootstrap.
2010
2011 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
2012
2013         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
2014
2015         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
2016         not free them with g_free.
2017
2018 2004-08-11  Martin Baulig  <martin@ximian.com>
2019
2020         * reflection.c (mono_reflection_setup_internal_class): Also call
2021         mono_class_setup_mono_type() if we already have a `tb->type.type'.
2022
2023 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
2024
2025         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
2026         called during default (first) AppDomain creation. Keep track of
2027         Evidence when loading assemblies.
2028
2029 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2030
2031         * opcodes.c, opcodes.h: reduce runtime relocations.
2032
2033 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
2034
2035         * culture-info.h, locales.c: fixes and chages to sue the new
2036         optimized format of the locale data.
2037         * culture-info-tables.h: regenerated.
2038
2039 2004-08-06  Geoff Norton <gnorton@customerdna.com>
2040         
2041         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
2042
2043 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
2044
2045         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
2046         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
2047         * domain-internals.h: icall declaration.
2048         * icall.c: icall registration.
2049         * object-internals.h: New fields in MonoAssembly for CAS.
2050
2051 2004-08-05  Duncan Mak  <duncan@ximian.com>
2052
2053         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
2054         CEE_LDELEM_ANY.
2055
2056 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2057
2058         * reflection.c: fix to deal with object[] arrays in custom ctors
2059         (bug #62550).
2060
2061 2004-08-05  Martin Baulig  <martin@ximian.com>
2062
2063         * class.c (mono_class_array_element_size): Added support for
2064         generic instances and correctly handle "recursive" types.
2065
2066 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
2067
2068         * assembly.c: Fix warnings.
2069
2070 2004-08-04  Martin Baulig  <martin@ximian.com>
2071
2072         * class.c
2073         (mono_type_get_name_recurse): Added `gboolean include_arity'
2074         argument specifying whether or not we should include the generic
2075         arity in the type name.
2076         (_mono_type_get_name): New static function.
2077         (mono_class_setup_vtable): If we're a generic instance, don't
2078         include the generic arity in the names of explicit method
2079         implementations.        
2080
2081 2004-08-03  Martin Baulig  <martin@ximian.com>
2082
2083         * class.c (mono_type_get_name_recurse): Enclose the generic type
2084         arguments in `<', '>'.
2085
2086 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2087
2088         * gc.c: make GC warning messages use the trace API, they are just
2089         noise to most of the users.
2090
2091 2004-08-03  Martin Baulig  <martin@ximian.com>
2092
2093         * debug-mono-symfile.c (read_string): Correctly read the string.
2094
2095 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
2096
2097         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
2098         
2099         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
2100         icalls.
2101         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
2102
2103 2004-07-30  Martin Baulig  <martin@ximian.com>
2104
2105         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
2106         Reflect latest symbol writer changes.   
2107
2108 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2109
2110         * object.c: always create an object if null is passed
2111         to Invoke() where a valuetype is expected.
2112
2113 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
2114
2115         * marshal.c (mono_marshal_init): make managed
2116         signatures match native ones better for 64bits.
2117
2118 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2119
2120         * appdomain.c: hack to build correctly the private bin path on windows.
2121         Fixes bug #61991.
2122
2123 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
2124
2125         * assembly.c: Load mscorlib from the correct framework directory
2126           (mono/<version>/mscorlib.dll).
2127         * appdomain.h: Added prototypes for new functions.
2128         * internals.h: Added some prototypes.
2129         * domain.c: When initializing the runtime, get from the executable and
2130           the configuration files the runtime version that the app supports.
2131           Added support methods for reading app.exe.config. Added list of versions
2132           supported by the JIT. Added two new methods: mono_init_from_assembly,
2133           which initializes the runtime and determines the required version from
2134           the provided exe file, and mono_init_version, which initializes
2135           the runtime using the provided version.
2136         * icall.c: Get machine.config from version-specific directory.
2137         * reflection.c: When generating an image, embed the version number
2138           of the current runtime.
2139
2140 2004-07-28  Dick Porter  <dick@ximian.com>
2141
2142         * socket-io.c
2143         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
2144         returned sockaddr size before creating the remote address object.
2145         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
2146         61608.
2147
2148 2004-07-28  Dick Porter  <dick@ximian.com>
2149
2150         * locales.c (string_invariant_compare_char): Fix invariant char
2151         compares between upper and lower cases.  Fixes bug 61458.
2152
2153 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
2154         
2155         * marshal.c: actually cache stelem.ref wrappers.
2156         
2157 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
2158
2159         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
2160         sections and remove the mono_cli_rva_map () function.
2161
2162 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2163
2164         * debug-mono-symfile.c: fix one more endianess issue, from a patch
2165         by Geoff Norton (<gnorton@customerdna.com>).
2166
2167 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2168
2169         * class.c: fix class loads for pointer types (typeof(int) !=
2170         typeof(int*)).
2171
2172 2004-07-27  Martin Baulig  <martin@ximian.com>
2173
2174         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
2175         reading the debugging information from an external ".mdb" file.
2176
2177 2004-07-24  Martin Baulig  <martin@ximian.com>
2178
2179         * reflection.c (mono_image_get_type_info): Only write a class
2180         layout entry if we actually have a size or a packing size.
2181
2182 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2183
2184         * reflection.c (type_get_fully_qualified_name): 
2185         insert cast to get type checking of ?: with non-gcc compilers
2186
2187 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2188
2189         * rand.c: use g_getenv for both lookups of
2190         MONO_EGD_SOCKET
2191
2192 2004-07-17  Martin Baulig  <martin@ximian.com>
2193
2194         * reflection.c (mono_reflection_bind_generic_method_parameters):
2195         Set `gmethod->reflection_info'.
2196
2197 2004-07-17  Martin Baulig  <martin@ximian.com>
2198
2199         * class.c (mono_class_create_from_typedef): Insert the newly
2200         created class into the hash table before computing the interfaces
2201         since we could be called recursively.
2202
2203 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
2204
2205         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
2206         function to implement stelem.ref in managed code
2207         * class-internals.h, debug-helpers.c: a new wrapper type
2208         for the above.
2209
2210 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2211
2212         * gc.c: allow GC handles to work even when no GC is compiled in.
2213         Fix part of bug #61134 (GetAddrOfPinnedObject).
2214
2215 2004-07-13  Peter Williams  <peter@newton.cx>
2216  
2217         * process.c (complete_path): Make sure we don't attempt to execute
2218         directories.
2219  
2220 2004-07-12  Geoff Norton <gnorton@customerdna.com>
2221
2222         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
2223           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
2224           and will add/subtract the hour if needed
2225
2226 2004-07-12  Martin Baulig  <martin@ximian.com>
2227
2228         * reflection.c (mono_field_get_object): If we have
2229         `field->generic_info', take the attributes from
2230         `field->generic_info->generic_type'.    
2231
2232 2004-07-12  Martin Baulig  <martin@ximian.com>
2233
2234         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
2235         This function must be called before initializing the runtime.
2236         (mono_debug_init_1): New function; call this after initializing
2237         the runtime, but before loading the assembly.  It tells the
2238         debugger to load corlib and the builtin types.
2239
2240         * mono-debug-debugger.c: Did some larger changes in the debugging
2241         code; support recursive class declarations, make sure we actually
2242         add all classes.
2243
2244 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2245
2246         * debug-helpers.c: undo my previous patch and fixed the real issue in
2247         ../mini/exceptions-x86.c
2248
2249 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2250
2251         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
2252         when no HOME env. variable was set and a NullRef was thrown in a .cctor
2253         called from other .cctors.
2254
2255 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
2256
2257         * loader.c: Removed the mono_loader_wine_init hack now that we are
2258         doing a managed version of Windows.Forms.
2259
2260 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
2261
2262         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
2263         threadpool.c, threads.c: remove static data from rootset.
2264
2265 2004-07-09  Dick Porter  <dick@ximian.com>
2266
2267         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
2268         Don't do any more processing if the matched length was 0.  It was
2269         increasing the size of the string before.  Fixes bug 61167.
2270
2271 2004-07-09  Dick Porter  <dick@ximian.com>
2272
2273         * socket-io.h:
2274         * socket-io.c
2275         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2276         Add support for SO_PEERCRED if its available.
2277
2278 2004-07-09  Peter Bartok <pbartok@novell.com>
2279         * loader.c: winelib.exe.so error message is now only displayed if
2280         MONO_DEBUG is set. To help us avoid questions when people are trying
2281         out the new Managed.Windows.Forms.
2282
2283 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
2284
2285         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
2286         for isinst and castclass wrappers.
2287
2288         * class-internals.h icall.c: Move registration and lookup of JIT icalls
2289         to libmetadata from the JIT, so they could be used by the marshalling
2290         code and the interpreter.
2291
2292         * marshal.c: Register marshalling related JIT icalls here instead of
2293         in mini.c. Use CEE_MONO_ICALL instead of the family of 
2294         CEE_MONO_PROC<x> opcodes to call marshalling functions.
2295
2296         * metadata.h: Remove unneeded marshalling conversions.
2297
2298         * opcodes.c: Update for new opcodes.
2299         
2300 2004-07-08  Martin Baulig  <martin@ximian.com>
2301
2302         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
2303         (mono_debug_get_domain_data): Make this function static.
2304
2305 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2306
2307         * gc.c, object.h: add nice GC handle API for embedders.
2308
2309 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
2310
2311         * reflection.c: more changes for the new api
2312
2313         * object.c: When we reflect on a field w/ a constant value, it
2314         will not have a memory location, so we must access metadata. Also,
2315         allow easier reading of strings so that we can read them from
2316         the constant data.
2317
2318         * class.c (mono_class_layout_fields): no need for literal fields here.
2319
2320         * class-internals.h: api changes for const fields
2321
2322         * icall.c (ves_icall_get_enum_info): use new apis for const fields
2323
2324 2004-07-06  Martin Baulig  <martin@ximian.com>
2325
2326         * mono-debug.h: Increment version number to 44.
2327
2328         * mono-debug.c (mono_debug_add_wrapper): The second argument is
2329         now a gpointer, rewrote this whole method.
2330
2331         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
2332         function.  Add information about the wrapper in a new "misc table".
2333
2334         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
2335         for the new misc table.
2336
2337 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
2338
2339         * metadata-internals.h image.c: Add a cache for helper signatures.
2340
2341         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
2342
2343 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
2344
2345         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
2346         delegates from a delegate. Fixes #61033.
2347         
2348         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
2349         marshalling of stringbuilder arrays. Fixes #59900.
2350
2351 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
2352
2353         * icall.c: Add EnumBuilder:setup_enum_type icall.
2354
2355 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
2356
2357         * icall.c: Added a new icall for the property version of
2358         OffsetOfStringData.
2359
2360 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
2361
2362         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
2363         it has a constant size across platforms.
2364
2365         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
2366         stack trace.
2367
2368 2004-06-29  Martin Baulig  <martin@ximian.com>
2369
2370         * mono-debug.c (mono_debug_add_method): Protect the whole function
2371         in mono_debugger_lock(), not just parts of it.
2372
2373 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2374
2375         * reflection.c: make sure padding bytes in heaps are zeroed.
2376
2377 2004-06-24  David Waite  <mass@akuma.org>
2378
2379         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
2380         image.c, loader.c, locales.c, marshal.c, metadata.c,
2381         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
2382         string-icalls.c, threads.c: change to C90-style comments from C99 /
2383         C++ -style
2384
2385 2004-06-24  Dick Porter  <dick@ximian.com>
2386
2387         * threads.c
2388         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
2389         return createdNew.  Fixes bug 60412.
2390
2391         * threads-types.h: 
2392         * icall.c: Add createdNew parameter to CreateMutex icall
2393
2394 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2395
2396         * reflection.c, object-internals.h: save default value in params.
2397
2398 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2399
2400         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
2401         no need to build a new path combining that with the application base.
2402         Fixes bug #60442.
2403
2404 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
2405
2406         * reflection.c: fixed minor standard compliance issues.
2407
2408 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2409
2410         * reflection.c: fixed issue with encoding some custom attributes
2411         (arrays in properties and fields, bug #60411).
2412
2413 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2414
2415         * reflection.c: fix start address when copying the public key token.
2416
2417 2004-06-23  Martin Baulig  <martin@ximian.com>
2418
2419         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
2420         the `exc' object in a static object to put it into the GC's root set.
2421
2422 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
2423
2424         * reflection.c: make mono_reflection_setup_internal_class ()
2425         callable a second time to setup a new parent class.
2426
2427 2004-06-23  Dick Porter  <dick@ximian.com>
2428
2429         * threads.c: Check for WAIT_IO_COMPLETION return values.
2430
2431 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
2432
2433         * appdomain.c: Removed the g_free on the public key token. Now copy 
2434         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
2435         * assembly.c: Added public key token string value when loading 
2436         assemblies. Fix bug #60439.
2437         * icall.c: Added missing informations (like public key) in 
2438         GetReferencedAssemblies. Fix #60519.
2439         * image.h: Changed definition for public key token from const char*
2440         public_tok_value to guchar public_key_token [17];
2441         * reflection.c: Updated for changes to public key token.
2442
2443 2004-06-22  Lluis Sanchez Gual
2444
2445         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
2446         for the field in base classes.
2447
2448 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2449
2450         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
2451         mark headers as not supported, they are installed only for use by the
2452         debugger.
2453
2454 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
2455
2456         * *.c, *.h: avoid namespace pollution in public headers.
2457
2458 2004-06-21  Martin Baulig  <martin@ximian.com>
2459
2460         * exception.c (mono_get_exception_security): It's in
2461         "System.Security", not in "System".
2462
2463         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
2464         the exception classes.
2465
2466 2004-06-21  Martin Baulig  <martin@ximian.com>
2467
2468         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
2469         Protect the exception object from being finalized.
2470
2471 2004-06-21  Martin Baulig  <martin@ximian.com>
2472
2473         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
2474         public function.
2475
2476 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
2477
2478         * reflection.c: Load the assembly in mono_reflection_type_from_name,
2479         if it was not loaded before. Fix parts of #60439.
2480
2481 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
2482
2483         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
2484         code that was broken since Ben's change: wrappers are now
2485         dependent on the method signature only again.
2486
2487 2004-06-21  Martin Baulig  <martin@ximian.com>
2488
2489         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
2490         added interface support.
2491
2492 2004-06-21  Martin Baulig  <martin@ximian.com>
2493
2494         * class.c (mono_vtable_get_static_field_data): New public method.
2495
2496 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
2497
2498         * filewatcher.c : Windows build fix to be compliant with API changes.
2499
2500 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2501
2502         * class.h, class.c: more accessors.
2503         * metadata.h, metadata.c: prepare for hiding MonoType and
2504         MonoMethodSignature: people should use the accessors from now on
2505         outside of the tree.
2506
2507 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2508
2509         * *.c, *.h: more API cleanups.
2510
2511 2004-06-18  Jackson Harper  <jackson@ximian.com>
2512
2513         * assembly.c: Trace loading assemblies.
2514         * loader.c: Trace loading native libraries.
2515         * mono-config.c: Trace loading config files.
2516         
2517 2004-06-18  Dick Porter  <dick@ximian.com>
2518
2519         * locales.c: Tell ICU the lengths of strings, it can cope with
2520         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
2521
2522 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
2523
2524         * image.c: swapped name/filename;
2525
2526 2004-06-18  Martin Baulig  <martin@ximian.com>
2527
2528         * mono-debug-debugger.c (write_class): Write the parent class at
2529         the end of the header.
2530
2531 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2532
2533         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
2534
2535 2004-06-17  Raja R Harinath  <rharinath@novell.com>
2536
2537         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
2538         (bundle_obj): New conditional define.
2539         (BUILT_SOURCES): Remove.
2540         ($(bundle_srcs)): Make parallel-make safe.
2541         (libmonoruntime_la_LIBADD): Make unconditional.
2542         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
2543         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
2544
2545 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
2546
2547         * culture-info-tables.h: It was inconsistent with the latest
2548           supp info files.
2549
2550 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
2551
2552         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
2553         be loaded.
2554
2555         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
2556         with gcc 2.95.
2557
2558 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2559
2560         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
2561         cleaned up public header threads.h.
2562
2563 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2564
2565         * Makefile.am, *.c, *.h: more API cleanups.
2566
2567 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
2568
2569         * Makefile.am: removed monosn from compilation.
2570         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
2571         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
2572         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
2573         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
2574         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
2575         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
2576
2577 2004-06-15  Jackson Harper  <jackson@ximian.com>
2578
2579         * assembly.c: Make locales lower case when searching the GAC for
2580         assemblies. gacutil will always make locales lowercase when
2581         installing so this effectively makes them case insensitive.
2582         
2583 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
2584
2585         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
2586         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
2587           parameter which allows to choose whether the wait can be interrupted or 
2588           not. Also added the method mono_monitor_enter(), which locks the monitor
2589           using an infinite wait and without allowing interruption.
2590           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
2591           interrupted.
2592         * object.h: Added new fields in MonoThread. suspend_event holds the event
2593           used to susped/resume the thread. synch_lock is the lock object to use for
2594           modifying the thread state.
2595         * threads.c: Use the new synch_lock object for locking, instead of "this",
2596           which can generate deadlocks.
2597           Moved thread state change in Thread.Sleep and Thread.Join from managed
2598           to unmanaged code. This avoids a deadlock when the thread was suspended
2599           just after acquiring the thread lock.
2600           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
2601           Implemented Thread.Suspend using an event instead of ThreadSuspend,
2602           which is not fully implemented in the io-layer.
2603         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
2604
2605 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
2606
2607         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
2608         threads-types.h: more API cleanups.
2609
2610 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2611
2612         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
2613         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
2614         threadpool.c, threads.c: first pass at the exported API cleanup.
2615
2616 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
2617
2618         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
2619
2620 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2621
2622         * icall.c: added internalGetHome.
2623
2624 2004-06-14  Dick Porter  <dick@ximian.com>
2625
2626         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
2627         possible to return successfully when '.' or '..' were the only
2628         entries in a directory, but were skipped.  The MonoIOStat was not
2629         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
2630         Fixes bug 59574.
2631
2632 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
2633
2634         * reflection.c: make binaries run on .Net 1.1 by default.
2635
2636 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
2637
2638         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
2639
2640 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
2641
2642         * marshal.c: keep track of struct size with explicit layout
2643         (bug #59979).
2644
2645 2004-06-12  Martin Baulig  <martin@ximian.com>
2646
2647         * mono-debug-debugger.c: Comment out a debugging g_message().
2648
2649 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2650
2651         * reflection.c, reflection.h: do not free custom attrs that are cached.
2652         * icall.c: use braces to make code clearer.
2653
2654 2004-06-11  Martin Baulig  <martin@ximian.com>
2655
2656         * class.h (MonoInflatedField): New type.
2657         (MonoClassField): Replaced `MonoType *generic_type' with
2658         `MonoInflatedField *generic_info'.
2659
2660         * icall.c
2661         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
2662
2663 2004-06-11  Martin Baulig  <martin@ximian.com>
2664
2665         * reflection.c (mono_image_create_method_token): Correctly encode
2666         varargs methods.
2667
2668 2004-06-11  Martin Baulig  <martin@ximian.com>
2669
2670         * metadata.c (mono_metadata_parse_method_signature): When parsing
2671         a MethodDef which has VarArgs, also set sentinelpos if we don't
2672         have any parameters.
2673
2674 2004-06-11  Martin Baulig  <martin@ximian.com>
2675
2676         * verify.c (mono_method_verify): In CEE_CALL, use
2677         mono_method_get_signature() to get the method's signature, unless
2678         we're a PInvoke method.
2679
2680 2004-06-10  Jackson Harper  <jackson@ximian.com>
2681
2682         * assembly.c: Use <path>/lib/mono/gac for the extra paths
2683         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
2684         logical name as the supplied path is just a prefix to the gac not
2685         the direct path to it.
2686         
2687 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
2688
2689         * reflection.c: make the token for a created method match
2690         the token of the MethodBuilder it was created from
2691         (IKVM requires this behaviour now).
2692
2693 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
2694
2695         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
2696         reflection.c, socket-io.c: leak fixes.
2697
2698 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
2699
2700         * icall.c: handle sentinel pos in vararg methods in position different
2701         from 0.
2702
2703 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2704
2705         * culture-info-tables.h: freshly generated.
2706
2707 2004-06-09  Martin Baulig  <martin@ximian.com>
2708
2709         * loader.c (mono_get_method_constrained): Call `mono_class_init
2710         (constrained_class)'.   
2711
2712 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
2713
2714         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
2715         any methods. Fixes #59629.
2716
2717 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2718
2719         * culture-info-tables.h: reflecting locale-builder updates.
2720
2721 2004-06-08  Dick Porter  <dick@ximian.com>
2722
2723         * object.h:
2724         * locales.c: Fixed compile warnings, including a real bug in
2725         CompareInfo_internal_compare.
2726         
2727 2004-06-08  Dick Porter  <dick@ximian.com>
2728
2729         * locales.c
2730         (ves_icall_System_Globalization_CompareInfo_internal_index):
2731         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
2732         Double-check the resuls of usearches, because ICU currently
2733         ignores most of the collator settings here.  Fixes bug 59720.
2734         
2735 2004-06-08  Dick Porter  <dick@ximian.com>
2736
2737         * locales.c
2738         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
2739         Fix memory leak and segfault-causing typo.  No idea how this one
2740         lasted so long without being noticed.
2741
2742 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
2743
2744         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
2745         any methods. Fixes #59629.
2746
2747 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2748
2749         * assembly.c:
2750         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
2751         own the critical section before). Removed dead code (that's done
2752         in the preload hook).
2753
2754         (mono_assembly_load_with_partial_name): call the preload hook.
2755
2756 2004-06-08  Martin Baulig  <martin@ximian.com>
2757
2758         * metadata.c (mono_metadata_signature_alloc): Default
2759         `sentinelpos' to -1.
2760
2761         * reflection.c (mono_image_get_array_token): Likewise.
2762
2763 2004-06-08  Martin Baulig  <martin@ximian.com>
2764
2765         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
2766
2767         * metadata.c (mono_metadata_parse_method_signature): When parsing
2768         a MethodDef which has VarArgs, set sentinelpos.
2769
2770         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
2771         `gint16' since we're using -1 for non-varargs methods.
2772
2773         * reflection.c
2774         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
2775         (method_encode_signature): Added varargs support.
2776         (method_builder_encode_signature): Likewise.
2777         (mono_image_get_varargs_method_token): New static method.
2778         (mono_image_create_method_token): New public method; this is
2779         called via an icall instead of mono_image_create_token() when
2780         calling a varargs method.       
2781
2782 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
2783
2784         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
2785
2786 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2787
2788         * culture-info-tables.h : Reflecting the latest locale-builder that
2789           fixed empty array representation ({} to {0}).
2790
2791 2004-06-07  Jackson Harper  <jackson@ximian.com>
2792
2793         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
2794         looking up extra gac paths. This allows MONO_GAC_PATH to act
2795         exactly like a prefix.
2796         
2797 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
2798
2799         * reflection.c (mono_reflection_type_from_name): Make a copy of the
2800         type name before modifying it. Fixes #59405.
2801
2802 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2803
2804         * culture-info.h: added fields for "all datetime patterns".
2805         * locales.c: (  ves_icall_System_Globalization_CultureInfo
2806           _construct_datetime_format ()): fill xxx_patterns fields.
2807         * object.h: added fields for "all datetime patterns" to
2808           MonoDateTimeFormatInfo.
2809         * culture-info-tables.h: reflecting locale-builder updates.
2810
2811 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
2812
2813         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
2814         the event has no add and remove methods. Fixes #59629.
2815
2816 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
2817
2818         * object.c: Fixed possible integer overflow when allocating large
2819         strings.
2820
2821 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
2822
2823         * culture-info-tables.h: reflecting locale-builder updates.
2824
2825 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
2826
2827         * culture-info-tables.h: reflecting locale-builder updates.
2828
2829 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
2830
2831         * culture-info-tables.h: reflecting locale-builder updates.
2832
2833 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
2834
2835         * threads.c: Made Thread.Sleep abortable.
2836
2837 2004-06-02  Martin Baulig  <martin@ximian.com>
2838
2839         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
2840
2841         * debug-mono-symfile.h: Bumped symbol file version number to 37.
2842
2843 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
2844
2845         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
2846
2847 2004-05-30  Jackson Harper  <jackson@ximian.com>
2848
2849         * reflection.c: Do not hardcode assembly versions or public key
2850         tokens anymore. All of this except the corlib section was dead
2851         code anyways.
2852         
2853 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
2854
2855         * object.c (mono_runtime_invoke_array): Automatically create boxed
2856         objects for byref valuetypes if needed. Fixes #59300.
2857         
2858         * object.c (mono_method_return_message_restore): Handle 
2859         MONO_TYPE_OBJECT as well.
2860
2861 2004-05-28  Jackson Harper  <jackson@ximian.com>
2862
2863         * reflection.c: The modified type encoding was causing build
2864         problems. Reverted for now.
2865         
2866 2004-05-28  Jackson Harper  <jackson@ximian.com>
2867
2868         * reflection.c/h: Take an assembly ref so that we dont create
2869         fully qualified names when encoding types in the same assembly as
2870         the custom attribute being emitted.
2871         * appdomain.c: Increment version number.
2872         
2873 2004-05-26  Duncan Mak  <duncan@ximian.com>
2874
2875         * icall.c
2876         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
2877         Set the full version number (major, minor, build, revision).
2878
2879 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
2880
2881         * marshal.c (emit_struct_conv): increment src/dst after blit
2882         (mono_marshal_get_managed_wrapper,
2883         mono_marshal_get_native_wrapper): make sure we have marshalling
2884         info before marshalling params (info computation affects
2885         blittable)
2886
2887         * class.c (class_compute_field_layout): correctly deal with
2888         blittable
2889         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
2890         value types (as per what windows dows by default)
2891         (mono_class_setup_mono_type): System.ValueType is blittable
2892         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
2893         blittable
2894
2895         * marshal.c (mono_marshal_load_type_info): flag types  as
2896         non-blittable if the native layout doesn't match the managed
2897         layout
2898
2899 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2900
2901         * appdomain.c: don't add stuff in the private search path that is
2902         above the application base. If application base is not set, there's
2903         no private search path.
2904
2905 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
2906
2907         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
2908         byref struct arguments in native->managed marshalling.
2909
2910 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
2911
2912         * marshal.c (mono_marshal_get_runtime_invoke): correctly
2913         cache methods using signature (special case for methods
2914         that are value type or string class)
2915         
2916         * image.c (mono_image_close): clean up allocated GSList's
2917         in runtime_invoke_cache.
2918
2919 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2920
2921         * mono-config.c: set the correct path for mono_cfg_dir on windows when
2922         there's no MONO_CFG_DIR environment variable defined.
2923
2924 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2925
2926         * threads.c: windows version must be >= 0x0500 to include OpenThread.
2927
2928 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
2929
2930         * threadpool.c: Really wait for 500ms after the async call, even if the wait
2931           is interrumped.
2932         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
2933           before waiting for it, and call CloseHandle after the wait to unref it.
2934           This will make sure that handles are not disposed too early.
2935
2936 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2937
2938         * appdomain.c:
2939         * appdomain.h:
2940         * icall.c: removed
2941         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
2942         needed now.
2943
2944         * object.c: se the application_base only for the domain that runs
2945         Main. Fixes bug #59216,
2946
2947 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2948
2949         * appdomain.c:
2950         * object.c: only the domain in which Main is run have
2951         SetupInformation.ConfigurationFile set, so moved a few lines from
2952         appdomain.c to object.c.
2953
2954 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2955
2956         * appdomain.c: we tried to load [name].(dll|exe), but according
2957         to bug #57710, we must also try [culture]/[name].(dll|exe) and
2958         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
2959         There's a test case attached to bug #58922.
2960
2961 2004-05-27  Dick Porter  <dick@ximian.com>
2962
2963         * icall.c:
2964         * file-io.c: Implemented icalls for locking and unlocking regions
2965         in a file.
2966         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
2967         FALSE on error (fixes both compiler warning and real bug.)
2968
2969 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
2970
2971         * culture-info-tables.h: reflecting locale-builder updates.
2972
2973           (Added missing ChangeLog entry for 05/26)
2974
2975 2004-05-27  Jackson Harper  <jackson@ximian.com>
2976
2977         * locales.c: Fix some cut and paste errors.
2978         
2979 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2980
2981         * mono-config.c: set the correct path for config. directory on windows.
2982
2983 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
2984
2985         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
2986           on win32.
2987
2988 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
2989
2990         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
2991         from pinvoke functions.
2992         
2993         * marshal.c (mono_ftnptr_to_delegate): Implement this.
2994
2995 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
2996
2997         * culture-info-tables.h: reflecting locale-builder updates.
2998
2999 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3000
3001         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
3002         #59086.
3003
3004 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
3005
3006         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
3007         * icall.c: Modified icalls for RNG.
3008         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
3009         Windows (CryptoAPI).
3010
3011 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3012
3013         * locales.c: Fix build.
3014
3015 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
3016
3017         * culture-info-tables.h: reflecting locale-builder updates.
3018
3019 2004-05-25  Jackson Harper  <jackson@ximian.com>
3020
3021         * locales.c: When creating the current culture use the $LANGs
3022         specific culture. So DateTimeFormat and NumberFormat entries are created.
3023         
3024 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3025
3026         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
3027         a char array as parameter.
3028
3029 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
3030
3031         * image.c: In mono_image_open(), always use an absolute path name to
3032           look for already loaded images.
3033
3034 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
3035
3036         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
3037         missing in the windows build (like older cygwin include files).
3038
3039 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
3040
3041         * icall.c: Fixed check for possible integer overflow in Buffer_
3042         BlockCopy icall. Replaced comments style // by /* */.
3043
3044 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
3045
3046         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
3047         
3048         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
3049         check after MONO_VTADDR. Fixes pinvoke2.exe.
3050
3051         * marshal.h marshal.c metadata.h: Add beginnings of support for
3052         ftnptr -> delegate marshalling.
3053
3054 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
3055
3056         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
3057         * threads.c: Fix warnings.
3058
3059 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
3060
3061         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
3062         * icall.c: Registered icalls for Suspend and Resume.
3063         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
3064           Thread.Abort.
3065         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
3066         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
3067         * process.c: Use WaitForSingleObjectEx.
3068         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
3069           checkpoints.
3070         * threads.c, threads.h: Make use of new Ex wait methods. Improved
3071           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
3072           for Suspend and Resume. Added new mono_thread_stop, used for stoping
3073           background threads. Added basic support for Abort in Windows.
3074           Start new threads using a managed delegate invoke wrapper. This wrapper
3075           has an interruption checkpoint that is needed since an interruption
3076           can be requested before the thread leaves the unmanaged code that starts 
3077           the thread.
3078         * marshal.c: Added interruption checkpoint after every native call, and
3079           also before managed calls for wrappers called from unmanaged code to
3080           go into managed code.
3081         * object.h: Added new field in MonoThread to keep track of interruption
3082           requests.
3083
3084 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
3085
3086         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
3087         calls.
3088
3089 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3090
3091         * appdomain.c:
3092         * assembly.c:
3093         * gc.c:
3094         * locales.c:
3095         * mono-config.c:
3096         * rand.c: getenv -> g_getenv (windows!)
3097
3098         * process.c: complete_path is also used on non-windows platforms.
3099
3100 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3101
3102         * icall.c: new signature for Process_Start.
3103
3104         * process.[ch]: new signature for Process_Start. If we're on windows
3105         and UseShellExecute is false, we have to search for the program by
3106         ourselves if we don't get a full path.
3107
3108 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
3109
3110         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
3111         marshalling and call CleanUpNativeData if needed. Fixes #58646.
3112
3113 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3114
3115         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
3116         Fixes bug #58373.
3117
3118 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3119
3120         * process.c: use double quotes to quote program name and arguments on
3121         windows. Fixes bug #58575.
3122
3123 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3124
3125         * file-io.c: don't return "." and ".." when using windows Find*File.
3126
3127 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
3128
3129         * marshal.c: Don't pass wrappers to message init because method 
3130         addressed used to lookup metadata. part of remoting[2|3] fix.
3131
3132 2004-05-15  Jackson Harper  <jackson@ximian.com>
3133
3134         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
3135         path is essentially the same as MONO_PATH except that it points to
3136         GACs instead of lib directories.
3137         * loader.h: The user gac is gone so we dont need function to
3138         enable/disable it.
3139         * mono-config.c: user gac option is now gone.
3140         
3141 2004-05-15  Jackson Harper  <jackson@ximian.com>
3142
3143         * culture-info.h: Make defines more consistent, add calendar data
3144         to the culture info table.
3145         * culture-info-tables.h: Add basic calendar data. Basically
3146         everyone gets default gregorian until all the data is
3147         updated.
3148         * locales.c: Use the new consistent defines. Set calendar data for
3149         culture info objects.
3150         * object.h: add a field for calendar data to CultureInfo
3151         
3152 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
3153
3154         * image.c: image->runtime_invoke_cache is keyed on signatures now.
3155         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
3156         a signature.
3157         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
3158         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
3159         an extra param that is the pointer of the method to invoke. The IL for
3160         the invoke method is no longer specific to the method, but to the
3161         signature of the method. Thus, we can share the same code for multiple
3162         methods. This reduces the number of methods that have to be compiled.
3163
3164 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
3165
3166         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
3167
3168         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3169
3170         * icall.c: Optimize Buffer.BlockCopy.
3171
3172 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3173
3174         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
3175         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
3176         quote). Changed them to "MMMM yyyy".
3177
3178 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
3179
3180         * rand.c
3181         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
3182
3183 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
3184
3185         * reflection.h: Updated after changes to managed structures.
3186
3187         * appdomain.c: Bump corlib version.
3188
3189 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3190
3191         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
3192         windows.
3193
3194 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3195
3196         * Makefile.am: link to ../os/libmonoos.la on windows.
3197
3198         * assembly.c:
3199                 -If MONO_DEBUG, warn about non-existing directories in
3200                 MONO_PATH.
3201                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
3202                 compile time variable.
3203                 -Removed init_default_path and call mono_set_rootdir from
3204                 libmonoos.a instead (windows only).
3205
3206         * assembly.h: declare mono_assembly_getrootdir().
3207
3208         * domain.c:
3209         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
3210
3211         * loader.c: s/getenv/g_getenv/
3212
3213 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
3214
3215         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
3216
3217         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
3218
3219         * metadata.h: Add new marshalling conversions.
3220
3221         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
3222         function.
3223
3224         * reflection.c (mono_reflection_get_type): Lookup the type in all
3225         modules of a multi-module assembly. Fixes #58291.
3226
3227 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
3228
3229         * threads.c: Before aborting a background, set the StopRequested
3230         state.  This avoids throwing the Abort exception.
3231         In mono_thread_manage, don't continue with the shutdown until all
3232         aborted threads have actually stopped.
3233
3234 2004-05-10  Jackson Harper  <jackson@ximian.com>
3235
3236         * locales.c: Remove the modifier from culture names.
3237         
3238 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3239
3240         * Makefile.am: monosn is not installed any more. It has been deprecated
3241         in favor of sn.
3242
3243 2004-05-07  Jackson Harper  <jackson@ximian.com>
3244
3245         * locales.c
3246         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
3247         Fix array construction, add bailout if the length is 0.
3248
3249 2004-05-07  Dick Porter  <dick@ximian.com>
3250
3251         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
3252         machine doesn't have a DNS entry.  Patch by Urs Muff
3253         (umuff@quark.com), fixes bug 57928.
3254
3255 2004-05-06  Jackson Harper  <jackson@ximian.com>
3256
3257         * reflection.c: Handle null PublicTokens properly. alloc mem for
3258         assembly names culture so we dont crash when freeing it.
3259         
3260 2004-05-06  Jackson Harper  <jackson@ximian.com>
3261
3262         * assembly.c: Check the usergac when loading with partial names.
3263         
3264 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3265
3266         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
3267         does nothing for now (not required for Linux/Windows) but the class
3268         library can call it (and a newer or modified runtime could need it).
3269         * icall.c: Registred icall.
3270
3271 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3272
3273         * loader.c: prints a message on module loading error we set MONO_DEBUG
3274         environment variable.
3275
3276 2004-05-05  Jackson Harper  <jackson@ximian.com>
3277
3278         * appdomain.c: Handle PublicKeyToken=null properly.
3279         
3280 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3281
3282         * environment.c|h: Added icall ves_icall_System_Environment_
3283         GetOSVersionString to get the current OS version as a string.
3284         * icall.c: Registred icall.
3285
3286 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
3287
3288         * object.c: in mono_object_get_virtual_method(), take into account that
3289         non-virtual methods don't have a slot in the vtable. Check needed when
3290         the object is a proxy.
3291
3292 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
3293
3294         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
3295         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
3296
3297         * object.c (mono_class_compute_gc_descriptor): Fix warning.
3298
3299         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
3300         passed when a valuetype is expected.
3301
3302         * object.c (mono_unhandled_exception): Only set the exit code if the
3303         exception happens in the main thread. Fixes thread5.exe.
3304
3305         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
3306         invalid names. Fixes #58047.
3307
3308 2004-05-03  Jackson Harper  <jackson@ximian.com>
3309
3310         * assembly.c: This line was committed accidently and is unneeded.
3311         
3312 2004-05-03  Jackson Harper  <jackson@ximian.com>
3313
3314         * icall.c: Add new icall for Assembly::LoadWithPartialName
3315         * assembly.c/.h: new function that probes the GAC to load partial
3316         assembly names by Paolo Molaro.
3317         
3318 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3319
3320         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
3321         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
3322         (type_get_fully_qualified_name): Added PublicKeyToken when building a
3323         full type name.
3324
3325 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3326
3327         * appdomain.c: fixed check for 'neutral' culture and removed warning.
3328         * reflection.c: fix bug when parsing a full type name and Version is not
3329         the last thing in the string.
3330
3331 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
3332
3333         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
3334         crashes when it is freed.
3335
3336 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3337
3338         * assembly.c: print the compat warning to stderr.
3339
3340 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
3341
3342         * assembly.c (mono_assembly_load_references): Add a compatibility
3343         hack to run old applications that might be still referencing the
3344         3300-based assemblies, only do this for System.xxx.
3345
3346 2004-05-01  Jackson Harper  <jackson@ximian.com>
3347
3348         * appdomain.c: If the culture is neutral we set it to "".
3349         
3350 2004-04-29  Jackson Harper  <jackson@ximian.com>
3351
3352         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
3353
3354 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3355  
3356         * string-icalls.c: added low overhead function for copying chars
3357         * icall.c: added needed icall for the above function
3358  
3359 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3360
3361         * icall.c: fix return value of get_global_assembly_cache.  Implemented
3362         Environment.GetLogicalDrives.
3363
3364 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
3365
3366         * rand.c: try and talk to egd or prngd
3367         for random bytes if opening devices fail.
3368
3369 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
3370
3371         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
3372         alignment for the type using the native alignment of its members 
3373         instead of using klass->min_align.
3374
3375         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
3376
3377 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3378
3379         * file-io.c:
3380         * socket-io.c: added check for sys/aio.h.
3381
3382 2004-04-28  Dick Porter  <dick@ximian.com>
3383
3384         * threads.c: Don't abort a thread thats already aborting, when
3385         terminating everything.
3386
3387 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3388
3389         * icall.c: added 2 new async calls for Socket.
3390
3391         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
3392         IO on *nix systems.
3393
3394         * threadpool.c: removed unused variable.
3395
3396 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
3397
3398         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
3399
3400 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
3401
3402         * locales.c: put back string_invariant_tolower () and
3403         string_invariant_toupper ().
3404
3405 2004-04-26 David Waite <mass@akuma.org>
3406
3407         * file-io.h:
3408         * socket-io.h:
3409         * threads.h:
3410         * unicode.h: remove comma from end of enumeration declarations
3411
3412 2004-04-26 David Waite <mass@akuma.org>
3413
3414         * debug-mono-symfile.h:
3415         * decimal.c:
3416         * mono_debug.h:
3417         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
3418
3419
3420 2004-04-26  Jackson Harper  <jackson@ximian.com>
3421
3422         * appdomain.c: Increment version number.
3423         
3424 2004-04-26  Jackson Harper  <jackson@ximian.com>
3425
3426         * appdomain.c: Set assembly references public token value when
3427         PublicKeyToken is specified, not the hash_value. Free public token
3428         values when free assembly name data. Previously the public key
3429         token was hex decoded, however we are using hex encoded public key
3430         tokens, so this is not neccasary.
3431         * assembly.c: Lookup assemblies in the gac if their public token
3432         value is set. Add function to allow enabling user gac
3433         lookups. Specify whether or not the assembly was loaded from the
3434         GAC. Compare full assembly names when checking the cache for
3435         assemblies (Temporarily disabled see comment in code). Remove
3436         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
3437         specifies trace-loader they get extra info to stdout on the
3438         loading of assemblies.
3439         * image.h: Add a field for an assembly references public token
3440         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
3441         whether an assembly has been loaded from the GAC.
3442         * image.c: Remove a corlib -> mscorlib name mapping.
3443         * loader.h: Add function to enable/disable the user gac.
3444         * mono-config.c: Check if the usergac is enabled in the config
3445         file.
3446         * icall.c: New icall to determine whether or not an assembly has
3447         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
3448         * tabldefs.h: Add constant for assemblyref flag that specifies a
3449         full public key is used instead of a public token.
3450         * reflection.c: Remove mscorlib -> corlib mappings. Set
3451         PublicTokenValue instead of hash value. This value is a hex
3452         string so it does not need to be expanded.
3453
3454 2004-04-26  Martin Baulig  <martin@ximian.com>
3455
3456         * mono-debug-debugger.c (mono_debugger_initialize): Set
3457         `mono_debugger_initialized' before calling mono_debug_lock().
3458
3459 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
3460
3461         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
3462           InternalToUpper/InternalToLower.
3463         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
3464           removed invariant culture shortcut.  This is now done in managed code.
3465         * locales.c: (string_invariant_toupper/tolower) removed.
3466
3467 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3468
3469         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
3470         Added Poll internal call.
3471
3472         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
3473         call for Poll. Select was too heavy for polling a single socket.
3474
3475         * threadpool.[ch]: added mono_threadpool_cleanup.
3476         * threads.c: use it. Don't use Thread_Abort on windows.
3477
3478 2004-04-23  Martin Baulig  <martin@ximian.com>
3479
3480         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
3481
3482 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
3483
3484         * icall.c: Registred new icalls for key pair protection and added an
3485         icall for Environment.GetFolderPath on Windows.
3486         * security.c|h: Added new icalls for key pair protection.
3487
3488 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3489
3490         * socket-io.c: don't display the non-supported family warning for known
3491         families. Now this is not displayed on windows when checking support
3492         for IPv4/IPv6.
3493
3494 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3495
3496         * class.c: don't display the layout warning for static fields.
3497
3498 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
3499
3500         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
3501         * locales.c, locales.h: Added new icalls for culture-specific
3502         Char.ToLower and Char.ToUpper.
3503
3504 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3505
3506         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
3507         by David Waite.
3508
3509 2004-04-20  Martin Baulig  <martin@ximian.com>
3510
3511         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
3512         of the type name before passing it to mono_reflection_type_from_name().
3513
3514 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
3515
3516         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
3517         encodings here. Fixes #56965.
3518
3519 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
3520
3521         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3522         fix test on strstr result not that I can see anything that
3523         relies on the result.
3524
3525 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
3526
3527         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
3528         Fixes #57081.
3529
3530         * marshal.c (mono_marshal_get_string_encoding): New helper function.
3531
3532         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
3533         function to determine which marshalling to use for strings. Fixes
3534         #56965.
3535
3536         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
3537
3538         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
3539
3540 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
3541
3542         * icall.c: #include mono-config.h
3543
3544 2004-04-15  Jackson Harper  <jackson@ximian.com>
3545
3546         * culture-info-tables.h: Fix date formats for en-US culture.
3547         
3548 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
3549
3550         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
3551         ThreadPool.SetMinThreads.
3552         * threadpool.c: Implemented ThreadPool.GetMinThreads and
3553         ThreadPool.SetMinThreads.
3554
3555 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3556
3557         * mono-config.c: also load the .config file in the directory
3558         where the assembly was found.
3559
3560 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
3561
3562         * assembly.c: load per-assembly config files.
3563         * icall.c: decrapified code to get the config dir and moved to
3564         mono-config.c.
3565         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
3566         per-assembly config files. When doing a dll map lookup give precedence
3567         to the per-assembly data.
3568
3569 2004-04-14  Martin Baulig  <martin@ximian.com>
3570
3571         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
3572         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
3573         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
3574
3575         * mono-debugger-debugger.c: While the debugger is locked, remember
3576         whether the symbol tables have changes and send one single
3577         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
3578
3579 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
3580
3581         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
3582
3583         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
3584         function.
3585
3586         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
3587         account when marshalling string arrays. Fixes #56965.
3588
3589 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
3590
3591         * icall.c: Add new icalls mapping for security.
3592         * security.c|h: Add internal calls for WindowsIdentity,
3593         WindowsImpersonationContext and WindowsPrincipal.
3594
3595 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
3596
3597         * class.c: Added comment to ensure the System.MonoDummy class
3598         is removed when no longer necessary
3599
3600 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
3601
3602         * appdomain.c: Pass arguments to the bootstraping exceptions to
3603         minimize JITed methods at boot
3604
3605         * metadata.c (mono_exception_from_name_two_strings): Allow for the
3606         second string to be null.
3607
3608         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3609         Change the protocol to minimize the JIT methods at startup.  Now
3610         it Returns the internal codepage, if the value of "int_code_page"
3611         is 1 at entry, and we can not compute a suitable code page
3612         number, returns the code page as a string.
3613
3614 2004-04-13  Jackson Harper  <jackson@ximian.com>
3615
3616         * culture-info-tables.h: Fix number of decimal digits for all
3617         english locales.
3618
3619 2004-04-13  Jackson Harper  <jackson@ximian.com>
3620
3621         * icall.c: Clairfy out of sync error message. It is not always
3622         your corlib that is out of sync.
3623
3624 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
3625
3626         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
3627         properties when only the set accessor is overriden. Fixes #55874.
3628
3629 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
3630
3631         * assembly.c (mono_assembly_load_references): Make this thread safe.
3632         Fixes #56327.
3633
3634 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
3635
3636         * monosn.c: Add missing initialization calls.
3637
3638 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
3639
3640         * locales.c:
3641         ves_icall_System_Globalization_CultureInfo_construct_number_format
3642         Fix g_assert so it compiles on fussier compilers re int/ptr
3643         mismatch
3644
3645 2004-04-08  Dick Porter  <dick@ximian.com>
3646
3647         * socket-io.h:
3648         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
3649         53992.  Also rearrange the code so that the internal calls return
3650         an error value and exceptions are thrown from managed code.
3651
3652         * icall.c: Add type info to the socket icalls.
3653
3654 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3655
3656         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
3657         owes me a beer.
3658
3659 2004-04-07  Martin Baulig  <martin@ximian.com>
3660
3661         * class.c (mono_class_from_generic_parameter): Don't default
3662         `klass->parent' to `mono_defaults.object_type'.
3663
3664 2004-04-07  Martin Baulig  <martin@ximian.com>
3665
3666         * reflection.c (mono_reflection_initialize_generic_parameter): Set
3667         `param->pklass->reflection_info'.       
3668
3669 2004-04-07  Jackson Harper  <jackson@ximian.com>
3670
3671         * culture-info-tables.h: Fix date separator symbol.
3672         
3673 2004-04-07  Martin Baulig  <martin@ximian.com>
3674
3675         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
3676         from System.Type to System.MonoType.
3677
3678 2004-04-07  Martin Baulig  <martin@ximian.com>
3679
3680         * reflection.h
3681         (MonoReflectionGenericParam): Added `has_reference_type' and
3682         `has_value_type' fields.
3683
3684         * reflection.c (mono_image_get_generic_param_info): Encode the
3685         correct flags if we have the `class' or `struct' constraint.
3686
3687 2004-04-07  Martin Baulig  <martin@ximian.com>
3688
3689         * reflection.h
3690         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
3691
3692 2004-04-07  Jackson Harper  <jackson@ximian.com>
3693
3694         * appdomain.c: Revert extra patches, just wanted to bump the
3695         version number.
3696         
3697 2004-04-07  Jackson Harper  <jackson@ximian.com>
3698
3699         * Makefile.am: Add culture-info private headers.
3700         * icall.c: Add new icalls for contructing locales.
3701         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
3702         * locales.h: Declare new culture info construction methods.
3703         * object.h: Add new fields used to avoid the CultureMap to
3704         MonoCultureInfo.
3705         * culture-info.h: Definition of structs used in the culture info
3706         tables.
3707         * culture-info-tables.h: Autogenerated tables that contain culture
3708         info data. This file was generated with the locale-builder tool.
3709         * appdomain.c: Incement corlib version number.
3710         
3711 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
3712
3713         * appdomain.c: (mono_runtime_init) move mono_thread_init
3714         to before mono_object_new calls so critical sections
3715         are initialized before use.
3716
3717 2004-04-07  Martin Baulig  <martin@ximian.com>
3718
3719         * icall.c
3720         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
3721         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
3722         (ves_icall_MonoGenericParam_initialize): Removed.
3723         (monogenericparam_icalls): Removed.
3724         (generictypeparambuilder_icalls): Added new table for
3725         System.Reflection.Emit.GenericTypeParameterBuilder.
3726
3727         * reflection.c
3728         (mono_reflection_define_generic_parameter): Removed.
3729         (mono_reflection_initialize_generic_parameter): This is now called
3730         from GenericTypeParameterBuilder's .ctor.
3731
3732 2004-04-06  Martin Baulig  <martin@ximian.com>
3733
3734         * class.c (mono_class_init): Don't inflate nested classes in a
3735         generic instance.
3736         (mono_type_get_name_recurse): Include the generic arguments for
3737         generic instances and generic type declarations.
3738         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
3739         (_mono_class_get_instantiation_name): Removed.
3740         (mono_class_create_generic): Always use `gklass->name' as our name.
3741
3742         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
3743
3744         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
3745         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
3746         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
3747         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
3748         closed generic methods here.
3749
3750         * reflection.c
3751         (mono_reflection_generic_inst_get_nested_types): Removed.
3752         (inflate_mono_method): Copy the generic parameters from the
3753         MonoMethodHeader into out MonoGenericMethod.
3754
3755 2004-04-06  Martin Baulig  <martin@ximian.com>
3756
3757         * row-indexes.h
3758         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
3759
3760         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
3761
3762         * reflection.c (build_compressed_metadata): If we have any entries
3763         in the GenericParam, MethodSpec or GenericParamConstraint tables,
3764         set the header version to 1.1.
3765
3766 2004-04-06  Martin Baulig  <martin@ximian.com>
3767
3768         * class.c (mono_class_init): If we're a generic instance,
3769         initialize our nested classes, too.
3770         (_mono_class_get_instantiation_name): Deal with the new `!%d'
3771         suffix. 
3772
3773 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3774
3775         * process.c: quote the argument passed to the shell on windows.
3776
3777 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
3778
3779         * threads.c (mono_alloc_special_static_data): Allow this to be
3780         called during startup.
3781
3782 2004-04-02  Martin Baulig  <martin@ximian.com>
3783
3784         * icall.c
3785         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
3786
3787 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
3788
3789         * icall.c: Fix build.
3790
3791 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
3792
3793         * Makefile.am: Added security.c|h.
3794         * icall.c: Added icall for get_UserName;
3795         * security.c: New file for security related icalls. Added function
3796         get_UserName for System.Environment (fix #56144).
3797         * security.h: New. Header file for security.c
3798
3799 2004-04-02  Dick Porter  <dick@ximian.com>
3800
3801         * icall.c: Deleted the icalls that were obsoleted some time ago
3802         by the ICU string code, and which were mixed into the icall
3803         rearranging.  Fixes bug 55969.
3804
3805         * string-icalls.h: 
3806         * string-icalls.c: Deleted the code that those icalls reference.
3807
3808 2004-04-01  Martin Baulig  <martin@ximian.com>
3809
3810         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
3811
3812         * class.c (mono_class_from_generic_parameter): Don't set 
3813         TYPE_ATTRIBUTE_INTERFACE.
3814         (my_mono_class_from_generic_parameter): Likewise.
3815
3816 2004-04-01  Martin Baulig  <martin@ximian.com>
3817
3818         * loader.c (find_method): Added an optional `MonoClass *ic'
3819         argument to search in a specific interface.
3820         (mono_get_method_constrained): New public function.
3821
3822 2004-04-01  Martin Baulig  <martin@ximian.com>
3823
3824         * reflection.c (mono_image_get_generic_field_token): Use the
3825         `handleref' cache here.
3826
3827 2004-04-01  Martin Baulig  <martin@ximian.com>
3828
3829         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
3830
3831         * reflection.c (create_generic_typespec): Use the `typespec' hash
3832         here, not the `typeref' one.    
3833
3834 2004-04-01  Martin Baulig  <martin@ximian.com>
3835
3836         * class.c (mono_class_inflate_generic_type): Moved the
3837         functionality into a new static inflate_generic_type() which
3838         returns NULL if it didn't do anything.  Only increment the
3839         `mono_stats.inflated_type_count' if we actually inflated
3840         something.
3841         (mono_class_get_full): Check the classes type to see whether we
3842         need to inflate it; also inflate MONO_TYPE_(M)VAR.
3843
3844 2004-04-01  Jackson Harper  <jackson@ximian.com>
3845
3846         * reflection.c: Set culture for assembly references.
3847         
3848 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
3849
3850         * reflection.[ch], icall.[ch], Fix support for pinning variables.
3851
3852 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3853
3854         * assembly.c:
3855         (do_mono_assembly_open): the critical section also covers
3856         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
3857
3858 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3859
3860         * threads.c:
3861         (mono_manage_threads): abort the background threads when finishing.
3862         Fixes bug #47232.
3863
3864 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3865
3866         * gc.c: only close the done_event handle if there was no timeout.
3867         C-ified comments.
3868
3869 2004-03-30  Martin Baulig  <martin@ximian.com>
3870
3871         * icall.c (icall_entries): It's called "System.Activator", not
3872         "System.Activation".    
3873
3874 2004-03-30  Martin Baulig  <martin@ximian.com>
3875
3876         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
3877         (mono_class_create_from_typespec): Likewise.
3878
3879 2004-03-30  Martin Baulig  <martin@ximian.com>
3880
3881         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
3882         `has_ctor_constraint' and `initialized'.
3883
3884 2004-03-30  Martin Baulig  <martin@ximian.com>
3885
3886         * reflection.c (encode_new_constraint): New static function to add
3887         the constructor constraint attribute to a type parameter.
3888         (encode_constraints): Call encode_new_constraint() if necessary.
3889
3890         * reflection.h
3891         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
3892
3893         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
3894         
3895 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
3896
3897         * reflection.c, icall.c: add support for pinning variables. 
3898
3899 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
3900
3901         * marshal.c (mono_marshal_get_managed_wrapper):
3902         init bool local with zero rather than null.
3903
3904 2004-03-29  Martin Baulig  <martin@ximian.com>
3905
3906         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
3907         the "official" behavior here.
3908         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
3909
3910 2004-03-29  Martin Baulig  <martin@ximian.com>
3911
3912         * icall.c: Reflect latest API changes.
3913
3914 2004-03-29  Martin Baulig  <martin@ximian.com>
3915
3916         * loader.c (mono_get_method_from_token): Also call
3917         mono_metadata_load_generic_params () for abstract and interface
3918         methods; replace the type arguments in the method signature with
3919         the ones which are loaded from the metadata.
3920
3921 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
3922
3923         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
3924         of the lock is not the current thread. MS.NET don't do it, in spite of
3925         what the documentation says. See bug #56157.
3926
3927 2004-03-28  Martin Baulig  <martin@ximian.com>
3928
3929         * class.c (mono_class_init): Don't call init_properties() and
3930         init_events() for generic instances; set `prop->parent' when
3931         inflating properties.
3932
3933         * reflection.c (mono_generic_inst_get_object): Call
3934         `mono_class_init (ginst->klass)'.
3935         (mono_type_get_object): Only create a MonoGenericInst if your
3936         generic type is a TypeBuilder.
3937         (do_mono_reflection_bind_generic_parameters): Only set
3938         `ginst->is_dynamic' if our generic type is a TypeBuilder.
3939
3940 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
3941
3942         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
3943         Fixes #56091.
3944
3945 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3946
3947         * icall.c: added Kill_internal icall.
3948         * process.[ch]: added Kill_internal icall.
3949
3950 2004-03-25  Martin Baulig  <martin@ximian.com>
3951
3952         * class.h (MonoStats): Added `generic_instance_count',
3953         `inflated_method_count', `inflated_type_count' and
3954         `generics_metadata_size'.       
3955
3956 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3957
3958         * reflection.c: no warnings now.
3959
3960 2004-03-25  Martin Baulig  <martin@ximian.com>
3961
3962         * class.c (mono_class_get_full): New public function; does a
3963         mono_class_get(), but also takes a `MonoGenericContext *'.
3964
3965         * loader.c (mono_field_from_memberref): Renamed to
3966         `field_from_memberref', made static and added `MonoGenericContext *'
3967         argument.
3968         (mono_field_from_token): Added `MonoGenericInst *' argument.
3969         (method_from_memberef): Likewise.
3970         (mono_get_method_from_token): Likewise.
3971         (mono_get_method_full): New public function; does a
3972         mono_get_method(), but also takes a `MonoGenericContext *'.
3973
3974         * verify.c (mono_method_verify): Get the method's generic context
3975         and pass it to mono_field_from_token(), mono_get_method_full() and
3976         mono_class_get_full().
3977
3978 2004-03-25  Martin Baulig  <martin@ximian.com>
3979
3980         * class.c (mono_class_inflate_generic_type): Take a
3981         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
3982         `MonoGenericMethod *'.
3983
3984 2004-03-25  Martin Baulig  <martin@ximian.com>
3985
3986         * loader.h (MonoMethodInflated): Store the MonoGenericContext
3987         instead of the MonoGenericMethod here.
3988
3989 2004-03-25  Martin Baulig  <martin@ximian.com>
3990
3991         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
3992         each time we create a new MonoGenericInst, we also create a new
3993         context which points back to us.
3994
3995         * class.c (inflate_method): Use `ginst->context' instead of
3996         creating a new context.
3997
3998         * loader.c (method_from_memberref): Use
3999         `klass->generic_inst->context' instead of creating a new context.
4000
4001 2004-03-25  Martin Baulig  <martin@ximian.com>
4002
4003         * class.h (MonoGenericContext): New struct.
4004         (MonoGenericMethod): Removed `generic_inst'.
4005
4006         * class.c (mono_class_inflate_generic_method): Take a
4007         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
4008
4009 2004-03-25  Martin Baulig  <martin@ximian.com>
4010
4011         * loader.h (MonoMethodInflated): New typedef.
4012
4013         * metadata.h (MonoMethodSignature): Removed `gen_method', make
4014         `generic_param_count' consume just 30 bits, added `is_inflated'
4015         and `has_type_parameters' flags (one bit each).
4016
4017         * class.c (mono_class_inflate_generic_method): Create a
4018         MonoMethodInflated instead of a MonoMethodNormal and set
4019         `is_inflated' in the method signature.
4020
4021         * class.h (MonoGenericMethod): Removed `generic_method'.
4022
4023 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
4024
4025         * image.c: Make sure the name of a MonoImage is always an absolute path.
4026           This fixes bug #54415.
4027
4028 2004-03-24  Martin Baulig  <martin@ximian.com>
4029
4030         * class.c (mono_class_setup_vtable): If we're a generic instance,
4031         use our generic type's vtable size.
4032
4033 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
4034
4035         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
4036         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
4037         problems.
4038
4039 2004-03-23  Martin Baulig  <martin@ximian.com>
4040
4041         * class.h (MonoDynamicGenericInst): Added `int count_events' and
4042         `MonoEvent *events'.
4043
4044         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
4045         (typebuilder_icalls): Added "get_event_info"; calls
4046         mono_reflection_event_builder_get_event_info(). 
4047
4048         * reflection.c (mono_reflection_generic_inst_initialize): Added
4049         `MonoArray *events'.
4050         (mono_reflection_event_builder_get_event_info): New function.
4051
4052 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
4053
4054         * object.h: add mono_type_initialization_init
4055
4056         * object.c (mono_runtime_class_init): 
4057         implement class constructor synchronization rules
4058         to cope with threading issues.  
4059         add mono_type_initialization_init
4060
4061         * appdomain.c (mono_runtime_init): call 
4062         mono_type_initialization_init
4063
4064         * class.h: removing initializing field from MonoVTable
4065
4066 2004-03-23  Martin Baulig  <martin@ximian.com>
4067
4068         * class.c (my_mono_class_from_generic_parameter): Use
4069         `param->name' if it's not NULL. 
4070
4071 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
4072
4073         * class.c: do not insert non-virtual methods in the vtable.
4074         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
4075         that means the method is non-virtual. This never would have
4076         happened before.
4077
4078 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
4079
4080         * profiler.c: Added lock for accessing coverage_hash.
4081
4082 2004-03-22  Martin Baulig  <martin@ximian.com>
4083
4084         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
4085         `method->method->signature->generic_param_count != 0' to make it
4086         work for interface methods.
4087
4088 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4089
4090         * process.c: quote the string passed to the shell using g_shell_quote.
4091
4092 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4093
4094         * threads.c:
4095         (mono_threads_manage): don't remove the finalizer thread and self
4096         from the threads hash table so that mono_thread_manage can be called
4097         more than once.
4098
4099 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4100
4101         * process.c: quote the arguments when UseShellExecute is true. Fixes
4102         bug #55790.
4103
4104 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4105
4106         * threads.c: set mono_thread_detach as a cleanup routine for every
4107         thread. This way it's always executed upon thread termination, either
4108         aborted or finished normally. No more xsp hangs!
4109
4110 2004-03-17  Martin Baulig  <martin@ximian.com>
4111
4112         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
4113         `int count_nested' and a `MonoType **nested'.
4114
4115         * reflection.c (mono_reflection_bind_generic_parameters): Moved
4116         most of the functionality into a new static
4117         do_mono_reflection_bind_generic_parameters() and don't take a
4118         `MonoType *nested_in' argument any more.  Don't compute nested
4119         types here.
4120         (mono_reflection_generic_inst_get_nested_types): New public method
4121         to get nested types.
4122
4123         * class.c (mono_class_create_generic): Set `klass->nested_in' if
4124         we're a nested class.
4125
4126         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
4127         mono_reflection_generic_inst_get_nested_types() to compute the
4128         nested types.
4129
4130 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4131
4132         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
4133         descriptive error message under windows.
4134         
4135 2004-03-17  Martin Baulig  <martin@ximian.com>
4136
4137         * class.c (dup_type): Added `const MonoType *original' argument;
4138         copy the attrs from the original type.
4139
4140 2004-03-17  Martin Baulig  <martin@ximian.com>
4141
4142         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
4143         `m->generic_inst_cache' here.
4144
4145 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4146
4147         * exception.h exception.c: Add stack_overflow_exception.
4148
4149 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4150
4151         * threadpool.c:
4152         (overlapped_callback): call SetEvent *after* invoking the callback.
4153         No need to call CloseHandle.
4154
4155 2004-03-16  Martin Baulig  <martin@ximian.com>
4156
4157         * reflection.c (mono_image_get_fieldref_token): Take a
4158         `MonoReflectionField *' instead of a `MonoClassField *' and a
4159         `MonoClass *'; store the `MonoReflectionField *' in the hash.
4160
4161 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4162
4163         * appdomain.c: don't add the culture to the filename we're looking for
4164         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
4165
4166 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4167
4168         * locales.c: don't ignore symbols when doing case insensitive compares.
4169         Thanks Dick! Fixes bug #54046.
4170
4171         * threads.c: surround 'threads' usage with enter/leave in
4172         mono_thread_manage.
4173
4174 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
4175
4176         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
4177         implicitly marshalled as [Out]. Fixes #55450.
4178
4179         (mono_marshal_get_runtime_invoke): Zero out the result if there is
4180         an exception.
4181
4182 2004-03-16  Martin Baulig  <martin@ximian.com>
4183
4184         * class.c (mono_class_from_generic_parameter): Use the actual
4185         parameter name. 
4186
4187 2004-03-16  Martin Baulig  <martin@ximian.com>
4188
4189         * reflection.c (type_get_signature_size): New static function.
4190         Compues the size of the type in a method signature.
4191         (method_get_signature_size): New static function; calls
4192         type_get_signature_size() to compute the actual size of the
4193         method's signature.
4194         (method_encode_signature): Use method_get_signature_size() to get
4195         the signature's size rather than using `nparams * 10'.
4196
4197 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4198
4199         * file-io.h: define here WapiOverlapped on windows. I don't want the
4200         regular OVERLAPPED one.
4201
4202         * file-io.c:
4203         * threadpool.c: somehow, BindIoCompletionCallback is not found.
4204         Disabling AIO on windows.
4205
4206 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4207
4208         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
4209         bug #55385.
4210
4211 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4212
4213         * appdomain.c: upgraded corlib version.
4214
4215         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
4216         and BeginWrite. Allow opening files for asynchrnous operations.
4217
4218         * file-io.h: new struct that maps FileStreamAsyncResult.
4219         * icall.c: added new icalls.
4220         * process.[ch]: support setting child process environment variables
4221         and use the SHELL or COMSPEC when UseShellExecute is true.
4222
4223         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
4224         callback for async. IO is here and also BindHandle.
4225
4226         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
4227         from here.
4228
4229 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
4230
4231         * reflection.c (create_custom_attr): Allow len == 0.
4232
4233         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
4234         computation on big-endian machines.
4235
4236 2004-03-13  Martin Baulig  <martin@ximian.com>
4237
4238         * class.h (MonoGenericInst): Added `int count_ifaces'.
4239
4240         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
4241         `ginst->count_ifaces' instead `klass->interface_count' since we
4242         may get called before the vtable is created.
4243
4244         * loader.c (mono_method_get_param_names): If we're a generic
4245         instance, return and don't initialize the class.
4246
4247         * reflection.c (mono_reflection_setup_generic_class): Don't call
4248         ensure_runtime_vtable().
4249         (mono_reflection_bind_generic_parameters): Set
4250         `ginst->count_ifaces'.
4251
4252 2004-03-11  Jackson Harper <jackson@ximian.com>
4253
4254         * icall.c:
4255         * unicode.c:
4256         * unicode.h: Remove unused System.Char icalls.
4257         
4258 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
4259
4260         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
4261         code when we P/Invoke the first library in Windows.Forms, instead
4262         of when we first open the assembly.
4263
4264         * assembly.c: Drop the lookup from here.
4265
4266 2004-03-10  Martin Baulig  <martin@ximian.com>
4267
4268         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
4269         class for properties, fields and events.  Finally fixes #54945.
4270
4271 2004-03-10  Martin Baulig  <martin@ximian.com>
4272
4273         * metadata.c (mono_metadata_class_equal): New static function;
4274         checks whether two generic instances or two generic parameters are
4275         equal.
4276         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
4277         compare classes.        
4278
4279 2004-03-10  Martin Baulig  <martin@ximian.com>
4280
4281         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
4282
4283         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
4284         argument and write it into the `reflection_info' field.
4285
4286         * icall.c
4287         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
4288         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
4289
4290 2004-03-09  Jackson Harper  <jackson@ximian.com>
4291
4292         * char-conversions.h: use 8 bits for numeric data its all we need
4293         * icall.c: numeric data is only 8 bits now.
4294
4295 2004-03-09  Martin Baulig  <martin@ximian.com>
4296
4297         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
4298
4299         * class.c (init_properties, init_events): Initialize the new
4300         `parent' field.
4301
4302         * reflection.c (typebuilder_setup_properties): Likewise.
4303         (typebuilder_setup_events): Likewise.
4304
4305         * reflection.h (MonoEventInfo): Replaced `parent with
4306         `declaring_type' and `reflected_type'.
4307
4308         * icall.c (ves_icall_get_property_info): Distinguish between
4309         declaring and reflected type.
4310         (ves_icall_get_event_info): Likewise.
4311
4312 2004-03-09  Martin Baulig  <martin@ximian.com>
4313
4314         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
4315         (ves_icall_Type_GetField): Correctly set field->klass.
4316
4317 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
4318
4319         * loader.h: Fix warning.
4320
4321 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
4322
4323         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
4324         library routine if present.  Notice that it will still continue
4325         executing even if its missing, for those working on the Gtk#
4326         edition of Windows.Forms.
4327
4328         * assembly.c (do_mono_assembly_open): If loading the
4329         System.Windows.Forms call mono_loader_wini_init.
4330
4331 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
4332
4333         * class.h: Added MonoRemoteClass struct.
4334         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
4335         function for MonoStrings.
4336         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
4337         Added internal call for getting the proxy type.
4338         * marshal.c: Get the type of transparent proxies from its remote_class.
4339         Added methods that generate the IL for type checks and casts:
4340         mono_marshal_get_isinst, mono_marshal_get_castclass, 
4341         mono_marshal_get_proxy_cancast.
4342         * marshal.h: Declaration of the previous new methods.
4343         * object.c: Added new moethods for creating and updating MonoRemoteClass
4344         instances: mono_remote_class, mono_upgrade_remote_class, 
4345         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
4346         * verify.c: FIx transparent_proxy_fields layout.
4347         * appdomain.c: Bump corlib version.
4348
4349 2004-03-04  Jackson Harper  <jackson@ximian.com>
4350
4351         * icall.c: Add icall to access char conversion tables.
4352         * char-conversions.h: Character conversion tables.
4353         * Makefile.am: Add char-conversions.h private header file.
4354         
4355 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
4356
4357         * appdomain.c (unload_thread_main): Increase unloading timeout to
4358         10 sec as a temporary workaround for Nant problems.
4359
4360 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
4361
4362         * gc.c: Add checks for GC_enable and GC_disable.
4363
4364         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
4365         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
4366         (bug #54988).
4367         
4368 2004-02-27  Martin Baulig  <martin@ximian.com>
4369
4370         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4371         `MonoReflectionType *' instead of a `MonoType *'.
4372
4373 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
4374
4375         * gc.c (run_finalize): Avoid finalizing the object representing the
4376         finalizer thread.
4377         (finalizer_thread): Fix warning.
4378
4379 2004-02-25  Martin Baulig  <martin@ximian.com>
4380
4381         * class.c (_mono_class_get_instantiation_name): Added `int offset'
4382         argument for nested types.
4383         (mono_class_create_generic): Added support for nested generictypes.
4384
4385         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
4386         `GList *nested'.
4387
4388         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
4389
4390         * reflection.c (method_encode_signature): Increase the minimum
4391         value of `size' from 10 to 11.
4392         (mono_reflection_bind_generic_parameters): Take `int type_argc'
4393         and `MonoType **types' arguments instead of the `MonoArray
4394         *types'; added `MonoType *nested_in'.  Recursively instantiate
4395         nested classes. 
4396
4397 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
4398
4399         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
4400         stack_overflow_ex members which are used by exception handling.
4401
4402         * appdomain.c (mono_runtime_init): Initialize the new members.
4403
4404         * gc.c (mono_gc_enable): New helper function.
4405         * gc.c (mono_gc_disable): New helper function.
4406
4407 2004-02-23  Martin Baulig  <martin@ximian.com>
4408
4409         * icall.c: I must have been really stupid - make it actually work
4410         this time ;-)
4411
4412 2004-02-23  Martin Baulig  <martin@ximian.com>
4413
4414         * loader.c (method_from_memberref): Only inflate the method if
4415         it's in another klass.
4416
4417 2004-02-23  Martin Baulig  <martin@ximian.com>
4418
4419         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
4420         (mono_class_init): If we're a generic instance and an interface,
4421         compute `class->interface_id'; also create `class->interfaces'
4422         here and inflate them.
4423
4424         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
4425         `ginst->is_open'.
4426         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
4427
4428         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
4429
4430 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
4431
4432         * reflection.c (method_encode_code): Improved the error message
4433         generated by the exception.
4434
4435 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4436
4437         * icall.c: Martin did not do what he said in the ChangeLog for
4438         2004-02-18, but put back the changes for properties and events.
4439         Commenting those changes out again and adding comment to bug #54518.
4440         
4441         * process.c: removed warning.
4442
4443 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
4444
4445         * marshal.c (emit_struct_conv): Print an error message instead of
4446         asserting when a type does not have the StructLayout attribute.
4447
4448 2004-02-20  Martin Baulig  <martin@ximian.com>
4449
4450         * reflection.c (mono_type_get_object): Also use the cache for
4451         generic instances.
4452         (mono_reflection_bind_generic_parameters): Always compute
4453         `ginst->ifaces'.        
4454
4455 2004-02-20  Martin Baulig  <martin@ximian.com>
4456
4457         * class.h (MonoGenericMethod): Removed `klass'.
4458
4459         * class.c (mono_class_inflate_generic_method): Added `MonoClass
4460         *klass' argument.
4461
4462 2004-02-20  Martin Baulig  <martin@ximian.com>
4463
4464         * reflection.c (method_encode_methodspec): Actually use the
4465         uninflated signature for the memberref.
4466
4467 2004-02-20  Martin Baulig  <martin@ximian.com>
4468
4469         * class.h (MonoGenericMethod): Removed `declaring'.
4470
4471         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
4472         is NULL, compute it here.
4473
4474 2004-02-20  Martin Baulig  <martin@ximian.com>
4475
4476         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
4477
4478         * metadata.c (mono_metadata_generic_inst_hash): New method.
4479         (mono_metadata_generic_inst_equal): New method.
4480
4481         * reflection.c (mono_reflection_bind_generic_parameters): Use the
4482         `klass->image->generic_inst_cache' cache to avoid creating
4483         duplicate MonoGenericInst's.
4484
4485         * class.c (mono_class_inflate_generic_type): Use the cache.
4486
4487 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
4488
4489         * object.c: fixed gc descriptor calculation for embedded valuetypes.
4490
4491 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4492
4493         * icall.c: added Socket.WSAIoctl icall.
4494
4495         * socket-io.[ch]: implemented
4496         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
4497
4498 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
4499
4500         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
4501
4502 2004-02-18  Urs C Muff  <umuff@quark.com>
4503
4504         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
4505         this work on PPC and other big-endian architectures.
4506
4507         * debug-mono-symfile.h: Prepended the names of all the `guint32'
4508         fields with an underscore to make sure they're only accessed by
4509         the read32() macro.
4510
4511 2004-02-18  Martin Baulig  <martin@ximian.com>
4512
4513         * icall.c: Put the klass->refclass changes back for methods and
4514         fields, but not for properties and events.  We're currently not
4515         distinguishing between DeclaringType and ReflectedType for
4516         properties and events, that's what caused the regressions.
4517
4518 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4519
4520         * object.c:
4521         (mono_async_result_new): the handle can be NULL.
4522
4523         * threadpool.c: Use an event instead of a semaphore, don't initialize
4524         it until needed. This saves quite a few semaphores from being created
4525         when using the threadpool.
4526
4527 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
4528
4529         * object.c (mono_string_is_interned_lookup): Fix interning of long
4530         strings. Fixes #54473.
4531
4532         * domain.c (ldstr_equal): Optimize if the two strings are equal.
4533
4534         * icall.c: Revert the klass->refclass changes since they introduce
4535         regressions (bug #54518).
4536
4537 2004-02-18  Martin Baulig  <martin@ximian.com>
4538
4539         * class.c (mono_class_init): If we're a generic instance and don't
4540         come from a TypeBuilder, inflate our members here.
4541         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
4542         (mono_class_create_generic): New public method.
4543         (mono_class_initialize_generic): Removed.
4544         (get_instantiation_name): Renamed to
4545         _mono_class_get_instantiation_name() and made it public.
4546
4547 2004-02-18  Martin Baulig  <martin@ximian.com>
4548
4549         * class.c (mono_class_inflate_generic_type): Clear the new
4550         instance's `nginst->klass' when inflating a generic instance.
4551         (mono_class_is_subclass_of): Added (basic) support for generic
4552         instances.
4553
4554 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
4555
4556         * appdomain.h, domain.c: use a MonoCodeManager instead of a
4557         MonoMempool to hold compiled native code.
4558
4559 2004-02-17  Martin Baulig  <martin@ximian.com>
4560
4561         * class.h (MonoDynamicGenericInst): Added `count_properties' and
4562         `properties'.
4563
4564         * reflection.c (mono_reflection_generic_inst_initialize): Added
4565         `MonoArray *properties' argument.
4566
4567         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
4568
4569 2004-02-17  Martin Baulig  <martin@ximian.com>
4570
4571         * icall.c (ves_icall_Type_GetFields): Renamed to
4572         ves_icall_Type_GetFields_internal() and added a
4573         `MonoReflectionType *rtype' argument; pass it to
4574         mono_field_get_object() to set the field's "reflected" type.
4575         (ves_icall_Type_GetConstructors): Likewise.
4576         (ves_icall_Type_GetEvents): Likewise.
4577         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
4578         argument; pass it to mono_method_get_object() to set the method's
4579         "reflected" type.       
4580
4581 2004-02-17  Martin Baulig  <martin@ximian.com>
4582
4583         * class.h (MonoDynamicGenericInst): New type.
4584         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
4585
4586         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
4587         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
4588         (ves_icall_MonoGenericInst_GetFields): New interncall.
4589
4590         * class.c (mono_class_from_generic): Don't call
4591         mono_class_initialize_generic() if this is a dynamic instance;
4592         ie. it's being created from a TypeBuilder.
4593         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
4594         `class->byval_arg.type'.
4595
4596         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
4597         to `inflate_method' and made static.
4598         (mono_reflection_inflate_field): Removed.
4599         (mono_reflection_generic_inst_initialize): New public method.
4600
4601         * reflection.h (MonoReflectionGenericInst): Removed `methods',
4602         `ctors' and `fields'; added `initialized'.
4603
4604 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
4605
4606         * debug-helpers.c (mono_method_full_name): Fix output for empty
4607         namespaces.
4608
4609 2004-02-12  Martin Baulig  <martin@ximian.com>
4610
4611         * class.h (MonoClassField): Added `MonoType *generic_type'.
4612
4613         * reflection.c (mono_image_get_fieldref_token): Added support for
4614         instantiated generic types.
4615         (field_encode_inflated_field): Removed.
4616         (mono_image_get_inflated_field_token): Removed.
4617         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
4618
4619         * reflection.h (MonoReflectionInflatedField): Removed.
4620
4621 2004-02-12  Martin Baulig  <martin@ximian.com>
4622
4623         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
4624         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
4625
4626         * reflection.c (mono_image_get_methodspec_token): Take a
4627         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
4628         (mono_image_create_token): Check whether we have a
4629         `method->signature->gen_method' and call
4630         mono_image_get_methodspec_token() if appropriate.
4631         (inflated_method_get_object): Removed.
4632         (mono_reflection_bind_generic_method_parameters): Return a
4633         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
4634         (mono_reflection_inflate_method_or_ctor): Likewise.
4635
4636         * reflection.h (MonoReflectionInflatedMethod): Removed.
4637
4638 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
4639
4640         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
4641         for custom valuetype marshalling.
4642
4643         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
4644
4645 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4646
4647         * icall.c: fixed WSAGetLastError_internal name.
4648
4649 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
4650
4651         * threads.c (mono_thread_attach): Allow this to be called multiple
4652         times for a thread.
4653         
4654         * threads.c (build_wait_tids): Do not wait for ourselves.
4655
4656         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
4657         appdomain list is empty.
4658
4659         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
4660         memory returned by mono_string_builder_to_utf16, since it points into
4661         managed memory. Thanks to Bernie Solomon for noticing this.
4662
4663         * icall.c: Add AppDomainSetup icalls.
4664
4665         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
4666
4667         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
4668         types.
4669
4670         * reflection.c (reflection_methodbuilder_to_mono_method): Save
4671         custom attributes to the method_aux struct. Also fix array indexes etc.
4672
4673         * loader.c (mono_method_get_param_names): Make dynamic case work again.
4674         
4675 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
4676
4677         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
4678         (both static and runtime) and reduce startup time.
4679
4680 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
4681
4682         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
4683         AsAny marshalling conversion instead of crashing.
4684
4685         * marshal.c: Fix warnings.
4686
4687 2004-02-09  Martin Baulig  <martin@ximian.com>
4688
4689         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
4690
4691         * reflection.h (MonoReflectionInflatedMethod): Removed the
4692         `declaring' field, it's now in the unmanaged MonoGenericMethod.
4693
4694         * reflection.c (method_encode_methodspec): Removed the `method'
4695         argument; we get it from `gmethod->declaring'.
4696         (inflated_method_get_object): Removed the `declaring' argument.
4697
4698 2004-02-09  Martin Baulig  <martin@ximian.com>
4699
4700         * class.h (MonoGenericMethod): New type.
4701         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
4702         `generic_method'.
4703
4704         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
4705         a `MonoGenericMethod *gen_method' one.
4706
4707         * class.c (mono_class_inflate_generic_type): Take an additional
4708         `MonoGenericMethod * argument.  This is only non-NULL if we're
4709         inflating types for a generic method.   
4710         (mono_class_inflate_generic_signature): Renamed to
4711         inflate_generic_signature() and made static; take a
4712         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
4713         (inflate_generic_header): Take a `MonoGenericMethod *' argument
4714         instead of a `MonoGenericInst *' one.
4715         (mono_class_inflate_generic_method): Likewise.
4716
4717         * reflection.c (encode_generic_method_sig): Take a
4718         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
4719         (method_encode_methodspec): Likewise.
4720         (inflated_method_get_object): Likewise. 
4721
4722         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
4723         field with a `MonoGenericMethod *gmethod' one.  
4724
4725 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
4726
4727         * class.h (mono_class_has_parent): add parens to expansion
4728         so you can ! this.
4729
4730 2004-02-08  Martin Baulig  <martin@ximian.com>
4731
4732         * image.h (MonoImage): Removed `generics_cache'.
4733
4734         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
4735         instead of a `MonoType *' argument; removed the `inflate_methods'
4736         argument.  Don't inflate methods here.
4737
4738         * loader.c (find_method): If it's a generic instance, call
4739         mono_class_init() on the `sclass->generic_inst->generic_type'.
4740
4741         * metadata.c (mono_type_size): Make this work on uninitialized
4742         generic instances; call it on the `ginst->generic_type's class.
4743
4744         * reflection.c (mono_reflection_bind_generic_parameters): Call
4745         mono_class_from_generic() to create the `ginst->klass'.
4746
4747 2004-02-08  Martin Baulig  <martin@ximian.com>
4748
4749         * class.h (MonoClass): Changed type of `generic_inst' from
4750         `MonoType *' to `MonoGenericInst *'.
4751
4752 2004-02-08  Martin Baulig  <martin@ximian.com>
4753
4754         * icall.c (ves_icall_Type_BindGenericParameters): Just call
4755         mono_type_get_object(), this is now creating a `MonoGenericInst'
4756         for MONO_TYPE_GENERICINST.
4757         (ves_icall_MonoGenericInst_GetParentType): Likewise.
4758         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
4759
4760         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
4761         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
4762         (inflated_method_get_object): Added `MonoClass *refclass' argument.
4763         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
4764         and reflected type.
4765
4766         * reflection.h (MonoReflectionInflatedMethod): Removed
4767         `declaring_type' and `reflected_type'.
4768
4769 2004-02-08  Martin Baulig  <martin@ximian.com>
4770
4771         * class.h (MonoGenericInst): Added `MonoType *parent' and
4772         `MonoType **ifaces'.
4773
4774         * reflection.h (MonoReflectionGenericInst): Removed `klass',
4775         `parent' and `interfaces'.
4776
4777         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4778         `MonoType *' argument and return a `MonoType *'.
4779
4780         * icall.c
4781         (ves_icall_MonoGenericInst_GetParentType): New interncall.
4782         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
4783
4784 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
4785
4786         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
4787         valuetype marshalling.
4788
4789 2004-02-06  Martin Baulig  <martin@ximian.com>
4790
4791         * class.c
4792         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
4793         (my_mono_class_from_generic_parameter): Likewise.
4794
4795 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
4796
4797         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
4798         contents of the symbol files lazily.
4799
4800         * object.h (MonoThread): Add 'name' and 'name_len' fields.
4801
4802         * threads.h threads.c icall.c: New icalls for getting and setting the
4803         threads name.
4804
4805 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
4806
4807         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
4808         Raise an exception when the domain is not found.
4809
4810 2004-02-03  Martin Baulig  <martin@ximian.com>
4811
4812         * reflection.c (mono_image_get_methodspec_token): Use the
4813         uninflated signature; fixes gen-33.
4814
4815 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
4816
4817         * gc.c threads.c: Make the finalizer thread a normal managed thread so
4818         the finalizer code can use thread functionality.
4819
4820         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
4821         the finalizer thread.
4822
4823         * threads.c: Make some functions more robust.
4824
4825         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
4826
4827         * metadata.h: Add new marshalling conventions.
4828
4829         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
4830         stringbuilder marshalling. Fixes #53700.
4831
4832         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
4833
4834         * reflection.c (mono_image_get_type_info): Save declarative security
4835         info.
4836
4837         * reflection.c (mono_image_get_field_info): Handle uninitialized 
4838         unmanaged fields as well.
4839
4840         * appdomain.c: Bump corlib version.
4841
4842 2004-02-01  Martin Baulig  <martin@ximian.com>
4843
4844         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
4845         method type arguments.  
4846
4847 2004-01-30  Duncan Mak  <duncan@ximian.com>
4848
4849         * marshal.h: Add prototype for
4850         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
4851         and
4852         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
4853         fix the build.
4854
4855 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
4856
4857         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
4858         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
4859
4860 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
4861
4862         * marshal.c (mono_marshal_get_native_wrapper): Add support for
4863         custom marshalling of valuetypes.
4864
4865         * marshal.c: Fix some warnings.
4866
4867 2004-01-29  Martin Baulig  <martin@ximian.com>
4868
4869         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
4870         for generic method parameters.
4871
4872         * reflection.c (method_encode_methodspec): Write the uninflated
4873         signature into the methodspec table.
4874         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
4875         is always the uninflated method.
4876         (reflection_methodbuilder_to_mono_method): Copy the generic
4877         parameters from the MethodBuilder into `header->gen_params'.
4878
4879 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
4880
4881         * class.c (mono_class_from_generic_parameter): Fix warning.
4882
4883 2004-01-27  Martin Baulig  <martin@ximian.com>
4884
4885         * class.c (mono_class_from_generic_parameter): Don't create
4886         `klass->methods' here.  
4887
4888 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
4889
4890         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
4891         extension since it does not work with libraries named lib<FOO>.dll.so.
4892
4893 2004-01-25  Martin Baulig  <martin@ximian.com>
4894
4895         * class.c (mono_class_inflate_generic_type): Added support for
4896         MONO_TYPE_GENERICINST.
4897
4898         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
4899         inflate methods on open constructed types.      
4900
4901 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4902
4903         * object.c: fire ProcessExit event in the root AppDomain after running
4904         Main. Fixes bug #53299.
4905
4906 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
4907
4908         * socket-io.c: include the new socket-wrappers.h header.
4909         Use the wrappers instead of the unix socket functions to make the code
4910         more clear.
4911
4912 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
4913
4914         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
4915
4916         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
4917         Fixes #22532.
4918
4919 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
4920
4921         * reflection.c (mono_image_create_pefile): Handle the case when the
4922         entry point is not a MethodBuilder.
4923
4924         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
4925         field to ReflectionMethod since it is not allways a builder.
4926
4927         * reflection.c (type_get_fully_qualified_name): New helper function to
4928         return the fully qualified name of a type.
4929
4930         * reflection.c (encode_marshal_blob): Always emit the fully qualified
4931         type name for custom marshallers.
4932
4933         * reflection.c (mono_marshal_spec_from_builder): Ditto.
4934
4935         * class.c (mono_class_setup_vtable): If a parent class already 
4936         implements an interface, use the implementing methods from that class.
4937         Fixes #53148.
4938
4939 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4940
4941         * threadpool.c: just return instead of ExitThread to allow for thread
4942         clean up earlier.
4943
4944 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
4945
4946         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
4947         when closing resource modules.
4948
4949         * reflection.c (mono_image_create_pefile): Handle the case when the
4950         entry point is not a MethodBuilder.
4951
4952         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
4953         field to ReflectionMethod since it is not allways a builder.
4954
4955 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
4956
4957         * marshal.c (mono_marshal_get_managed_wrapper): 
4958         mono_marshal_alloc takes native int so CONV_I
4959         the arg for 64bits.
4960
4961 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
4962
4963         * reflection.c (fixup_cattrs): New function to fixup the methoddef
4964         tokens in the cattr table. Fixes #53108.
4965
4966 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4967
4968         * loader.c: don't trim ".dll" before looking up in the config file.
4969         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
4970
4971 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
4972
4973         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
4974         Return the module which contains the resource as well.
4975         (ves_icall_System_Reflection_Module_Close): New icall.
4976
4977         * appdomain.c: Bump corlib version number.
4978
4979         * image.c (mono_image_addref): New public function.
4980
4981         * assembly.c: Call mono_image_addref.
4982
4983         * reflection.c (mono_module_get_object): Increase reference count of 
4984         the image.
4985
4986         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
4987         Fixes #22532.
4988
4989         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
4990         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
4991         proper exceptions on DllImport problems.
4992
4993 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
4994
4995         * class.c, metadata.c: eliminate CSIZE macro.
4996
4997 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
4998
4999         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
5000         * object.h: Added async_callback field in MonoAsyncResult.
5001         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
5002         * verify.c: Added async_callback in MonoAsyncResult layout.
5003
5004 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
5005
5006         * reflection.c (mono_reflection_get_custom_attrs): Add support
5007         for Modules.
5008
5009 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5010
5011         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
5012         marshalling.
5013         (mono_marshal_method_from_wrapper): Add null pointer check.
5014
5015 2004-01-16  Martin Baulig  <martin@ximian.com>
5016
5017         * debug-mono-symfile.h: Set version number to 36 and reflect
5018         latest symbol writer changes.
5019
5020 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5021
5022         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
5023         multi-dimensional arrays.
5024         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
5025         (mono_class_from_mono_type): Use bounded_array_class_get.
5026         
5027         * class.c (mono_bounded_array_class_get): New function which takes
5028         a 'bounded' bool argument to distinguish vectors from one dimensional
5029         arrays.
5030
5031         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
5032         bounded_array_class_get if the array has bounds.
5033
5034         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5035         Search modules loaded using AssemblyBuilder:AddModule as well.
5036
5037 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5038
5039         * appdomain.c: increased corlib version.
5040         * filewatcher.c: removed g_print.
5041         * icall.c:
5042         (get_property_info): only allocate what is actually requested.
5043         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
5044
5045 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5046
5047         * Makefile.am: added filewatcher.[ch]
5048         * filewatcher.[ch]: FileSystemWatcher runtime support.
5049         * icall.c: added new FSW icalls.
5050
5051 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
5052
5053         * string-icalls.c: fix stringbuilder regression as suggested by
5054         Iain McCoy <iain@mccoy.id.au>.
5055
5056 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
5057
5058         * process.c (process_read_stringtable_block): Recognize '007f' as
5059         a language neutral stringtable block.
5060
5061 2004-01-12  Patrik Torstensson
5062
5063         * object.h (MonoStringBuilder) : Changed layout to support our
5064         new stringbuilder class.
5065         * marshal.c: Change marshalling to support the new layout of 
5066         string builder.
5067         * appdomain.c: increased version number because new layout of
5068         string builder.
5069
5070 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
5071
5072         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
5073         assembly name as an string instead of an AssemblyName, since it is
5074         easier to extract info from it.
5075
5076         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
5077         the culture subdirectories too. Fixes #52231.
5078
5079 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5080
5081         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
5082         It takes 2 new parameters with an optional name for the method to look
5083         for and case ignoring info.
5084
5085         * threadpool.c: removed unused variable.
5086
5087 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5088
5089         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
5090         It takes 2 new parameters with an optional name for the property to look
5091         for and case ignoring info.
5092         Fixes bug #52753.
5093
5094 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
5095
5096         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
5097         Fix #52451.
5098
5099 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5100
5101         * appdomain.c:
5102         * assembly.c: escape the uri before passing it to g_filename_from_uri.
5103         Fixes bug #52630.
5104
5105 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
5106
5107         * reflection.c: Add support for more than one unmanaged resource.
5108
5109         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
5110         in field->def_value, as done in all other cases.
5111
5112         * reflection.c (mono_reflection_get_custom_attrs): Add support for
5113         TypeBuilders.
5114
5115         * reflection.c (mono_reflection_create_runtime_class): Remove 
5116         errorneous assignment to klass->element_class, since it is already
5117         done in mono_reflection_setup_internal_class.
5118
5119 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5120
5121         * gc.c: added missing LeaveCriticalSection.
5122         * icall.c: indented a couple of lines.
5123         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
5124         if we call EndInvoke inside a callback. Fixes bug #52601.
5125
5126 2004-01-07  Martin Baulig  <martin@ximian.com>
5127
5128         * mono-debug-debugger.h
5129         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
5130
5131 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
5132
5133         * appdomain.c: Use messages in NotImplementedException.
5134
5135         * exception.c (mono_get_exception_not_implemented): Now this takes
5136         a message argument.
5137
5138         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
5139         exception instead of g_asserting an aborting when something is not
5140         implemented.
5141
5142         Add some inline docs.
5143
5144 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
5145
5146         * reflection.h: Update after changes to object layout.
5147
5148         * reflection.c: Implement saving of unmanaged aka win32 resources.
5149
5150         * appdomain.c: Bump version number.
5151
5152         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
5153         Handle missing domains gracefully.
5154
5155 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
5156
5157         * file-io.c : On Windows, there are much more invalid_path_chars.
5158
5159 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
5160
5161         * class.h, object.c: prepare for GetType () speedup.
5162
5163 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
5164
5165         * profiler.c: workaround for --profile null reference exception on
5166           cygwin. Patch by Patrik Torstensson.
5167
5168 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
5169
5170         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
5171         make work for unaligned access.
5172
5173 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
5174
5175         * class.c: small cleanup (class->fields [i] -> field).
5176         * image.c: check address of metadata is valid.
5177
5178 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
5179
5180         * assembly.h assembly.c (mono_assembly_loaded): New public function to
5181         search the list of loaded assemblies.
5182
5183         * reflection.c (mono_reflection_type_from_name): Use 
5184         mono_assembly_loaded instead of mono_image_loaded.
5185
5186         * reflection.c: Fix warnings.
5187
5188 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
5189
5190         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
5191         is dynamic. This is needed since an assembly can contain both dynamic and
5192         non-dynamic images.
5193
5194         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
5195         assembly->dynamic.
5196
5197         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
5198
5199         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
5200         to store modules loaded using AddModule.
5201
5202         * reflection.c (mono_image_fill_file_table): Generalize this so it works
5203         on Modules.
5204
5205         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
5206
5207         * reflection.c (mono_image_fill_export_table_from_module): New function to
5208         fill out the EXPORTEDTYPES table from a module.
5209
5210         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
5211         into a separate function. Also handle loaded non-dynamic modules.
5212
5213         * reflection.c (mono_image_basic_init): Fix memory allocation.
5214
5215         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5216
5217         * assembly.c (mono_assembly_load_references): Make this public.
5218
5219 2003-12-19  Martin Baulig  <martin@ximian.com>
5220
5221         * class.c (mono_class_initialize_generic): Made this static, take
5222         a `MonoGenericInst *' instead of a `MonoClass *'.
5223         (mono_class_from_generic): Call mono_class_initialize_generic()
5224         unless we're already initialized or being called from
5225         do_mono_metadata_parse_generic_inst().
5226
5227         * class.h (MonoGenericInst): Added `initialized' and
5228         `init_pending' flags.
5229
5230         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
5231         `mono_class_init (gklass)' or mono_class_initialize_generic()
5232         here; set `generic_inst->init_pending' while parsing the
5233         `type_argv'.
5234
5235 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
5236
5237         * locales.c: include string.h for memxxx prototypes
5238
5239 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
5240
5241         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
5242         constructor when accessing literal fields.
5243
5244 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
5245
5246         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5247
5248         * reflection.c (assembly_add_resource_manifest): New function to fill
5249         the MANIFESTRESOURCE table.
5250
5251         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
5252
5253         * reflection.h: Update to changes in class layout.
5254
5255         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
5256         Reenable call to mono_runtime_is_shutting_down ().
5257
5258         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
5259         determine if the runtime is shutting down.
5260
5261 2003-12-16  Jackson Harper <jackson@ximian.com>
5262
5263         * icall.c: comment out call to mono_runtime_is_shutting_down to
5264         fix build.
5265         
5266 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
5267
5268         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
5269         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
5270
5271 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
5272
5273         * reflection.c: move definition of swap_with_size
5274         to before its first call
5275
5276 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
5277
5278         * appdomain.c (mono_runtime_is_shutting_down): New public function.
5279
5280         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
5281         icall.
5282
5283         * object.c: Fix warnings.
5284
5285         * icall.c (ves_icall_Type_Get...): Only consider inherited static
5286         members if FlattenHierarchy is set.
5287
5288         * reflection.c (mono_image_add_decl_security): New function to emit
5289         declarative security.
5290
5291         * reflection.h reflection.c: Add support for declarative security.
5292
5293         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5294         
5295 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
5296
5297         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5298         
5299         * appdomain.c verify.c: Moved corlib version checking into its own
5300         function in appdomain.c since it needs to create vtables etc.
5301
5302 2003-12-13  Patrik Torstensson <p@rxc.se>
5303
5304         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
5305         instead of unwrapped server.
5306
5307 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
5308
5309         * verify.c (check_corlib): Fix field index.
5310
5311 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
5312
5313         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
5314         GetGacPath icall.
5315
5316 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
5317
5318         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
5319         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
5320         cope with sizeof(size_t) != sizeof(guint32).
5321
5322 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5323
5324         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
5325         in case of failure.
5326
5327 2003-12-10  Mark Crichton <crichton@gimp.org>
5328
5329         * icall.c: removed the GetNonZeroBytes.  We now handle this case
5330         in managed code.
5331
5332         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
5333
5334 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
5335
5336         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
5337         marked as deleted.
5338
5339 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
5340
5341         * verify.c (check_corlib): Handle the case when the version field is 
5342         initialized by a static constructor.
5343
5344 2003-12-08  Patrik Torstensson  <p@rxc.se>
5345
5346     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
5347
5348 2003-12-08  Martin Baulig  <martin@ximian.com>
5349
5350         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
5351         a MonoReflectionGenericParameter, also take the parameter index
5352         and name as arguments.
5353         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
5354         (ves_icall_MonoGenericParam_initialize): New interncall.
5355         (ves_icall_Type_make_byref_type): New interncall.
5356
5357         * reflection.h (MonoReflectionGenericParam): Derive from
5358         MonoReflectionType, not just from MonoObject.  Added `refobj' and
5359         `index' fields.
5360
5361         * reflection.c (mono_reflection_define_generic_parameter): Create
5362         and return a new MonoReflectionGenericParam; don't initialize the
5363         constraints here.
5364         (mono_reflection_initialize_generic_parameter): New public method;
5365         initializes the constraints and creates the `param->pklass'.
5366
5367 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
5368
5369         * reflection.h reflection.c: Use the new fields 'num_types', 
5370         'num_fields' and 'num_methods' to track the number of types etc.
5371
5372         * verify.c (check_corlib): Check corlib version number.
5373
5374 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
5375
5376         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
5377         function works on all methods.
5378
5379 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
5380
5381         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
5382         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
5383         the custom_type_info flag of the transparent proxy.
5384         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
5385         objects that supports IRemotingTypeInfo.
5386         * object.h: Added custom_type_info field in transparent proxy.
5387
5388 2003-12-06  Martin Baulig  <martin@ximian.com>
5389
5390         * class.c (mono_class_create_from_generic): Removed.
5391         (mono_class_from_generic): Check `ginst->klass' before doing
5392         anything else.  This is important to fully support "recursive"
5393         generic types.
5394
5395         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
5396         empty `generic_inst->klass' before doing anything else.
5397
5398 2003-12-06  Dick Porter  <dick@ximian.com>
5399
5400         * verify.c: 
5401         * object.h:
5402         * icall.c:
5403         * locales.c: Use C structs to access class fields.  Don't do a
5404         conversion between MonoString and UChar because both are
5405         platform-endian UTF-16.  Compare now takes startindex and count
5406         parameters.  Add a char overload for IndexOf.  Speed up the
5407         invariant string IndexOf.
5408
5409 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
5410
5411         * Makefile.am (monosn_LDADD): Fix parallel build.
5412
5413 2003-12-04  Martin Baulig  <martin@ximian.com>
5414
5415         * icall.c
5416         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
5417         (ves_icall_Type_make_array_type): New interncall.       
5418
5419 2003-12-04  Martin Baulig  <martin@ximian.com>
5420
5421         * locales.c: also change it in the !HAVE_ICU case.
5422
5423 2003-12-04  Dick Porter  <dick@ximian.com>
5424
5425         * icall.c:
5426         * locales.c: construct_compareinfo is now in CompareInfo, not
5427         CultureInfo.
5428
5429 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
5430
5431         * image.c (mono_image_load_file_for_image): Cache loaded images in the
5432         image->files array.
5433
5434         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
5435         table as well.
5436
5437         * assembly.c (mono_assembly_load_references): Only load references
5438         once.
5439
5440         * class.c (mono_class_from_name): Avoid linear search of the 
5441         EXPORTEDTYPE table.
5442
5443         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
5444
5445 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
5446
5447         * image.h (MonoImage): Add 'field_cache' field.
5448
5449         * loader.c (mono_field_from_token): Cache field lookups.
5450         
5451         * reflection.c (mono_module_get_object): Fix name property.
5452
5453         * icall.c (ves_icall_get_enum_info): Update after changes to 
5454         mono_metadata_get_constant_index ().
5455
5456         * icall.c: Get rid of get_type_info icall, use a separate icall for
5457         each type property to avoid needless memory allocations. Fixes #51514.
5458
5459         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
5460         to avoid needless binary searches.
5461
5462         * class.c (class_compute_field_layout): Move the initialization of
5463         field->def_value to mono_class_vtable ().
5464
5465         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
5466         non-corlib types.
5467
5468         * object.c (mono_object_allocate): Make it inline.
5469
5470         * object.c (mono_object_allocate_spec): Make it inline.
5471         
5472 2003-12-02  Dick Porter  <dick@ximian.com>
5473
5474         * locales.c (create_NumberFormat): NumberFormatInfo construction.
5475         Patch by Mohammad DAMT (mdamt@cdl2000.com).
5476
5477 2003-12-01  Dick Porter  <dick@ximian.com>
5478
5479         * threads.c: Fix signature and call in CreateMutex and
5480         CreateEvent.
5481
5482 2003-12-01  Dick Porter  <dick@ximian.com>
5483
5484         * icall.c: 
5485         * locales.c: Implement string compares and searching
5486
5487         * object.h: Add extra Thread field
5488
5489 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
5490
5491         * reflection.c (fixup_method): Add support for MonoCMethod.
5492
5493 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
5494
5495         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
5496
5497         * reflection.c (assembly_name_to_aname): Allow extra characters in
5498         assembly names. Fixes #51468.
5499
5500 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
5501
5502         * exception.c (mono_exception_from_name_domain): New helper function.
5503
5504         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
5505         exception object in the correct domain.
5506
5507         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
5508         formatting + make a copy a the input data.
5509
5510         * loader.c (mono_get_method_from_token): Methods which contain
5511         native code do not have entries in the ImplMap.
5512
5513         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
5514         Thanks to Gonzalo for spotting this.
5515         
5516         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
5517         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
5518
5519         * assembly.h (mono_assembly_load_from): Split the second part of 
5520         assembly loading into a new public function.
5521
5522         * exception.h (mono_get_exception_bad_image_format): New function.
5523
5524 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
5525
5526         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5527         Enumerate all modules inside a dynamic assembly. Fixes #51293.
5528         
5529         * icall.c: Add new icall for creating dynamic methods.
5530
5531         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
5532
5533         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
5534
5535         * reflection.c (mono_reflection_create_dynamic_method): New icall to
5536         create a dynamic method.
5537
5538         * reflection.c (resolve_object): New helper function.
5539
5540         * reflection.c: Generalize ReflectionMethodBuilder and the functions
5541         which manipulate it so they can also work on dynamic methods.
5542
5543         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
5544         creating the MonoReflectionMethodAux structure if it is not needed.
5545         
5546         * reflection.h verify.c: Update after changes to object layout.
5547
5548         * reflection.c (method_builder_encode_signature): Fix compilation on
5549         gcc 2.95.x.
5550
5551 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
5552
5553         * appdomain.h: Added support for context static fields. Added static_data
5554           field to MonoAppContext and renamed thread_static_fields to a more
5555           generic special_static_fields in MonoAppDomain, since it can now contain
5556           context static fields.
5557         * domain.c: Updated hashtable name.
5558         * object.c: Replaced field_is_thread_static() for a more generic
5559           field_is_special_static() which also checks for context static attribute.
5560           In mono_class_vtable(), added support for static context fields.
5561         * threads.c: Changed methods that manage thread static fields to more
5562           generic methods so they can be reused both for thread and context static
5563           data.
5564         * threads.h: Declared some new methods.
5565
5566 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
5567
5568         * reflection.h: Update after changes to the managed types.
5569
5570         * reflection.c (encode_custom_modifiers): New helper function.
5571
5572         * reflection.c (method_encode_signature): Emit custom modifiers.
5573
5574         * reflection.c (field_encode_signature): Emit custom modifiers.
5575
5576 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
5577
5578         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
5579
5580         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
5581         implementation.
5582
5583         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
5584         icall.
5585
5586         * object.c (mono_field_get_value_object): New function.
5587
5588         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
5589         specific.
5590
5591 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
5592
5593         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
5594         return a preallocated out-of-memory exception instance.
5595
5596         * object.c (out_of_memory): Use the new function.
5597
5598         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
5599         flag is before the custom modifiers. Fixes #49802.
5600
5601 2003-11-16  Martin Baulig  <martin@ximian.com>
5602
5603         * class.c (mono_class_is_open_constructed_type): Implemented the
5604         MONO_TYPE_GENERICINST case.
5605
5606 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
5607
5608         * assembly.c (mono_assembly_fill_assembly_name): New function to
5609         fill out the MonoAssemblyName structure.
5610         (mono_assembly_open): Use the new function.
5611
5612         * icall.c (fill_reflection_assembly_name): New helper function.
5613
5614         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
5615         new function.
5616
5617         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
5618
5619 2003-11-15  Martin Baulig  <martin@ximian.com>
5620
5621         * class.c (mono_class_is_open_constructed_type): New public
5622         function; checks whether a type is an open constructed type,
5623         ie. whether it still contains type parameters.
5624         (mono_class_inflate_generic_type): If we're a type parameter and
5625         the inflated type is also a MONO_TYPE_(M)VAR, return the original
5626         type.
5627
5628         * class.h (MonoGenericInst): Added `guint32 is_open'.
5629
5630         * loader.c (method_from_methodspec): Check whether we're an open
5631         or closed constructed type and set `ginst->is_open'.
5632
5633         * reflection.c (mono_reflection_bind_generic_parameters): Check
5634         whether we're an open or closed constructed type and set
5635         `ginst->is_open'.
5636         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
5637         from open constructed types.
5638
5639 2003-11-15  Martin Baulig  <martin@ximian.com>
5640
5641         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5642         a generic instance (instead of a generic type declaration) with
5643         unbound generic parameters, bind them to our actual types.
5644
5645 2003-11-14  Martin Baulig  <martin@ximian.com>
5646
5647         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
5648
5649         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5650         an interface type, populate `res->interfaces' with instantiated
5651         versions of all the interfaces we inherit.
5652
5653 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
5654
5655         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
5656         when MONO_PATH is set but doesn't contain the install dir.
5657
5658 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5659
5660         * icall.c:
5661         (ves_icall_Type_GetInterfaces): don't return an interface twice when
5662         it's also implemented in base classes. Fixes bug #50927.
5663
5664 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
5665
5666         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
5667         if this method is called from a finalizer. Fixes #50913.
5668
5669 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
5670
5671         * threads.c: Implement VolatileRead/VolatileWrite
5672
5673         * icall.c: Add new icalls for VolatileRead/VolatileWrite
5674
5675 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5676
5677         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
5678         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
5679         2.95.3.
5680
5681         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
5682         from Peter Ross (pro@missioncriticalit.com).
5683         
5684 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
5685
5686         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
5687
5688 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5689
5690         * assembly.c (mono_assembly_load_references): Disable check because it
5691         triggers on older corlibs which lots of people have.
5692
5693 2003-11-12  Jackson Harper  <jackson@ximian.com>
5694
5695         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
5696         load corlib.dll if mscorlib.dll is not found.
5697         * assembly.h: Remove corlib name define.
5698         * class.c:
5699         * domain.c:
5700         * image.c: Change corlib name to mscorlib.
5701         
5702 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5703
5704         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
5705
5706 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
5707
5708         * appdomain.h: Added loader_optimization here to sync with the C#
5709         code, and add disallow_binding_redirects field.
5710
5711 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
5712
5713         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
5714
5715         * reflection.c (mono_image_build_metadata): Fix crash on modules
5716         with no types.
5717
5718         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
5719
5720         * icall.c (ves_icall_get_method_info): Return callingConvention as
5721         well.
5722
5723         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
5724         namespaces from the EXPORTEDTYPE table as well.
5725
5726         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
5727         from all modules inside the assembly.
5728         
5729 2003-11-11  Martin Baulig  <martin@ximian.com>
5730
5731         * reflection.c (mono_reflection_bind_generic_parameters): Make
5732         this work for interfaces.
5733
5734 2003-11-11  Martin Baulig  <martin@ximian.com>
5735
5736         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
5737
5738 2003-11-11  Martin Baulig  <martin@ximian.com>
5739
5740         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
5741         "MonoInflatedMethod" and "MonoInflatedCtor".
5742
5743 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
5744
5745         * reflection.c (resolution_scope_from_image): Use the assembly table
5746         from the manifest module, since other modules don't have it.
5747
5748         * debug-helpers.c (mono_type_full_name): New helper function.
5749
5750         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
5751
5752         * image.c (mono_image_load_file_for_image): New public function which
5753         is a replacement for the load_file_for_image in class.c.
5754
5755         * assembly.c (mono_assembly_load_module): A wrapper for the function
5756         above which does assembly association and reference loading too.
5757
5758         * class.c (mono_class_from_name): Call mono_assembly_load_module.
5759
5760 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5761
5762         * appdomain.c: not all of the attributes for the full assembly name
5763         are required and the order doesn't matter. Fixes bug #50787.
5764
5765 2003-11-10  Dick Porter  <dick@ximian.com>
5766
5767         * locales.c: Use platform-endian UTF16
5768
5769 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
5770
5771         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
5772         
5773 2003-11-10  Martin Baulig  <martin@ximian.com>
5774
5775         * metadata.c
5776         (mono_metadata_load_generic_params): Make this actually work.
5777
5778         * reflection.c (mono_reflection_bind_generic_parameters): If our
5779         parent is a generic instance, pass all the `types' to it, no
5780         matter whether it has the same number of type parameters or not.
5781
5782 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
5783
5784         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
5785
5786         * assembly.c (mono_assembly_load_references): Move the image<->assembly
5787         assignment code to this function so it gets called recursively for all
5788         modules.
5789
5790         * image.c (load_modules): Remove the assembly assignment since it is
5791         now done by mono_assembly_load_references.
5792         
5793         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5794         Add 'module' argument.
5795         (mono_module_get_types): New helper function.
5796         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
5797
5798 2003-11-08  Martin Baulig  <martin@ximian.com>
5799
5800         * class.c (mono_class_inflate_generic_method): Interface method
5801         don't have a header.
5802
5803         * reflection.c (mono_image_get_methodspec_token): Take an
5804         additional `MonoGenericInst *' argument instead of reading it from
5805         the header; this is necessary to support interfaces.
5806         (mono_image_create_token): Pass the `MonoGenericInst *' from the
5807         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
5808         (inflated_method_get_object): Take an additional `MonoGenericInst *'
5809         argument.
5810
5811         * reflection.h (MonoReflectionInflatedMethod): Added
5812         `MonoGenericInst *ginst'.
5813
5814 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
5815
5816         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
5817
5818 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
5819
5820         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
5821
5822 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
5823
5824         * reflection.c 
5825         (reflection_methodbuilder_from_method_builder):
5826         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
5827         initialize a ReflectionMethodBuilder structure.
5828         (mono_image_get_methodbuilder_token):
5829         (mono_image_get_ctorbuilder_token): New functions to emit memberref
5830         tokens which point to types in another module inside the same assembly.
5831
5832         * reflection.c: Use the new helper functions.
5833         
5834         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
5835
5836         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
5837         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
5838
5839         * reflection.c (resolution_scope_from_image): Emit a moduleref if
5840         neccesary.
5841
5842         * reflection.c (mono_image_build_metadata): Emit metadata only for the
5843         current module. Emit the manifest only for the main module.
5844
5845         * reflection.c (mono_image_create_token): Add assertion when a 
5846         memberref needs to be created.
5847
5848         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
5849
5850         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
5851         larger buffer for the custom attribute blob. Fixes #50637.
5852         
5853 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5854
5855         * threadpool.c: notify listener on async processing handles after
5856         invoking the async callback. Thanks to Zoltan.
5857
5858 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5859
5860         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
5861         avoid code duplication.
5862
5863         * reflection.h (MonoDynamicImage): New type which is currently unused,
5864         but will be used through the ref.emit code in place of 
5865         MonoDynamicAssembly.
5866
5867         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
5868         object layout.
5869
5870         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
5871         a MonoDynamicImage instead of just a MonoImage.
5872         
5873         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
5874         icalls to ModuleBuilder but keep their semantics, so they will work
5875         with moduleb->assemblyb. This will change later.
5876         
5877 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5878
5879         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
5880         object layout.
5881
5882         * reflection.c (mono_image_build_metadata): Avoid creation of a default
5883         main module, since it is now done by the managed code.
5884
5885 2003-11-03  Martin Baulig  <martin@ximian.com>
5886
5887         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
5888         `ginst->klass' here.
5889         (method_encode_methodspec): Don't use the `ginst->generic_method's
5890         klass if it's a generic instance, use `ginst->klass' in this case.
5891
5892 2003-11-03  Martin Baulig  <martin@ximian.com>
5893
5894         * reflection.c (mono_image_get_generic_method_param_info):
5895         Removed, use mono_image_get_generic_param_info() instead.
5896         (mono_image_get_type_info): Write the GenericParam table before
5897         the Method table.  This is neccessary because in the GenericParam
5898         table, type parameters of the class (ie. '!0' etc.) must come
5899         before the ones from its generic methods (ie. '!!0' etc).
5900
5901 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5902
5903         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
5904
5905 2003-11-02  Martin Baulig  <martin@ximian.com>
5906
5907         * reflection.c (create_generic_typespec): Take a
5908         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
5909         the generic parameters from it.
5910
5911 2003-11-02  Martin Baulig  <martin@ximian.com>
5912
5913         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
5914         instead of a `MonoClassField *' since we just need the type.
5915         (create_generic_typespec): New static function.  Creates a
5916         TypeSpec token for a generic type declaration.
5917         (mono_image_get_generic_field_token): New static function.
5918         (mono_image_create_token): If we're a FieldBuilder in a generic
5919         type declaration, call mono_image_get_generic_field_token() to get
5920         the token.
5921
5922 2003-11-02  Martin Baulig  <martin@ximian.com>
5923
5924         * reflection.h
5925         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
5926         `MonoReflectionGenericInst *declaring_type' and
5927         `MonoReflectionGenericInst *reflected_type' fields.
5928
5929         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
5930         `MonoReflectionGenericInst *declaring_type' and a
5931         `MonoReflectionGenericInst *reflected_type' argument instead of a
5932         single `MonoReflectionGenericInst *type' one.  Set
5933         `res->declaring_type' and `res->reflected_type' from them.
5934         (mono_reflection_inflate_field): Likewise.      
5935
5936 2003-11-02  Martin Baulig  <martin@ximian.com>
5937
5938         * class.c (mono_class_setup_vtable): Don't store generic methods
5939         in the vtable.  
5940
5941 2003-11-02  Martin Baulig  <martin@ximian.com>
5942
5943         * reflection.h (MonoReflectionGenericInst): Added
5944         `MonoReflectionType *declaring_type'.
5945
5946         * reflection.c (mono_reflection_bind_generic_parameters): Use
5947         `if (tb->parent)' instead of `klass->parent'.
5948
5949 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
5950
5951         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
5952         with an empty ASSEMBLY table.
5953
5954         * reflection.c (mono_image_build_metadata): Avoid using the same loop
5955         variable in the inner and outer loops.
5956
5957 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
5958
5959         * metadata.h (mono_metadata_make_token): Put parentheses around macro
5960         argument.
5961
5962         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
5963         
5964         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
5965         icalls. Instead, do everything in managed code. This is needed since
5966         it is hard to restore the original domain etc. in unmanaged code in the
5967         presence of undeniable exceptions.
5968
5969         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
5970         New icalls to push and pop appdomain refs.
5971
5972 2003-10-31  Martin Baulig  <martin@ximian.com>
5973
5974         * class.c (inflate_generic_type): Renamed to
5975         mono_class_inflate_generic_type() and made it public.
5976
5977         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
5978         New interncall.
5979
5980         * loader.c (mono_field_from_memberref): Also set the retklass for
5981         typespecs.
5982
5983         * fielder.c (mono_image_get_inflated_field_token): New static
5984         method; creates a metadata token for an inflated field.
5985         (mono_image_create_token, fixup_method): Added support for
5986         "MonoInflatedField".
5987         (fieldbuilder_to_mono_class_field): New static function.
5988         (mono_reflection_inflate_field): New public function.
5989
5990         * reflection.h
5991         (MonoReflectionGenericInst): Added `MonoArray *fields'.
5992         (MonoReflectionInflatedField): New typedef.     
5993
5994 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
5995
5996         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
5997         for Solaris and other platforms without s6_addr16
5998
5999 2003-10-30  Martin Baulig  <martin@ximian.com>
6000
6001         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
6002         argument instead of two.
6003         (mono_class_inflate_generic_signature): Likewise.
6004         (inflate_generic_header): Likewise.
6005         (mono_class_inflate_generic_method): Likewise.  In addition, if
6006         `ginst->klass' is set, it becomes the new `method->klass'.
6007
6008         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
6009         field.
6010
6011         * reflection.c (encode_generic_method_sig): Write a 0xa as the
6012         first byte. [FIXME]
6013         (method_encode_methodspec): If we have generic parameters, create
6014         a MethodSpec instead of a MethodRef.
6015         (fixup_method): Added support for "MonoInflatedMethod" and
6016         "MonoInflatedCtor".
6017         (mono_image_create_token): Added support for "MonoInflatedMethod"
6018         and "MonoInflatedCtor".
6019         (inflated_method_get_object): New static function; returns a
6020         managed "System.Reflection.MonoInflatedMethod" object.
6021         (mono_reflection_bind_generic_method_parameters): Return a
6022         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
6023         (mono_reflection_inflate_method_or_ctor): Likewise.
6024         (mono_image_get_generic_method_param_info): Initialize unused
6025         fields to zero.
6026         (mono_image_get_generic_param_info): Likewise.
6027
6028         * reflection.h (MonoReflectionInflatedMethod): New public
6029         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
6030         "S.R.MonoInflatedCtor" classes.
6031
6032         * loader.c (method_from_memberref): If we're a TypeSpec and it
6033         resolves to a generic instance, inflate the method.
6034
6035 2003-10-28  Dick Porter  <dick@ximian.com>
6036
6037         * object.c (mono_runtime_run_main): Convert command-line arguments
6038         into utf8, falling back to the user's locale encoding to do so.
6039
6040 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
6041
6042         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
6043         at this time.
6044
6045         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
6046
6047         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
6048         up icalls at method definition time. Partially fixes #33569.
6049
6050 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
6051
6052         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
6053         marshalling of arrays. Fixes #50116.
6054
6055         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
6056
6057         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
6058         points to a vtable in the dying appdomain.
6059
6060         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
6061         listeners into unmanaged code inside the lock.
6062
6063         * object.c (mono_class_vtable): Turn off typed allocation in non-root
6064         domains and add some comments.
6065
6066 2003-10-25  Martin Baulig  <martin@ximian.com>
6067
6068         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
6069
6070         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
6071
6072         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
6073         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
6074         currently parsing.  Create the generic class and store it in
6075         `generic_inst->klass' before parsing the type arguments.  This is
6076         required to support "recursive" definitions; see mcs/tests/gen-23.cs
6077         for an example.
6078         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
6079         to support recursive typespec entries.
6080
6081         * class.c (mono_class_setup_parent): If our parent is a generic
6082         instance, we may get called before it has its name set.
6083         (mono_class_from_generic): Splitted into
6084         mono_class_create_from_generic() and mono_class_initialize_generic().
6085
6086 2003-10-25  Martin Baulig  <martin@ximian.com>
6087
6088         * icall.c (ves_icall_Type_BindGenericParameters): Return a
6089         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
6090         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
6091         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
6092
6093         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
6094         (create_typespec): Likewise.
6095         (mono_reflection_bind_generic_parameters): Return a
6096         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
6097         (mono_reflection_inflate_method_or_ctor): New public function.
6098
6099         * reflection.h (MonoReflectionGenericInst): New typedef.        
6100
6101 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
6102
6103         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
6104         inside the domain lock. Fixes #49993.
6105         
6106         * object.c (mono_class_vtable): When typed allocation is used, 
6107         allocate vtables in the GC heap instead of in the mempool, since the
6108         vtables contain GC descriptors which are used by the collector even
6109         after the domain owning the mempool is unloaded.
6110
6111         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
6112
6113         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
6114         reflect what it does. Also invalidate mempools instead of freeing
6115         them if a define is set.
6116
6117         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
6118         of the appdomain.
6119         
6120         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
6121         hold the finalizable objects in this domain.
6122
6123         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
6124         appdomain.
6125
6126         * appdomain.c (mono_domain_set): New function to set the current
6127         appdomain, but only if it is not being unloaded.
6128
6129         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
6130         appdomain which is being unloaded.
6131         
6132         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
6133         unloading of the root appdomain.
6134
6135         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
6136         icall to execute a method in another appdomain. Intended as a 
6137         replacement for InternalSetDomain, which can confuse the code 
6138         generation in the JIT.
6139
6140         * appdomain.c (mono_domain_is_unloading): New function to determine
6141         whenever an appdomain is unloading.
6142
6143         * appdomain.c (mono_domain_unload): New function to correctly unload
6144         an appdomain.
6145
6146         * assembly.c (mono_assembly_load_references): Check that an assembly
6147         does not references itself.
6148
6149         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
6150         domain manually, it asks the finalizer thread to do it, then waits for
6151         the result. Also added a timeout.
6152
6153         * icall.c: Register the new icalls.
6154
6155         * threads.h threads.c: Export the mono_gc_stop_world and 
6156         mono_gc_start_world functions.
6157         
6158         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
6159         function to fill out the mempool with 0x2a.
6160
6161 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
6162
6163         * reflection.h (MonoReflectionMethodAux): New structure to store
6164         information which is rarely used, thus is not in the MonoMethod
6165         structure.
6166
6167         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
6168         store the aux info.
6169
6170         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
6171         and marshalling info into the aux structure.
6172
6173         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
6174         from the aux structure.
6175
6176         * loader.c (mono_method_get_param_names): Retrieve the param names from
6177         the aux structure.
6178         
6179 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
6180
6181         * exception.h exception.c: Add AppDomainUnloadedException && fix 
6182         warning.
6183
6184 2003-10-21  Dick Porter  <dick@ximian.com>
6185
6186         * socket-io.c
6187         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
6188         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
6189
6190 2003-10-21  Martin Baulig  <martin@ximian.com>
6191
6192         * reflection.c (mono_reflection_bind_generic_parameters):
6193         `klass->parent' is NULL for interfaces.
6194
6195 2003-10-21  Martin Baulig  <martin@ximian.com>
6196
6197         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6198
6199 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
6200
6201         * exception.c (mono_exception_from_name_msg): New helper function for
6202         creating exceptions and initializing their message field.
6203
6204         * exception.c: Simplify functions using the new helper.
6205
6206         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
6207         New function.
6208
6209         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
6210         mono_raise_exception, since otherwise gcc doesn't generate the function
6211         epilog for raise_exception, confusing the stack unwinding in the JIT.
6212         Fixes #45043.
6213
6214         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
6215         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
6216         Fixes #49499.
6217
6218 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6219
6220         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
6221         utf8.
6222
6223 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
6224
6225         * icall.c: Removed GetUninitializedObject method because
6226           AllocateUninitializedClassInstance does the same.
6227
6228 2003-10-18  Martin Baulig  <martin@ximian.com>
6229
6230         * class.c (inflate_generic_signature): Renamed to
6231         mono_class_inflate_generic_signature() and made it public.
6232         (my_mono_class_from_generic_parameter): New static function; if we
6233         don't already have the generic parameter's MonoClass, create a
6234         very simple one which is just used internally in the runtime and
6235         not passed back to managed code.
6236
6237         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
6238
6239         * metadata.h (MonoMethodSignature): Moved the
6240         `MonoGenericParam *gen_params' to the MonoMethodHeader.
6241         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
6242
6243         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
6244         ves_icall_MonoMethod_GetGenericArguments(); this is now an
6245         interncall on the MonoMethod class, not on MethodInfo.
6246         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
6247         calling mono_reflection_bind_generic_method_parameters() directly.
6248
6249         * loader.c (mono_method_get_signature): If this is a MethodSpec;
6250         return the already computed `method->signature'.
6251         (method_from_methodspec): New static function to load a method
6252         from a MethodSpec entry.
6253         (mono_get_method_from_token): Call the new method_from_methodspec()
6254         for MethodSpec tokens.  
6255         (mono_get_method_from_token): If we're a generic method, load the
6256         type parameters.
6257
6258         * reflection.c (mono_image_get_memberref_token): Allow
6259         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
6260         table.
6261         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
6262         (mono_image_create_token): First check whether it's a generic
6263         method (so we'd need to create a MethodSpec), then do the other
6264         two alternatives.
6265         (mono_reflection_bind_generic_method_parameters): Return a
6266         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
6267         called directly from the interncall.
6268
6269 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
6270
6271         * reflection.c (load_public_key): Move loading of the public key
6272         into managed code.
6273
6274         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
6275
6276         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
6277         fields.
6278
6279         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
6280         culture, hash_alg and public_key. Fixes #49555.
6281
6282 2003-10-17  Martin Baulig  <martin@ximian.com>
6283
6284         * class.h (MonoGenericInst): Moved this declaration here and added
6285         `MonoMethod *generic_method'.
6286
6287         * icall.c
6288         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
6289         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
6290
6291         * metadata.c (mono_metadata_type_equal): Two types of
6292         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
6293         index; ie. don't compare the address of the `MonoGenericParam'
6294         structure.
6295         (mono_metadata_load_generic_params): Removed the `MonoMethod
6296         *method' argument.
6297
6298         * metadata.h (MonoGenericInst): Moved declaration to class.h.
6299         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
6300
6301         * reflection.c (method_encode_signature): Encode the number of
6302         generic parameters.
6303         (encode_generic_method_sig): New static function.
6304         (method_encode_methodspec): New static function; creates an entry
6305         in the MethodSpec table for a generic method.
6306         (mono_image_get_methodspec_token): New static function.
6307         (mono_image_create_token): Call mono_image_get_methodspec_token()
6308         for generic methods.
6309         (mono_reflection_bind_generic_method_parameters): New public
6310         function.  Instantiates a generic method.
6311
6312 2003-10-16  Martin Baulig  <martin@ximian.com>
6313
6314         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
6315         *gen_params' here from MonoMethodHeader.
6316
6317         * metadata.c (mono_metadata_parse_method_signature): If we have
6318         generic parameters, initialize `method->gen_params' and then set
6319         the correct `type->data.generic_param' in all the parameters.
6320
6321 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
6322
6323         * threads.c (mono_threads_get_default_stacksize): New function to 
6324         return the default stacksize.
6325
6326         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
6327         termination of the finalizer thread, since the previous method had
6328         race conditions. Fixes #49628.
6329
6330         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
6331         as for the other managed threads.
6332
6333 2003-10-16  Martin Baulig  <martin@ximian.com>
6334
6335         * class.c (inflate_generic_signature): Copy `generic_param_count'
6336         and `gen_params'.
6337
6338         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
6339         New interncall.
6340
6341         * metadata.c (mono_metadata_parse_method_signature): Actually set
6342         the `method->generic_param_count' here.
6343         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
6344
6345 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
6346
6347         * object.h: Add a new field to TypedRef to simplify the implementation
6348         of the REFANY opcodes in the JIT.
6349
6350         * icall.c: Make use of the new field.
6351
6352         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
6353         dynamically.
6354
6355 2003-10-15  Martin Baulig  <martin@ximian.com>
6356
6357         * class.c (mono_class_from_gen_param): Renamed to
6358         mono_class_from_generic_parameter() and moved most of the
6359         functionality from mono_reflection_define_generic_parameter()
6360         here; ie. we create a "real" class here.
6361         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
6362         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
6363         previously been called.
6364
6365         * class.h (MonoGenericParam): Moved the declaration of this struct
6366         here from metadata.h and added `MonoMethod *method'.
6367
6368         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
6369         interncall.
6370
6371         * loader.c (mono_get_method_from_token): If we have any generic
6372         parameters, call mono_metadata_load_generic_params() to read them
6373         from the MONO_TABLE_GENERICPAR.
6374
6375         * metadata.c (mono_metadata_load_generic_params): Added
6376         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
6377
6378         * metadata.h (MonoMethodSignature): Replaced
6379         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
6380         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
6381
6382         * reflection.c (mono_reflection_define_generic_parameter): Moved
6383         most of the functionality into the new
6384         mono_class_from_generic_parameter(); set the `method' field if
6385         we're a method parameter.       
6386
6387 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
6388
6389         * marshal.c (emit_struct_conv): if native size is 0
6390         emit no code.
6391
6392 2003-10-14  Martin Baulig  <martin@ximian.com>
6393
6394         * icall.c: The generics API has changed in the spec since it was
6395         added to System.Type; these modifications make it match the spec
6396         again.
6397         (ves_icall_Type_GetGenericParameters): Renamed to
6398         `ves_icall_Type_GetGenericArguments'.
6399         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
6400         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
6401         `ves_icall_MonoType_get_HasGenericArguments'.
6402         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
6403         `ves_icall_MonoType_get_IsGenericParameter'.
6404         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
6405         this is no interncall anymore.
6406         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
6407         `ves_icall_TypeBuilder_get_IsGenericParameter'.
6408
6409 2003-10-14  Martin Baulig  <martin@ximian.com>
6410
6411         * reflection.c (mono_reflection_bind_generic_parameters): Also
6412         inflate generic methods if we're reading the class from IL.
6413
6414 2003-10-13  Martin Baulig  <martin@ximian.com>
6415
6416         * reflection.c (mono_reflection_define_generic_parameter): This
6417         method isn't called directly from the icall anymore; take a
6418         `MonoReflectionAssemblyBuilder *' so we can use this for type and
6419         method generic parameters.
6420         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
6421         (method_builder_encode_signature): Encode generic parameters.
6422         (mono_image_get_method_info): Write generic params to the
6423         MONO_TABLE_GENERICPARAM table.
6424
6425         * reflection.h (MonoReflectionMethodBuilder): Added
6426         `MonoArray *generic_params'.
6427
6428         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
6429
6430         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
6431         wrapper for mono_reflection_define_generic_parameter().
6432         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
6433
6434 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
6435
6436         * marshal.h: Add missing function to fix build.
6437
6438         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
6439         the SetLastError pinvoke attribute.
6440
6441         * marshal.c (mono_marshal_set_last_error): New helper function called
6442         by the generated code.
6443         
6444         * marshal.c (mono_mb_emit_branch): New helper function.
6445
6446         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
6447
6448         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6449         classes as parameters and return values of delegates. Fixes #29256. 
6450
6451 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
6452
6453         * locales.c: use gint32 in non HAVE_ICU case
6454
6455 2003-10-11  Martin Baulig  <martin@ximian.com>
6456
6457         * mono-debug.c (mono_debug_add_method): Added a workaround for
6458         bug #48591.
6459
6460 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
6461
6462         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
6463         delegates passed to native code must use the STDCALL calling 
6464         convention. Fixes #35987.
6465
6466 2003-10-10  Martin Baulig  <martin@ximian.com>
6467
6468         * class.c (inflate_generic_type): If we're inflating for a generic
6469         type instance (and not for a generic method), return
6470         MONO_TYPE_MVAR unchanged.
6471
6472 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6473
6474         * string-icalls.c: Join ignores null strings in the source array.
6475         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
6476         * threads.c: GetAvailableTheads is slightly more accurate.
6477
6478 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
6479
6480         * threads.h threads.c : add mono_threads_set_default_stacksize
6481         and pass default to CreateThread calls.
6482
6483 2003-10-09  Dick Porter  <dick@ximian.com>
6484
6485         * icall.c:
6486         * locales.h:
6487         * locales.c: Internal calls for constructing CultureInfo and
6488         related objects from libicu (if its available.)
6489
6490 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
6491
6492         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
6493
6494 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6495
6496         * threadpool.c: added an argument to async_invoke_thread that is the
6497         item to process, pass the MonoAsyncResult to the thread start function
6498         when creating a new thread. This way we don't need to acquire any lock
6499         when we're creating a new thread. Readded a semaphore for faster
6500         response times (instead of that Sleep i added).
6501
6502 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
6503
6504         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
6505         get daylight change dates better on Windows, fix handling
6506         of platforms without tm_gmtoff.
6507
6508 2003-10-06  Martin Baulig  <martin@ximian.com>
6509
6510         * class.c (inflate_generic_method): Renamed to
6511         mono_class_inflate_generic_method() and made public.
6512         (mono_class_init): Don't inflate the generic methods here.
6513         (mono_class_from_generic): Added `gboolean inflate_methods'
6514         argument.  Inflate the methods here.
6515
6516         * loader.c (mono_method_get_param_names): Ignore instances of
6517         generic types for the moment.
6518
6519         * reflection.c (fixup_method): Added support for inflated methods.
6520         (mono_image_create_token): Use mono_image_get_methodref_token()
6521         for inflated methods.
6522         (mono_custom_attrs_from_param): Ignore instances of generic types
6523         for the moment.
6524         (mono_reflection_bind_generic_parameters): New public function.
6525         Moved all the functionality from
6526         ves_icall_Type_BindGenericParameters() here and added support for
6527         dynamic types.
6528         (mono_reflection_define_generic_parameter): Initialize
6529         `klass->methods' here.
6530
6531         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
6532         functionality into mono_reflection_define_generic_parameter().
6533         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
6534         TypeBuilder, return that TypeBuilder.
6535
6536 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6537
6538         * appdomain.c: removed mono_delegate_semaphore.
6539
6540         * threadpool.c:
6541         (mono_thread_pool_add): moved hash table creation inside and the thread 
6542         creation outside of the critical region.
6543         (mono_thread_pool_finish): removed obsolete code.
6544         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
6545         continue or exit the thread depending on the queue.
6546
6547 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
6548
6549         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
6550         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
6551         handle more bool marshalling options
6552
6553 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
6554
6555         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
6556         arrays of structs. Also add a more descriptive error message when
6557         a structure member is marshalled as LPArray.
6558
6559 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
6560
6561         * marshal.c (mono_marshal_get_native_wrapper): Add support for
6562         marshalling arrays of complex types. Fixes #29098. Also remove an
6563         usused and incomplete function.
6564
6565 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
6566
6567         * gc.c: report heap_size - free_bytes as total memory allocated
6568         (bug#49362).
6569
6570 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
6571
6572         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
6573         fix timezone handling problems on Windows.
6574         
6575         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
6576         asserts when the year is outside the range handled by ms the functions.
6577
6578         * class.c (setup_interface_offsets): If the class is an interface,
6579         fill out its interface_offsets slot.
6580
6581 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6582
6583         * threadpool.c: mark threadpool threads as background.
6584
6585 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
6586
6587         * decimal.c - define DECINLINE to nothing if not using GCC
6588
6589 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
6590
6591         * assembly.c: More refcount fixes.
6592
6593 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6594
6595         * string-icalls.c: if we're not trimming, return the same string.
6596         When not splitting, don't create a new string.
6597
6598 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6599
6600         * image.c:
6601         (mono_image_open): increment the ref_count inside the critical section.
6602
6603 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
6604
6605         * image.c (mono_image_open): Fix reference counting bug.
6606
6607 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
6608
6609         * marshal.c (mono_marshal_type_size) struct alignment changed for 
6610         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
6611         64bits. Avoid leak in mono_marshal_get_native_wrapper when
6612         mono_lookup_pinvoke_call throws.        
6613
6614 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
6615
6616         * reflection.c (mono_reflection_parse_type): Fix #49114.
6617
6618         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
6619         temporary workaround for cygwin header problem.
6620
6621         * object.c (mono_object_isinst): Synchronize this with the code
6622         generated by the JIT for casts.
6623
6624 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
6625
6626         * reflection.c (encode_type): Fix #38332.
6627
6628 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
6629
6630         * marshal.c (mono_marshal_method_from_wrapper): New function to return
6631         the original method from the wrapper method.
6632
6633 2003-09-25  Martin Baulig  <martin@ximian.com>
6634
6635         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
6636         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
6637         (ves_icall_Type_get_IsGenericInstance): New interncall.
6638
6639 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
6640
6641         * object.c: fix cast warning in big endian code.
6642
6643 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
6644
6645         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
6646         
6647 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6648
6649         * assembly.c: don't call check_env from mono_assembly_load. It's
6650         already done once in mono_assemblies_init and may cause headaches when
6651         multiple threads are loading assemblies.
6652
6653 2003-09-19  Martin Baulig  <martin@ximian.com>
6654
6655         * reflection.c (mono_reflection_define_generic_parameter): Don't
6656         allocate `klass->methods', set `klass->flags' to
6657         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
6658
6659 2003-09-18  Martin Baulig  <martin@ximian.com>
6660
6661         * class.c (mono_class_init): Don't create `class->methods' if it's
6662         already initialized.
6663
6664         * metadata.c (mono_metadata_load_generic_params): Make this
6665         actually work.
6666
6667         * reflection.c (mono_reflection_define_generic_parameter): Set
6668         parent class and interfaces from the constraints.
6669
6670         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
6671         to keep this struct in sync with the declaration in TypeBuilder.cs.
6672
6673 2003-09-17  Martin Baulig  <martin@ximian.com>
6674
6675         * metadata.h (MonoType): Replaced the data's `int type_param'
6676         field with `MonoGenericParam *generic_param'.
6677         (MonoGenericParam): Added `MonoClass *klass'.
6678
6679         * class.c (mono_class_from_gen_param): Removed the
6680         `MonoImage *image' and `int type_num' arguments.
6681
6682         * metadata.c (mono_metadata_parse_generic_param): New static
6683         method; creates a MonoGenericParam which just contains the index.
6684         (do_mono_metadata_parse_type): Call
6685         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
6686         MONO_TYPE_MVAR.
6687
6688         * reflection.c (mono_image_typedef_or_ref): Generic type
6689         parameters may be in the same assembly, but never use a typedef
6690         for them.
6691         (mono_reflection_define_generic_parameter): We're now creating a
6692         "real" class for the type parameter; it's now safe to call
6693         mono_class_from_mono_type() on the class'es type, it'll do the
6694         right thing.
6695
6696 2003-09-16  Martin Baulig  <martin@ximian.com>
6697
6698         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
6699         `symfile->range_entry_size' and `symfile->class_entry_size' here;
6700         the `symfile' data structure must be fully initialized before it
6701         gets added to the table.
6702
6703 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
6704
6705         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
6706
6707         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
6708         class init trampolines.
6709
6710 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
6711
6712         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
6713         to the built-in profiler to turn off time and allocation profiling
6714         respectively.
6715
6716 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
6717
6718         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
6719         g_direct_equal.
6720
6721         * debug-helpers.c (mono_method_full_name): Print the wrapper type
6722         in human readable form.
6723
6724 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
6725
6726         * reflection.c icall.c: Fixed warnings.
6727
6728         * image.c (load_class_names): Use a temporary hash table to hold the
6729         namespaces in order to avoid doing many string comparisons.
6730
6731         * image.h: Fix typo.
6732
6733         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
6734         Pass NULL instead of g_direct_equal to the GHashTable constructor 
6735         since the NULL case is short-circuited inside g_hash_table_lookup, 
6736         leading to better performance.  
6737
6738         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
6739         obtain the first custom attribute for a given index. Depends on the
6740         CustomAttribute table being sorted by the parent field.
6741
6742         * reflection.c (mono_custom_attrs_from_index): Use the new function 
6743         for better performance.
6744
6745 2003-09-07  Martin Baulig  <martin@ximian.com>
6746
6747         * class.c (mono_class_init): If we're a generic instance, inflate
6748         all our methods instead of loading them from the image.
6749         (mono_class_from_generic): Set `class->methods = gklass->methods'.
6750
6751 2003-09-07  Martin Baulig  <martin@ximian.com>
6752
6753         * mono-debug-debugger.c: Added support for constructors.
6754
6755 2003-09-06  Martin Baulig  <martin@ximian.com>
6756
6757         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
6758         New interncall.
6759
6760         * reflection.c (mono_reflection_setup_generic_class): Call
6761         ensure_runtime_vtable() to create the vtable.
6762
6763 2003-09-05  Martin Baulig  <martin@ximian.com>
6764
6765         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
6766         MONO_TYPE_MVAR.
6767
6768 2003-09-04  Martin Baulig  <martin@ximian.com>
6769
6770         * reflection.c (mono_reflection_define_generic_parameter): Generic
6771         parameters start with zero.
6772
6773 2003-09-04  Martin Baulig  <martin@ximian.com>
6774
6775         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6776
6777         * reflection.h (MonoReflectionGenericParam): New typedef.
6778         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
6779         the generic parameters from the managed TypeBuilder.
6780
6781         * reflection.c (mono_reflection_define_generic_parameter): New function.
6782         (mono_reflection_create_runtime_class): Encode generic parameters.
6783         (mono_reflection_setup_generic_class): New function; this is
6784         called after adding adding all generic params to the TypeBuilder.
6785         (encode_type): Added MONO_TYPE_VAR.
6786
6787 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
6788
6789         * class.h class.c (mono_class_needs_cctor_run): Moved this method
6790         here from the JIT.
6791
6792         * assembly.h assembly.c: Moved the AOT loading code into an assembly
6793         load hook.
6794
6795 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
6796
6797         * reflection.h reflection.c class.h class.c: Delete duplicate 
6798         definition of mono_type_get_name () from reflection.c and export the
6799         one in class.c.
6800
6801         * class.c: Class loading fixes from Bernie Solomon 
6802         (bernard@ugsolutions.com).
6803
6804         * reflection.c: Endianness fixes from Bernie Solomon 
6805         (bernard@ugsolutions.com).
6806         
6807 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
6808
6809         * assembly.h assembly.c: Define a file format version for AOT
6810         libraries.
6811         
6812         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
6813
6814         * appdomain.h (MonoJitInfo): New field to determine whenever the
6815         code is domain neutral.
6816         
6817 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
6818
6819         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
6820
6821 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
6822
6823         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
6824         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
6825         Avoid caching the result since strings must be domain specific. Fixes
6826         #48050.
6827
6828 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
6829
6830         * marshal.c (mono_marshal_init): Make this callable multiple times
6831         since it is hard to find a correct place to call it.
6832
6833         * object.c (mono_runtime_class_init): Execute static constructors in
6834         the correct appdomain.
6835
6836         * image.c (build_guid_table): Handle the case when multiple images have
6837         the same GUID.
6838
6839 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6840
6841         * icall.c: added a couple of icalls for System.Web.
6842
6843 2003-08-28  Martin Baulig  <martin@ximian.com>
6844
6845         * icall.c (ves_icall_Type_BindGenericParameters): Use
6846         `klass->generic_inst' instead of `&klass->byval_arg' in the
6847         mono_type_get_object() call.  The returned type must be
6848         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
6849
6850 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
6851
6852         * NOTES: New file.
6853
6854         * object.c (mono_class_proxy_vtable): Make it thread safe.
6855
6856         * pedump.c: Fix warning.
6857
6858         * object.c appdomain.h: Get rid of metadata_section. 
6859         It is no longer needed and it was causing deadlocks with domain->lock.
6860
6861         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
6862
6863 2003-08-26  Martin Baulig  <martin@ximian.com>
6864
6865         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
6866
6867 2003-08-26  Martin Baulig  <martin@ximian.com>
6868
6869         * pedump.c (main): Call mono_metadata_init(),
6870         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
6871         and mono_loader_init().
6872
6873 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
6874
6875         * loader.h: Add missing include to fix build.
6876
6877         * image.h: mono_image_load_references is no more.
6878
6879         * assembly.c: Reworked assembly loading to make it really thread safe.
6880         After these changes, the assembly returned by mono_assembly_open is
6881         fully initialized, i.e. all its references assemblies are loaded.
6882
6883         * assembly.c (mono_image_load_references): Renamed to 
6884         mono_assembly_load_references, and made private, since clients no
6885         longer need to call it.
6886
6887         * class.c: Removed calls to mono_assembly_load_references, since it was
6888         a source of deadlocks.
6889
6890         * loader.h loader.c class.h class.c: Protect data structures using a 
6891         new lock, the loader lock.
6892
6893         * class.c (mono_class_setup_vtable): Create temporary hash tables and
6894         GPtrArrays only when needed.
6895
6896         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
6897         into empty structures by mcs. Fixes pinvoke7.cs.
6898         
6899         * domain.c (mono_init): Call a new initialization function.
6900
6901         * appdomain.c (mono_runtime_init): Call the new initializer function
6902         of the marshal module.
6903
6904         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
6905         inserted into empty structures by mcs. Fixes pinvoke7.cs.
6906
6907         * marshal.h marshal.c: Added locks around the wrapper caches to make
6908         this module thread safe.
6909
6910         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
6911         this argument. Fixes pinvoke1.exe.
6912
6913 2003-08-25  Lluis Sanchez <lluis@ximian.com>
6914
6915         * object.h: Added call_type field to MonoMethodMessage and the corresponding
6916         enumeration of values. Removed fields to store remote call output values in
6917         MonoAsyncResult. Not needed any more.
6918         * object.c: Initialize call_type and async_result fields in mono_message_init.
6919         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
6920         dispatching the message.
6921         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
6922         async call to finish. To do it use a message with EndInvoke call type.
6923
6924 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
6925
6926         * loader.h loader.c (mono_method_hash_marhal_info): New function which
6927         determines whenever a method has marshalling info.
6928
6929 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6930
6931         * assembly.c: fix the build on windows.
6932
6933 2003-08-22 Lluis Sanchez <lluis@ximian.com>
6934
6935         * object.cs: Fixed bug #47785.
6936
6937 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
6938
6939         * string-icalls.c (StringReplace): If their are no occurances of
6940         the old string found return a reference to the supplied
6941         string. This saves some memory and matches MS behavoir.
6942         
6943 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6944
6945         * socket-io.c: fixed compilation for systems that define AF_INET6
6946         and don't define SOL_IP/SOL_IPV6.
6947
6948 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
6949
6950         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
6951         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
6952
6953         * rawbuffer.c rawbuffer.h: Make this module thread safe.
6954
6955         * domain.c: Make this module thread safe.
6956
6957         * domain.c (mono_init): Call new initialization function.
6958
6959         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
6960         reference types too. Fixes #38812.
6961
6962         * image.c (mono_image_init): Fixed warnings.
6963
6964         * class.c (mono_class_from_typeref): Handle assembly load failure
6965         correctly.
6966
6967         * appdomain.c (add_assemblies_to_domain): Handle the case when
6968         the references of an assembly are not yet loaded.
6969
6970         * metadata.c image.c assembly.c: Moved initialization of global
6971         variables to a separate function called at startup since lazy 
6972         initialization of these variables is not thread safe.
6973         
6974         * image.c assembly.c: Made this module thread safe by adding locks in 
6975         the appropriate places.
6976
6977         * domain.c (mono_init): Call the new initialization functions of the
6978         three modules.
6979
6980 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
6981
6982         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
6983           make a direct call. It is proxy's work to make the call asynchronous.
6984           mono_delegate_end_invoke(): If the targe is a proxy, just collect
6985           the return values.
6986         * object.cs: mono_method_call_message_new(): read AsyncResult and
6987           state object from parameters list, if this info is requested.
6988         * object.h: Added fields to store remote call output values in
6989           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
6990
6991 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
6992
6993         * object.h: add needed fields to MonoThread.
6994         * threads.c, threads.h: allow registering a function to cleanup data
6995         allocated per thread by the JIT.
6996
6997 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
6998
6999         * loader.h: portability fix by Bernie Solomon
7000         * <bernard@ugsolutions.com>.
7001
7002 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
7003
7004         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
7005         return a MonoArray. This simplifies the code and also ensures that
7006         the cache allways contains an object reference as a value.
7007
7008         * icall.c (ves_icall_get_parameter_info): Simplified using the new
7009         function.
7010
7011 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7012
7013         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
7014         fixes a problem with byte ordering when getting the address family for
7015         a socket.
7016
7017 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
7018
7019         * .cvsignore: Added monosn.
7020
7021         * reflection.h reflection.c loader.c: Added support for parameter
7022         marshalling to dynamically created types. Fixes #47295.
7023
7024 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
7025
7026         * rand.c: remove useless warnings.
7027
7028 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7029
7030         * class.c: implemented ldtoken for methods and fieldrefs.
7031
7032 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7033
7034         * threadpool.c: when mono_async_invoke was called, no one took care of
7035         monitoring the queue. So if the method invoked took some time and we
7036         got new async invoke requests after 500 ms (the thread created waited
7037         that long in WaitForSingleObject), the new async invoke was not called
7038         until the previous one finished.
7039
7040         This is fixed now. Thanks to Totte for helping with it.
7041
7042 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7043
7044         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
7045
7046 2003-08-11  Martin Baulig  <martin@ximian.com>
7047
7048         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
7049
7050 2003-08-06  Martin Baulig  <martin@ximian.com>
7051
7052         * mono-debug-debugger.c: Added support for static fields,
7053         properties and methods.
7054
7055 2003-08-06  Martin Baulig  <martin@ximian.com>
7056
7057         * mono-debug-debugger.c: Don't store the MonoString's vtable to
7058         make this work for applications with multiple application domains.
7059
7060 2003-08-04  Martin Baulig  <martin@ximian.com>
7061
7062         * mono-debug-debugger.c: Completely reworked the type support; the
7063         most important thing is that we're now just using one single
7064         `MonoType' instance per type.
7065
7066 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
7067
7068         * mono-endian.h, mono-endian.c, icall.c: Added icall
7069         ves_icall_System_Double_AssertEndianity to assert double word endianity
7070         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
7071
7072 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7073
7074         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
7075         support, icalls and fixes.
7076
7077 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
7078
7079         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
7080         classes that are a punctuation character in .NET is not the same a
7081         g_unichar_ispunct.
7082
7083 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7084
7085         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
7086
7087 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
7088
7089         * icall.c: Add new MemCopy internalcall.
7090         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
7091         Simplified code; It is not necessary to handle all the cases here,
7092         as the C# code takes care of it.  Only handle the case of the name
7093         resource embedded into the assembly.
7094
7095         Changed signature to return the data pointer and the size of the
7096         data. 
7097
7098 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
7099
7100         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
7101         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
7102
7103 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7104
7105         * socket-io.c: ignore EINTR error in select.
7106
7107 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7108
7109         * class.h, class.c: removed unused subclasses field in MonoClass.
7110
7111 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7112
7113         * icall.c: improve fix of get_base_definition(). If the parent class
7114           doesn't have the mehod, look at the parent of the parent.
7115         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
7116           to check if a parameter is an in or out parameter
7117           (PARAM_ATTRIBUTE_IN is not set by default).
7118           mono_method_return_message_restore(): Use mono_class_value_size to
7119           get the size of a value type. mono_type_stack_size (parameterType)
7120           does not return the correct value if parameterType is byRef.
7121           mono_load_remote_field(), mono_load_remote_field_new(),
7122           mono_store_remote_field(), mono_store_remote_field_new():
7123           raise exception if the remote call returns an exception.
7124
7125 2003-07-28  Martin Baulig  <martin@ximian.com>
7126
7127         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
7128         method.  This is a wrapper around mono_runtime_invoke() which
7129         boxes the instance object if neccessary.
7130
7131 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7132
7133         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
7134         metadata.h, row-indexes.h, verify.c: first cut of generics support.
7135
7136 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7137
7138         * icall.c: disable mcs bug workaround.
7139
7140 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
7141
7142         * object.c (mono_runtime_class_init): Take the metadata_section
7143         mutex before obtaining the domain mutex.
7144
7145         * appdomain.h: Added definition of metadata_section mutex here. 
7146
7147         * object.c: define metadata_mutex here.
7148
7149 2003-07-24  Ravi Pratap  <ravi@ximian.com>
7150
7151         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
7152         fixed.
7153
7154 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
7155
7156         * reflection.c: Fix bug #46669
7157
7158 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7159
7160         * exception.c:
7161         * exception.h:
7162         * icall.c:
7163         * object.h: fill in the type name for TypeLoadException.
7164
7165 2003-07-23  Ravi Pratap  <ravi@ximian.com>
7166
7167         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
7168         relationship between TypeBuilders while compiling corlib) and bug
7169         45993 (Array types returned from the runtime while compiling
7170         corlib were from the loaded corlib).
7171
7172 2003-07-22  Martin Baulig  <martin@ximian.com>
7173
7174         * mono-debug-debugger.c: Reworked the type support a bit more;
7175         distinguish between types and classes.
7176
7177 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
7178
7179         * icall.c: add IsArrayImpl icall.
7180
7181 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
7182
7183         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
7184         initializing real_size only once. Also fix bug #46602.
7185
7186 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
7187
7188         * object.c: Renamed mono_metadata_section to metadata_section.
7189
7190 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
7191
7192         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
7193           empty array if the type is an array. Fixed.
7194           ves_icall_MonoMethod_get_base_definition: if the base method
7195           is abstract, get the MethodInfo from the list of methods of
7196           the class.
7197         * reflection.c: ParameterInfo.PositionImpl should be zero-based
7198           and it was 1-based. Fixed in mono_param_get_objects.
7199
7200 2003-07-20  Martin Baulig  <martin@ximian.com>
7201
7202         * mono-debug.h: Set version number to 31.
7203         (mono_debug_init): Added `MonoDomain *' argument.
7204
7205         * mono-debug-debugger.c: Reworked the type support; explicitly
7206         tell the debugger about builtin types; pass the `klass' address to
7207         the debugger.
7208
7209 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
7210
7211         * image.c: Allow new metadata tables to be loaded without a
7212         warning. Also update the warning message to give the new constant value.
7213                 
7214 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
7215
7216         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
7217         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
7218         array type representation changes.
7219
7220 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7221
7222         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
7223         on Environment.Exit () call.
7224
7225 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7226
7227         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
7228         requires a matching corlib.
7229
7230 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7231
7232         * Changelog: My editor decided to add a CR to each line. Sorry about that.
7233           Committed again without the CRs.
7234         
7235 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7236
7237         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
7238           getting it from the "this" socket instance. Did not work
7239           if the socket is a subclass of Socket.
7240           Also fixed bug #35371.
7241
7242 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7243
7244         * metadata.c: fixed size for TypedByRef.
7245         * loader.c: when searching for a method, consider the vararg amrker.
7246         * unicode.c, decimal.c: constify some arrays.
7247
7248 2003-07-15  Dick Porter  <dick@ximian.com>
7249
7250         * socket-io.c: Fixed compilation for gcc < 3.2.
7251
7252         Fixed compilation for machines that don't have AF_INET6 (thanks to
7253         Bernie Solomon <bernard@ugsolutions.com> for that part.)
7254
7255         Fixed compile warnings.
7256         
7257         Fixed formatting and line endings.
7258
7259 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
7260
7261         * socket-io.h:
7262         * socket-io.c: Added IPv6 support.
7263
7264 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
7265
7266         * class.c (mono_class_is_assignable_from): New function to implement
7267         the is_assignable_from logic. Used by mono_object_isinst, 
7268         Type::IsAssignableFrom () and the interpreter.
7269
7270         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
7271         Object, even interfaces.
7272         
7273         * object.c (mono_object_isinst): Implement in terms of 
7274         is_assignable_from.
7275
7276         * icall.c (ves_icall_type_is_assignable_from): New icall.
7277
7278 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
7279
7280         * domain.c (foreach_domain): fix compiler warning.
7281
7282 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
7283
7284         * image.c (load_metadata_ptrs): use g_strndup because strndup is
7285         not available on all plattforms
7286
7287 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
7288
7289         * image.h image.c: Store the metadata version string in MonoImage.
7290         * icall.c: New icall to retrieve the image version.
7291         * reflection.c (create_dynamic_image): Fill in the image version field
7292         * reflection.c (build_compressed_metadata): Use the image version
7293         from the image structure.
7294
7295 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7296
7297         * appdomain.c: modified comment.
7298         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
7299         That will be its last iteration when mono_gc_cleanup is called from
7300         mono_runtime_cleanup and before the domain is unloaded.
7301
7302         Fixes bug #45962.
7303
7304 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
7305
7306         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
7307         attributes.
7308
7309 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7310
7311         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
7312         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
7313         Bernie Solomon <bernard@ugsolutions.com>.
7314
7315 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7316
7317         * object.c, object.h: provide mono_object_new_fast() for faster
7318         allocation in some special cases.
7319
7320 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
7321
7322         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
7323         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
7324
7325 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
7326
7327         * threadpool.c: fix leaks.
7328
7329 2003-07-01  Dick Porter  <dick@ximian.com>
7330
7331         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
7332         using MonoGHashTables.  Fixes threadpool bug posted to list.
7333
7334 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
7335
7336         * image.h, image.c: added support to load an assembly from a byte array.
7337         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
7338         assembly bundle support.
7339
7340 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
7341
7342         * threadpool.c (mono_thread_pool_add): keep a reference to the
7343         AsyncResult to prevent GC
7344
7345 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7346
7347         * class.c: leak fix.
7348
7349 2003-06-25  Dick Porter  <dick@ximian.com>
7350
7351         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
7352         for the async object, the WaitHandle object will close the handle.
7353         Fixes bug 45321.
7354
7355 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7356
7357         * class.c: in mono_array_class_get (), lookup from the hash with the
7358         same type we insert: this works around a bug in
7359         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
7360         lluis. The real fix will have to wait for after the release.
7361
7362 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7363
7364         * icall.c: fix memory leak when getting type members.
7365
7366 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7367
7368         * reflection.c: added more pubtoken special cases.
7369
7370 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
7371
7372         * class.c: handle field offset correctly when class size
7373         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
7374
7375 2003-06-20  Martin Baulig  <martin@ximian.com>
7376
7377         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
7378         *image' field.
7379
7380 2003-06-20  Martin Baulig  <martin@ximian.com>
7381
7382         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
7383
7384 2003-06-20  Martin Baulig  <martin@ximian.com>
7385
7386         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
7387         just distinguish between variables in registers and variables at
7388         an offset relative to a register.
7389
7390 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7391
7392         * icall.c: #ifdef out latest changes until mcs is fixed.
7393
7394 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7395
7396         * icall.c: return members in metadata order.
7397
7398 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7399
7400         * icall.c: avoid infinite loop in GetTimeZoneData.
7401
7402 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
7403
7404         * icall.c: added Marshal.Prelink/All icalls.
7405
7406 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7407
7408         * object.c, object.h: fix warnings and do some overflow checking
7409         when creating arrays.
7410
7411 2003-06-17  Dick Porter  <dick@ximian.com>
7412
7413         * file-io.h:
7414         * file-io.c: File attributes need to be tweaked slightly when
7415         passed from the managed to the w32 world.
7416
7417 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7418         * profiler.h profiler-private.h profiler.c: Rework last patch
7419         based on suggestion by Paolo.
7420         
7421 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7422
7423         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
7424         instruction level coverage data collection.
7425         * profiler.h profiler.c (: Added new callback function which can be
7426         used by the profiler to limit which functions should have coverage
7427         instrumentation.
7428         * profiler.c (mono_profiler_load): Call g_module_build_path to
7429         generate the file name of the profiler library.
7430
7431 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7432
7433         * profiler.c, profiler.h, profiler-private.h: added basic block 
7434         coverage profiling API.
7435
7436 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
7437
7438         * reflection.c (mono_reflection_create_runtime_class): Add support
7439         for events in dynamically generated code.
7440
7441         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
7442         not allocated.
7443
7444 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7445
7446         * icall.c: when getting timezone info, return reasonable values if we
7447         can't get the actual data.
7448
7449 2003-06-14  Dick Porter  <dick@ximian.com>
7450
7451         * threads.c (start_wrapper): Remove the reference to the thread
7452         object in the TLS data, so the thread object can be finalized.
7453         This won't be reached if the thread threw an uncaught exception,
7454         so those thread handles will stay referenced :-( (This is due to
7455         missing support for scanning thread-specific data in the Boehm GC
7456         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
7457
7458 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
7459
7460         * reflection.c: ensure streams and tables are first allocated with
7461         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
7462
7463 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7464
7465         * icall.c: fixed GetElementType for byrefs (bug# 44792).
7466
7467 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
7468
7469         * reflection.c (mono_reflection_create_runtime_class): Add support for
7470         properties to dynamically created classes.
7471         * reflection.c: Fix a few places where non-MonoObjects were inserted
7472         into the tokens hashtable.
7473
7474 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7475
7476         * object.c: some support to handle out of memory exceptions.
7477
7478 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
7479
7480         * marshal.c (mono_marshal_get_native_wrapper): support reference
7481         return types
7482
7483 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7484
7485         * object.h, object.c: more portability stuff from Bernie Solomon.
7486         Unexport mono_object_allocate(). Added mono_object_unbox ().
7487         Set exitcode when an unhandled exception is thrown.
7488
7489 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
7490
7491         * marshal.c (mono_marshal_get_native_wrapper): use custom
7492         marshaler for return types.
7493
7494 2003-06-10  Dick Porter  <dick@ximian.com>
7495
7496         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
7497         ip_mreq is available
7498
7499 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
7500
7501         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
7502         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
7503         by Bernie Solomon <bernard@ugsolutions.com>.
7504
7505 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
7506
7507         * gc.c (mono_gc_init): Avoid error message on shutdown when
7508         GC_DONT_GC=1 is used.
7509
7510         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
7511         New icall to return the GUID of a module.
7512
7513 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7514
7515         * class.c: ensure instance size always includes the parent's size
7516         even whem class size is set explicitly (fixes bug#44294).
7517
7518 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7519
7520         * profiler.h, profiler.c: made the simple profiler thread-safe,
7521         get more accurate timing info. Allow the loading of an
7522         externally-developed profiler module.
7523
7524 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
7525
7526         * marshal.c (mono_marshal_get_native_wrapper): improved
7527         class/byref arguments.
7528         (mono_marshal_get_native_wrapper): better string marshaling support.
7529
7530 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
7531
7532         * class.c: ensure .pack and .size are handled correctly and
7533         simplified layout of static fields.
7534
7535 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
7536
7537         * appdomain.c
7538         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
7539
7540         * loader.c (mono_lookup_pinvoke_call): look for modules in the
7541         current directory (fix bug 44008)
7542
7543 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
7544
7545         * marshal.c (mono_marshal_get_native_wrapper): started support for
7546         custom marshalers.
7547         (mono_delegate_to_ftnptr): consider marshalling specifications
7548
7549 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
7550
7551         * reflection.c, reflection.h: emit custom marshal info.
7552
7553 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7554
7555         * object.c: free the GError.
7556         * icall.c: added CloseEvent_internal.
7557         * threads.[ch]:
7558         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
7559         call.
7560
7561 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
7562
7563         * loader.c (mono_method_get_signature): Add support for dynamic
7564         assemblies.
7565
7566 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
7567
7568         * reflection.c: fixed bug #43905.
7569
7570 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7571
7572         * class.c, domain.c, icall.c, metadata.h, object.h: support for
7573         handling TypedReference and ArgIterator.
7574         * loader.c, loader.h: added function to get signature at call site.
7575
7576 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7577
7578         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
7579         data readonly. Buglets and warning fixes. Some MethodSpec support.
7580
7581 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7582
7583         * class.h, class.c, object.c: remove relative numbering support.
7584
7585 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
7586
7587         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
7588         free the string, until we get a chance to fix Gtk#
7589
7590 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7591
7592         * marshal.c: revert last patch.
7593
7594 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
7595
7596         * icall.c: updates for new mono_class_vtable() not calling
7597         the type constructor anymore.
7598
7599 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
7600
7601         * object.h, object.c: separate vtable creation from type
7602         initialization. Make running the .cctor thread safe.
7603
7604 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
7605
7606         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
7607
7608 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
7609
7610         * loader.c (mono_get_method): consider calling convention
7611
7612 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
7613
7614         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
7615         to return the invisible global type for a module.
7616
7617         * reflection.c (mono_image_build_metadata): Emit global fields too.
7618
7619 2003-05-20  Peter Williams  <peterw@ximian.com>
7620
7621         * loader.c (mono_lookup_internal_call): Add a few newlines.
7622
7623 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
7624
7625         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
7626         literal strings.
7627
7628         * appdomain.c (set_domain_search_path): Recalculate search path when
7629         AppDomainSetup.PrivateBinPath changes.
7630
7631         * object.c (mono_class_compute_gc_descriptor): It turns out some
7632         parts of the class libs (like System.Thread) holds pointers to
7633         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
7634         to treat native int a pointer type here.
7635         
7636 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
7637
7638         * appdomain.h, domain.c: add hashtable for jump target resolution.
7639
7640 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
7641
7642         * reflection.h reflection.c icall.c: Added new icalls 
7643         GetManifestResourceInfoInternal, GetModulesInternal and support
7644         infrastructure.
7645
7646 2003-05-16  Dick Porter  <dick@ximian.com>
7647
7648         * icall.c:
7649         * file-io.h:
7650         * file-io.c: Implement System.IO.MonoIO::GetTempPath
7651
7652 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
7653
7654         * object.c: mono_store_remote_field: little fix to previous patch.
7655
7656 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7657
7658         * class.c: add constructors to array classes.
7659         * icall.c: special case array construction for InternalInvoke (),
7660
7661 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
7662
7663         * class.h class.c reflection.c object.c: Added support for field
7664         defaults in dynamically generated classes.
7665
7666 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
7667
7668         * reflection.c: properly encode charset for ddlimport.
7669
7670 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
7671
7672         * threads.c: allow compiling without GC.
7673
7674 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7675
7676         * appdomain.h, object.c, object.h, threads.c, threads.h: added
7677         handling of thread static data.
7678
7679 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7680
7681         * reflection.h, reflection.c: added mono_custom_attrs_free ().
7682
7683 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
7684
7685         * class.c (mono_array_class_get): always set the serializable flags
7686         (mono_array_class_get): always set the SEALED attribute for array types
7687
7688 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
7689
7690         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
7691         attributes (fix for bug 42021).
7692
7693 2003-05-12  Dick Porter  <dick@ximian.com>
7694
7695         * gc.c: Don't run finalizers when the finalizer thread is
7696         finishing up, because the default domain has already been
7697         destroyed.
7698
7699 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
7700
7701         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
7702         value is null, we should throw an exception.   This is slightly
7703         different than the other conventions used for the constructor.
7704
7705 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7706
7707         * socket-io.c: fixed windows build.
7708
7709 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7710
7711         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
7712
7713 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
7714
7715         * object.c (mono_string_new_wrapper): Compatibility fix for MS
7716         compilers.
7717
7718 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
7719
7720         * class.c (mono_class_layout_fields): Add experimental GC aware
7721         auto layout facility. Requires class library changes to work correctly.
7722
7723         (mono_class_setup_vtable): Avoid overriding explicit interface
7724         method implementations. Fixes iface3.exe test.
7725
7726         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
7727         object reference.
7728         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
7729         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
7730
7731         * metadata.h: Add new type classification macro which determines
7732         whenever the type holds an object reference.
7733
7734 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
7735
7736         * marshal.c (mono_marshal_get_native_wrapper): cleanups
7737
7738 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
7739
7740         * gc.c (finalizer_thread): Work around a GC bug.
7741
7742 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
7743
7744         * marshal.c (emit_struct_conv): allow unions
7745
7746         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
7747
7748 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
7749
7750         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
7751
7752 2003-05-06  Martin Baulig  <martin@ximian.com>
7753
7754         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
7755
7756 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7757
7758         * socket-io.c:
7759         (Select_internal): allow NULLs, don't create arrays if not needed.
7760         Coupled with Socket.cs changes.
7761
7762         * threadpool.c:
7763         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
7764         register a finalizer for it that will close the semaphore handle. This
7765         fixes the leak and make Lupus' test run with > 4080 loops.
7766
7767 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
7768
7769         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
7770         Jerome Laban (bug #42287)
7771
7772 2003-05-02  Martin Baulig  <martin@ximian.com>
7773
7774         * debug-mono-symfile.h
7775         (MonoSymbolFile): Moved declaration into mono-debug.h.
7776         (MonoDebugMethodJitInfo): Likewise.
7777         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
7778         argument.
7779         (_mono_debug_address_from_il_offset): Take a
7780         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
7781
7782         * mono-debug.h
7783         (MonoDebugDomainData): New struct.
7784         (mono_debug_get_domain_data): New function.
7785         (mono_debug_add_method): Take an additional `MonoDomain *'
7786         argument.
7787         (mono_debug_source_location_from_address): Likewise.
7788         (mono_debug_il_offset_from_address): Likewise.
7789         (mono_debug_address_from_il_offset): Likewise.
7790
7791 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
7792
7793         * reflection.c: one more check for null type in custom attrs.
7794
7795 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7796
7797         * reflection.c: avoid warning (comparison is always false due to limited
7798         range of data type).
7799
7800 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7801
7802         * icall.c: throw an exception in Type.GetField if the argument 'name'
7803         is NULL.
7804
7805 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
7806
7807         * reflection.c: fixed handling of enums in named arguments to custom
7808         attributes (bug #42123).
7809
7810 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
7811
7812         * reflection.c: use the right array element type and handle
7813         a null for a Type argument, too.
7814
7815 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
7816
7817         * reflection.c: handle arrays as arguments to custom attributes.
7818
7819 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7820
7821         * reflection.c: handle a string value in a custom attr
7822         ctor that takes an object.
7823
7824 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
7825
7826         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
7827         (fix bug #42063)
7828
7829 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
7830
7831         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
7832
7833 2003-04-27  Martin Baulig  <martin@ximian.com>
7834
7835         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
7836         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
7837         MONO_DEBUGGER_EVENT_BREAKPOINT.
7838         (mono_breakpoint_trampoline_code): Removed.
7839         (mono_debugger_event_handler): The last argument is now a
7840         `guint32'.
7841         (mono_debugger_insert_breakpoint_full): Removed the
7842         `use_trampoline' argument.
7843         (mono_debugger_method_has_breakpoint): Likewise.
7844         (mono_debugger_trampoline_breakpoint_callback): Renamed to
7845         mono_debugger_breakpoint_callback(); take the method and
7846         breakpoint number as arguments.
7847
7848 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
7849
7850         * metadata.c: fix off by one when loading parameters attributes.
7851
7852 2003-04-24  Martin Baulig  <martin@ximian.com>
7853
7854         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
7855
7856 2003-04-24  Martin Baulig  <martin@ximian.com>
7857
7858         * mono-debug-debugger.c: Moved all code which interacts with the
7859         Mono Debugger here.
7860
7861         * debug-mono-symfile.c: This code now just deals with the symbol
7862         file itself, the debugger code is now in mono-debug-debugger.c.
7863
7864 2003-04-23  Martin Baulig  <martin@ximian.com>
7865
7866         * mono-debug.c (mono_debug_source_location_from_il_offset):
7867         New method; like mono_debug_source_location_from_address(), but
7868         takes an IL offset instead of a machine address.
7869
7870 2003-04-23  Martin Baulig  <martin@ximian.com>
7871
7872         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
7873         `line' field; this is now computed by the debugger.
7874
7875 2003-04-23  Martin Baulig  <martin@ximian.com>
7876
7877         * mono-debug.[ch]: New files.  This is the new debugging interface.
7878
7879         * mono-debug-debugger.[ch]: New files.  Moved all code which
7880         interacts with the Mono Debugger here.
7881
7882 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
7883
7884         * domain.c (mono_init): initialize mono_defaults.monitor_class
7885
7886 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
7887
7888         * reflection.c (method_encode_code): Add a spicy exception to help
7889         future compiler authors.
7890
7891 2003-04-21  Martin Baulig  <martin@ximian.com>
7892
7893         * icall.c
7894         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
7895         Make this work with relative pathnames; g_filename_to_uri() needs
7896         an absolute filename.
7897
7898 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
7899
7900         * icall.c: Track name changes in Object and ValueType.
7901
7902 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
7903
7904         * metadata.c (mono_type_stack_size): size should be a multiple of
7905         sizeof (gpointer)
7906
7907 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7908
7909         * gc.c:
7910         (internal_domain_finalize): moved into mono_domain_finalize. No need
7911         to create another thread because the finalizers will be run in the
7912         finalizer thread.
7913         
7914         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
7915         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
7916         to be run (MS does this too).
7917
7918 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
7919
7920         * object.c (mono_class_compute_gc_descriptor): Update comment.
7921
7922         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
7923
7924         * image.h: Add synchronized wrapper cache.
7925
7926         * image.c (do_mono_image_open): Initialize cache.
7927
7928         * reflection.c (create_dynamic_mono_image): Initialize cache.
7929
7930 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7931
7932         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
7933         ves_icall_System_Buffer_ByteLengthInternal.
7934
7935 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7936
7937         * reflection.c: setup klass->nested_in earlier. Allow
7938         a dash in the assembly name.
7939
7940 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
7941
7942         * metadata.c (mono_type_to_unmanaged): dont access
7943         type->data.klass for MONO_TYPE_OBJECT
7944         (mono_type_to_unmanaged): consider System.Delegate class
7945
7946 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
7947
7948         * class.c: just setup supertypes in the proper place instead of
7949         initializing the full element class for arrays.
7950
7951 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7952
7953         * class.c: ensure the element class of arrays is initialized.
7954         Setup the supertype info for array classes, too.
7955
7956 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
7957
7958         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
7959
7960 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7961
7962         * Makefile.am: re-added -m option when running cygpath. This way,
7963         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
7964         separator.
7965         * mono-config.c: same codepath for locating mono config file for WIN32
7966         and the rest.
7967         * assembly.c: if mono_assembly_setrootdir is called, don't override
7968         the value set.
7969
7970 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7971
7972         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
7973         MONO_ASSEMBLIES variable.
7974
7975 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
7976
7977         * icall.c: added Assembly::GetNamespaces() icall.
7978
7979 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7980
7981         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
7982
7983 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
7984
7985         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
7986         * object.c: fixed bug in the construction of vtable for proxies
7987
7988 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
7989
7990         * object.c (mono_array_new): Mark mono_array_new as an icall.
7991
7992 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7993
7994         * class.c: fixed test for public method when overriding interfaces.
7995         Closes bug #40970.
7996
7997 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7998
7999         * appdomain.h, domain.c: added mono_domain_foreach() to
8000         be able to access the currently loaded appdomains.
8001         * object.c: make string interning work across sppdomains.
8002         Mark some functions for use as icalls.
8003
8004 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
8005
8006         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
8007
8008         * reflection.h reflection.c: Allocate long living data using 
8009         GC_MALLOC_ATOMIC so the collector does not need to scan it.
8010
8011         * reflection.c: Double the allocation size in streams instead of
8012         increasing it, to prevent unneccesary copying on large assemblies.
8013         
8014         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
8015         creation if the assembly does not have the Run flag set.
8016
8017 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8018
8019         * class.h: avoid the C++ keywords in header files (Jerome Laban
8020         spotted and fixed this).
8021
8022 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8023
8024         * object.c:
8025         (mono_unhandled_exception): fill in the arguments for the
8026         UnhandledException event. Only trigger that event for the default
8027         domain (as MS does).
8028
8029 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
8030
8031         * object.c: Improve typed allocation stuff based on suggestions from
8032         Paolo. Also turn it on if the GC library supports it.
8033
8034 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8035
8036         * object.c object.h class.h: Added experimental typed allocation
8037         facility using the interfaces in gc_gcj.h.
8038
8039         * os/gc_wrapper.h: Added new include files.
8040         
8041 2003-04-03  Martin Baulig  <martin@ximian.com>
8042
8043         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
8044         which is not yet enabled by default.
8045
8046         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
8047         functions.
8048         (mono_gc_lock, mono_gc_unlock): New static functions.
8049
8050         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
8051         functions; stop/start the world for the garbage collector.  This
8052         is using the windows API; we need to complete the SuspendThread()/
8053         ResumeThread() implementation in the io-layer to make this work on Unix.
8054         (mono_gc_push_all_stacks): New public function; tells the garbage
8055         collector about the stack pointers from all managed threads.
8056
8057 2003-04-03  Martin Baulig  <martin@ximian.com>
8058
8059         * object.h (MonoThread): Added `gpointer stack_ptr'.
8060
8061         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
8062
8063 2003-04-03  Martin Baulig  <martin@ximian.com>
8064
8065         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
8066
8067 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8068
8069         * reflection.c (typebuilder_setup_fields): Initialize field.first and
8070         field.last.
8071
8072 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
8073
8074         * loader.c (mono_lookup_internal_call): Report the corlib that is
8075         out of sync.
8076
8077 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
8078
8079         * icall.c (ves_icall_type_GetTypeCode): fixed check for
8080         System.DBNull (it's class not valuetype).
8081
8082 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8083
8084         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
8085         if the array method was already assigned a token (fixes bug#40646).
8086
8087 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
8088
8089         * reflection.c (mono_reflection_get_type): Attempt type resolve even
8090         if no assembly is given.
8091
8092 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
8093
8094         * metadata.h: Added the new tables.
8095
8096         * row-indexes.h: Added definitions for new tables.
8097
8098         * metadata.c: Add schemas for new tables, and add support for
8099         computing the sizes of them.
8100
8101         * class.c: Update for handling the new type cases.
8102
8103 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
8104
8105         * metadata.h (MONO_TYPE_IS_VOID): new macro
8106
8107 2003-03-31  Martin Baulig  <martin@ximian.com>
8108
8109         * threads.h (MonoThreadCallbacks): Added `thread_created'.
8110
8111         * threads.c (mono_thread_new_init): Call `thread_created' in the
8112         mono_thread_callbacks.
8113
8114 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
8115
8116         * loader.h: added marshalbyrefobject_class to mono_defaults
8117         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
8118         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
8119           generation of output parameters.
8120           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
8121         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
8122           contextbound and the target object belongs to the context of the caller.
8123         * object.h: added context and unwrapped_server variables in MonoRealProxy.
8124         * object.c: Implemented support for interfaces and abstract classes
8125           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
8126           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
8127
8128 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
8129
8130         * class.h class.c (mono_class_is_subclass_of): New function.
8131         
8132         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
8133         routines for most common case (calls from ArrayList::ToArray).
8134
8135         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
8136         routine so programs which call Environment::Exit() can be profiled.
8137
8138         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
8139         Added MONO_ARCH_SAVE_REGS.
8140
8141         * icall.c (ves_icall_type_is_subtype_of): Use new function.
8142
8143 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
8144
8145         * blob.h: Add a couple of new MonoType types definitions.
8146
8147         * tabledefs.h: Add a couple of new call convs.
8148
8149 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
8150
8151         * reflection.h (MonoReflectionDynamicAssembly): track changes in
8152         the layout of the class.
8153
8154         * reflection.c (alloc_table): double the size on overflow to avoid
8155         unnecessary copying.
8156
8157         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
8158         avoid filling out metadata tables and blobs. Also set mb->ilgen to
8159         null so it can be garbage collected.
8160         
8161 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
8162
8163         * reflection.c (mono_reflection_get_type): Return the resolved type
8164         only if it is in the assembly we searched.
8165
8166         * reflection.c (ensure_runtime_vtable): Initialize method slots.
8167
8168         * class.c (mono_class_setup_vtable): Set the slot of the overriding
8169         method.
8170
8171 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8172
8173         * appdomain.c:
8174         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
8175         the right one is 'file:///blah', but MS allows it.
8176         * assembly.c:
8177         (mono_assembly_open): allow 'file://blah'
8178
8179         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
8180
8181 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
8182
8183         * socket-io.c: fixes bug #40310.
8184
8185 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
8186
8187         * reflection.c (mono_reflection_parse_type): handle deeply nested
8188         types correctly.
8189
8190         * reflection.c (mono_image_create_token): Use unique token values
8191         since they will be put into a hash table.
8192
8193         * class.c (mono_class_setup_vtable): If a method occurs in more than
8194         one place in the vtable, and it gets overriden, then change the
8195         other occurances too.
8196
8197         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
8198         object as return type.
8199
8200 2003-03-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8201
8202         * icall.c: Deleted "ToString" implementation for double and float
8203         because they are full implemented in managed code.
8204
8205 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8206
8207         * reflection.c, reflection.h: implemented and exported functions
8208         to retrieve info about custom attributes.
8209
8210 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8211
8212         * appdomain.c: moved Uri handling to assembly.c
8213         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
8214         work when using a file Uri in *nix and windows.
8215
8216         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
8217         GetReferencedAssemblies.
8218
8219 2003-03-18  Dick Porter  <dick@ximian.com>
8220
8221         * icall.c: Rename a couple of internal calls
8222
8223         * threads.c: Set the thread state to Stopped when a thread exits.
8224         Fixes bug 39377.
8225
8226 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
8227
8228         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
8229         New icall.
8230
8231         * object.c (mono_class_vtable): fix warning.
8232
8233 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
8234
8235         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
8236
8237         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
8238         memory.
8239         (method_encode_clauses): Create exception info structures in the right
8240         order.
8241         (mono_reflection_setup_internal_class): Initialize supertypes field.
8242
8243         * class.c object.c: Handle interfaces which implement other interfaces 
8244         correctly.
8245
8246         * class.h class.c: Move the supertypes array initialization code into 
8247         a separate function so it can be used for dynamic types too. Also call
8248         it earlier, in mono_class_init(), since it can be used before the
8249         type is initialized.
8250
8251 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8252
8253         * Makefile.am:
8254         * assembly.c:
8255         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
8256
8257         * appdomain.c:
8258         * appdomain.h:
8259         * marshal.c:
8260         * object.c: remove warnings.
8261
8262 2003-03-13  Martin Baulig  <martin@ximian.com>
8263
8264         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
8265         (MonoDebugLexicalBlockEntry): New types.
8266
8267         * debug-mono-symfile.c
8268         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
8269
8270 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8271
8272         * process.c: ret can be any non-zero value accroding to MS doc.
8273
8274 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
8275
8276         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
8277         fixing a warning for a miss-used prototype, would have cause
8278         random memory corruption.
8279
8280 2003-03-07  Martin Baulig  <martin@ximian.com>
8281
8282         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
8283         getting really annoying ....
8284
8285 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
8286
8287         * reflection.c (fixup_method): added support for array methods.
8288
8289 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
8290
8291         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
8292         (pointed out by Michael Adams).
8293
8294 2003-03-04  Dick Porter  <dick@ximian.com>
8295
8296         * icall.c: Temporarily reverted the Double and Single ToString()
8297         change, because it broke nunit.
8298
8299 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
8300
8301         * object.h, threads.h: make include files compatible with C++
8302         (patch by Jerome Laban <jlaban@wanadoo.fr>).
8303
8304 2003-03-04  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8305
8306         * icall.c: Erased ToString helper functions for Double and Single.
8307         Now, that implementations ar all in managed code (Double and Single
8308         Formatters).
8309
8310 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
8311
8312         * appdomain.c: Added method for initializing the default context of
8313         a domain. Added internal call for getting the default context.
8314         * appdomain.h: Added context variable in MonoDomain struct.
8315         * domain.c: mono_domain_set also sets the default context of the domain
8316         * icall.c: Mapped internal method InternalGetDefaultContext.
8317         * object.c: mono_object_get_virtual_method returns always a remoting
8318         wrapper if the object is a transparent proxy.
8319         mono_runtime_invoke_array: when creating an object by calling the
8320         constructor, if the created object is a proxy, then the constructor should
8321         be called using the a remoting wrapper.
8322
8323 2003-03-03  Dick Porter  <dick@ximian.com>
8324
8325         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
8326         variable so it compiles on solaris.  Problem spotted by
8327         Christopher Taylor <ct@cs.clemson.edu>
8328
8329 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8330
8331         * appdomain.c:
8332         (get_info_from_assembly_name): don't leak value.
8333
8334         * icall.c:
8335         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
8336         result.
8337
8338 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
8339
8340         * assembly.c: export mono_image_load_references ().
8341         * class.c: handle function pointers. mono_class_from_name() now
8342         supports nested type names directly.
8343
8344 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
8345
8346         * reflection.h reflection.c: Encode already created dynamic methods 
8347         and fields correctly as a DEF instead of a REF.
8348
8349         * reflection.c: Get rid of the force_ref argument to 
8350         mono_image_typedef_or_ref since it was wrong in the first place.
8351
8352         * string-icalls.c: add error checking to string constructors according
8353         to the MSDN docs.
8354
8355         * reflection.c: Emit types in the order their TypeBuilders were 
8356         created. Previously, a new table index was assigned to each type before
8357         the tables were emitted. This was wrong because the signature blob
8358         might already refer to a type by its original table index.
8359
8360 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
8361
8362         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
8363         change.
8364         
8365 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8366
8367         * Makefile.am: make assemblies dir have \ instead of / on windows.
8368
8369 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
8370
8371         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
8372         iterate over the NESTEDCLASS table using a linear search since the
8373         table is not guaranteed to be sorted by the secondary key.
8374
8375         * class.c (mono_class_create_from_typedef): fixed up call to
8376         mono_metadata_nesting_typedef.
8377         
8378 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
8379
8380         * marshal.c (mono_string_to_byvalstr): clear the memory as
8381         suggested by Jerome Laban <jlaban@wanadoo.fr>
8382
8383 2003-02-26  Dick Porter  <dick@ximian.com>
8384
8385         * process.c: Cope with padding in .rsrc blocks
8386
8387 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8388
8389         * metadata.h: reverted the filter_len change, it breaks reflection
8390         
8391 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8392
8393         * metadata.h: added a new field to store the filter_len
8394         
8395
8396 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
8397
8398         * reflection.c: handle custom attributes for types and members
8399         created with Reflection.Emit (bug#38422).
8400
8401 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
8402
8403         * reflection.c: define RTSpecialName automatically for constructors for
8404         compatibility with MS.NET.
8405
8406         * reflection.c (mono_reflection_create_runtime_class): initialize
8407         nested_in field of dynamically created classes.
8408
8409 2003-02-22  Martin Baulig  <martin@ximian.com>
8410
8411         * debug-mono-symfile.h: Incremented version number.
8412
8413 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8414
8415         * object.h icall.c process.c: fix warnings.
8416
8417 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8418
8419         * appdomain.h appdomain.c:
8420         (mono_domain_try_type_resolve): split the 
8421         name_or_tb argument into a name and a tb argument.
8422         (mono_domain_has_type_resolve): new function to check whenever the
8423         application has registered a TypeResolve event handler.
8424         
8425         * icall.c reflection.h reflection.c: move the type resolve logic into
8426         mono_reflection_get_type () so it will be invoked when 
8427         Assembly::GetType () is called.
8428
8429         * reflection.c:
8430         (mono_reflection_get_type): renamed to get_type_internal.
8431         (mono_reflection_get_type): fixed type name generation so it works 
8432         for nested types too.
8433         (mono_reflection_get_type): call has_type_resolve () to avoid the 
8434         costly type name generation if there is no resolve event handler.
8435
8436 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8437
8438         * class.c, image.c: load exported types from file references.
8439
8440 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
8441
8442         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
8443           used to cache the managed methods used to create proxies and make 
8444           remote invocation of methods.
8445         * class.h: Added in MonoVTable a flag to indicate that a class needs 
8446           to be remotely created.
8447         * object.c: Modified the method mono_class_vtable(). It now initializes 
8448           the remote flag of the vtable. Modified mono_object_new_specific(), 
8449           so now it checks the remote flag.
8450         * icall.c: Added a couple of internal methods, one for enabling instance 
8451           creation interception for a type, and one for creating objects bypassing
8452           the remote check.
8453
8454 2003-02-18  Martin Baulig  <martin@ximian.com>
8455
8456         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
8457         New interncall to get a method's metadata token.
8458
8459         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
8460         New interncall for the debugger.
8461
8462 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
8463
8464         * class.c (mono_class_setup_vtable): allocate supertype array
8465
8466 2003-02-18  Martin Baulig  <martin@ximian.com>
8467
8468         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
8469
8470 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8471
8472         * reflection.c:
8473         (assembly_name_to_aname): jump over unknown properties (i've found
8474         something like: 'type, assembly, version=xxx, custom=null, public...',
8475         so now will ignore custom=null and still get the rest of the values).
8476
8477 2003-02-17  Dick Porter  <dick@ximian.com>
8478
8479         * threads.c: Have Thread.Start() wait for a semaphore to signal
8480         that the thread has set up all its local data.  This fixes bug
8481         34323, where Abort() raced the new thread's TLS data.
8482
8483         Also removes the handle_store() call from start_wrapper, because
8484         threads are now always created suspended and there is no longer a
8485         race between the parent and child threads to store the info.
8486
8487 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
8488
8489         * image.c: explain the #- heap issue in a message, hopefully
8490         avoiding FAQs on mono-list.
8491
8492 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8493
8494         * icall.c:
8495         (GetEntryAssembly): if the domain has not invoked
8496         AppDomain.ExecuteAssembly yet, return the assembly of the default
8497         AppDomain.
8498
8499 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
8500
8501         * class.c (mono_ldtoken): make it work in dynamic assemblies.
8502
8503 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
8504
8505         * metadata.c, reflection.c: simple speedup to type hash
8506         and equals code.
8507
8508 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
8509
8510         * image.c, image.h, class.c, assembly.c: move module loading
8511         to MonoImage. When loading metadata, consider alignemnet from
8512         the start of metadata, not from the metadata address in memory.
8513
8514 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
8515
8516         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
8517         AssemblyBuilder objects. Factored out custom attribute creation into
8518         a separate function.
8519         (create_custom_attr): new function to create custom attributes.
8520
8521 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
8522
8523         * Makefile.am: Got tired of typing the full pathname to pedump.
8524         Until there is another option, am installing this.
8525
8526 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
8527
8528         * class.c (class_compute_field_layout): always set field->parent 
8529         (mono_ldtoken): use mono_defaults.fieldhandle_class;
8530
8531 2003-02-11  Dick Porter  <dick@ximian.com>
8532
8533         * threads-types.h:
8534         * monitor.c: Rewrote Monitor, making lock much faster and
8535         Pulse/Wait work as specified.  Also uses much fewer handles, and only
8536         creates them as needed.
8537
8538         * exception.c: Added SynchronizationLockException
8539
8540         * threads.c: Deleted old Monitor implementation.  The new one is
8541         in a new file.
8542
8543 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
8544
8545         * class.c: handled TypedReference type code. Set the correct size for
8546         class data. Setup interface_offsets for interface classes, too.
8547
8548 2003-02-09  Martin Baulig  <martin@ximian.com>
8549
8550         * debug-mono-symfile.h: Reflect latest symbol writer changes.
8551
8552 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
8553
8554         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
8555         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
8556         * object.c: fixed mono_object_get_virtual_method () for interfaces.
8557         * verify.c: check for code that runs after the end of the method.
8558
8559 2003-02-08  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8560
8561         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
8562         "System.Math::Round2".
8563         * sysmath.h: Added Floor, Round and Round2 definitions.
8564         * sysmath.c: Modified certain functions that were not 100% compliant
8565         with MS.NET (math precision) and added the implementation of Floor,
8566         Round and Round2.
8567
8568 2003-02-07  Martin Baulig  <martin@ximian.com>
8569
8570         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
8571
8572 2003-02-07  Martin Baulig  <martin@ximian.com>
8573
8574         * debug-mono-symfile.c: Reflected latest symwriter changes.
8575         (mono_debug_create_mono_symbol_file): Removed.
8576         (mono_debug_open_mono_symbol_file): Take an argument which
8577         specifies whether to create a dynamic symbol file.
8578
8579 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
8580
8581         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
8582
8583 2003-02-05  Martin Baulig  <martin@ximian.com>
8584
8585         * reflection.c (mono_image_build_metadata): Make this public,
8586         protect it against being called multiple times, don't create
8587         resources and don't build the compressed metadata here.
8588         (mono_image_create_pefile): Do this here.
8589
8590         * icall.c
8591         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
8592
8593 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8594
8595         * socket-io.c: fixed bug #36322.
8596
8597 2003-02-06  Piers Haken <piersh@friskit.com>
8598
8599         * appdomain.[ch]:
8600         * class.h:
8601         * debug-mono-symfile.c:
8602         * icall.c:
8603         * loader.c:
8604         * mono-config.c:
8605         * monosn.c:
8606         * reflection.c:
8607         * socket-io.c: warning cleanups
8608
8609 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
8610
8611         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
8612         function. works like remoting invoke, but does a check for the Proxy first.
8613
8614 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
8615
8616         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
8617
8618 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
8619
8620         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
8621         array of pointers.
8622         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
8623         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
8624
8625         * object.c (mono_store_remote_field_new): used by the new jit
8626         instead of mono_store_remote_field
8627         (mono_load_remote_field_new): used by the new jit
8628         instead of mono_load_remote_field
8629
8630 2003-02-05  Patrik Torstensson
8631
8632         * appdomain.c: changed unload to take the domain id instead
8633         of domain
8634         
8635         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
8636
8637
8638 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8639
8640         * appdomain.c: don't look for assemblies in ApplicationBase if
8641         PrivateBinPathProbe is set.
8642
8643 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8644
8645         * object.c: make the first argument in main_args contain the absolute
8646         path to the assembly. Fixes bug #37511.
8647
8648 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8649
8650         * icall.c: get correct UTC offset for countries not using daylight
8651         time saving. Fixes bug #30030.
8652
8653 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8654
8655         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
8656         and 1 are the family).
8657
8658 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
8659
8660         * icall.c (ves_icall_InternalExecute): removed wrong assertion
8661
8662         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
8663
8664 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
8665
8666         * reflection.c: added support for SignatureHelper tokens, which is
8667         needed by the Calli opcode.
8668
8669         * reflection.h: track changes to SignatureHelper class.
8670
8671         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
8672
8673 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8674
8675         * appdomain.c: fixed loading assemblies from PrivateBinPath.
8676
8677 2003-02-03  Patrik Torstensson
8678         * appdomain.[c|h], domain.c : 
8679          - Added support for getting a domain via domain id
8680          - Support for setting and getting domain from System.AppDomain 
8681            (used in cross appdomain channel)
8682          - Added support for get/set for a MonoAppContext on a thread 
8683            (Context class in System.Runtime.Remoting.Contexts),
8684          - Removed hack in Get/SetData and ExecuteAssembly.
8685         
8686         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
8687         the managed world to get control when a proxy is created.
8688
8689         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
8690         
8691 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
8692
8693         * icall.c
8694         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
8695         Populate the codebase field as well.
8696
8697 2003-02-02  Martin Baulig  <martin@ximian.com>
8698
8699         * debug-mono-symfile.c
8700         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
8701         (mono_debug_symfile_add_method): Allow interncalls.
8702
8703 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8704
8705         * icall.c: throw parse exception if strtod fails or the string is empty.
8706
8707 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
8708
8709         * marshal.c: handle object type separately from defined
8710         class types.
8711
8712 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
8713
8714         * marshal.c: handle NATIVE_LPSTR for strings when it's
8715         explicitly specified.
8716
8717 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
8718
8719         * reflection.c, reflection.h, icall.c: setup the reflection
8720         handle cache for ModuleBuilders and AssemblyBuilders.
8721
8722 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
8723
8724         * reflection.c (reflection_methodbuilder_to_mono_method): set
8725         pinvoke flag
8726
8727 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8728
8729         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
8730
8731 2003-01-29  Dick Porter  <dick@ximian.com>
8732
8733         * threads.c: No need for the fake_thread kludge now that Thread
8734         doesn't run a class constructor
8735         
8736 2003-01-29  Dick Porter  <dick@ximian.com>
8737
8738         * threads.c: Use g_direct_hash instead of the rather bogus
8739         g_int_hash
8740
8741 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
8742
8743         * marshal.c (mono_marshal_get_native_wrapper): add check for null
8744         (fix pinvoke12.exe)
8745         (mono_marshal_get_struct_to_ptr): generate valid IL code
8746         (mono_marshal_get_ptr_to_struct): generate valid IL code
8747         (*): correctly set sig->pinvoke, we need to memdup the signature
8748         to do that
8749
8750 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8751
8752         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
8753         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
8754
8755 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
8756
8757         * profiler.c: provide more callers information.
8758
8759 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
8760
8761         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
8762
8763         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
8764
8765         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
8766
8767 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8768
8769         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
8770         exception instead of going into an infinite loop on dates which it 
8771         can't yet handle.
8772
8773         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
8774         out-of-range exception if needed.
8775
8776         * class.c (mono_class_setup_vtable): allow a virtual method to provide
8777         an implementation for an interface method and to override an inherited
8778         method at the same time. 
8779         Imagine a scenario when a virtual method is used to override a
8780         virtual abstract method in a parent class, and this same method 
8781         provides an implementation for an method inherited from an interface. 
8782         In this case, the interface resolution code will set im->slot, which 
8783         means that the virtual method override pass will skip this method 
8784         which means a pointer to the abstract method inherited from the parent
8785         will remain in the vtable of this non-abstract class.
8786
8787         * class.c: (mono_class_setup_vtable): continue search for a real 
8788         method if only an abstract method is found.     
8789
8790 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
8791
8792         * reflection.c: add size to encoding for ByValStr and ByValArray
8793         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
8794
8795 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8796
8797         * class.c (mono_class_setup_vtable): pass the override info as an
8798         argument.
8799
8800         * class.c (mono_class_setup_vtable): set the slot of overriding methods
8801         correctly.
8802         
8803         * reflection.c (ensure_runtime_vtable); add support for method 
8804         overrides.
8805         
8806 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8807
8808         * reflection.c (resolution_scope_from_image): Hack to work to work with
8809         dynamic assemblies.
8810
8811         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
8812         added a 'force_ref' argument to force this function to allways return 
8813         a TypeRef. This is needed by mono_image_get_memberref_token ().
8814         
8815 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8816
8817         * reflection.c (mono_image_get_type_info): interfaces really don't have
8818         a parent.
8819
8820         * reflection.c (mono_image_basic_init): fill out missing fields of
8821         image structure.
8822
8823         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
8824         dynamic assemblies. This is required so dynamic assemblies show up in
8825         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
8826         Type::GetType() etc. This is consistent with MS behaviour.
8827
8828         * image.c image.h reflection.c: add newly created classes to the name 
8829         cache so mono_class_get () will find them.      
8830
8831 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8832
8833         First part of changes to get IKVM.NET running under mono.
8834         
8835         * appdomain.h, appdomain.c: added new function 
8836         mono_domain_try_type_resolve() which will emit TypeResolve events. 
8837         This function will call AppDomain::DoTypeResolve to do the actual work.
8838
8839         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
8840         moved existing code dealing with dynamic tokens to a new function 
8841         called mono_reflection_lookup_dynamic_token (). This function will 
8842         raise TypeResolve events when appropriate. Since reflection.c is not 
8843         part of libmetadata, a new hook function called 
8844         mono_lookup_dynamic_token() is added to class.c which will call this.
8845
8846         * assembly.h assembly.c: make the invoke_load_hook function public,
8847         so it can be called for dynamic assemblies.
8848
8849         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
8850
8851         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
8852         type isn't found.
8853
8854         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
8855         MonoGHashTable, since it contains pointers to objects which the GC 
8856         needs to track.
8857
8858         * assembly.c (search_loaded): remove unused variable.
8859         
8860 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
8861
8862         * object.c: fixed issue exposed by gcc-generated IL programs
8863         that use RVA data for pointers.
8864
8865 2003-01-25  Martin Baulig  <martin@ximian.com>
8866
8867         * threads.c (start_wrapper): Moved the initialization of
8868         `start_func' above the mono_new_thread_init() call to which we
8869         pass it as argument.
8870
8871 2003-01-24  Martin Baulig  <martin@ximian.com>
8872
8873         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
8874         the MonoThread pointer.
8875
8876 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
8877
8878         * icall.c: Rename `PowImpl' to Pow.
8879
8880 2003-01-23  Dick Porter  <dick@ximian.com>
8881
8882         * threads.c (start_wrapper): Create a Thread object if needed, so
8883         the Main() thread can do the class initialisation in a subthread
8884         that has been set up to allow managed code execution.
8885
8886         Pass the thread ID instead of the MonoThread pointer to the thread
8887         start and attach callbacks.  This change is required, because the
8888         jit thread start callback must be called _before_ the Thread
8889         object can be created.
8890         
8891         (mono_thread_init): Removed much object creation code that is no
8892         longer needed.  No managed code is called from here now.
8893
8894         * object.c (mono_runtime_exec_managed_code): Create a subthread
8895         for Main, and call back to the runtime to use it.
8896         Set the exit code when Main exits.
8897
8898         * gc.c: Make sure domain finalisation happens in a subthread.
8899         Re-enable threaded GC, fixing bug 31333 (again).
8900
8901         * environment.c: System.Environment internall calls (so far just
8902         ExitCode is here, the others are still in icall.c)
8903
8904         * appdomain.c (mono_runtime_cleanup): All threads running managed
8905         code should have finished before mono_runtime_cleanup() is
8906         reached, so no need to clean up threads.
8907
8908 2003-01-22  Martin Baulig  <martin@ximian.com>
8909
8910         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
8911         `gpointer func' arguments.      
8912         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
8913         but added `MonoThread *thread' argument.
8914         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
8915
8916         * threads.c (mono_new_thread_init): Added `gpointer func' argument
8917         and pass it to the mono_thread_start_cb callback.
8918         (mono_install_thread_callbacks): New public function to install a
8919         set of callbacks which are set by the debugger.
8920         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
8921
8922 2003-01-22  Martin Baulig  <martin@ximian.com>
8923
8924         * Makefile.am: Install debug-mono-symfile.h.
8925
8926 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
8927
8928         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
8929
8930 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
8931
8932         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
8933         * class.c (mono_ptr_class_get): correctly set access levels of pointers
8934         (mono_array_class_get): correctly set access levels of arrays
8935
8936 2003-01-20      Patrik Torstensson
8937         * image.h (MonoAssemblyName): changed major, minor, build, revision
8938         from signed to unsigned.
8939
8940 2003-01-20  sean kasun <skasun@azstarnet.com>
8941
8942         * reflection.c (load_cattr_value): Now this handles
8943         MONO_TYPE_SZARRAY.  Fixes bug #35629
8944
8945 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
8946
8947         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
8948         integer value
8949
8950 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8951
8952         * decimal.c: fixed bug #26056.
8953
8954 2003-01-17  Martin Baulig  <martin@ximian.com>
8955
8956         * gc.c: Raise an ExecutionEngineException instead of using g_error().
8957
8958 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8959
8960         * exception.[ch]:
8961         (mono_get_exception_type_initialization): new function.
8962
8963         * object.c: throw a TypeInitializationException when an exception is
8964         thrown invoking the class constructor.
8965
8966 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8967
8968         * reflection.c: fixed attribute reading.
8969
8970 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8971
8972         * icall.c:
8973         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
8974         provided, look for the type in the calling assembly and then in
8975         mscorlib; if the assembly name is provided, only try that one.
8976
8977 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
8978
8979         * object.c: register the vtable before there is a chance it's
8980         queried again recursively.
8981
8982 2003-01-13  Duncan Mak  <duncan@ximian.com>
8983
8984         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
8985         gc-internal.h. 
8986         
8987 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
8988
8989         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
8990
8991 2003-01-11  Martin Baulig  <martin@ximian.com>
8992
8993         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
8994         this to 20 for the release.
8995
8996 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
8997
8998         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
8999
9000         * loader.c (mono_method_get_marshal_info): bug fix
9001
9002         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
9003         structures with explicit layout
9004
9005 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9006
9007         * profiler.c: made the output more readable (and sorted). 
9008         Added caller information for the allocation profiler.
9009
9010 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
9011
9012         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
9013
9014 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9015
9016         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
9017         to get value types.
9018         
9019 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
9020
9021         * object.c, profiler.h, profiler.c, profiler-private.h:
9022         Added object allocation profiler.
9023
9024 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
9025
9026         * reflection.h, reflection.c: handle global methods.
9027         Compress blob entries.
9028
9029 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
9030
9031         * marshal.c: fix compilation.
9032
9033 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
9034
9035         * loader.c (mono_method_get_marshal_info): impl.
9036
9037         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
9038
9039 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9040
9041         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
9042         for reference types.
9043
9044 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
9045
9046         * loader.c: fixed off by one error in loaded parameter names.
9047
9048 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
9049
9050         * marshal.c (mono_marshal_get_icall_wrapper): like
9051         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
9052         instead of a MonoMethod.
9053
9054 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9055
9056         * decimal.c: fixed bug #36537.
9057
9058 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
9059
9060         * marshal.c: throw a missing method exception if a
9061         P/Invoke method is not found.
9062
9063 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9064
9065         * icall.c: allow a null this for constructors.
9066
9067 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
9068
9069         * icall.c: raise the proper exceptions if the arguments to the
9070         internal Invoke are incorrect.
9071
9072 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
9073
9074         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
9075
9076 2003-01-03  Martin Baulig  <martin@ximian.com>
9077
9078         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9079
9080 2002-12-31  Martin Baulig  <martin@ximian.com>
9081
9082         * debug-mono-symfile.c: Completely rewrote the type section.
9083         Instead of using individual malloc()ed fields, we use one big
9084         continuous memory area and offsets into this area.
9085         See the comments in the source code for details.
9086
9087 2002-12-30  Martin Baulig  <martin@ximian.com>
9088
9089         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
9090
9091 2002-12-30  Martin Baulig  <martin@ximian.com>
9092
9093         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
9094         line number table in this data blob instead of using an external
9095         pointer.
9096
9097 2002-12-28  Martin Baulig  <martin@ximian.com>
9098
9099         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9100
9101 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
9102
9103         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
9104         as a boxed return type.
9105
9106 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
9107
9108         * appdomain.c
9109         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
9110         g_build_filename to properly get separators on the filename created.
9111
9112         * object.h: Small change, introduce MonoMarshalByRefObject to
9113         track the layout of that structure in the C# universe as we make
9114         changes there.
9115
9116 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
9117
9118         * object.c: removed assert to allow static fields on interfaces.
9119         * loader.c: a TypeSpec may be used for any type, not just arrays.
9120
9121 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9122
9123         * class.c, class.h: added mono_class_array_element_size ().
9124         Ignore static methods in interfaces.
9125
9126 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9127
9128         * threads.c: fixed the build under cygwin.
9129
9130 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
9131
9132         * reflection.c: handle nullref constants. Allocate keys for
9133         reflection handles with the GC.
9134
9135 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9136
9137         * threads.c, threads.h: added mono_thread_get_abort_signal()
9138         to get a suitable signal for thread abort.
9139
9140 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9141
9142         * metadata.c: fix handling of ExportedType table.
9143
9144 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9145
9146         * icall.c: added WriteWindowsDebugString internal call.
9147
9148 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9149
9150         * reflection.h: added fields to match C# implementation.
9151
9152 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9153
9154         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
9155
9156 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
9157
9158         * gc.h, gc-internal.h: Rename header for GC internal calls to
9159         gc-internal.h from gc.h as to not clash with Boehm GC having its
9160         header installed as <gc.h> in outside include paths.
9161         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
9162         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
9163
9164 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9165
9166         * icall.c: assign minor, build and revision in FillName.
9167
9168 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
9169
9170         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
9171         Added support for running code generated by Reflection.Emit.
9172
9173 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9174
9175         * appdomain.c: check for NULL argument in LoadFrom.
9176
9177 2002-12-10  Dick Porter  <dick@ximian.com>
9178
9179         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
9180
9181 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9182
9183         * appdomain.c: fix buglet when building exe file name.  Handle full
9184         assembly name (needed after latest changes to AssemblyName).
9185         * image.c:
9186         (mono_image_close): free some hashtables.
9187
9188 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
9189
9190         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
9191         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
9192         on some systems (redhat 7.3) 
9193
9194 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
9195
9196         * threads.c: delete the critical section of a sync block,
9197         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
9198
9199 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
9200
9201         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
9202
9203 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9204
9205         * appdomain.[ch]: handle the assembly preload event to try loading the
9206         assemblies using the paths we have in the current domain.
9207
9208         * assembly.[ch]: created an assembly preload hook that is called to try
9209         loading the assembly by other means that the ones provided here.
9210
9211         * domain.c: initialize the domain search path.
9212
9213         From now on, assemblies (TODO: except corlib and System) are loaded
9214         according to these rules when using mono_assembly_load ():
9215
9216                 1. It tries to load the assembly from the ApplicationBase
9217                 of the current domain appending .dll and .exe (TODO: have to
9218                 try loading from name/name.dll and name/name.exe).
9219
9220                 2. It tries the search path specified in PrivateBinPath for the
9221                 current domain (if any).
9222
9223                 3. Previous behavior.
9224
9225 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
9226
9227         * icall.c: implemented GetInterfaceMap() related icall.
9228         * domain.c, loader.h: load MethodInfo in mono_defaults.
9229
9230 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9231
9232         * gc.c: disable the finalizer thread for now, untill all the issues
9233         with it are resolved.
9234
9235 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9236
9237         * string-icalls.c: handle embedded nulls in string ctor when the
9238         length is specified.
9239
9240 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9241
9242         * class.c: look for explicit interface implementation in parent
9243         classes, too.
9244
9245 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
9246
9247         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
9248
9249 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
9250
9251         * gc.c: protect handles with a critical section.
9252
9253 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9254
9255         * icall.c:
9256         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
9257         parameters. If no assembly specified, try getting the type from all
9258         the assemblies in the current domain, else, load the assembly and get
9259         the type from it.
9260
9261 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9262
9263         * marshal.c: applied patch from Aleksey Demakov that fixes
9264         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
9265
9266 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9267
9268         * icall.c: fixed get_location.
9269
9270 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
9271
9272         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
9273         declarations to make it work with older gcc. 
9274
9275         * loader.c (mono_get_method): set signature->pinvoke for native calls
9276
9277 2002-11-20  Dick Porter  <dick@ximian.com>
9278
9279         * threads.c (mono_thread_init): Set the main thread's handle
9280
9281 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
9282
9283         * gc.c: allow compilation without GC support. Changed to match the
9284         mono coding style.
9285
9286 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9287
9288         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
9289
9290 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
9291
9292         * reflection.c: set a public key token on the core assemblies.
9293
9294 2002-11-18  Dick Porter  <dick@ximian.com>
9295
9296         * threads.c: Split out some thread initialisation so that other
9297         files can set the start callback function.
9298
9299         * gc.c: Run finalisers in a separate thread, to avoid stack
9300         overflow.  Fixes bug 31333.
9301
9302         * appdomain.c: Set up GC finalisation thread.
9303
9304         * reflection.c: 
9305         * object.c: 
9306         * domain.c: Use gc.h macros for GC_malloc
9307         
9308 2002-11-15  Dick Porter  <dick@ximian.com>
9309
9310         * threadpool.c: 
9311         * threads.c:
9312         * appdomain.c: Removed mono_runtime_init_with_attach(),
9313         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
9314         merging the extra parameter with the existing function.  Removed
9315         unneeded code in mono_thread_attach().
9316
9317 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
9318
9319         * image.c (mono_image_loaded_by_guid): a method to get loaded
9320         images by guid. 
9321         (load_metadata_ptrs): we store the guid as string.
9322
9323 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
9324
9325         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
9326
9327         * metadata.c (mono_guid_to_string): imported method form Zoltan
9328         Varga (slightly modified)
9329
9330         * assembly.c (mono_assembly_open): load precompiled code
9331
9332         * loader.h (MonoMethod): we store the method token for use in the
9333         aot compiler. 
9334
9335 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9336
9337         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
9338         the hook function called when an assembly is loaded.
9339         
9340         * domain.c: Modified file.
9341         (mono_domain_assembly_load): removed hash table insertion of assemblies.
9342
9343         Fixes bug #33196.
9344
9345 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
9346
9347         * reflection.c: Map PEFileKind to the value expected by the WinNT
9348         image loader. 
9349
9350 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9351
9352         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
9353         Read until the buffer is filled completely.
9354
9355 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9356
9357         * icall.c: implemented MonoType.InternalGetEvent ().
9358
9359 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9360
9361         * appdomain.c: implemented InitAppDomainSetup. Delayed
9362         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
9363         the entry_assembly.
9364
9365         * assembly.c: base_dir is now an absolute path ending with
9366         G_DIR_SEPARATOR.
9367
9368         * icall.c: modified get_location according to the above changes.
9369
9370         * object.c: init AppDomain.SetupInformation for the default domain after
9371         we have the entry assembly.
9372
9373         * domain.c: when unloading a domain, setup = NULL.
9374
9375 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
9376
9377         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
9378
9379 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
9380
9381         * object.h, object.c: introduced mono_object_get_virtual_method ()
9382         to lookup the method invoked on an object when a callvirt is done on
9383         a method.
9384         * icall.c: make MethodInfo::Invoke() always do a virtual call.
9385
9386 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9387
9388         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
9389         current domain when loaded an assembly and failed to load it.
9390
9391         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
9392
9393 2002-10-31  Dick Porter  <dick@ximian.com>
9394
9395         * icall.c: 
9396         * file-io.h: 
9397         * file-io.c: Return the error status in a parameter, as the
9398         GetLastError() value has long since been blown away if we try and
9399         look it up in a subsequent internal call invocation.  Delete the
9400         GetLastError() internal call, because it's useless.
9401
9402 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
9403
9404         * class.[ch]: added cast_class to fix bug 29517
9405
9406 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
9407
9408         * marshal.c: create valid IL code in the filter clause:
9409         the new JIT is less forgiving:-)
9410
9411 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9412
9413         * icall.c: removed get_property internal call.
9414
9415 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
9416
9417         * appdomain.h domain.c: Added an ID to appdomains.
9418         
9419         * threads.c threads.h icall.c: Implement icall
9420         Thread:GetDomainID(), and remove unused icall 
9421         CurrentThreadDomain_internal.
9422
9423 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9424
9425         * icall.c: Don't recurse through the base types in GetConstructor.
9426         Fixes bug #32063. 
9427
9428 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
9429
9430         * mempool.h, mempool.c: added mono_mempool_empty() and
9431         mono_mempool_stats().
9432
9433 2002-10-23  Dick Porter  <dick@ximian.com>
9434
9435         * file-io.c: 
9436         * file-io.h: 
9437         * icall.c: Added MonoIO.GetFileType internal call
9438
9439 2002-10-17  Dick Porter  <dick@ximian.com>
9440
9441         * appdomain.c (mono_runtime_cleanup): Don't signal the async
9442         delegate semaphore before waiting for all threads to finish,
9443         because new threads can also call async delegates.  Fixes bug
9444         32004.
9445
9446         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
9447         of 3 seconds, in case another async job is queued.  (This part is
9448         needed because the bug fix reintroduced the 3s exit lag.)  This
9449         makes the mono_runtime_shutdown flag superfluous.
9450
9451 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9452
9453         * reflection.c: include ehader size in method section headers.
9454         Really check for suplicated modules entries.
9455
9456 2002-10-17  Martin Baulig  <martin@gnome.org>
9457
9458         * debug-mono-symfile.c: Added back support for locals.
9459
9460 2002-10-14  Martin Baulig  <martin@gnome.org>
9461
9462         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
9463         MONO_TYPE_VOID.
9464
9465 2002-10-14  Martin Baulig  <martin@gnome.org>
9466
9467         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
9468         mono_class_get() instead of looking in the class cache. 
9469
9470 2002-10-13  Martin Baulig  <martin@gnome.org>
9471
9472         * debug-mono-symfile.c: Set version number to 28, include the
9473         signature in method names.
9474
9475 2002-10-13  Martin Baulig  <martin@gnome.org>
9476
9477         * debug-mono-symfile.h: Set version number to 27.
9478
9479 2002-10-11  Martin Baulig  <martin@gnome.org>
9480
9481         * gc.c: Don't register/unregister NULL pointers as disappearing links.
9482
9483 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9484
9485         * metadata.c, metadata.h: added helper function to allocate signatures.
9486
9487 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9488
9489         * icall.c: added internal call to get the location of machine.config.
9490
9491 2002-10-08  Martin Baulig  <martin@gnome.org>
9492
9493         * debug-mono-symfile.c: Ignore classes with a pending init for the
9494         moment.
9495
9496 2002-10-03  Dick Porter  <dick@ximian.com>
9497
9498         * threads.c: Freebsd pthread_t is a pointer
9499
9500 2002-10-03  Dick Porter  <dick@ximian.com>
9501
9502         * socket-io.c: Implemented GetHostName_internal
9503
9504 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9505
9506         * mono-config.c:
9507         (mono_config_parse_file): don't leak the text.
9508
9509 2002-10-02  Martin Baulig  <martin@gnome.org>
9510
9511         * debug-mono-symfile.c: Added support for methods.
9512
9513 2002-10-01  Martin Baulig  <martin@gnome.org>
9514
9515         * debug-mono-symfile.c: Don't emit methods and line numbers for
9516         the dynamic symbol file, just write the type table.  We can easily
9517         have an external helper program which creates a symbol file for an
9518         IL file.        
9519
9520 2002-10-01  Dick Porter  <dick@ximian.com>
9521
9522         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
9523         Only add the handle to the cleanup array when we're about to
9524         launch the thread.  Bug 31425 deadlocked when the test was run on
9525         mono under w32.
9526
9527 2002-10-01  Martin Baulig  <martin@gnome.org>
9528
9529         * debug-mono-symfile.c: Added support for properties.
9530
9531 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9532
9533         * reflection.c: unaligned store fix from Mark Crichton
9534         <crichton@gimp.org>.
9535
9536 2002-09-27  Martin Baulig  <martin@gnome.org>
9537
9538         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
9539         New interncall.
9540
9541 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
9542
9543         * assembly.h, assembly.c: use a sane API to hook into the assembly
9544         loading process instead of a useless special-purpouse hack
9545         (ngen needs a hook, too, for example).
9546
9547 2002-09-27  Dick Porter  <dick@ximian.com>
9548
9549         * threads.c (mono_thread_init): Call GetCurrentProcess() so
9550         io-layer can set up some process handle info.  Not needed on w32,
9551         but doesn't hurt either.
9552
9553         * process.c: Pass the program name in the second parameter to
9554         CreateProcess, so the path is searched.  Include the working
9555         directory. Implemented process name, process enumeration, and some
9556         process detail internal calls.
9557         
9558         * icall.c: Added internal calls for process lookup, and some
9559         process details
9560
9561 2002-09-26  Martin Baulig  <martin@gnome.org>
9562
9563         * assembly.c (mono_install_open_assembly_hook): New global
9564         function to install a function to be invoked each time a new
9565         assembly is loaded.
9566         (mono_assembly_open): Run this callback function if set.
9567
9568         * debug-mono-symfile.c: Put back line numbers for the dynamic
9569         symbol file and also record the .il file as source file.  This
9570         allows us to install the temporary symbol file as `file.dbg' just
9571         like a compiler-generated one.
9572
9573 2002-09-26  Nick Zigarovich <nick@chemlab.org>
9574
9575         * Corrected typo in gc.c (BOHEM vs BOEHM).
9576
9577 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9578
9579         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
9580         GetProperties. Also avoid calling g_slist_length in GetProperties and
9581         GetMethods.
9582
9583 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
9584
9585         * reflection.c: avoid unaligned stores (bug spotted by
9586         Mark Crichton  <crichton@gimp.org>).
9587
9588 2002-09-25  Martin Baulig  <martin@gnome.org>
9589
9590         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
9591         instead of guint64 for addresses and added prologue/epilogue info.
9592
9593 2002-09-25  Martin Baulig  <martin@gnome.org>
9594
9595         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
9596         store line number info.  For the dynamic symbol file, we only need
9597         to provide the JIT generated dynamic line number info for the dynamic
9598         symbol file.
9599
9600 2002-09-25  Martin Baulig  <martin@gnome.org>
9601
9602         * debug-mono-symfile.h: Incremented version number.
9603
9604 2002-09-24  Martin Baulig  <martin@gnome.org>
9605
9606         * class.c (mono_debugger_class_init_func): New global function
9607         pointer variable.
9608         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
9609         call it.
9610
9611         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
9612         function.  This is called via the mono_debugger_class_init_func
9613         hook to add all types to the dynamic type table.
9614         (ves_icall_MonoDebugger_GetType): New interncall to get a class
9615         from its metadata token.
9616
9617         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
9618         New interncall for the debugger.
9619
9620 2002-09-24  Nick Drochak <ndrochak@gol.com>
9621
9622         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
9623         before using it in case it is null.
9624         
9625 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9626
9627         * metadata.c: allow custom modifiers in local var signatures
9628         (bug spotted by Zoltan Varga).
9629
9630 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9631
9632         * class.c: deal with the <Module> class that may have a NULL vtable.
9633         Eliminate warnings.
9634
9635 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9636
9637         * image.c, image.h: more strong name helpers.
9638         * monosn.c: more work: convert pem keys to cryptoapi format.
9639
9640 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
9641
9642         * string-icalls.c: speedup IndexOf.
9643
9644 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9645
9646         * icall.c: updates from Zoltan.2.Varga@nokia.com.
9647
9648 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
9649
9650         * icall.c: cleanup: use mono_object_domain ().
9651
9652 2002-09-23  Martin Baulig  <martin@gnome.org>
9653
9654         * debug-mono-symfile.c: Improved type support.
9655
9656 2002-09-22  Martin Baulig  <martin@gnome.org>
9657
9658         * debug-mono-symfile.c: Added support for reference types and strings.
9659
9660 2002-09-22  Martin Baulig  <martin@gnome.org>
9661
9662         * debug-mono-symfile.c: Started to work on the type table.
9663
9664 2002-09-21  Martin Baulig  <martin@gnome.org>
9665
9666         * debug-mono-symfile.c: Largely reworked the symbol table format.
9667         The symbol table is now incrementally updated each time a new
9668         method is added.  We're now also using our own magic and version
9669         so that you don't need to recompile all your classes if the
9670         dynamic table changes.
9671         (mono_debug_update_mono_symbol_file): Removed.
9672         (mono_debug_symfile_add_method): New function to add a method.
9673
9674 2002-09-21  Martin Baulig  <martin@gnome.org>
9675
9676         * icall.c
9677         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
9678         New interncall.
9679
9680         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
9681         New interncall to get a method from its metadata token.
9682
9683 2002-09-21  Martin Baulig  <martin@gnome.org>
9684
9685         * debug-mono-symfile.c: Create type table.
9686
9687 2002-09-20  Martin Baulig  <martin@gnome.org>
9688
9689         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
9690
9691 2002-09-20  Martin Baulig  <martin@gnome.org>
9692
9693         * debug-mono-symfile.c: Provide information about params and locals.
9694
9695 2002-09-20  Martin Baulig  <martin@gnome.org>
9696
9697         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
9698         New interncall.
9699
9700         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
9701         interncall to get a method from its metadata token.
9702
9703 2002-09-20  Martin Baulig  <martin@gnome.org>
9704
9705         * debug-mono-symfile.c: Added a few checks for method->header
9706         being non-NULL.  This should never happen, but for the moment
9707         let's use a g_warning() rather than a g_assert().
9708
9709 2002-09-19  Mark Crichton  <crichton@gimp.org>
9710
9711         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
9712         even if support for it isn't present.  Added an #ifdef to fix this.
9713
9714         * socket-io.c: Added checks back for Solaris support.
9715
9716 2002-09-19  Martin Baulig  <martin@gnome.org>
9717
9718         * debug-mono-symfile.c (read_string, write_string): Reflect latest
9719         changes in the symbol file format.
9720
9721 2002-09-18  Martin Baulig  <martin@gnome.org>
9722
9723         * debug-mono-symfile.c: Set version number to 21.
9724
9725 2002-09-18  Dick Porter  <dick@ximian.com>
9726
9727         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
9728         on netbsd.  Fixes bug 30051.
9729
9730 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9731
9732         * reflection.c:
9733         (set_version_from_string): little fix.
9734
9735 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9736
9737         * monosn.c, Makefile.am: added strong name utility.
9738         * reflection.h, reflection.c: implemented delayed signing,
9739         locale, version and hash id assembly attributes.
9740
9741 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
9742
9743         * loader.c, metadata.c: load param attributes in signatures.
9744
9745 2002-09-16  Martin Baulig  <martin@gnome.org>
9746
9747         * debug-mono-symfile.c: Added string table with all method names.
9748
9749 2002-09-14  Martin Baulig  <martin@gnome.org>
9750
9751         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
9752         fast method lookup.
9753
9754 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9755
9756         * reflection.c: record the public key token of referenced assemblies.
9757
9758 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
9759
9760         * image.c, image.h: added functions to get the strong name and the
9761         public key of an assembly.
9762         * pedump.c: use them.
9763
9764 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
9765
9766         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
9767
9768 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
9769
9770         * marshal.c (mono_marshal_get_managed_wrapper): Added
9771         MONO_TYPE_BOOLEAN 
9772
9773 2002-09-11  Martin Baulig  <martin@gnome.org>
9774
9775         * gc.c: Call GC_unregister_disappearing_link() on all links when
9776         finalizing them, this is necessary to aviod a crash in boehm's
9777         finalize handler.
9778
9779 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9780
9781         * gc.c: handle GetTarget for finalized objects spotted and fixed by
9782         nick@chemlab.org.
9783
9784 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
9785
9786         * icall.c: implemented MonoType::Module.
9787         * reflection.c, reflection.h: mono_module_get_object () from
9788         Tomi Pakarinen <tomi.pakarinen@welho.com>.
9789
9790 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
9791
9792         * icall.c: ignore overridden methods in GetMethods ().
9793         Fix for FieldInfo::SetValue().
9794         * object.c: handle float/double in runtime invoke.
9795
9796 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9797
9798         * object.c: allow a constructor to be called again on an object.
9799
9800 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9801
9802         * class.h, class.c: move field layout code to it's own function and
9803         export it. Get an interface id earlier. Move fields in MonoClass
9804         so they are more cache friendly and align the bitfields.
9805         * loader.c: temporary handle get_param_names() for a runtime method.
9806         * reflection.c, reflection.h: more code to handle runtime creation of
9807         types.
9808
9809 2002-09-09  Martin Baulig  <martin@gnome.org>
9810
9811         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
9812         signature with the pinvoke field being set for the actual call.
9813
9814 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9815
9816         * icall.c: removed some unused icalls. Start of map of glib charsets
9817         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
9818
9819 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
9820
9821         * debug-helpers.c: break infinite loop (found and fixed by
9822         Holger Arnold <harnold@gmx.de>).
9823
9824 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9825
9826         * icall.c: target may be null in create_delegate.
9827
9828 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9829
9830         * marshal.c: handle a boolean return type.
9831
9832 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9833
9834         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
9835
9836 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
9837
9838         * gc.c: fix weakreferences.
9839
9840 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
9841
9842         * icall.c: added icall to get default codepage.
9843
9844 2002-09-03  Dick Porter  <dick@ximian.com>
9845
9846         * threads.h: 
9847         * threads.c: Use MonoThread instead of MonoObject where
9848         apropriate.
9849
9850         Store running thread objects in a hash table, so that we have all
9851         the info to hand when waiting for them to finish
9852         (means we don't need OpenThread() any more, so mingw builds should
9853         be fully functional again.)
9854
9855         * verify.c:
9856         * object.h: Added thread ID to MonoThread
9857
9858 2002-09-03  Martin Baulig  <martin@gnome.org>
9859
9860         * icall.c (System.Reflection.Assembly::get_location): New interncall.
9861
9862 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9863
9864         * icall.c: fixed leak in get_temp_path. Thanks lupus.
9865
9866 2002-09-03  Martin Baulig  <martin@gnome.org>
9867
9868         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
9869         argument to store the end address of the disassembled instruction.
9870
9871         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
9872         here from debug-symfile.h.
9873         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
9874         JIT into this struct.
9875         (MonoSymbolFile): Added `char *image_file' field.
9876         (MonoDebugGetMethodFunc): Removed.
9877         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
9878         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
9879         (mono_debug_find_method): New method.
9880
9881         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
9882         create a full symbol file.
9883         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
9884         and static symbol files.
9885         (mono_debug_find_method): The symbol file keeps an internal method hash,
9886         call this to get a MonoDebugMethodInfo from a MonoMethod.
9887
9888         * debug-symfile.[ch]: Removed.
9889
9890 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
9891
9892         * image.c (do_mono_image_open): Remove linker version check.
9893
9894 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
9895
9896         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
9897         wrappers for instance methods.
9898         
9899 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9900
9901         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
9902
9903 2002-08-28  Dick Porter  <dick@ximian.com>
9904
9905         * Makefile.am: Export HOST_CC for w32 builds
9906
9907 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9908
9909         * file-io.c process.c: MonoString are null terminated, no
9910         need for mono_string_to_utf16() anymore.
9911
9912 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9913
9914         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
9915
9916 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
9917
9918         * icall.c, reflection.h: speedup System.MonoType.
9919
9920 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9921
9922         * reflection.c: allow null as the value of a string argument in
9923         custom attributes constructors.
9924
9925 2002-08-27  Martin Baulig  <martin@gnome.org>
9926
9927         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
9928         `trampoline_address' field.
9929
9930 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
9931
9932         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
9933         check (fixes bug #29486) 
9934
9935 2002-08-27  Martin Baulig  <martin@gnome.org>
9936
9937         * debug-mono-symfile.c: Changed the file format in a way that allows us
9938         open it read-only and to use a specially malloced area for all the
9939         dynamic data.  We can now also generate a symbol file on-the-fly if we're
9940         debugging IL code and there is no MCS generated symbol file for it.
9941
9942 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
9943
9944         * object.c: added a define for a good string and array
9945         creation speedup (not enabled by default because we need to deal with
9946         the synch stuff).
9947
9948 2002-08-26  Martin Baulig  <martin@gnome.org>
9949
9950         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
9951         function to create a dynamic symbol file.  This is used by the
9952         debugger to create a symbol file for IL code on-the-fly.
9953
9954 2002-08-26  Martin Baulig  <martin@gnome.org>
9955
9956         * loader.c (mono_lookup_pinvoke_call): Include the error message
9957         from g_module_error() in the error message.
9958
9959 2002-08-24  Martin Baulig  <martin@gnome.org>
9960
9961         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
9962         function to update the symbol file.  The symbol file is mmap()ed
9963         writable, but private.  This allows us to install the symbol file
9964         together with the assembly.
9965
9966 2002-08-24  Martin Baulig  <martin@gnome.org>
9967
9968         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
9969         but they can read the new symbol file format which mcs is now creating.
9970
9971         * debug-symfile.c (mono_debug_find_source_location): Moved to
9972         debug-mono-symfile.c; this is now operating on the new symbol file.
9973
9974 2002-08-23  Martin Baulig  <martin@gnome.org>
9975
9976         * debug-helpers.c (mono_method_desc_from_method): New function to get
9977         a MonoMethodDesc from a MonoMethod.
9978
9979 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
9980
9981         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
9982         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
9983
9984 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
9985
9986         * string-icalls.[ch]: make helper methods static.
9987
9988 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9989
9990         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
9991         types to it and to SetValueInternal.
9992
9993         * object.c: Moved handle_enum label to its proper place. This was the
9994         f... bug! ;-)
9995
9996         This time i compiled mcs and gtk-sharp and they both work.
9997
9998 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9999
10000         * icall.c: reverted partially my previous patch until 
10001         object.c:set_value handles enums correcly.
10002
10003 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10004
10005         * icall.c:
10006         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
10007         (ves_icall_System_Environment_get_MachineName): removed warning when
10008         compiling under cygwin.
10009
10010 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10011
10012         * object.c: fixed field_get_value() for reference types.
10013
10014 2002-08-22  Dick Porter  <dick@ximian.com>
10015
10016         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
10017         Don't free a buffer while it's still needed.  Patch from Jonathan
10018         Liger <Jonathan.liger@wanadoo.fr>
10019
10020 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
10021
10022         * icall.c (ves_icall_System_Environment_get_Platform): Add new
10023         internal call.
10024
10025 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
10026
10027         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
10028         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
10029
10030         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
10031         we call unmanaged code which throws exceptions.
10032
10033 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10034
10035         * appdomain.h: added per-domain entry_assembly.
10036         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
10037         arguments.
10038         * icall.c: Assembly::GetEntryAssembly icall.
10039         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
10040         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
10041
10042 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10043
10044         * appdomain.h, gc.c: added mono_domain_finalize ().
10045
10046 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10047
10048         * object.c:
10049         (mono_print_unhandled_exception): changed g_warning by g_printerr
10050         because g_log has a 1024 characters limit (yeah, i got a big stack
10051         trace). Don't print exception name, that should be in ToString 
10052         returned string.
10053
10054 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10055
10056         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
10057         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
10058
10059 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10060
10061         * object.c:
10062         (mono_print_unhandled_exception): after previous commit, i realized
10063         that MS calls ToString on the exception. I changed this function to
10064         do that. This way we get stack_trace for free.
10065
10066 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10067
10068         * object.c:
10069         (mono_print_unhandled_exception): invoke Message property instead of
10070         getting 'message' field from Exception. Don't allocate memory for
10071         'trace' and 'message' if not needed.
10072
10073 2002-08-18  Dick Porter  <dick@ximian.com>
10074
10075         * unicode.c: Fix asserts to match Encoder.cs checks
10076
10077 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10078
10079         * marshal.c: fix unaligned store issue and a few wrong
10080         opcode argument types.
10081
10082 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10083
10084         * icall.c: added GetUninitializedObjectInternal internal call.
10085
10086 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
10087
10088         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
10089         to the right domain.
10090
10091 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
10092
10093         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
10094
10095         * class.c (class_compute_field_layout): set blittable to false for Strings
10096
10097         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
10098
10099 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10100
10101         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
10102         first chunk of code to create types at runtime. Code to
10103         handle ReflectedType/DeclaringType. Make reflection handles
10104         domain specific.
10105
10106 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
10107
10108         * class.c: set correct name in arrays.
10109
10110 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
10111
10112         * appdomain.c (mono_domain_transfer_object): make it work with
10113         valuetypes. bug fixes.
10114
10115 2002-08-12  Dick Porter  <dick@ximian.com>
10116
10117         * object.h: Rename some parameters to avoid c++ keywords (Patch
10118         from Joseph Wenninger <kde@jowenn.at>)
10119
10120 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
10121
10122         * icall.c: added icall to implement Assembly.GetFile*.
10123
10124 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10125
10126         * reflection.h, reflection.c: code to embed managed resources.
10127
10128 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10129
10130         * class.c: move all the type size stuff into
10131         class_compute_field_layout().
10132
10133 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10134
10135         * class.c: ensure enums have always the correct instance size.
10136         * unicode.c: remove wrong assert.
10137
10138 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10139
10140         * assembly.c: fix mem corruption issue.
10141         * image.h, image.c: added mono_image_get_resource () to access
10142         managed resources.
10143         * icall.c: implemented Assembly.EntryPoint property and some
10144         Managed Resources related internalcalls.
10145
10146
10147 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10148
10149         * image.c, image.h: impemented mono_image_get_entry_point ().
10150         * appdomain.c: use mono_image_get_entry_point.
10151
10152 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10153
10154         * reflection.c: support the object type argument when loading
10155         custom attributes.
10156
10157 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
10158
10159         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
10160         String as return type.
10161
10162 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
10163
10164         * reflection.c: fix encoding of named args for custom attrs to match
10165         the ms implementation. Read them back when instantiating custom
10166         attributes.
10167
10168 2002-08-02  Radek Doulik  <rodo@ximian.com>
10169
10170         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
10171         by Dietmar as quick fix
10172         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
10173         16 as stack size, used on more places as quick fix before Dietmar
10174         will fix it properly
10175
10176 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10177
10178         * object.h, object.c: added accessors for fields and properties.
10179
10180 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10181
10182         * class.c, class.h: made mono_class_get_field_from_name ()
10183         loop on parent types.
10184         Added mono_class_get_property_from_name ().
10185
10186 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10187
10188         * class.c, class.h: move the code to setup the type vtable in its own
10189         function so that it can be reused also for types created at runtime.
10190         Eliminate the "class" identifier from the header file.
10191         * reflection.c: setup the vtable for enums so that we can create
10192         objects for use in SetConstant ().
10193
10194 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
10195
10196         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
10197         instead of the delegate itself as this pointer (bug #28383)
10198
10199 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
10200
10201         * marshal.c (mono_marshal_get_managed_wrapper): added return type
10202         conversions.
10203
10204 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10205
10206         * loader.c: don't set the pinvoke bit on icalls.
10207
10208 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
10209
10210         * debug-helpers.c (mono_method_full_name): only print a number to
10211         indicate wrapper type (so that the output is more readable in traces).
10212
10213 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
10214
10215         * class.c (mono_class_init): include method override patch from Paolo
10216
10217 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
10218
10219         * icall.c: fixed GetTypeCode().
10220
10221 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
10222
10223         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
10224         use real delegate invoke function to make it work with multicast
10225         delegates (fix bug# 28291).
10226
10227 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10228
10229         * object.c: load constant strings.
10230
10231 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10232
10233         * reflection.c: no magic numbers.
10234         * tabledefs.h: security action enum.
10235
10236 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10237
10238         * assembly.c: fix possible memory corruption.
10239
10240 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10241
10242         * reflection.h, reflection.c: added support for linking resources.
10243         * verify.c: check we have an updated corlib.
10244
10245 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
10246
10247         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
10248         string arrays.
10249         (mono_marshal_string_array): null terminate unmanaged string arrays.
10250         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
10251
10252 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10253
10254         * icall.c: Type.GetType () can now return also types from the
10255         calling assembly.
10256
10257 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10258
10259         * loader.h, loader.c: stack walking support.
10260         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
10261         GetCallingAssembly.
10262
10263 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
10264
10265         * marshal.c: added optimisations for blittable types 
10266
10267         * class.c (mono_array_class_get): do not set blittable attribute on arrays
10268         (mono_class_setup_mono_type): set blittable attribute for single
10269         and double.
10270
10271         * marshal.c (mono_string_utf8_to_builder): impl.
10272         (mono_string_builder_to_utf8): impl.
10273         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
10274
10275 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
10276
10277         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
10278         (mono_marshal_get_managed_wrapper): impl. byref types
10279
10280 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10281
10282         * icall.c:
10283         (search_method): don't display debug message. 
10284
10285 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10286
10287         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
10288
10289 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10290
10291         * appdomain.c: set the missing filename when throwing exception.
10292
10293 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10294
10295         * metadata.c (mono_type_size): code cleanup
10296         (mono_type_stack_size): removed some test code
10297
10298 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
10299
10300         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
10301         mono_get_exception_file_not_found now.
10302
10303         * exception.c (mono_exception_from_name_two_strings): New version
10304         that will call a constructor with two string arguments. 
10305         (mono_get_exception_file_not_found): New helper routine, used to
10306         report file-not-found errors.
10307
10308 2002-07-20  Dick Porter  <dick@ximian.com>
10309
10310         * process.h:
10311         * process.c: Pass file handles to CreateProcess
10312         
10313         * icall.c:
10314         * file-io.h:
10315         * file-io.c: Implemented CreatePipe
10316
10317 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10318
10319         * metadata.c (mono_get_param_info): set alignment for value types
10320
10321 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10322
10323         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
10324         Constify mono_domain_assembly_open().
10325         * loader.c: handle null namespace in icalls.
10326
10327 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10328
10329         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
10330         (emit_str_to_ptr_conv): marshal object as structs
10331
10332         * metadata.c (mono_type_to_unmanaged): marshal object as structs
10333
10334         * marshal.c (mono_marshal_get_runtime_invoke): support value types
10335
10336 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
10337
10338         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
10339         (mono_marshal_get_native_wrapper): we an now return value types
10340
10341 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10342
10343         * verify.c: more checks implemented.
10344
10345 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
10346
10347         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
10348         (fix bug #27695)
10349         (mono_marshal_get_native_wrapper): allow byref arguments
10350         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
10351         impl. PtrToStringXXX methods
10352         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
10353         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
10354         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
10355         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
10356         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
10357
10358 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10359
10360         * reflection.c: fix buglet in parsing an assembly name.
10361
10362 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10363
10364         * marshal.c (emit_ptr_to_str_conv): first impl.
10365
10366 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10367
10368         * object.c, class.h: cache the vtable in the class as suggested by
10369         vargaz@freemail.hu (Zoltan Varga).
10370
10371 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10372
10373         * class.h, loader.c: added mono_field_from_token().
10374         * verify.c: first cut of type checking code.
10375
10376 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10377
10378         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
10379
10380 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
10381
10382         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
10383         (fix bug #27782)
10384         (mono_marshal_get_remoting_invoke): impl.
10385         (mono_delegate_begin_invoke): impl.
10386         (mono_mb_emit_save_args): impl.
10387         (mono_delegate_end_invoke): impl.
10388         (mono_marshal_get_delegate_begin_invoke):
10389         (mono_marshal_get_delegate_end_invoke):
10390         (mono_marshal_get_delegate_invoke): generate a special name for
10391         those methods (including the signature) and associate them whith
10392         the delegate class. 
10393
10394 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
10395
10396         * reflection.[ch]: 
10397         (mono_reflection_type_from_name): now it has a MonoImage parameter
10398         which is used as the default image to search the type in. If the image
10399         is NULL or getting the type from it fails, it defaults to corlib.
10400
10401         * icall.c: changed 1 call to mono_reflection_type_from_name to match
10402         new parameter.
10403
10404 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10405
10406         * reflection.c: update the parameter table index.
10407
10408 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10409
10410         * domain.c: don't include the mark byte in the string hash.
10411
10412 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10413
10414         * icall.cs: icall for Type.GetTypeCode ().
10415         * verify: a couple of fixes and disabled local initialization checks.
10416
10417 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
10418
10419         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
10420
10421         * debug-helpers.c (mono_method_full_name): print the type of the
10422         runtime wrapper
10423
10424         * metadata.c (mono_signature_hash): a hash function for signatures
10425         (mono_signature_hash): better hash algorithm
10426
10427         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
10428
10429         * debug-helpers.c (mono_method_full_name): this can now generate
10430         method names with signatures
10431
10432         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
10433         method dont have this pointers.
10434
10435 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
10436
10437         * reflection.c: fixup typebuilder tokens.
10438         * image.c: fix buglet.
10439         * marshal.h: remove whitespace.
10440         * metadata.h, metadata.c: reinstate code that was removed.
10441         * verify.c: handle catch directives and fix another couple of bugs.
10442
10443 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
10444
10445         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
10446         (mono_marshal_get_native_wrapper): make it comp. with the old code
10447         (mono_marshal_get_native_wrapper): support boolean
10448         (mono_marshal_get_managed_wrapper): support more types
10449
10450 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
10451
10452         * class.c (class_compute_field_layout): compute class->blittable attribute.
10453
10454 2002-07-09  Dick Porter  <dick@ximian.com>
10455
10456         * threads.c: Make the thread cleaning up cope with threads that
10457         call ExitThread()
10458
10459 2002-07-08  Radek Doulik  <rodo@ximian.com>
10460
10461         * reflection.c (method_encode_code): use non-translated values to
10462         compute finally_start, this fixes exception handling on ppc, yay!
10463
10464         * decimal.h (struct signscale): fix endianess
10465
10466 2002-07-07  Radek Doulik  <rodo@ximian.com>
10467
10468         * reflection.c: swap box_val and not val
10469
10470 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10471
10472         * reflection.c, reflection.h: handle full assembly info in type name.
10473         Handle Type arguments when loading custom attributes.
10474         * icall.c: updated to use new mono_reflection_type_from_name () method.
10475
10476 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10477
10478         * loader.c:
10479         (method_from_memberref): also print assembly name when method not found.
10480
10481 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10482
10483         * icall.c:
10484         (ves_icall_TypeGetProperties): fixed bug #27473. 
10485
10486 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10487
10488         * reflection.c: display image name and token when cannot find the
10489         .ctor for an attribute.
10490
10491 2002-07-05  Martin Baulig  <martin@gnome.org>
10492
10493         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10494
10495 2002-07-04  Dick Porter  <dick@ximian.com>
10496
10497         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
10498         compile on mingw.  This will cause mingw builds to not wait for
10499         subthreads to terminate after the main thread does.  I've lodged a
10500         bug with the mingw developers for them to wrap OpenThread().
10501
10502 2002-07-03  Dick Porter  <dick@ximian.com>
10503
10504         * threads.c: Store thread IDs instead of handles, because
10505         GetCurrentThread() returns a pseudohandle and therefore stores
10506         useless values.  mono_thread_cleanup() continues checking the
10507         array of threads until it is empty, to cope with subthreads
10508         spawning new threads after the main thread has finished.
10509
10510         * profiler.h:
10511         * profiler.c:
10512         * profiler-private.h: Pass the thread ID to thread profiler
10513         functions, instead of a handle
10514
10515 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10516
10517         * verify.c: fixes to make it more usable.
10518         * pedump.c: added --verify code to verify IL code in an assembly.
10519
10520 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10521
10522         * reflection.c: turn errors into warnings to allow compiling corlib.
10523
10524 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10525
10526         * reflection.c: add special cases to compile corlib.
10527
10528 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10529
10530         * reflection.c: handle properties with only a set method.
10531
10532 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10533
10534         * opcodes.h: add enum with opcodes in opval order.
10535
10536 2002-07-01  Dick Porter  <dick@ximian.com>
10537         
10538         * object.h:
10539         * object.c (mono_runtime_run_main): Removed unneeded argument
10540
10541 2002-06-28  Martin Baulig  <martin@gnome.org>
10542
10543         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10544
10545 2002-06-27  Dick Porter  <dick@ximian.com>
10546
10547         * threads.c: Store the handle in both the parent thread and in the
10548         subthread, to minimise the time between starting a new thread and
10549         storing its ID.
10550
10551 2002-06-26  Dick Porter  <dick@ximian.com>
10552
10553         * appdomain.c (mono_runtime_cleanup): Close the socket library
10554         after all the threads have finished, not before
10555
10556 2002-06-26  Martin Baulig  <martin@gnome.org>
10557
10558         * debug-symfile.c (mono_debug_find_source_location): Added
10559         `guint32 *line_number' argument.  If it's not NULL, store the line number
10560         there and return the file name without the line number.
10561
10562 2002-06-25  Dick Porter  <dick@ximian.com>
10563
10564         * icall.c:
10565         * process.h:
10566         * process.c: Process forking and other support functions
10567
10568 2002-06-25  Dick Porter  <dick@ximian.com>
10569
10570         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
10571         things dont happen when the image is closed.
10572         (mono_image_lookup_resource): Walk the resource section looking
10573         for a particular entry
10574
10575         * cil-coff.h: PE resource section decoding
10576
10577 2002-06-25  Dick Porter  <dick@ximian.com>
10578         
10579         * assembly.h:
10580         * assembly.c: 
10581         (mono_assembly_foreach): Accessor functions to walk the list of
10582         loaded assemblies
10583         (mono_assembly_set_main):
10584         (mono_assembly_get_main): Process methods need to know which
10585         assembly is the "main" one
10586
10587         * object.c (mono_runtime_run_main): Record the main assembly
10588
10589         * debug-helpers.c: Fix typo
10590
10591 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
10592
10593         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
10594         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
10595
10596 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10597
10598         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
10599
10600 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
10601
10602         * image.c (do_mono_image_open): Initialize reference count,
10603         otherwise we leak the MonoImage.
10604
10605 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10606
10607         * reflection.c: small tweak to handle self-hosting.
10608
10609 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10610
10611         * reflection.c: fix type name parse code.
10612
10613 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10614
10615         * reflection.c: break out of the loop.
10616         * image.c: special case corlib.
10617
10618 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10619
10620         * reflection.c: add all the custom attrs at the end to ensure the
10621         ctors have been properly initialized when the attributes are defined
10622         in the current assembly.
10623
10624 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10625
10626         * reflection.c: handle correctly multiple-nested types.
10627
10628 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
10629
10630         * row-indexes.h: fix typos.
10631         * reflection.c: adjust for typos and fix method_def_or_ref
10632         encoding in MethodImpl table.
10633
10634 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10635
10636         * reflection.c: fix entry point patching (thanks Serge!).
10637
10638 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
10639
10640         * verify.c: add check for System.Exception
10641
10642 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10643
10644         * image.c, class.c: minifix for code just c&p'ed.
10645         * reflection.c: warning fix.
10646         * object.h, loader.h, domain.c: load also StringBuilder.
10647
10648 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10649
10650         * marshal.h, marshal.c: some support code to handle complex marshaling.
10651
10652 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10653
10654         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
10655         Better signatures with vtable error dump.
10656
10657 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
10658
10659         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
10660
10661 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
10662
10663         * icall.c (ves_icall_Type_GetField): impl.
10664
10665 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10666
10667         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
10668         to retrieve a marshal description blob for a field or param.
10669
10670 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10671
10672         * reflection.h, reflection.c: change order of nested type emission
10673         to avoid table corruption. The NestedTypes table is sorted.
10674         * icall.c: change order of GetConstructor results to workaround mcs bug.
10675
10676 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10677
10678         * reflection.h, reflection.c: handle field and param marshal
10679         information.
10680
10681 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10682
10683         * icall.c, marshal.c marshal.h: more Marshal class implementation.
10684
10685 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10686
10687         * reflection.c: fix call convention.
10688
10689 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10690
10691         * reflection.h, reflection.c: mono_image_get_memberref_token()
10692         takes a type instead of a class, now. Added
10693         mono_image_get_array_token() to create tokens for the special
10694         multi-dim array methods.
10695
10696 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10697
10698         * assembly.c: handle modules (no assembly table). Split
10699         loading references in its own function.
10700         * class.c: handle moduleref resolution scope.
10701         * image.c, image.h: cache module name in image.
10702
10703 2002-06-07  Martin Baulig  <martin@gnome.org>
10704
10705         * reflection.c (mono_image_get_type_info): Only add a class layout entry
10706         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
10707
10708 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10709
10710         * icall.c: more signature fixes that used uint instead of int.
10711
10712 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10713
10714         * reflection.c: fixed signature of field refs.
10715
10716 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10717
10718         * class.c, reflection.c: handle typerefs of nested types
10719         (both on read and when writing files).
10720
10721 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
10722
10723         * icall.c: fix method signatures that tried to workaround the previous
10724         typo, d'oh!
10725
10726 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10727
10728         * debug-helpers.c: fix typo.
10729
10730 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10731
10732         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
10733         rewrote the PE/COFF writing code (our programs are understood by the
10734         ms runtime, now).
10735
10736 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10737
10738         * gc.c, gc.h, icall.c: weakreference support.
10739
10740 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10741
10742         * Makefile.am, mono-config.c: use $(sysconfdir).
10743
10744 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10745
10746         * icall.c: changed default precision of Double.ToString() to 15.
10747         Fixed memory leak. Unified with Single.ToString.
10748
10749 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10750
10751         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
10752
10753 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10754
10755         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
10756         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
10757         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
10758         and myself.
10759
10760 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10761
10762         * debug-symfile.c, sysmath.c: yet more compilation fixes.
10763
10764 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10765
10766         * reflection.c, socket-io.c: more compilation fixes.
10767
10768 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10769
10770         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
10771         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
10772         unicode.c: warning and compiler compatibility fixes.
10773
10774 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10775
10776         * class.h, metadata.c: fixed warnings/compilation errors.
10777
10778 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10779
10780         * Makefile.am, mono-config.c, mono-config.h: configuration file
10781         support routines.
10782         * loader.c, loader.h: make Dll mapping configurable at runtime in the
10783         config file. Export methods to insert and lookup mappings.
10784
10785 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10786
10787         * reflection.c: handle types and boxed objects in custom attr
10788         constructors.
10789
10790 2002-05-30  Martin Baulig  <martin@gnome.org>
10791
10792         * debug-symfile.c
10793         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
10794
10795 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
10796
10797         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
10798         to lookup the implmap row for a P/Invoke method.
10799         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
10800         P/Invoke method from the runtime on an as needed basis.
10801
10802 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
10803
10804         * metadata.c (mono_metadata_parse_signature): impl.
10805
10806 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10807
10808         * class.c: handle .pack directive.
10809
10810 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10811
10812         * object.c: initialize static fields with RVA data.
10813
10814 2002-05-25  Martin Baulig  <martin@gnome.org>
10815
10816         * debug-symfile.c
10817         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
10818
10819 2002-05-24  Martin Baulig  <martin@gnome.org>
10820
10821         * debug-symfile.c
10822         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
10823         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
10824         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
10825
10826 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
10827
10828         * object.c: special case string ctros in invoke.
10829         * gc.c: silly whitespace changes.
10830
10831 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
10832
10833         * threadpool.[ch]: impl. a threadpool that can
10834         be used by mint and mono.
10835
10836 2002-05-22  Martin Baulig  <martin@gnome.org>
10837
10838         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
10839         The first argument is now a `MonoReflectionModuleBuilder *', the return
10840         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
10841         `methods' field to get the method builder.  The `token' argument is the
10842         unfixed token.
10843
10844         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
10845         invalid characters instead of g_assert_not_reached()ing.  This seems
10846         to be the behaviour of mscorlib.
10847
10848 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
10849
10850         * object.c (mono_runtime_invoke_array): applied patch from Rachel
10851         Hestilow to fix bug #25104
10852
10853 2002-05-21  Martin Baulig  <martin@gnome.org>
10854
10855         * debug-symfile.c (mono_debug_find_source_location): New function.
10856         Looks up an IL offset in the line number table and returns the source
10857         location as a string.
10858
10859 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10860
10861         * icall.c:
10862         (mono_double_ToStringImpl): changed %f by %g until we have something
10863         better.
10864
10865 2002-05-21  Nick Drochak  <ndrochak@gol.com>
10866
10867         * icall.c : Use different name for Math.Pow's icall.  Needed to check
10868         parameters first in C#.
10869
10870 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10871
10872         * icall.c, reflection.h: added icall to get info about an event.
10873
10874 2002-05-20  Radek Doulik  <rodo@ximian.com>
10875
10876         * object.c (mono_value_box): don't use memcpy for boxing on BIG
10877         endian
10878         (mono_value_box): don't use memcpy for small sizes on
10879         architectures with unaligned access
10880
10881 2002-05-20  Martin Baulig  <martin@gnome.org>
10882
10883         * reflection.c (mono_reflection_setup_internal_class): Don't crash
10884         if `tb->parent == NULL'.
10885         (mono_reflection_create_internal_class): New function.  This is
10886         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
10887         for enum types.
10888
10889         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
10890         New interncall.
10891
10892 2002-05-19  Martin Baulig  <martin@gnome.org>
10893
10894         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
10895         argument to get the length, don't default to the array length.
10896
10897 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
10898
10899         * assembly.c (mono_assembly_setrootdir): New function used to
10900         override the MONO_ASSEMBLIES directory.
10901
10902 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10903
10904         * icall.c: ValueType_GetHashCode() initialize local var.
10905
10906 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10907
10908         * reflection.c: sort custom attributes table.
10909
10910 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10911
10912         * reflection.c: support named args in custom attributes (write support).
10913
10914 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10915
10916         * reflection.c: fix finally position calculation.
10917
10918 2002-05-15  Radek Doulik  <rodo@ximian.com>
10919
10920         * reflection.c: fixed endianess at many places
10921
10922         * icall.c (ves_icall_InitializeArray): comment out debug msg
10923
10924 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
10925
10926         * object.c (mono_unhandled_exception): new function to handle
10927         unhandled exceptions.
10928         (mono_unhandled_exception): call the UnhandledException event.
10929         (mono_runtime_delegate_invoke): impl.
10930
10931 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
10932
10933         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
10934         returns the RVA, not the direct pointer to the data. Handle the case
10935         when the class size is fixed.
10936
10937 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10938
10939         * reflection.c: fix some endianess issues.
10940
10941 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
10942
10943         * object.c (mono_runtime_invoke): is now able to catch exceptions.
10944
10945         * threads.c (mono_thread_init): added a callback which is invoked
10946         at thread start.
10947
10948 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
10949         
10950         * icall.c: make GetHashCode return non-negative values.
10951
10952 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
10953
10954         * object.c, icall.c, gc.c: revert to address-based hashcode.
10955
10956 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
10957
10958         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
10959
10960 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10961
10962         * icall.c, class.c: special case <Module>.
10963
10964 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
10965
10966         * icall.c: fix bug in GetNow().
10967
10968 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
10969
10970         * object.c (mono_runtime_class_init): make sure that we call all
10971         static class constructors.
10972
10973 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10974
10975         * reflection.c: sort methodsemantics table.
10976
10977 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10978
10979         * reflection.h, reflection.c: honour init locals setting.
10980
10981 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
10982
10983         * icall.c: copied Double ToStringImpl for Single ToStringImpl
10984
10985 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
10986
10987         * reflection.c: support ContructorBuilders in attribute blob creation.
10988
10989 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10990
10991         * reflection.c: some changes to build a binary that can be run
10992         directly in windows.
10993
10994 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
10995
10996         * loader.c: print a big message when an icall can't be found.
10997
10998 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10999
11000         * string-icalls.c: fix bug 24248.
11001
11002 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
11003
11004         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
11005         icall.c, reflection.h: separate assembly loading by pathname and by
11006         assembly name. Use the MONO_PATH env var to search for assemblies.
11007
11008 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11009
11010         * assembly.c, image.h: add some support for assemblies
11011         with multiple modules.
11012         * class.c, class.h: export mono_class_from_typeref().
11013         * loader.c: remove duplicated code and use mono_class_from_typeref(),
11014         instead.
11015
11016 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11017
11018         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
11019         documentation says (the ECMA one is correct).
11020
11021 2002-05-02  Dick Porter  <dick@ximian.com>
11022
11023         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
11024         Don't name the synchronisation mutex.
11025
11026 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
11027
11028         * rand.c
11029         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
11030         Make the prototypes match.
11031         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
11032         Same.
11033
11034         * icall.c
11035         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
11036         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
11037         all systems have tm.tm_zone, so use strftime() with %Z to print
11038         the timezone abreviation into a temp string.
11039
11040         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
11041         rather than mono_array_addr() on a MonoString on Big Endian
11042         machines.
11043
11044 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
11045
11046         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
11047         fix bug 24041
11048
11049 2002-04-30  Dick Porter  <dick@ximian.com>
11050
11051         * socket-io.c: Cope with SOCKET being an integer rather than a
11052         pointer now.
11053
11054         * threads.c: Added Thread_free_internal, to deal with thread
11055         handle cleanup.  Moved calls to handle_store() and handle_remove()
11056         to start_wrapper(), so each can only be called once.  Allocate
11057         synchronisation blocks with GC_malloc(), and use GC finalisation
11058         to close the handles.
11059
11060         * icall.c: added System.Threading.Thread::Thread_free_internal
11061
11062 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11063
11064         * icall.c: support Environment.Exit, CommandLineArgs().
11065
11066 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11067
11068         * object.c, object.h: added mono_runtime_run_main () and
11069         mono_runtime_get_main_args () for use in System.Environment.
11070
11071 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11072
11073         * gc.c: fix thinko, enable actual finalization since the jit is now
11074         fixed.
11075
11076 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11077
11078         * gc.c, object.c: take into account that an object may be offset wrt the address
11079         returned by GC_malloc().
11080
11081 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
11082
11083         * image.c: handle files without entries in the assembly table (modules).
11084
11085 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
11086
11087         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
11088         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
11089         allowed to be null when it's System.Object class setup.
11090
11091 2002-04-27  Martin Baulig  <martin@gnome.org>
11092
11093         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
11094         if `tb->parent == NULL' rather than crashing.
11095
11096 2002-04-28  Nick Drochak  <ndrochak@gol.com>
11097
11098         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
11099         calling acos() where asin() should have been called.
11100
11101 2002-04-26  Martin Baulig  <martin@gnome.org>
11102
11103         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
11104         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
11105         there's a subdirectory called `System', but we don't want to read that
11106         subdirectory as an assembly.
11107
11108 2002-04-25  Martin Baulig  <martin@gnome.org>
11109
11110         * debug-symfile.c: Reflect latest MonoString changes.
11111
11112 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11113
11114         * rand.c, rand.h: instance method icalls need to have an explicit
11115         this pointer as first argument in the C implementation.
11116
11117 2002-04-25  Nick Drochak <ndrochak@gol.com>
11118
11119         * icall.c: Fix typo in map for GetNonZeroBytes
11120
11121 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11122
11123         * string-icalls.c : String does now passes unit tests without any 
11124         errors, the following changes has been made:
11125         
11126         Implemented replace methods.
11127         Renaming of methods to (try) follow the standard.
11128         Fixed compare ordinal
11129         Made all memory allocated directly to function instead of via icall function.
11130         Small performance fix in is_in_array function
11131                         
11132  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
11133
11134         c (mono_string_Internal_ctor_charp_int_int):
11135         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
11136         sindex < 0, throw ArgumentOutOfRangeException instead of
11137         ArgumentNullException.
11138
11139         Added new check for length == 0, however
11140         I need to make it return String.Empty from the C code.
11141         
11142         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
11143         that calculate the length for us here.
11144         
11145         (mono_string_Internal_ctor_sbytep_int_int): Replaced
11146         mono_string_new_utf16 with mono_string_new, since value is utf8.
11147
11148 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11149
11150         * object.c: register the object for finalization if needed.
11151         Allocate one more char in the string for the terminating 0 char.
11152
11153 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11154
11155         * class.c, class.h, image.c: check if a type implemenst a destructor.
11156         Use the proper key for array class lookups.
11157         * icall.c: register the icalls in the System.GC class.
11158         * gc.c, gc.h: GC-related functions and icalls.
11159
11160 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11161
11162         * icall.c:
11163         * socket-io.c:
11164         * unicode.c: free some strings gotten from mono_string_to_utf8 and
11165         changed a couple of free () by g_free ().
11166
11167         * decimal.c: one-liner in the comments for decimal2string ().
11168
11169 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11170
11171         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
11172
11173 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11174
11175         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
11176         * object.c (mono_runtime_invoke_array) : handle null in params
11177
11178 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11179
11180         * string-icalls.c: fixed bug in split (one off bug)
11181
11182 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11183
11184         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
11185         * icalls.c: added String::Equals as internal method
11186
11187 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11188
11189         * threads.c: fixed bug in the double interlocked functions
11190
11191 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
11192
11193         * threads.c: implemented all of the new interlocked icalls.
11194         * string-icalls.c: fix a bug in insert.
11195         * icalls.c: added the icalls for interlocked, removed old string functions.
11196         
11197 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11198
11199         * loader.c: fix off-by-one error when reading argument names.
11200
11201 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11202
11203         * profiler.c: win32 counter implementation (untested).
11204         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
11205         (the latter needs testing and more complete impl. from win32 folks).
11206
11207 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
11208
11209         * object.c: mono_array_new_full workaround mono_array_class_get
11210         problem.
11211
11212 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11213
11214         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
11215         * object.h (mono_string_chars): Changed casting type.
11216
11217 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11218
11219         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
11220                            method signatures to use gunichar2 instead of gint16.
11221
11222 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
11223
11224         * object.h, object.c: domain-specific versions of mono_object_new and
11225         mono_array_new.
11226
11227 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
11228
11229         * object.c: changed String layout
11230
11231         * string-icalls.c (mono_string_Internal_ctor_chara): added
11232         internal string constructors.
11233
11234 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
11235
11236         * threads.c: pass 'this' to the thread start routine.
11237
11238 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11239
11240         * string-icalls.c: fix IndexOf and LastIndexOf. Now
11241         InternalCompareStr don't call twice mono_string_cmp_char for the last
11242         character. Improved performance in mono_string_cmp_char.
11243
11244 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11245
11246         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
11247         code into its own library: libmonoruntime.
11248
11249 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
11250
11251         * object.h, object.c: changed array format so that szarrays do not
11252         require a bounds structure.
11253         * icall.c, appdomain.c: support for new szarray format.
11254
11255 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11256
11257         * metadata.c: compare also the retuns type when comparing signatures:
11258         we didn't do this as an optimization since really overloaded methods
11259         must differ also in the arguments, but this doesn't work with
11260         low-level IL code (or when using explicit conversion operators: see
11261         bug#23498 for an example).
11262
11263 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11264
11265         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
11266
11267 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
11268
11269         * icall.c: make MonoType::GetElementType its own icall.
11270
11271 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11272
11273         * icall.c: remove MonoMethod_get_Name().
11274         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
11275         object.
11276
11277 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11278
11279         * string-icalls.c: optimized a few methods.
11280
11281 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11282
11283         * icall.c: added all new string internal calls
11284         * string-icalls.c: added, new string internal call implementation.
11285         * object.c: added mono_string_new_size for allocating a string a size
11286
11287 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
11288
11289         * object.c (mono_object_isinst): use the same code as in the
11290         optimized x86 version.
11291
11292 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11293
11294         * profiler.c: TSC-based timer code (faster and more accurate).
11295         Not hooked up in configure, yet (set USE_X86TSC to 1).
11296
11297 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
11298
11299         * profiler.c, profiler.h: track time spent compiling methods.
11300         * threads.c: track thread creation/destruction.
11301
11302 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
11303
11304         * profiler.c, profiler.h, profiler-private.h: profiling interface
11305         and sample implementation. Moved here so that it can be used also by
11306         the jit.
11307
11308 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
11309
11310         * reflection.c, reflection.h: keep types and other handles separate in
11311         the hash tables for referred tokens. Add guid for modules.
11312
11313 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11314
11315         * assembly.c: fix bugs found with valgrind.
11316         * metadata.h, metadata.c: added mono_metadata_guid_heap().
11317
11318 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
11319
11320         * threads: added icall support for getting current domain for
11321                    the thread.
11322  
11323 2002-04-13  Martin Baulig  <martin@gnome.org>
11324
11325         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
11326         (MonoDebugVarInfo): Added `index' field for register based addresses.
11327         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
11328         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
11329         `MonoDebugVarInfo *params' and `guint32 this_offset' with
11330         `MonoDebugVarInfo *this_var'.
11331
11332         * debug-symfile.c (relocate_variable): New static function to write
11333         a location description for a local variable or method parameter.
11334
11335 2002-04-12  Martin Baulig  <martin@gnome.org>
11336
11337         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
11338         stack offset and begin/end scope address of a local variable.
11339         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
11340         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
11341         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
11342
11343         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
11344         Added new relocation types for start/end scope of a local variable.
11345
11346 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11347
11348         * object.h: add mono_object_domain() macro.
11349         * reflection.c: handle typespecs.
11350         * icall.c: MonoMethod::get_Name() implementation.
11351
11352 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11353
11354         * icall.c: String::GetHashCode() icall implementation.
11355
11356 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11357
11358         * icall.c: String::IndexOfAny icall.
11359         * object.c, object.h: make array->max_length more useful.
11360         Intrduced mono_object_class() and mono_string_length() macros.
11361
11362 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11363
11364         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
11365         instead of g_unichar_isdigit.
11366
11367 2002-04-11  Nick Drochak  <ndrochak@gol.com>
11368
11369         * icall.c: Implement a simple Double.ToString().
11370
11371 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11372
11373         * appdomain.h: only io-layer.h is supposed to be included.
11374         * icall.c: explicitly import environ. Fix warning.
11375
11376 2002-04-10  Nick Drochak  <ndrochak@gol.com>
11377
11378         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
11379                 return true even if it's not Daylight Savings time.
11380                 Only return false for the case where the function isn't
11381                 implemented for a plaform (read Windows).
11382
11383 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11384
11385         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
11386         data with a mutex.
11387
11388 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
11389
11390         * mempool.c (mono_mempool_alloc): only use g_malloc when
11391         absolutely necessary.
11392
11393 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11394
11395         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
11396
11397         * class.c (mono_class_vtable): use domain mempool to allocate vtable
11398         (mono_class_proxy_vtable): use domain mempool
11399
11400 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11401
11402         * appdomain.h, appdomain.c: split initialization that requires the
11403         execution engine support into mono_runtime_init().
11404
11405 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11406
11407         * class.c (mono_class_init): don't include vtable inside MonoClass
11408         to save some memory, gather some statistics.
11409         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
11410
11411 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11412
11413         * icall.c: internalcall implementation for ValueType.Equals().
11414
11415 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
11416
11417         * object.c (mono_message_init): moved 
11418         (mono_runtime_exec_main): new arch. independent impl.
11419         (mono_runtime_invoke_array): new method - like
11420         mono_runtime_invoke, but you can pass an array of objects.
11421         (mono_remoting_invoke): new arch. independent impl.
11422         (mono_message_invoke): new arch. independent impl.
11423         (mono_runtime_class_init): new arch. independent impl.
11424         (mono_runtime_object_init): new arch. independent impl.
11425
11426 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11427
11428         * metadata.c, object.c, reflection.c: documented the exported
11429         functions.
11430
11431 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
11432
11433         * icall.c: simpler code to pass the assembly builder data to corlib.
11434         Implement GetNestedTypes() internalcall.
11435
11436 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11437
11438         * class.c: warn if a type can't be loaded.
11439
11440 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
11441
11442         * image.h: typedef MonoImageOpenStatus
11443         * types.h: removed unused file
11444         
11445 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
11446
11447         * icall.c: Enum_ToObject accepts enum value arguments.
11448
11449 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11450
11451         * class.c: move initialization of properties, events and nested
11452         classes, so that they happen for interfaces, too.
11453
11454 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11455
11456         * icall.c: cleanup some ugly casts in Array_SetValue*.
11457
11458 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11459
11460         * icall.c: the values array fro enums is of the correct type, now.
11461         Implement (correctly) getFullName instead of assQualifiedName for
11462         MonoType.
11463         * reflection.h, reflection.c: added mono_type_get_name ().
11464
11465 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11466
11467         * assembly.c, image.h: for each MonoImage, record from wich assembly
11468         it was loaded.
11469         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
11470         Make Type.Assembly work.
11471
11472 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
11473
11474         * debug-symfile.h: use char* instead of gpointer to avoid
11475         unnecessary casts.
11476
11477         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
11478
11479         * icall.c (ves_icall_InternalExecute): impl. FielSetter
11480         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
11481
11482 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
11483
11484         * icall.c (mono_message_init): impl. (code cleanup)
11485         (ves_icall_InternalExecute): impl. FieldGetter
11486
11487         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
11488         defined we call all (non-static)methods through the vtable. 
11489
11490 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
11491
11492         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
11493         finalizer even though the memory is still referenced (and the chunk of
11494         memory is not freed).
11495
11496 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
11497
11498         * assembly.c: fix brokeness.
11499
11500 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
11501
11502         * class.c: kill some warnings. Check explicit interface method
11503         implementation also without considering the namespace.
11504         Load also literal strings in static class data.
11505
11506 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
11507
11508         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
11509         (default_assembly_name_resolver): Make the resolver take the
11510         "base" directory where the assembly was originally defined, so we
11511         can load DLLs that are in the same directory as the assembly that
11512         is being referenced.
11513
11514 2002-03-28  Dick Porter  <dick@ximian.com>
11515
11516         * file-io.h: 
11517         * file-io.c:
11518         * socket-io.c: 
11519         * unicode.h: 
11520         * unicode.c: Warning cleanups
11521
11522 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
11523
11524         * object.h, reflection.h: use the correct type instead of MonoObject.
11525
11526 2002-03-28  Martin Baulig  <martin@gnome.org>
11527
11528         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
11529         (mono_debug_update_symbol_file): Initialize classes if necessary.
11530
11531 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11532
11533         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
11534         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
11535
11536 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
11537
11538         * assembly.h: fix function prototype.
11539         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
11540         * mono-endian.h: use const cast.
11541
11542 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11543
11544         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
11545
11546 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11547
11548         * loader.c: don't assert when a typeref can't be loaded, give
11549         a chance to the runtime to trow an exception instead.
11550         * loader.h: fix warning.
11551
11552 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11553
11554         * class.c (mono_class_proxy_vtable): added proxy support
11555
11556 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
11557
11558         * icall.c: removed last of PAL calls, added System.Environment
11559         * file-io.h, file-io.c: MonoIO implementation
11560         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
11561
11562 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11563
11564         * appdomain.c: do not use the byte marker in ldstr table lookup.
11565         * debug-helpers.c: allow two ':' to separate class and method name.
11566         * object.c: allocate arrays bounds with the GC, too.
11567         * verify: add a few more checks.
11568
11569 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
11570
11571         * reflection.c: output also literal strings. Allocate parameter data
11572         with GC_malloc() (thanks, Martin, for catching this!).
11573
11574 2002-03-26  Martin Baulig  <martin@gnome.org>
11575
11576         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
11577         include the `this' offset in the `param_offsets'.
11578
11579 2002-03-25  Martin Baulig  <martin@gnome.org>
11580
11581         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
11582         mono_debug_get_class() function to get the classes. Added new
11583         relocation types for arrays and strings.
11584         (mono_debug_get_class): New static function to search in all
11585         referenced assemblies for a metadata token.
11586
11587         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
11588
11589 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
11590
11591         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
11592         hold gc-allocated objects. Make the string heap a stream like the
11593         others. Removed duplicated code when writing stream info.
11594         Added asserts to catch possible buffer overflows. Set the sorted map
11595         for tables that need sorting. Added some documentation.
11596
11597 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
11598
11599         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
11600         for interned strings and vtables.
11601
11602 2002-03-24  Martin Baulig  <martin@gnome.org>
11603
11604         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
11605         it in the array since it was created with g_slist_prepend().
11606
11607 2002-03-24  Martin Baulig  <martin@gnome.org>
11608
11609         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
11610         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
11611         (mono_debug_method_from_token): Renamed to
11612         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
11613         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
11614
11615         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
11616         relocation types.
11617
11618         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
11619
11620 2002-03-24  Martin Baulig  <martin@gnome.org>
11621
11622         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
11623         (mono_debug_method_from_token): New func.
11624
11625         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
11626         New interncall, calls mono_debug_local_type_from_signature().
11627         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
11628         calls mono_debug_method_from_token().
11629
11630 2002-03-23  Martin Baulig  <martin@gnome.org>
11631
11632         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
11633         specifies the number of bytes to be converted, not the array size.
11634         Return the number of chars, not the number of bytes.
11635         (ves_icall_iconv_get_chars): The `byteCount' argument
11636         specifies the number of bytes to be converted, not the array size.
11637
11638 2002-03-23  Martin Baulig  <martin@gnome.org>
11639
11640         * reflection.h (MonoReflectionSigHelper): New type.
11641
11642         * reflection.c (mono_reflection_sighelper_get_signature_local),
11643         (mono_reflection_sighelper_get_signature_local): New functions.
11644
11645         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
11646         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
11647         interncalls.
11648
11649 2002-03-23  Martin Baulig  <martin@gnome.org>
11650
11651         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
11652         is_writeable is set.
11653         (mono_raw_buffer_update): New function to write the modified map
11654         back to disk.
11655
11656         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
11657
11658         * debug-symfile.c (mono_debug_update_symbol_file): Call
11659         mono_raw_buffer_update() when done writing.
11660
11661 2002-03-23  Martin Baulig  <martin@gnome.org>
11662
11663         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
11664
11665         * debug-symfile.c: Added support for arguments and local variables.
11666
11667 2002-03-23  Dick Porter  <dick@ximian.com>
11668
11669         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
11670         protected by ifdefs, hence breaking the w32 build.
11671
11672 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11673
11674         * object.c: implement is_interned() the right way.
11675
11676 2002-03-21  Martin Baulig  <martin@gnome.org>
11677
11678         * debug-symfile.[ch]: New files to handle debugging information
11679         files. There's also support to dynamically update these symbol
11680         files to include machine dependent information.
11681
11682 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
11683
11684         * threads.c (mono_thread_create): new function to create thread
11685         from C
11686
11687 2002-03-20  Martin Baulig  <martin@gnome.org>
11688
11689         * icall.c (ves_icall_InternalInvoke): Create a new object if the
11690         method is a constructor.
11691         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
11692         points to ves_icall_InternalInvoke().
11693
11694 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
11695
11696         * file-io.c: Flush shouldn't throw exceptions.
11697
11698 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
11699
11700         * file-io.c: FileStream flush support; FileSetLength now
11701         restores file pointer.
11702
11703 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
11704
11705         * class.c: set image for pointer classes.
11706
11707 2002/03/19  Nick Drochak <ndrochak@gol.com>
11708
11709         * sysmath.c: Forgot one.
11710
11711 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
11712
11713         * sysmath.c: Avoid redefining existing names.
11714
11715 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
11716
11717         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
11718         handled by runtime as icall rather than dllimport from libm.so
11719         * file-io.c, file-io.h: fixed handle argument type.
11720
11721 2002-03-18  Dick Porter  <dick@ximian.com>
11722
11723         * reflection.c (mono_image_get_type_info): rename interface to
11724         iface, because of "#define interface struct" on windows.
11725
11726 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
11727
11728         * class.c, class.h: rename and export mono_ptr_class_get().
11729         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
11730         * reflection.c, reflection.h, icall.c: better/saner type name
11731         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
11732         method signatures.
11733
11734 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
11735
11736         * class.c (mono_class_init): removed hardcoded GHC_SLOT
11737
11738         * icall.c (ves_icall_InternalInvoke): impl.
11739
11740 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
11741
11742         * reflection.c: output the interface map table, too.
11743
11744 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
11745
11746         * class.c (class_compute_field_layout): separate computation of 
11747         static field layout
11748
11749 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
11750
11751         * icall.c: added System.Buffer support.
11752         * file-io.c: moved file icalls from PAL to FileStream.
11753
11754 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
11755
11756         * icall.c (ves_icall_System_Object_GetHashCode): impl.
11757
11758 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
11759
11760         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
11761
11762 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
11763
11764         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
11765
11766 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
11767
11768         * debug-helpers.{c,h}: moved here from monograph some useful functions
11769         to locate a method by name/signature in a class or image. Included
11770         also a small and flexible IL disassembler.
11771
11772 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11773
11774         * reflection.c: fixup tokens in methods with small header size, too.
11775
11776 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
11777
11778         * object.c (mono_string_to_utf8): remove assert(!error), instead
11779         print a warning. 
11780
11781 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
11782
11783         * icall.c: update to the new mono_Array_class_get interface.
11784
11785 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
11786
11787         * appdomain.c, object.c: Boehm-GC enable.
11788         * icall.c: make get_data_chunk() support split data requests.
11789         Ensure a class is initialized in more cases. Return only the first
11790         property found in GetProperties() or the compiler gets confused. 
11791         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
11792         * reflection.h, reflection.c: add fixup mechanism for field and method
11793         tokens. Initialize assembly->typeref in a single place. Output
11794         properties after events. Support custom attributes for events, too.
11795         Typo fix for paramter custom attrs.
11796
11797 2002-03-07  Martin Baulig  <martin@gnome.org>
11798
11799         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
11800
11801 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
11802
11803         * class.c (mono_array_class_get): fix. for multi. dim. arrays
11804
11805 2002-03-06  Martin Baulig  <martin@gnome.org>
11806
11807         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
11808         non-zero lower bounds. See testcases #F10-#F13.
11809
11810 2002-03-05  Martin Baulig  <martin@gnome.org>
11811
11812         * exception.c (mono_get_exception_argument_out_of_range): New exception.
11813
11814         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
11815         ves_icall_System_Array_GetValue(), only calculate the absolute array position
11816         here.
11817         (ves_icall_System_Array_SetValue): Likewise.
11818         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
11819         as argument and does the actual work. This function is used when copying a
11820         multi-dimensional array.
11821         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
11822         now do all the widening conversions of value types.
11823         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
11824
11825 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11826
11827         * class.c: remove some magic numbers and use the smbolic names,
11828         instead. Added init_events() to load event info at class init time.
11829         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
11830         and mono_metadata_methods_from_event().
11831         * reflection.h, reflection.c: added support for writing out the evnets
11832         related information.
11833
11834 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11835
11836         * reflection.h, icall.c: use a different method (GetInterfaces)
11837         to gather interface info and add isbyref, isprimitive and
11838         ispointer to the ves_icall_get_type_info() return value.
11839
11840 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
11841
11842         * class.h: stared adding support for events.
11843         * icall.c: split find_members implementation. Added debug icall to get
11844         the address of an object.
11845         * reflection.c: handle TypeBuilders in mono_type_get_object().
11846
11847 2002-03-01  Martin Baulig  <martin@gnome.org>
11848
11849         * icall.c (ves_icall_System_Array_GetLength): This must throw an
11850         ArgumentOutOfRangeException(), not an ArgumentException().
11851         (ves_icall_System_Array_GetLowerBound): Likewise.
11852         (ves_icall_System_Array_GetValue): Improved argument checking.
11853         (ves_icall_System_Array_SetValue): Improved argument checking.
11854
11855 2002-03-01  Martin Baulig  <martin@gnome.org>
11856
11857         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
11858         called with invalid arguments rather than just dying with g_assert().
11859         (ves_icall_System_Array_SetValue): Likewise.
11860         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
11861         raise a NotImplementedException instead.
11862         (ves_icall_System_Array_GetLength): Added argument checking.
11863         (ves_icall_System_Array_GetLowerBound): Added argument checking.
11864
11865 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
11866
11867         * object.h (mono_assert): new macros mono_assert and
11868         mono_assert_not_reached
11869
11870 2002-02-28  Martin Baulig  <martin@gnome.org>
11871
11872         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
11873         and "System::String::IsInterned" to "System::String::_IsInterned".
11874
11875 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
11876
11877         * icall.c: remove hacks for typebuilder. Added icall to create a
11878         modified type from a tybebuilder.
11879         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
11880         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
11881         to create a backing MonoClass for a TypeBuilder.
11882
11883 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11884
11885         * class.c, class.h: more refactoring of class init.
11886         Export mono_class_setup_mono_type() and mono_class_setup_parent().
11887
11888 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
11889
11890         * marshal.c, marshal.h: start of marshaling interface.
11891
11892 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
11893
11894         * icall.c: fix order in assembly qualified name icall.
11895
11896 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
11897
11898         * class.c: do not free str, since we store it in the hash table.
11899         * reflection.h: add label field to MonoILExceptionInfo.
11900         * reflection.c: handle references to more than one assembly. Handle
11901         case when there isn't a module created in the assembly.
11902
11903 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11904
11905         * class.c: Fix typo. Start refactoring of class init code.
11906
11907 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11908
11909         * appdomain.c: exit with 1 on error.
11910         * class.c: we already have the name in MonoClassField.
11911         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
11912         MonoStreamHeader instead of an offset of image->raw_metadata.
11913
11914 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
11915
11916         * appdomain.c (mono_init): Be even more descriptive about the error.
11917
11918 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
11919
11920         * appdomain.c: give the user an informative message when corlib can't
11921         be loaded.
11922
11923 2002-02-26  Martin Baulig  <martin@gnome.org>
11924
11925         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
11926         New icall to get the time zone data.
11927
11928 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11929
11930         * reflection.c: set virtual and raw size of section correctly.
11931         * threads.c: transfer domain information to newly created threads.
11932
11933 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
11934
11935         * class.c: when instancing a class in a domain, load the default
11936         vaules for static fields from the constant table. Fix System.Enum to
11937         not be an enum.
11938         * icall.c: implement Object::GetType() internalcall. Implemented
11939         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
11940         Fixed checking of binding flags in find_members().
11941         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
11942         * reflection.c: handle enumerations when writing to the constant
11943         table. Use a different object cache for types.
11944
11945
11946 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
11947
11948         * object.c (mono_object_isinst): fix for arrays
11949
11950         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
11951
11952 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
11953
11954         * object.c: don't use mprotect ()  and fix intern pool hash table
11955         lookup for big endian systems.
11956
11957 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11958
11959         * icall.c: change type_is_subtype_of () signature.
11960
11961 2002-02-21  Mark Crichton  <crichton@gimp.org>
11962
11963         * rand.c, rand.h: Added random number generator for
11964         System.Security.Cryptography classes.
11965
11966         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
11967
11968         * icall.c: Added System.Security.Cryptography calls.
11969
11970 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
11971
11972         * class.c, icall.c, metadata.c: better support for pointer types.
11973         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
11974         * reflection.c: Add support for getting custom attrs for properties
11975         and simplify some code.
11976
11977 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11978
11979         * icall.c: change getToken () and add custom attribute GetBlob()helper
11980         method.
11981         * reflection.h: add custom attrs array to the reflection builder structures.
11982         * reflection.c: encode and emit custom attributes for all the relevant
11983         reflection objects. Cache fieldref and methodref tokens. Change
11984         mono_image_create_token() interface to take a MonoDynamicAssembly.
11985         More complete custom attributes decoder. Load custom attributes for
11986         Assembly, Field, Method and Constructor objects, too. Make the
11987         returned array an Attribute[] one, not object[]. Added
11988         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
11989         custom attribute constructor.
11990
11991 2002-02-20  Dick Porter  <dick@ximian.com>
11992
11993         * icall.c:
11994         * rawbuffer.c:
11995         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
11996         problem code out for now).
11997
11998 2002-02-19  Radek Doulik  <rodo@ximian.com>
11999
12000         * object.c (mono_ldstr): use hash table to avoid multiple swapping
12001
12002 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
12003
12004         * icall.c: register the GetCustomAttributes method.
12005         * object.c, object.h: add mono_string_new_len ().
12006         * reflection.h, reflection.c: added mono_runtime_invoke(),
12007         mono_install_runtime_invoke(). Added
12008         mono_reflection_get_custom_attrs () to load custom attributes and
12009         create the attribute objects.
12010
12011 2002-02-19  Dick Porter  <dick@ximian.com>
12012         * threads-dummy-types.c:
12013         * threads-dummy-types.h:
12014         * threads-dummy.c:
12015         * threads-dummy.h:
12016         * threads-pthread-types.c:
12017         * threads-pthread-types.h:
12018         * threads-pthread.c:
12019         * threads-pthread.h:  Deleted obsolete files
12020
12021 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
12022
12023         * class.c (mono_class_vtable): runtime init the class when we
12024         allocate static class data.
12025
12026         * icall.c (ves_icall_System_Array_SetValue): check for null values.
12027
12028         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
12029         and String - but we will need generic marshalling support in the
12030         future. 
12031         (mono_init): set the domain name in a ms compatible way
12032
12033         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
12034         String[].
12035
12036 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
12037
12038         * object.c (mono_array_clone): use alloca() instead of g_malloc  
12039         for sizes
12040
12041         * appdomain.c (mono_domain_unload): impl.
12042
12043 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12044
12045         * appdomain.c, object.c: fix intern pool implementation.
12046         * class.c: fix alignment code.
12047
12048 2002-02-16  Radek Doulik  <rodo@ximian.com>
12049
12050         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
12051         and s2 > s1, just copy lower bytes to be compatible with little
12052         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
12053         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
12054
12055         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
12056         force big_endian to be 1 for big endian machines 
12057         (ves_icall_iconv_new_decoder): ditto
12058
12059 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
12060
12061         * socket-io.c (convert_sockopt_level_and_name): If the system
12062         doesn't define SOL_IP or SOL_TCP, get them by hand using
12063         getprotobyname() and caching the values (because this could be a
12064         slow operation).
12065         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
12066         Use the appropriate struct when the system does support it. Ie,
12067         not all systems have struct ip_mreqn so use struct ip_mreq when
12068         appropriate.
12069
12070 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
12071
12072         * reflection.c: handle finally clauses.
12073
12074 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
12075
12076         * socket-io.c: use g_snprintf() instead of snprintf.
12077
12078 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12079
12080         * reflection.c (mono_param_get_objects): Cast second argument to
12081         mono_method_get_param_names to a const char** to silence the
12082         compiler warning.
12083
12084         * appdomain.c (mono_domain_assembly_open): Put parens around the
12085         truth statement in the for-loop.
12086
12087         * unicode.c (iconv_convert): Got rid of a compiler warning about
12088         int i being unused when the system has a new iconv.
12089         (iconv_get_length): Same.
12090
12091         * image.c (load_class_names): Cast the second argument to
12092         g_hash_table_insert() to char* to hush compiler warnings about the
12093         arg being a const.
12094         (mono_image_open): Same here.
12095
12096         * socket-io.c: Don't conditionally include sys/filio.h or
12097         sys/sockio.h here anymore since we now get them from
12098         io-layer/io-layer.h
12099         (inet_pton): If the system doesn't support inet_aton, implement
12100         using inet_addr and also #define INADDR_NONE if it isn't defined
12101         by the system.
12102
12103 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
12104
12105         * metadata.c, metadata.h: added function to get packing and size info
12106         of a typedef.
12107         * reflection.h, reflection.c: handle field RVA data. Save info about
12108         the table layout if needed. Assign typedef indexes to all the types
12109         before dumping the info about them to avoid forward reference problems.
12110
12111 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
12112
12113         * socket-io.c (convert_sockopt_level_and_name): ifdef
12114         SO_ACCEPTCONN because it is not defined on my system (old debian)
12115
12116 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12117
12118         * opcode.c: use stddef.h to get NULL.
12119
12120 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12121
12122         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
12123         for FIONBIO, FIONREAD and SIOCATMARK.
12124         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
12125         define INADDR_NONE and besides, inet_addr() is deprecated and
12126         should not be used. Use inet_pton() instead - it also has the
12127         added bonus that it can easily handle IPv6 addresses as well.
12128         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
12129
12130 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12131
12132         * decimal.c: remove _MSC_VER conditional.
12133
12134 2002-02-13  Dick Porter  <dick@ximian.com>
12135
12136         * socket-io.c: 
12137         * icall.c: Internal calls for Blocking, Select, Shutdown,
12138         GetSocketOption and SetSocketOption
12139
12140 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12141
12142         * assembly.cs: better resolver: use it instead of some kludgy
12143         code.
12144
12145 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
12146
12147         * reflection.c: the best way to speed-up the compiler is to avoid
12148         infinite loops.
12149
12150 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
12151
12152         * class.c (mono_class_vtable): changed the object layout
12153         (obj->vtable->class). 
12154         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
12155
12156 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12157
12158         * assembly.c: look for assemblies in the assembly dir, too.
12159
12160 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12161
12162         * class.c: fix thinko in mono_class_from_type().
12163
12164 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12165
12166         * exception.h, exception.c: added TypeLoadException.
12167         * object.h, object.c: added mono_array_clone ().
12168         * icall.c: handle throwOnError in AssemblyGetType().
12169         Added Array.Clone().
12170         * opcode.h, opcode.c: use a single value for the opcode val.
12171         Compile fix for non-gcc compilers.
12172
12173 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
12174
12175         * opcodes.c, opcodes.h: export interesting info about opcodes.
12176
12177 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
12178
12179         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
12180         icalls. 
12181
12182         * class.c (class_compute_field_layout): set element_class for enums
12183         (mono_class_create_from_typedef): set element_class for normal classes
12184
12185         * icall.c (ves_icall_System_Enum_get_value): impl.
12186
12187         * class.c (mono_class_create_from_typedef): do not set valuetype
12188         flag for System.ValueType and System.Enum
12189
12190 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
12191
12192         * unicode.c (iconv_convert): fix big endian problem.
12193
12194 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12195
12196         * class.c: add asserts if we are ever going to scribble over memory.
12197         * socket-io.c: not all systems have AF_IRDA defined.
12198
12199 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
12200
12201         * class.c (class_compute_field_layout): do not consider static
12202         fields to compute alignment
12203
12204 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
12205
12206         * appdomain.c (mono_appdomain_get): impl.
12207         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
12208
12209 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12210
12211         * icall.c: ignore "file://" prefix when loading an assembly.
12212
12213 2002-01-23  Dick Porter  <dick@ximian.com>
12214
12215         * socket-io.c:
12216         * icall.c:
12217         * Makefile.am: Added socket support
12218
12219 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12220
12221         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
12222         code back.  This should return the assemblies that are loaded by
12223         the runtime on behalf of an application domain. 
12224
12225         The current implementation is still broken, it just returns every
12226         assembly loaded, but until we get real applications domain this
12227         will do.
12228
12229 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
12230
12231         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
12232         AppDomain object.
12233
12234 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12235
12236         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
12237         the mono_class_from_name lookup.
12238         (ves_icall_get_parameter_info): ditto.
12239         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
12240         method.
12241         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
12242
12243 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
12244
12245         * class.c: load also nested classes on class init.
12246         System.ValueType instance methods gets passed boxed
12247         values, unless methods in derived classed that get a pointer to the
12248         data.
12249         * icall.c: use better name parsing code in GetType().
12250         * image.c, image.h: add mono_image_loaded ().
12251         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
12252         * reflection.c, reflection.h: added mono_reflection_parse_type().
12253
12254 2002-01-22  Veronica De Santis <veron78@interfree.it>
12255
12256         * icall.c : Added mapping of internal calls for Manual and Auto reset events
12257         * threads.c : Added the implementation of internal calls for events
12258         * threads.h : Added prototypes of internal calls for events
12259         
12260 2002-01-21  Radek Doulik  <rodo@ximian.com>
12261
12262         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
12263
12264 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
12265
12266         * class.c (mono_class_init): set min_align to 1 (instead of 0)
12267         (mono_class_value_size): use min_align
12268
12269 2002-01-20  Dick Porter  <dick@ximian.com>
12270
12271         * threads.h:
12272         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
12273         so it compiles on w32.
12274
12275 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
12276
12277         * metadata.c (mono_type_stack_size): impl.
12278
12279         * class.c (mono_class_get_field): impl. memberref token
12280
12281 2002-01-16 Veronica De Santis <veron78@@interfree.it>
12282
12283         * icall.h : Added the internal calls mapping for CreateMutex_internal
12284                     and ReleaseMutex_internal.
12285         * threads.h : Added the prototype of mutexes internal calls.
12286         * threads.c : Added the implementations of mutexes internal calls.
12287
12288 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12289
12290         * metaparse.h: removed unused file.
12291         * reflection.c, reflection.h: added stream_data_align () function 
12292         to align data in streams and keep stream aligned. Add support for
12293         exception support in method headers.
12294
12295 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
12296
12297         * unicode.c: make iconv_convert () return the number of bytess written
12298         in the output buffer.
12299
12300 2002-01-15  Dick Porter  <dick@ximian.com>
12301         * threads.c: Make the runtime's idea of infinite timeouts coincide
12302         with the class library's
12303
12304         Fix a particularly egregious bug in mono_thread_cleanup(). That
12305         code was so utterly bogus it must have been written on a Monday.
12306
12307 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12308
12309         * reflection.h: add subtypes field to TypeBuilder.
12310         * reflection.c: encode constants for literal fields.
12311         Handle subtypes. Fix user string token (and add a zero byte)
12312         at the end.
12313         
12314 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
12315
12316         * class.c (mono_class_init): bug fix: assign slot numbers for
12317         abstract methods.
12318
12319 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12320
12321         * reflection.c: don't try to output a code RVA for abstract methods.
12322         Small fixes for method header format. Output parameter info to the
12323         ParamDef table. Save method overriding info to MethodImpl table.
12324         Fix property support. Allow typedef.extends to be a type in the
12325         building assembly.
12326         * verify.c: fix off-by-one error.
12327
12328 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
12329
12330         * class.c: fix mono_class_from_mono_type () for szarray types.
12331         Remove unused cache check in mono_class_from_type_spec().
12332         * icall.c: *type_from_name () functions handle simple arrays and byref.
12333         * reflection.c: handle byref and szarray types. Handle methods without
12334         body (gets P/Invoke compilation working). Handle types and fields in
12335         get_token ().
12336         * reflection.h: add rank to MonoTypeInfo.
12337
12338 2002-01-10  Dick Porter  <dick@ximian.com>
12339
12340         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
12341         internal calls
12342
12343 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12344
12345         * icall.c: initialize class in type_from_handle ().
12346         Loop also in parent classes for get_method ().
12347         * reflection.c: properly encode class and valuetype types.
12348         Start on encoding TypeBuilder types. Handle fieldrefs.
12349         Use correct length when registering a user string.
12350         Handle ConstructorBuilder and MonoMethod in get_token ().
12351         Make mono_type_get_object () aware of cached types.
12352         * object.c: back out change to mono_string_new ().
12353
12354 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
12355         * object.c: mono_string_new should return a NULL when the string 
12356         passed in is NULL -- not try to deference it.
12357         
12358 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
12359
12360         * icall.c: hack to make IsSubType work for TypeBuilders.
12361         * reflection.c: emit constructors before methods.
12362         Retrieve param names in mono_param_get_objects().
12363
12364 2002/01/05  Nick Drochak  <ndrochak@gol.com>
12365
12366         * Makefile.am: fix list of headers and sources so automake 1.5
12367         doesn't complain. Removed \# at end of list.
12368
12369 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12370
12371         * reflection.c: get token for a method ref. Set return type of
12372         constructor to void.
12373         * loader.c: debug message.
12374         * class.c: typo fix.
12375
12376 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
12377
12378         * icall.c: fix array init with rank > 1. FindMembers
12379         loops in parent class as well.
12380         * image.c: do not insert nested types in name cache.
12381         * reflection.c: warning fix.
12382         * reflection.h: add override method (for interface impl).
12383
12384 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
12385
12386         * metadata.c: fix customattr decoding.
12387
12388 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
12389
12390         * rawbuffer.cs: Added native Win32 implementation, avoids using
12391         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
12392
12393 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
12394
12395         * class.c: make the low-level routines handle the cache.
12396
12397 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
12398
12399         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
12400
12401 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
12402
12403         * class.c: fix mono_array_element_size() for objects.
12404         * class.h, class.c: add properties to MonoClass and load them
12405         at init time.
12406         * icall.c: check with isinst() when assigning a value to an array
12407         instead of requiring the classes to match exactly.
12408         Implemented icall for System.Type::GetType().
12409         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
12410         enums. Handle bindingflags when looking for methods and fields.
12411         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
12412         and mono_metadata_methods_from_property().
12413         * reflection.h, reflection.c: added structures for propreties,
12414         parameters and enums. Implemented mono_property_get_object() and
12415         mono_param_get_objects().
12416
12417 2001-12-18  Dick Porter  <dick@ximian.com>
12418
12419         * file-io.c: Use mono_string_to_utf16() instead of
12420         mono_string_chars()
12421
12422         * object.c: Added mono_string_to_utf16(), which copies the non
12423         NULL-terminated MonoString into a new double-null-terminated
12424         buffer.
12425
12426 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
12427
12428         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
12429
12430 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
12431
12432         * file-io.c: raise exceptions if handle is invalid.
12433
12434 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
12435
12436         * assembly.c: yet another check for mscorlib.
12437         * class.c, class.h: load nesting info for classes.
12438         * icall.c: many new functions to support the Reflection classes.
12439         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
12440         * reflection.h, reflection.c: mono_image_create_token(),
12441         mono_assembly_get_object(), mono_type_get_object(),
12442         mono_method_get_object(), mono_field_get_object(): methods to return
12443         objects that parallel the C representation of assemblies, types,
12444         methods, fields.
12445
12446 2001-12-11  Dick Porter  <dick@ximian.com>
12447
12448         * icall.c:
12449         * file-io.c: Internal calls for file IO.
12450
12451 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
12452
12453         * tabledefs.h: missing FileAttributes.
12454         * verify.h, verify.c: use is_valid_string () to simplify and check for
12455         valid strings more correctly. Fix warnings and speeling.
12456         Check more tables: Filed, File, ModuleRef, StandAloneSig.
12457         Check code: branches, maxstack, method calls.
12458
12459 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
12460
12461         * object.c (mono_object_allocate): removed static, so that the jit
12462         can allocate value types.
12463
12464         * icall.c (ves_icall_System_DateTime_GetNow): impl.
12465
12466 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12467
12468         * class.c: init enum types right away and register the
12469         token->MonoClass map in mono_class_create_from_typedef ().
12470         * verify.h, verify.c: first cut of the verifier.
12471         * pedump.c: add --verify switch to verify metadata tables.
12472         * tabledefs.h: add some missing enums.
12473
12474 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
12475
12476         * class.c (mono_install_runtime_class_init): impl.
12477         (mono_class_init): renamed mono_class_metadata_init to
12478         mono_class_init, also removed the metadata_inited flag
12479
12480         * object.c (mono_object_isinst): use faster algorithm
12481
12482 2001-11-30  Radek Doulik  <rodo@ximian.com>
12483
12484         * mono-endian.h: reverted last change
12485         added function prototypes
12486
12487         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
12488         add mono-endian.c back
12489
12490         * mono-endian.c: returned back, as Paolo pointed out, it's needed
12491         for unaligned access, I've mistaked it with endianess. I am
12492         sorry.
12493         (mono_read16): fix reverted endianess
12494         (mono_read64): ditto
12495         (mono_read32): ditto
12496
12497 2001-11-30  Dick Porter  <dick@ximian.com>
12498
12499         * exception.c: Implement mono_exception_from_name()
12500
12501 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12502
12503         * metadata.h, metadata.c: remove params_size and locals_size and their
12504         calculation from the metadata code: they are only usefult to the
12505         interp.
12506
12507 2001-11-29  Radek Doulik  <rodo@ximian.com>
12508
12509         * object.c (mono_ldstr): swap bytes here, it's probably not the
12510         best place, but works for me now, I'll redo it once I know mono
12511         better, also note that I add PROT_WRITE and don't reset back, also
12512         note that it's only affects big endians, so x86 should be OK
12513
12514         * mono-endian.h (read16): use just glib macros for both endians
12515
12516         * mono-endian.c: removed as glib macros are used in in
12517         mono-endian.h so we don't need to care about endianess for read
12518         macros as glib does that for us already
12519
12520 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
12521
12522         * class.h, class.h: take minimum alignment into consideration so
12523         that the fields of a class remain aligned also when in an array.
12524
12525 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12526
12527         * loader.h, loader.c: add mono_method_get_param_names().
12528         * class.c: 0-init class fields.
12529
12530 2001-11-26  Dick Porter  <dick@ximian.com>
12531
12532         * icall.c:
12533         * threads-types.h:
12534         * threads.c: New file that handles System.Threading on all platforms
12535
12536         * object.c: 
12537         * object.h: Remove the synchronisation struct from MonoObject,
12538         replace it with a pointer that gets initialised on demand
12539
12540         * Makefile.am: Replace all the system-specific threading code with
12541         a single file that uses the new wrapper library
12542
12543 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
12544
12545         * class.c, class.h: add mono_install_trampoline() so that the runtime
12546         can register a function to create a trampoline: removes the ugly
12547         requirement that a runtime needed to export arch_create_jit_trampoline.
12548         * object.h, object.c: added mono_install_handler() so that the runtime
12549         can install an handler for exceptions generated in C code (with
12550         mono_raise_exception()). Added C struct for System.Delegate.
12551         * pedump.c: removed arch_create_jit_trampoline.
12552         * reflection.c: some cleanups to allow registering user strings and
12553         later getting a token for methodrefs and fieldrefs before the assembly
12554         is built.
12555         * row-indexes.h: updates and fixes from the new ECMA specs.
12556
12557 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
12558
12559         * class.h, class.c: add enum_basetype field to MonoClass.
12560         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
12561         to get index in the constant table reated to a field, param or
12562         property.
12563         * reflection.h, reflection.c: handle constructors. Set public-key and
12564         version number of the built assembly to 0.
12565         * row-indexes.h: update from new ECMA spec.
12566
12567 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12568
12569         * class.h, class.c: add a max_interface_id to MonoClass.
12570         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
12571         since it's used to do that. Added mono_type_type_from_obj().
12572         Make GetType() return NULL instead of segfaulting if the type was not
12573         found. Handle simple arrays in assQualifiedName.
12574         * object.h: add a struct to represent an Exception.
12575         * reflection.c: output call convention in method signature.
12576         Add code to support P/Invoke methods and fixed offsets for fields.
12577
12578 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
12579
12580         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
12581         the value.
12582         * icall.c: use mono_array_addr instead of array->vector: fixes the
12583         reflection image writing.
12584         * reflection.c: init call convention byte to 0 in method signature.
12585         Encode the property signature. Don't output property-related methods
12586         twice. Really process the properties for a type (don't cast a field to
12587         a property, my mom always told me that).
12588         Fix 64 bit issues in pointer alignment in a different and more
12589         readable way.
12590
12591 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
12592
12593         * loader.h: Removed type class from MonoDefaults, added monotype
12594
12595         * loader.c: Loaded MonoType, removed loading of Type
12596
12597         * icall.c (my_mono_new_object): Now returns a System.MonoType,
12598         and fills in System.Type._impl with a RuntimeTypeHandle rather
12599         than the actual MonoClass *
12600
12601         (ves_icall_type_from_handle): change from type_class to
12602         monotype_class
12603
12604         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
12605         implemented
12606
12607         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
12608         implemented
12609
12610         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
12611
12612         (ves_icall_System_Reflection_Assembly_GetType): implemented
12613
12614         (ves_icall_System_MonoType_assQualifiedName): implemented
12615
12616         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
12617
12618 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
12619
12620         * assembly.c (mono_assembly_open): Implement a cache for the
12621         assemblies. 
12622
12623         (mono_assembly_close): only destroy the assembly when the last
12624         reference is gone.
12625         
12626 2001-11-09  Dick Porter  <dick@ximian.com>
12627
12628         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
12629
12630 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
12631
12632         * class.c (mono_class_metadata_init): bug fix: compute the right slot
12633
12634 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12635
12636         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
12637         from Martin Weindel.
12638         * object.h: add mono_string_chars ().
12639
12640 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
12641
12642         * reflection.c (build_compressed_metadata): Eliminates warnings
12643         and uses 64-bit clean code.
12644
12645         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
12646         (mono_type_equal): Change signature to eliminate warnings.
12647
12648 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12649
12650         * icall.c, loader.c: remove the internalcall array constructors.
12651         Changes to match the new MonoArray structure.
12652         * object.h, object.c: an array object doesn't allocate an extra
12653         vector. Add mono_array_new_full () to create jagged arrays easily.
12654
12655 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12656
12657         * metadata.h, metadata.c: add mono_metadata_field_info () to
12658         retreive all the info about a field from vairous tables.
12659         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
12660         * class.h, class.c: augment MonoClassField with more info.
12661         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
12662         policy and load a field's RVA if needed.
12663
12664 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
12665
12666         * class.c (mono_class_metadata_init): create a trampoline for all
12667         virtual functions instead of actually compiling them.
12668
12669 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
12670
12671         * class.h, class.c: include name in MonoClassField.
12672         * class.c: fix fundamental type of System.Object and System.String.
12673         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
12674         tokens in ldtoken.
12675         * icall.c: remove internalcalls for the Reflection stuff that is now
12676         done in C# code.
12677         * loader.c: mono_field_from_memberref () implementation.
12678         * mono-endian.c: thinko (s/struct/union/g).
12679         * object.c, object.h: make the mono_string_* prototypes actually use
12680         MonoString instead of MonoObject.
12681         * reflection.c, reflection.h: updates for changes in the reflection
12682         code in corlib: we use C structures that map to the actual C# classes.
12683         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
12684         fat method header if needed and use the info from the ILGenerator for
12685         methods. Handle fields in types. Misc fixes.
12686
12687 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
12688
12689         * class.c (mono_class_metadata_init): bug fix: always allocate
12690         space for static class data
12691
12692 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
12693
12694         * class.c (mono_compute_relative_numbering): use relative
12695         numbering to support fast runtime type checks.
12696
12697 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
12698
12699         * class.c (mono_class_create_from_typeref): added debugging output
12700         to print class name when MonoDummy is returned instead of real class
12701
12702 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
12703
12704         * class.c (mono_class_metadata_init): interface offset table now
12705         contains pointers into the vtable - this is more efficient for the jit
12706
12707 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
12708
12709         * class.c (mono_class_metadata_init): use a temporary vtable (the
12710         old algorithm only worked for the interpreter, but not for the jit)
12711
12712 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
12713
12714         * loader.c (method_from_memberref): use mono_class_get to get the
12715         class of an array instead of using System.Array directly.
12716         (mono_get_method): also add MEMBERREF methods to the method cache
12717         which usefull for arrays.
12718
12719 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
12720
12721         * pedump.c (arch_compile_method): added to compute vtable entry
12722
12723         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
12724         number of interfaces.
12725         
12726         * class.h: merged MonoArrayClass into MonoClass
12727
12728         * class.c (mono_class_create_from_typedef): compute the vtable size and
12729         allocate space to include the vtable inside MonoClass
12730         (mono_class_metadata_init): initialize the vtable
12731
12732 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
12733
12734         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
12735         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
12736         * image.c: endian fixes by Laurent Rioux.
12737         * object.h, object.c: rename MonoStringObject to MonoString and
12738         MonoArrayObject to MonoArray. Change some function names to conform to
12739         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
12740         guint16* as first argument, so don't use char*.
12741         Provide macros to do the interesting things on arrays in a portable way.
12742         * threads-pthread.c: updates for the API changes and #include <sched.h>
12743         (required for sched_yield()).
12744         * icall.c: updates for the API changes above.
12745         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
12746         platforms that need them.
12747
12748 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
12749
12750         * class.c: set the correct type for all the fundamental
12751         type when loading the class.
12752
12753 2001-10-05  Dick Porter  <dick@ximian.com>
12754
12755         * threads-pthread.c (pthread_mutex_timedlock): Simple
12756         compatibility version for C libraries that lack this call.
12757
12758 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12759
12760         * class.c: MonoTypes stored in MonoClass are stored as
12761         fundamental MonoTypes when the class represents a
12762         fundamental type (System.Int32, ...).
12763         The TypeHandle return by ldtoken is a MonoType*.
12764         * icall.c: ves_icall_get_data_chunk () write out all the
12765         PE/COFF stuff. Implement ves_icall_define_method (),
12766         ves_icall_set_method_body (), ves_icall_type_from_handle ().
12767         * image.c: properly skip unknown streams.
12768         * loader.h, loader.c: add type_class to mono_defaults.
12769         * metadata.c, metadata.h: export compute_size () as
12770         mono_metadata_compute_size () with a better interface.
12771         Typo and C&P fixes.
12772         * pedump.c: don't try to print the entry point RVA if there is no entry point.
12773         * reflection.c, reflection.h: many cleanups, fixes, output method
12774         signatures and headers, typedef and typeref info, compress the metadata
12775         tables, output all the heap streams, cli header etc.
12776         * row-indexes.h: typo fixes.
12777
12778 2001-10-04  Dick Porter  <dick@ximian.com>
12779
12780         * object.h: Add a synchronisation mutex struct to MonoObject
12781
12782         * object.c (mono_new_object): Initialise the object
12783         synchronisation mutexes
12784
12785         * icall.c: System.Threading.Monitor internal calls
12786         
12787         * threads-pthread.h:
12788         * threads-pthread.c: System.Threading.Monitor internal calls
12789
12790         * threads-types.h: New file, includes the system-specific thread
12791         structures
12792         
12793         * threads-pthread-types.h:
12794         * threads-pthread-types.c: New files, handle pthread-specific
12795         synchronisation types
12796
12797         * threads-dummy-types.h: 
12798         * threads-dummy-types.c: New files of dummy support for
12799         thread-specific types
12800
12801         * metadata.c:
12802         * image.c:
12803         * pedump.c: include mono-endian.h not endian.h
12804         
12805         * Makefile.am: More threads files.
12806         Name mono-endian.h not endian.h
12807
12808 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
12809
12810         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
12811         stuff and implement a few more bits.
12812         * icall.c: a field needs to be dereferenced twice. Do not use the same
12813         name for two variables in the same scope.
12814         * image.c, image.h: cleanups.
12815
12816 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
12817
12818         * class.c (mono_class_metadata_init): bug fix: compute the right size
12819
12820 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
12821
12822         * icall.c: implemented some of the Reflection internalcalls.
12823         * image.c, image.h: start writing out the PE/COFF image.
12824         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
12825         that does the reverse than decode_blob_size ().
12826         * object.c: use mono_metadata_encode_value (). Move here
12827         temporary implementation of mono_string_to_utf8 ().
12828         * rawbuffer.c: make malloc_map static.
12829
12830 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12831
12832         * metadata.c: fix type comparison for arrays.
12833         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
12834         Added a couple of new classes to monodefaults.
12835         * icall.c: added a couple of Reflection-related internalcalls.
12836         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
12837         Added a byval_arg MonoType to MonoClass.
12838
12839 2001-09-28  Dick Porter  <dick@ximian.com>
12840
12841         * icall.c:
12842         * threads-pthread.h: 
12843         * threads-pthread.c: Implemented internal calls for
12844         LocalDataStoreSlot operations.  Applied mutexes around all shared
12845         data.  Reworked the thread creation and Start() operations to
12846         avoid a race condition.
12847         
12848         * threads-dummy.h:
12849         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
12850
12851 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
12852
12853         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
12854
12855 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
12856
12857         * class.c, loader.c: warn and return NULL instead of erroring out.
12858         * icall.c: added System.AppDomain::getCurDomain().
12859         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
12860
12861 2001-09-25  Dick Porter  <dick@ximian.com>
12862
12863         * threads-pthread.h:
12864         * threads-pthread.c: Implemented timed thread joining and added
12865         System.Threading.Thread::Join_internal internal call
12866
12867         * icall.c: Added System.Threading.Thread::Join_internal internal call
12868
12869         * threads-dummy.h:
12870         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
12871
12872 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
12873
12874         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
12875         mono_string_intern () to implement the semantics of the ldstr opcode
12876         and the interning of System.Strings.
12877         * icall.c: provide hooks to make String::IsIntern and String::Intern
12878         internalcalls.
12879
12880 2001-09-23  Dick Porter  <dick@ximian.com>
12881
12882         * threads-dummy.c: 
12883         * threads-dummy.h: New files of dummy threading routines
12884
12885         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
12886         support code based on system specifics
12887
12888         Rename PTHREAD_LIBS to THREAD_LIBS
12889         
12890 2001-09-23  Dick Porter  <dick@ximian.com>
12891
12892         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
12893         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
12894         internal calls.
12895         (mono_thread_init): Set up a Thread object instance to return when
12896         the main thread calls Thread.CurrentThread
12897         (mono_thread_cleanup): Wait for all subthreads to exit
12898
12899         * icall.c: New internal calls for System.Threading.Thread::Sleep
12900         (including Schedule) and CurrentThread
12901
12902         * threads.h: New file, to insulate thread-specific stuff from the
12903         rest of the code
12904
12905 2001-09-21  Dick Porter  <dick@ximian.com>
12906
12907         * threads-pthread.h: 
12908         * threads-pthread.c: New file, for handling pthreads-style
12909         threading support.  Start() now starts a new thread and executes
12910         the ThreadStart delegate instance.
12911
12912         * icall.c: Added the internalcall for
12913         System.Threading.Thread::Start_internal
12914
12915         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
12916
12917 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
12918
12919         * loader.c: work around the different signatures for delegates
12920         constructors csc generates in compiled code vs the ones compiled in mscorlib.
12921
12922 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
12923
12924         * class.h, class.c: add mono_class_get_field_from_name ().
12925         * *: Fix C comments and other ANSI C issues.
12926
12927 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
12928
12929         * endian.h, assembly.c: fix some endianness issues.
12930
12931 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
12932
12933         * loader.h, load.c: add delegate_class to mono_defaults.
12934         Handle runtime provided methods in mono_get_method ().
12935
12936 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
12937
12938         * loader.c (mono_get_method): use pinvoke for internal call
12939
12940         * icall.c: use pinvoke for internal call
12941
12942         * loader.c (method_from_memberref): set the method name
12943
12944 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
12945
12946         * metadata.c: help the compiler generate better code for
12947         mono_class_from_mono_type ().
12948
12949 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
12950
12951         * class.c (mono_class_metadata_init): delayed computing of the
12952         class size to mono_class_metadata_init ()
12953
12954 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
12955
12956         * class.c, class.h: add an interfaces member to MonoClass.
12957         * image.c, image.h: add assembly_name field to MonoImage
12958         from the assembly table.
12959         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
12960
12961 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
12962
12963         * class.c: Handle Array in mono_class_from_mono_type ().
12964         * metadata.c, pedump.c: some endian fixes.
12965
12966 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
12967
12968         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
12969         * metadata.c: fix small problem introduced with the latest commit.
12970
12971 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
12972
12973         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
12974         We don't need a MonoMetadata pointer anymore to compare signatures in
12975         mono_metadata_signature_equal (), update callers.
12976         Reduced memory usage an number of allocations for MonoMethodHeader and
12977         MonoMethodSignature.
12978
12979 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
12980
12981         * metadata.c: added compare for szarray.
12982
12983 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
12984
12985         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
12986         and add a couple more types to it and mono_defaults. Give an hint on
12987         classes that need implementing in our corlib and are referenced
12988         in mscorlib.
12989
12990 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
12991
12992         * class.h, class.c: keep track if a class is also an Enum.
12993         * loader.c: Implement a couple more types for use in libffi
12994         marshalling. Gives better diagnostics when failing to dlopen
12995         a library. Set method->klass for P/Invoke methods, too.
12996
12997 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
12998
12999         * class.c, class.h: add a MonoType this_arg to MonoClass that
13000         represents a pointer to an object of the class' type that
13001         can be used by the interpreter and later the type cache.
13002         Add best guess alignment info for valuetype objects.
13003
13004 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
13005
13006         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
13007         into MonoType: one less level of indirection and allocation and
13008         simplifies quite a bit of code. Added cache for MonoTypes that are
13009         used frequently, so that we don't need to allocate them all the time.
13010
13011 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
13012
13013         * class.c (mono_class_create_from_typedef): System.Enum is also a
13014         value type, although it does not derive from System.ValueType
13015         (maybe a bug in the ms compiler?)
13016
13017         * metadata.c (mono_type_size): return the right size for value types
13018
13019         * loader.c (mono_get_method): only initialize method header if not abstract
13020
13021         * class.c (mono_class_from_mono_type): use mono_default values. 
13022
13023 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
13024
13025         * *: use MonoClass pointers instead of <type_tokens>
13026         
13027         * class.h: new flag: metadata_inited.
13028
13029         * class.c (mono_class_metadata_init): impl.
13030         (mono_class_instance_size): impl.
13031         (mono_class_data_size): impl.
13032
13033 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13034
13035         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
13036         MonoClass now has the name and name_space fields. 
13037         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
13038         mono_get_method () takes and optional MonoClass as argument.
13039         Removed mono_typedef_from_name() and added mono_class_token_from_name()
13040         instead that takes advantage of a map from class names to typedef
13041         tokens in MonoImage.
13042
13043 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
13044
13045         * metadata.c: zero is not a valid alignment boundary.
13046         Merge MONO_TYPE_VOID in default decoding code.
13047
13048 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
13049
13050         * image.h: merged MonoMetadata into MonoImage
13051
13052         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
13053         identify the type of elements.
13054
13055 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
13056
13057         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
13058         * cil-coff.h: split MonoMSDOSHeader and add size info.
13059         * image.c: add some consistency checks.
13060         * metadata.c: fix row size computation: one programmer
13061         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
13062         add explanation for the locator routine.
13063         Fix decoding of size in method header.
13064         
13065 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
13066
13067         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
13068         (g_concat_dir_and_file): Bring g_concat_dir_and_file
13069         function from gnome-libs.  This uses the right path separator
13070         based on the OS, and also works around a bug in some systems where
13071         a double slash is not allowed. 
13072         (default_assembly_name_resolver): Use g_concat_dir_and_file
13073         (mono_assembly_open): ditto.
13074
13075 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
13076
13077         * metadata.c (mono_metadata_signature_equal): impl.
13078
13079         * *: void is now a realy MonoType (instead of using NULL)
13080         
13081         * metadata.c (do_mono_metadata_parse_type): use
13082         mono_metadata_parse_type to parse void value.
13083
13084 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
13085
13086         * metadata.c, metadata.h: in the signature and method header store
13087         only the space required for holding the loca vars and incoming arguments.
13088
13089 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
13090
13091         * metadata.c (do_mono_metadata_parse_type): treat void like any
13092         other type (instead of assigning NULL);
13093
13094 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
13095
13096         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
13097
13098 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
13099
13100         * image.c (do_mono_image_open): added a cache for arrays.
13101
13102 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13103
13104         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
13105         decode a single column from a row in a metadata table and changes
13106         to take advantage of it in the typedef locator (gives a nice speed up).
13107         Store offset info for function params.
13108
13109 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
13110
13111         * image.h (MONO_IMAGE_IS_CORLIB): removed 
13112
13113 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
13114
13115         * assembly.c: how could mono_assembly_close () had ever worked?
13116         * metadata.c, metadata.h: provide offset info for local vars.
13117         Implement mono_type_size () to take care of alignment as well
13118         as size (it was mono_field_type_size in cli/class.c before).
13119
13120 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
13121
13122         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
13123
13124         * assembly.h (CORLIB_NAME): set to corlib.dll
13125
13126         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
13127
13128 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13129
13130         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
13131         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
13132         tokentype.h: massive namespace cleanup.
13133
13134 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13135
13136         * metadata.h, metadata.c: decode exception clauses when parsing method header.
13137
13138 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
13139
13140         * metadata.c (mono_metadata_free_type): added check for type !=
13141         NULL (void) before calling mono_metadata_free_type()
13142
13143 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
13144
13145         * metadata.h, row_indexes.h: added header with enumerations to use
13146         to index in the columns from tables in metadata and to decode coded
13147         tokens: we should start using this instead of embedding magic numbers
13148         all over the code.
13149
13150 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
13151
13152         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
13153         Move metadata_t info from cli_image_info_t to MonoImage, where
13154         it's easily accessible. Changed all the uses accordingly.
13155         Added the method and class caches to MonoImage.
13156         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
13157         and mono_metadata_decode_value () signature to be more consistent
13158         with the other parse functions (and simplify code). Taken advantage
13159         of zero-length array allocation with GCC. Removed reduntant (and
13160         wrong) MonoFieldType struct and use MonoParam instead. Changed
13161         mono_metadata_parse_field_type () to use common code for parsing.
13162         Added mono_metadata_typedef_from_field () and
13163         mono_metadata_typedef_from_method () to lookup a typedef index from a
13164         field or method token.
13165         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
13166
13167 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
13168
13169         * metadata.c (mono_metadata_parse_field_type): Implement. 
13170         (do_mono_metadata_parse_type): Split engine from
13171         mono_metadata_parse_type, so that we can create smaller structures
13172         for things that just have one pointer to the MonoType (look at
13173         the MonoFieldType)
13174
13175 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
13176
13177         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
13178         as Jan Gray found out, it is incorrect. 
13179
13180 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
13181
13182         * assembly.c: Implement asssembly loading.  This loads an image
13183         and loads all the referenced assemblies.  Come to think of it, we
13184         could always do lazy loading of the assemblies. 
13185
13186         * image.c (mono_image_open): Keep loaded images in a hashtable.
13187
13188         * image.h (MonoImage): Add reference count.
13189
13190 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
13191
13192         * assembly.c (mono_assembly_open): Keep track of the file name in
13193         case the assembly has no ASSEMBLY table.
13194
13195         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
13196         from get.c here.
13197
13198 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
13199
13200         * metadata.c, metadata.h: decode local vars in method header
13201         parse function. Change callers accordingly.
13202
13203 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
13204
13205         * metadata.h, cil-coff.h: protect against multiple inclusion.
13206         Added some new structures to hold information decoded from metadata:
13207         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
13208         and relevant decoding/free functions.
13209         * metadata.c: implement decoding functions. Add warning for out of bounds
13210         index in mono_metadata_locate(). Implement mono_get_method () to retreive
13211         all the info about a method signature and invocation. Remove check on
13212         uninitialized local var in parse_mh() and fix memory leak.
13213
13214 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
13215
13216         * metadata.h: More macros.
13217
13218         * tokentype.h: New file.
13219
13220 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
13221
13222         * assembly.c: added a consistency check and initialize
13223         some structures with g_new0().
13224         * metadata.c: fixed a couple more bugs in table size computation
13225         and add other checks for out-of bound access to metadata.
13226
13227 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
13228
13229         * metatada.c: fix bugs computing table sizes. Spew a
13230         warning when index in string heap is out of bounds.
13231
13232 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
13233
13234         * metadata.h: Add a couple of macros to manipulate tokens. 
13235
13236 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13237
13238         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
13239         cli_section_tables).
13240
13241 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
13242
13243         * metadata.c (mono_metadata_user_string): New function, provides
13244         access to the UserString heap. 
13245
13246 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
13247
13248         * metadata.c: Add inline documentation.
13249
13250 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
13251
13252         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
13253         files. 
13254
13255 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
13256
13257         * typeattr.h: New file, TypeAttribute flags. 
13258
13259 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
13260
13261         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
13262         mono_assembly_ensure_section): Section loading code.
13263         (load_section_tables): Load the sections.
13264
13265         * mono/metadata/metadata.c (mono_metadata_locate_token,
13266         mono_metadata_locate): Functions to locate the information
13267         definition given a token or a table and an index.
13268         (mono_metadata_compute_table_bases): New.
13269         (compute_size): New function to compute the sizes of the various
13270         tables.
13271
13272         * mono/metadata/metadata.h: Finish listing the different index
13273         types. 
13274
13275         * mono/metadata/pedump.c: Improve to dump new information.
13276
13277 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
13278
13279         * mono/metadata/metadata.c: Entered all the tables matching
13280         Beta2. 
13281
13282         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
13283