2005-01-05 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / metadata / ChangeLog
1 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
2
3         * metadata.c (mono_metadata_compute_size): Fix size calculation of
4         HasSematics encoded fields.
5         
6         * metadata.c (mono_type_to_unmanaged): Improve error message for 
7         invalid string marshalling.
8
9         * metadata.c: Fix warnings.
10         
11 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
12
13         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
14         profiler support.
15
16 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
17
18         * domain.c object.c domain-internals.h: Revert part of r38077 since the
19         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
20         tests.
21
22 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
23
24         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
25         so methods containing these can be AOTed.
26
27 2005-01-03  Martin Baulig  <martin@ximian.com>
28
29         * loader.c (find_method): Removed the hack for generic instances.
30         (method_from_memberref): If our parent is a generic instance, pass
31         its generic type definition to find_method() and then inflate the
32         method.
33         (mono_get_method_constrained): Pass the generic type definition to
34         find_method() and inflate the method later.
35
36         * class-internals.h (MonoStats): Added `generic_class_count'.
37
38         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
39         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
40
41         * reflection.c (mono_custom_attrs_from_params): Don't ignore
42         generic type definitions.
43
44 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
45
46         * loader.c icall.c: Fix warnings.
47
48 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
49
50         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
51         blittable types. Fixes #70864.
52
53 2004-12-29  Martin Baulig  <martin@ximian.com>
54
55         * icall.c
56         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
57
58         * reflection.c (mono_method_get_object): Create a
59         "System.Reflection.MonoGenericMethod" for inflated methods; don't
60         call mono_get_inflated_method().
61
62         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
63
64 2004-12-27  Martin Baulig  <martin@ximian.com>
65
66         * class-internals.h (MonoMethod): Added `is_inflated' flag.
67         (MonoMethodInflated): Added `inflated' field.
68
69         * class.c (mono_class_inflate_generic_method): Don't really
70         inflate the method here; just set the `is_inflated' flag in the
71         MonoMethod.
72         (mono_class_get_inflated_method): Actually inflate the method here
73         if it's not already inflated; we use the MonoMethodInflated's new
74         `inflated' field as a cache.
75
76 2004-12-26  Martin Baulig  <martin@ximian.com>
77
78         * class.c
79         (inflate_generic_class): Moved some code out of inflate_generic_type().
80         (mono_class_inflate_generic_method): If we're already inflated,
81         inflate the context and use the declaring method; ie. make sure
82         the declaring method of an inflated method is always the generic
83         method definition.
84         (mono_class_create_from_typedef): Create
85         `class->generic_container->context->gclass'.
86
87 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
88
89         * metadata-internals.h, marshal.c, reflection.c: More
90         MonoGHashTable->GHashTable.
91
92         * domain-internals.h, class.c: Change MonoGHashTable's into
93         GHashTables for some cases where no gc stuff is used
94
95         All users: update apis
96
97 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
98
99         * metadata.c (builtin_types): Make this `const'. Makes this get
100         put into the shareable section.
101         (mono_metadata_init): Casts to make gcc happy.
102
103 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
104
105         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
106
107 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
108
109         * icall.c: Added an internal call to retrieve the position and length
110         of assembly-level declarative security attributes (RequestMinimum, 
111         RequestOptional and RequestRefuse). This is used by the Assembly class
112         to re-create the corresponding permission sets.
113
114 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
115
116         * marshal.c: fix the stelemref wrapper to be type correct
117         (and faster).
118
119 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
120
121         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
122         to do key & 0x7fffffff. Hashtable already does this. It just
123         results in longer code.
124
125 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
126
127         * appdomain.c: Bump corlib version.
128         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
129         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
130         * reflection.c|h: Add functions to get declarative security infos
131         (blob position and length) for assemblies, classes and methods.
132
133 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
134
135         * reflection.c: sort the constant table (bug #70693).
136
137 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
138
139         * object-internals.h, threads.c, domain.c: add accessors for
140         the MonoThread and MonoDomain tls keys.
141
142 2004-12-18  Martin Baulig  <martin@ximian.com>
143
144         * class.c (inflate_generic_type): If we're inflating a generic
145         instance, set `ngclass->context->container = context->container';
146         ie. the container we inflated into.
147
148         * metadata.c (mono_metadata_parse_generic_param): Reflect above
149         inflate_generic_type() changes.
150
151 2004-12-17  Martin Baulig  <martin@ximian.com>
152
153         * class-internals.h
154         (MonoGenericClass): Replaced `MonoType *generic_type' with
155         `MonoClass *generic_class'.  Removed `dynamic_info'; if
156         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
157         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
158
159 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
160
161         * exception.c (mono_exception_from_token): New helper function.
162
163 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
164
165         * assembly.c (mono_assembly_load_with_partial_name): Call 
166         mono_assembly_loaded before invoking the preload hooks. Fixes
167         #70564.
168
169         * object-internals.h (MonoThread): Change culture_info and 
170         ui_culture_info into an array.
171
172         * threads.c: Cache culture info objects from more than one appdomain.
173
174         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
175         current UI culture.
176
177 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
178
179         * threads.h threads.c appdomain.c: Clear the culture_info field of
180         all threads during unloading if they point to an object in the dying
181         appdomain.
182
183 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
184
185         * culture-info.h (TextInfoEntry): New struct
186         * object-internals.h: sync with managed
187         * locales.c: fill the `text_info_data' field
188         * culture-info-tables.h: update
189
190 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
191
192         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
193         collector.
194
195 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
196
197         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
198         (ves_icall_ModuleBuilder_getMethodToken): Ditto
199
200 2004-12-12  Martin Baulig  <martin@ximian.com>
201
202         * mono-debug-debugger.c (write_type): If we're an enum and the
203         builtin types have already been initialized, call mono_class_init().
204
205 2004-12-11  Martin Baulig  <martin@ximian.com>
206
207         * metadata.c (mono_metadata_load_generic_params): Added
208         `MonoGenericContainer *parent_container' argument; automatically
209         compute `container->is_method'; pass the correct owner to
210         get_constraints().      
211
212         * reflection.c (compare_genericparam): Sort the GenericParam table
213         according to increasing owners. 
214
215 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
216
217         * profiler.c: allow disabling the default profiler.
218
219 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
220
221         * decimal.c, icall.c: allow disabling System.Decimal support.
222
223 2004-12-09  Marek Safar <marek.safar@seznam.cz>
224
225         * reflection.c: Add support for null attribute arguments.
226
227 2004-12-09  Martin Baulig  <martin@ximian.com>
228
229         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
230         names to get rid of compiler warnings.
231
232 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
233
234         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
235         mono_marshal_load_type_info (). Fixes #69625.
236         (mono_marshal_get_ptr_to_struct): Likewise.
237
238 2004-12-08  Martin Baulig  <martin@ximian.com>
239
240         * mono-debug.h: Bumped version number to 47.
241
242         * mono-debug-debugger.c
243         (mono_debugger_event_handler, mono_debugger_event): Take two
244         guint64 arguments insteed of a gpointer and a guint32.  
245
246 2004-12-08  Martin Baulig  <martin@ximian.com>
247
248         * debug-mono-symfile.h
249         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
250         `address' to `native_offset'.
251
252 2004-12-08  Martin Baulig  <martin@ximian.com>
253
254         * class.c (mono_class_create_from_typespec): Only inflate if we
255         either have `context->gclass' or `context->gmethod'.
256
257 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
258
259         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
260
261         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
262
263         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
264
265         * reflection.c (mono_assembly_get_object): Remove the workaround put
266         in for the release.
267         
268         * appdomain.c: Use the corlib_internal field from MonoAssembly.
269
270         * appdomain.c: Bump corlib version.
271
272         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
273         be visible in other appdomains.
274
275 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
276
277         * threads.c: Interlocked inc and dec for longs were messed up,
278         use a KISS based impl for this. Fixes 70234
279
280 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
281
282         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
283
284 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
285
286         * icall.c: fix to follow policy not to allow struct
287         arguments in icalls.
288
289 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
290
291         * process.c: make the patch that handles spaces in file paths work
292         on mono/windows too.
293
294 2004-12-06  Martin Baulig  <martin@ximian.com>
295
296         * class.c (mono_class_create_generic): Call
297         mono_class_setup_supertypes() if we're dynamic.
298         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
299
300 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
301
302         * object-internals.h: Add new fields to MonoThread.
303
304         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
305
306         * icall.c threads-types.h threads.c: Add new icalls.
307
308         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
309
310         * object-internals.h (MonoReflectionAssembly): Sync object layout with
311         managed side.
312
313         * appdomain.c: Bump corlib version.
314
315         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
316         internal assemblies. Fixes #69181.
317
318 2004-12-05  Martin Baulig  <martin@ximian.com>
319
320         * class.c (mono_class_inflate_generic_signature): Make this a
321         no-op if `context' is NULL or we don't have any type parameters;
322         also copy `sentinelpos'.        
323
324 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
325
326         * image.c: Add unbox_wrapper_cache.
327
328         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
329
330         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
331         function generator.
332         
333         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
334         Fixes #70173.
335
336         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
337         
338 2004-12-04  Martin Baulig  <martin@ximian.com>
339
340         * loader.c (mono_method_get_signature_full): New public function;
341         like mono_method_get_signature(), but with an additional
342         `MonoGenericContext *' argument.
343
344         * class.c (mono_class_inflate_generic_signature): Formerly known
345         as inflate_generic_signature(); make this public.
346
347 2004-12-04  Martin Baulig  <martin@ximian.com>
348
349         * metadata.c
350         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
351         instead of a `MonoGenericContainer *'.  
352         (mono_metadata_parse_array_full): Likewise.
353         (mono_metadata_parse_signature_full): Likewise.
354         (mono_metadata_parse_method_signature_full): Likewise.
355         (mono_metadata_parse_generic_inst): Likewise.
356         (mono_metadata_parse_generic_param): Likewise.
357         (mono_metadata_parse_mh_full): Likewise.
358         (mono_type_create_from_typespec_full): Likewise.
359
360 2004-12-03  Martin Baulig  <martin@ximian.com>
361
362         * class-internals.h (MonoGenericContainer): Replaced the
363         `MonoGenericContext * pointer with a `MonoGenericContext'
364         structure and made it the first element.
365
366 2004-12-03  Martin Baulig  <martin@ximian.com>
367
368         * class.c
369         (inflate_generic_type): Set the `context->container' when creating
370         a new MonoGenericContext.
371         (mono_class_inflate_generic_method): Likewise.
372         (mono_class_create_from_typespec): Just use `context->container'
373         to get the container.
374
375         * loader.c (method_from_methodspec): Set `context->parent' from
376         `context->container' - and if that's a method container, use its
377         parent.  Also set the `context->container' when creating a new
378         MonoGenericContext.
379         (mono_get_method_from_token): Use just `context->container' to get
380         the container.
381
382         * metadata.c (do_mono_metadata_parse_generic_class): Also set
383         `gclass->context->container'.
384
385         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
386         the `context->container' when creating a new MonoGenericContext.
387
388 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
389
390         * reflection.c (compare_genericparam): Sort params with identical
391         owner by their number. Fixes gen-111 on sparc.
392
393 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
394
395         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
396         around the domain changes.
397
398         * appdomain.c (mono_domain_unload): Handle the case when the thread
399         calling Unload is itself being aborted during unloading. Fixes #70022.
400
401         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
402
403         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
404         checkpoint_func as an icall so it gets a wrapper.
405         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
406         in the cross-appdomain wrappers too.
407
408         * threads.c (mono_thread_has_appdomain_ref): Make this public.
409
410         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
411
412         * reflection.c: Fix some memory leaks.
413         
414 2004-12-02  Martin Baulig  <martin@ximian.com>
415
416         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
417
418         * metadata.c (generic_class_cache): New static hashtable.
419         (mono_metadata_lookup_generic_class): New public method.
420
421 2004-12-02  Martin Baulig  <martin@ximian.com>
422
423         * class.c (mono_class_create_from_typedef): Call
424         mono_class_setup_parent() and mono_class_create_mono_type() before
425         parsing the interfaces.
426
427 2004-12-02  Martin Baulig  <martin@ximian.com>
428
429         * metadata.c (generic_inst_cache): New static hashtable.
430         (mono_metadata_lookup_generic_inst): New public function.
431         (mono_metadata_inflate_generic_inst): New public function.
432         (mono_metadata_parse_generic_inst): New public function.
433         (do_mono_metadata_parse_generic_class): Use the new
434         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
435         since this'll also use the cache.
436
437         * reflection.c (mono_reflection_bind_generic_method_parameters):
438         Use mono_metadata_lookup_generic_inst() to use the new cache.
439
440         * class.c (inflate_mono_type): Use
441         mono_metadata_inflate_generic_inst() to inflate a generic
442         instance; this'll also use the new cache.
443
444         * loader.c (method_from_methodspec): Use
445         mono_metadata_parse_generic_inst() and
446         mono_metadata_inflate_generic_inst() rather than parsing it
447         manually, so we can use the new cache.
448
449 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
450
451         * threads.c (wait_for_tids): Do not incorrectly free threads when 
452         the wait times out.
453
454 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
455
456         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
457         iter->args based on whether parameters are passed in registers (i.e.
458         MONO_ARCH_REGPARMS is defined)
459
460 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
461
462         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
463         the exception message. Fixes #70070.
464         (method_from_methodspec): Fix warnings.
465
466 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
467
468         * process.c: (complete_path) return the path quoted
469
470 2004-12-01  Martin Baulig  <martin@ximian.com>
471
472         * class-internals.h (MonoGenericInst): New structure.
473         (MonoGenericClass): Replaced `type_argc', `type_argv' and
474         `is_open' with `MonoGenericInst *inst'.
475         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
476         `is_open' with `MonoGenericInst *inst'.
477
478 2004-11-30  Martin Baulig  <martin@ximian.com>
479
480         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
481
482         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
483         to `generic_class_cache'.
484
485         * metadata.c
486         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
487         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
488         (mono_generic_inst_is_valuetype): Renamed to
489         mono_generic_class_is_valuetype().
490
491         * class-internals.h
492         (MonoGenericInst): Renamed to MonoGenericClass.
493         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
494         (MonoClass): Renamed `generic_inst' to `generic_class'.
495         (MonoGenericContext): Renamed `ginst' to `gclass'.
496
497         * object-internals.h
498         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
499
500         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
501         mono_reflection_generic_class_initialize().
502
503         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
504         now known as "System.Reflection.MonoGenericClass".
505         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
506
507 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
508
509         * class-internals.h: Added a flag field to MonoClass to cache the
510         declarative security attributes actions associated with the class.
511         * domain-internals.h: Added booleans to MonoJitInfo to cache the
512         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
513         applicable to the JITted method.
514         * reflection.c|h: Added functions to extract (as flags) which security
515         actions are available (declaratively) for a method, class or assembly.
516         * metadata.c|h: Added functions to search the declarative security
517         table in the metadata.
518         
519 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
520
521         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
522         EXPORTEDTYPES are already in the class name cache, so there is no
523         need to add extra code here to look at them. Just removes a bit of
524         cruft.
525
526         (ves_icall_System_Environment_get_TickCount): No need for #if
527         WINDOWS. We already have the code in io-layer.
528
529 2004-11-28  Martin Baulig  <martin@ximian.com>
530
531         * loader.c
532         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
533         Fixes gen-112.cs.
534
535 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
536
537         * assembly.c (do_mono_assembly_open): Instead of having a
538         conditional WITH_BUNDLE, incorporate support for bundles here, by
539         having a global `bundles' variable holding a pointer to the actual
540         bundles. 
541
542         (mono_register_bundled_assemblies): New API call used by the
543         bundle code. 
544
545         See mkbundle.1 for details.
546         
547 2004-11-27  Martin Baulig  <martin@ximian.com>
548
549         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
550         the vtable for generic methods.
551
552 2004-11-26  Martin Baulig  <martin@ximian.com>
553
554         * metadata.c
555         (mono_metadata_generic_method_hash): New public function.
556         (mono_metadata_generic_method_equal): Likewise.
557
558         * class-internals.h
559         (MonoGenericContainer): Added `GHashTable *method_hash'.
560
561         * reflection.c (ReflectionMethodBuilder): Added
562         `MonoGenericContainer *generic_container'.
563         (reflection_methodbuilder_to_mono_method): Don't create a new
564         MonoGenericContainer each time we're called.
565         (mono_reflection_bind_generic_method_parameters): Use
566         `container->method_hash' to cache the results so we don't create a
567         different method if we're called several times with the same
568         arguments.
569
570         * loader.c (method_from_methodspec): Use the new
571         `container->method_hash' here, too.
572
573 2004-11-26  Martin Baulig  <martin@ximian.com>
574
575         * class.c (inflate_generic_signature): Correctly compute
576         `res->has_type_parameters'.
577         (mono_class_vtable): Use the `has_type_parameters' flag to
578         determine whether we're a generic method.
579
580         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
581
582 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
583
584         * object.c (mono_runtime_run_main): Fix a small memory leak.
585
586 2004-11-25  Martin Baulig  <martin@ximian.com>
587
588         * class.c (set_generic_param_owner): Fixed the loop.
589
590 2004-11-25  Martin Baulig  <martin@ximian.com>
591
592         * object.c (mono_class_vtable): Don't create any JIT wrappers for
593         generic methods.
594
595 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
596
597         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
598         names. Fixes #69787.
599
600 2004-11-24  Martin Baulig  <martin@ximian.com>
601
602         * class.c (mono_class_create_generic_2): If we don't have a
603         `ginst->parent', inflate `gklass->parent' to get our parent.
604
605 2004-11-24  Martin Baulig  <martin@ximian.com>
606
607         * reflection.c (compare_genericparam): Correctly sort the
608         GenericParam table; fixes #69779.
609
610 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
611
612         * reflection.c: When writing a PE file, don't create a huge
613         buffer in memory. Just write the arrays we have to the file.
614         This reduces memory usage.
615
616         * metadata-internals.h: MonoDynamicStream pefile is no longer used
617         globally.
618
619 2004-11-17  Martin Baulig  <martin@ximian.com>
620
621         * class.c (mono_class_init): Don't setup `class->parent' for
622         dynamic instances; moved this to mono_class_generic_2().
623         (mono_class_create_generic): Also set `klass->inited' for dynamic
624         generic instances.
625         (mono_class_create_generic_2): Don't do anything for dynamic
626         generic instances.  Set `klass->parent' here and also call
627         mono_class_setup_parent() here. 
628
629         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
630         `MonoType *parent' argument; set `ginst->parent' before calling
631         mono_class_create_generic_2(), so we set the correct parent.
632
633 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
634
635         * reflection.c: allow getting attributes from ModuleBuilder
636         (used by ikvm).
637
638 2004-11-17  Martin Baulig  <martin@ximian.com>
639
640         * class.c (mono_class_create_from_typedef): If a type parameter is
641         inherited from an outer class, set its owner to that class.
642
643 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
644
645         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
646           for (int*) written size. This fixes bug #69592.
647
648 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
649
650         * icall.c: Added IsAuthenticodePresnet internal call.
651         * image.c|h: New function that check a MonoImage for an Authenticode
652         signature in the certificate PE data directory.
653         * security.c|h: New internal call to ask the runtime if an 
654         Authenticode signature seems referenced in the PE header.
655
656 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
657
658         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
659
660         * reflection.c (mono_image_create_pefile): Free the assembly streams
661         after writing out the assembly file.
662
663         * object.c (mono_runtime_run_main): Fix small memory leak.
664
665         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
666         property access modifiers. Fixes #69389.
667
668 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
669
670         * domain.c, object.c, object-internals.h, domain-internals.h,
671         object.h, marshal.c: keep dynamic code info per domain.
672
673 2004-11-15  Martin Baulig  <martin@ximian.com>
674
675         * class.c (mono_type_get_name_recurse): Put type arguments in
676         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
677         see bug #68387.
678
679 2004-11-15  Martin Baulig  <martin@ximian.com>
680
681         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
682         (mono_class_setup_vtable): When computing `the_cname' for a
683         generic instance, don't include the namespace since we'd otherwise
684         add it twice.
685
686 2004-11-15  Martin Baulig  <martin@ximian.com>
687
688         * class.c (mono_class_create_generic): Changed return type to void.
689         (mono_class_create_generic_2): New public function; setup
690         `class->method', `class->field' and `class->interfaces' here
691         instead of in mono_class_init().
692
693         * class.h (mono_class_create_generic): Moved to class-internals.h.
694
695 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
696
697         * reflection.c (mono_image_create_pefile): take a file HANDLE.
698         rather than writing to memory, write to this file. Right now,
699         we are just writting into a buffer, and copying that. However
700         we can avoid the buffer later.
701
702         (mono_dynamic_stream_reset): new function
703
704         * icall.c, object-internals.h: update for the above.
705
706 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
707
708         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
709         have been using gc'd memory. First it is slower, unlikely
710         the comment in the source code said, secondly, it increases
711         our footprint to do it in the gc.
712
713         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
714         the method so that it does not have to copy to managed code.
715
716 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
717
718         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
719
720 2004-11-12  Martin Baulig  <martin@localhost>
721
722         * reflection.c (mono_image_create_token): Allow generic method
723         definitions here, since they may appear in an `.override'; see
724         gen-98/gen-99 for an example.
725
726 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
727
728         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
729         #69365.
730
731         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
732         descriptive.
733
734 2004-11-11  Martin Baulig  <martin@ximian.com>
735
736         * class.c (mono_class_setup_vtable): In an explicit interface
737         implementation, the method name now includes the arity.
738
739 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
740
741         * object.c (mono_array_full_copy): Fix warning.
742
743 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
744
745         * appdomain.c: Removed look_for_method_by_name(). Use the new method
746         mono_class_get_method_from_name() instead.
747         
748         * class-internals.h: Added two new types of wrappers. 
749         Added MonoRemotingTarget enum. Added new trampoline function type, which
750         takes an additional MonoRemotingTarget value as parameter, so it is
751         possible to request a trampoline for a specific target.
752         
753         * class.c: Added new mono_class_get_method_from_name() method.
754         
755         * class.h: In MonoRemoteClass, we can have now to vtables, one for
756         general remoting sinks and one specific for cross domain calls.
757         
758         * debug-helpers.c: Added new wrapper names.
759         
760         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
761         of a remote class.
762         
763         * image.c: Porperly delete value objects form the remoting invoke hashtable.
764         
765         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
766         with several other methods (mono_marshal_get_xappdomain_dispatch,
767         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
768         and others) can generate a fast remoting wrapper for cross domain calls.
769         More information can be found in docs/remoting.
770         Other changes: Removed mono_find_method_by_name, and used
771         mono_class_get_method_from_name instead.
772         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
773         is stored in the remoting invoke hashtable.
774         
775         * marshal.h: published the new method for getting the xdomain wrapper,
776         and also added a method for getting the adequate wrapper for a given
777         method and target.
778         
779         * object-internals.h, object.c: Added a couple of methods for capying and
780         cloning arrays.
781         Modified mono_install_remoting_trampoline, which takes the new remoting
782         trampoline that has a remoting target as parameter.
783         mono_class_proxy_vtable now also takes a remoting target as parameter, and
784         will return the most suitable vtable for the target.
785         Added mono_remote_class_vtable, which returns the vtable of a remote class
786         (which can be the normal remoting vtable or the xdomain vtable).
787         
788         * threads.c: the xdomain invoke and dispatch wrappers must also be
789         protected against interruptions.
790
791 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
792
793         * icall.c: use memmove in BlockCopyInternal when the source and
794         destination arrays are the same.
795
796 2004-11-09  Martin Baulig  <martin@ximian.com>
797
798         * class-internals.h (MonoGenericContainer): Removed `method' and
799         `signature', replaced them with `is_method' and `is_signature'
800         flags.  Added `context'.
801
802         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
803         instead of a `MonoGenericContainer *'.
804
805         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
806         for dynamic type parameters.
807         (mono_metadata_load_generic_params): Setup `container->context'.
808
809         * reflection.c (mono_reflection_setup_generic_class): Setup
810         `tb->generic_container->context'.
811         (do_mono_reflection_bind_generic_parameters): Use
812         mono_class_inflate_generic_type() to correctly inflate types,
813         rather than using our own hack just for MONO_TYPE_VAR.
814
815 2004-11-09  Martin Baulig  <martin@ximian.com>
816
817         * class.c (mono_class_inflate_generic_method): Small fix; don't
818         crash here.
819
820         * icall.c
821         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
822         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
823         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
824         (ves_icall_Type_BindGenericParameters): Likewise.
825         (ves_icall_Type_get_IsGenericInstance): Likewise.
826         (ves_icall_Type_GetGenericParameterPosition): Likewise.
827         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
828         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
829         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
830
831 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
832
833         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
834         assembly versions and public key tokens. Fixes #69113.
835
836 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
837
838         * metadata.c: fix bug introduced with the type cache changes
839         on 2004-11-06.
840
841 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
842
843         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
844         the MonoClass pointer instead of the token in exception clauses.
845         * reflection.c: updates for the above and make the code not depend
846         on the structure of MonoExceptionClause.
847
848 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
849
850         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
851         Add support for dynamic assemblies. Fixes #69114.
852
853         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
854
855 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
856
857         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
858         since most only those methods use it. the code member of
859         MonoMethodPInvoke was dead, so that can be removed too. Also,
860         remove inline_count (again, not used), and move slot so that it
861         can share bits with some other flags. This saves 8 bytes in the
862         structure and gives us about 50 kb back for mcs helloworld.cs
863
864         * *.[ch]: Do naming changes for the above.
865
866         * loader.c (mono_method_get_header): Lazily init the header
867         on first access.
868         (mono_get_method_from_token): don't init the header here
869         (mono_free_method): the header may never be allocated
870
871         Overall, this saves 150 kb of unmanaged allocations
872         for mcs helloworld.cs. That accounts for 10% of the unmanaged
873         memory at runtime.
874         
875         * loader.c, loader.h (mono_method_get_header): new accessor.
876
877         * *.[ch]: use the above method. Prepares us to lazily load
878         the header.
879
880         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
881         three warnings, which are actual bugs (see 69206).
882
883         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
884         unused. Saves a cool 4 bytes / method.
885
886 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
887
888         * metadata.c (builtin_types): Add types for System.Object here.
889         (mono_metadata_parse_type_full): Cache MonoType*'s that are
890         for a class or valuetype from klass->this_arg or klass->byval_arg.
891
892         On mcs for a hello world, this gets us down from 21836 MonoType's
893         to 14560.
894
895         (mono_metadata_free_type): Account for the above change.
896
897 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
898
899         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
900         exception instead of asserting if name is null.
901         (ves_icall_System_AppDomain_GetData): Ditto.
902
903 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
904
905         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
906         EnumBuilder.
907
908         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
909         Return NULL when the domain does not have entry_assembly set.
910
911         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
912         Add a 'resource_modules' argument.
913         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
914
915         * reflection.c (mono_reflection_create_runtime_class): Move setting
916         of wastypebuilder here, so mono_get_type_object () returns a MonoType
917         for enums too.
918
919         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
920         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
921         Throw an ArgumentNullException if 'ptr' is null.
922
923         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
924         assemblies here. Fixes #69020.
925
926 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
927
928         * reflection.c (build_compressed_metadata): Fix the previous patch for
929         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
930         the stack.
931
932 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
933
934         * assembly.c (mono_assembly_names_equal): Allow a match if one of
935         the cultures is false. Fixes #69090.
936
937         * reflection.c (build_compressed_metadata): Fix invalid memory read 
938         detected by valgrind.
939         
940         * reflection.c (mono_reflection_get_type): Avoid triggering a 
941         TypeResolve multiple times for the same type. Fixes #65577.
942
943 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
944
945         * marshal.c: Avoid using ldftn to call managed functions. It is
946         much slower than just a call.
947
948         * reflection.c (mono_module_get_object): free the basename we
949         allocate here from glib.
950         
951         * reflection.c (ensure_runtime_vtable): make sure to free
952         overrides.  Also, we were allocating an array of MonoMethod not an
953         array of MonoMethod*.
954
955         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
956
957         * image.c (mono_image_close): free image->guid here.
958
959 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
960
961         * reflection.c: Fix some spec conformance issues with the PE file
962         structures so mcs compiled apps run on the Net 2.0 beta.
963
964 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
965
966         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
967         Implement this. Fixes #67264.
968
969         * debug-helpers.h debug-helpers.c marshal.c: Move 
970         mono_find_method_by_name to debug-helpers.c.
971
972 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
973
974         * object.c (mono_release_type_locks): type_initialization_hash is
975         a GHashTable.
976
977         * reflection.c object.c object-internals.h: Fix warnings.
978
979         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
980         without accessors. Fixes #61561.
981
982         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
983         application base from the root domain if not set. Fixes #65641.
984         (mono_runtime_init): Fix warning.
985
986 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
987
988         * appdomain.c: call mono_thread_pool_init.
989         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
990         of worker threads based on the number of CPUs and the environment
991         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
992         for non-windows (windows) systems.
993
994 2004-10-27  Chris Toshok  <toshok@ximian.com>
995
996         * mono-debug-debugger.c (write_class): don't call mono_class_init
997         here, as even with the check for (!klass->init_pending), we get
998         into a situation where we're hitting cycles in class
999         initialization.  Fixes #68816.
1000
1001 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
1002
1003         * image.c: Avoid overwriting values in the loaded_images_hash when an
1004         assembly is loaded multiple times. Fixes #61152.
1005
1006         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
1007         so multiple satellite assemblies for the same name can be loaded.
1008         Fixes #68259.
1009
1010         * mono_domain_assembly_preload: Actually return the loaded assembly, 
1011         not NULL.
1012
1013         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
1014         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
1015
1016         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
1017         pending finalizers are not invoked after the appdomain has been 
1018         unloaded. Fixes #67862.
1019
1020 2004-10-22  Martin Baulig  <martin@ximian.com>
1021
1022         * mono-debug-debugger.c
1023         (mono_debugger_runtime_invoke): Don't box valuetypes.
1024
1025 2004-10-22  Chris Toshok  <toshok@ximian.com>
1026
1027         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
1028         don't hide private methods.
1029
1030 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
1031
1032         * icall.c: Allows the runtime to "share" (when known) the public key
1033         token of an assembly. This avoid the need to recalculate the token 
1034         (from the public key) in managed code.
1035
1036 2004-10-21  Chris Toshok  <toshok@ximian.com>
1037
1038         * debug-helpers.c (append_class_name): argh, revert last patch.
1039         
1040 2004-10-21  Chris Toshok  <toshok@ximian.com>
1041
1042         * debug-helpers.c (append_class_name): use '+' as the delimiter,
1043         not '/', so that it matches what the debugger uses to look up
1044         methods.
1045
1046 2004-10-21  Martin Baulig  <martin@ximian.com>
1047
1048         * mono-debug-debugger.c (mono_debugger_throw_exception): New
1049         public method; this is called each time an exception is thrown and
1050         allows the debugger to use exception catch points.
1051
1052 2004-10-21  Martin Baulig  <martin@ximian.com>
1053
1054         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
1055         the stack pointer and the exception object in some struct and pass
1056         that to the debugger.
1057
1058 2004-10-21  Chris Toshok  <toshok@ximian.com>
1059
1060         * mono-debug-debugger.c (do_write_class): add instance/static
1061         event support.  We don't expose "raise" or "other" yet.
1062         (event_is_static): new method.
1063
1064 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
1065
1066         * mono-debug-debugger.c
1067         (mono_debugger_handle_exception): Remove
1068         bogus return value for fussy compilers.
1069
1070 2004-10-20  Martin Baulig  <martin@ximian.com>
1071
1072         * mono-debug-debugger.c
1073         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
1074         (mono_debugger_handled_exception): Likewise.
1075
1076 2004-10-20  Martin Baulig  <martin@ximian.com>
1077
1078         * mono-debug-debugger.h (MonoDebuggerEvent): Added
1079         MONO_DEBUGGER_EVENT_EXCEPTION.
1080
1081         * mono-debug-debugger.c (mono_debugger_handle_exception): New
1082         public function to send the debugger a notification for an
1083         exception and inform it about a catch/finally clause.
1084
1085 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
1086
1087         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
1088         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
1089         fix 2.95 build. 
1090
1091         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
1092
1093 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
1094
1095         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
1096         marshalled as [In,Out]. Fixes #58325.
1097
1098 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
1099
1100         * reflection.c (mono_method_body_get_object): Implement some fields.
1101
1102 2004-10-12  Martin Baulig  <martin@ximian.com>
1103
1104         * reflection.c (mono_reflection_bind_generic_parameters): Small
1105         fix, correctly retrieve our parent from a generic instance.
1106
1107 2004-10-12  Martin Baulig  <martin@ximian.com>
1108
1109         * metadata.c (mono_metadata_generic_param_equal): We always have
1110         an owner.
1111
1112         * class.c
1113         (mono_class_from_generic_parameter): We need to have an owner.
1114         (my_mono_class_from_generic_parameter): Likewise.
1115
1116         * reflection.c (mono_reflection_setup_generic_class): Renamed to
1117         mono_reflection_create_generic_class() and added a new
1118         mono_reflection_setup_generic_class().  
1119         (mono_reflection_initialize_generic_param): If we're a nested
1120         generic type and inherited from the containing class, set our
1121         owner to the outer class.
1122
1123 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
1124
1125         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
1126
1127         * reflection.c (mono_method_body_get_object): New function to create
1128         a MethodBody object.
1129
1130         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
1131
1132 2004-10-11  Martin Baulig  <martin@ximian.com>
1133
1134         * metadata.c (_mono_metadata_type_equal): Renamed to
1135         do_mono_metadata_type_equal() and made static.
1136
1137 2004-10-11  Martin Baulig  <martin@ximian.com>
1138
1139         * appdomain.c: Bump corlib version number to 28.
1140
1141 2004-10-10  Martin Baulig  <martin@ximian.com>
1142
1143         * class-internals.h
1144         (MonoGenericInst): Added `MonoGenericContainer *container'.
1145         (MonoGenericMethod): Likewise.
1146         (MonoGenericContext): Likewise.
1147         (MonoGenericParam): Added `MonoGenericContainer *owner'.
1148
1149         * metadata.c
1150         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
1151         (do_mono_metadata_parse_generic_inst): Likewise.
1152         (mono_metadata_parse_type_full): New public method.  This is the actual
1153         mono_metadata_parse_type() implementation - with an additional
1154         `MonoGenericContainer *' argument.
1155         (mono_metadata_parse_array_full): Likewise.
1156         (mono_metadata_parse_signature_full): Likewise.
1157         (mono_metadata_parse_method_signature_full): Likewise.
1158         (mono_metadata_parse_mh_full): Likewise.
1159         (mono_type_create_from_typespec): Likewise.
1160         (mono_metadata_interfaces_from_typedef_full): New public method;
1161         this is similar to the other _full() methods, but we take a
1162         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
1163         (mono_metadata_parse_generic_param): Take an additional
1164         `MonoGenericContainer *' argument and lookup the MonoGenericParam
1165         from that container.
1166         (mono_metadata_generic_param_equal): New static method to compare
1167         two type parameters.
1168         (_mono_metadata_type_equal): New static method; takes an
1169         additional `gboolean signature_only' argument - if true, we don't
1170         compare the owners of generic parameters.
1171         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
1172         with a TRUE argument - do a signature-only comparision.
1173
1174         * loader.c: Use the new _full() methods and pass the
1175         MonoGenericContainer to them.
1176
1177         * object-internals.h (MonoReflectionTypeBuilder): Added
1178         `MonoGenericContainer *generic_container' field.
1179         (MonoReflectionMethodBuilder): Likewise.
1180
1181 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
1182
1183         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
1184         case initial images of dynamic assemblies.
1185
1186         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
1187
1188         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
1189
1190         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
1191         length of event->other array.
1192         (typebuilder_setup_events): Ditto.
1193
1194         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
1195         'assembly_by_name' and add an 'assemblies' list.
1196
1197         * assembly.h assembly.c: Add a new search hook for determining whenever
1198         an assembly is already loaded. Use this instead of searching in the
1199         loaded_assemblies list.
1200
1201         * domain.c appdomain.c: Implement the new search hook so loaded 
1202         assemblies are now scoped by appdomain. Fixes #67727.
1203
1204 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
1205
1206         * threads.c (mono_thread_attach): Initialize synch_lock field so
1207         mono_thread_detach works again.
1208
1209         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
1210         'lib' too. Fixes #63130.
1211
1212 2004-10-06  Jackson Harper  <jackson@ximian.com>
1213
1214         * culture-info-tables.h: regenerated.
1215
1216 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1217
1218         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
1219         implemented by other interfaces in the result. Fixes #65764.
1220         
1221         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1222         Handle unloadable modules without crashing.
1223
1224         * image.c (load_modules): Revert the previous patch since modules must
1225         have a fixed index inside the array.
1226         
1227         * image.c (load_modules): Don't include native modules in the modules
1228         array.
1229
1230 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
1231
1232         * reflection.h: Add param_defaults field.
1233
1234         * reflection.c: Add support for parameter defaults in dynamic methods.
1235         Fixes #64595.
1236
1237         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
1238         an empty string when a type has no namespace. Fixes #64230.
1239
1240 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
1241
1242         * tabledefs.h: Added "internal" security actions to support non-CAS
1243         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
1244         Note: they do not seems to be used anymore in 2.0 (new metadata format)
1245
1246 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
1247
1248         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
1249         constructor of abstract class. Fixes #61689.
1250
1251 2004-10-04  Martin Baulig  <martin@ximian.com>
1252
1253         * class-internals.h (MonoGenericContainer): New type.
1254         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
1255         `MonoGenericContainer *generic_container'.
1256         (MonoClass): Replaced `gen_params' and `num_gen_params' with
1257         `MonoGenericContainer *generic_container'.
1258
1259         * metadata.c (mono_metadata_load_generic_params): Return a
1260         `MonoGenericContainer *' instead of a `MonoGenericParam *';
1261         removed the `num' argument.
1262
1263 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
1264
1265         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
1266         for dynamic images.
1267
1268         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
1269         machine fields.
1270
1271         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
1272
1273         * reflection.c: Save pe_kind and machine values into the generated
1274         image file.
1275
1276         * appdomain.c: Bump corlib version number.
1277
1278         * object-internals.h: Reorganize layout of LocalBuilder.
1279
1280         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
1281         New helper function.
1282
1283         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
1284         created MonoType for dynamic types. Fixes #66180.
1285
1286 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
1287
1288         * threadpool.c: the ares hashtable needs a critical section around it.
1289         this prevents some nasty segfaults
1290
1291 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
1292
1293         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
1294         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
1295         bug 67324).
1296         
1297 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1298
1299         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
1300         
1301 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
1302
1303         * image.c: Always canonicalize image file names, to avoid loading
1304         the same assembly twice when referenced using a relative path.
1305
1306 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1307
1308         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
1309
1310         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
1311
1312         * marshal.c: Fix warnings.
1313
1314 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
1315
1316         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
1317         attempting to marshal the delegate_trampoline as the method_addr.
1318         This patch has a static hashtable of marshalled delegates so that 
1319         we can map delegate_trampoline addresses back to delegates.  This
1320         allows a delegate passed to managed code to be passed back into native
1321         code.  Fixes #67039
1322
1323 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1324
1325         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
1326
1327         * reflection.c (method_encode_code): Align method headers properly.
1328         Fixes #66025.
1329
1330 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1331
1332         * marshal.c: In the runtime invoke wrapper, reset the abort
1333         exception if it is cached. This avoids the automatic rethrowal of 
1334         the exception after the catch of the wrapper. Also check for pending
1335         interruptions before calling the managed method. This is done using
1336         the new method emit_thread_force_interrupt_checkpoint, since the
1337         normal checkpoint method is ignored when running the invoke wrapper.
1338         * object.c: If the abort exception is rethrown, set the abort_exc
1339         field of the thread, so it will be rethrown aftere every catch.
1340         * threadpool.c: Only run an interruption checkpoint if what has been
1341         requested is a stop of the thread (aborts will be ignored).
1342         * threads.c: By default, a thread will now never be interrumped while
1343         running the runtime invoke wrapper (this ensures that runtime_invoke
1344         will always return to the caller if an exception pointer is provided).
1345         There is a new special method mono_thread_force_interruption_checkpoint()
1346         to force an interruption checkpoint even if running a protected
1347         wrapper, which is used by the same runtime invoke wrapper to do a check
1348         at a safe point.
1349
1350 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1351
1352         * object.c, object-internals.h: Implemented mono_release_type_locks,
1353         which releases the cctor locks held by a thread.
1354         * threads.c, threads.h: In thread_cleanup, release cctor locks held
1355         by a thread. Added mono_thread_exit() method to be used to safely stop
1356         a thread.
1357
1358 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1359
1360         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1361         Move null check before dereference.  Avoid indexing beyond the end
1362         of the 'modules' array.
1363
1364 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1365
1366         * metadata-internals.h (MonoImage): Add module_count field.
1367         * image.c (load_modules): Set image->module_count.
1368         (mono_image_load_file_for_image): Use image->module_count.
1369         * reflection.c (mono_image_load_module): Append to image->modules array 
1370         of dynamic assembly.
1371         (mono_module_get_object): Fix loop to actually increment index.
1372         Use image->module_count.
1373         * assembly.c (mono_assembly_load_references): Use image->module_count.
1374         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
1375         Likewise.
1376
1377 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1378
1379         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
1380         Avoid assert on generic types.
1381
1382 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
1383
1384         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
1385
1386         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
1387
1388         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
1389         function to convert a MarshalSpec structure to its managed counterpart.
1390
1391         * reflection.c: Fix warnings.
1392         
1393         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
1394         field.
1395
1396         * icall.c (mono_create_icall_signature): Fix build.
1397
1398 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
1399
1400         * icall.c: Add MakePointType icall.
1401
1402         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
1403         warnings.
1404
1405 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1406
1407         * threadpool.c: reuse allocated slots in the queue.
1408
1409 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
1410
1411         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
1412
1413         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
1414
1415         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
1416         previous change.
1417
1418         * tabledefs.h: Add constants for pinvoke attributes BestFit and
1419         ThrowOnUnmappableChar.
1420
1421         * icall.c (ves_icall_Type_GetPacking): New icall.
1422
1423 2004-09-24  Martin Baulig  <martin@ximian.com>
1424
1425         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
1426
1427 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1428
1429         * appdomain.c:
1430         (mono_domain_set): allow setting a domain that is being unloaded.
1431         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
1432         being unloaded.
1433
1434 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1435
1436         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
1437         the GetCustomAttributes icall.
1438
1439 2004-09-23  Martin Baulig  <martin@ximian.com>
1440
1441         * object-internals.h (MonoReflectionGenericParam): Replaced
1442         'has_ctor_constraint', `has_reference_type' and `has_value_type'
1443         with `guint32 attrs'.
1444
1445 2004-09-23  Martin Baulig  <martin@ximian.com>
1446
1447         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
1448
1449 2004-09-23  Martin Baulig  <martin@ximian.com>
1450
1451         * object-internals.h (GenericParameterAttributes): New enum.
1452
1453 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1454
1455         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
1456         
1457         * class.c (init_events): Fill out event->other field.
1458
1459         * class.c: Fix warnings.
1460
1461         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
1462
1463 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
1464
1465         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
1466         walk which doesn't supply the IL offset.
1467
1468 2004-09-22  Martin Baulig  <martin@ximian.com>
1469
1470         * reflection.c (mono_reflection_setup_internal_class): If we're
1471         System.ValueType, System.Object or System.Enum, set
1472         `klass->instance_size' and create the vtable.
1473         (mono_reflection_create_internal_class): If we're an enum type,
1474         get the base class from our current corlib.
1475
1476 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
1477
1478         * reflection.h (MonoResolveTokenError): New type.
1479
1480         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
1481         icall.
1482
1483         * icall.c: Add an 'error' argument to the ResolveToken icalls.
1484
1485 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
1486
1487         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
1488         Support also calling constructors, but only for already allocated objects.
1489
1490 2004-09-17  Geoff Norton <gnorton@customerdna.com>
1491
1492         * reflection.c (type_get_qualified_name): If the klass is null
1493         return the typename to avoid a NullRefEx.
1494         (encode_cattr_value): Get the qualified name of the boxed type,
1495         not the underlying enumtype.  Fixes #62984.
1496
1497 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
1498
1499         * marshal.c: Fix problems with previous checkin.
1500
1501 2004-09-21    <vargaz@freemail.hu>
1502
1503         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
1504         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
1505
1506         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
1507
1508 2004-09-21  Geoff Norton <gnorton@customerdna.com>
1509
1510         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
1511         should only return a type for pointers, arrays, and passbyref types.
1512         Fixes bug #63841.
1513
1514 2004-09-21  Martin Baulig  <martin@ximian.com>
1515
1516         * domain.c (mono_debugger_check_runtime_version): New public
1517         function.
1518
1519         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
1520
1521 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1522
1523         * reflection.c: Added missing sort to the declarative security 
1524         attributes table. MS implementation stops seeing the attributes if the
1525         token number regress in the table (as shown by ildasm and permview).
1526
1527 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
1528
1529         * object-internals.h (MonoReflectionModule): Add 'token' field.
1530         
1531         * reflection.c (mono_reflection_get_token): Add support for Module
1532         and Assembly.
1533         (mono_module_get_object): Set 'token' field.
1534         (mono_module_file_get_object): Set 'token' field.
1535
1536         * icall.c: Add new Assembly and Module icalls.
1537
1538         * appdomain.c: Bump corlib version.
1539
1540 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
1541
1542         * loader.h loader.c class.h class.c: Add helper functions for obtaining
1543         tokens of metadata objects.
1544
1545         * reflection.h reflection.c (mono_reflection_get_token): New function
1546         to obtain the token of a metadata object.
1547
1548         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
1549
1550 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
1551
1552         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
1553         
1554         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
1555
1556 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
1557
1558         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
1559         * object-internals.h: Added 3 MonoArray* members to MonoReflection
1560         AssemblyBuilder to access the permissions set in the class lib.
1561         * reflection.c: Added security attributes encoding step in 
1562         mono_image_build_metadata.
1563         * tabledefs.h: Added new security actions defined in 2.0:
1564         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
1565
1566 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1567
1568         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
1569         macro parameter.
1570
1571 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1572  
1573         * locales.c: nullify the ICU_collator member of CompareInfo when it is
1574           finalized. There where random SIGSEVs at program termination, when
1575           an object being finalized was trying to do a string comparison and
1576           the current culture was already finalized.
1577  
1578 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1579
1580         * threads.c: call thread_cleanup before finishing the thread if we get
1581         there.
1582
1583 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
1584
1585         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
1586         assemblies from the parent. Fixes #65665.
1587
1588 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
1589
1590         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
1591         modifiers.
1592
1593 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
1594
1595         * reflection.h: add prototype for mono_get_dbnull_object
1596         * reflection.c: add prototypes for get_default_param_value_blobs 
1597         and mono_get_object_from_blob for fussier compilers
1598
1599 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
1600  
1601         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
1602         false deadlock checks in class initialization.
1603  
1604 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
1605
1606         * image.c (mono_image_addref): Fix comment.
1607
1608         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
1609         possible.
1610
1611 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
1612
1613         * reflection.c (mono_param_get_objects): Modified to return
1614         ParameterInfo.DefaultValue object.
1615
1616         (get_default_param_value_blobs):
1617         (mono_get_object_from_blob):
1618         (mono_get_dbnull_object): New helper routines. 
1619
1620         * object.c (mono_get_constant_value_from_blob): New helper routine
1621         carved out from get_default_field_value ()
1622
1623         * object-internals.h (mono_get_constant_value_from_blob): Added
1624         function declaration.
1625
1626 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
1627
1628         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
1629         referenced assemblies. Fixes #62135.
1630
1631         * exception.h exception.c (mono_get_exception_file_not_found2): New
1632         helper function.
1633
1634 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
1635
1636         * class.h class.c: Add mono_type_get_underlying_type ().
1637
1638 2004-09-09  Geoff Norton <gnorton@customerndna.com>
1639
1640         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
1641         Fix GetTypes() to support dynamically created assemblies.
1642
1643 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
1644
1645         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
1646         
1647         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
1648         previous patch.
1649
1650         * reflection.h reflection.c loader.c: Allow dynamic construction of
1651         pinvoke methods. Fixes #65571.
1652         
1653         * reflection.c (mono_reflection_get_type): Revert previous change since
1654         it causes regressions.
1655
1656 2004-09-08  Martin Baulig  <martin@ximian.com>
1657
1658         * class.c (class_compute_field_layout): Don't call
1659         mono_class_layout_fields() for open generic instances.
1660
1661 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
1662         * threads.c appdomain.c: fix typo in GC macro
1663
1664 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1665
1666         * threads.c: don't call mono_thread_detach() in start_wrapper(),
1667         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
1668
1669 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
1670
1671         * image.c (mono_image_close): Applied patch from 
1672         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
1673         assembly is loaded multiple times from data.
1674         
1675         * image.c (mono_image_open): Fix warning.
1676
1677 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1678
1679         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
1680         once. Fixes #58334.
1681         
1682         * reflection.c (mono_reflection_create_runtime_class): Initialize
1683         klass->nested_classes. Fixes #61224.
1684
1685 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
1686
1687         * threads.c: sched_yield() on exit, to allow threads to quit.
1688
1689 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1690
1691         * object.c (mono_unhandled_exception): Remove leftover debug code.
1692
1693 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
1694
1695         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
1696
1697 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1698
1699         * marshal.c (emit_marshal_array): Really null terminate string arrays.
1700         
1701         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
1702
1703 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1704
1705         * marshal.c (emit_marshal_array): Null terminate string arrays.
1706         
1707         * marshal.c (raise_auto_layout_exception): Fix warning.
1708
1709         * reflection.c (mono_param_get_objects): Initialize the default value
1710         with DBNull.Value, not null. Fixes #62123.
1711
1712 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
1713
1714         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
1715         throw an exception with a cute explanation.
1716
1717 2004-09-06  Dick Porter  <dick@ximian.com>
1718
1719         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
1720         Close the new process's thread handle, as we don't use it.  The
1721         handle stays around forever otherwise.
1722
1723 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1724
1725         * object.c (arith_overflow): Fix warning.
1726
1727         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
1728         calling conventions in method refs. Fixes #65352.
1729
1730         * reflection.c: Fix warnings.
1731
1732 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1733
1734         * icall.c: Add a new icall for Array.Clear
1735
1736 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1737
1738         * object.c: When allocating an array, we have to throw
1739         an overflow exception if any of the lengths are < 0.
1740
1741 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1742
1743         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
1744         properly. Also move implementation of string array marshalling to 
1745         managed code. Fixes #42316.
1746
1747 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1748
1749         * assembly.c: provide more information when loading an assembly fails.
1750
1751 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1752
1753         * filewatcher.c: don't expect the development fam package to be
1754         installed.
1755
1756 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
1757
1758         * marshal.c: Make a copy of the signature cookie since it will be
1759         freed by the caller.
1760         
1761         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
1762
1763         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
1764
1765         * metadata.c (mono_metadata_free_marshal_spec): New function to free
1766         marshal specs.
1767
1768         * marshal.c: More refactoring.
1769         
1770         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
1771         smaller functions.
1772
1773 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
1774
1775         * object.c: In mono_message_invoke, fill the output parameter array after
1776           calling the managed method (it was done before the call). This fixes
1777           bug #59299.
1778
1779 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
1780
1781         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
1782         as well.
1783
1784 2004-09-02  Martin Baulig  <martin@ximian.com>
1785
1786         * class.c (mono_class_instance_size): Don't allow generic type
1787         definitions or open generic instances.
1788         (mono_class_array_element_size): If we're a value type, call
1789         mono_class_instance_size() on the original class.
1790
1791         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
1792         handle generic instances.
1793
1794         * mono-debug-debugger.c (write_type): Handle generic instances
1795         like classes.
1796
1797 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
1798
1799         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
1800         the allocation request fails. Fixes #65089.
1801
1802         * object.c (mono_runtime_free_method): Do not call mono_free_method.
1803         
1804         * object.c (mono_runtime_free_method): New function to free a dynamic
1805         method.
1806
1807         * marshal.c (mono_delegate_free_ftnptr): New function to free the
1808         delegate trampoline.
1809
1810         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
1811         with hasthis as dynamic,
1812
1813         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
1814
1815         * domain.c (mono_jit_info_table_remove): New function to remove an
1816         entry from the jit info table.
1817
1818         * class-internals.h (MonoMethod): Add 'dynamic' field.
1819
1820         * loader.c: Fix warnings.
1821
1822 2004-09-01  Martin Baulig  <martin@ximian.com>
1823
1824         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
1825         instead of mono_debugger_lock() because the latter one is a no-op
1826         unless running in the debugger.
1827
1828 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
1829
1830         * class.c (class_compute_field_layout): Classes with auto-layout or
1831         reference fields are not blittable.
1832         
1833 2004-09-01  Dick Porter  <dick@ximian.com>
1834
1835         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
1836         mono_image_get_filename() to get the assembly location.
1837
1838         * icall.c:
1839         * metadata.h: Fix compile warnings
1840
1841 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
1842
1843         * class.c (class_compute_field_layout): System.Object is blittable.
1844
1845         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
1846         as in/out. Fixes #59909.
1847
1848 2004-09-01  Martin Baulig  <martin@ximian.com>
1849
1850         * metadata.h (MONO_TYPE_ISREFERENCE): Call
1851         mono_metadata_generic_inst_is_valuetype() if we're a generic
1852         instance to check whether our underlying type is a reference type.
1853
1854 2004-09-01  Martin Baulig  <martin@ximian.com>
1855
1856         * metadata.c (mono_type_size): If we're a generic instance, call
1857         mono_class_value_size() for value types.
1858
1859 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
1860
1861         * marshal.c: Implement more custom marshalling functionality. Fixes
1862         #64915.
1863
1864 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
1865
1866         * mono-debug.c, debug-mono-symfile.c: add some locking love.
1867
1868 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
1869
1870         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
1871
1872         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
1873
1874         * icall.c: Fix some warnings.
1875
1876         * threads.c (abort_appdomain_thread): Fix unref errors.
1877         (mono_thread_current): Fix THREAD_DEBUG define.
1878
1879 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
1880
1881         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
1882
1883         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
1884
1885 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
1886
1887         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
1888         string arrays.
1889
1890 2004-08-28  Martin Baulig  <martin@ximian.com>
1891
1892         * metadata.c
1893         (mono_metadata_generic_inst_is_valuetype): New public function.
1894
1895         * metadata.h (MONO_TYPE_ISSTRUCT): Call
1896         mono_metadata_generic_inst_is_valuetype() if we're a generic
1897         instance to check whether our underlying type is a valuetype.
1898
1899 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
1900
1901         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
1902         #63768.
1903
1904 2004-08-25  Martin Baulig  <martin@ximian.com>
1905
1906         * loader.c (mono_get_method_from_token): Abstract methods can also
1907         be generic and thus have type parameters.
1908
1909         * metadata-internals.h
1910         (MonoDynamicImage): Added `GPtrArray *gen_params'.
1911
1912         * reflection.c (mono_image_get_generic_param_info): Don't create a
1913         metadata row, just add an entry to the `gen_params' array.
1914         (build_compressed_metadata): Sort the `gen_params' array and then
1915         actually create the metadata.
1916
1917 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1918
1919         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
1920
1921 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
1922
1923         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
1924
1925 2004-08-24  Martin Baulig  <martin@ximian.com>
1926
1927         * class.cs (mono_class_is_subclass_of): Like an interface, a
1928         generic instance also derives from System.Object.
1929
1930 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
1931
1932         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
1933         custom modifiers to be in any order. Fixes #61990.
1934
1935 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
1936
1937         * object.c: Register mono_object_new_fast icall.
1938         
1939         * object.c (mono_class_get_allocation_ftn): Return to calling
1940         mono_object_new_fast, since it seems faster to compute the object 
1941         size in unmanaged code than passing it as a parameter.
1942
1943         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
1944
1945         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
1946         this function with Boehm as the oom handler, so we don't have to check
1947         the result of GC_malloc.
1948
1949         * object.c: Remove checks for oom.
1950
1951         * object.h object.c (mono_class_get_allocation_ftn): New function to
1952         return the icall which can be used to allocate an instance of a given
1953         class. 
1954
1955         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
1956
1957         * class-internals.h: Add 'enabled' field.
1958
1959 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
1960
1961         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
1962
1963 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
1964         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
1965         value 0x0010.
1966
1967 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
1968
1969         * appdomain.c: use the Tls function for appdomain too,
1970         at Zoltan's request. Actually return in mono_context_get
1971
1972         * appdomain.c, profiler.c, threads.c: use __thread
1973
1974 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
1975
1976         * appdomain.c threads.c: Call GC_CreateThread on windows.
1977
1978         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
1979         multiple libraries since this don't work on windows.
1980
1981 2004-08-18  Martin Baulig  <martin@ximian.com>
1982
1983         * class-internals.h
1984         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
1985         MonoMethodHeader.
1986
1987         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
1988         MonoMethodNormal since we also need it for abstract and interface
1989         methods.
1990
1991         * reflection.c
1992         (build_compressed_metadata): Sort the GenericParam table.
1993         (mono_image_create_token): Added `gboolean create_methodspec'
1994         argument; this is false when generating a MethodImpl token.
1995         (reflection_methodbuilder_to_mono_method): Abstract and interface
1996         methods may also have generic parameters.
1997
1998 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
1999
2000         * appdomain.c: thread local alloc
2001
2002 2004-08-17  Martin Baulig  <martin@ximian.com>
2003
2004         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
2005
2006         * icall.c
2007         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
2008         argument.
2009
2010         * class.c (mono_type_get_full_name): New public function.
2011         (mono_type_get_name): Don't include the type arguments.
2012
2013 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
2014
2015         * Makefile.am: Build static versions of libmetadata and libmonoruntime
2016         for inclusion into the mono executable.
2017
2018 2004-08-16  Martin Baulig  <martin@ximian.com>
2019
2020         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
2021         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
2022
2023 2004-08-14  Martin Baulig  <martin@ximian.com>
2024
2025         * class.c (dup_type): Also copy the `byref' field.
2026
2027 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
2028
2029         * reflection.c (create_dynamic_mono_image): Revert the last change 
2030         since it breaks bootstrap.
2031
2032 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
2033
2034         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
2035
2036         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
2037         not free them with g_free.
2038
2039 2004-08-11  Martin Baulig  <martin@ximian.com>
2040
2041         * reflection.c (mono_reflection_setup_internal_class): Also call
2042         mono_class_setup_mono_type() if we already have a `tb->type.type'.
2043
2044 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
2045
2046         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
2047         called during default (first) AppDomain creation. Keep track of
2048         Evidence when loading assemblies.
2049
2050 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2051
2052         * opcodes.c, opcodes.h: reduce runtime relocations.
2053
2054 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
2055
2056         * culture-info.h, locales.c: fixes and chages to sue the new
2057         optimized format of the locale data.
2058         * culture-info-tables.h: regenerated.
2059
2060 2004-08-06  Geoff Norton <gnorton@customerdna.com>
2061         
2062         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
2063
2064 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
2065
2066         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
2067         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
2068         * domain-internals.h: icall declaration.
2069         * icall.c: icall registration.
2070         * object-internals.h: New fields in MonoAssembly for CAS.
2071
2072 2004-08-05  Duncan Mak  <duncan@ximian.com>
2073
2074         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
2075         CEE_LDELEM_ANY.
2076
2077 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2078
2079         * reflection.c: fix to deal with object[] arrays in custom ctors
2080         (bug #62550).
2081
2082 2004-08-05  Martin Baulig  <martin@ximian.com>
2083
2084         * class.c (mono_class_array_element_size): Added support for
2085         generic instances and correctly handle "recursive" types.
2086
2087 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
2088
2089         * assembly.c: Fix warnings.
2090
2091 2004-08-04  Martin Baulig  <martin@ximian.com>
2092
2093         * class.c
2094         (mono_type_get_name_recurse): Added `gboolean include_arity'
2095         argument specifying whether or not we should include the generic
2096         arity in the type name.
2097         (_mono_type_get_name): New static function.
2098         (mono_class_setup_vtable): If we're a generic instance, don't
2099         include the generic arity in the names of explicit method
2100         implementations.        
2101
2102 2004-08-03  Martin Baulig  <martin@ximian.com>
2103
2104         * class.c (mono_type_get_name_recurse): Enclose the generic type
2105         arguments in `<', '>'.
2106
2107 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2108
2109         * gc.c: make GC warning messages use the trace API, they are just
2110         noise to most of the users.
2111
2112 2004-08-03  Martin Baulig  <martin@ximian.com>
2113
2114         * debug-mono-symfile.c (read_string): Correctly read the string.
2115
2116 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
2117
2118         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
2119         
2120         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
2121         icalls.
2122         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
2123
2124 2004-07-30  Martin Baulig  <martin@ximian.com>
2125
2126         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
2127         Reflect latest symbol writer changes.   
2128
2129 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2130
2131         * object.c: always create an object if null is passed
2132         to Invoke() where a valuetype is expected.
2133
2134 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
2135
2136         * marshal.c (mono_marshal_init): make managed
2137         signatures match native ones better for 64bits.
2138
2139 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2140
2141         * appdomain.c: hack to build correctly the private bin path on windows.
2142         Fixes bug #61991.
2143
2144 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
2145
2146         * assembly.c: Load mscorlib from the correct framework directory
2147           (mono/<version>/mscorlib.dll).
2148         * appdomain.h: Added prototypes for new functions.
2149         * internals.h: Added some prototypes.
2150         * domain.c: When initializing the runtime, get from the executable and
2151           the configuration files the runtime version that the app supports.
2152           Added support methods for reading app.exe.config. Added list of versions
2153           supported by the JIT. Added two new methods: mono_init_from_assembly,
2154           which initializes the runtime and determines the required version from
2155           the provided exe file, and mono_init_version, which initializes
2156           the runtime using the provided version.
2157         * icall.c: Get machine.config from version-specific directory.
2158         * reflection.c: When generating an image, embed the version number
2159           of the current runtime.
2160
2161 2004-07-28  Dick Porter  <dick@ximian.com>
2162
2163         * socket-io.c
2164         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
2165         returned sockaddr size before creating the remote address object.
2166         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
2167         61608.
2168
2169 2004-07-28  Dick Porter  <dick@ximian.com>
2170
2171         * locales.c (string_invariant_compare_char): Fix invariant char
2172         compares between upper and lower cases.  Fixes bug 61458.
2173
2174 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
2175         
2176         * marshal.c: actually cache stelem.ref wrappers.
2177         
2178 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
2179
2180         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
2181         sections and remove the mono_cli_rva_map () function.
2182
2183 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2184
2185         * debug-mono-symfile.c: fix one more endianess issue, from a patch
2186         by Geoff Norton (<gnorton@customerdna.com>).
2187
2188 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2189
2190         * class.c: fix class loads for pointer types (typeof(int) !=
2191         typeof(int*)).
2192
2193 2004-07-27  Martin Baulig  <martin@ximian.com>
2194
2195         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
2196         reading the debugging information from an external ".mdb" file.
2197
2198 2004-07-24  Martin Baulig  <martin@ximian.com>
2199
2200         * reflection.c (mono_image_get_type_info): Only write a class
2201         layout entry if we actually have a size or a packing size.
2202
2203 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2204
2205         * reflection.c (type_get_fully_qualified_name): 
2206         insert cast to get type checking of ?: with non-gcc compilers
2207
2208 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2209
2210         * rand.c: use g_getenv for both lookups of
2211         MONO_EGD_SOCKET
2212
2213 2004-07-17  Martin Baulig  <martin@ximian.com>
2214
2215         * reflection.c (mono_reflection_bind_generic_method_parameters):
2216         Set `gmethod->reflection_info'.
2217
2218 2004-07-17  Martin Baulig  <martin@ximian.com>
2219
2220         * class.c (mono_class_create_from_typedef): Insert the newly
2221         created class into the hash table before computing the interfaces
2222         since we could be called recursively.
2223
2224 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
2225
2226         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
2227         function to implement stelem.ref in managed code
2228         * class-internals.h, debug-helpers.c: a new wrapper type
2229         for the above.
2230
2231 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2232
2233         * gc.c: allow GC handles to work even when no GC is compiled in.
2234         Fix part of bug #61134 (GetAddrOfPinnedObject).
2235
2236 2004-07-13  Peter Williams  <peter@newton.cx>
2237  
2238         * process.c (complete_path): Make sure we don't attempt to execute
2239         directories.
2240  
2241 2004-07-12  Geoff Norton <gnorton@customerdna.com>
2242
2243         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
2244           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
2245           and will add/subtract the hour if needed
2246
2247 2004-07-12  Martin Baulig  <martin@ximian.com>
2248
2249         * reflection.c (mono_field_get_object): If we have
2250         `field->generic_info', take the attributes from
2251         `field->generic_info->generic_type'.    
2252
2253 2004-07-12  Martin Baulig  <martin@ximian.com>
2254
2255         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
2256         This function must be called before initializing the runtime.
2257         (mono_debug_init_1): New function; call this after initializing
2258         the runtime, but before loading the assembly.  It tells the
2259         debugger to load corlib and the builtin types.
2260
2261         * mono-debug-debugger.c: Did some larger changes in the debugging
2262         code; support recursive class declarations, make sure we actually
2263         add all classes.
2264
2265 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2266
2267         * debug-helpers.c: undo my previous patch and fixed the real issue in
2268         ../mini/exceptions-x86.c
2269
2270 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2271
2272         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
2273         when no HOME env. variable was set and a NullRef was thrown in a .cctor
2274         called from other .cctors.
2275
2276 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
2277
2278         * loader.c: Removed the mono_loader_wine_init hack now that we are
2279         doing a managed version of Windows.Forms.
2280
2281 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
2282
2283         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
2284         threadpool.c, threads.c: remove static data from rootset.
2285
2286 2004-07-09  Dick Porter  <dick@ximian.com>
2287
2288         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
2289         Don't do any more processing if the matched length was 0.  It was
2290         increasing the size of the string before.  Fixes bug 61167.
2291
2292 2004-07-09  Dick Porter  <dick@ximian.com>
2293
2294         * socket-io.h:
2295         * socket-io.c
2296         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2297         Add support for SO_PEERCRED if its available.
2298
2299 2004-07-09  Peter Bartok <pbartok@novell.com>
2300         * loader.c: winelib.exe.so error message is now only displayed if
2301         MONO_DEBUG is set. To help us avoid questions when people are trying
2302         out the new Managed.Windows.Forms.
2303
2304 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
2305
2306         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
2307         for isinst and castclass wrappers.
2308
2309         * class-internals.h icall.c: Move registration and lookup of JIT icalls
2310         to libmetadata from the JIT, so they could be used by the marshalling
2311         code and the interpreter.
2312
2313         * marshal.c: Register marshalling related JIT icalls here instead of
2314         in mini.c. Use CEE_MONO_ICALL instead of the family of 
2315         CEE_MONO_PROC<x> opcodes to call marshalling functions.
2316
2317         * metadata.h: Remove unneeded marshalling conversions.
2318
2319         * opcodes.c: Update for new opcodes.
2320         
2321 2004-07-08  Martin Baulig  <martin@ximian.com>
2322
2323         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
2324         (mono_debug_get_domain_data): Make this function static.
2325
2326 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2327
2328         * gc.c, object.h: add nice GC handle API for embedders.
2329
2330 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
2331
2332         * reflection.c: more changes for the new api
2333
2334         * object.c: When we reflect on a field w/ a constant value, it
2335         will not have a memory location, so we must access metadata. Also,
2336         allow easier reading of strings so that we can read them from
2337         the constant data.
2338
2339         * class.c (mono_class_layout_fields): no need for literal fields here.
2340
2341         * class-internals.h: api changes for const fields
2342
2343         * icall.c (ves_icall_get_enum_info): use new apis for const fields
2344
2345 2004-07-06  Martin Baulig  <martin@ximian.com>
2346
2347         * mono-debug.h: Increment version number to 44.
2348
2349         * mono-debug.c (mono_debug_add_wrapper): The second argument is
2350         now a gpointer, rewrote this whole method.
2351
2352         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
2353         function.  Add information about the wrapper in a new "misc table".
2354
2355         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
2356         for the new misc table.
2357
2358 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
2359
2360         * metadata-internals.h image.c: Add a cache for helper signatures.
2361
2362         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
2363
2364 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
2365
2366         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
2367         delegates from a delegate. Fixes #61033.
2368         
2369         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
2370         marshalling of stringbuilder arrays. Fixes #59900.
2371
2372 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
2373
2374         * icall.c: Add EnumBuilder:setup_enum_type icall.
2375
2376 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
2377
2378         * icall.c: Added a new icall for the property version of
2379         OffsetOfStringData.
2380
2381 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
2382
2383         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
2384         it has a constant size across platforms.
2385
2386         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
2387         stack trace.
2388
2389 2004-06-29  Martin Baulig  <martin@ximian.com>
2390
2391         * mono-debug.c (mono_debug_add_method): Protect the whole function
2392         in mono_debugger_lock(), not just parts of it.
2393
2394 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2395
2396         * reflection.c: make sure padding bytes in heaps are zeroed.
2397
2398 2004-06-24  David Waite  <mass@akuma.org>
2399
2400         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
2401         image.c, loader.c, locales.c, marshal.c, metadata.c,
2402         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
2403         string-icalls.c, threads.c: change to C90-style comments from C99 /
2404         C++ -style
2405
2406 2004-06-24  Dick Porter  <dick@ximian.com>
2407
2408         * threads.c
2409         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
2410         return createdNew.  Fixes bug 60412.
2411
2412         * threads-types.h: 
2413         * icall.c: Add createdNew parameter to CreateMutex icall
2414
2415 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2416
2417         * reflection.c, object-internals.h: save default value in params.
2418
2419 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2420
2421         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
2422         no need to build a new path combining that with the application base.
2423         Fixes bug #60442.
2424
2425 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
2426
2427         * reflection.c: fixed minor standard compliance issues.
2428
2429 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2430
2431         * reflection.c: fixed issue with encoding some custom attributes
2432         (arrays in properties and fields, bug #60411).
2433
2434 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2435
2436         * reflection.c: fix start address when copying the public key token.
2437
2438 2004-06-23  Martin Baulig  <martin@ximian.com>
2439
2440         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
2441         the `exc' object in a static object to put it into the GC's root set.
2442
2443 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
2444
2445         * reflection.c: make mono_reflection_setup_internal_class ()
2446         callable a second time to setup a new parent class.
2447
2448 2004-06-23  Dick Porter  <dick@ximian.com>
2449
2450         * threads.c: Check for WAIT_IO_COMPLETION return values.
2451
2452 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
2453
2454         * appdomain.c: Removed the g_free on the public key token. Now copy 
2455         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
2456         * assembly.c: Added public key token string value when loading 
2457         assemblies. Fix bug #60439.
2458         * icall.c: Added missing informations (like public key) in 
2459         GetReferencedAssemblies. Fix #60519.
2460         * image.h: Changed definition for public key token from const char*
2461         public_tok_value to guchar public_key_token [17];
2462         * reflection.c: Updated for changes to public key token.
2463
2464 2004-06-22  Lluis Sanchez Gual
2465
2466         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
2467         for the field in base classes.
2468
2469 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2470
2471         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
2472         mark headers as not supported, they are installed only for use by the
2473         debugger.
2474
2475 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
2476
2477         * *.c, *.h: avoid namespace pollution in public headers.
2478
2479 2004-06-21  Martin Baulig  <martin@ximian.com>
2480
2481         * exception.c (mono_get_exception_security): It's in
2482         "System.Security", not in "System".
2483
2484         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
2485         the exception classes.
2486
2487 2004-06-21  Martin Baulig  <martin@ximian.com>
2488
2489         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
2490         Protect the exception object from being finalized.
2491
2492 2004-06-21  Martin Baulig  <martin@ximian.com>
2493
2494         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
2495         public function.
2496
2497 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
2498
2499         * reflection.c: Load the assembly in mono_reflection_type_from_name,
2500         if it was not loaded before. Fix parts of #60439.
2501
2502 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
2503
2504         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
2505         code that was broken since Ben's change: wrappers are now
2506         dependent on the method signature only again.
2507
2508 2004-06-21  Martin Baulig  <martin@ximian.com>
2509
2510         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
2511         added interface support.
2512
2513 2004-06-21  Martin Baulig  <martin@ximian.com>
2514
2515         * class.c (mono_vtable_get_static_field_data): New public method.
2516
2517 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
2518
2519         * filewatcher.c : Windows build fix to be compliant with API changes.
2520
2521 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2522
2523         * class.h, class.c: more accessors.
2524         * metadata.h, metadata.c: prepare for hiding MonoType and
2525         MonoMethodSignature: people should use the accessors from now on
2526         outside of the tree.
2527
2528 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2529
2530         * *.c, *.h: more API cleanups.
2531
2532 2004-06-18  Jackson Harper  <jackson@ximian.com>
2533
2534         * assembly.c: Trace loading assemblies.
2535         * loader.c: Trace loading native libraries.
2536         * mono-config.c: Trace loading config files.
2537         
2538 2004-06-18  Dick Porter  <dick@ximian.com>
2539
2540         * locales.c: Tell ICU the lengths of strings, it can cope with
2541         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
2542
2543 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
2544
2545         * image.c: swapped name/filename;
2546
2547 2004-06-18  Martin Baulig  <martin@ximian.com>
2548
2549         * mono-debug-debugger.c (write_class): Write the parent class at
2550         the end of the header.
2551
2552 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2553
2554         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
2555
2556 2004-06-17  Raja R Harinath  <rharinath@novell.com>
2557
2558         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
2559         (bundle_obj): New conditional define.
2560         (BUILT_SOURCES): Remove.
2561         ($(bundle_srcs)): Make parallel-make safe.
2562         (libmonoruntime_la_LIBADD): Make unconditional.
2563         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
2564         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
2565
2566 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
2567
2568         * culture-info-tables.h: It was inconsistent with the latest
2569           supp info files.
2570
2571 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
2572
2573         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
2574         be loaded.
2575
2576         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
2577         with gcc 2.95.
2578
2579 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2580
2581         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
2582         cleaned up public header threads.h.
2583
2584 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2585
2586         * Makefile.am, *.c, *.h: more API cleanups.
2587
2588 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
2589
2590         * Makefile.am: removed monosn from compilation.
2591         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
2592         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
2593         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
2594         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
2595         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
2596         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
2597
2598 2004-06-15  Jackson Harper  <jackson@ximian.com>
2599
2600         * assembly.c: Make locales lower case when searching the GAC for
2601         assemblies. gacutil will always make locales lowercase when
2602         installing so this effectively makes them case insensitive.
2603         
2604 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
2605
2606         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
2607         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
2608           parameter which allows to choose whether the wait can be interrupted or 
2609           not. Also added the method mono_monitor_enter(), which locks the monitor
2610           using an infinite wait and without allowing interruption.
2611           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
2612           interrupted.
2613         * object.h: Added new fields in MonoThread. suspend_event holds the event
2614           used to susped/resume the thread. synch_lock is the lock object to use for
2615           modifying the thread state.
2616         * threads.c: Use the new synch_lock object for locking, instead of "this",
2617           which can generate deadlocks.
2618           Moved thread state change in Thread.Sleep and Thread.Join from managed
2619           to unmanaged code. This avoids a deadlock when the thread was suspended
2620           just after acquiring the thread lock.
2621           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
2622           Implemented Thread.Suspend using an event instead of ThreadSuspend,
2623           which is not fully implemented in the io-layer.
2624         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
2625
2626 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
2627
2628         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
2629         threads-types.h: more API cleanups.
2630
2631 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2632
2633         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
2634         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
2635         threadpool.c, threads.c: first pass at the exported API cleanup.
2636
2637 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
2638
2639         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
2640
2641 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2642
2643         * icall.c: added internalGetHome.
2644
2645 2004-06-14  Dick Porter  <dick@ximian.com>
2646
2647         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
2648         possible to return successfully when '.' or '..' were the only
2649         entries in a directory, but were skipped.  The MonoIOStat was not
2650         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
2651         Fixes bug 59574.
2652
2653 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
2654
2655         * reflection.c: make binaries run on .Net 1.1 by default.
2656
2657 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
2658
2659         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
2660
2661 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
2662
2663         * marshal.c: keep track of struct size with explicit layout
2664         (bug #59979).
2665
2666 2004-06-12  Martin Baulig  <martin@ximian.com>
2667
2668         * mono-debug-debugger.c: Comment out a debugging g_message().
2669
2670 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2671
2672         * reflection.c, reflection.h: do not free custom attrs that are cached.
2673         * icall.c: use braces to make code clearer.
2674
2675 2004-06-11  Martin Baulig  <martin@ximian.com>
2676
2677         * class.h (MonoInflatedField): New type.
2678         (MonoClassField): Replaced `MonoType *generic_type' with
2679         `MonoInflatedField *generic_info'.
2680
2681         * icall.c
2682         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
2683
2684 2004-06-11  Martin Baulig  <martin@ximian.com>
2685
2686         * reflection.c (mono_image_create_method_token): Correctly encode
2687         varargs methods.
2688
2689 2004-06-11  Martin Baulig  <martin@ximian.com>
2690
2691         * metadata.c (mono_metadata_parse_method_signature): When parsing
2692         a MethodDef which has VarArgs, also set sentinelpos if we don't
2693         have any parameters.
2694
2695 2004-06-11  Martin Baulig  <martin@ximian.com>
2696
2697         * verify.c (mono_method_verify): In CEE_CALL, use
2698         mono_method_get_signature() to get the method's signature, unless
2699         we're a PInvoke method.
2700
2701 2004-06-10  Jackson Harper  <jackson@ximian.com>
2702
2703         * assembly.c: Use <path>/lib/mono/gac for the extra paths
2704         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
2705         logical name as the supplied path is just a prefix to the gac not
2706         the direct path to it.
2707         
2708 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
2709
2710         * reflection.c: make the token for a created method match
2711         the token of the MethodBuilder it was created from
2712         (IKVM requires this behaviour now).
2713
2714 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
2715
2716         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
2717         reflection.c, socket-io.c: leak fixes.
2718
2719 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
2720
2721         * icall.c: handle sentinel pos in vararg methods in position different
2722         from 0.
2723
2724 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2725
2726         * culture-info-tables.h: freshly generated.
2727
2728 2004-06-09  Martin Baulig  <martin@ximian.com>
2729
2730         * loader.c (mono_get_method_constrained): Call `mono_class_init
2731         (constrained_class)'.   
2732
2733 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
2734
2735         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
2736         any methods. Fixes #59629.
2737
2738 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2739
2740         * culture-info-tables.h: reflecting locale-builder updates.
2741
2742 2004-06-08  Dick Porter  <dick@ximian.com>
2743
2744         * object.h:
2745         * locales.c: Fixed compile warnings, including a real bug in
2746         CompareInfo_internal_compare.
2747         
2748 2004-06-08  Dick Porter  <dick@ximian.com>
2749
2750         * locales.c
2751         (ves_icall_System_Globalization_CompareInfo_internal_index):
2752         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
2753         Double-check the resuls of usearches, because ICU currently
2754         ignores most of the collator settings here.  Fixes bug 59720.
2755         
2756 2004-06-08  Dick Porter  <dick@ximian.com>
2757
2758         * locales.c
2759         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
2760         Fix memory leak and segfault-causing typo.  No idea how this one
2761         lasted so long without being noticed.
2762
2763 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
2764
2765         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
2766         any methods. Fixes #59629.
2767
2768 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2769
2770         * assembly.c:
2771         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
2772         own the critical section before). Removed dead code (that's done
2773         in the preload hook).
2774
2775         (mono_assembly_load_with_partial_name): call the preload hook.
2776
2777 2004-06-08  Martin Baulig  <martin@ximian.com>
2778
2779         * metadata.c (mono_metadata_signature_alloc): Default
2780         `sentinelpos' to -1.
2781
2782         * reflection.c (mono_image_get_array_token): Likewise.
2783
2784 2004-06-08  Martin Baulig  <martin@ximian.com>
2785
2786         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
2787
2788         * metadata.c (mono_metadata_parse_method_signature): When parsing
2789         a MethodDef which has VarArgs, set sentinelpos.
2790
2791         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
2792         `gint16' since we're using -1 for non-varargs methods.
2793
2794         * reflection.c
2795         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
2796         (method_encode_signature): Added varargs support.
2797         (method_builder_encode_signature): Likewise.
2798         (mono_image_get_varargs_method_token): New static method.
2799         (mono_image_create_method_token): New public method; this is
2800         called via an icall instead of mono_image_create_token() when
2801         calling a varargs method.       
2802
2803 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
2804
2805         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
2806
2807 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2808
2809         * culture-info-tables.h : Reflecting the latest locale-builder that
2810           fixed empty array representation ({} to {0}).
2811
2812 2004-06-07  Jackson Harper  <jackson@ximian.com>
2813
2814         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
2815         looking up extra gac paths. This allows MONO_GAC_PATH to act
2816         exactly like a prefix.
2817         
2818 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
2819
2820         * reflection.c (mono_reflection_type_from_name): Make a copy of the
2821         type name before modifying it. Fixes #59405.
2822
2823 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2824
2825         * culture-info.h: added fields for "all datetime patterns".
2826         * locales.c: (  ves_icall_System_Globalization_CultureInfo
2827           _construct_datetime_format ()): fill xxx_patterns fields.
2828         * object.h: added fields for "all datetime patterns" to
2829           MonoDateTimeFormatInfo.
2830         * culture-info-tables.h: reflecting locale-builder updates.
2831
2832 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
2833
2834         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
2835         the event has no add and remove methods. Fixes #59629.
2836
2837 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
2838
2839         * object.c: Fixed possible integer overflow when allocating large
2840         strings.
2841
2842 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
2843
2844         * culture-info-tables.h: reflecting locale-builder updates.
2845
2846 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
2847
2848         * culture-info-tables.h: reflecting locale-builder updates.
2849
2850 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
2851
2852         * culture-info-tables.h: reflecting locale-builder updates.
2853
2854 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
2855
2856         * threads.c: Made Thread.Sleep abortable.
2857
2858 2004-06-02  Martin Baulig  <martin@ximian.com>
2859
2860         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
2861
2862         * debug-mono-symfile.h: Bumped symbol file version number to 37.
2863
2864 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
2865
2866         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
2867
2868 2004-05-30  Jackson Harper  <jackson@ximian.com>
2869
2870         * reflection.c: Do not hardcode assembly versions or public key
2871         tokens anymore. All of this except the corlib section was dead
2872         code anyways.
2873         
2874 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
2875
2876         * object.c (mono_runtime_invoke_array): Automatically create boxed
2877         objects for byref valuetypes if needed. Fixes #59300.
2878         
2879         * object.c (mono_method_return_message_restore): Handle 
2880         MONO_TYPE_OBJECT as well.
2881
2882 2004-05-28  Jackson Harper  <jackson@ximian.com>
2883
2884         * reflection.c: The modified type encoding was causing build
2885         problems. Reverted for now.
2886         
2887 2004-05-28  Jackson Harper  <jackson@ximian.com>
2888
2889         * reflection.c/h: Take an assembly ref so that we dont create
2890         fully qualified names when encoding types in the same assembly as
2891         the custom attribute being emitted.
2892         * appdomain.c: Increment version number.
2893         
2894 2004-05-26  Duncan Mak  <duncan@ximian.com>
2895
2896         * icall.c
2897         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
2898         Set the full version number (major, minor, build, revision).
2899
2900 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
2901
2902         * marshal.c (emit_struct_conv): increment src/dst after blit
2903         (mono_marshal_get_managed_wrapper,
2904         mono_marshal_get_native_wrapper): make sure we have marshalling
2905         info before marshalling params (info computation affects
2906         blittable)
2907
2908         * class.c (class_compute_field_layout): correctly deal with
2909         blittable
2910         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
2911         value types (as per what windows dows by default)
2912         (mono_class_setup_mono_type): System.ValueType is blittable
2913         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
2914         blittable
2915
2916         * marshal.c (mono_marshal_load_type_info): flag types  as
2917         non-blittable if the native layout doesn't match the managed
2918         layout
2919
2920 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2921
2922         * appdomain.c: don't add stuff in the private search path that is
2923         above the application base. If application base is not set, there's
2924         no private search path.
2925
2926 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
2927
2928         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
2929         byref struct arguments in native->managed marshalling.
2930
2931 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
2932
2933         * marshal.c (mono_marshal_get_runtime_invoke): correctly
2934         cache methods using signature (special case for methods
2935         that are value type or string class)
2936         
2937         * image.c (mono_image_close): clean up allocated GSList's
2938         in runtime_invoke_cache.
2939
2940 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2941
2942         * mono-config.c: set the correct path for mono_cfg_dir on windows when
2943         there's no MONO_CFG_DIR environment variable defined.
2944
2945 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2946
2947         * threads.c: windows version must be >= 0x0500 to include OpenThread.
2948
2949 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
2950
2951         * threadpool.c: Really wait for 500ms after the async call, even if the wait
2952           is interrumped.
2953         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
2954           before waiting for it, and call CloseHandle after the wait to unref it.
2955           This will make sure that handles are not disposed too early.
2956
2957 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2958
2959         * appdomain.c:
2960         * appdomain.h:
2961         * icall.c: removed
2962         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
2963         needed now.
2964
2965         * object.c: se the application_base only for the domain that runs
2966         Main. Fixes bug #59216,
2967
2968 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2969
2970         * appdomain.c:
2971         * object.c: only the domain in which Main is run have
2972         SetupInformation.ConfigurationFile set, so moved a few lines from
2973         appdomain.c to object.c.
2974
2975 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2976
2977         * appdomain.c: we tried to load [name].(dll|exe), but according
2978         to bug #57710, we must also try [culture]/[name].(dll|exe) and
2979         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
2980         There's a test case attached to bug #58922.
2981
2982 2004-05-27  Dick Porter  <dick@ximian.com>
2983
2984         * icall.c:
2985         * file-io.c: Implemented icalls for locking and unlocking regions
2986         in a file.
2987         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
2988         FALSE on error (fixes both compiler warning and real bug.)
2989
2990 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
2991
2992         * culture-info-tables.h: reflecting locale-builder updates.
2993
2994           (Added missing ChangeLog entry for 05/26)
2995
2996 2004-05-27  Jackson Harper  <jackson@ximian.com>
2997
2998         * locales.c: Fix some cut and paste errors.
2999         
3000 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3001
3002         * mono-config.c: set the correct path for config. directory on windows.
3003
3004 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3005
3006         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
3007           on win32.
3008
3009 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3010
3011         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
3012         from pinvoke functions.
3013         
3014         * marshal.c (mono_ftnptr_to_delegate): Implement this.
3015
3016 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3017
3018         * culture-info-tables.h: reflecting locale-builder updates.
3019
3020 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3021
3022         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
3023         #59086.
3024
3025 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
3026
3027         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
3028         * icall.c: Modified icalls for RNG.
3029         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
3030         Windows (CryptoAPI).
3031
3032 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3033
3034         * locales.c: Fix build.
3035
3036 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
3037
3038         * culture-info-tables.h: reflecting locale-builder updates.
3039
3040 2004-05-25  Jackson Harper  <jackson@ximian.com>
3041
3042         * locales.c: When creating the current culture use the $LANGs
3043         specific culture. So DateTimeFormat and NumberFormat entries are created.
3044         
3045 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3046
3047         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
3048         a char array as parameter.
3049
3050 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
3051
3052         * image.c: In mono_image_open(), always use an absolute path name to
3053           look for already loaded images.
3054
3055 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
3056
3057         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
3058         missing in the windows build (like older cygwin include files).
3059
3060 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
3061
3062         * icall.c: Fixed check for possible integer overflow in Buffer_
3063         BlockCopy icall. Replaced comments style // by /* */.
3064
3065 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
3066
3067         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
3068         
3069         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
3070         check after MONO_VTADDR. Fixes pinvoke2.exe.
3071
3072         * marshal.h marshal.c metadata.h: Add beginnings of support for
3073         ftnptr -> delegate marshalling.
3074
3075 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
3076
3077         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
3078         * threads.c: Fix warnings.
3079
3080 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
3081
3082         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
3083         * icall.c: Registered icalls for Suspend and Resume.
3084         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
3085           Thread.Abort.
3086         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
3087         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
3088         * process.c: Use WaitForSingleObjectEx.
3089         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
3090           checkpoints.
3091         * threads.c, threads.h: Make use of new Ex wait methods. Improved
3092           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
3093           for Suspend and Resume. Added new mono_thread_stop, used for stoping
3094           background threads. Added basic support for Abort in Windows.
3095           Start new threads using a managed delegate invoke wrapper. This wrapper
3096           has an interruption checkpoint that is needed since an interruption
3097           can be requested before the thread leaves the unmanaged code that starts 
3098           the thread.
3099         * marshal.c: Added interruption checkpoint after every native call, and
3100           also before managed calls for wrappers called from unmanaged code to
3101           go into managed code.
3102         * object.h: Added new field in MonoThread to keep track of interruption
3103           requests.
3104
3105 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
3106
3107         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
3108         calls.
3109
3110 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3111
3112         * appdomain.c:
3113         * assembly.c:
3114         * gc.c:
3115         * locales.c:
3116         * mono-config.c:
3117         * rand.c: getenv -> g_getenv (windows!)
3118
3119         * process.c: complete_path is also used on non-windows platforms.
3120
3121 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3122
3123         * icall.c: new signature for Process_Start.
3124
3125         * process.[ch]: new signature for Process_Start. If we're on windows
3126         and UseShellExecute is false, we have to search for the program by
3127         ourselves if we don't get a full path.
3128
3129 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
3130
3131         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
3132         marshalling and call CleanUpNativeData if needed. Fixes #58646.
3133
3134 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3135
3136         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
3137         Fixes bug #58373.
3138
3139 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3140
3141         * process.c: use double quotes to quote program name and arguments on
3142         windows. Fixes bug #58575.
3143
3144 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3145
3146         * file-io.c: don't return "." and ".." when using windows Find*File.
3147
3148 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
3149
3150         * marshal.c: Don't pass wrappers to message init because method 
3151         addressed used to lookup metadata. part of remoting[2|3] fix.
3152
3153 2004-05-15  Jackson Harper  <jackson@ximian.com>
3154
3155         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
3156         path is essentially the same as MONO_PATH except that it points to
3157         GACs instead of lib directories.
3158         * loader.h: The user gac is gone so we dont need function to
3159         enable/disable it.
3160         * mono-config.c: user gac option is now gone.
3161         
3162 2004-05-15  Jackson Harper  <jackson@ximian.com>
3163
3164         * culture-info.h: Make defines more consistent, add calendar data
3165         to the culture info table.
3166         * culture-info-tables.h: Add basic calendar data. Basically
3167         everyone gets default gregorian until all the data is
3168         updated.
3169         * locales.c: Use the new consistent defines. Set calendar data for
3170         culture info objects.
3171         * object.h: add a field for calendar data to CultureInfo
3172         
3173 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
3174
3175         * image.c: image->runtime_invoke_cache is keyed on signatures now.
3176         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
3177         a signature.
3178         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
3179         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
3180         an extra param that is the pointer of the method to invoke. The IL for
3181         the invoke method is no longer specific to the method, but to the
3182         signature of the method. Thus, we can share the same code for multiple
3183         methods. This reduces the number of methods that have to be compiled.
3184
3185 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
3186
3187         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
3188
3189         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3190
3191         * icall.c: Optimize Buffer.BlockCopy.
3192
3193 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3194
3195         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
3196         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
3197         quote). Changed them to "MMMM yyyy".
3198
3199 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
3200
3201         * rand.c
3202         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
3203
3204 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
3205
3206         * reflection.h: Updated after changes to managed structures.
3207
3208         * appdomain.c: Bump corlib version.
3209
3210 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3211
3212         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
3213         windows.
3214
3215 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3216
3217         * Makefile.am: link to ../os/libmonoos.la on windows.
3218
3219         * assembly.c:
3220                 -If MONO_DEBUG, warn about non-existing directories in
3221                 MONO_PATH.
3222                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
3223                 compile time variable.
3224                 -Removed init_default_path and call mono_set_rootdir from
3225                 libmonoos.a instead (windows only).
3226
3227         * assembly.h: declare mono_assembly_getrootdir().
3228
3229         * domain.c:
3230         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
3231
3232         * loader.c: s/getenv/g_getenv/
3233
3234 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
3235
3236         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
3237
3238         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
3239
3240         * metadata.h: Add new marshalling conversions.
3241
3242         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
3243         function.
3244
3245         * reflection.c (mono_reflection_get_type): Lookup the type in all
3246         modules of a multi-module assembly. Fixes #58291.
3247
3248 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
3249
3250         * threads.c: Before aborting a background, set the StopRequested
3251         state.  This avoids throwing the Abort exception.
3252         In mono_thread_manage, don't continue with the shutdown until all
3253         aborted threads have actually stopped.
3254
3255 2004-05-10  Jackson Harper  <jackson@ximian.com>
3256
3257         * locales.c: Remove the modifier from culture names.
3258         
3259 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3260
3261         * Makefile.am: monosn is not installed any more. It has been deprecated
3262         in favor of sn.
3263
3264 2004-05-07  Jackson Harper  <jackson@ximian.com>
3265
3266         * locales.c
3267         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
3268         Fix array construction, add bailout if the length is 0.
3269
3270 2004-05-07  Dick Porter  <dick@ximian.com>
3271
3272         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
3273         machine doesn't have a DNS entry.  Patch by Urs Muff
3274         (umuff@quark.com), fixes bug 57928.
3275
3276 2004-05-06  Jackson Harper  <jackson@ximian.com>
3277
3278         * reflection.c: Handle null PublicTokens properly. alloc mem for
3279         assembly names culture so we dont crash when freeing it.
3280         
3281 2004-05-06  Jackson Harper  <jackson@ximian.com>
3282
3283         * assembly.c: Check the usergac when loading with partial names.
3284         
3285 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3286
3287         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
3288         does nothing for now (not required for Linux/Windows) but the class
3289         library can call it (and a newer or modified runtime could need it).
3290         * icall.c: Registred icall.
3291
3292 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3293
3294         * loader.c: prints a message on module loading error we set MONO_DEBUG
3295         environment variable.
3296
3297 2004-05-05  Jackson Harper  <jackson@ximian.com>
3298
3299         * appdomain.c: Handle PublicKeyToken=null properly.
3300         
3301 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3302
3303         * environment.c|h: Added icall ves_icall_System_Environment_
3304         GetOSVersionString to get the current OS version as a string.
3305         * icall.c: Registred icall.
3306
3307 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
3308
3309         * object.c: in mono_object_get_virtual_method(), take into account that
3310         non-virtual methods don't have a slot in the vtable. Check needed when
3311         the object is a proxy.
3312
3313 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
3314
3315         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
3316         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
3317
3318         * object.c (mono_class_compute_gc_descriptor): Fix warning.
3319
3320         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
3321         passed when a valuetype is expected.
3322
3323         * object.c (mono_unhandled_exception): Only set the exit code if the
3324         exception happens in the main thread. Fixes thread5.exe.
3325
3326         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
3327         invalid names. Fixes #58047.
3328
3329 2004-05-03  Jackson Harper  <jackson@ximian.com>
3330
3331         * assembly.c: This line was committed accidently and is unneeded.
3332         
3333 2004-05-03  Jackson Harper  <jackson@ximian.com>
3334
3335         * icall.c: Add new icall for Assembly::LoadWithPartialName
3336         * assembly.c/.h: new function that probes the GAC to load partial
3337         assembly names by Paolo Molaro.
3338         
3339 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3340
3341         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
3342         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
3343         (type_get_fully_qualified_name): Added PublicKeyToken when building a
3344         full type name.
3345
3346 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3347
3348         * appdomain.c: fixed check for 'neutral' culture and removed warning.
3349         * reflection.c: fix bug when parsing a full type name and Version is not
3350         the last thing in the string.
3351
3352 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
3353
3354         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
3355         crashes when it is freed.
3356
3357 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3358
3359         * assembly.c: print the compat warning to stderr.
3360
3361 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
3362
3363         * assembly.c (mono_assembly_load_references): Add a compatibility
3364         hack to run old applications that might be still referencing the
3365         3300-based assemblies, only do this for System.xxx.
3366
3367 2004-05-01  Jackson Harper  <jackson@ximian.com>
3368
3369         * appdomain.c: If the culture is neutral we set it to "".
3370         
3371 2004-04-29  Jackson Harper  <jackson@ximian.com>
3372
3373         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
3374
3375 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3376  
3377         * string-icalls.c: added low overhead function for copying chars
3378         * icall.c: added needed icall for the above function
3379  
3380 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3381
3382         * icall.c: fix return value of get_global_assembly_cache.  Implemented
3383         Environment.GetLogicalDrives.
3384
3385 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
3386
3387         * rand.c: try and talk to egd or prngd
3388         for random bytes if opening devices fail.
3389
3390 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
3391
3392         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
3393         alignment for the type using the native alignment of its members 
3394         instead of using klass->min_align.
3395
3396         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
3397
3398 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3399
3400         * file-io.c:
3401         * socket-io.c: added check for sys/aio.h.
3402
3403 2004-04-28  Dick Porter  <dick@ximian.com>
3404
3405         * threads.c: Don't abort a thread thats already aborting, when
3406         terminating everything.
3407
3408 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3409
3410         * icall.c: added 2 new async calls for Socket.
3411
3412         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
3413         IO on *nix systems.
3414
3415         * threadpool.c: removed unused variable.
3416
3417 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
3418
3419         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
3420
3421 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
3422
3423         * locales.c: put back string_invariant_tolower () and
3424         string_invariant_toupper ().
3425
3426 2004-04-26 David Waite <mass@akuma.org>
3427
3428         * file-io.h:
3429         * socket-io.h:
3430         * threads.h:
3431         * unicode.h: remove comma from end of enumeration declarations
3432
3433 2004-04-26 David Waite <mass@akuma.org>
3434
3435         * debug-mono-symfile.h:
3436         * decimal.c:
3437         * mono_debug.h:
3438         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
3439
3440
3441 2004-04-26  Jackson Harper  <jackson@ximian.com>
3442
3443         * appdomain.c: Increment version number.
3444         
3445 2004-04-26  Jackson Harper  <jackson@ximian.com>
3446
3447         * appdomain.c: Set assembly references public token value when
3448         PublicKeyToken is specified, not the hash_value. Free public token
3449         values when free assembly name data. Previously the public key
3450         token was hex decoded, however we are using hex encoded public key
3451         tokens, so this is not neccasary.
3452         * assembly.c: Lookup assemblies in the gac if their public token
3453         value is set. Add function to allow enabling user gac
3454         lookups. Specify whether or not the assembly was loaded from the
3455         GAC. Compare full assembly names when checking the cache for
3456         assemblies (Temporarily disabled see comment in code). Remove
3457         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
3458         specifies trace-loader they get extra info to stdout on the
3459         loading of assemblies.
3460         * image.h: Add a field for an assembly references public token
3461         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
3462         whether an assembly has been loaded from the GAC.
3463         * image.c: Remove a corlib -> mscorlib name mapping.
3464         * loader.h: Add function to enable/disable the user gac.
3465         * mono-config.c: Check if the usergac is enabled in the config
3466         file.
3467         * icall.c: New icall to determine whether or not an assembly has
3468         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
3469         * tabldefs.h: Add constant for assemblyref flag that specifies a
3470         full public key is used instead of a public token.
3471         * reflection.c: Remove mscorlib -> corlib mappings. Set
3472         PublicTokenValue instead of hash value. This value is a hex
3473         string so it does not need to be expanded.
3474
3475 2004-04-26  Martin Baulig  <martin@ximian.com>
3476
3477         * mono-debug-debugger.c (mono_debugger_initialize): Set
3478         `mono_debugger_initialized' before calling mono_debug_lock().
3479
3480 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
3481
3482         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
3483           InternalToUpper/InternalToLower.
3484         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
3485           removed invariant culture shortcut.  This is now done in managed code.
3486         * locales.c: (string_invariant_toupper/tolower) removed.
3487
3488 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3489
3490         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
3491         Added Poll internal call.
3492
3493         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
3494         call for Poll. Select was too heavy for polling a single socket.
3495
3496         * threadpool.[ch]: added mono_threadpool_cleanup.
3497         * threads.c: use it. Don't use Thread_Abort on windows.
3498
3499 2004-04-23  Martin Baulig  <martin@ximian.com>
3500
3501         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
3502
3503 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
3504
3505         * icall.c: Registred new icalls for key pair protection and added an
3506         icall for Environment.GetFolderPath on Windows.
3507         * security.c|h: Added new icalls for key pair protection.
3508
3509 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3510
3511         * socket-io.c: don't display the non-supported family warning for known
3512         families. Now this is not displayed on windows when checking support
3513         for IPv4/IPv6.
3514
3515 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3516
3517         * class.c: don't display the layout warning for static fields.
3518
3519 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
3520
3521         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
3522         * locales.c, locales.h: Added new icalls for culture-specific
3523         Char.ToLower and Char.ToUpper.
3524
3525 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3526
3527         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
3528         by David Waite.
3529
3530 2004-04-20  Martin Baulig  <martin@ximian.com>
3531
3532         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
3533         of the type name before passing it to mono_reflection_type_from_name().
3534
3535 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
3536
3537         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
3538         encodings here. Fixes #56965.
3539
3540 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
3541
3542         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3543         fix test on strstr result not that I can see anything that
3544         relies on the result.
3545
3546 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
3547
3548         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
3549         Fixes #57081.
3550
3551         * marshal.c (mono_marshal_get_string_encoding): New helper function.
3552
3553         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
3554         function to determine which marshalling to use for strings. Fixes
3555         #56965.
3556
3557         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
3558
3559         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
3560
3561 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
3562
3563         * icall.c: #include mono-config.h
3564
3565 2004-04-15  Jackson Harper  <jackson@ximian.com>
3566
3567         * culture-info-tables.h: Fix date formats for en-US culture.
3568         
3569 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
3570
3571         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
3572         ThreadPool.SetMinThreads.
3573         * threadpool.c: Implemented ThreadPool.GetMinThreads and
3574         ThreadPool.SetMinThreads.
3575
3576 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3577
3578         * mono-config.c: also load the .config file in the directory
3579         where the assembly was found.
3580
3581 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
3582
3583         * assembly.c: load per-assembly config files.
3584         * icall.c: decrapified code to get the config dir and moved to
3585         mono-config.c.
3586         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
3587         per-assembly config files. When doing a dll map lookup give precedence
3588         to the per-assembly data.
3589
3590 2004-04-14  Martin Baulig  <martin@ximian.com>
3591
3592         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
3593         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
3594         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
3595
3596         * mono-debugger-debugger.c: While the debugger is locked, remember
3597         whether the symbol tables have changes and send one single
3598         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
3599
3600 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
3601
3602         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
3603
3604         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
3605         function.
3606
3607         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
3608         account when marshalling string arrays. Fixes #56965.
3609
3610 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
3611
3612         * icall.c: Add new icalls mapping for security.
3613         * security.c|h: Add internal calls for WindowsIdentity,
3614         WindowsImpersonationContext and WindowsPrincipal.
3615
3616 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
3617
3618         * class.c: Added comment to ensure the System.MonoDummy class
3619         is removed when no longer necessary
3620
3621 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
3622
3623         * appdomain.c: Pass arguments to the bootstraping exceptions to
3624         minimize JITed methods at boot
3625
3626         * metadata.c (mono_exception_from_name_two_strings): Allow for the
3627         second string to be null.
3628
3629         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3630         Change the protocol to minimize the JIT methods at startup.  Now
3631         it Returns the internal codepage, if the value of "int_code_page"
3632         is 1 at entry, and we can not compute a suitable code page
3633         number, returns the code page as a string.
3634
3635 2004-04-13  Jackson Harper  <jackson@ximian.com>
3636
3637         * culture-info-tables.h: Fix number of decimal digits for all
3638         english locales.
3639
3640 2004-04-13  Jackson Harper  <jackson@ximian.com>
3641
3642         * icall.c: Clairfy out of sync error message. It is not always
3643         your corlib that is out of sync.
3644
3645 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
3646
3647         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
3648         properties when only the set accessor is overriden. Fixes #55874.
3649
3650 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
3651
3652         * assembly.c (mono_assembly_load_references): Make this thread safe.
3653         Fixes #56327.
3654
3655 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
3656
3657         * monosn.c: Add missing initialization calls.
3658
3659 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
3660
3661         * locales.c:
3662         ves_icall_System_Globalization_CultureInfo_construct_number_format
3663         Fix g_assert so it compiles on fussier compilers re int/ptr
3664         mismatch
3665
3666 2004-04-08  Dick Porter  <dick@ximian.com>
3667
3668         * socket-io.h:
3669         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
3670         53992.  Also rearrange the code so that the internal calls return
3671         an error value and exceptions are thrown from managed code.
3672
3673         * icall.c: Add type info to the socket icalls.
3674
3675 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3676
3677         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
3678         owes me a beer.
3679
3680 2004-04-07  Martin Baulig  <martin@ximian.com>
3681
3682         * class.c (mono_class_from_generic_parameter): Don't default
3683         `klass->parent' to `mono_defaults.object_type'.
3684
3685 2004-04-07  Martin Baulig  <martin@ximian.com>
3686
3687         * reflection.c (mono_reflection_initialize_generic_parameter): Set
3688         `param->pklass->reflection_info'.       
3689
3690 2004-04-07  Jackson Harper  <jackson@ximian.com>
3691
3692         * culture-info-tables.h: Fix date separator symbol.
3693         
3694 2004-04-07  Martin Baulig  <martin@ximian.com>
3695
3696         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
3697         from System.Type to System.MonoType.
3698
3699 2004-04-07  Martin Baulig  <martin@ximian.com>
3700
3701         * reflection.h
3702         (MonoReflectionGenericParam): Added `has_reference_type' and
3703         `has_value_type' fields.
3704
3705         * reflection.c (mono_image_get_generic_param_info): Encode the
3706         correct flags if we have the `class' or `struct' constraint.
3707
3708 2004-04-07  Martin Baulig  <martin@ximian.com>
3709
3710         * reflection.h
3711         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
3712
3713 2004-04-07  Jackson Harper  <jackson@ximian.com>
3714
3715         * appdomain.c: Revert extra patches, just wanted to bump the
3716         version number.
3717         
3718 2004-04-07  Jackson Harper  <jackson@ximian.com>
3719
3720         * Makefile.am: Add culture-info private headers.
3721         * icall.c: Add new icalls for contructing locales.
3722         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
3723         * locales.h: Declare new culture info construction methods.
3724         * object.h: Add new fields used to avoid the CultureMap to
3725         MonoCultureInfo.
3726         * culture-info.h: Definition of structs used in the culture info
3727         tables.
3728         * culture-info-tables.h: Autogenerated tables that contain culture
3729         info data. This file was generated with the locale-builder tool.
3730         * appdomain.c: Incement corlib version number.
3731         
3732 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
3733
3734         * appdomain.c: (mono_runtime_init) move mono_thread_init
3735         to before mono_object_new calls so critical sections
3736         are initialized before use.
3737
3738 2004-04-07  Martin Baulig  <martin@ximian.com>
3739
3740         * icall.c
3741         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
3742         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
3743         (ves_icall_MonoGenericParam_initialize): Removed.
3744         (monogenericparam_icalls): Removed.
3745         (generictypeparambuilder_icalls): Added new table for
3746         System.Reflection.Emit.GenericTypeParameterBuilder.
3747
3748         * reflection.c
3749         (mono_reflection_define_generic_parameter): Removed.
3750         (mono_reflection_initialize_generic_parameter): This is now called
3751         from GenericTypeParameterBuilder's .ctor.
3752
3753 2004-04-06  Martin Baulig  <martin@ximian.com>
3754
3755         * class.c (mono_class_init): Don't inflate nested classes in a
3756         generic instance.
3757         (mono_type_get_name_recurse): Include the generic arguments for
3758         generic instances and generic type declarations.
3759         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
3760         (_mono_class_get_instantiation_name): Removed.
3761         (mono_class_create_generic): Always use `gklass->name' as our name.
3762
3763         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
3764
3765         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
3766         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
3767         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
3768         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
3769         closed generic methods here.
3770
3771         * reflection.c
3772         (mono_reflection_generic_inst_get_nested_types): Removed.
3773         (inflate_mono_method): Copy the generic parameters from the
3774         MonoMethodHeader into out MonoGenericMethod.
3775
3776 2004-04-06  Martin Baulig  <martin@ximian.com>
3777
3778         * row-indexes.h
3779         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
3780
3781         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
3782
3783         * reflection.c (build_compressed_metadata): If we have any entries
3784         in the GenericParam, MethodSpec or GenericParamConstraint tables,
3785         set the header version to 1.1.
3786
3787 2004-04-06  Martin Baulig  <martin@ximian.com>
3788
3789         * class.c (mono_class_init): If we're a generic instance,
3790         initialize our nested classes, too.
3791         (_mono_class_get_instantiation_name): Deal with the new `!%d'
3792         suffix. 
3793
3794 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3795
3796         * process.c: quote the argument passed to the shell on windows.
3797
3798 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
3799
3800         * threads.c (mono_alloc_special_static_data): Allow this to be
3801         called during startup.
3802
3803 2004-04-02  Martin Baulig  <martin@ximian.com>
3804
3805         * icall.c
3806         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
3807
3808 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
3809
3810         * icall.c: Fix build.
3811
3812 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
3813
3814         * Makefile.am: Added security.c|h.
3815         * icall.c: Added icall for get_UserName;
3816         * security.c: New file for security related icalls. Added function
3817         get_UserName for System.Environment (fix #56144).
3818         * security.h: New. Header file for security.c
3819
3820 2004-04-02  Dick Porter  <dick@ximian.com>
3821
3822         * icall.c: Deleted the icalls that were obsoleted some time ago
3823         by the ICU string code, and which were mixed into the icall
3824         rearranging.  Fixes bug 55969.
3825
3826         * string-icalls.h: 
3827         * string-icalls.c: Deleted the code that those icalls reference.
3828
3829 2004-04-01  Martin Baulig  <martin@ximian.com>
3830
3831         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
3832
3833         * class.c (mono_class_from_generic_parameter): Don't set 
3834         TYPE_ATTRIBUTE_INTERFACE.
3835         (my_mono_class_from_generic_parameter): Likewise.
3836
3837 2004-04-01  Martin Baulig  <martin@ximian.com>
3838
3839         * loader.c (find_method): Added an optional `MonoClass *ic'
3840         argument to search in a specific interface.
3841         (mono_get_method_constrained): New public function.
3842
3843 2004-04-01  Martin Baulig  <martin@ximian.com>
3844
3845         * reflection.c (mono_image_get_generic_field_token): Use the
3846         `handleref' cache here.
3847
3848 2004-04-01  Martin Baulig  <martin@ximian.com>
3849
3850         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
3851
3852         * reflection.c (create_generic_typespec): Use the `typespec' hash
3853         here, not the `typeref' one.    
3854
3855 2004-04-01  Martin Baulig  <martin@ximian.com>
3856
3857         * class.c (mono_class_inflate_generic_type): Moved the
3858         functionality into a new static inflate_generic_type() which
3859         returns NULL if it didn't do anything.  Only increment the
3860         `mono_stats.inflated_type_count' if we actually inflated
3861         something.
3862         (mono_class_get_full): Check the classes type to see whether we
3863         need to inflate it; also inflate MONO_TYPE_(M)VAR.
3864
3865 2004-04-01  Jackson Harper  <jackson@ximian.com>
3866
3867         * reflection.c: Set culture for assembly references.
3868         
3869 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
3870
3871         * reflection.[ch], icall.[ch], Fix support for pinning variables.
3872
3873 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3874
3875         * assembly.c:
3876         (do_mono_assembly_open): the critical section also covers
3877         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
3878
3879 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3880
3881         * threads.c:
3882         (mono_manage_threads): abort the background threads when finishing.
3883         Fixes bug #47232.
3884
3885 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3886
3887         * gc.c: only close the done_event handle if there was no timeout.
3888         C-ified comments.
3889
3890 2004-03-30  Martin Baulig  <martin@ximian.com>
3891
3892         * icall.c (icall_entries): It's called "System.Activator", not
3893         "System.Activation".    
3894
3895 2004-03-30  Martin Baulig  <martin@ximian.com>
3896
3897         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
3898         (mono_class_create_from_typespec): Likewise.
3899
3900 2004-03-30  Martin Baulig  <martin@ximian.com>
3901
3902         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
3903         `has_ctor_constraint' and `initialized'.
3904
3905 2004-03-30  Martin Baulig  <martin@ximian.com>
3906
3907         * reflection.c (encode_new_constraint): New static function to add
3908         the constructor constraint attribute to a type parameter.
3909         (encode_constraints): Call encode_new_constraint() if necessary.
3910
3911         * reflection.h
3912         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
3913
3914         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
3915         
3916 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
3917
3918         * reflection.c, icall.c: add support for pinning variables. 
3919
3920 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
3921
3922         * marshal.c (mono_marshal_get_managed_wrapper):
3923         init bool local with zero rather than null.
3924
3925 2004-03-29  Martin Baulig  <martin@ximian.com>
3926
3927         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
3928         the "official" behavior here.
3929         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
3930
3931 2004-03-29  Martin Baulig  <martin@ximian.com>
3932
3933         * icall.c: Reflect latest API changes.
3934
3935 2004-03-29  Martin Baulig  <martin@ximian.com>
3936
3937         * loader.c (mono_get_method_from_token): Also call
3938         mono_metadata_load_generic_params () for abstract and interface
3939         methods; replace the type arguments in the method signature with
3940         the ones which are loaded from the metadata.
3941
3942 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
3943
3944         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
3945         of the lock is not the current thread. MS.NET don't do it, in spite of
3946         what the documentation says. See bug #56157.
3947
3948 2004-03-28  Martin Baulig  <martin@ximian.com>
3949
3950         * class.c (mono_class_init): Don't call init_properties() and
3951         init_events() for generic instances; set `prop->parent' when
3952         inflating properties.
3953
3954         * reflection.c (mono_generic_inst_get_object): Call
3955         `mono_class_init (ginst->klass)'.
3956         (mono_type_get_object): Only create a MonoGenericInst if your
3957         generic type is a TypeBuilder.
3958         (do_mono_reflection_bind_generic_parameters): Only set
3959         `ginst->is_dynamic' if our generic type is a TypeBuilder.
3960
3961 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
3962
3963         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
3964         Fixes #56091.
3965
3966 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3967
3968         * icall.c: added Kill_internal icall.
3969         * process.[ch]: added Kill_internal icall.
3970
3971 2004-03-25  Martin Baulig  <martin@ximian.com>
3972
3973         * class.h (MonoStats): Added `generic_instance_count',
3974         `inflated_method_count', `inflated_type_count' and
3975         `generics_metadata_size'.       
3976
3977 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3978
3979         * reflection.c: no warnings now.
3980
3981 2004-03-25  Martin Baulig  <martin@ximian.com>
3982
3983         * class.c (mono_class_get_full): New public function; does a
3984         mono_class_get(), but also takes a `MonoGenericContext *'.
3985
3986         * loader.c (mono_field_from_memberref): Renamed to
3987         `field_from_memberref', made static and added `MonoGenericContext *'
3988         argument.
3989         (mono_field_from_token): Added `MonoGenericInst *' argument.
3990         (method_from_memberef): Likewise.
3991         (mono_get_method_from_token): Likewise.
3992         (mono_get_method_full): New public function; does a
3993         mono_get_method(), but also takes a `MonoGenericContext *'.
3994
3995         * verify.c (mono_method_verify): Get the method's generic context
3996         and pass it to mono_field_from_token(), mono_get_method_full() and
3997         mono_class_get_full().
3998
3999 2004-03-25  Martin Baulig  <martin@ximian.com>
4000
4001         * class.c (mono_class_inflate_generic_type): Take a
4002         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
4003         `MonoGenericMethod *'.
4004
4005 2004-03-25  Martin Baulig  <martin@ximian.com>
4006
4007         * loader.h (MonoMethodInflated): Store the MonoGenericContext
4008         instead of the MonoGenericMethod here.
4009
4010 2004-03-25  Martin Baulig  <martin@ximian.com>
4011
4012         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
4013         each time we create a new MonoGenericInst, we also create a new
4014         context which points back to us.
4015
4016         * class.c (inflate_method): Use `ginst->context' instead of
4017         creating a new context.
4018
4019         * loader.c (method_from_memberref): Use
4020         `klass->generic_inst->context' instead of creating a new context.
4021
4022 2004-03-25  Martin Baulig  <martin@ximian.com>
4023
4024         * class.h (MonoGenericContext): New struct.
4025         (MonoGenericMethod): Removed `generic_inst'.
4026
4027         * class.c (mono_class_inflate_generic_method): Take a
4028         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
4029
4030 2004-03-25  Martin Baulig  <martin@ximian.com>
4031
4032         * loader.h (MonoMethodInflated): New typedef.
4033
4034         * metadata.h (MonoMethodSignature): Removed `gen_method', make
4035         `generic_param_count' consume just 30 bits, added `is_inflated'
4036         and `has_type_parameters' flags (one bit each).
4037
4038         * class.c (mono_class_inflate_generic_method): Create a
4039         MonoMethodInflated instead of a MonoMethodNormal and set
4040         `is_inflated' in the method signature.
4041
4042         * class.h (MonoGenericMethod): Removed `generic_method'.
4043
4044 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
4045
4046         * image.c: Make sure the name of a MonoImage is always an absolute path.
4047           This fixes bug #54415.
4048
4049 2004-03-24  Martin Baulig  <martin@ximian.com>
4050
4051         * class.c (mono_class_setup_vtable): If we're a generic instance,
4052         use our generic type's vtable size.
4053
4054 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
4055
4056         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
4057         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
4058         problems.
4059
4060 2004-03-23  Martin Baulig  <martin@ximian.com>
4061
4062         * class.h (MonoDynamicGenericInst): Added `int count_events' and
4063         `MonoEvent *events'.
4064
4065         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
4066         (typebuilder_icalls): Added "get_event_info"; calls
4067         mono_reflection_event_builder_get_event_info(). 
4068
4069         * reflection.c (mono_reflection_generic_inst_initialize): Added
4070         `MonoArray *events'.
4071         (mono_reflection_event_builder_get_event_info): New function.
4072
4073 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
4074
4075         * object.h: add mono_type_initialization_init
4076
4077         * object.c (mono_runtime_class_init): 
4078         implement class constructor synchronization rules
4079         to cope with threading issues.  
4080         add mono_type_initialization_init
4081
4082         * appdomain.c (mono_runtime_init): call 
4083         mono_type_initialization_init
4084
4085         * class.h: removing initializing field from MonoVTable
4086
4087 2004-03-23  Martin Baulig  <martin@ximian.com>
4088
4089         * class.c (my_mono_class_from_generic_parameter): Use
4090         `param->name' if it's not NULL. 
4091
4092 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
4093
4094         * class.c: do not insert non-virtual methods in the vtable.
4095         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
4096         that means the method is non-virtual. This never would have
4097         happened before.
4098
4099 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
4100
4101         * profiler.c: Added lock for accessing coverage_hash.
4102
4103 2004-03-22  Martin Baulig  <martin@ximian.com>
4104
4105         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
4106         `method->method->signature->generic_param_count != 0' to make it
4107         work for interface methods.
4108
4109 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4110
4111         * process.c: quote the string passed to the shell using g_shell_quote.
4112
4113 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4114
4115         * threads.c:
4116         (mono_threads_manage): don't remove the finalizer thread and self
4117         from the threads hash table so that mono_thread_manage can be called
4118         more than once.
4119
4120 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4121
4122         * process.c: quote the arguments when UseShellExecute is true. Fixes
4123         bug #55790.
4124
4125 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4126
4127         * threads.c: set mono_thread_detach as a cleanup routine for every
4128         thread. This way it's always executed upon thread termination, either
4129         aborted or finished normally. No more xsp hangs!
4130
4131 2004-03-17  Martin Baulig  <martin@ximian.com>
4132
4133         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
4134         `int count_nested' and a `MonoType **nested'.
4135
4136         * reflection.c (mono_reflection_bind_generic_parameters): Moved
4137         most of the functionality into a new static
4138         do_mono_reflection_bind_generic_parameters() and don't take a
4139         `MonoType *nested_in' argument any more.  Don't compute nested
4140         types here.
4141         (mono_reflection_generic_inst_get_nested_types): New public method
4142         to get nested types.
4143
4144         * class.c (mono_class_create_generic): Set `klass->nested_in' if
4145         we're a nested class.
4146
4147         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
4148         mono_reflection_generic_inst_get_nested_types() to compute the
4149         nested types.
4150
4151 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4152
4153         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
4154         descriptive error message under windows.
4155         
4156 2004-03-17  Martin Baulig  <martin@ximian.com>
4157
4158         * class.c (dup_type): Added `const MonoType *original' argument;
4159         copy the attrs from the original type.
4160
4161 2004-03-17  Martin Baulig  <martin@ximian.com>
4162
4163         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
4164         `m->generic_inst_cache' here.
4165
4166 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4167
4168         * exception.h exception.c: Add stack_overflow_exception.
4169
4170 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4171
4172         * threadpool.c:
4173         (overlapped_callback): call SetEvent *after* invoking the callback.
4174         No need to call CloseHandle.
4175
4176 2004-03-16  Martin Baulig  <martin@ximian.com>
4177
4178         * reflection.c (mono_image_get_fieldref_token): Take a
4179         `MonoReflectionField *' instead of a `MonoClassField *' and a
4180         `MonoClass *'; store the `MonoReflectionField *' in the hash.
4181
4182 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4183
4184         * appdomain.c: don't add the culture to the filename we're looking for
4185         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
4186
4187 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4188
4189         * locales.c: don't ignore symbols when doing case insensitive compares.
4190         Thanks Dick! Fixes bug #54046.
4191
4192         * threads.c: surround 'threads' usage with enter/leave in
4193         mono_thread_manage.
4194
4195 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
4196
4197         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
4198         implicitly marshalled as [Out]. Fixes #55450.
4199
4200         (mono_marshal_get_runtime_invoke): Zero out the result if there is
4201         an exception.
4202
4203 2004-03-16  Martin Baulig  <martin@ximian.com>
4204
4205         * class.c (mono_class_from_generic_parameter): Use the actual
4206         parameter name. 
4207
4208 2004-03-16  Martin Baulig  <martin@ximian.com>
4209
4210         * reflection.c (type_get_signature_size): New static function.
4211         Compues the size of the type in a method signature.
4212         (method_get_signature_size): New static function; calls
4213         type_get_signature_size() to compute the actual size of the
4214         method's signature.
4215         (method_encode_signature): Use method_get_signature_size() to get
4216         the signature's size rather than using `nparams * 10'.
4217
4218 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4219
4220         * file-io.h: define here WapiOverlapped on windows. I don't want the
4221         regular OVERLAPPED one.
4222
4223         * file-io.c:
4224         * threadpool.c: somehow, BindIoCompletionCallback is not found.
4225         Disabling AIO on windows.
4226
4227 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4228
4229         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
4230         bug #55385.
4231
4232 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4233
4234         * appdomain.c: upgraded corlib version.
4235
4236         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
4237         and BeginWrite. Allow opening files for asynchrnous operations.
4238
4239         * file-io.h: new struct that maps FileStreamAsyncResult.
4240         * icall.c: added new icalls.
4241         * process.[ch]: support setting child process environment variables
4242         and use the SHELL or COMSPEC when UseShellExecute is true.
4243
4244         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
4245         callback for async. IO is here and also BindHandle.
4246
4247         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
4248         from here.
4249
4250 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
4251
4252         * reflection.c (create_custom_attr): Allow len == 0.
4253
4254         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
4255         computation on big-endian machines.
4256
4257 2004-03-13  Martin Baulig  <martin@ximian.com>
4258
4259         * class.h (MonoGenericInst): Added `int count_ifaces'.
4260
4261         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
4262         `ginst->count_ifaces' instead `klass->interface_count' since we
4263         may get called before the vtable is created.
4264
4265         * loader.c (mono_method_get_param_names): If we're a generic
4266         instance, return and don't initialize the class.
4267
4268         * reflection.c (mono_reflection_setup_generic_class): Don't call
4269         ensure_runtime_vtable().
4270         (mono_reflection_bind_generic_parameters): Set
4271         `ginst->count_ifaces'.
4272
4273 2004-03-11  Jackson Harper <jackson@ximian.com>
4274
4275         * icall.c:
4276         * unicode.c:
4277         * unicode.h: Remove unused System.Char icalls.
4278         
4279 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
4280
4281         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
4282         code when we P/Invoke the first library in Windows.Forms, instead
4283         of when we first open the assembly.
4284
4285         * assembly.c: Drop the lookup from here.
4286
4287 2004-03-10  Martin Baulig  <martin@ximian.com>
4288
4289         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
4290         class for properties, fields and events.  Finally fixes #54945.
4291
4292 2004-03-10  Martin Baulig  <martin@ximian.com>
4293
4294         * metadata.c (mono_metadata_class_equal): New static function;
4295         checks whether two generic instances or two generic parameters are
4296         equal.
4297         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
4298         compare classes.        
4299
4300 2004-03-10  Martin Baulig  <martin@ximian.com>
4301
4302         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
4303
4304         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
4305         argument and write it into the `reflection_info' field.
4306
4307         * icall.c
4308         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
4309         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
4310
4311 2004-03-09  Jackson Harper  <jackson@ximian.com>
4312
4313         * char-conversions.h: use 8 bits for numeric data its all we need
4314         * icall.c: numeric data is only 8 bits now.
4315
4316 2004-03-09  Martin Baulig  <martin@ximian.com>
4317
4318         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
4319
4320         * class.c (init_properties, init_events): Initialize the new
4321         `parent' field.
4322
4323         * reflection.c (typebuilder_setup_properties): Likewise.
4324         (typebuilder_setup_events): Likewise.
4325
4326         * reflection.h (MonoEventInfo): Replaced `parent with
4327         `declaring_type' and `reflected_type'.
4328
4329         * icall.c (ves_icall_get_property_info): Distinguish between
4330         declaring and reflected type.
4331         (ves_icall_get_event_info): Likewise.
4332
4333 2004-03-09  Martin Baulig  <martin@ximian.com>
4334
4335         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
4336         (ves_icall_Type_GetField): Correctly set field->klass.
4337
4338 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
4339
4340         * loader.h: Fix warning.
4341
4342 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
4343
4344         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
4345         library routine if present.  Notice that it will still continue
4346         executing even if its missing, for those working on the Gtk#
4347         edition of Windows.Forms.
4348
4349         * assembly.c (do_mono_assembly_open): If loading the
4350         System.Windows.Forms call mono_loader_wini_init.
4351
4352 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
4353
4354         * class.h: Added MonoRemoteClass struct.
4355         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
4356         function for MonoStrings.
4357         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
4358         Added internal call for getting the proxy type.
4359         * marshal.c: Get the type of transparent proxies from its remote_class.
4360         Added methods that generate the IL for type checks and casts:
4361         mono_marshal_get_isinst, mono_marshal_get_castclass, 
4362         mono_marshal_get_proxy_cancast.
4363         * marshal.h: Declaration of the previous new methods.
4364         * object.c: Added new moethods for creating and updating MonoRemoteClass
4365         instances: mono_remote_class, mono_upgrade_remote_class, 
4366         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
4367         * verify.c: FIx transparent_proxy_fields layout.
4368         * appdomain.c: Bump corlib version.
4369
4370 2004-03-04  Jackson Harper  <jackson@ximian.com>
4371
4372         * icall.c: Add icall to access char conversion tables.
4373         * char-conversions.h: Character conversion tables.
4374         * Makefile.am: Add char-conversions.h private header file.
4375         
4376 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
4377
4378         * appdomain.c (unload_thread_main): Increase unloading timeout to
4379         10 sec as a temporary workaround for Nant problems.
4380
4381 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
4382
4383         * gc.c: Add checks for GC_enable and GC_disable.
4384
4385         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
4386         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
4387         (bug #54988).
4388         
4389 2004-02-27  Martin Baulig  <martin@ximian.com>
4390
4391         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4392         `MonoReflectionType *' instead of a `MonoType *'.
4393
4394 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
4395
4396         * gc.c (run_finalize): Avoid finalizing the object representing the
4397         finalizer thread.
4398         (finalizer_thread): Fix warning.
4399
4400 2004-02-25  Martin Baulig  <martin@ximian.com>
4401
4402         * class.c (_mono_class_get_instantiation_name): Added `int offset'
4403         argument for nested types.
4404         (mono_class_create_generic): Added support for nested generictypes.
4405
4406         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
4407         `GList *nested'.
4408
4409         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
4410
4411         * reflection.c (method_encode_signature): Increase the minimum
4412         value of `size' from 10 to 11.
4413         (mono_reflection_bind_generic_parameters): Take `int type_argc'
4414         and `MonoType **types' arguments instead of the `MonoArray
4415         *types'; added `MonoType *nested_in'.  Recursively instantiate
4416         nested classes. 
4417
4418 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
4419
4420         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
4421         stack_overflow_ex members which are used by exception handling.
4422
4423         * appdomain.c (mono_runtime_init): Initialize the new members.
4424
4425         * gc.c (mono_gc_enable): New helper function.
4426         * gc.c (mono_gc_disable): New helper function.
4427
4428 2004-02-23  Martin Baulig  <martin@ximian.com>
4429
4430         * icall.c: I must have been really stupid - make it actually work
4431         this time ;-)
4432
4433 2004-02-23  Martin Baulig  <martin@ximian.com>
4434
4435         * loader.c (method_from_memberref): Only inflate the method if
4436         it's in another klass.
4437
4438 2004-02-23  Martin Baulig  <martin@ximian.com>
4439
4440         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
4441         (mono_class_init): If we're a generic instance and an interface,
4442         compute `class->interface_id'; also create `class->interfaces'
4443         here and inflate them.
4444
4445         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
4446         `ginst->is_open'.
4447         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
4448
4449         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
4450
4451 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
4452
4453         * reflection.c (method_encode_code): Improved the error message
4454         generated by the exception.
4455
4456 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4457
4458         * icall.c: Martin did not do what he said in the ChangeLog for
4459         2004-02-18, but put back the changes for properties and events.
4460         Commenting those changes out again and adding comment to bug #54518.
4461         
4462         * process.c: removed warning.
4463
4464 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
4465
4466         * marshal.c (emit_struct_conv): Print an error message instead of
4467         asserting when a type does not have the StructLayout attribute.
4468
4469 2004-02-20  Martin Baulig  <martin@ximian.com>
4470
4471         * reflection.c (mono_type_get_object): Also use the cache for
4472         generic instances.
4473         (mono_reflection_bind_generic_parameters): Always compute
4474         `ginst->ifaces'.        
4475
4476 2004-02-20  Martin Baulig  <martin@ximian.com>
4477
4478         * class.h (MonoGenericMethod): Removed `klass'.
4479
4480         * class.c (mono_class_inflate_generic_method): Added `MonoClass
4481         *klass' argument.
4482
4483 2004-02-20  Martin Baulig  <martin@ximian.com>
4484
4485         * reflection.c (method_encode_methodspec): Actually use the
4486         uninflated signature for the memberref.
4487
4488 2004-02-20  Martin Baulig  <martin@ximian.com>
4489
4490         * class.h (MonoGenericMethod): Removed `declaring'.
4491
4492         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
4493         is NULL, compute it here.
4494
4495 2004-02-20  Martin Baulig  <martin@ximian.com>
4496
4497         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
4498
4499         * metadata.c (mono_metadata_generic_inst_hash): New method.
4500         (mono_metadata_generic_inst_equal): New method.
4501
4502         * reflection.c (mono_reflection_bind_generic_parameters): Use the
4503         `klass->image->generic_inst_cache' cache to avoid creating
4504         duplicate MonoGenericInst's.
4505
4506         * class.c (mono_class_inflate_generic_type): Use the cache.
4507
4508 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
4509
4510         * object.c: fixed gc descriptor calculation for embedded valuetypes.
4511
4512 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4513
4514         * icall.c: added Socket.WSAIoctl icall.
4515
4516         * socket-io.[ch]: implemented
4517         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
4518
4519 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
4520
4521         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
4522
4523 2004-02-18  Urs C Muff  <umuff@quark.com>
4524
4525         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
4526         this work on PPC and other big-endian architectures.
4527
4528         * debug-mono-symfile.h: Prepended the names of all the `guint32'
4529         fields with an underscore to make sure they're only accessed by
4530         the read32() macro.
4531
4532 2004-02-18  Martin Baulig  <martin@ximian.com>
4533
4534         * icall.c: Put the klass->refclass changes back for methods and
4535         fields, but not for properties and events.  We're currently not
4536         distinguishing between DeclaringType and ReflectedType for
4537         properties and events, that's what caused the regressions.
4538
4539 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4540
4541         * object.c:
4542         (mono_async_result_new): the handle can be NULL.
4543
4544         * threadpool.c: Use an event instead of a semaphore, don't initialize
4545         it until needed. This saves quite a few semaphores from being created
4546         when using the threadpool.
4547
4548 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
4549
4550         * object.c (mono_string_is_interned_lookup): Fix interning of long
4551         strings. Fixes #54473.
4552
4553         * domain.c (ldstr_equal): Optimize if the two strings are equal.
4554
4555         * icall.c: Revert the klass->refclass changes since they introduce
4556         regressions (bug #54518).
4557
4558 2004-02-18  Martin Baulig  <martin@ximian.com>
4559
4560         * class.c (mono_class_init): If we're a generic instance and don't
4561         come from a TypeBuilder, inflate our members here.
4562         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
4563         (mono_class_create_generic): New public method.
4564         (mono_class_initialize_generic): Removed.
4565         (get_instantiation_name): Renamed to
4566         _mono_class_get_instantiation_name() and made it public.
4567
4568 2004-02-18  Martin Baulig  <martin@ximian.com>
4569
4570         * class.c (mono_class_inflate_generic_type): Clear the new
4571         instance's `nginst->klass' when inflating a generic instance.
4572         (mono_class_is_subclass_of): Added (basic) support for generic
4573         instances.
4574
4575 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
4576
4577         * appdomain.h, domain.c: use a MonoCodeManager instead of a
4578         MonoMempool to hold compiled native code.
4579
4580 2004-02-17  Martin Baulig  <martin@ximian.com>
4581
4582         * class.h (MonoDynamicGenericInst): Added `count_properties' and
4583         `properties'.
4584
4585         * reflection.c (mono_reflection_generic_inst_initialize): Added
4586         `MonoArray *properties' argument.
4587
4588         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
4589
4590 2004-02-17  Martin Baulig  <martin@ximian.com>
4591
4592         * icall.c (ves_icall_Type_GetFields): Renamed to
4593         ves_icall_Type_GetFields_internal() and added a
4594         `MonoReflectionType *rtype' argument; pass it to
4595         mono_field_get_object() to set the field's "reflected" type.
4596         (ves_icall_Type_GetConstructors): Likewise.
4597         (ves_icall_Type_GetEvents): Likewise.
4598         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
4599         argument; pass it to mono_method_get_object() to set the method's
4600         "reflected" type.       
4601
4602 2004-02-17  Martin Baulig  <martin@ximian.com>
4603
4604         * class.h (MonoDynamicGenericInst): New type.
4605         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
4606
4607         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
4608         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
4609         (ves_icall_MonoGenericInst_GetFields): New interncall.
4610
4611         * class.c (mono_class_from_generic): Don't call
4612         mono_class_initialize_generic() if this is a dynamic instance;
4613         ie. it's being created from a TypeBuilder.
4614         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
4615         `class->byval_arg.type'.
4616
4617         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
4618         to `inflate_method' and made static.
4619         (mono_reflection_inflate_field): Removed.
4620         (mono_reflection_generic_inst_initialize): New public method.
4621
4622         * reflection.h (MonoReflectionGenericInst): Removed `methods',
4623         `ctors' and `fields'; added `initialized'.
4624
4625 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
4626
4627         * debug-helpers.c (mono_method_full_name): Fix output for empty
4628         namespaces.
4629
4630 2004-02-12  Martin Baulig  <martin@ximian.com>
4631
4632         * class.h (MonoClassField): Added `MonoType *generic_type'.
4633
4634         * reflection.c (mono_image_get_fieldref_token): Added support for
4635         instantiated generic types.
4636         (field_encode_inflated_field): Removed.
4637         (mono_image_get_inflated_field_token): Removed.
4638         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
4639
4640         * reflection.h (MonoReflectionInflatedField): Removed.
4641
4642 2004-02-12  Martin Baulig  <martin@ximian.com>
4643
4644         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
4645         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
4646
4647         * reflection.c (mono_image_get_methodspec_token): Take a
4648         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
4649         (mono_image_create_token): Check whether we have a
4650         `method->signature->gen_method' and call
4651         mono_image_get_methodspec_token() if appropriate.
4652         (inflated_method_get_object): Removed.
4653         (mono_reflection_bind_generic_method_parameters): Return a
4654         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
4655         (mono_reflection_inflate_method_or_ctor): Likewise.
4656
4657         * reflection.h (MonoReflectionInflatedMethod): Removed.
4658
4659 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
4660
4661         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
4662         for custom valuetype marshalling.
4663
4664         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
4665
4666 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4667
4668         * icall.c: fixed WSAGetLastError_internal name.
4669
4670 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
4671
4672         * threads.c (mono_thread_attach): Allow this to be called multiple
4673         times for a thread.
4674         
4675         * threads.c (build_wait_tids): Do not wait for ourselves.
4676
4677         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
4678         appdomain list is empty.
4679
4680         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
4681         memory returned by mono_string_builder_to_utf16, since it points into
4682         managed memory. Thanks to Bernie Solomon for noticing this.
4683
4684         * icall.c: Add AppDomainSetup icalls.
4685
4686         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
4687
4688         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
4689         types.
4690
4691         * reflection.c (reflection_methodbuilder_to_mono_method): Save
4692         custom attributes to the method_aux struct. Also fix array indexes etc.
4693
4694         * loader.c (mono_method_get_param_names): Make dynamic case work again.
4695         
4696 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
4697
4698         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
4699         (both static and runtime) and reduce startup time.
4700
4701 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
4702
4703         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
4704         AsAny marshalling conversion instead of crashing.
4705
4706         * marshal.c: Fix warnings.
4707
4708 2004-02-09  Martin Baulig  <martin@ximian.com>
4709
4710         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
4711
4712         * reflection.h (MonoReflectionInflatedMethod): Removed the
4713         `declaring' field, it's now in the unmanaged MonoGenericMethod.
4714
4715         * reflection.c (method_encode_methodspec): Removed the `method'
4716         argument; we get it from `gmethod->declaring'.
4717         (inflated_method_get_object): Removed the `declaring' argument.
4718
4719 2004-02-09  Martin Baulig  <martin@ximian.com>
4720
4721         * class.h (MonoGenericMethod): New type.
4722         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
4723         `generic_method'.
4724
4725         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
4726         a `MonoGenericMethod *gen_method' one.
4727
4728         * class.c (mono_class_inflate_generic_type): Take an additional
4729         `MonoGenericMethod * argument.  This is only non-NULL if we're
4730         inflating types for a generic method.   
4731         (mono_class_inflate_generic_signature): Renamed to
4732         inflate_generic_signature() and made static; take a
4733         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
4734         (inflate_generic_header): Take a `MonoGenericMethod *' argument
4735         instead of a `MonoGenericInst *' one.
4736         (mono_class_inflate_generic_method): Likewise.
4737
4738         * reflection.c (encode_generic_method_sig): Take a
4739         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
4740         (method_encode_methodspec): Likewise.
4741         (inflated_method_get_object): Likewise. 
4742
4743         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
4744         field with a `MonoGenericMethod *gmethod' one.  
4745
4746 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
4747
4748         * class.h (mono_class_has_parent): add parens to expansion
4749         so you can ! this.
4750
4751 2004-02-08  Martin Baulig  <martin@ximian.com>
4752
4753         * image.h (MonoImage): Removed `generics_cache'.
4754
4755         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
4756         instead of a `MonoType *' argument; removed the `inflate_methods'
4757         argument.  Don't inflate methods here.
4758
4759         * loader.c (find_method): If it's a generic instance, call
4760         mono_class_init() on the `sclass->generic_inst->generic_type'.
4761
4762         * metadata.c (mono_type_size): Make this work on uninitialized
4763         generic instances; call it on the `ginst->generic_type's class.
4764
4765         * reflection.c (mono_reflection_bind_generic_parameters): Call
4766         mono_class_from_generic() to create the `ginst->klass'.
4767
4768 2004-02-08  Martin Baulig  <martin@ximian.com>
4769
4770         * class.h (MonoClass): Changed type of `generic_inst' from
4771         `MonoType *' to `MonoGenericInst *'.
4772
4773 2004-02-08  Martin Baulig  <martin@ximian.com>
4774
4775         * icall.c (ves_icall_Type_BindGenericParameters): Just call
4776         mono_type_get_object(), this is now creating a `MonoGenericInst'
4777         for MONO_TYPE_GENERICINST.
4778         (ves_icall_MonoGenericInst_GetParentType): Likewise.
4779         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
4780
4781         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
4782         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
4783         (inflated_method_get_object): Added `MonoClass *refclass' argument.
4784         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
4785         and reflected type.
4786
4787         * reflection.h (MonoReflectionInflatedMethod): Removed
4788         `declaring_type' and `reflected_type'.
4789
4790 2004-02-08  Martin Baulig  <martin@ximian.com>
4791
4792         * class.h (MonoGenericInst): Added `MonoType *parent' and
4793         `MonoType **ifaces'.
4794
4795         * reflection.h (MonoReflectionGenericInst): Removed `klass',
4796         `parent' and `interfaces'.
4797
4798         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4799         `MonoType *' argument and return a `MonoType *'.
4800
4801         * icall.c
4802         (ves_icall_MonoGenericInst_GetParentType): New interncall.
4803         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
4804
4805 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
4806
4807         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
4808         valuetype marshalling.
4809
4810 2004-02-06  Martin Baulig  <martin@ximian.com>
4811
4812         * class.c
4813         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
4814         (my_mono_class_from_generic_parameter): Likewise.
4815
4816 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
4817
4818         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
4819         contents of the symbol files lazily.
4820
4821         * object.h (MonoThread): Add 'name' and 'name_len' fields.
4822
4823         * threads.h threads.c icall.c: New icalls for getting and setting the
4824         threads name.
4825
4826 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
4827
4828         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
4829         Raise an exception when the domain is not found.
4830
4831 2004-02-03  Martin Baulig  <martin@ximian.com>
4832
4833         * reflection.c (mono_image_get_methodspec_token): Use the
4834         uninflated signature; fixes gen-33.
4835
4836 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
4837
4838         * gc.c threads.c: Make the finalizer thread a normal managed thread so
4839         the finalizer code can use thread functionality.
4840
4841         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
4842         the finalizer thread.
4843
4844         * threads.c: Make some functions more robust.
4845
4846         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
4847
4848         * metadata.h: Add new marshalling conventions.
4849
4850         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
4851         stringbuilder marshalling. Fixes #53700.
4852
4853         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
4854
4855         * reflection.c (mono_image_get_type_info): Save declarative security
4856         info.
4857
4858         * reflection.c (mono_image_get_field_info): Handle uninitialized 
4859         unmanaged fields as well.
4860
4861         * appdomain.c: Bump corlib version.
4862
4863 2004-02-01  Martin Baulig  <martin@ximian.com>
4864
4865         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
4866         method type arguments.  
4867
4868 2004-01-30  Duncan Mak  <duncan@ximian.com>
4869
4870         * marshal.h: Add prototype for
4871         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
4872         and
4873         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
4874         fix the build.
4875
4876 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
4877
4878         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
4879         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
4880
4881 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
4882
4883         * marshal.c (mono_marshal_get_native_wrapper): Add support for
4884         custom marshalling of valuetypes.
4885
4886         * marshal.c: Fix some warnings.
4887
4888 2004-01-29  Martin Baulig  <martin@ximian.com>
4889
4890         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
4891         for generic method parameters.
4892
4893         * reflection.c (method_encode_methodspec): Write the uninflated
4894         signature into the methodspec table.
4895         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
4896         is always the uninflated method.
4897         (reflection_methodbuilder_to_mono_method): Copy the generic
4898         parameters from the MethodBuilder into `header->gen_params'.
4899
4900 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
4901
4902         * class.c (mono_class_from_generic_parameter): Fix warning.
4903
4904 2004-01-27  Martin Baulig  <martin@ximian.com>
4905
4906         * class.c (mono_class_from_generic_parameter): Don't create
4907         `klass->methods' here.  
4908
4909 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
4910
4911         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
4912         extension since it does not work with libraries named lib<FOO>.dll.so.
4913
4914 2004-01-25  Martin Baulig  <martin@ximian.com>
4915
4916         * class.c (mono_class_inflate_generic_type): Added support for
4917         MONO_TYPE_GENERICINST.
4918
4919         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
4920         inflate methods on open constructed types.      
4921
4922 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4923
4924         * object.c: fire ProcessExit event in the root AppDomain after running
4925         Main. Fixes bug #53299.
4926
4927 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
4928
4929         * socket-io.c: include the new socket-wrappers.h header.
4930         Use the wrappers instead of the unix socket functions to make the code
4931         more clear.
4932
4933 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
4934
4935         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
4936
4937         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
4938         Fixes #22532.
4939
4940 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
4941
4942         * reflection.c (mono_image_create_pefile): Handle the case when the
4943         entry point is not a MethodBuilder.
4944
4945         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
4946         field to ReflectionMethod since it is not allways a builder.
4947
4948         * reflection.c (type_get_fully_qualified_name): New helper function to
4949         return the fully qualified name of a type.
4950
4951         * reflection.c (encode_marshal_blob): Always emit the fully qualified
4952         type name for custom marshallers.
4953
4954         * reflection.c (mono_marshal_spec_from_builder): Ditto.
4955
4956         * class.c (mono_class_setup_vtable): If a parent class already 
4957         implements an interface, use the implementing methods from that class.
4958         Fixes #53148.
4959
4960 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4961
4962         * threadpool.c: just return instead of ExitThread to allow for thread
4963         clean up earlier.
4964
4965 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
4966
4967         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
4968         when closing resource modules.
4969
4970         * reflection.c (mono_image_create_pefile): Handle the case when the
4971         entry point is not a MethodBuilder.
4972
4973         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
4974         field to ReflectionMethod since it is not allways a builder.
4975
4976 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
4977
4978         * marshal.c (mono_marshal_get_managed_wrapper): 
4979         mono_marshal_alloc takes native int so CONV_I
4980         the arg for 64bits.
4981
4982 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
4983
4984         * reflection.c (fixup_cattrs): New function to fixup the methoddef
4985         tokens in the cattr table. Fixes #53108.
4986
4987 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4988
4989         * loader.c: don't trim ".dll" before looking up in the config file.
4990         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
4991
4992 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
4993
4994         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
4995         Return the module which contains the resource as well.
4996         (ves_icall_System_Reflection_Module_Close): New icall.
4997
4998         * appdomain.c: Bump corlib version number.
4999
5000         * image.c (mono_image_addref): New public function.
5001
5002         * assembly.c: Call mono_image_addref.
5003
5004         * reflection.c (mono_module_get_object): Increase reference count of 
5005         the image.
5006
5007         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
5008         Fixes #22532.
5009
5010         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
5011         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
5012         proper exceptions on DllImport problems.
5013
5014 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
5015
5016         * class.c, metadata.c: eliminate CSIZE macro.
5017
5018 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
5019
5020         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
5021         * object.h: Added async_callback field in MonoAsyncResult.
5022         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
5023         * verify.c: Added async_callback in MonoAsyncResult layout.
5024
5025 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
5026
5027         * reflection.c (mono_reflection_get_custom_attrs): Add support
5028         for Modules.
5029
5030 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5031
5032         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
5033         marshalling.
5034         (mono_marshal_method_from_wrapper): Add null pointer check.
5035
5036 2004-01-16  Martin Baulig  <martin@ximian.com>
5037
5038         * debug-mono-symfile.h: Set version number to 36 and reflect
5039         latest symbol writer changes.
5040
5041 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5042
5043         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
5044         multi-dimensional arrays.
5045         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
5046         (mono_class_from_mono_type): Use bounded_array_class_get.
5047         
5048         * class.c (mono_bounded_array_class_get): New function which takes
5049         a 'bounded' bool argument to distinguish vectors from one dimensional
5050         arrays.
5051
5052         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
5053         bounded_array_class_get if the array has bounds.
5054
5055         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5056         Search modules loaded using AssemblyBuilder:AddModule as well.
5057
5058 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5059
5060         * appdomain.c: increased corlib version.
5061         * filewatcher.c: removed g_print.
5062         * icall.c:
5063         (get_property_info): only allocate what is actually requested.
5064         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
5065
5066 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5067
5068         * Makefile.am: added filewatcher.[ch]
5069         * filewatcher.[ch]: FileSystemWatcher runtime support.
5070         * icall.c: added new FSW icalls.
5071
5072 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
5073
5074         * string-icalls.c: fix stringbuilder regression as suggested by
5075         Iain McCoy <iain@mccoy.id.au>.
5076
5077 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
5078
5079         * process.c (process_read_stringtable_block): Recognize '007f' as
5080         a language neutral stringtable block.
5081
5082 2004-01-12  Patrik Torstensson
5083
5084         * object.h (MonoStringBuilder) : Changed layout to support our
5085         new stringbuilder class.
5086         * marshal.c: Change marshalling to support the new layout of 
5087         string builder.
5088         * appdomain.c: increased version number because new layout of
5089         string builder.
5090
5091 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
5092
5093         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
5094         assembly name as an string instead of an AssemblyName, since it is
5095         easier to extract info from it.
5096
5097         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
5098         the culture subdirectories too. Fixes #52231.
5099
5100 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5101
5102         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
5103         It takes 2 new parameters with an optional name for the method to look
5104         for and case ignoring info.
5105
5106         * threadpool.c: removed unused variable.
5107
5108 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5109
5110         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
5111         It takes 2 new parameters with an optional name for the property to look
5112         for and case ignoring info.
5113         Fixes bug #52753.
5114
5115 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
5116
5117         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
5118         Fix #52451.
5119
5120 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5121
5122         * appdomain.c:
5123         * assembly.c: escape the uri before passing it to g_filename_from_uri.
5124         Fixes bug #52630.
5125
5126 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
5127
5128         * reflection.c: Add support for more than one unmanaged resource.
5129
5130         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
5131         in field->def_value, as done in all other cases.
5132
5133         * reflection.c (mono_reflection_get_custom_attrs): Add support for
5134         TypeBuilders.
5135
5136         * reflection.c (mono_reflection_create_runtime_class): Remove 
5137         errorneous assignment to klass->element_class, since it is already
5138         done in mono_reflection_setup_internal_class.
5139
5140 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5141
5142         * gc.c: added missing LeaveCriticalSection.
5143         * icall.c: indented a couple of lines.
5144         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
5145         if we call EndInvoke inside a callback. Fixes bug #52601.
5146
5147 2004-01-07  Martin Baulig  <martin@ximian.com>
5148
5149         * mono-debug-debugger.h
5150         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
5151
5152 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
5153
5154         * appdomain.c: Use messages in NotImplementedException.
5155
5156         * exception.c (mono_get_exception_not_implemented): Now this takes
5157         a message argument.
5158
5159         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
5160         exception instead of g_asserting an aborting when something is not
5161         implemented.
5162
5163         Add some inline docs.
5164
5165 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
5166
5167         * reflection.h: Update after changes to object layout.
5168
5169         * reflection.c: Implement saving of unmanaged aka win32 resources.
5170
5171         * appdomain.c: Bump version number.
5172
5173         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
5174         Handle missing domains gracefully.
5175
5176 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
5177
5178         * file-io.c : On Windows, there are much more invalid_path_chars.
5179
5180 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
5181
5182         * class.h, object.c: prepare for GetType () speedup.
5183
5184 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
5185
5186         * profiler.c: workaround for --profile null reference exception on
5187           cygwin. Patch by Patrik Torstensson.
5188
5189 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
5190
5191         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
5192         make work for unaligned access.
5193
5194 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
5195
5196         * class.c: small cleanup (class->fields [i] -> field).
5197         * image.c: check address of metadata is valid.
5198
5199 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
5200
5201         * assembly.h assembly.c (mono_assembly_loaded): New public function to
5202         search the list of loaded assemblies.
5203
5204         * reflection.c (mono_reflection_type_from_name): Use 
5205         mono_assembly_loaded instead of mono_image_loaded.
5206
5207         * reflection.c: Fix warnings.
5208
5209 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
5210
5211         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
5212         is dynamic. This is needed since an assembly can contain both dynamic and
5213         non-dynamic images.
5214
5215         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
5216         assembly->dynamic.
5217
5218         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
5219
5220         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
5221         to store modules loaded using AddModule.
5222
5223         * reflection.c (mono_image_fill_file_table): Generalize this so it works
5224         on Modules.
5225
5226         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
5227
5228         * reflection.c (mono_image_fill_export_table_from_module): New function to
5229         fill out the EXPORTEDTYPES table from a module.
5230
5231         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
5232         into a separate function. Also handle loaded non-dynamic modules.
5233
5234         * reflection.c (mono_image_basic_init): Fix memory allocation.
5235
5236         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5237
5238         * assembly.c (mono_assembly_load_references): Make this public.
5239
5240 2003-12-19  Martin Baulig  <martin@ximian.com>
5241
5242         * class.c (mono_class_initialize_generic): Made this static, take
5243         a `MonoGenericInst *' instead of a `MonoClass *'.
5244         (mono_class_from_generic): Call mono_class_initialize_generic()
5245         unless we're already initialized or being called from
5246         do_mono_metadata_parse_generic_inst().
5247
5248         * class.h (MonoGenericInst): Added `initialized' and
5249         `init_pending' flags.
5250
5251         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
5252         `mono_class_init (gklass)' or mono_class_initialize_generic()
5253         here; set `generic_inst->init_pending' while parsing the
5254         `type_argv'.
5255
5256 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
5257
5258         * locales.c: include string.h for memxxx prototypes
5259
5260 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
5261
5262         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
5263         constructor when accessing literal fields.
5264
5265 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
5266
5267         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5268
5269         * reflection.c (assembly_add_resource_manifest): New function to fill
5270         the MANIFESTRESOURCE table.
5271
5272         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
5273
5274         * reflection.h: Update to changes in class layout.
5275
5276         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
5277         Reenable call to mono_runtime_is_shutting_down ().
5278
5279         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
5280         determine if the runtime is shutting down.
5281
5282 2003-12-16  Jackson Harper <jackson@ximian.com>
5283
5284         * icall.c: comment out call to mono_runtime_is_shutting_down to
5285         fix build.
5286         
5287 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
5288
5289         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
5290         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
5291
5292 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
5293
5294         * reflection.c: move definition of swap_with_size
5295         to before its first call
5296
5297 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
5298
5299         * appdomain.c (mono_runtime_is_shutting_down): New public function.
5300
5301         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
5302         icall.
5303
5304         * object.c: Fix warnings.
5305
5306         * icall.c (ves_icall_Type_Get...): Only consider inherited static
5307         members if FlattenHierarchy is set.
5308
5309         * reflection.c (mono_image_add_decl_security): New function to emit
5310         declarative security.
5311
5312         * reflection.h reflection.c: Add support for declarative security.
5313
5314         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5315         
5316 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
5317
5318         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5319         
5320         * appdomain.c verify.c: Moved corlib version checking into its own
5321         function in appdomain.c since it needs to create vtables etc.
5322
5323 2003-12-13  Patrik Torstensson <p@rxc.se>
5324
5325         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
5326         instead of unwrapped server.
5327
5328 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
5329
5330         * verify.c (check_corlib): Fix field index.
5331
5332 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
5333
5334         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
5335         GetGacPath icall.
5336
5337 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
5338
5339         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
5340         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
5341         cope with sizeof(size_t) != sizeof(guint32).
5342
5343 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5344
5345         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
5346         in case of failure.
5347
5348 2003-12-10  Mark Crichton <crichton@gimp.org>
5349
5350         * icall.c: removed the GetNonZeroBytes.  We now handle this case
5351         in managed code.
5352
5353         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
5354
5355 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
5356
5357         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
5358         marked as deleted.
5359
5360 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
5361
5362         * verify.c (check_corlib): Handle the case when the version field is 
5363         initialized by a static constructor.
5364
5365 2003-12-08  Patrik Torstensson  <p@rxc.se>
5366
5367     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
5368
5369 2003-12-08  Martin Baulig  <martin@ximian.com>
5370
5371         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
5372         a MonoReflectionGenericParameter, also take the parameter index
5373         and name as arguments.
5374         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
5375         (ves_icall_MonoGenericParam_initialize): New interncall.
5376         (ves_icall_Type_make_byref_type): New interncall.
5377
5378         * reflection.h (MonoReflectionGenericParam): Derive from
5379         MonoReflectionType, not just from MonoObject.  Added `refobj' and
5380         `index' fields.
5381
5382         * reflection.c (mono_reflection_define_generic_parameter): Create
5383         and return a new MonoReflectionGenericParam; don't initialize the
5384         constraints here.
5385         (mono_reflection_initialize_generic_parameter): New public method;
5386         initializes the constraints and creates the `param->pklass'.
5387
5388 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
5389
5390         * reflection.h reflection.c: Use the new fields 'num_types', 
5391         'num_fields' and 'num_methods' to track the number of types etc.
5392
5393         * verify.c (check_corlib): Check corlib version number.
5394
5395 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
5396
5397         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
5398         function works on all methods.
5399
5400 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
5401
5402         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
5403         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
5404         the custom_type_info flag of the transparent proxy.
5405         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
5406         objects that supports IRemotingTypeInfo.
5407         * object.h: Added custom_type_info field in transparent proxy.
5408
5409 2003-12-06  Martin Baulig  <martin@ximian.com>
5410
5411         * class.c (mono_class_create_from_generic): Removed.
5412         (mono_class_from_generic): Check `ginst->klass' before doing
5413         anything else.  This is important to fully support "recursive"
5414         generic types.
5415
5416         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
5417         empty `generic_inst->klass' before doing anything else.
5418
5419 2003-12-06  Dick Porter  <dick@ximian.com>
5420
5421         * verify.c: 
5422         * object.h:
5423         * icall.c:
5424         * locales.c: Use C structs to access class fields.  Don't do a
5425         conversion between MonoString and UChar because both are
5426         platform-endian UTF-16.  Compare now takes startindex and count
5427         parameters.  Add a char overload for IndexOf.  Speed up the
5428         invariant string IndexOf.
5429
5430 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
5431
5432         * Makefile.am (monosn_LDADD): Fix parallel build.
5433
5434 2003-12-04  Martin Baulig  <martin@ximian.com>
5435
5436         * icall.c
5437         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
5438         (ves_icall_Type_make_array_type): New interncall.       
5439
5440 2003-12-04  Martin Baulig  <martin@ximian.com>
5441
5442         * locales.c: also change it in the !HAVE_ICU case.
5443
5444 2003-12-04  Dick Porter  <dick@ximian.com>
5445
5446         * icall.c:
5447         * locales.c: construct_compareinfo is now in CompareInfo, not
5448         CultureInfo.
5449
5450 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
5451
5452         * image.c (mono_image_load_file_for_image): Cache loaded images in the
5453         image->files array.
5454
5455         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
5456         table as well.
5457
5458         * assembly.c (mono_assembly_load_references): Only load references
5459         once.
5460
5461         * class.c (mono_class_from_name): Avoid linear search of the 
5462         EXPORTEDTYPE table.
5463
5464         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
5465
5466 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
5467
5468         * image.h (MonoImage): Add 'field_cache' field.
5469
5470         * loader.c (mono_field_from_token): Cache field lookups.
5471         
5472         * reflection.c (mono_module_get_object): Fix name property.
5473
5474         * icall.c (ves_icall_get_enum_info): Update after changes to 
5475         mono_metadata_get_constant_index ().
5476
5477         * icall.c: Get rid of get_type_info icall, use a separate icall for
5478         each type property to avoid needless memory allocations. Fixes #51514.
5479
5480         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
5481         to avoid needless binary searches.
5482
5483         * class.c (class_compute_field_layout): Move the initialization of
5484         field->def_value to mono_class_vtable ().
5485
5486         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
5487         non-corlib types.
5488
5489         * object.c (mono_object_allocate): Make it inline.
5490
5491         * object.c (mono_object_allocate_spec): Make it inline.
5492         
5493 2003-12-02  Dick Porter  <dick@ximian.com>
5494
5495         * locales.c (create_NumberFormat): NumberFormatInfo construction.
5496         Patch by Mohammad DAMT (mdamt@cdl2000.com).
5497
5498 2003-12-01  Dick Porter  <dick@ximian.com>
5499
5500         * threads.c: Fix signature and call in CreateMutex and
5501         CreateEvent.
5502
5503 2003-12-01  Dick Porter  <dick@ximian.com>
5504
5505         * icall.c: 
5506         * locales.c: Implement string compares and searching
5507
5508         * object.h: Add extra Thread field
5509
5510 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
5511
5512         * reflection.c (fixup_method): Add support for MonoCMethod.
5513
5514 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
5515
5516         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
5517
5518         * reflection.c (assembly_name_to_aname): Allow extra characters in
5519         assembly names. Fixes #51468.
5520
5521 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
5522
5523         * exception.c (mono_exception_from_name_domain): New helper function.
5524
5525         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
5526         exception object in the correct domain.
5527
5528         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
5529         formatting + make a copy a the input data.
5530
5531         * loader.c (mono_get_method_from_token): Methods which contain
5532         native code do not have entries in the ImplMap.
5533
5534         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
5535         Thanks to Gonzalo for spotting this.
5536         
5537         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
5538         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
5539
5540         * assembly.h (mono_assembly_load_from): Split the second part of 
5541         assembly loading into a new public function.
5542
5543         * exception.h (mono_get_exception_bad_image_format): New function.
5544
5545 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
5546
5547         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5548         Enumerate all modules inside a dynamic assembly. Fixes #51293.
5549         
5550         * icall.c: Add new icall for creating dynamic methods.
5551
5552         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
5553
5554         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
5555
5556         * reflection.c (mono_reflection_create_dynamic_method): New icall to
5557         create a dynamic method.
5558
5559         * reflection.c (resolve_object): New helper function.
5560
5561         * reflection.c: Generalize ReflectionMethodBuilder and the functions
5562         which manipulate it so they can also work on dynamic methods.
5563
5564         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
5565         creating the MonoReflectionMethodAux structure if it is not needed.
5566         
5567         * reflection.h verify.c: Update after changes to object layout.
5568
5569         * reflection.c (method_builder_encode_signature): Fix compilation on
5570         gcc 2.95.x.
5571
5572 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
5573
5574         * appdomain.h: Added support for context static fields. Added static_data
5575           field to MonoAppContext and renamed thread_static_fields to a more
5576           generic special_static_fields in MonoAppDomain, since it can now contain
5577           context static fields.
5578         * domain.c: Updated hashtable name.
5579         * object.c: Replaced field_is_thread_static() for a more generic
5580           field_is_special_static() which also checks for context static attribute.
5581           In mono_class_vtable(), added support for static context fields.
5582         * threads.c: Changed methods that manage thread static fields to more
5583           generic methods so they can be reused both for thread and context static
5584           data.
5585         * threads.h: Declared some new methods.
5586
5587 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
5588
5589         * reflection.h: Update after changes to the managed types.
5590
5591         * reflection.c (encode_custom_modifiers): New helper function.
5592
5593         * reflection.c (method_encode_signature): Emit custom modifiers.
5594
5595         * reflection.c (field_encode_signature): Emit custom modifiers.
5596
5597 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
5598
5599         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
5600
5601         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
5602         implementation.
5603
5604         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
5605         icall.
5606
5607         * object.c (mono_field_get_value_object): New function.
5608
5609         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
5610         specific.
5611
5612 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
5613
5614         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
5615         return a preallocated out-of-memory exception instance.
5616
5617         * object.c (out_of_memory): Use the new function.
5618
5619         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
5620         flag is before the custom modifiers. Fixes #49802.
5621
5622 2003-11-16  Martin Baulig  <martin@ximian.com>
5623
5624         * class.c (mono_class_is_open_constructed_type): Implemented the
5625         MONO_TYPE_GENERICINST case.
5626
5627 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
5628
5629         * assembly.c (mono_assembly_fill_assembly_name): New function to
5630         fill out the MonoAssemblyName structure.
5631         (mono_assembly_open): Use the new function.
5632
5633         * icall.c (fill_reflection_assembly_name): New helper function.
5634
5635         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
5636         new function.
5637
5638         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
5639
5640 2003-11-15  Martin Baulig  <martin@ximian.com>
5641
5642         * class.c (mono_class_is_open_constructed_type): New public
5643         function; checks whether a type is an open constructed type,
5644         ie. whether it still contains type parameters.
5645         (mono_class_inflate_generic_type): If we're a type parameter and
5646         the inflated type is also a MONO_TYPE_(M)VAR, return the original
5647         type.
5648
5649         * class.h (MonoGenericInst): Added `guint32 is_open'.
5650
5651         * loader.c (method_from_methodspec): Check whether we're an open
5652         or closed constructed type and set `ginst->is_open'.
5653
5654         * reflection.c (mono_reflection_bind_generic_parameters): Check
5655         whether we're an open or closed constructed type and set
5656         `ginst->is_open'.
5657         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
5658         from open constructed types.
5659
5660 2003-11-15  Martin Baulig  <martin@ximian.com>
5661
5662         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5663         a generic instance (instead of a generic type declaration) with
5664         unbound generic parameters, bind them to our actual types.
5665
5666 2003-11-14  Martin Baulig  <martin@ximian.com>
5667
5668         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
5669
5670         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5671         an interface type, populate `res->interfaces' with instantiated
5672         versions of all the interfaces we inherit.
5673
5674 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
5675
5676         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
5677         when MONO_PATH is set but doesn't contain the install dir.
5678
5679 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5680
5681         * icall.c:
5682         (ves_icall_Type_GetInterfaces): don't return an interface twice when
5683         it's also implemented in base classes. Fixes bug #50927.
5684
5685 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
5686
5687         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
5688         if this method is called from a finalizer. Fixes #50913.
5689
5690 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
5691
5692         * threads.c: Implement VolatileRead/VolatileWrite
5693
5694         * icall.c: Add new icalls for VolatileRead/VolatileWrite
5695
5696 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5697
5698         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
5699         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
5700         2.95.3.
5701
5702         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
5703         from Peter Ross (pro@missioncriticalit.com).
5704         
5705 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
5706
5707         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
5708
5709 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5710
5711         * assembly.c (mono_assembly_load_references): Disable check because it
5712         triggers on older corlibs which lots of people have.
5713
5714 2003-11-12  Jackson Harper  <jackson@ximian.com>
5715
5716         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
5717         load corlib.dll if mscorlib.dll is not found.
5718         * assembly.h: Remove corlib name define.
5719         * class.c:
5720         * domain.c:
5721         * image.c: Change corlib name to mscorlib.
5722         
5723 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5724
5725         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
5726
5727 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
5728
5729         * appdomain.h: Added loader_optimization here to sync with the C#
5730         code, and add disallow_binding_redirects field.
5731
5732 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
5733
5734         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
5735
5736         * reflection.c (mono_image_build_metadata): Fix crash on modules
5737         with no types.
5738
5739         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
5740
5741         * icall.c (ves_icall_get_method_info): Return callingConvention as
5742         well.
5743
5744         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
5745         namespaces from the EXPORTEDTYPE table as well.
5746
5747         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
5748         from all modules inside the assembly.
5749         
5750 2003-11-11  Martin Baulig  <martin@ximian.com>
5751
5752         * reflection.c (mono_reflection_bind_generic_parameters): Make
5753         this work for interfaces.
5754
5755 2003-11-11  Martin Baulig  <martin@ximian.com>
5756
5757         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
5758
5759 2003-11-11  Martin Baulig  <martin@ximian.com>
5760
5761         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
5762         "MonoInflatedMethod" and "MonoInflatedCtor".
5763
5764 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
5765
5766         * reflection.c (resolution_scope_from_image): Use the assembly table
5767         from the manifest module, since other modules don't have it.
5768
5769         * debug-helpers.c (mono_type_full_name): New helper function.
5770
5771         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
5772
5773         * image.c (mono_image_load_file_for_image): New public function which
5774         is a replacement for the load_file_for_image in class.c.
5775
5776         * assembly.c (mono_assembly_load_module): A wrapper for the function
5777         above which does assembly association and reference loading too.
5778
5779         * class.c (mono_class_from_name): Call mono_assembly_load_module.
5780
5781 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5782
5783         * appdomain.c: not all of the attributes for the full assembly name
5784         are required and the order doesn't matter. Fixes bug #50787.
5785
5786 2003-11-10  Dick Porter  <dick@ximian.com>
5787
5788         * locales.c: Use platform-endian UTF16
5789
5790 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
5791
5792         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
5793         
5794 2003-11-10  Martin Baulig  <martin@ximian.com>
5795
5796         * metadata.c
5797         (mono_metadata_load_generic_params): Make this actually work.
5798
5799         * reflection.c (mono_reflection_bind_generic_parameters): If our
5800         parent is a generic instance, pass all the `types' to it, no
5801         matter whether it has the same number of type parameters or not.
5802
5803 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
5804
5805         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
5806
5807         * assembly.c (mono_assembly_load_references): Move the image<->assembly
5808         assignment code to this function so it gets called recursively for all
5809         modules.
5810
5811         * image.c (load_modules): Remove the assembly assignment since it is
5812         now done by mono_assembly_load_references.
5813         
5814         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5815         Add 'module' argument.
5816         (mono_module_get_types): New helper function.
5817         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
5818
5819 2003-11-08  Martin Baulig  <martin@ximian.com>
5820
5821         * class.c (mono_class_inflate_generic_method): Interface method
5822         don't have a header.
5823
5824         * reflection.c (mono_image_get_methodspec_token): Take an
5825         additional `MonoGenericInst *' argument instead of reading it from
5826         the header; this is necessary to support interfaces.
5827         (mono_image_create_token): Pass the `MonoGenericInst *' from the
5828         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
5829         (inflated_method_get_object): Take an additional `MonoGenericInst *'
5830         argument.
5831
5832         * reflection.h (MonoReflectionInflatedMethod): Added
5833         `MonoGenericInst *ginst'.
5834
5835 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
5836
5837         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
5838
5839 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
5840
5841         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
5842
5843 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
5844
5845         * reflection.c 
5846         (reflection_methodbuilder_from_method_builder):
5847         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
5848         initialize a ReflectionMethodBuilder structure.
5849         (mono_image_get_methodbuilder_token):
5850         (mono_image_get_ctorbuilder_token): New functions to emit memberref
5851         tokens which point to types in another module inside the same assembly.
5852
5853         * reflection.c: Use the new helper functions.
5854         
5855         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
5856
5857         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
5858         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
5859
5860         * reflection.c (resolution_scope_from_image): Emit a moduleref if
5861         neccesary.
5862
5863         * reflection.c (mono_image_build_metadata): Emit metadata only for the
5864         current module. Emit the manifest only for the main module.
5865
5866         * reflection.c (mono_image_create_token): Add assertion when a 
5867         memberref needs to be created.
5868
5869         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
5870
5871         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
5872         larger buffer for the custom attribute blob. Fixes #50637.
5873         
5874 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5875
5876         * threadpool.c: notify listener on async processing handles after
5877         invoking the async callback. Thanks to Zoltan.
5878
5879 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5880
5881         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
5882         avoid code duplication.
5883
5884         * reflection.h (MonoDynamicImage): New type which is currently unused,
5885         but will be used through the ref.emit code in place of 
5886         MonoDynamicAssembly.
5887
5888         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
5889         object layout.
5890
5891         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
5892         a MonoDynamicImage instead of just a MonoImage.
5893         
5894         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
5895         icalls to ModuleBuilder but keep their semantics, so they will work
5896         with moduleb->assemblyb. This will change later.
5897         
5898 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5899
5900         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
5901         object layout.
5902
5903         * reflection.c (mono_image_build_metadata): Avoid creation of a default
5904         main module, since it is now done by the managed code.
5905
5906 2003-11-03  Martin Baulig  <martin@ximian.com>
5907
5908         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
5909         `ginst->klass' here.
5910         (method_encode_methodspec): Don't use the `ginst->generic_method's
5911         klass if it's a generic instance, use `ginst->klass' in this case.
5912
5913 2003-11-03  Martin Baulig  <martin@ximian.com>
5914
5915         * reflection.c (mono_image_get_generic_method_param_info):
5916         Removed, use mono_image_get_generic_param_info() instead.
5917         (mono_image_get_type_info): Write the GenericParam table before
5918         the Method table.  This is neccessary because in the GenericParam
5919         table, type parameters of the class (ie. '!0' etc.) must come
5920         before the ones from its generic methods (ie. '!!0' etc).
5921
5922 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5923
5924         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
5925
5926 2003-11-02  Martin Baulig  <martin@ximian.com>
5927
5928         * reflection.c (create_generic_typespec): Take a
5929         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
5930         the generic parameters from it.
5931
5932 2003-11-02  Martin Baulig  <martin@ximian.com>
5933
5934         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
5935         instead of a `MonoClassField *' since we just need the type.
5936         (create_generic_typespec): New static function.  Creates a
5937         TypeSpec token for a generic type declaration.
5938         (mono_image_get_generic_field_token): New static function.
5939         (mono_image_create_token): If we're a FieldBuilder in a generic
5940         type declaration, call mono_image_get_generic_field_token() to get
5941         the token.
5942
5943 2003-11-02  Martin Baulig  <martin@ximian.com>
5944
5945         * reflection.h
5946         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
5947         `MonoReflectionGenericInst *declaring_type' and
5948         `MonoReflectionGenericInst *reflected_type' fields.
5949
5950         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
5951         `MonoReflectionGenericInst *declaring_type' and a
5952         `MonoReflectionGenericInst *reflected_type' argument instead of a
5953         single `MonoReflectionGenericInst *type' one.  Set
5954         `res->declaring_type' and `res->reflected_type' from them.
5955         (mono_reflection_inflate_field): Likewise.      
5956
5957 2003-11-02  Martin Baulig  <martin@ximian.com>
5958
5959         * class.c (mono_class_setup_vtable): Don't store generic methods
5960         in the vtable.  
5961
5962 2003-11-02  Martin Baulig  <martin@ximian.com>
5963
5964         * reflection.h (MonoReflectionGenericInst): Added
5965         `MonoReflectionType *declaring_type'.
5966
5967         * reflection.c (mono_reflection_bind_generic_parameters): Use
5968         `if (tb->parent)' instead of `klass->parent'.
5969
5970 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
5971
5972         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
5973         with an empty ASSEMBLY table.
5974
5975         * reflection.c (mono_image_build_metadata): Avoid using the same loop
5976         variable in the inner and outer loops.
5977
5978 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
5979
5980         * metadata.h (mono_metadata_make_token): Put parentheses around macro
5981         argument.
5982
5983         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
5984         
5985         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
5986         icalls. Instead, do everything in managed code. This is needed since
5987         it is hard to restore the original domain etc. in unmanaged code in the
5988         presence of undeniable exceptions.
5989
5990         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
5991         New icalls to push and pop appdomain refs.
5992
5993 2003-10-31  Martin Baulig  <martin@ximian.com>
5994
5995         * class.c (inflate_generic_type): Renamed to
5996         mono_class_inflate_generic_type() and made it public.
5997
5998         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
5999         New interncall.
6000
6001         * loader.c (mono_field_from_memberref): Also set the retklass for
6002         typespecs.
6003
6004         * fielder.c (mono_image_get_inflated_field_token): New static
6005         method; creates a metadata token for an inflated field.
6006         (mono_image_create_token, fixup_method): Added support for
6007         "MonoInflatedField".
6008         (fieldbuilder_to_mono_class_field): New static function.
6009         (mono_reflection_inflate_field): New public function.
6010
6011         * reflection.h
6012         (MonoReflectionGenericInst): Added `MonoArray *fields'.
6013         (MonoReflectionInflatedField): New typedef.     
6014
6015 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
6016
6017         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
6018         for Solaris and other platforms without s6_addr16
6019
6020 2003-10-30  Martin Baulig  <martin@ximian.com>
6021
6022         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
6023         argument instead of two.
6024         (mono_class_inflate_generic_signature): Likewise.
6025         (inflate_generic_header): Likewise.
6026         (mono_class_inflate_generic_method): Likewise.  In addition, if
6027         `ginst->klass' is set, it becomes the new `method->klass'.
6028
6029         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
6030         field.
6031
6032         * reflection.c (encode_generic_method_sig): Write a 0xa as the
6033         first byte. [FIXME]
6034         (method_encode_methodspec): If we have generic parameters, create
6035         a MethodSpec instead of a MethodRef.
6036         (fixup_method): Added support for "MonoInflatedMethod" and
6037         "MonoInflatedCtor".
6038         (mono_image_create_token): Added support for "MonoInflatedMethod"
6039         and "MonoInflatedCtor".
6040         (inflated_method_get_object): New static function; returns a
6041         managed "System.Reflection.MonoInflatedMethod" object.
6042         (mono_reflection_bind_generic_method_parameters): Return a
6043         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
6044         (mono_reflection_inflate_method_or_ctor): Likewise.
6045         (mono_image_get_generic_method_param_info): Initialize unused
6046         fields to zero.
6047         (mono_image_get_generic_param_info): Likewise.
6048
6049         * reflection.h (MonoReflectionInflatedMethod): New public
6050         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
6051         "S.R.MonoInflatedCtor" classes.
6052
6053         * loader.c (method_from_memberref): If we're a TypeSpec and it
6054         resolves to a generic instance, inflate the method.
6055
6056 2003-10-28  Dick Porter  <dick@ximian.com>
6057
6058         * object.c (mono_runtime_run_main): Convert command-line arguments
6059         into utf8, falling back to the user's locale encoding to do so.
6060
6061 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
6062
6063         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
6064         at this time.
6065
6066         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
6067
6068         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
6069         up icalls at method definition time. Partially fixes #33569.
6070
6071 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
6072
6073         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
6074         marshalling of arrays. Fixes #50116.
6075
6076         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
6077
6078         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
6079         points to a vtable in the dying appdomain.
6080
6081         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
6082         listeners into unmanaged code inside the lock.
6083
6084         * object.c (mono_class_vtable): Turn off typed allocation in non-root
6085         domains and add some comments.
6086
6087 2003-10-25  Martin Baulig  <martin@ximian.com>
6088
6089         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
6090
6091         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
6092
6093         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
6094         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
6095         currently parsing.  Create the generic class and store it in
6096         `generic_inst->klass' before parsing the type arguments.  This is
6097         required to support "recursive" definitions; see mcs/tests/gen-23.cs
6098         for an example.
6099         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
6100         to support recursive typespec entries.
6101
6102         * class.c (mono_class_setup_parent): If our parent is a generic
6103         instance, we may get called before it has its name set.
6104         (mono_class_from_generic): Splitted into
6105         mono_class_create_from_generic() and mono_class_initialize_generic().
6106
6107 2003-10-25  Martin Baulig  <martin@ximian.com>
6108
6109         * icall.c (ves_icall_Type_BindGenericParameters): Return a
6110         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
6111         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
6112         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
6113
6114         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
6115         (create_typespec): Likewise.
6116         (mono_reflection_bind_generic_parameters): Return a
6117         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
6118         (mono_reflection_inflate_method_or_ctor): New public function.
6119
6120         * reflection.h (MonoReflectionGenericInst): New typedef.        
6121
6122 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
6123
6124         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
6125         inside the domain lock. Fixes #49993.
6126         
6127         * object.c (mono_class_vtable): When typed allocation is used, 
6128         allocate vtables in the GC heap instead of in the mempool, since the
6129         vtables contain GC descriptors which are used by the collector even
6130         after the domain owning the mempool is unloaded.
6131
6132         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
6133
6134         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
6135         reflect what it does. Also invalidate mempools instead of freeing
6136         them if a define is set.
6137
6138         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
6139         of the appdomain.
6140         
6141         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
6142         hold the finalizable objects in this domain.
6143
6144         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
6145         appdomain.
6146
6147         * appdomain.c (mono_domain_set): New function to set the current
6148         appdomain, but only if it is not being unloaded.
6149
6150         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
6151         appdomain which is being unloaded.
6152         
6153         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
6154         unloading of the root appdomain.
6155
6156         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
6157         icall to execute a method in another appdomain. Intended as a 
6158         replacement for InternalSetDomain, which can confuse the code 
6159         generation in the JIT.
6160
6161         * appdomain.c (mono_domain_is_unloading): New function to determine
6162         whenever an appdomain is unloading.
6163
6164         * appdomain.c (mono_domain_unload): New function to correctly unload
6165         an appdomain.
6166
6167         * assembly.c (mono_assembly_load_references): Check that an assembly
6168         does not references itself.
6169
6170         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
6171         domain manually, it asks the finalizer thread to do it, then waits for
6172         the result. Also added a timeout.
6173
6174         * icall.c: Register the new icalls.
6175
6176         * threads.h threads.c: Export the mono_gc_stop_world and 
6177         mono_gc_start_world functions.
6178         
6179         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
6180         function to fill out the mempool with 0x2a.
6181
6182 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
6183
6184         * reflection.h (MonoReflectionMethodAux): New structure to store
6185         information which is rarely used, thus is not in the MonoMethod
6186         structure.
6187
6188         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
6189         store the aux info.
6190
6191         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
6192         and marshalling info into the aux structure.
6193
6194         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
6195         from the aux structure.
6196
6197         * loader.c (mono_method_get_param_names): Retrieve the param names from
6198         the aux structure.
6199         
6200 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
6201
6202         * exception.h exception.c: Add AppDomainUnloadedException && fix 
6203         warning.
6204
6205 2003-10-21  Dick Porter  <dick@ximian.com>
6206
6207         * socket-io.c
6208         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
6209         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
6210
6211 2003-10-21  Martin Baulig  <martin@ximian.com>
6212
6213         * reflection.c (mono_reflection_bind_generic_parameters):
6214         `klass->parent' is NULL for interfaces.
6215
6216 2003-10-21  Martin Baulig  <martin@ximian.com>
6217
6218         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6219
6220 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
6221
6222         * exception.c (mono_exception_from_name_msg): New helper function for
6223         creating exceptions and initializing their message field.
6224
6225         * exception.c: Simplify functions using the new helper.
6226
6227         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
6228         New function.
6229
6230         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
6231         mono_raise_exception, since otherwise gcc doesn't generate the function
6232         epilog for raise_exception, confusing the stack unwinding in the JIT.
6233         Fixes #45043.
6234
6235         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
6236         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
6237         Fixes #49499.
6238
6239 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6240
6241         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
6242         utf8.
6243
6244 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
6245
6246         * icall.c: Removed GetUninitializedObject method because
6247           AllocateUninitializedClassInstance does the same.
6248
6249 2003-10-18  Martin Baulig  <martin@ximian.com>
6250
6251         * class.c (inflate_generic_signature): Renamed to
6252         mono_class_inflate_generic_signature() and made it public.
6253         (my_mono_class_from_generic_parameter): New static function; if we
6254         don't already have the generic parameter's MonoClass, create a
6255         very simple one which is just used internally in the runtime and
6256         not passed back to managed code.
6257
6258         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
6259
6260         * metadata.h (MonoMethodSignature): Moved the
6261         `MonoGenericParam *gen_params' to the MonoMethodHeader.
6262         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
6263
6264         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
6265         ves_icall_MonoMethod_GetGenericArguments(); this is now an
6266         interncall on the MonoMethod class, not on MethodInfo.
6267         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
6268         calling mono_reflection_bind_generic_method_parameters() directly.
6269
6270         * loader.c (mono_method_get_signature): If this is a MethodSpec;
6271         return the already computed `method->signature'.
6272         (method_from_methodspec): New static function to load a method
6273         from a MethodSpec entry.
6274         (mono_get_method_from_token): Call the new method_from_methodspec()
6275         for MethodSpec tokens.  
6276         (mono_get_method_from_token): If we're a generic method, load the
6277         type parameters.
6278
6279         * reflection.c (mono_image_get_memberref_token): Allow
6280         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
6281         table.
6282         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
6283         (mono_image_create_token): First check whether it's a generic
6284         method (so we'd need to create a MethodSpec), then do the other
6285         two alternatives.
6286         (mono_reflection_bind_generic_method_parameters): Return a
6287         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
6288         called directly from the interncall.
6289
6290 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
6291
6292         * reflection.c (load_public_key): Move loading of the public key
6293         into managed code.
6294
6295         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
6296
6297         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
6298         fields.
6299
6300         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
6301         culture, hash_alg and public_key. Fixes #49555.
6302
6303 2003-10-17  Martin Baulig  <martin@ximian.com>
6304
6305         * class.h (MonoGenericInst): Moved this declaration here and added
6306         `MonoMethod *generic_method'.
6307
6308         * icall.c
6309         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
6310         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
6311
6312         * metadata.c (mono_metadata_type_equal): Two types of
6313         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
6314         index; ie. don't compare the address of the `MonoGenericParam'
6315         structure.
6316         (mono_metadata_load_generic_params): Removed the `MonoMethod
6317         *method' argument.
6318
6319         * metadata.h (MonoGenericInst): Moved declaration to class.h.
6320         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
6321
6322         * reflection.c (method_encode_signature): Encode the number of
6323         generic parameters.
6324         (encode_generic_method_sig): New static function.
6325         (method_encode_methodspec): New static function; creates an entry
6326         in the MethodSpec table for a generic method.
6327         (mono_image_get_methodspec_token): New static function.
6328         (mono_image_create_token): Call mono_image_get_methodspec_token()
6329         for generic methods.
6330         (mono_reflection_bind_generic_method_parameters): New public
6331         function.  Instantiates a generic method.
6332
6333 2003-10-16  Martin Baulig  <martin@ximian.com>
6334
6335         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
6336         *gen_params' here from MonoMethodHeader.
6337
6338         * metadata.c (mono_metadata_parse_method_signature): If we have
6339         generic parameters, initialize `method->gen_params' and then set
6340         the correct `type->data.generic_param' in all the parameters.
6341
6342 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
6343
6344         * threads.c (mono_threads_get_default_stacksize): New function to 
6345         return the default stacksize.
6346
6347         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
6348         termination of the finalizer thread, since the previous method had
6349         race conditions. Fixes #49628.
6350
6351         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
6352         as for the other managed threads.
6353
6354 2003-10-16  Martin Baulig  <martin@ximian.com>
6355
6356         * class.c (inflate_generic_signature): Copy `generic_param_count'
6357         and `gen_params'.
6358
6359         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
6360         New interncall.
6361
6362         * metadata.c (mono_metadata_parse_method_signature): Actually set
6363         the `method->generic_param_count' here.
6364         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
6365
6366 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
6367
6368         * object.h: Add a new field to TypedRef to simplify the implementation
6369         of the REFANY opcodes in the JIT.
6370
6371         * icall.c: Make use of the new field.
6372
6373         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
6374         dynamically.
6375
6376 2003-10-15  Martin Baulig  <martin@ximian.com>
6377
6378         * class.c (mono_class_from_gen_param): Renamed to
6379         mono_class_from_generic_parameter() and moved most of the
6380         functionality from mono_reflection_define_generic_parameter()
6381         here; ie. we create a "real" class here.
6382         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
6383         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
6384         previously been called.
6385
6386         * class.h (MonoGenericParam): Moved the declaration of this struct
6387         here from metadata.h and added `MonoMethod *method'.
6388
6389         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
6390         interncall.
6391
6392         * loader.c (mono_get_method_from_token): If we have any generic
6393         parameters, call mono_metadata_load_generic_params() to read them
6394         from the MONO_TABLE_GENERICPAR.
6395
6396         * metadata.c (mono_metadata_load_generic_params): Added
6397         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
6398
6399         * metadata.h (MonoMethodSignature): Replaced
6400         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
6401         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
6402
6403         * reflection.c (mono_reflection_define_generic_parameter): Moved
6404         most of the functionality into the new
6405         mono_class_from_generic_parameter(); set the `method' field if
6406         we're a method parameter.       
6407
6408 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
6409
6410         * marshal.c (emit_struct_conv): if native size is 0
6411         emit no code.
6412
6413 2003-10-14  Martin Baulig  <martin@ximian.com>
6414
6415         * icall.c: The generics API has changed in the spec since it was
6416         added to System.Type; these modifications make it match the spec
6417         again.
6418         (ves_icall_Type_GetGenericParameters): Renamed to
6419         `ves_icall_Type_GetGenericArguments'.
6420         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
6421         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
6422         `ves_icall_MonoType_get_HasGenericArguments'.
6423         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
6424         `ves_icall_MonoType_get_IsGenericParameter'.
6425         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
6426         this is no interncall anymore.
6427         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
6428         `ves_icall_TypeBuilder_get_IsGenericParameter'.
6429
6430 2003-10-14  Martin Baulig  <martin@ximian.com>
6431
6432         * reflection.c (mono_reflection_bind_generic_parameters): Also
6433         inflate generic methods if we're reading the class from IL.
6434
6435 2003-10-13  Martin Baulig  <martin@ximian.com>
6436
6437         * reflection.c (mono_reflection_define_generic_parameter): This
6438         method isn't called directly from the icall anymore; take a
6439         `MonoReflectionAssemblyBuilder *' so we can use this for type and
6440         method generic parameters.
6441         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
6442         (method_builder_encode_signature): Encode generic parameters.
6443         (mono_image_get_method_info): Write generic params to the
6444         MONO_TABLE_GENERICPARAM table.
6445
6446         * reflection.h (MonoReflectionMethodBuilder): Added
6447         `MonoArray *generic_params'.
6448
6449         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
6450
6451         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
6452         wrapper for mono_reflection_define_generic_parameter().
6453         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
6454
6455 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
6456
6457         * marshal.h: Add missing function to fix build.
6458
6459         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
6460         the SetLastError pinvoke attribute.
6461
6462         * marshal.c (mono_marshal_set_last_error): New helper function called
6463         by the generated code.
6464         
6465         * marshal.c (mono_mb_emit_branch): New helper function.
6466
6467         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
6468
6469         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6470         classes as parameters and return values of delegates. Fixes #29256. 
6471
6472 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
6473
6474         * locales.c: use gint32 in non HAVE_ICU case
6475
6476 2003-10-11  Martin Baulig  <martin@ximian.com>
6477
6478         * mono-debug.c (mono_debug_add_method): Added a workaround for
6479         bug #48591.
6480
6481 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
6482
6483         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
6484         delegates passed to native code must use the STDCALL calling 
6485         convention. Fixes #35987.
6486
6487 2003-10-10  Martin Baulig  <martin@ximian.com>
6488
6489         * class.c (inflate_generic_type): If we're inflating for a generic
6490         type instance (and not for a generic method), return
6491         MONO_TYPE_MVAR unchanged.
6492
6493 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6494
6495         * string-icalls.c: Join ignores null strings in the source array.
6496         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
6497         * threads.c: GetAvailableTheads is slightly more accurate.
6498
6499 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
6500
6501         * threads.h threads.c : add mono_threads_set_default_stacksize
6502         and pass default to CreateThread calls.
6503
6504 2003-10-09  Dick Porter  <dick@ximian.com>
6505
6506         * icall.c:
6507         * locales.h:
6508         * locales.c: Internal calls for constructing CultureInfo and
6509         related objects from libicu (if its available.)
6510
6511 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
6512
6513         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
6514
6515 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6516
6517         * threadpool.c: added an argument to async_invoke_thread that is the
6518         item to process, pass the MonoAsyncResult to the thread start function
6519         when creating a new thread. This way we don't need to acquire any lock
6520         when we're creating a new thread. Readded a semaphore for faster
6521         response times (instead of that Sleep i added).
6522
6523 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
6524
6525         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
6526         get daylight change dates better on Windows, fix handling
6527         of platforms without tm_gmtoff.
6528
6529 2003-10-06  Martin Baulig  <martin@ximian.com>
6530
6531         * class.c (inflate_generic_method): Renamed to
6532         mono_class_inflate_generic_method() and made public.
6533         (mono_class_init): Don't inflate the generic methods here.
6534         (mono_class_from_generic): Added `gboolean inflate_methods'
6535         argument.  Inflate the methods here.
6536
6537         * loader.c (mono_method_get_param_names): Ignore instances of
6538         generic types for the moment.
6539
6540         * reflection.c (fixup_method): Added support for inflated methods.
6541         (mono_image_create_token): Use mono_image_get_methodref_token()
6542         for inflated methods.
6543         (mono_custom_attrs_from_param): Ignore instances of generic types
6544         for the moment.
6545         (mono_reflection_bind_generic_parameters): New public function.
6546         Moved all the functionality from
6547         ves_icall_Type_BindGenericParameters() here and added support for
6548         dynamic types.
6549         (mono_reflection_define_generic_parameter): Initialize
6550         `klass->methods' here.
6551
6552         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
6553         functionality into mono_reflection_define_generic_parameter().
6554         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
6555         TypeBuilder, return that TypeBuilder.
6556
6557 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6558
6559         * appdomain.c: removed mono_delegate_semaphore.
6560
6561         * threadpool.c:
6562         (mono_thread_pool_add): moved hash table creation inside and the thread 
6563         creation outside of the critical region.
6564         (mono_thread_pool_finish): removed obsolete code.
6565         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
6566         continue or exit the thread depending on the queue.
6567
6568 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
6569
6570         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
6571         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
6572         handle more bool marshalling options
6573
6574 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
6575
6576         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
6577         arrays of structs. Also add a more descriptive error message when
6578         a structure member is marshalled as LPArray.
6579
6580 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
6581
6582         * marshal.c (mono_marshal_get_native_wrapper): Add support for
6583         marshalling arrays of complex types. Fixes #29098. Also remove an
6584         usused and incomplete function.
6585
6586 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
6587
6588         * gc.c: report heap_size - free_bytes as total memory allocated
6589         (bug#49362).
6590
6591 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
6592
6593         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
6594         fix timezone handling problems on Windows.
6595         
6596         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
6597         asserts when the year is outside the range handled by ms the functions.
6598
6599         * class.c (setup_interface_offsets): If the class is an interface,
6600         fill out its interface_offsets slot.
6601
6602 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6603
6604         * threadpool.c: mark threadpool threads as background.
6605
6606 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
6607
6608         * decimal.c - define DECINLINE to nothing if not using GCC
6609
6610 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
6611
6612         * assembly.c: More refcount fixes.
6613
6614 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6615
6616         * string-icalls.c: if we're not trimming, return the same string.
6617         When not splitting, don't create a new string.
6618
6619 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6620
6621         * image.c:
6622         (mono_image_open): increment the ref_count inside the critical section.
6623
6624 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
6625
6626         * image.c (mono_image_open): Fix reference counting bug.
6627
6628 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
6629
6630         * marshal.c (mono_marshal_type_size) struct alignment changed for 
6631         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
6632         64bits. Avoid leak in mono_marshal_get_native_wrapper when
6633         mono_lookup_pinvoke_call throws.        
6634
6635 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
6636
6637         * reflection.c (mono_reflection_parse_type): Fix #49114.
6638
6639         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
6640         temporary workaround for cygwin header problem.
6641
6642         * object.c (mono_object_isinst): Synchronize this with the code
6643         generated by the JIT for casts.
6644
6645 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
6646
6647         * reflection.c (encode_type): Fix #38332.
6648
6649 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
6650
6651         * marshal.c (mono_marshal_method_from_wrapper): New function to return
6652         the original method from the wrapper method.
6653
6654 2003-09-25  Martin Baulig  <martin@ximian.com>
6655
6656         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
6657         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
6658         (ves_icall_Type_get_IsGenericInstance): New interncall.
6659
6660 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
6661
6662         * object.c: fix cast warning in big endian code.
6663
6664 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
6665
6666         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
6667         
6668 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6669
6670         * assembly.c: don't call check_env from mono_assembly_load. It's
6671         already done once in mono_assemblies_init and may cause headaches when
6672         multiple threads are loading assemblies.
6673
6674 2003-09-19  Martin Baulig  <martin@ximian.com>
6675
6676         * reflection.c (mono_reflection_define_generic_parameter): Don't
6677         allocate `klass->methods', set `klass->flags' to
6678         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
6679
6680 2003-09-18  Martin Baulig  <martin@ximian.com>
6681
6682         * class.c (mono_class_init): Don't create `class->methods' if it's
6683         already initialized.
6684
6685         * metadata.c (mono_metadata_load_generic_params): Make this
6686         actually work.
6687
6688         * reflection.c (mono_reflection_define_generic_parameter): Set
6689         parent class and interfaces from the constraints.
6690
6691         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
6692         to keep this struct in sync with the declaration in TypeBuilder.cs.
6693
6694 2003-09-17  Martin Baulig  <martin@ximian.com>
6695
6696         * metadata.h (MonoType): Replaced the data's `int type_param'
6697         field with `MonoGenericParam *generic_param'.
6698         (MonoGenericParam): Added `MonoClass *klass'.
6699
6700         * class.c (mono_class_from_gen_param): Removed the
6701         `MonoImage *image' and `int type_num' arguments.
6702
6703         * metadata.c (mono_metadata_parse_generic_param): New static
6704         method; creates a MonoGenericParam which just contains the index.
6705         (do_mono_metadata_parse_type): Call
6706         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
6707         MONO_TYPE_MVAR.
6708
6709         * reflection.c (mono_image_typedef_or_ref): Generic type
6710         parameters may be in the same assembly, but never use a typedef
6711         for them.
6712         (mono_reflection_define_generic_parameter): We're now creating a
6713         "real" class for the type parameter; it's now safe to call
6714         mono_class_from_mono_type() on the class'es type, it'll do the
6715         right thing.
6716
6717 2003-09-16  Martin Baulig  <martin@ximian.com>
6718
6719         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
6720         `symfile->range_entry_size' and `symfile->class_entry_size' here;
6721         the `symfile' data structure must be fully initialized before it
6722         gets added to the table.
6723
6724 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
6725
6726         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
6727
6728         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
6729         class init trampolines.
6730
6731 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
6732
6733         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
6734         to the built-in profiler to turn off time and allocation profiling
6735         respectively.
6736
6737 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
6738
6739         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
6740         g_direct_equal.
6741
6742         * debug-helpers.c (mono_method_full_name): Print the wrapper type
6743         in human readable form.
6744
6745 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
6746
6747         * reflection.c icall.c: Fixed warnings.
6748
6749         * image.c (load_class_names): Use a temporary hash table to hold the
6750         namespaces in order to avoid doing many string comparisons.
6751
6752         * image.h: Fix typo.
6753
6754         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
6755         Pass NULL instead of g_direct_equal to the GHashTable constructor 
6756         since the NULL case is short-circuited inside g_hash_table_lookup, 
6757         leading to better performance.  
6758
6759         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
6760         obtain the first custom attribute for a given index. Depends on the
6761         CustomAttribute table being sorted by the parent field.
6762
6763         * reflection.c (mono_custom_attrs_from_index): Use the new function 
6764         for better performance.
6765
6766 2003-09-07  Martin Baulig  <martin@ximian.com>
6767
6768         * class.c (mono_class_init): If we're a generic instance, inflate
6769         all our methods instead of loading them from the image.
6770         (mono_class_from_generic): Set `class->methods = gklass->methods'.
6771
6772 2003-09-07  Martin Baulig  <martin@ximian.com>
6773
6774         * mono-debug-debugger.c: Added support for constructors.
6775
6776 2003-09-06  Martin Baulig  <martin@ximian.com>
6777
6778         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
6779         New interncall.
6780
6781         * reflection.c (mono_reflection_setup_generic_class): Call
6782         ensure_runtime_vtable() to create the vtable.
6783
6784 2003-09-05  Martin Baulig  <martin@ximian.com>
6785
6786         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
6787         MONO_TYPE_MVAR.
6788
6789 2003-09-04  Martin Baulig  <martin@ximian.com>
6790
6791         * reflection.c (mono_reflection_define_generic_parameter): Generic
6792         parameters start with zero.
6793
6794 2003-09-04  Martin Baulig  <martin@ximian.com>
6795
6796         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6797
6798         * reflection.h (MonoReflectionGenericParam): New typedef.
6799         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
6800         the generic parameters from the managed TypeBuilder.
6801
6802         * reflection.c (mono_reflection_define_generic_parameter): New function.
6803         (mono_reflection_create_runtime_class): Encode generic parameters.
6804         (mono_reflection_setup_generic_class): New function; this is
6805         called after adding adding all generic params to the TypeBuilder.
6806         (encode_type): Added MONO_TYPE_VAR.
6807
6808 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
6809
6810         * class.h class.c (mono_class_needs_cctor_run): Moved this method
6811         here from the JIT.
6812
6813         * assembly.h assembly.c: Moved the AOT loading code into an assembly
6814         load hook.
6815
6816 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
6817
6818         * reflection.h reflection.c class.h class.c: Delete duplicate 
6819         definition of mono_type_get_name () from reflection.c and export the
6820         one in class.c.
6821
6822         * class.c: Class loading fixes from Bernie Solomon 
6823         (bernard@ugsolutions.com).
6824
6825         * reflection.c: Endianness fixes from Bernie Solomon 
6826         (bernard@ugsolutions.com).
6827         
6828 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
6829
6830         * assembly.h assembly.c: Define a file format version for AOT
6831         libraries.
6832         
6833         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
6834
6835         * appdomain.h (MonoJitInfo): New field to determine whenever the
6836         code is domain neutral.
6837         
6838 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
6839
6840         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
6841
6842 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
6843
6844         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
6845         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
6846         Avoid caching the result since strings must be domain specific. Fixes
6847         #48050.
6848
6849 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
6850
6851         * marshal.c (mono_marshal_init): Make this callable multiple times
6852         since it is hard to find a correct place to call it.
6853
6854         * object.c (mono_runtime_class_init): Execute static constructors in
6855         the correct appdomain.
6856
6857         * image.c (build_guid_table): Handle the case when multiple images have
6858         the same GUID.
6859
6860 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6861
6862         * icall.c: added a couple of icalls for System.Web.
6863
6864 2003-08-28  Martin Baulig  <martin@ximian.com>
6865
6866         * icall.c (ves_icall_Type_BindGenericParameters): Use
6867         `klass->generic_inst' instead of `&klass->byval_arg' in the
6868         mono_type_get_object() call.  The returned type must be
6869         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
6870
6871 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
6872
6873         * NOTES: New file.
6874
6875         * object.c (mono_class_proxy_vtable): Make it thread safe.
6876
6877         * pedump.c: Fix warning.
6878
6879         * object.c appdomain.h: Get rid of metadata_section. 
6880         It is no longer needed and it was causing deadlocks with domain->lock.
6881
6882         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
6883
6884 2003-08-26  Martin Baulig  <martin@ximian.com>
6885
6886         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
6887
6888 2003-08-26  Martin Baulig  <martin@ximian.com>
6889
6890         * pedump.c (main): Call mono_metadata_init(),
6891         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
6892         and mono_loader_init().
6893
6894 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
6895
6896         * loader.h: Add missing include to fix build.
6897
6898         * image.h: mono_image_load_references is no more.
6899
6900         * assembly.c: Reworked assembly loading to make it really thread safe.
6901         After these changes, the assembly returned by mono_assembly_open is
6902         fully initialized, i.e. all its references assemblies are loaded.
6903
6904         * assembly.c (mono_image_load_references): Renamed to 
6905         mono_assembly_load_references, and made private, since clients no
6906         longer need to call it.
6907
6908         * class.c: Removed calls to mono_assembly_load_references, since it was
6909         a source of deadlocks.
6910
6911         * loader.h loader.c class.h class.c: Protect data structures using a 
6912         new lock, the loader lock.
6913
6914         * class.c (mono_class_setup_vtable): Create temporary hash tables and
6915         GPtrArrays only when needed.
6916
6917         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
6918         into empty structures by mcs. Fixes pinvoke7.cs.
6919         
6920         * domain.c (mono_init): Call a new initialization function.
6921
6922         * appdomain.c (mono_runtime_init): Call the new initializer function
6923         of the marshal module.
6924
6925         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
6926         inserted into empty structures by mcs. Fixes pinvoke7.cs.
6927
6928         * marshal.h marshal.c: Added locks around the wrapper caches to make
6929         this module thread safe.
6930
6931         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
6932         this argument. Fixes pinvoke1.exe.
6933
6934 2003-08-25  Lluis Sanchez <lluis@ximian.com>
6935
6936         * object.h: Added call_type field to MonoMethodMessage and the corresponding
6937         enumeration of values. Removed fields to store remote call output values in
6938         MonoAsyncResult. Not needed any more.
6939         * object.c: Initialize call_type and async_result fields in mono_message_init.
6940         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
6941         dispatching the message.
6942         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
6943         async call to finish. To do it use a message with EndInvoke call type.
6944
6945 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
6946
6947         * loader.h loader.c (mono_method_hash_marhal_info): New function which
6948         determines whenever a method has marshalling info.
6949
6950 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6951
6952         * assembly.c: fix the build on windows.
6953
6954 2003-08-22 Lluis Sanchez <lluis@ximian.com>
6955
6956         * object.cs: Fixed bug #47785.
6957
6958 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
6959
6960         * string-icalls.c (StringReplace): If their are no occurances of
6961         the old string found return a reference to the supplied
6962         string. This saves some memory and matches MS behavoir.
6963         
6964 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6965
6966         * socket-io.c: fixed compilation for systems that define AF_INET6
6967         and don't define SOL_IP/SOL_IPV6.
6968
6969 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
6970
6971         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
6972         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
6973
6974         * rawbuffer.c rawbuffer.h: Make this module thread safe.
6975
6976         * domain.c: Make this module thread safe.
6977
6978         * domain.c (mono_init): Call new initialization function.
6979
6980         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
6981         reference types too. Fixes #38812.
6982
6983         * image.c (mono_image_init): Fixed warnings.
6984
6985         * class.c (mono_class_from_typeref): Handle assembly load failure
6986         correctly.
6987
6988         * appdomain.c (add_assemblies_to_domain): Handle the case when
6989         the references of an assembly are not yet loaded.
6990
6991         * metadata.c image.c assembly.c: Moved initialization of global
6992         variables to a separate function called at startup since lazy 
6993         initialization of these variables is not thread safe.
6994         
6995         * image.c assembly.c: Made this module thread safe by adding locks in 
6996         the appropriate places.
6997
6998         * domain.c (mono_init): Call the new initialization functions of the
6999         three modules.
7000
7001 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
7002
7003         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
7004           make a direct call. It is proxy's work to make the call asynchronous.
7005           mono_delegate_end_invoke(): If the targe is a proxy, just collect
7006           the return values.
7007         * object.cs: mono_method_call_message_new(): read AsyncResult and
7008           state object from parameters list, if this info is requested.
7009         * object.h: Added fields to store remote call output values in
7010           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
7011
7012 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7013
7014         * object.h: add needed fields to MonoThread.
7015         * threads.c, threads.h: allow registering a function to cleanup data
7016         allocated per thread by the JIT.
7017
7018 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7019
7020         * loader.h: portability fix by Bernie Solomon
7021         * <bernard@ugsolutions.com>.
7022
7023 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
7024
7025         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
7026         return a MonoArray. This simplifies the code and also ensures that
7027         the cache allways contains an object reference as a value.
7028
7029         * icall.c (ves_icall_get_parameter_info): Simplified using the new
7030         function.
7031
7032 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7033
7034         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
7035         fixes a problem with byte ordering when getting the address family for
7036         a socket.
7037
7038 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
7039
7040         * .cvsignore: Added monosn.
7041
7042         * reflection.h reflection.c loader.c: Added support for parameter
7043         marshalling to dynamically created types. Fixes #47295.
7044
7045 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
7046
7047         * rand.c: remove useless warnings.
7048
7049 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7050
7051         * class.c: implemented ldtoken for methods and fieldrefs.
7052
7053 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7054
7055         * threadpool.c: when mono_async_invoke was called, no one took care of
7056         monitoring the queue. So if the method invoked took some time and we
7057         got new async invoke requests after 500 ms (the thread created waited
7058         that long in WaitForSingleObject), the new async invoke was not called
7059         until the previous one finished.
7060
7061         This is fixed now. Thanks to Totte for helping with it.
7062
7063 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7064
7065         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
7066
7067 2003-08-11  Martin Baulig  <martin@ximian.com>
7068
7069         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
7070
7071 2003-08-06  Martin Baulig  <martin@ximian.com>
7072
7073         * mono-debug-debugger.c: Added support for static fields,
7074         properties and methods.
7075
7076 2003-08-06  Martin Baulig  <martin@ximian.com>
7077
7078         * mono-debug-debugger.c: Don't store the MonoString's vtable to
7079         make this work for applications with multiple application domains.
7080
7081 2003-08-04  Martin Baulig  <martin@ximian.com>
7082
7083         * mono-debug-debugger.c: Completely reworked the type support; the
7084         most important thing is that we're now just using one single
7085         `MonoType' instance per type.
7086
7087 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
7088
7089         * mono-endian.h, mono-endian.c, icall.c: Added icall
7090         ves_icall_System_Double_AssertEndianity to assert double word endianity
7091         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
7092
7093 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7094
7095         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
7096         support, icalls and fixes.
7097
7098 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
7099
7100         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
7101         classes that are a punctuation character in .NET is not the same a
7102         g_unichar_ispunct.
7103
7104 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7105
7106         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
7107
7108 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
7109
7110         * icall.c: Add new MemCopy internalcall.
7111         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
7112         Simplified code; It is not necessary to handle all the cases here,
7113         as the C# code takes care of it.  Only handle the case of the name
7114         resource embedded into the assembly.
7115
7116         Changed signature to return the data pointer and the size of the
7117         data. 
7118
7119 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
7120
7121         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
7122         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
7123
7124 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7125
7126         * socket-io.c: ignore EINTR error in select.
7127
7128 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7129
7130         * class.h, class.c: removed unused subclasses field in MonoClass.
7131
7132 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7133
7134         * icall.c: improve fix of get_base_definition(). If the parent class
7135           doesn't have the mehod, look at the parent of the parent.
7136         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
7137           to check if a parameter is an in or out parameter
7138           (PARAM_ATTRIBUTE_IN is not set by default).
7139           mono_method_return_message_restore(): Use mono_class_value_size to
7140           get the size of a value type. mono_type_stack_size (parameterType)
7141           does not return the correct value if parameterType is byRef.
7142           mono_load_remote_field(), mono_load_remote_field_new(),
7143           mono_store_remote_field(), mono_store_remote_field_new():
7144           raise exception if the remote call returns an exception.
7145
7146 2003-07-28  Martin Baulig  <martin@ximian.com>
7147
7148         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
7149         method.  This is a wrapper around mono_runtime_invoke() which
7150         boxes the instance object if neccessary.
7151
7152 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7153
7154         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
7155         metadata.h, row-indexes.h, verify.c: first cut of generics support.
7156
7157 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7158
7159         * icall.c: disable mcs bug workaround.
7160
7161 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
7162
7163         * object.c (mono_runtime_class_init): Take the metadata_section
7164         mutex before obtaining the domain mutex.
7165
7166         * appdomain.h: Added definition of metadata_section mutex here. 
7167
7168         * object.c: define metadata_mutex here.
7169
7170 2003-07-24  Ravi Pratap  <ravi@ximian.com>
7171
7172         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
7173         fixed.
7174
7175 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
7176
7177         * reflection.c: Fix bug #46669
7178
7179 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7180
7181         * exception.c:
7182         * exception.h:
7183         * icall.c:
7184         * object.h: fill in the type name for TypeLoadException.
7185
7186 2003-07-23  Ravi Pratap  <ravi@ximian.com>
7187
7188         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
7189         relationship between TypeBuilders while compiling corlib) and bug
7190         45993 (Array types returned from the runtime while compiling
7191         corlib were from the loaded corlib).
7192
7193 2003-07-22  Martin Baulig  <martin@ximian.com>
7194
7195         * mono-debug-debugger.c: Reworked the type support a bit more;
7196         distinguish between types and classes.
7197
7198 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
7199
7200         * icall.c: add IsArrayImpl icall.
7201
7202 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
7203
7204         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
7205         initializing real_size only once. Also fix bug #46602.
7206
7207 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
7208
7209         * object.c: Renamed mono_metadata_section to metadata_section.
7210
7211 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
7212
7213         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
7214           empty array if the type is an array. Fixed.
7215           ves_icall_MonoMethod_get_base_definition: if the base method
7216           is abstract, get the MethodInfo from the list of methods of
7217           the class.
7218         * reflection.c: ParameterInfo.PositionImpl should be zero-based
7219           and it was 1-based. Fixed in mono_param_get_objects.
7220
7221 2003-07-20  Martin Baulig  <martin@ximian.com>
7222
7223         * mono-debug.h: Set version number to 31.
7224         (mono_debug_init): Added `MonoDomain *' argument.
7225
7226         * mono-debug-debugger.c: Reworked the type support; explicitly
7227         tell the debugger about builtin types; pass the `klass' address to
7228         the debugger.
7229
7230 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
7231
7232         * image.c: Allow new metadata tables to be loaded without a
7233         warning. Also update the warning message to give the new constant value.
7234                 
7235 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
7236
7237         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
7238         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
7239         array type representation changes.
7240
7241 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7242
7243         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
7244         on Environment.Exit () call.
7245
7246 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7247
7248         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
7249         requires a matching corlib.
7250
7251 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7252
7253         * Changelog: My editor decided to add a CR to each line. Sorry about that.
7254           Committed again without the CRs.
7255         
7256 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7257
7258         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
7259           getting it from the "this" socket instance. Did not work
7260           if the socket is a subclass of Socket.
7261           Also fixed bug #35371.
7262
7263 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7264
7265         * metadata.c: fixed size for TypedByRef.
7266         * loader.c: when searching for a method, consider the vararg amrker.
7267         * unicode.c, decimal.c: constify some arrays.
7268
7269 2003-07-15  Dick Porter  <dick@ximian.com>
7270
7271         * socket-io.c: Fixed compilation for gcc < 3.2.
7272
7273         Fixed compilation for machines that don't have AF_INET6 (thanks to
7274         Bernie Solomon <bernard@ugsolutions.com> for that part.)
7275
7276         Fixed compile warnings.
7277         
7278         Fixed formatting and line endings.
7279
7280 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
7281
7282         * socket-io.h:
7283         * socket-io.c: Added IPv6 support.
7284
7285 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
7286
7287         * class.c (mono_class_is_assignable_from): New function to implement
7288         the is_assignable_from logic. Used by mono_object_isinst, 
7289         Type::IsAssignableFrom () and the interpreter.
7290
7291         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
7292         Object, even interfaces.
7293         
7294         * object.c (mono_object_isinst): Implement in terms of 
7295         is_assignable_from.
7296
7297         * icall.c (ves_icall_type_is_assignable_from): New icall.
7298
7299 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
7300
7301         * domain.c (foreach_domain): fix compiler warning.
7302
7303 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
7304
7305         * image.c (load_metadata_ptrs): use g_strndup because strndup is
7306         not available on all plattforms
7307
7308 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
7309
7310         * image.h image.c: Store the metadata version string in MonoImage.
7311         * icall.c: New icall to retrieve the image version.
7312         * reflection.c (create_dynamic_image): Fill in the image version field
7313         * reflection.c (build_compressed_metadata): Use the image version
7314         from the image structure.
7315
7316 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7317
7318         * appdomain.c: modified comment.
7319         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
7320         That will be its last iteration when mono_gc_cleanup is called from
7321         mono_runtime_cleanup and before the domain is unloaded.
7322
7323         Fixes bug #45962.
7324
7325 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
7326
7327         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
7328         attributes.
7329
7330 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7331
7332         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
7333         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
7334         Bernie Solomon <bernard@ugsolutions.com>.
7335
7336 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7337
7338         * object.c, object.h: provide mono_object_new_fast() for faster
7339         allocation in some special cases.
7340
7341 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
7342
7343         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
7344         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
7345
7346 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
7347
7348         * threadpool.c: fix leaks.
7349
7350 2003-07-01  Dick Porter  <dick@ximian.com>
7351
7352         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
7353         using MonoGHashTables.  Fixes threadpool bug posted to list.
7354
7355 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
7356
7357         * image.h, image.c: added support to load an assembly from a byte array.
7358         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
7359         assembly bundle support.
7360
7361 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
7362
7363         * threadpool.c (mono_thread_pool_add): keep a reference to the
7364         AsyncResult to prevent GC
7365
7366 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7367
7368         * class.c: leak fix.
7369
7370 2003-06-25  Dick Porter  <dick@ximian.com>
7371
7372         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
7373         for the async object, the WaitHandle object will close the handle.
7374         Fixes bug 45321.
7375
7376 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7377
7378         * class.c: in mono_array_class_get (), lookup from the hash with the
7379         same type we insert: this works around a bug in
7380         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
7381         lluis. The real fix will have to wait for after the release.
7382
7383 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7384
7385         * icall.c: fix memory leak when getting type members.
7386
7387 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7388
7389         * reflection.c: added more pubtoken special cases.
7390
7391 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
7392
7393         * class.c: handle field offset correctly when class size
7394         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
7395
7396 2003-06-20  Martin Baulig  <martin@ximian.com>
7397
7398         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
7399         *image' field.
7400
7401 2003-06-20  Martin Baulig  <martin@ximian.com>
7402
7403         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
7404
7405 2003-06-20  Martin Baulig  <martin@ximian.com>
7406
7407         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
7408         just distinguish between variables in registers and variables at
7409         an offset relative to a register.
7410
7411 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7412
7413         * icall.c: #ifdef out latest changes until mcs is fixed.
7414
7415 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7416
7417         * icall.c: return members in metadata order.
7418
7419 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7420
7421         * icall.c: avoid infinite loop in GetTimeZoneData.
7422
7423 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
7424
7425         * icall.c: added Marshal.Prelink/All icalls.
7426
7427 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7428
7429         * object.c, object.h: fix warnings and do some overflow checking
7430         when creating arrays.
7431
7432 2003-06-17  Dick Porter  <dick@ximian.com>
7433
7434         * file-io.h:
7435         * file-io.c: File attributes need to be tweaked slightly when
7436         passed from the managed to the w32 world.
7437
7438 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7439         * profiler.h profiler-private.h profiler.c: Rework last patch
7440         based on suggestion by Paolo.
7441         
7442 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7443
7444         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
7445         instruction level coverage data collection.
7446         * profiler.h profiler.c (: Added new callback function which can be
7447         used by the profiler to limit which functions should have coverage
7448         instrumentation.
7449         * profiler.c (mono_profiler_load): Call g_module_build_path to
7450         generate the file name of the profiler library.
7451
7452 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7453
7454         * profiler.c, profiler.h, profiler-private.h: added basic block 
7455         coverage profiling API.
7456
7457 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
7458
7459         * reflection.c (mono_reflection_create_runtime_class): Add support
7460         for events in dynamically generated code.
7461
7462         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
7463         not allocated.
7464
7465 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7466
7467         * icall.c: when getting timezone info, return reasonable values if we
7468         can't get the actual data.
7469
7470 2003-06-14  Dick Porter  <dick@ximian.com>
7471
7472         * threads.c (start_wrapper): Remove the reference to the thread
7473         object in the TLS data, so the thread object can be finalized.
7474         This won't be reached if the thread threw an uncaught exception,
7475         so those thread handles will stay referenced :-( (This is due to
7476         missing support for scanning thread-specific data in the Boehm GC
7477         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
7478
7479 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
7480
7481         * reflection.c: ensure streams and tables are first allocated with
7482         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
7483
7484 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7485
7486         * icall.c: fixed GetElementType for byrefs (bug# 44792).
7487
7488 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
7489
7490         * reflection.c (mono_reflection_create_runtime_class): Add support for
7491         properties to dynamically created classes.
7492         * reflection.c: Fix a few places where non-MonoObjects were inserted
7493         into the tokens hashtable.
7494
7495 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7496
7497         * object.c: some support to handle out of memory exceptions.
7498
7499 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
7500
7501         * marshal.c (mono_marshal_get_native_wrapper): support reference
7502         return types
7503
7504 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7505
7506         * object.h, object.c: more portability stuff from Bernie Solomon.
7507         Unexport mono_object_allocate(). Added mono_object_unbox ().
7508         Set exitcode when an unhandled exception is thrown.
7509
7510 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
7511
7512         * marshal.c (mono_marshal_get_native_wrapper): use custom
7513         marshaler for return types.
7514
7515 2003-06-10  Dick Porter  <dick@ximian.com>
7516
7517         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
7518         ip_mreq is available
7519
7520 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
7521
7522         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
7523         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
7524         by Bernie Solomon <bernard@ugsolutions.com>.
7525
7526 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
7527
7528         * gc.c (mono_gc_init): Avoid error message on shutdown when
7529         GC_DONT_GC=1 is used.
7530
7531         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
7532         New icall to return the GUID of a module.
7533
7534 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7535
7536         * class.c: ensure instance size always includes the parent's size
7537         even whem class size is set explicitly (fixes bug#44294).
7538
7539 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7540
7541         * profiler.h, profiler.c: made the simple profiler thread-safe,
7542         get more accurate timing info. Allow the loading of an
7543         externally-developed profiler module.
7544
7545 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
7546
7547         * marshal.c (mono_marshal_get_native_wrapper): improved
7548         class/byref arguments.
7549         (mono_marshal_get_native_wrapper): better string marshaling support.
7550
7551 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
7552
7553         * class.c: ensure .pack and .size are handled correctly and
7554         simplified layout of static fields.
7555
7556 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
7557
7558         * appdomain.c
7559         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
7560
7561         * loader.c (mono_lookup_pinvoke_call): look for modules in the
7562         current directory (fix bug 44008)
7563
7564 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
7565
7566         * marshal.c (mono_marshal_get_native_wrapper): started support for
7567         custom marshalers.
7568         (mono_delegate_to_ftnptr): consider marshalling specifications
7569
7570 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
7571
7572         * reflection.c, reflection.h: emit custom marshal info.
7573
7574 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7575
7576         * object.c: free the GError.
7577         * icall.c: added CloseEvent_internal.
7578         * threads.[ch]:
7579         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
7580         call.
7581
7582 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
7583
7584         * loader.c (mono_method_get_signature): Add support for dynamic
7585         assemblies.
7586
7587 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
7588
7589         * reflection.c: fixed bug #43905.
7590
7591 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7592
7593         * class.c, domain.c, icall.c, metadata.h, object.h: support for
7594         handling TypedReference and ArgIterator.
7595         * loader.c, loader.h: added function to get signature at call site.
7596
7597 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7598
7599         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
7600         data readonly. Buglets and warning fixes. Some MethodSpec support.
7601
7602 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7603
7604         * class.h, class.c, object.c: remove relative numbering support.
7605
7606 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
7607
7608         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
7609         free the string, until we get a chance to fix Gtk#
7610
7611 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7612
7613         * marshal.c: revert last patch.
7614
7615 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
7616
7617         * icall.c: updates for new mono_class_vtable() not calling
7618         the type constructor anymore.
7619
7620 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
7621
7622         * object.h, object.c: separate vtable creation from type
7623         initialization. Make running the .cctor thread safe.
7624
7625 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
7626
7627         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
7628
7629 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
7630
7631         * loader.c (mono_get_method): consider calling convention
7632
7633 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
7634
7635         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
7636         to return the invisible global type for a module.
7637
7638         * reflection.c (mono_image_build_metadata): Emit global fields too.
7639
7640 2003-05-20  Peter Williams  <peterw@ximian.com>
7641
7642         * loader.c (mono_lookup_internal_call): Add a few newlines.
7643
7644 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
7645
7646         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
7647         literal strings.
7648
7649         * appdomain.c (set_domain_search_path): Recalculate search path when
7650         AppDomainSetup.PrivateBinPath changes.
7651
7652         * object.c (mono_class_compute_gc_descriptor): It turns out some
7653         parts of the class libs (like System.Thread) holds pointers to
7654         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
7655         to treat native int a pointer type here.
7656         
7657 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
7658
7659         * appdomain.h, domain.c: add hashtable for jump target resolution.
7660
7661 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
7662
7663         * reflection.h reflection.c icall.c: Added new icalls 
7664         GetManifestResourceInfoInternal, GetModulesInternal and support
7665         infrastructure.
7666
7667 2003-05-16  Dick Porter  <dick@ximian.com>
7668
7669         * icall.c:
7670         * file-io.h:
7671         * file-io.c: Implement System.IO.MonoIO::GetTempPath
7672
7673 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
7674
7675         * object.c: mono_store_remote_field: little fix to previous patch.
7676
7677 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7678
7679         * class.c: add constructors to array classes.
7680         * icall.c: special case array construction for InternalInvoke (),
7681
7682 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
7683
7684         * class.h class.c reflection.c object.c: Added support for field
7685         defaults in dynamically generated classes.
7686
7687 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
7688
7689         * reflection.c: properly encode charset for ddlimport.
7690
7691 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
7692
7693         * threads.c: allow compiling without GC.
7694
7695 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7696
7697         * appdomain.h, object.c, object.h, threads.c, threads.h: added
7698         handling of thread static data.
7699
7700 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7701
7702         * reflection.h, reflection.c: added mono_custom_attrs_free ().
7703
7704 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
7705
7706         * class.c (mono_array_class_get): always set the serializable flags
7707         (mono_array_class_get): always set the SEALED attribute for array types
7708
7709 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
7710
7711         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
7712         attributes (fix for bug 42021).
7713
7714 2003-05-12  Dick Porter  <dick@ximian.com>
7715
7716         * gc.c: Don't run finalizers when the finalizer thread is
7717         finishing up, because the default domain has already been
7718         destroyed.
7719
7720 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
7721
7722         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
7723         value is null, we should throw an exception.   This is slightly
7724         different than the other conventions used for the constructor.
7725
7726 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7727
7728         * socket-io.c: fixed windows build.
7729
7730 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7731
7732         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
7733
7734 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
7735
7736         * object.c (mono_string_new_wrapper): Compatibility fix for MS
7737         compilers.
7738
7739 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
7740
7741         * class.c (mono_class_layout_fields): Add experimental GC aware
7742         auto layout facility. Requires class library changes to work correctly.
7743
7744         (mono_class_setup_vtable): Avoid overriding explicit interface
7745         method implementations. Fixes iface3.exe test.
7746
7747         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
7748         object reference.
7749         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
7750         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
7751
7752         * metadata.h: Add new type classification macro which determines
7753         whenever the type holds an object reference.
7754
7755 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
7756
7757         * marshal.c (mono_marshal_get_native_wrapper): cleanups
7758
7759 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
7760
7761         * gc.c (finalizer_thread): Work around a GC bug.
7762
7763 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
7764
7765         * marshal.c (emit_struct_conv): allow unions
7766
7767         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
7768
7769 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
7770
7771         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
7772
7773 2003-05-06  Martin Baulig  <martin@ximian.com>
7774
7775         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
7776
7777 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7778
7779         * socket-io.c:
7780         (Select_internal): allow NULLs, don't create arrays if not needed.
7781         Coupled with Socket.cs changes.
7782
7783         * threadpool.c:
7784         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
7785         register a finalizer for it that will close the semaphore handle. This
7786         fixes the leak and make Lupus' test run with > 4080 loops.
7787
7788 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
7789
7790         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
7791         Jerome Laban (bug #42287)
7792
7793 2003-05-02  Martin Baulig  <martin@ximian.com>
7794
7795         * debug-mono-symfile.h
7796         (MonoSymbolFile): Moved declaration into mono-debug.h.
7797         (MonoDebugMethodJitInfo): Likewise.
7798         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
7799         argument.
7800         (_mono_debug_address_from_il_offset): Take a
7801         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
7802
7803         * mono-debug.h
7804         (MonoDebugDomainData): New struct.
7805         (mono_debug_get_domain_data): New function.
7806         (mono_debug_add_method): Take an additional `MonoDomain *'
7807         argument.
7808         (mono_debug_source_location_from_address): Likewise.
7809         (mono_debug_il_offset_from_address): Likewise.
7810         (mono_debug_address_from_il_offset): Likewise.
7811
7812 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
7813
7814         * reflection.c: one more check for null type in custom attrs.
7815
7816 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7817
7818         * reflection.c: avoid warning (comparison is always false due to limited
7819         range of data type).
7820
7821 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7822
7823         * icall.c: throw an exception in Type.GetField if the argument 'name'
7824         is NULL.
7825
7826 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
7827
7828         * reflection.c: fixed handling of enums in named arguments to custom
7829         attributes (bug #42123).
7830
7831 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
7832
7833         * reflection.c: use the right array element type and handle
7834         a null for a Type argument, too.
7835
7836 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
7837
7838         * reflection.c: handle arrays as arguments to custom attributes.
7839
7840 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7841
7842         * reflection.c: handle a string value in a custom attr
7843         ctor that takes an object.
7844
7845 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
7846
7847         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
7848         (fix bug #42063)
7849
7850 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
7851
7852         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
7853
7854 2003-04-27  Martin Baulig  <martin@ximian.com>
7855
7856         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
7857         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
7858         MONO_DEBUGGER_EVENT_BREAKPOINT.
7859         (mono_breakpoint_trampoline_code): Removed.
7860         (mono_debugger_event_handler): The last argument is now a
7861         `guint32'.
7862         (mono_debugger_insert_breakpoint_full): Removed the
7863         `use_trampoline' argument.
7864         (mono_debugger_method_has_breakpoint): Likewise.
7865         (mono_debugger_trampoline_breakpoint_callback): Renamed to
7866         mono_debugger_breakpoint_callback(); take the method and
7867         breakpoint number as arguments.
7868
7869 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
7870
7871         * metadata.c: fix off by one when loading parameters attributes.
7872
7873 2003-04-24  Martin Baulig  <martin@ximian.com>
7874
7875         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
7876
7877 2003-04-24  Martin Baulig  <martin@ximian.com>
7878
7879         * mono-debug-debugger.c: Moved all code which interacts with the
7880         Mono Debugger here.
7881
7882         * debug-mono-symfile.c: This code now just deals with the symbol
7883         file itself, the debugger code is now in mono-debug-debugger.c.
7884
7885 2003-04-23  Martin Baulig  <martin@ximian.com>
7886
7887         * mono-debug.c (mono_debug_source_location_from_il_offset):
7888         New method; like mono_debug_source_location_from_address(), but
7889         takes an IL offset instead of a machine address.
7890
7891 2003-04-23  Martin Baulig  <martin@ximian.com>
7892
7893         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
7894         `line' field; this is now computed by the debugger.
7895
7896 2003-04-23  Martin Baulig  <martin@ximian.com>
7897
7898         * mono-debug.[ch]: New files.  This is the new debugging interface.
7899
7900         * mono-debug-debugger.[ch]: New files.  Moved all code which
7901         interacts with the Mono Debugger here.
7902
7903 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
7904
7905         * domain.c (mono_init): initialize mono_defaults.monitor_class
7906
7907 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
7908
7909         * reflection.c (method_encode_code): Add a spicy exception to help
7910         future compiler authors.
7911
7912 2003-04-21  Martin Baulig  <martin@ximian.com>
7913
7914         * icall.c
7915         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
7916         Make this work with relative pathnames; g_filename_to_uri() needs
7917         an absolute filename.
7918
7919 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
7920
7921         * icall.c: Track name changes in Object and ValueType.
7922
7923 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
7924
7925         * metadata.c (mono_type_stack_size): size should be a multiple of
7926         sizeof (gpointer)
7927
7928 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7929
7930         * gc.c:
7931         (internal_domain_finalize): moved into mono_domain_finalize. No need
7932         to create another thread because the finalizers will be run in the
7933         finalizer thread.
7934         
7935         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
7936         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
7937         to be run (MS does this too).
7938
7939 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
7940
7941         * object.c (mono_class_compute_gc_descriptor): Update comment.
7942
7943         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
7944
7945         * image.h: Add synchronized wrapper cache.
7946
7947         * image.c (do_mono_image_open): Initialize cache.
7948
7949         * reflection.c (create_dynamic_mono_image): Initialize cache.
7950
7951 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7952
7953         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
7954         ves_icall_System_Buffer_ByteLengthInternal.
7955
7956 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7957
7958         * reflection.c: setup klass->nested_in earlier. Allow
7959         a dash in the assembly name.
7960
7961 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
7962
7963         * metadata.c (mono_type_to_unmanaged): dont access
7964         type->data.klass for MONO_TYPE_OBJECT
7965         (mono_type_to_unmanaged): consider System.Delegate class
7966
7967 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
7968
7969         * class.c: just setup supertypes in the proper place instead of
7970         initializing the full element class for arrays.
7971
7972 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7973
7974         * class.c: ensure the element class of arrays is initialized.
7975         Setup the supertype info for array classes, too.
7976
7977 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
7978
7979         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
7980
7981 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7982
7983         * Makefile.am: re-added -m option when running cygpath. This way,
7984         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
7985         separator.
7986         * mono-config.c: same codepath for locating mono config file for WIN32
7987         and the rest.
7988         * assembly.c: if mono_assembly_setrootdir is called, don't override
7989         the value set.
7990
7991 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7992
7993         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
7994         MONO_ASSEMBLIES variable.
7995
7996 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
7997
7998         * icall.c: added Assembly::GetNamespaces() icall.
7999
8000 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8001
8002         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
8003
8004 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
8005
8006         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
8007         * object.c: fixed bug in the construction of vtable for proxies
8008
8009 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
8010
8011         * object.c (mono_array_new): Mark mono_array_new as an icall.
8012
8013 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8014
8015         * class.c: fixed test for public method when overriding interfaces.
8016         Closes bug #40970.
8017
8018 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
8019
8020         * appdomain.h, domain.c: added mono_domain_foreach() to
8021         be able to access the currently loaded appdomains.
8022         * object.c: make string interning work across sppdomains.
8023         Mark some functions for use as icalls.
8024
8025 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
8026
8027         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
8028
8029         * reflection.h reflection.c: Allocate long living data using 
8030         GC_MALLOC_ATOMIC so the collector does not need to scan it.
8031
8032         * reflection.c: Double the allocation size in streams instead of
8033         increasing it, to prevent unneccesary copying on large assemblies.
8034         
8035         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
8036         creation if the assembly does not have the Run flag set.
8037
8038 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8039
8040         * class.h: avoid the C++ keywords in header files (Jerome Laban
8041         spotted and fixed this).
8042
8043 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8044
8045         * object.c:
8046         (mono_unhandled_exception): fill in the arguments for the
8047         UnhandledException event. Only trigger that event for the default
8048         domain (as MS does).
8049
8050 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
8051
8052         * object.c: Improve typed allocation stuff based on suggestions from
8053         Paolo. Also turn it on if the GC library supports it.
8054
8055 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8056
8057         * object.c object.h class.h: Added experimental typed allocation
8058         facility using the interfaces in gc_gcj.h.
8059
8060         * os/gc_wrapper.h: Added new include files.
8061         
8062 2003-04-03  Martin Baulig  <martin@ximian.com>
8063
8064         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
8065         which is not yet enabled by default.
8066
8067         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
8068         functions.
8069         (mono_gc_lock, mono_gc_unlock): New static functions.
8070
8071         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
8072         functions; stop/start the world for the garbage collector.  This
8073         is using the windows API; we need to complete the SuspendThread()/
8074         ResumeThread() implementation in the io-layer to make this work on Unix.
8075         (mono_gc_push_all_stacks): New public function; tells the garbage
8076         collector about the stack pointers from all managed threads.
8077
8078 2003-04-03  Martin Baulig  <martin@ximian.com>
8079
8080         * object.h (MonoThread): Added `gpointer stack_ptr'.
8081
8082         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
8083
8084 2003-04-03  Martin Baulig  <martin@ximian.com>
8085
8086         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
8087
8088 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8089
8090         * reflection.c (typebuilder_setup_fields): Initialize field.first and
8091         field.last.
8092
8093 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
8094
8095         * loader.c (mono_lookup_internal_call): Report the corlib that is
8096         out of sync.
8097
8098 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
8099
8100         * icall.c (ves_icall_type_GetTypeCode): fixed check for
8101         System.DBNull (it's class not valuetype).
8102
8103 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8104
8105         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
8106         if the array method was already assigned a token (fixes bug#40646).
8107
8108 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
8109
8110         * reflection.c (mono_reflection_get_type): Attempt type resolve even
8111         if no assembly is given.
8112
8113 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
8114
8115         * metadata.h: Added the new tables.
8116
8117         * row-indexes.h: Added definitions for new tables.
8118
8119         * metadata.c: Add schemas for new tables, and add support for
8120         computing the sizes of them.
8121
8122         * class.c: Update for handling the new type cases.
8123
8124 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
8125
8126         * metadata.h (MONO_TYPE_IS_VOID): new macro
8127
8128 2003-03-31  Martin Baulig  <martin@ximian.com>
8129
8130         * threads.h (MonoThreadCallbacks): Added `thread_created'.
8131
8132         * threads.c (mono_thread_new_init): Call `thread_created' in the
8133         mono_thread_callbacks.
8134
8135 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
8136
8137         * loader.h: added marshalbyrefobject_class to mono_defaults
8138         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
8139         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
8140           generation of output parameters.
8141           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
8142         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
8143           contextbound and the target object belongs to the context of the caller.
8144         * object.h: added context and unwrapped_server variables in MonoRealProxy.
8145         * object.c: Implemented support for interfaces and abstract classes
8146           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
8147           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
8148
8149 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
8150
8151         * class.h class.c (mono_class_is_subclass_of): New function.
8152         
8153         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
8154         routines for most common case (calls from ArrayList::ToArray).
8155
8156         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
8157         routine so programs which call Environment::Exit() can be profiled.
8158
8159         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
8160         Added MONO_ARCH_SAVE_REGS.
8161
8162         * icall.c (ves_icall_type_is_subtype_of): Use new function.
8163
8164 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
8165
8166         * blob.h: Add a couple of new MonoType types definitions.
8167
8168         * tabledefs.h: Add a couple of new call convs.
8169
8170 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
8171
8172         * reflection.h (MonoReflectionDynamicAssembly): track changes in
8173         the layout of the class.
8174
8175         * reflection.c (alloc_table): double the size on overflow to avoid
8176         unnecessary copying.
8177
8178         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
8179         avoid filling out metadata tables and blobs. Also set mb->ilgen to
8180         null so it can be garbage collected.
8181         
8182 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
8183
8184         * reflection.c (mono_reflection_get_type): Return the resolved type
8185         only if it is in the assembly we searched.
8186
8187         * reflection.c (ensure_runtime_vtable): Initialize method slots.
8188
8189         * class.c (mono_class_setup_vtable): Set the slot of the overriding
8190         method.
8191
8192 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8193
8194         * appdomain.c:
8195         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
8196         the right one is 'file:///blah', but MS allows it.
8197         * assembly.c:
8198         (mono_assembly_open): allow 'file://blah'
8199
8200         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
8201
8202 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
8203
8204         * socket-io.c: fixes bug #40310.
8205
8206 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
8207
8208         * reflection.c (mono_reflection_parse_type): handle deeply nested
8209         types correctly.
8210
8211         * reflection.c (mono_image_create_token): Use unique token values
8212         since they will be put into a hash table.
8213
8214         * class.c (mono_class_setup_vtable): If a method occurs in more than
8215         one place in the vtable, and it gets overriden, then change the
8216         other occurances too.
8217
8218         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
8219         object as return type.
8220
8221 2003-03-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8222
8223         * icall.c: Deleted "ToString" implementation for double and float
8224         because they are full implemented in managed code.
8225
8226 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8227
8228         * reflection.c, reflection.h: implemented and exported functions
8229         to retrieve info about custom attributes.
8230
8231 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8232
8233         * appdomain.c: moved Uri handling to assembly.c
8234         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
8235         work when using a file Uri in *nix and windows.
8236
8237         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
8238         GetReferencedAssemblies.
8239
8240 2003-03-18  Dick Porter  <dick@ximian.com>
8241
8242         * icall.c: Rename a couple of internal calls
8243
8244         * threads.c: Set the thread state to Stopped when a thread exits.
8245         Fixes bug 39377.
8246
8247 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
8248
8249         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
8250         New icall.
8251
8252         * object.c (mono_class_vtable): fix warning.
8253
8254 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
8255
8256         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
8257
8258         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
8259         memory.
8260         (method_encode_clauses): Create exception info structures in the right
8261         order.
8262         (mono_reflection_setup_internal_class): Initialize supertypes field.
8263
8264         * class.c object.c: Handle interfaces which implement other interfaces 
8265         correctly.
8266
8267         * class.h class.c: Move the supertypes array initialization code into 
8268         a separate function so it can be used for dynamic types too. Also call
8269         it earlier, in mono_class_init(), since it can be used before the
8270         type is initialized.
8271
8272 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8273
8274         * Makefile.am:
8275         * assembly.c:
8276         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
8277
8278         * appdomain.c:
8279         * appdomain.h:
8280         * marshal.c:
8281         * object.c: remove warnings.
8282
8283 2003-03-13  Martin Baulig  <martin@ximian.com>
8284
8285         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
8286         (MonoDebugLexicalBlockEntry): New types.
8287
8288         * debug-mono-symfile.c
8289         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
8290
8291 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8292
8293         * process.c: ret can be any non-zero value accroding to MS doc.
8294
8295 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
8296
8297         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
8298         fixing a warning for a miss-used prototype, would have cause
8299         random memory corruption.
8300
8301 2003-03-07  Martin Baulig  <martin@ximian.com>
8302
8303         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
8304         getting really annoying ....
8305
8306 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
8307
8308         * reflection.c (fixup_method): added support for array methods.
8309
8310 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
8311
8312         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
8313         (pointed out by Michael Adams).
8314
8315 2003-03-04  Dick Porter  <dick@ximian.com>
8316
8317         * icall.c: Temporarily reverted the Double and Single ToString()
8318         change, because it broke nunit.
8319
8320 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
8321
8322         * object.h, threads.h: make include files compatible with C++
8323         (patch by Jerome Laban <jlaban@wanadoo.fr>).
8324
8325 2003-03-04  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8326
8327         * icall.c: Erased ToString helper functions for Double and Single.
8328         Now, that implementations ar all in managed code (Double and Single
8329         Formatters).
8330
8331 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
8332
8333         * appdomain.c: Added method for initializing the default context of
8334         a domain. Added internal call for getting the default context.
8335         * appdomain.h: Added context variable in MonoDomain struct.
8336         * domain.c: mono_domain_set also sets the default context of the domain
8337         * icall.c: Mapped internal method InternalGetDefaultContext.
8338         * object.c: mono_object_get_virtual_method returns always a remoting
8339         wrapper if the object is a transparent proxy.
8340         mono_runtime_invoke_array: when creating an object by calling the
8341         constructor, if the created object is a proxy, then the constructor should
8342         be called using the a remoting wrapper.
8343
8344 2003-03-03  Dick Porter  <dick@ximian.com>
8345
8346         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
8347         variable so it compiles on solaris.  Problem spotted by
8348         Christopher Taylor <ct@cs.clemson.edu>
8349
8350 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8351
8352         * appdomain.c:
8353         (get_info_from_assembly_name): don't leak value.
8354
8355         * icall.c:
8356         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
8357         result.
8358
8359 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
8360
8361         * assembly.c: export mono_image_load_references ().
8362         * class.c: handle function pointers. mono_class_from_name() now
8363         supports nested type names directly.
8364
8365 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
8366
8367         * reflection.h reflection.c: Encode already created dynamic methods 
8368         and fields correctly as a DEF instead of a REF.
8369
8370         * reflection.c: Get rid of the force_ref argument to 
8371         mono_image_typedef_or_ref since it was wrong in the first place.
8372
8373         * string-icalls.c: add error checking to string constructors according
8374         to the MSDN docs.
8375
8376         * reflection.c: Emit types in the order their TypeBuilders were 
8377         created. Previously, a new table index was assigned to each type before
8378         the tables were emitted. This was wrong because the signature blob
8379         might already refer to a type by its original table index.
8380
8381 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
8382
8383         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
8384         change.
8385         
8386 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8387
8388         * Makefile.am: make assemblies dir have \ instead of / on windows.
8389
8390 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
8391
8392         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
8393         iterate over the NESTEDCLASS table using a linear search since the
8394         table is not guaranteed to be sorted by the secondary key.
8395
8396         * class.c (mono_class_create_from_typedef): fixed up call to
8397         mono_metadata_nesting_typedef.
8398         
8399 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
8400
8401         * marshal.c (mono_string_to_byvalstr): clear the memory as
8402         suggested by Jerome Laban <jlaban@wanadoo.fr>
8403
8404 2003-02-26  Dick Porter  <dick@ximian.com>
8405
8406         * process.c: Cope with padding in .rsrc blocks
8407
8408 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8409
8410         * metadata.h: reverted the filter_len change, it breaks reflection
8411         
8412 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8413
8414         * metadata.h: added a new field to store the filter_len
8415         
8416
8417 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
8418
8419         * reflection.c: handle custom attributes for types and members
8420         created with Reflection.Emit (bug#38422).
8421
8422 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
8423
8424         * reflection.c: define RTSpecialName automatically for constructors for
8425         compatibility with MS.NET.
8426
8427         * reflection.c (mono_reflection_create_runtime_class): initialize
8428         nested_in field of dynamically created classes.
8429
8430 2003-02-22  Martin Baulig  <martin@ximian.com>
8431
8432         * debug-mono-symfile.h: Incremented version number.
8433
8434 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8435
8436         * object.h icall.c process.c: fix warnings.
8437
8438 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8439
8440         * appdomain.h appdomain.c:
8441         (mono_domain_try_type_resolve): split the 
8442         name_or_tb argument into a name and a tb argument.
8443         (mono_domain_has_type_resolve): new function to check whenever the
8444         application has registered a TypeResolve event handler.
8445         
8446         * icall.c reflection.h reflection.c: move the type resolve logic into
8447         mono_reflection_get_type () so it will be invoked when 
8448         Assembly::GetType () is called.
8449
8450         * reflection.c:
8451         (mono_reflection_get_type): renamed to get_type_internal.
8452         (mono_reflection_get_type): fixed type name generation so it works 
8453         for nested types too.
8454         (mono_reflection_get_type): call has_type_resolve () to avoid the 
8455         costly type name generation if there is no resolve event handler.
8456
8457 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8458
8459         * class.c, image.c: load exported types from file references.
8460
8461 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
8462
8463         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
8464           used to cache the managed methods used to create proxies and make 
8465           remote invocation of methods.
8466         * class.h: Added in MonoVTable a flag to indicate that a class needs 
8467           to be remotely created.
8468         * object.c: Modified the method mono_class_vtable(). It now initializes 
8469           the remote flag of the vtable. Modified mono_object_new_specific(), 
8470           so now it checks the remote flag.
8471         * icall.c: Added a couple of internal methods, one for enabling instance 
8472           creation interception for a type, and one for creating objects bypassing
8473           the remote check.
8474
8475 2003-02-18  Martin Baulig  <martin@ximian.com>
8476
8477         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
8478         New interncall to get a method's metadata token.
8479
8480         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
8481         New interncall for the debugger.
8482
8483 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
8484
8485         * class.c (mono_class_setup_vtable): allocate supertype array
8486
8487 2003-02-18  Martin Baulig  <martin@ximian.com>
8488
8489         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
8490
8491 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8492
8493         * reflection.c:
8494         (assembly_name_to_aname): jump over unknown properties (i've found
8495         something like: 'type, assembly, version=xxx, custom=null, public...',
8496         so now will ignore custom=null and still get the rest of the values).
8497
8498 2003-02-17  Dick Porter  <dick@ximian.com>
8499
8500         * threads.c: Have Thread.Start() wait for a semaphore to signal
8501         that the thread has set up all its local data.  This fixes bug
8502         34323, where Abort() raced the new thread's TLS data.
8503
8504         Also removes the handle_store() call from start_wrapper, because
8505         threads are now always created suspended and there is no longer a
8506         race between the parent and child threads to store the info.
8507
8508 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
8509
8510         * image.c: explain the #- heap issue in a message, hopefully
8511         avoiding FAQs on mono-list.
8512
8513 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8514
8515         * icall.c:
8516         (GetEntryAssembly): if the domain has not invoked
8517         AppDomain.ExecuteAssembly yet, return the assembly of the default
8518         AppDomain.
8519
8520 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
8521
8522         * class.c (mono_ldtoken): make it work in dynamic assemblies.
8523
8524 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
8525
8526         * metadata.c, reflection.c: simple speedup to type hash
8527         and equals code.
8528
8529 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
8530
8531         * image.c, image.h, class.c, assembly.c: move module loading
8532         to MonoImage. When loading metadata, consider alignemnet from
8533         the start of metadata, not from the metadata address in memory.
8534
8535 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
8536
8537         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
8538         AssemblyBuilder objects. Factored out custom attribute creation into
8539         a separate function.
8540         (create_custom_attr): new function to create custom attributes.
8541
8542 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
8543
8544         * Makefile.am: Got tired of typing the full pathname to pedump.
8545         Until there is another option, am installing this.
8546
8547 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
8548
8549         * class.c (class_compute_field_layout): always set field->parent 
8550         (mono_ldtoken): use mono_defaults.fieldhandle_class;
8551
8552 2003-02-11  Dick Porter  <dick@ximian.com>
8553
8554         * threads-types.h:
8555         * monitor.c: Rewrote Monitor, making lock much faster and
8556         Pulse/Wait work as specified.  Also uses much fewer handles, and only
8557         creates them as needed.
8558
8559         * exception.c: Added SynchronizationLockException
8560
8561         * threads.c: Deleted old Monitor implementation.  The new one is
8562         in a new file.
8563
8564 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
8565
8566         * class.c: handled TypedReference type code. Set the correct size for
8567         class data. Setup interface_offsets for interface classes, too.
8568
8569 2003-02-09  Martin Baulig  <martin@ximian.com>
8570
8571         * debug-mono-symfile.h: Reflect latest symbol writer changes.
8572
8573 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
8574
8575         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
8576         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
8577         * object.c: fixed mono_object_get_virtual_method () for interfaces.
8578         * verify.c: check for code that runs after the end of the method.
8579
8580 2003-02-08  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8581
8582         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
8583         "System.Math::Round2".
8584         * sysmath.h: Added Floor, Round and Round2 definitions.
8585         * sysmath.c: Modified certain functions that were not 100% compliant
8586         with MS.NET (math precision) and added the implementation of Floor,
8587         Round and Round2.
8588
8589 2003-02-07  Martin Baulig  <martin@ximian.com>
8590
8591         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
8592
8593 2003-02-07  Martin Baulig  <martin@ximian.com>
8594
8595         * debug-mono-symfile.c: Reflected latest symwriter changes.
8596         (mono_debug_create_mono_symbol_file): Removed.
8597         (mono_debug_open_mono_symbol_file): Take an argument which
8598         specifies whether to create a dynamic symbol file.
8599
8600 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
8601
8602         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
8603
8604 2003-02-05  Martin Baulig  <martin@ximian.com>
8605
8606         * reflection.c (mono_image_build_metadata): Make this public,
8607         protect it against being called multiple times, don't create
8608         resources and don't build the compressed metadata here.
8609         (mono_image_create_pefile): Do this here.
8610
8611         * icall.c
8612         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
8613
8614 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8615
8616         * socket-io.c: fixed bug #36322.
8617
8618 2003-02-06  Piers Haken <piersh@friskit.com>
8619
8620         * appdomain.[ch]:
8621         * class.h:
8622         * debug-mono-symfile.c:
8623         * icall.c:
8624         * loader.c:
8625         * mono-config.c:
8626         * monosn.c:
8627         * reflection.c:
8628         * socket-io.c: warning cleanups
8629
8630 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
8631
8632         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
8633         function. works like remoting invoke, but does a check for the Proxy first.
8634
8635 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
8636
8637         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
8638
8639 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
8640
8641         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
8642         array of pointers.
8643         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
8644         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
8645
8646         * object.c (mono_store_remote_field_new): used by the new jit
8647         instead of mono_store_remote_field
8648         (mono_load_remote_field_new): used by the new jit
8649         instead of mono_load_remote_field
8650
8651 2003-02-05  Patrik Torstensson
8652
8653         * appdomain.c: changed unload to take the domain id instead
8654         of domain
8655         
8656         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
8657
8658
8659 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8660
8661         * appdomain.c: don't look for assemblies in ApplicationBase if
8662         PrivateBinPathProbe is set.
8663
8664 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8665
8666         * object.c: make the first argument in main_args contain the absolute
8667         path to the assembly. Fixes bug #37511.
8668
8669 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8670
8671         * icall.c: get correct UTC offset for countries not using daylight
8672         time saving. Fixes bug #30030.
8673
8674 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8675
8676         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
8677         and 1 are the family).
8678
8679 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
8680
8681         * icall.c (ves_icall_InternalExecute): removed wrong assertion
8682
8683         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
8684
8685 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
8686
8687         * reflection.c: added support for SignatureHelper tokens, which is
8688         needed by the Calli opcode.
8689
8690         * reflection.h: track changes to SignatureHelper class.
8691
8692         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
8693
8694 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8695
8696         * appdomain.c: fixed loading assemblies from PrivateBinPath.
8697
8698 2003-02-03  Patrik Torstensson
8699         * appdomain.[c|h], domain.c : 
8700          - Added support for getting a domain via domain id
8701          - Support for setting and getting domain from System.AppDomain 
8702            (used in cross appdomain channel)
8703          - Added support for get/set for a MonoAppContext on a thread 
8704            (Context class in System.Runtime.Remoting.Contexts),
8705          - Removed hack in Get/SetData and ExecuteAssembly.
8706         
8707         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
8708         the managed world to get control when a proxy is created.
8709
8710         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
8711         
8712 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
8713
8714         * icall.c
8715         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
8716         Populate the codebase field as well.
8717
8718 2003-02-02  Martin Baulig  <martin@ximian.com>
8719
8720         * debug-mono-symfile.c
8721         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
8722         (mono_debug_symfile_add_method): Allow interncalls.
8723
8724 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8725
8726         * icall.c: throw parse exception if strtod fails or the string is empty.
8727
8728 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
8729
8730         * marshal.c: handle object type separately from defined
8731         class types.
8732
8733 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
8734
8735         * marshal.c: handle NATIVE_LPSTR for strings when it's
8736         explicitly specified.
8737
8738 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
8739
8740         * reflection.c, reflection.h, icall.c: setup the reflection
8741         handle cache for ModuleBuilders and AssemblyBuilders.
8742
8743 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
8744
8745         * reflection.c (reflection_methodbuilder_to_mono_method): set
8746         pinvoke flag
8747
8748 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8749
8750         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
8751
8752 2003-01-29  Dick Porter  <dick@ximian.com>
8753
8754         * threads.c: No need for the fake_thread kludge now that Thread
8755         doesn't run a class constructor
8756         
8757 2003-01-29  Dick Porter  <dick@ximian.com>
8758
8759         * threads.c: Use g_direct_hash instead of the rather bogus
8760         g_int_hash
8761
8762 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
8763
8764         * marshal.c (mono_marshal_get_native_wrapper): add check for null
8765         (fix pinvoke12.exe)
8766         (mono_marshal_get_struct_to_ptr): generate valid IL code
8767         (mono_marshal_get_ptr_to_struct): generate valid IL code
8768         (*): correctly set sig->pinvoke, we need to memdup the signature
8769         to do that
8770
8771 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8772
8773         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
8774         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
8775
8776 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
8777
8778         * profiler.c: provide more callers information.
8779
8780 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
8781
8782         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
8783
8784         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
8785
8786         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
8787
8788 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8789
8790         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
8791         exception instead of going into an infinite loop on dates which it 
8792         can't yet handle.
8793
8794         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
8795         out-of-range exception if needed.
8796
8797         * class.c (mono_class_setup_vtable): allow a virtual method to provide
8798         an implementation for an interface method and to override an inherited
8799         method at the same time. 
8800         Imagine a scenario when a virtual method is used to override a
8801         virtual abstract method in a parent class, and this same method 
8802         provides an implementation for an method inherited from an interface. 
8803         In this case, the interface resolution code will set im->slot, which 
8804         means that the virtual method override pass will skip this method 
8805         which means a pointer to the abstract method inherited from the parent
8806         will remain in the vtable of this non-abstract class.
8807
8808         * class.c: (mono_class_setup_vtable): continue search for a real 
8809         method if only an abstract method is found.     
8810
8811 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
8812
8813         * reflection.c: add size to encoding for ByValStr and ByValArray
8814         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
8815
8816 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8817
8818         * class.c (mono_class_setup_vtable): pass the override info as an
8819         argument.
8820
8821         * class.c (mono_class_setup_vtable): set the slot of overriding methods
8822         correctly.
8823         
8824         * reflection.c (ensure_runtime_vtable); add support for method 
8825         overrides.
8826         
8827 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8828
8829         * reflection.c (resolution_scope_from_image): Hack to work to work with
8830         dynamic assemblies.
8831
8832         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
8833         added a 'force_ref' argument to force this function to allways return 
8834         a TypeRef. This is needed by mono_image_get_memberref_token ().
8835         
8836 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8837
8838         * reflection.c (mono_image_get_type_info): interfaces really don't have
8839         a parent.
8840
8841         * reflection.c (mono_image_basic_init): fill out missing fields of
8842         image structure.
8843
8844         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
8845         dynamic assemblies. This is required so dynamic assemblies show up in
8846         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
8847         Type::GetType() etc. This is consistent with MS behaviour.
8848
8849         * image.c image.h reflection.c: add newly created classes to the name 
8850         cache so mono_class_get () will find them.      
8851
8852 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8853
8854         First part of changes to get IKVM.NET running under mono.
8855         
8856         * appdomain.h, appdomain.c: added new function 
8857         mono_domain_try_type_resolve() which will emit TypeResolve events. 
8858         This function will call AppDomain::DoTypeResolve to do the actual work.
8859
8860         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
8861         moved existing code dealing with dynamic tokens to a new function 
8862         called mono_reflection_lookup_dynamic_token (). This function will 
8863         raise TypeResolve events when appropriate. Since reflection.c is not 
8864         part of libmetadata, a new hook function called 
8865         mono_lookup_dynamic_token() is added to class.c which will call this.
8866
8867         * assembly.h assembly.c: make the invoke_load_hook function public,
8868         so it can be called for dynamic assemblies.
8869
8870         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
8871
8872         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
8873         type isn't found.
8874
8875         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
8876         MonoGHashTable, since it contains pointers to objects which the GC 
8877         needs to track.
8878
8879         * assembly.c (search_loaded): remove unused variable.
8880         
8881 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
8882
8883         * object.c: fixed issue exposed by gcc-generated IL programs
8884         that use RVA data for pointers.
8885
8886 2003-01-25  Martin Baulig  <martin@ximian.com>
8887
8888         * threads.c (start_wrapper): Moved the initialization of
8889         `start_func' above the mono_new_thread_init() call to which we
8890         pass it as argument.
8891
8892 2003-01-24  Martin Baulig  <martin@ximian.com>
8893
8894         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
8895         the MonoThread pointer.
8896
8897 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
8898
8899         * icall.c: Rename `PowImpl' to Pow.
8900
8901 2003-01-23  Dick Porter  <dick@ximian.com>
8902
8903         * threads.c (start_wrapper): Create a Thread object if needed, so
8904         the Main() thread can do the class initialisation in a subthread
8905         that has been set up to allow managed code execution.
8906
8907         Pass the thread ID instead of the MonoThread pointer to the thread
8908         start and attach callbacks.  This change is required, because the
8909         jit thread start callback must be called _before_ the Thread
8910         object can be created.
8911         
8912         (mono_thread_init): Removed much object creation code that is no
8913         longer needed.  No managed code is called from here now.
8914
8915         * object.c (mono_runtime_exec_managed_code): Create a subthread
8916         for Main, and call back to the runtime to use it.
8917         Set the exit code when Main exits.
8918
8919         * gc.c: Make sure domain finalisation happens in a subthread.
8920         Re-enable threaded GC, fixing bug 31333 (again).
8921
8922         * environment.c: System.Environment internall calls (so far just
8923         ExitCode is here, the others are still in icall.c)
8924
8925         * appdomain.c (mono_runtime_cleanup): All threads running managed
8926         code should have finished before mono_runtime_cleanup() is
8927         reached, so no need to clean up threads.
8928
8929 2003-01-22  Martin Baulig  <martin@ximian.com>
8930
8931         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
8932         `gpointer func' arguments.      
8933         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
8934         but added `MonoThread *thread' argument.
8935         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
8936
8937         * threads.c (mono_new_thread_init): Added `gpointer func' argument
8938         and pass it to the mono_thread_start_cb callback.
8939         (mono_install_thread_callbacks): New public function to install a
8940         set of callbacks which are set by the debugger.
8941         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
8942
8943 2003-01-22  Martin Baulig  <martin@ximian.com>
8944
8945         * Makefile.am: Install debug-mono-symfile.h.
8946
8947 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
8948
8949         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
8950
8951 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
8952
8953         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
8954         * class.c (mono_ptr_class_get): correctly set access levels of pointers
8955         (mono_array_class_get): correctly set access levels of arrays
8956
8957 2003-01-20      Patrik Torstensson
8958         * image.h (MonoAssemblyName): changed major, minor, build, revision
8959         from signed to unsigned.
8960
8961 2003-01-20  sean kasun <skasun@azstarnet.com>
8962
8963         * reflection.c (load_cattr_value): Now this handles
8964         MONO_TYPE_SZARRAY.  Fixes bug #35629
8965
8966 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
8967
8968         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
8969         integer value
8970
8971 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8972
8973         * decimal.c: fixed bug #26056.
8974
8975 2003-01-17  Martin Baulig  <martin@ximian.com>
8976
8977         * gc.c: Raise an ExecutionEngineException instead of using g_error().
8978
8979 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8980
8981         * exception.[ch]:
8982         (mono_get_exception_type_initialization): new function.
8983
8984         * object.c: throw a TypeInitializationException when an exception is
8985         thrown invoking the class constructor.
8986
8987 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8988
8989         * reflection.c: fixed attribute reading.
8990
8991 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8992
8993         * icall.c:
8994         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
8995         provided, look for the type in the calling assembly and then in
8996         mscorlib; if the assembly name is provided, only try that one.
8997
8998 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
8999
9000         * object.c: register the vtable before there is a chance it's
9001         queried again recursively.
9002
9003 2003-01-13  Duncan Mak  <duncan@ximian.com>
9004
9005         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
9006         gc-internal.h. 
9007         
9008 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
9009
9010         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
9011
9012 2003-01-11  Martin Baulig  <martin@ximian.com>
9013
9014         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
9015         this to 20 for the release.
9016
9017 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
9018
9019         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
9020
9021         * loader.c (mono_method_get_marshal_info): bug fix
9022
9023         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
9024         structures with explicit layout
9025
9026 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9027
9028         * profiler.c: made the output more readable (and sorted). 
9029         Added caller information for the allocation profiler.
9030
9031 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
9032
9033         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
9034
9035 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9036
9037         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
9038         to get value types.
9039         
9040 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
9041
9042         * object.c, profiler.h, profiler.c, profiler-private.h:
9043         Added object allocation profiler.
9044
9045 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
9046
9047         * reflection.h, reflection.c: handle global methods.
9048         Compress blob entries.
9049
9050 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
9051
9052         * marshal.c: fix compilation.
9053
9054 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
9055
9056         * loader.c (mono_method_get_marshal_info): impl.
9057
9058         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
9059
9060 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9061
9062         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
9063         for reference types.
9064
9065 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
9066
9067         * loader.c: fixed off by one error in loaded parameter names.
9068
9069 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
9070
9071         * marshal.c (mono_marshal_get_icall_wrapper): like
9072         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
9073         instead of a MonoMethod.
9074
9075 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9076
9077         * decimal.c: fixed bug #36537.
9078
9079 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
9080
9081         * marshal.c: throw a missing method exception if a
9082         P/Invoke method is not found.
9083
9084 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9085
9086         * icall.c: allow a null this for constructors.
9087
9088 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
9089
9090         * icall.c: raise the proper exceptions if the arguments to the
9091         internal Invoke are incorrect.
9092
9093 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
9094
9095         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
9096
9097 2003-01-03  Martin Baulig  <martin@ximian.com>
9098
9099         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9100
9101 2002-12-31  Martin Baulig  <martin@ximian.com>
9102
9103         * debug-mono-symfile.c: Completely rewrote the type section.
9104         Instead of using individual malloc()ed fields, we use one big
9105         continuous memory area and offsets into this area.
9106         See the comments in the source code for details.
9107
9108 2002-12-30  Martin Baulig  <martin@ximian.com>
9109
9110         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
9111
9112 2002-12-30  Martin Baulig  <martin@ximian.com>
9113
9114         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
9115         line number table in this data blob instead of using an external
9116         pointer.
9117
9118 2002-12-28  Martin Baulig  <martin@ximian.com>
9119
9120         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9121
9122 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
9123
9124         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
9125         as a boxed return type.
9126
9127 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
9128
9129         * appdomain.c
9130         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
9131         g_build_filename to properly get separators on the filename created.
9132
9133         * object.h: Small change, introduce MonoMarshalByRefObject to
9134         track the layout of that structure in the C# universe as we make
9135         changes there.
9136
9137 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
9138
9139         * object.c: removed assert to allow static fields on interfaces.
9140         * loader.c: a TypeSpec may be used for any type, not just arrays.
9141
9142 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9143
9144         * class.c, class.h: added mono_class_array_element_size ().
9145         Ignore static methods in interfaces.
9146
9147 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9148
9149         * threads.c: fixed the build under cygwin.
9150
9151 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
9152
9153         * reflection.c: handle nullref constants. Allocate keys for
9154         reflection handles with the GC.
9155
9156 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9157
9158         * threads.c, threads.h: added mono_thread_get_abort_signal()
9159         to get a suitable signal for thread abort.
9160
9161 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9162
9163         * metadata.c: fix handling of ExportedType table.
9164
9165 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9166
9167         * icall.c: added WriteWindowsDebugString internal call.
9168
9169 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9170
9171         * reflection.h: added fields to match C# implementation.
9172
9173 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9174
9175         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
9176
9177 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
9178
9179         * gc.h, gc-internal.h: Rename header for GC internal calls to
9180         gc-internal.h from gc.h as to not clash with Boehm GC having its
9181         header installed as <gc.h> in outside include paths.
9182         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
9183         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
9184
9185 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9186
9187         * icall.c: assign minor, build and revision in FillName.
9188
9189 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
9190
9191         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
9192         Added support for running code generated by Reflection.Emit.
9193
9194 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9195
9196         * appdomain.c: check for NULL argument in LoadFrom.
9197
9198 2002-12-10  Dick Porter  <dick@ximian.com>
9199
9200         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
9201
9202 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9203
9204         * appdomain.c: fix buglet when building exe file name.  Handle full
9205         assembly name (needed after latest changes to AssemblyName).
9206         * image.c:
9207         (mono_image_close): free some hashtables.
9208
9209 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
9210
9211         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
9212         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
9213         on some systems (redhat 7.3) 
9214
9215 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
9216
9217         * threads.c: delete the critical section of a sync block,
9218         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
9219
9220 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
9221
9222         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
9223
9224 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9225
9226         * appdomain.[ch]: handle the assembly preload event to try loading the
9227         assemblies using the paths we have in the current domain.
9228
9229         * assembly.[ch]: created an assembly preload hook that is called to try
9230         loading the assembly by other means that the ones provided here.
9231
9232         * domain.c: initialize the domain search path.
9233
9234         From now on, assemblies (TODO: except corlib and System) are loaded
9235         according to these rules when using mono_assembly_load ():
9236
9237                 1. It tries to load the assembly from the ApplicationBase
9238                 of the current domain appending .dll and .exe (TODO: have to
9239                 try loading from name/name.dll and name/name.exe).
9240
9241                 2. It tries the search path specified in PrivateBinPath for the
9242                 current domain (if any).
9243
9244                 3. Previous behavior.
9245
9246 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
9247
9248         * icall.c: implemented GetInterfaceMap() related icall.
9249         * domain.c, loader.h: load MethodInfo in mono_defaults.
9250
9251 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9252
9253         * gc.c: disable the finalizer thread for now, untill all the issues
9254         with it are resolved.
9255
9256 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9257
9258         * string-icalls.c: handle embedded nulls in string ctor when the
9259         length is specified.
9260
9261 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9262
9263         * class.c: look for explicit interface implementation in parent
9264         classes, too.
9265
9266 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
9267
9268         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
9269
9270 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
9271
9272         * gc.c: protect handles with a critical section.
9273
9274 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9275
9276         * icall.c:
9277         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
9278         parameters. If no assembly specified, try getting the type from all
9279         the assemblies in the current domain, else, load the assembly and get
9280         the type from it.
9281
9282 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9283
9284         * marshal.c: applied patch from Aleksey Demakov that fixes
9285         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
9286
9287 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9288
9289         * icall.c: fixed get_location.
9290
9291 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
9292
9293         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
9294         declarations to make it work with older gcc. 
9295
9296         * loader.c (mono_get_method): set signature->pinvoke for native calls
9297
9298 2002-11-20  Dick Porter  <dick@ximian.com>
9299
9300         * threads.c (mono_thread_init): Set the main thread's handle
9301
9302 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
9303
9304         * gc.c: allow compilation without GC support. Changed to match the
9305         mono coding style.
9306
9307 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9308
9309         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
9310
9311 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
9312
9313         * reflection.c: set a public key token on the core assemblies.
9314
9315 2002-11-18  Dick Porter  <dick@ximian.com>
9316
9317         * threads.c: Split out some thread initialisation so that other
9318         files can set the start callback function.
9319
9320         * gc.c: Run finalisers in a separate thread, to avoid stack
9321         overflow.  Fixes bug 31333.
9322
9323         * appdomain.c: Set up GC finalisation thread.
9324
9325         * reflection.c: 
9326         * object.c: 
9327         * domain.c: Use gc.h macros for GC_malloc
9328         
9329 2002-11-15  Dick Porter  <dick@ximian.com>
9330
9331         * threadpool.c: 
9332         * threads.c:
9333         * appdomain.c: Removed mono_runtime_init_with_attach(),
9334         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
9335         merging the extra parameter with the existing function.  Removed
9336         unneeded code in mono_thread_attach().
9337
9338 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
9339
9340         * image.c (mono_image_loaded_by_guid): a method to get loaded
9341         images by guid. 
9342         (load_metadata_ptrs): we store the guid as string.
9343
9344 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
9345
9346         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
9347
9348         * metadata.c (mono_guid_to_string): imported method form Zoltan
9349         Varga (slightly modified)
9350
9351         * assembly.c (mono_assembly_open): load precompiled code
9352
9353         * loader.h (MonoMethod): we store the method token for use in the
9354         aot compiler. 
9355
9356 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9357
9358         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
9359         the hook function called when an assembly is loaded.
9360         
9361         * domain.c: Modified file.
9362         (mono_domain_assembly_load): removed hash table insertion of assemblies.
9363
9364         Fixes bug #33196.
9365
9366 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
9367
9368         * reflection.c: Map PEFileKind to the value expected by the WinNT
9369         image loader. 
9370
9371 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9372
9373         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
9374         Read until the buffer is filled completely.
9375
9376 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9377
9378         * icall.c: implemented MonoType.InternalGetEvent ().
9379
9380 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9381
9382         * appdomain.c: implemented InitAppDomainSetup. Delayed
9383         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
9384         the entry_assembly.
9385
9386         * assembly.c: base_dir is now an absolute path ending with
9387         G_DIR_SEPARATOR.
9388
9389         * icall.c: modified get_location according to the above changes.
9390
9391         * object.c: init AppDomain.SetupInformation for the default domain after
9392         we have the entry assembly.
9393
9394         * domain.c: when unloading a domain, setup = NULL.
9395
9396 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
9397
9398         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
9399
9400 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
9401
9402         * object.h, object.c: introduced mono_object_get_virtual_method ()
9403         to lookup the method invoked on an object when a callvirt is done on
9404         a method.
9405         * icall.c: make MethodInfo::Invoke() always do a virtual call.
9406
9407 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9408
9409         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
9410         current domain when loaded an assembly and failed to load it.
9411
9412         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
9413
9414 2002-10-31  Dick Porter  <dick@ximian.com>
9415
9416         * icall.c: 
9417         * file-io.h: 
9418         * file-io.c: Return the error status in a parameter, as the
9419         GetLastError() value has long since been blown away if we try and
9420         look it up in a subsequent internal call invocation.  Delete the
9421         GetLastError() internal call, because it's useless.
9422
9423 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
9424
9425         * class.[ch]: added cast_class to fix bug 29517
9426
9427 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
9428
9429         * marshal.c: create valid IL code in the filter clause:
9430         the new JIT is less forgiving:-)
9431
9432 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9433
9434         * icall.c: removed get_property internal call.
9435
9436 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
9437
9438         * appdomain.h domain.c: Added an ID to appdomains.
9439         
9440         * threads.c threads.h icall.c: Implement icall
9441         Thread:GetDomainID(), and remove unused icall 
9442         CurrentThreadDomain_internal.
9443
9444 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9445
9446         * icall.c: Don't recurse through the base types in GetConstructor.
9447         Fixes bug #32063. 
9448
9449 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
9450
9451         * mempool.h, mempool.c: added mono_mempool_empty() and
9452         mono_mempool_stats().
9453
9454 2002-10-23  Dick Porter  <dick@ximian.com>
9455
9456         * file-io.c: 
9457         * file-io.h: 
9458         * icall.c: Added MonoIO.GetFileType internal call
9459
9460 2002-10-17  Dick Porter  <dick@ximian.com>
9461
9462         * appdomain.c (mono_runtime_cleanup): Don't signal the async
9463         delegate semaphore before waiting for all threads to finish,
9464         because new threads can also call async delegates.  Fixes bug
9465         32004.
9466
9467         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
9468         of 3 seconds, in case another async job is queued.  (This part is
9469         needed because the bug fix reintroduced the 3s exit lag.)  This
9470         makes the mono_runtime_shutdown flag superfluous.
9471
9472 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9473
9474         * reflection.c: include ehader size in method section headers.
9475         Really check for suplicated modules entries.
9476
9477 2002-10-17  Martin Baulig  <martin@gnome.org>
9478
9479         * debug-mono-symfile.c: Added back support for locals.
9480
9481 2002-10-14  Martin Baulig  <martin@gnome.org>
9482
9483         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
9484         MONO_TYPE_VOID.
9485
9486 2002-10-14  Martin Baulig  <martin@gnome.org>
9487
9488         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
9489         mono_class_get() instead of looking in the class cache. 
9490
9491 2002-10-13  Martin Baulig  <martin@gnome.org>
9492
9493         * debug-mono-symfile.c: Set version number to 28, include the
9494         signature in method names.
9495
9496 2002-10-13  Martin Baulig  <martin@gnome.org>
9497
9498         * debug-mono-symfile.h: Set version number to 27.
9499
9500 2002-10-11  Martin Baulig  <martin@gnome.org>
9501
9502         * gc.c: Don't register/unregister NULL pointers as disappearing links.
9503
9504 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9505
9506         * metadata.c, metadata.h: added helper function to allocate signatures.
9507
9508 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9509
9510         * icall.c: added internal call to get the location of machine.config.
9511
9512 2002-10-08  Martin Baulig  <martin@gnome.org>
9513
9514         * debug-mono-symfile.c: Ignore classes with a pending init for the
9515         moment.
9516
9517 2002-10-03  Dick Porter  <dick@ximian.com>
9518
9519         * threads.c: Freebsd pthread_t is a pointer
9520
9521 2002-10-03  Dick Porter  <dick@ximian.com>
9522
9523         * socket-io.c: Implemented GetHostName_internal
9524
9525 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9526
9527         * mono-config.c:
9528         (mono_config_parse_file): don't leak the text.
9529
9530 2002-10-02  Martin Baulig  <martin@gnome.org>
9531
9532         * debug-mono-symfile.c: Added support for methods.
9533
9534 2002-10-01  Martin Baulig  <martin@gnome.org>
9535
9536         * debug-mono-symfile.c: Don't emit methods and line numbers for
9537         the dynamic symbol file, just write the type table.  We can easily
9538         have an external helper program which creates a symbol file for an
9539         IL file.        
9540
9541 2002-10-01  Dick Porter  <dick@ximian.com>
9542
9543         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
9544         Only add the handle to the cleanup array when we're about to
9545         launch the thread.  Bug 31425 deadlocked when the test was run on
9546         mono under w32.
9547
9548 2002-10-01  Martin Baulig  <martin@gnome.org>
9549
9550         * debug-mono-symfile.c: Added support for properties.
9551
9552 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9553
9554         * reflection.c: unaligned store fix from Mark Crichton
9555         <crichton@gimp.org>.
9556
9557 2002-09-27  Martin Baulig  <martin@gnome.org>
9558
9559         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
9560         New interncall.
9561
9562 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
9563
9564         * assembly.h, assembly.c: use a sane API to hook into the assembly
9565         loading process instead of a useless special-purpouse hack
9566         (ngen needs a hook, too, for example).
9567
9568 2002-09-27  Dick Porter  <dick@ximian.com>
9569
9570         * threads.c (mono_thread_init): Call GetCurrentProcess() so
9571         io-layer can set up some process handle info.  Not needed on w32,
9572         but doesn't hurt either.
9573
9574         * process.c: Pass the program name in the second parameter to
9575         CreateProcess, so the path is searched.  Include the working
9576         directory. Implemented process name, process enumeration, and some
9577         process detail internal calls.
9578         
9579         * icall.c: Added internal calls for process lookup, and some
9580         process details
9581
9582 2002-09-26  Martin Baulig  <martin@gnome.org>
9583
9584         * assembly.c (mono_install_open_assembly_hook): New global
9585         function to install a function to be invoked each time a new
9586         assembly is loaded.
9587         (mono_assembly_open): Run this callback function if set.
9588
9589         * debug-mono-symfile.c: Put back line numbers for the dynamic
9590         symbol file and also record the .il file as source file.  This
9591         allows us to install the temporary symbol file as `file.dbg' just
9592         like a compiler-generated one.
9593
9594 2002-09-26  Nick Zigarovich <nick@chemlab.org>
9595
9596         * Corrected typo in gc.c (BOHEM vs BOEHM).
9597
9598 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9599
9600         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
9601         GetProperties. Also avoid calling g_slist_length in GetProperties and
9602         GetMethods.
9603
9604 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
9605
9606         * reflection.c: avoid unaligned stores (bug spotted by
9607         Mark Crichton  <crichton@gimp.org>).
9608
9609 2002-09-25  Martin Baulig  <martin@gnome.org>
9610
9611         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
9612         instead of guint64 for addresses and added prologue/epilogue info.
9613
9614 2002-09-25  Martin Baulig  <martin@gnome.org>
9615
9616         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
9617         store line number info.  For the dynamic symbol file, we only need
9618         to provide the JIT generated dynamic line number info for the dynamic
9619         symbol file.
9620
9621 2002-09-25  Martin Baulig  <martin@gnome.org>
9622
9623         * debug-mono-symfile.h: Incremented version number.
9624
9625 2002-09-24  Martin Baulig  <martin@gnome.org>
9626
9627         * class.c (mono_debugger_class_init_func): New global function
9628         pointer variable.
9629         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
9630         call it.
9631
9632         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
9633         function.  This is called via the mono_debugger_class_init_func
9634         hook to add all types to the dynamic type table.
9635         (ves_icall_MonoDebugger_GetType): New interncall to get a class
9636         from its metadata token.
9637
9638         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
9639         New interncall for the debugger.
9640
9641 2002-09-24  Nick Drochak <ndrochak@gol.com>
9642
9643         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
9644         before using it in case it is null.
9645         
9646 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9647
9648         * metadata.c: allow custom modifiers in local var signatures
9649         (bug spotted by Zoltan Varga).
9650
9651 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9652
9653         * class.c: deal with the <Module> class that may have a NULL vtable.
9654         Eliminate warnings.
9655
9656 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9657
9658         * image.c, image.h: more strong name helpers.
9659         * monosn.c: more work: convert pem keys to cryptoapi format.
9660
9661 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
9662
9663         * string-icalls.c: speedup IndexOf.
9664
9665 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9666
9667         * icall.c: updates from Zoltan.2.Varga@nokia.com.
9668
9669 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
9670
9671         * icall.c: cleanup: use mono_object_domain ().
9672
9673 2002-09-23  Martin Baulig  <martin@gnome.org>
9674
9675         * debug-mono-symfile.c: Improved type support.
9676
9677 2002-09-22  Martin Baulig  <martin@gnome.org>
9678
9679         * debug-mono-symfile.c: Added support for reference types and strings.
9680
9681 2002-09-22  Martin Baulig  <martin@gnome.org>
9682
9683         * debug-mono-symfile.c: Started to work on the type table.
9684
9685 2002-09-21  Martin Baulig  <martin@gnome.org>
9686
9687         * debug-mono-symfile.c: Largely reworked the symbol table format.
9688         The symbol table is now incrementally updated each time a new
9689         method is added.  We're now also using our own magic and version
9690         so that you don't need to recompile all your classes if the
9691         dynamic table changes.
9692         (mono_debug_update_mono_symbol_file): Removed.
9693         (mono_debug_symfile_add_method): New function to add a method.
9694
9695 2002-09-21  Martin Baulig  <martin@gnome.org>
9696
9697         * icall.c
9698         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
9699         New interncall.
9700
9701         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
9702         New interncall to get a method from its metadata token.
9703
9704 2002-09-21  Martin Baulig  <martin@gnome.org>
9705
9706         * debug-mono-symfile.c: Create type table.
9707
9708 2002-09-20  Martin Baulig  <martin@gnome.org>
9709
9710         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
9711
9712 2002-09-20  Martin Baulig  <martin@gnome.org>
9713
9714         * debug-mono-symfile.c: Provide information about params and locals.
9715
9716 2002-09-20  Martin Baulig  <martin@gnome.org>
9717
9718         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
9719         New interncall.
9720
9721         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
9722         interncall to get a method from its metadata token.
9723
9724 2002-09-20  Martin Baulig  <martin@gnome.org>
9725
9726         * debug-mono-symfile.c: Added a few checks for method->header
9727         being non-NULL.  This should never happen, but for the moment
9728         let's use a g_warning() rather than a g_assert().
9729
9730 2002-09-19  Mark Crichton  <crichton@gimp.org>
9731
9732         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
9733         even if support for it isn't present.  Added an #ifdef to fix this.
9734
9735         * socket-io.c: Added checks back for Solaris support.
9736
9737 2002-09-19  Martin Baulig  <martin@gnome.org>
9738
9739         * debug-mono-symfile.c (read_string, write_string): Reflect latest
9740         changes in the symbol file format.
9741
9742 2002-09-18  Martin Baulig  <martin@gnome.org>
9743
9744         * debug-mono-symfile.c: Set version number to 21.
9745
9746 2002-09-18  Dick Porter  <dick@ximian.com>
9747
9748         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
9749         on netbsd.  Fixes bug 30051.
9750
9751 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9752
9753         * reflection.c:
9754         (set_version_from_string): little fix.
9755
9756 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9757
9758         * monosn.c, Makefile.am: added strong name utility.
9759         * reflection.h, reflection.c: implemented delayed signing,
9760         locale, version and hash id assembly attributes.
9761
9762 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
9763
9764         * loader.c, metadata.c: load param attributes in signatures.
9765
9766 2002-09-16  Martin Baulig  <martin@gnome.org>
9767
9768         * debug-mono-symfile.c: Added string table with all method names.
9769
9770 2002-09-14  Martin Baulig  <martin@gnome.org>
9771
9772         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
9773         fast method lookup.
9774
9775 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9776
9777         * reflection.c: record the public key token of referenced assemblies.
9778
9779 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
9780
9781         * image.c, image.h: added functions to get the strong name and the
9782         public key of an assembly.
9783         * pedump.c: use them.
9784
9785 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
9786
9787         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
9788
9789 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
9790
9791         * marshal.c (mono_marshal_get_managed_wrapper): Added
9792         MONO_TYPE_BOOLEAN 
9793
9794 2002-09-11  Martin Baulig  <martin@gnome.org>
9795
9796         * gc.c: Call GC_unregister_disappearing_link() on all links when
9797         finalizing them, this is necessary to aviod a crash in boehm's
9798         finalize handler.
9799
9800 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9801
9802         * gc.c: handle GetTarget for finalized objects spotted and fixed by
9803         nick@chemlab.org.
9804
9805 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
9806
9807         * icall.c: implemented MonoType::Module.
9808         * reflection.c, reflection.h: mono_module_get_object () from
9809         Tomi Pakarinen <tomi.pakarinen@welho.com>.
9810
9811 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
9812
9813         * icall.c: ignore overridden methods in GetMethods ().
9814         Fix for FieldInfo::SetValue().
9815         * object.c: handle float/double in runtime invoke.
9816
9817 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9818
9819         * object.c: allow a constructor to be called again on an object.
9820
9821 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9822
9823         * class.h, class.c: move field layout code to it's own function and
9824         export it. Get an interface id earlier. Move fields in MonoClass
9825         so they are more cache friendly and align the bitfields.
9826         * loader.c: temporary handle get_param_names() for a runtime method.
9827         * reflection.c, reflection.h: more code to handle runtime creation of
9828         types.
9829
9830 2002-09-09  Martin Baulig  <martin@gnome.org>
9831
9832         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
9833         signature with the pinvoke field being set for the actual call.
9834
9835 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9836
9837         * icall.c: removed some unused icalls. Start of map of glib charsets
9838         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
9839
9840 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
9841
9842         * debug-helpers.c: break infinite loop (found and fixed by
9843         Holger Arnold <harnold@gmx.de>).
9844
9845 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9846
9847         * icall.c: target may be null in create_delegate.
9848
9849 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9850
9851         * marshal.c: handle a boolean return type.
9852
9853 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9854
9855         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
9856
9857 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
9858
9859         * gc.c: fix weakreferences.
9860
9861 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
9862
9863         * icall.c: added icall to get default codepage.
9864
9865 2002-09-03  Dick Porter  <dick@ximian.com>
9866
9867         * threads.h: 
9868         * threads.c: Use MonoThread instead of MonoObject where
9869         apropriate.
9870
9871         Store running thread objects in a hash table, so that we have all
9872         the info to hand when waiting for them to finish
9873         (means we don't need OpenThread() any more, so mingw builds should
9874         be fully functional again.)
9875
9876         * verify.c:
9877         * object.h: Added thread ID to MonoThread
9878
9879 2002-09-03  Martin Baulig  <martin@gnome.org>
9880
9881         * icall.c (System.Reflection.Assembly::get_location): New interncall.
9882
9883 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9884
9885         * icall.c: fixed leak in get_temp_path. Thanks lupus.
9886
9887 2002-09-03  Martin Baulig  <martin@gnome.org>
9888
9889         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
9890         argument to store the end address of the disassembled instruction.
9891
9892         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
9893         here from debug-symfile.h.
9894         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
9895         JIT into this struct.
9896         (MonoSymbolFile): Added `char *image_file' field.
9897         (MonoDebugGetMethodFunc): Removed.
9898         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
9899         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
9900         (mono_debug_find_method): New method.
9901
9902         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
9903         create a full symbol file.
9904         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
9905         and static symbol files.
9906         (mono_debug_find_method): The symbol file keeps an internal method hash,
9907         call this to get a MonoDebugMethodInfo from a MonoMethod.
9908
9909         * debug-symfile.[ch]: Removed.
9910
9911 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
9912
9913         * image.c (do_mono_image_open): Remove linker version check.
9914
9915 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
9916
9917         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
9918         wrappers for instance methods.
9919         
9920 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9921
9922         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
9923
9924 2002-08-28  Dick Porter  <dick@ximian.com>
9925
9926         * Makefile.am: Export HOST_CC for w32 builds
9927
9928 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9929
9930         * file-io.c process.c: MonoString are null terminated, no
9931         need for mono_string_to_utf16() anymore.
9932
9933 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9934
9935         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
9936
9937 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
9938
9939         * icall.c, reflection.h: speedup System.MonoType.
9940
9941 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9942
9943         * reflection.c: allow null as the value of a string argument in
9944         custom attributes constructors.
9945
9946 2002-08-27  Martin Baulig  <martin@gnome.org>
9947
9948         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
9949         `trampoline_address' field.
9950
9951 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
9952
9953         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
9954         check (fixes bug #29486) 
9955
9956 2002-08-27  Martin Baulig  <martin@gnome.org>
9957
9958         * debug-mono-symfile.c: Changed the file format in a way that allows us
9959         open it read-only and to use a specially malloced area for all the
9960         dynamic data.  We can now also generate a symbol file on-the-fly if we're
9961         debugging IL code and there is no MCS generated symbol file for it.
9962
9963 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
9964
9965         * object.c: added a define for a good string and array
9966         creation speedup (not enabled by default because we need to deal with
9967         the synch stuff).
9968
9969 2002-08-26  Martin Baulig  <martin@gnome.org>
9970
9971         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
9972         function to create a dynamic symbol file.  This is used by the
9973         debugger to create a symbol file for IL code on-the-fly.
9974
9975 2002-08-26  Martin Baulig  <martin@gnome.org>
9976
9977         * loader.c (mono_lookup_pinvoke_call): Include the error message
9978         from g_module_error() in the error message.
9979
9980 2002-08-24  Martin Baulig  <martin@gnome.org>
9981
9982         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
9983         function to update the symbol file.  The symbol file is mmap()ed
9984         writable, but private.  This allows us to install the symbol file
9985         together with the assembly.
9986
9987 2002-08-24  Martin Baulig  <martin@gnome.org>
9988
9989         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
9990         but they can read the new symbol file format which mcs is now creating.
9991
9992         * debug-symfile.c (mono_debug_find_source_location): Moved to
9993         debug-mono-symfile.c; this is now operating on the new symbol file.
9994
9995 2002-08-23  Martin Baulig  <martin@gnome.org>
9996
9997         * debug-helpers.c (mono_method_desc_from_method): New function to get
9998         a MonoMethodDesc from a MonoMethod.
9999
10000 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10001
10002         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
10003         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
10004
10005 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10006
10007         * string-icalls.[ch]: make helper methods static.
10008
10009 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10010
10011         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
10012         types to it and to SetValueInternal.
10013
10014         * object.c: Moved handle_enum label to its proper place. This was the
10015         f... bug! ;-)
10016
10017         This time i compiled mcs and gtk-sharp and they both work.
10018
10019 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10020
10021         * icall.c: reverted partially my previous patch until 
10022         object.c:set_value handles enums correcly.
10023
10024 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10025
10026         * icall.c:
10027         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
10028         (ves_icall_System_Environment_get_MachineName): removed warning when
10029         compiling under cygwin.
10030
10031 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10032
10033         * object.c: fixed field_get_value() for reference types.
10034
10035 2002-08-22  Dick Porter  <dick@ximian.com>
10036
10037         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
10038         Don't free a buffer while it's still needed.  Patch from Jonathan
10039         Liger <Jonathan.liger@wanadoo.fr>
10040
10041 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
10042
10043         * icall.c (ves_icall_System_Environment_get_Platform): Add new
10044         internal call.
10045
10046 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
10047
10048         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
10049         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
10050
10051         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
10052         we call unmanaged code which throws exceptions.
10053
10054 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10055
10056         * appdomain.h: added per-domain entry_assembly.
10057         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
10058         arguments.
10059         * icall.c: Assembly::GetEntryAssembly icall.
10060         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
10061         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
10062
10063 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10064
10065         * appdomain.h, gc.c: added mono_domain_finalize ().
10066
10067 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10068
10069         * object.c:
10070         (mono_print_unhandled_exception): changed g_warning by g_printerr
10071         because g_log has a 1024 characters limit (yeah, i got a big stack
10072         trace). Don't print exception name, that should be in ToString 
10073         returned string.
10074
10075 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10076
10077         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
10078         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
10079
10080 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10081
10082         * object.c:
10083         (mono_print_unhandled_exception): after previous commit, i realized
10084         that MS calls ToString on the exception. I changed this function to
10085         do that. This way we get stack_trace for free.
10086
10087 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10088
10089         * object.c:
10090         (mono_print_unhandled_exception): invoke Message property instead of
10091         getting 'message' field from Exception. Don't allocate memory for
10092         'trace' and 'message' if not needed.
10093
10094 2002-08-18  Dick Porter  <dick@ximian.com>
10095
10096         * unicode.c: Fix asserts to match Encoder.cs checks
10097
10098 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10099
10100         * marshal.c: fix unaligned store issue and a few wrong
10101         opcode argument types.
10102
10103 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10104
10105         * icall.c: added GetUninitializedObjectInternal internal call.
10106
10107 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
10108
10109         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
10110         to the right domain.
10111
10112 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
10113
10114         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
10115
10116         * class.c (class_compute_field_layout): set blittable to false for Strings
10117
10118         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
10119
10120 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10121
10122         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
10123         first chunk of code to create types at runtime. Code to
10124         handle ReflectedType/DeclaringType. Make reflection handles
10125         domain specific.
10126
10127 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
10128
10129         * class.c: set correct name in arrays.
10130
10131 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
10132
10133         * appdomain.c (mono_domain_transfer_object): make it work with
10134         valuetypes. bug fixes.
10135
10136 2002-08-12  Dick Porter  <dick@ximian.com>
10137
10138         * object.h: Rename some parameters to avoid c++ keywords (Patch
10139         from Joseph Wenninger <kde@jowenn.at>)
10140
10141 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
10142
10143         * icall.c: added icall to implement Assembly.GetFile*.
10144
10145 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10146
10147         * reflection.h, reflection.c: code to embed managed resources.
10148
10149 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10150
10151         * class.c: move all the type size stuff into
10152         class_compute_field_layout().
10153
10154 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10155
10156         * class.c: ensure enums have always the correct instance size.
10157         * unicode.c: remove wrong assert.
10158
10159 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10160
10161         * assembly.c: fix mem corruption issue.
10162         * image.h, image.c: added mono_image_get_resource () to access
10163         managed resources.
10164         * icall.c: implemented Assembly.EntryPoint property and some
10165         Managed Resources related internalcalls.
10166
10167
10168 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10169
10170         * image.c, image.h: impemented mono_image_get_entry_point ().
10171         * appdomain.c: use mono_image_get_entry_point.
10172
10173 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10174
10175         * reflection.c: support the object type argument when loading
10176         custom attributes.
10177
10178 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
10179
10180         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
10181         String as return type.
10182
10183 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
10184
10185         * reflection.c: fix encoding of named args for custom attrs to match
10186         the ms implementation. Read them back when instantiating custom
10187         attributes.
10188
10189 2002-08-02  Radek Doulik  <rodo@ximian.com>
10190
10191         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
10192         by Dietmar as quick fix
10193         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
10194         16 as stack size, used on more places as quick fix before Dietmar
10195         will fix it properly
10196
10197 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10198
10199         * object.h, object.c: added accessors for fields and properties.
10200
10201 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10202
10203         * class.c, class.h: made mono_class_get_field_from_name ()
10204         loop on parent types.
10205         Added mono_class_get_property_from_name ().
10206
10207 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10208
10209         * class.c, class.h: move the code to setup the type vtable in its own
10210         function so that it can be reused also for types created at runtime.
10211         Eliminate the "class" identifier from the header file.
10212         * reflection.c: setup the vtable for enums so that we can create
10213         objects for use in SetConstant ().
10214
10215 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
10216
10217         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
10218         instead of the delegate itself as this pointer (bug #28383)
10219
10220 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
10221
10222         * marshal.c (mono_marshal_get_managed_wrapper): added return type
10223         conversions.
10224
10225 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10226
10227         * loader.c: don't set the pinvoke bit on icalls.
10228
10229 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
10230
10231         * debug-helpers.c (mono_method_full_name): only print a number to
10232         indicate wrapper type (so that the output is more readable in traces).
10233
10234 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
10235
10236         * class.c (mono_class_init): include method override patch from Paolo
10237
10238 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
10239
10240         * icall.c: fixed GetTypeCode().
10241
10242 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
10243
10244         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
10245         use real delegate invoke function to make it work with multicast
10246         delegates (fix bug# 28291).
10247
10248 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10249
10250         * object.c: load constant strings.
10251
10252 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10253
10254         * reflection.c: no magic numbers.
10255         * tabledefs.h: security action enum.
10256
10257 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10258
10259         * assembly.c: fix possible memory corruption.
10260
10261 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10262
10263         * reflection.h, reflection.c: added support for linking resources.
10264         * verify.c: check we have an updated corlib.
10265
10266 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
10267
10268         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
10269         string arrays.
10270         (mono_marshal_string_array): null terminate unmanaged string arrays.
10271         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
10272
10273 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10274
10275         * icall.c: Type.GetType () can now return also types from the
10276         calling assembly.
10277
10278 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10279
10280         * loader.h, loader.c: stack walking support.
10281         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
10282         GetCallingAssembly.
10283
10284 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
10285
10286         * marshal.c: added optimisations for blittable types 
10287
10288         * class.c (mono_array_class_get): do not set blittable attribute on arrays
10289         (mono_class_setup_mono_type): set blittable attribute for single
10290         and double.
10291
10292         * marshal.c (mono_string_utf8_to_builder): impl.
10293         (mono_string_builder_to_utf8): impl.
10294         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
10295
10296 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
10297
10298         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
10299         (mono_marshal_get_managed_wrapper): impl. byref types
10300
10301 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10302
10303         * icall.c:
10304         (search_method): don't display debug message. 
10305
10306 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10307
10308         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
10309
10310 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10311
10312         * appdomain.c: set the missing filename when throwing exception.
10313
10314 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10315
10316         * metadata.c (mono_type_size): code cleanup
10317         (mono_type_stack_size): removed some test code
10318
10319 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
10320
10321         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
10322         mono_get_exception_file_not_found now.
10323
10324         * exception.c (mono_exception_from_name_two_strings): New version
10325         that will call a constructor with two string arguments. 
10326         (mono_get_exception_file_not_found): New helper routine, used to
10327         report file-not-found errors.
10328
10329 2002-07-20  Dick Porter  <dick@ximian.com>
10330
10331         * process.h:
10332         * process.c: Pass file handles to CreateProcess
10333         
10334         * icall.c:
10335         * file-io.h:
10336         * file-io.c: Implemented CreatePipe
10337
10338 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10339
10340         * metadata.c (mono_get_param_info): set alignment for value types
10341
10342 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10343
10344         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
10345         Constify mono_domain_assembly_open().
10346         * loader.c: handle null namespace in icalls.
10347
10348 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10349
10350         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
10351         (emit_str_to_ptr_conv): marshal object as structs
10352
10353         * metadata.c (mono_type_to_unmanaged): marshal object as structs
10354
10355         * marshal.c (mono_marshal_get_runtime_invoke): support value types
10356
10357 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
10358
10359         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
10360         (mono_marshal_get_native_wrapper): we an now return value types
10361
10362 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10363
10364         * verify.c: more checks implemented.
10365
10366 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
10367
10368         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
10369         (fix bug #27695)
10370         (mono_marshal_get_native_wrapper): allow byref arguments
10371         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
10372         impl. PtrToStringXXX methods
10373         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
10374         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
10375         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
10376         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
10377         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
10378
10379 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10380
10381         * reflection.c: fix buglet in parsing an assembly name.
10382
10383 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10384
10385         * marshal.c (emit_ptr_to_str_conv): first impl.
10386
10387 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10388
10389         * object.c, class.h: cache the vtable in the class as suggested by
10390         vargaz@freemail.hu (Zoltan Varga).
10391
10392 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10393
10394         * class.h, loader.c: added mono_field_from_token().
10395         * verify.c: first cut of type checking code.
10396
10397 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10398
10399         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
10400
10401 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
10402
10403         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
10404         (fix bug #27782)
10405         (mono_marshal_get_remoting_invoke): impl.
10406         (mono_delegate_begin_invoke): impl.
10407         (mono_mb_emit_save_args): impl.
10408         (mono_delegate_end_invoke): impl.
10409         (mono_marshal_get_delegate_begin_invoke):
10410         (mono_marshal_get_delegate_end_invoke):
10411         (mono_marshal_get_delegate_invoke): generate a special name for
10412         those methods (including the signature) and associate them whith
10413         the delegate class. 
10414
10415 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
10416
10417         * reflection.[ch]: 
10418         (mono_reflection_type_from_name): now it has a MonoImage parameter
10419         which is used as the default image to search the type in. If the image
10420         is NULL or getting the type from it fails, it defaults to corlib.
10421
10422         * icall.c: changed 1 call to mono_reflection_type_from_name to match
10423         new parameter.
10424
10425 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10426
10427         * reflection.c: update the parameter table index.
10428
10429 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10430
10431         * domain.c: don't include the mark byte in the string hash.
10432
10433 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10434
10435         * icall.cs: icall for Type.GetTypeCode ().
10436         * verify: a couple of fixes and disabled local initialization checks.
10437
10438 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
10439
10440         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
10441
10442         * debug-helpers.c (mono_method_full_name): print the type of the
10443         runtime wrapper
10444
10445         * metadata.c (mono_signature_hash): a hash function for signatures
10446         (mono_signature_hash): better hash algorithm
10447
10448         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
10449
10450         * debug-helpers.c (mono_method_full_name): this can now generate
10451         method names with signatures
10452
10453         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
10454         method dont have this pointers.
10455
10456 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
10457
10458         * reflection.c: fixup typebuilder tokens.
10459         * image.c: fix buglet.
10460         * marshal.h: remove whitespace.
10461         * metadata.h, metadata.c: reinstate code that was removed.
10462         * verify.c: handle catch directives and fix another couple of bugs.
10463
10464 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
10465
10466         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
10467         (mono_marshal_get_native_wrapper): make it comp. with the old code
10468         (mono_marshal_get_native_wrapper): support boolean
10469         (mono_marshal_get_managed_wrapper): support more types
10470
10471 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
10472
10473         * class.c (class_compute_field_layout): compute class->blittable attribute.
10474
10475 2002-07-09  Dick Porter  <dick@ximian.com>
10476
10477         * threads.c: Make the thread cleaning up cope with threads that
10478         call ExitThread()
10479
10480 2002-07-08  Radek Doulik  <rodo@ximian.com>
10481
10482         * reflection.c (method_encode_code): use non-translated values to
10483         compute finally_start, this fixes exception handling on ppc, yay!
10484
10485         * decimal.h (struct signscale): fix endianess
10486
10487 2002-07-07  Radek Doulik  <rodo@ximian.com>
10488
10489         * reflection.c: swap box_val and not val
10490
10491 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10492
10493         * reflection.c, reflection.h: handle full assembly info in type name.
10494         Handle Type arguments when loading custom attributes.
10495         * icall.c: updated to use new mono_reflection_type_from_name () method.
10496
10497 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10498
10499         * loader.c:
10500         (method_from_memberref): also print assembly name when method not found.
10501
10502 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10503
10504         * icall.c:
10505         (ves_icall_TypeGetProperties): fixed bug #27473. 
10506
10507 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10508
10509         * reflection.c: display image name and token when cannot find the
10510         .ctor for an attribute.
10511
10512 2002-07-05  Martin Baulig  <martin@gnome.org>
10513
10514         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10515
10516 2002-07-04  Dick Porter  <dick@ximian.com>
10517
10518         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
10519         compile on mingw.  This will cause mingw builds to not wait for
10520         subthreads to terminate after the main thread does.  I've lodged a
10521         bug with the mingw developers for them to wrap OpenThread().
10522
10523 2002-07-03  Dick Porter  <dick@ximian.com>
10524
10525         * threads.c: Store thread IDs instead of handles, because
10526         GetCurrentThread() returns a pseudohandle and therefore stores
10527         useless values.  mono_thread_cleanup() continues checking the
10528         array of threads until it is empty, to cope with subthreads
10529         spawning new threads after the main thread has finished.
10530
10531         * profiler.h:
10532         * profiler.c:
10533         * profiler-private.h: Pass the thread ID to thread profiler
10534         functions, instead of a handle
10535
10536 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10537
10538         * verify.c: fixes to make it more usable.
10539         * pedump.c: added --verify code to verify IL code in an assembly.
10540
10541 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10542
10543         * reflection.c: turn errors into warnings to allow compiling corlib.
10544
10545 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10546
10547         * reflection.c: add special cases to compile corlib.
10548
10549 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10550
10551         * reflection.c: handle properties with only a set method.
10552
10553 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10554
10555         * opcodes.h: add enum with opcodes in opval order.
10556
10557 2002-07-01  Dick Porter  <dick@ximian.com>
10558         
10559         * object.h:
10560         * object.c (mono_runtime_run_main): Removed unneeded argument
10561
10562 2002-06-28  Martin Baulig  <martin@gnome.org>
10563
10564         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10565
10566 2002-06-27  Dick Porter  <dick@ximian.com>
10567
10568         * threads.c: Store the handle in both the parent thread and in the
10569         subthread, to minimise the time between starting a new thread and
10570         storing its ID.
10571
10572 2002-06-26  Dick Porter  <dick@ximian.com>
10573
10574         * appdomain.c (mono_runtime_cleanup): Close the socket library
10575         after all the threads have finished, not before
10576
10577 2002-06-26  Martin Baulig  <martin@gnome.org>
10578
10579         * debug-symfile.c (mono_debug_find_source_location): Added
10580         `guint32 *line_number' argument.  If it's not NULL, store the line number
10581         there and return the file name without the line number.
10582
10583 2002-06-25  Dick Porter  <dick@ximian.com>
10584
10585         * icall.c:
10586         * process.h:
10587         * process.c: Process forking and other support functions
10588
10589 2002-06-25  Dick Porter  <dick@ximian.com>
10590
10591         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
10592         things dont happen when the image is closed.
10593         (mono_image_lookup_resource): Walk the resource section looking
10594         for a particular entry
10595
10596         * cil-coff.h: PE resource section decoding
10597
10598 2002-06-25  Dick Porter  <dick@ximian.com>
10599         
10600         * assembly.h:
10601         * assembly.c: 
10602         (mono_assembly_foreach): Accessor functions to walk the list of
10603         loaded assemblies
10604         (mono_assembly_set_main):
10605         (mono_assembly_get_main): Process methods need to know which
10606         assembly is the "main" one
10607
10608         * object.c (mono_runtime_run_main): Record the main assembly
10609
10610         * debug-helpers.c: Fix typo
10611
10612 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
10613
10614         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
10615         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
10616
10617 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10618
10619         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
10620
10621 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
10622
10623         * image.c (do_mono_image_open): Initialize reference count,
10624         otherwise we leak the MonoImage.
10625
10626 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10627
10628         * reflection.c: small tweak to handle self-hosting.
10629
10630 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10631
10632         * reflection.c: fix type name parse code.
10633
10634 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10635
10636         * reflection.c: break out of the loop.
10637         * image.c: special case corlib.
10638
10639 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10640
10641         * reflection.c: add all the custom attrs at the end to ensure the
10642         ctors have been properly initialized when the attributes are defined
10643         in the current assembly.
10644
10645 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10646
10647         * reflection.c: handle correctly multiple-nested types.
10648
10649 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
10650
10651         * row-indexes.h: fix typos.
10652         * reflection.c: adjust for typos and fix method_def_or_ref
10653         encoding in MethodImpl table.
10654
10655 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10656
10657         * reflection.c: fix entry point patching (thanks Serge!).
10658
10659 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
10660
10661         * verify.c: add check for System.Exception
10662
10663 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10664
10665         * image.c, class.c: minifix for code just c&p'ed.
10666         * reflection.c: warning fix.
10667         * object.h, loader.h, domain.c: load also StringBuilder.
10668
10669 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10670
10671         * marshal.h, marshal.c: some support code to handle complex marshaling.
10672
10673 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10674
10675         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
10676         Better signatures with vtable error dump.
10677
10678 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
10679
10680         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
10681
10682 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
10683
10684         * icall.c (ves_icall_Type_GetField): impl.
10685
10686 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10687
10688         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
10689         to retrieve a marshal description blob for a field or param.
10690
10691 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10692
10693         * reflection.h, reflection.c: change order of nested type emission
10694         to avoid table corruption. The NestedTypes table is sorted.
10695         * icall.c: change order of GetConstructor results to workaround mcs bug.
10696
10697 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10698
10699         * reflection.h, reflection.c: handle field and param marshal
10700         information.
10701
10702 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10703
10704         * icall.c, marshal.c marshal.h: more Marshal class implementation.
10705
10706 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10707
10708         * reflection.c: fix call convention.
10709
10710 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10711
10712         * reflection.h, reflection.c: mono_image_get_memberref_token()
10713         takes a type instead of a class, now. Added
10714         mono_image_get_array_token() to create tokens for the special
10715         multi-dim array methods.
10716
10717 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10718
10719         * assembly.c: handle modules (no assembly table). Split
10720         loading references in its own function.
10721         * class.c: handle moduleref resolution scope.
10722         * image.c, image.h: cache module name in image.
10723
10724 2002-06-07  Martin Baulig  <martin@gnome.org>
10725
10726         * reflection.c (mono_image_get_type_info): Only add a class layout entry
10727         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
10728
10729 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10730
10731         * icall.c: more signature fixes that used uint instead of int.
10732
10733 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10734
10735         * reflection.c: fixed signature of field refs.
10736
10737 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10738
10739         * class.c, reflection.c: handle typerefs of nested types
10740         (both on read and when writing files).
10741
10742 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
10743
10744         * icall.c: fix method signatures that tried to workaround the previous
10745         typo, d'oh!
10746
10747 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10748
10749         * debug-helpers.c: fix typo.
10750
10751 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10752
10753         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
10754         rewrote the PE/COFF writing code (our programs are understood by the
10755         ms runtime, now).
10756
10757 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10758
10759         * gc.c, gc.h, icall.c: weakreference support.
10760
10761 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10762
10763         * Makefile.am, mono-config.c: use $(sysconfdir).
10764
10765 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10766
10767         * icall.c: changed default precision of Double.ToString() to 15.
10768         Fixed memory leak. Unified with Single.ToString.
10769
10770 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10771
10772         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
10773
10774 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10775
10776         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
10777         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
10778         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
10779         and myself.
10780
10781 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10782
10783         * debug-symfile.c, sysmath.c: yet more compilation fixes.
10784
10785 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10786
10787         * reflection.c, socket-io.c: more compilation fixes.
10788
10789 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10790
10791         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
10792         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
10793         unicode.c: warning and compiler compatibility fixes.
10794
10795 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10796
10797         * class.h, metadata.c: fixed warnings/compilation errors.
10798
10799 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10800
10801         * Makefile.am, mono-config.c, mono-config.h: configuration file
10802         support routines.
10803         * loader.c, loader.h: make Dll mapping configurable at runtime in the
10804         config file. Export methods to insert and lookup mappings.
10805
10806 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10807
10808         * reflection.c: handle types and boxed objects in custom attr
10809         constructors.
10810
10811 2002-05-30  Martin Baulig  <martin@gnome.org>
10812
10813         * debug-symfile.c
10814         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
10815
10816 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
10817
10818         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
10819         to lookup the implmap row for a P/Invoke method.
10820         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
10821         P/Invoke method from the runtime on an as needed basis.
10822
10823 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
10824
10825         * metadata.c (mono_metadata_parse_signature): impl.
10826
10827 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10828
10829         * class.c: handle .pack directive.
10830
10831 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10832
10833         * object.c: initialize static fields with RVA data.
10834
10835 2002-05-25  Martin Baulig  <martin@gnome.org>
10836
10837         * debug-symfile.c
10838         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
10839
10840 2002-05-24  Martin Baulig  <martin@gnome.org>
10841
10842         * debug-symfile.c
10843         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
10844         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
10845         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
10846
10847 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
10848
10849         * object.c: special case string ctros in invoke.
10850         * gc.c: silly whitespace changes.
10851
10852 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
10853
10854         * threadpool.[ch]: impl. a threadpool that can
10855         be used by mint and mono.
10856
10857 2002-05-22  Martin Baulig  <martin@gnome.org>
10858
10859         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
10860         The first argument is now a `MonoReflectionModuleBuilder *', the return
10861         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
10862         `methods' field to get the method builder.  The `token' argument is the
10863         unfixed token.
10864
10865         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
10866         invalid characters instead of g_assert_not_reached()ing.  This seems
10867         to be the behaviour of mscorlib.
10868
10869 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
10870
10871         * object.c (mono_runtime_invoke_array): applied patch from Rachel
10872         Hestilow to fix bug #25104
10873
10874 2002-05-21  Martin Baulig  <martin@gnome.org>
10875
10876         * debug-symfile.c (mono_debug_find_source_location): New function.
10877         Looks up an IL offset in the line number table and returns the source
10878         location as a string.
10879
10880 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10881
10882         * icall.c:
10883         (mono_double_ToStringImpl): changed %f by %g until we have something
10884         better.
10885
10886 2002-05-21  Nick Drochak  <ndrochak@gol.com>
10887
10888         * icall.c : Use different name for Math.Pow's icall.  Needed to check
10889         parameters first in C#.
10890
10891 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10892
10893         * icall.c, reflection.h: added icall to get info about an event.
10894
10895 2002-05-20  Radek Doulik  <rodo@ximian.com>
10896
10897         * object.c (mono_value_box): don't use memcpy for boxing on BIG
10898         endian
10899         (mono_value_box): don't use memcpy for small sizes on
10900         architectures with unaligned access
10901
10902 2002-05-20  Martin Baulig  <martin@gnome.org>
10903
10904         * reflection.c (mono_reflection_setup_internal_class): Don't crash
10905         if `tb->parent == NULL'.
10906         (mono_reflection_create_internal_class): New function.  This is
10907         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
10908         for enum types.
10909
10910         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
10911         New interncall.
10912
10913 2002-05-19  Martin Baulig  <martin@gnome.org>
10914
10915         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
10916         argument to get the length, don't default to the array length.
10917
10918 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
10919
10920         * assembly.c (mono_assembly_setrootdir): New function used to
10921         override the MONO_ASSEMBLIES directory.
10922
10923 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10924
10925         * icall.c: ValueType_GetHashCode() initialize local var.
10926
10927 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10928
10929         * reflection.c: sort custom attributes table.
10930
10931 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10932
10933         * reflection.c: support named args in custom attributes (write support).
10934
10935 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10936
10937         * reflection.c: fix finally position calculation.
10938
10939 2002-05-15  Radek Doulik  <rodo@ximian.com>
10940
10941         * reflection.c: fixed endianess at many places
10942
10943         * icall.c (ves_icall_InitializeArray): comment out debug msg
10944
10945 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
10946
10947         * object.c (mono_unhandled_exception): new function to handle
10948         unhandled exceptions.
10949         (mono_unhandled_exception): call the UnhandledException event.
10950         (mono_runtime_delegate_invoke): impl.
10951
10952 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
10953
10954         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
10955         returns the RVA, not the direct pointer to the data. Handle the case
10956         when the class size is fixed.
10957
10958 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10959
10960         * reflection.c: fix some endianess issues.
10961
10962 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
10963
10964         * object.c (mono_runtime_invoke): is now able to catch exceptions.
10965
10966         * threads.c (mono_thread_init): added a callback which is invoked
10967         at thread start.
10968
10969 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
10970         
10971         * icall.c: make GetHashCode return non-negative values.
10972
10973 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
10974
10975         * object.c, icall.c, gc.c: revert to address-based hashcode.
10976
10977 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
10978
10979         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
10980
10981 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10982
10983         * icall.c, class.c: special case <Module>.
10984
10985 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
10986
10987         * icall.c: fix bug in GetNow().
10988
10989 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
10990
10991         * object.c (mono_runtime_class_init): make sure that we call all
10992         static class constructors.
10993
10994 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10995
10996         * reflection.c: sort methodsemantics table.
10997
10998 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10999
11000         * reflection.h, reflection.c: honour init locals setting.
11001
11002 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
11003
11004         * icall.c: copied Double ToStringImpl for Single ToStringImpl
11005
11006 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11007
11008         * reflection.c: support ContructorBuilders in attribute blob creation.
11009
11010 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11011
11012         * reflection.c: some changes to build a binary that can be run
11013         directly in windows.
11014
11015 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11016
11017         * loader.c: print a big message when an icall can't be found.
11018
11019 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11020
11021         * string-icalls.c: fix bug 24248.
11022
11023 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
11024
11025         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
11026         icall.c, reflection.h: separate assembly loading by pathname and by
11027         assembly name. Use the MONO_PATH env var to search for assemblies.
11028
11029 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11030
11031         * assembly.c, image.h: add some support for assemblies
11032         with multiple modules.
11033         * class.c, class.h: export mono_class_from_typeref().
11034         * loader.c: remove duplicated code and use mono_class_from_typeref(),
11035         instead.
11036
11037 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11038
11039         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
11040         documentation says (the ECMA one is correct).
11041
11042 2002-05-02  Dick Porter  <dick@ximian.com>
11043
11044         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
11045         Don't name the synchronisation mutex.
11046
11047 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
11048
11049         * rand.c
11050         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
11051         Make the prototypes match.
11052         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
11053         Same.
11054
11055         * icall.c
11056         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
11057         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
11058         all systems have tm.tm_zone, so use strftime() with %Z to print
11059         the timezone abreviation into a temp string.
11060
11061         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
11062         rather than mono_array_addr() on a MonoString on Big Endian
11063         machines.
11064
11065 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
11066
11067         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
11068         fix bug 24041
11069
11070 2002-04-30  Dick Porter  <dick@ximian.com>
11071
11072         * socket-io.c: Cope with SOCKET being an integer rather than a
11073         pointer now.
11074
11075         * threads.c: Added Thread_free_internal, to deal with thread
11076         handle cleanup.  Moved calls to handle_store() and handle_remove()
11077         to start_wrapper(), so each can only be called once.  Allocate
11078         synchronisation blocks with GC_malloc(), and use GC finalisation
11079         to close the handles.
11080
11081         * icall.c: added System.Threading.Thread::Thread_free_internal
11082
11083 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11084
11085         * icall.c: support Environment.Exit, CommandLineArgs().
11086
11087 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11088
11089         * object.c, object.h: added mono_runtime_run_main () and
11090         mono_runtime_get_main_args () for use in System.Environment.
11091
11092 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11093
11094         * gc.c: fix thinko, enable actual finalization since the jit is now
11095         fixed.
11096
11097 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11098
11099         * gc.c, object.c: take into account that an object may be offset wrt the address
11100         returned by GC_malloc().
11101
11102 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
11103
11104         * image.c: handle files without entries in the assembly table (modules).
11105
11106 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
11107
11108         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
11109         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
11110         allowed to be null when it's System.Object class setup.
11111
11112 2002-04-27  Martin Baulig  <martin@gnome.org>
11113
11114         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
11115         if `tb->parent == NULL' rather than crashing.
11116
11117 2002-04-28  Nick Drochak  <ndrochak@gol.com>
11118
11119         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
11120         calling acos() where asin() should have been called.
11121
11122 2002-04-26  Martin Baulig  <martin@gnome.org>
11123
11124         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
11125         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
11126         there's a subdirectory called `System', but we don't want to read that
11127         subdirectory as an assembly.
11128
11129 2002-04-25  Martin Baulig  <martin@gnome.org>
11130
11131         * debug-symfile.c: Reflect latest MonoString changes.
11132
11133 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11134
11135         * rand.c, rand.h: instance method icalls need to have an explicit
11136         this pointer as first argument in the C implementation.
11137
11138 2002-04-25  Nick Drochak <ndrochak@gol.com>
11139
11140         * icall.c: Fix typo in map for GetNonZeroBytes
11141
11142 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11143
11144         * string-icalls.c : String does now passes unit tests without any 
11145         errors, the following changes has been made:
11146         
11147         Implemented replace methods.
11148         Renaming of methods to (try) follow the standard.
11149         Fixed compare ordinal
11150         Made all memory allocated directly to function instead of via icall function.
11151         Small performance fix in is_in_array function
11152                         
11153  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
11154
11155         c (mono_string_Internal_ctor_charp_int_int):
11156         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
11157         sindex < 0, throw ArgumentOutOfRangeException instead of
11158         ArgumentNullException.
11159
11160         Added new check for length == 0, however
11161         I need to make it return String.Empty from the C code.
11162         
11163         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
11164         that calculate the length for us here.
11165         
11166         (mono_string_Internal_ctor_sbytep_int_int): Replaced
11167         mono_string_new_utf16 with mono_string_new, since value is utf8.
11168
11169 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11170
11171         * object.c: register the object for finalization if needed.
11172         Allocate one more char in the string for the terminating 0 char.
11173
11174 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11175
11176         * class.c, class.h, image.c: check if a type implemenst a destructor.
11177         Use the proper key for array class lookups.
11178         * icall.c: register the icalls in the System.GC class.
11179         * gc.c, gc.h: GC-related functions and icalls.
11180
11181 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11182
11183         * icall.c:
11184         * socket-io.c:
11185         * unicode.c: free some strings gotten from mono_string_to_utf8 and
11186         changed a couple of free () by g_free ().
11187
11188         * decimal.c: one-liner in the comments for decimal2string ().
11189
11190 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11191
11192         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
11193
11194 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11195
11196         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
11197         * object.c (mono_runtime_invoke_array) : handle null in params
11198
11199 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11200
11201         * string-icalls.c: fixed bug in split (one off bug)
11202
11203 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11204
11205         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
11206         * icalls.c: added String::Equals as internal method
11207
11208 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11209
11210         * threads.c: fixed bug in the double interlocked functions
11211
11212 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
11213
11214         * threads.c: implemented all of the new interlocked icalls.
11215         * string-icalls.c: fix a bug in insert.
11216         * icalls.c: added the icalls for interlocked, removed old string functions.
11217         
11218 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11219
11220         * loader.c: fix off-by-one error when reading argument names.
11221
11222 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11223
11224         * profiler.c: win32 counter implementation (untested).
11225         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
11226         (the latter needs testing and more complete impl. from win32 folks).
11227
11228 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
11229
11230         * object.c: mono_array_new_full workaround mono_array_class_get
11231         problem.
11232
11233 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11234
11235         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
11236         * object.h (mono_string_chars): Changed casting type.
11237
11238 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11239
11240         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
11241                            method signatures to use gunichar2 instead of gint16.
11242
11243 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
11244
11245         * object.h, object.c: domain-specific versions of mono_object_new and
11246         mono_array_new.
11247
11248 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
11249
11250         * object.c: changed String layout
11251
11252         * string-icalls.c (mono_string_Internal_ctor_chara): added
11253         internal string constructors.
11254
11255 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
11256
11257         * threads.c: pass 'this' to the thread start routine.
11258
11259 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11260
11261         * string-icalls.c: fix IndexOf and LastIndexOf. Now
11262         InternalCompareStr don't call twice mono_string_cmp_char for the last
11263         character. Improved performance in mono_string_cmp_char.
11264
11265 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11266
11267         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
11268         code into its own library: libmonoruntime.
11269
11270 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
11271
11272         * object.h, object.c: changed array format so that szarrays do not
11273         require a bounds structure.
11274         * icall.c, appdomain.c: support for new szarray format.
11275
11276 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11277
11278         * metadata.c: compare also the retuns type when comparing signatures:
11279         we didn't do this as an optimization since really overloaded methods
11280         must differ also in the arguments, but this doesn't work with
11281         low-level IL code (or when using explicit conversion operators: see
11282         bug#23498 for an example).
11283
11284 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11285
11286         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
11287
11288 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
11289
11290         * icall.c: make MonoType::GetElementType its own icall.
11291
11292 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11293
11294         * icall.c: remove MonoMethod_get_Name().
11295         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
11296         object.
11297
11298 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11299
11300         * string-icalls.c: optimized a few methods.
11301
11302 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11303
11304         * icall.c: added all new string internal calls
11305         * string-icalls.c: added, new string internal call implementation.
11306         * object.c: added mono_string_new_size for allocating a string a size
11307
11308 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
11309
11310         * object.c (mono_object_isinst): use the same code as in the
11311         optimized x86 version.
11312
11313 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11314
11315         * profiler.c: TSC-based timer code (faster and more accurate).
11316         Not hooked up in configure, yet (set USE_X86TSC to 1).
11317
11318 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
11319
11320         * profiler.c, profiler.h: track time spent compiling methods.
11321         * threads.c: track thread creation/destruction.
11322
11323 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
11324
11325         * profiler.c, profiler.h, profiler-private.h: profiling interface
11326         and sample implementation. Moved here so that it can be used also by
11327         the jit.
11328
11329 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
11330
11331         * reflection.c, reflection.h: keep types and other handles separate in
11332         the hash tables for referred tokens. Add guid for modules.
11333
11334 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11335
11336         * assembly.c: fix bugs found with valgrind.
11337         * metadata.h, metadata.c: added mono_metadata_guid_heap().
11338
11339 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
11340
11341         * threads: added icall support for getting current domain for
11342                    the thread.
11343  
11344 2002-04-13  Martin Baulig  <martin@gnome.org>
11345
11346         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
11347         (MonoDebugVarInfo): Added `index' field for register based addresses.
11348         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
11349         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
11350         `MonoDebugVarInfo *params' and `guint32 this_offset' with
11351         `MonoDebugVarInfo *this_var'.
11352
11353         * debug-symfile.c (relocate_variable): New static function to write
11354         a location description for a local variable or method parameter.
11355
11356 2002-04-12  Martin Baulig  <martin@gnome.org>
11357
11358         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
11359         stack offset and begin/end scope address of a local variable.
11360         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
11361         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
11362         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
11363
11364         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
11365         Added new relocation types for start/end scope of a local variable.
11366
11367 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11368
11369         * object.h: add mono_object_domain() macro.
11370         * reflection.c: handle typespecs.
11371         * icall.c: MonoMethod::get_Name() implementation.
11372
11373 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11374
11375         * icall.c: String::GetHashCode() icall implementation.
11376
11377 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11378
11379         * icall.c: String::IndexOfAny icall.
11380         * object.c, object.h: make array->max_length more useful.
11381         Intrduced mono_object_class() and mono_string_length() macros.
11382
11383 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11384
11385         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
11386         instead of g_unichar_isdigit.
11387
11388 2002-04-11  Nick Drochak  <ndrochak@gol.com>
11389
11390         * icall.c: Implement a simple Double.ToString().
11391
11392 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11393
11394         * appdomain.h: only io-layer.h is supposed to be included.
11395         * icall.c: explicitly import environ. Fix warning.
11396
11397 2002-04-10  Nick Drochak  <ndrochak@gol.com>
11398
11399         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
11400                 return true even if it's not Daylight Savings time.
11401                 Only return false for the case where the function isn't
11402                 implemented for a plaform (read Windows).
11403
11404 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11405
11406         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
11407         data with a mutex.
11408
11409 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
11410
11411         * mempool.c (mono_mempool_alloc): only use g_malloc when
11412         absolutely necessary.
11413
11414 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11415
11416         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
11417
11418         * class.c (mono_class_vtable): use domain mempool to allocate vtable
11419         (mono_class_proxy_vtable): use domain mempool
11420
11421 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11422
11423         * appdomain.h, appdomain.c: split initialization that requires the
11424         execution engine support into mono_runtime_init().
11425
11426 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11427
11428         * class.c (mono_class_init): don't include vtable inside MonoClass
11429         to save some memory, gather some statistics.
11430         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
11431
11432 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11433
11434         * icall.c: internalcall implementation for ValueType.Equals().
11435
11436 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
11437
11438         * object.c (mono_message_init): moved 
11439         (mono_runtime_exec_main): new arch. independent impl.
11440         (mono_runtime_invoke_array): new method - like
11441         mono_runtime_invoke, but you can pass an array of objects.
11442         (mono_remoting_invoke): new arch. independent impl.
11443         (mono_message_invoke): new arch. independent impl.
11444         (mono_runtime_class_init): new arch. independent impl.
11445         (mono_runtime_object_init): new arch. independent impl.
11446
11447 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11448
11449         * metadata.c, object.c, reflection.c: documented the exported
11450         functions.
11451
11452 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
11453
11454         * icall.c: simpler code to pass the assembly builder data to corlib.
11455         Implement GetNestedTypes() internalcall.
11456
11457 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11458
11459         * class.c: warn if a type can't be loaded.
11460
11461 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
11462
11463         * image.h: typedef MonoImageOpenStatus
11464         * types.h: removed unused file
11465         
11466 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
11467
11468         * icall.c: Enum_ToObject accepts enum value arguments.
11469
11470 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11471
11472         * class.c: move initialization of properties, events and nested
11473         classes, so that they happen for interfaces, too.
11474
11475 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11476
11477         * icall.c: cleanup some ugly casts in Array_SetValue*.
11478
11479 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11480
11481         * icall.c: the values array fro enums is of the correct type, now.
11482         Implement (correctly) getFullName instead of assQualifiedName for
11483         MonoType.
11484         * reflection.h, reflection.c: added mono_type_get_name ().
11485
11486 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11487
11488         * assembly.c, image.h: for each MonoImage, record from wich assembly
11489         it was loaded.
11490         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
11491         Make Type.Assembly work.
11492
11493 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
11494
11495         * debug-symfile.h: use char* instead of gpointer to avoid
11496         unnecessary casts.
11497
11498         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
11499
11500         * icall.c (ves_icall_InternalExecute): impl. FielSetter
11501         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
11502
11503 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
11504
11505         * icall.c (mono_message_init): impl. (code cleanup)
11506         (ves_icall_InternalExecute): impl. FieldGetter
11507
11508         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
11509         defined we call all (non-static)methods through the vtable. 
11510
11511 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
11512
11513         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
11514         finalizer even though the memory is still referenced (and the chunk of
11515         memory is not freed).
11516
11517 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
11518
11519         * assembly.c: fix brokeness.
11520
11521 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
11522
11523         * class.c: kill some warnings. Check explicit interface method
11524         implementation also without considering the namespace.
11525         Load also literal strings in static class data.
11526
11527 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
11528
11529         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
11530         (default_assembly_name_resolver): Make the resolver take the
11531         "base" directory where the assembly was originally defined, so we
11532         can load DLLs that are in the same directory as the assembly that
11533         is being referenced.
11534
11535 2002-03-28  Dick Porter  <dick@ximian.com>
11536
11537         * file-io.h: 
11538         * file-io.c:
11539         * socket-io.c: 
11540         * unicode.h: 
11541         * unicode.c: Warning cleanups
11542
11543 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
11544
11545         * object.h, reflection.h: use the correct type instead of MonoObject.
11546
11547 2002-03-28  Martin Baulig  <martin@gnome.org>
11548
11549         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
11550         (mono_debug_update_symbol_file): Initialize classes if necessary.
11551
11552 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11553
11554         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
11555         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
11556
11557 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
11558
11559         * assembly.h: fix function prototype.
11560         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
11561         * mono-endian.h: use const cast.
11562
11563 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11564
11565         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
11566
11567 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11568
11569         * loader.c: don't assert when a typeref can't be loaded, give
11570         a chance to the runtime to trow an exception instead.
11571         * loader.h: fix warning.
11572
11573 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11574
11575         * class.c (mono_class_proxy_vtable): added proxy support
11576
11577 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
11578
11579         * icall.c: removed last of PAL calls, added System.Environment
11580         * file-io.h, file-io.c: MonoIO implementation
11581         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
11582
11583 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11584
11585         * appdomain.c: do not use the byte marker in ldstr table lookup.
11586         * debug-helpers.c: allow two ':' to separate class and method name.
11587         * object.c: allocate arrays bounds with the GC, too.
11588         * verify: add a few more checks.
11589
11590 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
11591
11592         * reflection.c: output also literal strings. Allocate parameter data
11593         with GC_malloc() (thanks, Martin, for catching this!).
11594
11595 2002-03-26  Martin Baulig  <martin@gnome.org>
11596
11597         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
11598         include the `this' offset in the `param_offsets'.
11599
11600 2002-03-25  Martin Baulig  <martin@gnome.org>
11601
11602         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
11603         mono_debug_get_class() function to get the classes. Added new
11604         relocation types for arrays and strings.
11605         (mono_debug_get_class): New static function to search in all
11606         referenced assemblies for a metadata token.
11607
11608         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
11609
11610 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
11611
11612         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
11613         hold gc-allocated objects. Make the string heap a stream like the
11614         others. Removed duplicated code when writing stream info.
11615         Added asserts to catch possible buffer overflows. Set the sorted map
11616         for tables that need sorting. Added some documentation.
11617
11618 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
11619
11620         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
11621         for interned strings and vtables.
11622
11623 2002-03-24  Martin Baulig  <martin@gnome.org>
11624
11625         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
11626         it in the array since it was created with g_slist_prepend().
11627
11628 2002-03-24  Martin Baulig  <martin@gnome.org>
11629
11630         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
11631         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
11632         (mono_debug_method_from_token): Renamed to
11633         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
11634         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
11635
11636         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
11637         relocation types.
11638
11639         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
11640
11641 2002-03-24  Martin Baulig  <martin@gnome.org>
11642
11643         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
11644         (mono_debug_method_from_token): New func.
11645
11646         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
11647         New interncall, calls mono_debug_local_type_from_signature().
11648         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
11649         calls mono_debug_method_from_token().
11650
11651 2002-03-23  Martin Baulig  <martin@gnome.org>
11652
11653         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
11654         specifies the number of bytes to be converted, not the array size.
11655         Return the number of chars, not the number of bytes.
11656         (ves_icall_iconv_get_chars): The `byteCount' argument
11657         specifies the number of bytes to be converted, not the array size.
11658
11659 2002-03-23  Martin Baulig  <martin@gnome.org>
11660
11661         * reflection.h (MonoReflectionSigHelper): New type.
11662
11663         * reflection.c (mono_reflection_sighelper_get_signature_local),
11664         (mono_reflection_sighelper_get_signature_local): New functions.
11665
11666         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
11667         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
11668         interncalls.
11669
11670 2002-03-23  Martin Baulig  <martin@gnome.org>
11671
11672         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
11673         is_writeable is set.
11674         (mono_raw_buffer_update): New function to write the modified map
11675         back to disk.
11676
11677         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
11678
11679         * debug-symfile.c (mono_debug_update_symbol_file): Call
11680         mono_raw_buffer_update() when done writing.
11681
11682 2002-03-23  Martin Baulig  <martin@gnome.org>
11683
11684         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
11685
11686         * debug-symfile.c: Added support for arguments and local variables.
11687
11688 2002-03-23  Dick Porter  <dick@ximian.com>
11689
11690         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
11691         protected by ifdefs, hence breaking the w32 build.
11692
11693 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11694
11695         * object.c: implement is_interned() the right way.
11696
11697 2002-03-21  Martin Baulig  <martin@gnome.org>
11698
11699         * debug-symfile.[ch]: New files to handle debugging information
11700         files. There's also support to dynamically update these symbol
11701         files to include machine dependent information.
11702
11703 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
11704
11705         * threads.c (mono_thread_create): new function to create thread
11706         from C
11707
11708 2002-03-20  Martin Baulig  <martin@gnome.org>
11709
11710         * icall.c (ves_icall_InternalInvoke): Create a new object if the
11711         method is a constructor.
11712         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
11713         points to ves_icall_InternalInvoke().
11714
11715 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
11716
11717         * file-io.c: Flush shouldn't throw exceptions.
11718
11719 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
11720
11721         * file-io.c: FileStream flush support; FileSetLength now
11722         restores file pointer.
11723
11724 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
11725
11726         * class.c: set image for pointer classes.
11727
11728 2002/03/19  Nick Drochak <ndrochak@gol.com>
11729
11730         * sysmath.c: Forgot one.
11731
11732 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
11733
11734         * sysmath.c: Avoid redefining existing names.
11735
11736 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
11737
11738         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
11739         handled by runtime as icall rather than dllimport from libm.so
11740         * file-io.c, file-io.h: fixed handle argument type.
11741
11742 2002-03-18  Dick Porter  <dick@ximian.com>
11743
11744         * reflection.c (mono_image_get_type_info): rename interface to
11745         iface, because of "#define interface struct" on windows.
11746
11747 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
11748
11749         * class.c, class.h: rename and export mono_ptr_class_get().
11750         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
11751         * reflection.c, reflection.h, icall.c: better/saner type name
11752         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
11753         method signatures.
11754
11755 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
11756
11757         * class.c (mono_class_init): removed hardcoded GHC_SLOT
11758
11759         * icall.c (ves_icall_InternalInvoke): impl.
11760
11761 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
11762
11763         * reflection.c: output the interface map table, too.
11764
11765 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
11766
11767         * class.c (class_compute_field_layout): separate computation of 
11768         static field layout
11769
11770 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
11771
11772         * icall.c: added System.Buffer support.
11773         * file-io.c: moved file icalls from PAL to FileStream.
11774
11775 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
11776
11777         * icall.c (ves_icall_System_Object_GetHashCode): impl.
11778
11779 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
11780
11781         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
11782
11783 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
11784
11785         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
11786
11787 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
11788
11789         * debug-helpers.{c,h}: moved here from monograph some useful functions
11790         to locate a method by name/signature in a class or image. Included
11791         also a small and flexible IL disassembler.
11792
11793 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11794
11795         * reflection.c: fixup tokens in methods with small header size, too.
11796
11797 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
11798
11799         * object.c (mono_string_to_utf8): remove assert(!error), instead
11800         print a warning. 
11801
11802 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
11803
11804         * icall.c: update to the new mono_Array_class_get interface.
11805
11806 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
11807
11808         * appdomain.c, object.c: Boehm-GC enable.
11809         * icall.c: make get_data_chunk() support split data requests.
11810         Ensure a class is initialized in more cases. Return only the first
11811         property found in GetProperties() or the compiler gets confused. 
11812         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
11813         * reflection.h, reflection.c: add fixup mechanism for field and method
11814         tokens. Initialize assembly->typeref in a single place. Output
11815         properties after events. Support custom attributes for events, too.
11816         Typo fix for paramter custom attrs.
11817
11818 2002-03-07  Martin Baulig  <martin@gnome.org>
11819
11820         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
11821
11822 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
11823
11824         * class.c (mono_array_class_get): fix. for multi. dim. arrays
11825
11826 2002-03-06  Martin Baulig  <martin@gnome.org>
11827
11828         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
11829         non-zero lower bounds. See testcases #F10-#F13.
11830
11831 2002-03-05  Martin Baulig  <martin@gnome.org>
11832
11833         * exception.c (mono_get_exception_argument_out_of_range): New exception.
11834
11835         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
11836         ves_icall_System_Array_GetValue(), only calculate the absolute array position
11837         here.
11838         (ves_icall_System_Array_SetValue): Likewise.
11839         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
11840         as argument and does the actual work. This function is used when copying a
11841         multi-dimensional array.
11842         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
11843         now do all the widening conversions of value types.
11844         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
11845
11846 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11847
11848         * class.c: remove some magic numbers and use the smbolic names,
11849         instead. Added init_events() to load event info at class init time.
11850         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
11851         and mono_metadata_methods_from_event().
11852         * reflection.h, reflection.c: added support for writing out the evnets
11853         related information.
11854
11855 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11856
11857         * reflection.h, icall.c: use a different method (GetInterfaces)
11858         to gather interface info and add isbyref, isprimitive and
11859         ispointer to the ves_icall_get_type_info() return value.
11860
11861 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
11862
11863         * class.h: stared adding support for events.
11864         * icall.c: split find_members implementation. Added debug icall to get
11865         the address of an object.
11866         * reflection.c: handle TypeBuilders in mono_type_get_object().
11867
11868 2002-03-01  Martin Baulig  <martin@gnome.org>
11869
11870         * icall.c (ves_icall_System_Array_GetLength): This must throw an
11871         ArgumentOutOfRangeException(), not an ArgumentException().
11872         (ves_icall_System_Array_GetLowerBound): Likewise.
11873         (ves_icall_System_Array_GetValue): Improved argument checking.
11874         (ves_icall_System_Array_SetValue): Improved argument checking.
11875
11876 2002-03-01  Martin Baulig  <martin@gnome.org>
11877
11878         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
11879         called with invalid arguments rather than just dying with g_assert().
11880         (ves_icall_System_Array_SetValue): Likewise.
11881         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
11882         raise a NotImplementedException instead.
11883         (ves_icall_System_Array_GetLength): Added argument checking.
11884         (ves_icall_System_Array_GetLowerBound): Added argument checking.
11885
11886 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
11887
11888         * object.h (mono_assert): new macros mono_assert and
11889         mono_assert_not_reached
11890
11891 2002-02-28  Martin Baulig  <martin@gnome.org>
11892
11893         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
11894         and "System::String::IsInterned" to "System::String::_IsInterned".
11895
11896 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
11897
11898         * icall.c: remove hacks for typebuilder. Added icall to create a
11899         modified type from a tybebuilder.
11900         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
11901         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
11902         to create a backing MonoClass for a TypeBuilder.
11903
11904 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11905
11906         * class.c, class.h: more refactoring of class init.
11907         Export mono_class_setup_mono_type() and mono_class_setup_parent().
11908
11909 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
11910
11911         * marshal.c, marshal.h: start of marshaling interface.
11912
11913 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
11914
11915         * icall.c: fix order in assembly qualified name icall.
11916
11917 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
11918
11919         * class.c: do not free str, since we store it in the hash table.
11920         * reflection.h: add label field to MonoILExceptionInfo.
11921         * reflection.c: handle references to more than one assembly. Handle
11922         case when there isn't a module created in the assembly.
11923
11924 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11925
11926         * class.c: Fix typo. Start refactoring of class init code.
11927
11928 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11929
11930         * appdomain.c: exit with 1 on error.
11931         * class.c: we already have the name in MonoClassField.
11932         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
11933         MonoStreamHeader instead of an offset of image->raw_metadata.
11934
11935 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
11936
11937         * appdomain.c (mono_init): Be even more descriptive about the error.
11938
11939 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
11940
11941         * appdomain.c: give the user an informative message when corlib can't
11942         be loaded.
11943
11944 2002-02-26  Martin Baulig  <martin@gnome.org>
11945
11946         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
11947         New icall to get the time zone data.
11948
11949 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11950
11951         * reflection.c: set virtual and raw size of section correctly.
11952         * threads.c: transfer domain information to newly created threads.
11953
11954 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
11955
11956         * class.c: when instancing a class in a domain, load the default
11957         vaules for static fields from the constant table. Fix System.Enum to
11958         not be an enum.
11959         * icall.c: implement Object::GetType() internalcall. Implemented
11960         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
11961         Fixed checking of binding flags in find_members().
11962         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
11963         * reflection.c: handle enumerations when writing to the constant
11964         table. Use a different object cache for types.
11965
11966
11967 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
11968
11969         * object.c (mono_object_isinst): fix for arrays
11970
11971         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
11972
11973 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
11974
11975         * object.c: don't use mprotect ()  and fix intern pool hash table
11976         lookup for big endian systems.
11977
11978 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11979
11980         * icall.c: change type_is_subtype_of () signature.
11981
11982 2002-02-21  Mark Crichton  <crichton@gimp.org>
11983
11984         * rand.c, rand.h: Added random number generator for
11985         System.Security.Cryptography classes.
11986
11987         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
11988
11989         * icall.c: Added System.Security.Cryptography calls.
11990
11991 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
11992
11993         * class.c, icall.c, metadata.c: better support for pointer types.
11994         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
11995         * reflection.c: Add support for getting custom attrs for properties
11996         and simplify some code.
11997
11998 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11999
12000         * icall.c: change getToken () and add custom attribute GetBlob()helper
12001         method.
12002         * reflection.h: add custom attrs array to the reflection builder structures.
12003         * reflection.c: encode and emit custom attributes for all the relevant
12004         reflection objects. Cache fieldref and methodref tokens. Change
12005         mono_image_create_token() interface to take a MonoDynamicAssembly.
12006         More complete custom attributes decoder. Load custom attributes for
12007         Assembly, Field, Method and Constructor objects, too. Make the
12008         returned array an Attribute[] one, not object[]. Added
12009         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
12010         custom attribute constructor.
12011
12012 2002-02-20  Dick Porter  <dick@ximian.com>
12013
12014         * icall.c:
12015         * rawbuffer.c:
12016         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
12017         problem code out for now).
12018
12019 2002-02-19  Radek Doulik  <rodo@ximian.com>
12020
12021         * object.c (mono_ldstr): use hash table to avoid multiple swapping
12022
12023 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
12024
12025         * icall.c: register the GetCustomAttributes method.
12026         * object.c, object.h: add mono_string_new_len ().
12027         * reflection.h, reflection.c: added mono_runtime_invoke(),
12028         mono_install_runtime_invoke(). Added
12029         mono_reflection_get_custom_attrs () to load custom attributes and
12030         create the attribute objects.
12031
12032 2002-02-19  Dick Porter  <dick@ximian.com>
12033         * threads-dummy-types.c:
12034         * threads-dummy-types.h:
12035         * threads-dummy.c:
12036         * threads-dummy.h:
12037         * threads-pthread-types.c:
12038         * threads-pthread-types.h:
12039         * threads-pthread.c:
12040         * threads-pthread.h:  Deleted obsolete files
12041
12042 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
12043
12044         * class.c (mono_class_vtable): runtime init the class when we
12045         allocate static class data.
12046
12047         * icall.c (ves_icall_System_Array_SetValue): check for null values.
12048
12049         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
12050         and String - but we will need generic marshalling support in the
12051         future. 
12052         (mono_init): set the domain name in a ms compatible way
12053
12054         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
12055         String[].
12056
12057 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
12058
12059         * object.c (mono_array_clone): use alloca() instead of g_malloc  
12060         for sizes
12061
12062         * appdomain.c (mono_domain_unload): impl.
12063
12064 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12065
12066         * appdomain.c, object.c: fix intern pool implementation.
12067         * class.c: fix alignment code.
12068
12069 2002-02-16  Radek Doulik  <rodo@ximian.com>
12070
12071         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
12072         and s2 > s1, just copy lower bytes to be compatible with little
12073         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
12074         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
12075
12076         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
12077         force big_endian to be 1 for big endian machines 
12078         (ves_icall_iconv_new_decoder): ditto
12079
12080 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
12081
12082         * socket-io.c (convert_sockopt_level_and_name): If the system
12083         doesn't define SOL_IP or SOL_TCP, get them by hand using
12084         getprotobyname() and caching the values (because this could be a
12085         slow operation).
12086         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
12087         Use the appropriate struct when the system does support it. Ie,
12088         not all systems have struct ip_mreqn so use struct ip_mreq when
12089         appropriate.
12090
12091 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
12092
12093         * reflection.c: handle finally clauses.
12094
12095 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
12096
12097         * socket-io.c: use g_snprintf() instead of snprintf.
12098
12099 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12100
12101         * reflection.c (mono_param_get_objects): Cast second argument to
12102         mono_method_get_param_names to a const char** to silence the
12103         compiler warning.
12104
12105         * appdomain.c (mono_domain_assembly_open): Put parens around the
12106         truth statement in the for-loop.
12107
12108         * unicode.c (iconv_convert): Got rid of a compiler warning about
12109         int i being unused when the system has a new iconv.
12110         (iconv_get_length): Same.
12111
12112         * image.c (load_class_names): Cast the second argument to
12113         g_hash_table_insert() to char* to hush compiler warnings about the
12114         arg being a const.
12115         (mono_image_open): Same here.
12116
12117         * socket-io.c: Don't conditionally include sys/filio.h or
12118         sys/sockio.h here anymore since we now get them from
12119         io-layer/io-layer.h
12120         (inet_pton): If the system doesn't support inet_aton, implement
12121         using inet_addr and also #define INADDR_NONE if it isn't defined
12122         by the system.
12123
12124 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
12125
12126         * metadata.c, metadata.h: added function to get packing and size info
12127         of a typedef.
12128         * reflection.h, reflection.c: handle field RVA data. Save info about
12129         the table layout if needed. Assign typedef indexes to all the types
12130         before dumping the info about them to avoid forward reference problems.
12131
12132 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
12133
12134         * socket-io.c (convert_sockopt_level_and_name): ifdef
12135         SO_ACCEPTCONN because it is not defined on my system (old debian)
12136
12137 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12138
12139         * opcode.c: use stddef.h to get NULL.
12140
12141 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12142
12143         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
12144         for FIONBIO, FIONREAD and SIOCATMARK.
12145         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
12146         define INADDR_NONE and besides, inet_addr() is deprecated and
12147         should not be used. Use inet_pton() instead - it also has the
12148         added bonus that it can easily handle IPv6 addresses as well.
12149         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
12150
12151 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12152
12153         * decimal.c: remove _MSC_VER conditional.
12154
12155 2002-02-13  Dick Porter  <dick@ximian.com>
12156
12157         * socket-io.c: 
12158         * icall.c: Internal calls for Blocking, Select, Shutdown,
12159         GetSocketOption and SetSocketOption
12160
12161 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12162
12163         * assembly.cs: better resolver: use it instead of some kludgy
12164         code.
12165
12166 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
12167
12168         * reflection.c: the best way to speed-up the compiler is to avoid
12169         infinite loops.
12170
12171 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
12172
12173         * class.c (mono_class_vtable): changed the object layout
12174         (obj->vtable->class). 
12175         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
12176
12177 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12178
12179         * assembly.c: look for assemblies in the assembly dir, too.
12180
12181 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12182
12183         * class.c: fix thinko in mono_class_from_type().
12184
12185 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12186
12187         * exception.h, exception.c: added TypeLoadException.
12188         * object.h, object.c: added mono_array_clone ().
12189         * icall.c: handle throwOnError in AssemblyGetType().
12190         Added Array.Clone().
12191         * opcode.h, opcode.c: use a single value for the opcode val.
12192         Compile fix for non-gcc compilers.
12193
12194 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
12195
12196         * opcodes.c, opcodes.h: export interesting info about opcodes.
12197
12198 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
12199
12200         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
12201         icalls. 
12202
12203         * class.c (class_compute_field_layout): set element_class for enums
12204         (mono_class_create_from_typedef): set element_class for normal classes
12205
12206         * icall.c (ves_icall_System_Enum_get_value): impl.
12207
12208         * class.c (mono_class_create_from_typedef): do not set valuetype
12209         flag for System.ValueType and System.Enum
12210
12211 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
12212
12213         * unicode.c (iconv_convert): fix big endian problem.
12214
12215 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12216
12217         * class.c: add asserts if we are ever going to scribble over memory.
12218         * socket-io.c: not all systems have AF_IRDA defined.
12219
12220 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
12221
12222         * class.c (class_compute_field_layout): do not consider static
12223         fields to compute alignment
12224
12225 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
12226
12227         * appdomain.c (mono_appdomain_get): impl.
12228         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
12229
12230 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12231
12232         * icall.c: ignore "file://" prefix when loading an assembly.
12233
12234 2002-01-23  Dick Porter  <dick@ximian.com>
12235
12236         * socket-io.c:
12237         * icall.c:
12238         * Makefile.am: Added socket support
12239
12240 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12241
12242         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
12243         code back.  This should return the assemblies that are loaded by
12244         the runtime on behalf of an application domain. 
12245
12246         The current implementation is still broken, it just returns every
12247         assembly loaded, but until we get real applications domain this
12248         will do.
12249
12250 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
12251
12252         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
12253         AppDomain object.
12254
12255 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12256
12257         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
12258         the mono_class_from_name lookup.
12259         (ves_icall_get_parameter_info): ditto.
12260         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
12261         method.
12262         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
12263
12264 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
12265
12266         * class.c: load also nested classes on class init.
12267         System.ValueType instance methods gets passed boxed
12268         values, unless methods in derived classed that get a pointer to the
12269         data.
12270         * icall.c: use better name parsing code in GetType().
12271         * image.c, image.h: add mono_image_loaded ().
12272         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
12273         * reflection.c, reflection.h: added mono_reflection_parse_type().
12274
12275 2002-01-22  Veronica De Santis <veron78@interfree.it>
12276
12277         * icall.c : Added mapping of internal calls for Manual and Auto reset events
12278         * threads.c : Added the implementation of internal calls for events
12279         * threads.h : Added prototypes of internal calls for events
12280         
12281 2002-01-21  Radek Doulik  <rodo@ximian.com>
12282
12283         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
12284
12285 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
12286
12287         * class.c (mono_class_init): set min_align to 1 (instead of 0)
12288         (mono_class_value_size): use min_align
12289
12290 2002-01-20  Dick Porter  <dick@ximian.com>
12291
12292         * threads.h:
12293         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
12294         so it compiles on w32.
12295
12296 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
12297
12298         * metadata.c (mono_type_stack_size): impl.
12299
12300         * class.c (mono_class_get_field): impl. memberref token
12301
12302 2002-01-16 Veronica De Santis <veron78@@interfree.it>
12303
12304         * icall.h : Added the internal calls mapping for CreateMutex_internal
12305                     and ReleaseMutex_internal.
12306         * threads.h : Added the prototype of mutexes internal calls.
12307         * threads.c : Added the implementations of mutexes internal calls.
12308
12309 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12310
12311         * metaparse.h: removed unused file.
12312         * reflection.c, reflection.h: added stream_data_align () function 
12313         to align data in streams and keep stream aligned. Add support for
12314         exception support in method headers.
12315
12316 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
12317
12318         * unicode.c: make iconv_convert () return the number of bytess written
12319         in the output buffer.
12320
12321 2002-01-15  Dick Porter  <dick@ximian.com>
12322         * threads.c: Make the runtime's idea of infinite timeouts coincide
12323         with the class library's
12324
12325         Fix a particularly egregious bug in mono_thread_cleanup(). That
12326         code was so utterly bogus it must have been written on a Monday.
12327
12328 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12329
12330         * reflection.h: add subtypes field to TypeBuilder.
12331         * reflection.c: encode constants for literal fields.
12332         Handle subtypes. Fix user string token (and add a zero byte)
12333         at the end.
12334         
12335 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
12336
12337         * class.c (mono_class_init): bug fix: assign slot numbers for
12338         abstract methods.
12339
12340 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12341
12342         * reflection.c: don't try to output a code RVA for abstract methods.
12343         Small fixes for method header format. Output parameter info to the
12344         ParamDef table. Save method overriding info to MethodImpl table.
12345         Fix property support. Allow typedef.extends to be a type in the
12346         building assembly.
12347         * verify.c: fix off-by-one error.
12348
12349 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
12350
12351         * class.c: fix mono_class_from_mono_type () for szarray types.
12352         Remove unused cache check in mono_class_from_type_spec().
12353         * icall.c: *type_from_name () functions handle simple arrays and byref.
12354         * reflection.c: handle byref and szarray types. Handle methods without
12355         body (gets P/Invoke compilation working). Handle types and fields in
12356         get_token ().
12357         * reflection.h: add rank to MonoTypeInfo.
12358
12359 2002-01-10  Dick Porter  <dick@ximian.com>
12360
12361         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
12362         internal calls
12363
12364 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12365
12366         * icall.c: initialize class in type_from_handle ().
12367         Loop also in parent classes for get_method ().
12368         * reflection.c: properly encode class and valuetype types.
12369         Start on encoding TypeBuilder types. Handle fieldrefs.
12370         Use correct length when registering a user string.
12371         Handle ConstructorBuilder and MonoMethod in get_token ().
12372         Make mono_type_get_object () aware of cached types.
12373         * object.c: back out change to mono_string_new ().
12374
12375 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
12376         * object.c: mono_string_new should return a NULL when the string 
12377         passed in is NULL -- not try to deference it.
12378         
12379 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
12380
12381         * icall.c: hack to make IsSubType work for TypeBuilders.
12382         * reflection.c: emit constructors before methods.
12383         Retrieve param names in mono_param_get_objects().
12384
12385 2002/01/05  Nick Drochak  <ndrochak@gol.com>
12386
12387         * Makefile.am: fix list of headers and sources so automake 1.5
12388         doesn't complain. Removed \# at end of list.
12389
12390 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12391
12392         * reflection.c: get token for a method ref. Set return type of
12393         constructor to void.
12394         * loader.c: debug message.
12395         * class.c: typo fix.
12396
12397 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
12398
12399         * icall.c: fix array init with rank > 1. FindMembers
12400         loops in parent class as well.
12401         * image.c: do not insert nested types in name cache.
12402         * reflection.c: warning fix.
12403         * reflection.h: add override method (for interface impl).
12404
12405 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
12406
12407         * metadata.c: fix customattr decoding.
12408
12409 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
12410
12411         * rawbuffer.cs: Added native Win32 implementation, avoids using
12412         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
12413
12414 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
12415
12416         * class.c: make the low-level routines handle the cache.
12417
12418 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
12419
12420         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
12421
12422 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
12423
12424         * class.c: fix mono_array_element_size() for objects.
12425         * class.h, class.c: add properties to MonoClass and load them
12426         at init time.
12427         * icall.c: check with isinst() when assigning a value to an array
12428         instead of requiring the classes to match exactly.
12429         Implemented icall for System.Type::GetType().
12430         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
12431         enums. Handle bindingflags when looking for methods and fields.
12432         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
12433         and mono_metadata_methods_from_property().
12434         * reflection.h, reflection.c: added structures for propreties,
12435         parameters and enums. Implemented mono_property_get_object() and
12436         mono_param_get_objects().
12437
12438 2001-12-18  Dick Porter  <dick@ximian.com>
12439
12440         * file-io.c: Use mono_string_to_utf16() instead of
12441         mono_string_chars()
12442
12443         * object.c: Added mono_string_to_utf16(), which copies the non
12444         NULL-terminated MonoString into a new double-null-terminated
12445         buffer.
12446
12447 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
12448
12449         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
12450
12451 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
12452
12453         * file-io.c: raise exceptions if handle is invalid.
12454
12455 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
12456
12457         * assembly.c: yet another check for mscorlib.
12458         * class.c, class.h: load nesting info for classes.
12459         * icall.c: many new functions to support the Reflection classes.
12460         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
12461         * reflection.h, reflection.c: mono_image_create_token(),
12462         mono_assembly_get_object(), mono_type_get_object(),
12463         mono_method_get_object(), mono_field_get_object(): methods to return
12464         objects that parallel the C representation of assemblies, types,
12465         methods, fields.
12466
12467 2001-12-11  Dick Porter  <dick@ximian.com>
12468
12469         * icall.c:
12470         * file-io.c: Internal calls for file IO.
12471
12472 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
12473
12474         * tabledefs.h: missing FileAttributes.
12475         * verify.h, verify.c: use is_valid_string () to simplify and check for
12476         valid strings more correctly. Fix warnings and speeling.
12477         Check more tables: Filed, File, ModuleRef, StandAloneSig.
12478         Check code: branches, maxstack, method calls.
12479
12480 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
12481
12482         * object.c (mono_object_allocate): removed static, so that the jit
12483         can allocate value types.
12484
12485         * icall.c (ves_icall_System_DateTime_GetNow): impl.
12486
12487 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12488
12489         * class.c: init enum types right away and register the
12490         token->MonoClass map in mono_class_create_from_typedef ().
12491         * verify.h, verify.c: first cut of the verifier.
12492         * pedump.c: add --verify switch to verify metadata tables.
12493         * tabledefs.h: add some missing enums.
12494
12495 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
12496
12497         * class.c (mono_install_runtime_class_init): impl.
12498         (mono_class_init): renamed mono_class_metadata_init to
12499         mono_class_init, also removed the metadata_inited flag
12500
12501         * object.c (mono_object_isinst): use faster algorithm
12502
12503 2001-11-30  Radek Doulik  <rodo@ximian.com>
12504
12505         * mono-endian.h: reverted last change
12506         added function prototypes
12507
12508         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
12509         add mono-endian.c back
12510
12511         * mono-endian.c: returned back, as Paolo pointed out, it's needed
12512         for unaligned access, I've mistaked it with endianess. I am
12513         sorry.
12514         (mono_read16): fix reverted endianess
12515         (mono_read64): ditto
12516         (mono_read32): ditto
12517
12518 2001-11-30  Dick Porter  <dick@ximian.com>
12519
12520         * exception.c: Implement mono_exception_from_name()
12521
12522 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12523
12524         * metadata.h, metadata.c: remove params_size and locals_size and their
12525         calculation from the metadata code: they are only usefult to the
12526         interp.
12527
12528 2001-11-29  Radek Doulik  <rodo@ximian.com>
12529
12530         * object.c (mono_ldstr): swap bytes here, it's probably not the
12531         best place, but works for me now, I'll redo it once I know mono
12532         better, also note that I add PROT_WRITE and don't reset back, also
12533         note that it's only affects big endians, so x86 should be OK
12534
12535         * mono-endian.h (read16): use just glib macros for both endians
12536
12537         * mono-endian.c: removed as glib macros are used in in
12538         mono-endian.h so we don't need to care about endianess for read
12539         macros as glib does that for us already
12540
12541 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
12542
12543         * class.h, class.h: take minimum alignment into consideration so
12544         that the fields of a class remain aligned also when in an array.
12545
12546 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12547
12548         * loader.h, loader.c: add mono_method_get_param_names().
12549         * class.c: 0-init class fields.
12550
12551 2001-11-26  Dick Porter  <dick@ximian.com>
12552
12553         * icall.c:
12554         * threads-types.h:
12555         * threads.c: New file that handles System.Threading on all platforms
12556
12557         * object.c: 
12558         * object.h: Remove the synchronisation struct from MonoObject,
12559         replace it with a pointer that gets initialised on demand
12560
12561         * Makefile.am: Replace all the system-specific threading code with
12562         a single file that uses the new wrapper library
12563
12564 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
12565
12566         * class.c, class.h: add mono_install_trampoline() so that the runtime
12567         can register a function to create a trampoline: removes the ugly
12568         requirement that a runtime needed to export arch_create_jit_trampoline.
12569         * object.h, object.c: added mono_install_handler() so that the runtime
12570         can install an handler for exceptions generated in C code (with
12571         mono_raise_exception()). Added C struct for System.Delegate.
12572         * pedump.c: removed arch_create_jit_trampoline.
12573         * reflection.c: some cleanups to allow registering user strings and
12574         later getting a token for methodrefs and fieldrefs before the assembly
12575         is built.
12576         * row-indexes.h: updates and fixes from the new ECMA specs.
12577
12578 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
12579
12580         * class.h, class.c: add enum_basetype field to MonoClass.
12581         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
12582         to get index in the constant table reated to a field, param or
12583         property.
12584         * reflection.h, reflection.c: handle constructors. Set public-key and
12585         version number of the built assembly to 0.
12586         * row-indexes.h: update from new ECMA spec.
12587
12588 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12589
12590         * class.h, class.c: add a max_interface_id to MonoClass.
12591         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
12592         since it's used to do that. Added mono_type_type_from_obj().
12593         Make GetType() return NULL instead of segfaulting if the type was not
12594         found. Handle simple arrays in assQualifiedName.
12595         * object.h: add a struct to represent an Exception.
12596         * reflection.c: output call convention in method signature.
12597         Add code to support P/Invoke methods and fixed offsets for fields.
12598
12599 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
12600
12601         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
12602         the value.
12603         * icall.c: use mono_array_addr instead of array->vector: fixes the
12604         reflection image writing.
12605         * reflection.c: init call convention byte to 0 in method signature.
12606         Encode the property signature. Don't output property-related methods
12607         twice. Really process the properties for a type (don't cast a field to
12608         a property, my mom always told me that).
12609         Fix 64 bit issues in pointer alignment in a different and more
12610         readable way.
12611
12612 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
12613
12614         * loader.h: Removed type class from MonoDefaults, added monotype
12615
12616         * loader.c: Loaded MonoType, removed loading of Type
12617
12618         * icall.c (my_mono_new_object): Now returns a System.MonoType,
12619         and fills in System.Type._impl with a RuntimeTypeHandle rather
12620         than the actual MonoClass *
12621
12622         (ves_icall_type_from_handle): change from type_class to
12623         monotype_class
12624
12625         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
12626         implemented
12627
12628         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
12629         implemented
12630
12631         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
12632
12633         (ves_icall_System_Reflection_Assembly_GetType): implemented
12634
12635         (ves_icall_System_MonoType_assQualifiedName): implemented
12636
12637         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
12638
12639 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
12640
12641         * assembly.c (mono_assembly_open): Implement a cache for the
12642         assemblies. 
12643
12644         (mono_assembly_close): only destroy the assembly when the last
12645         reference is gone.
12646         
12647 2001-11-09  Dick Porter  <dick@ximian.com>
12648
12649         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
12650
12651 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
12652
12653         * class.c (mono_class_metadata_init): bug fix: compute the right slot
12654
12655 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12656
12657         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
12658         from Martin Weindel.
12659         * object.h: add mono_string_chars ().
12660
12661 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
12662
12663         * reflection.c (build_compressed_metadata): Eliminates warnings
12664         and uses 64-bit clean code.
12665
12666         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
12667         (mono_type_equal): Change signature to eliminate warnings.
12668
12669 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12670
12671         * icall.c, loader.c: remove the internalcall array constructors.
12672         Changes to match the new MonoArray structure.
12673         * object.h, object.c: an array object doesn't allocate an extra
12674         vector. Add mono_array_new_full () to create jagged arrays easily.
12675
12676 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12677
12678         * metadata.h, metadata.c: add mono_metadata_field_info () to
12679         retreive all the info about a field from vairous tables.
12680         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
12681         * class.h, class.c: augment MonoClassField with more info.
12682         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
12683         policy and load a field's RVA if needed.
12684
12685 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
12686
12687         * class.c (mono_class_metadata_init): create a trampoline for all
12688         virtual functions instead of actually compiling them.
12689
12690 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
12691
12692         * class.h, class.c: include name in MonoClassField.
12693         * class.c: fix fundamental type of System.Object and System.String.
12694         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
12695         tokens in ldtoken.
12696         * icall.c: remove internalcalls for the Reflection stuff that is now
12697         done in C# code.
12698         * loader.c: mono_field_from_memberref () implementation.
12699         * mono-endian.c: thinko (s/struct/union/g).
12700         * object.c, object.h: make the mono_string_* prototypes actually use
12701         MonoString instead of MonoObject.
12702         * reflection.c, reflection.h: updates for changes in the reflection
12703         code in corlib: we use C structures that map to the actual C# classes.
12704         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
12705         fat method header if needed and use the info from the ILGenerator for
12706         methods. Handle fields in types. Misc fixes.
12707
12708 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
12709
12710         * class.c (mono_class_metadata_init): bug fix: always allocate
12711         space for static class data
12712
12713 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
12714
12715         * class.c (mono_compute_relative_numbering): use relative
12716         numbering to support fast runtime type checks.
12717
12718 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
12719
12720         * class.c (mono_class_create_from_typeref): added debugging output
12721         to print class name when MonoDummy is returned instead of real class
12722
12723 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
12724
12725         * class.c (mono_class_metadata_init): interface offset table now
12726         contains pointers into the vtable - this is more efficient for the jit
12727
12728 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
12729
12730         * class.c (mono_class_metadata_init): use a temporary vtable (the
12731         old algorithm only worked for the interpreter, but not for the jit)
12732
12733 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
12734
12735         * loader.c (method_from_memberref): use mono_class_get to get the
12736         class of an array instead of using System.Array directly.
12737         (mono_get_method): also add MEMBERREF methods to the method cache
12738         which usefull for arrays.
12739
12740 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
12741
12742         * pedump.c (arch_compile_method): added to compute vtable entry
12743
12744         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
12745         number of interfaces.
12746         
12747         * class.h: merged MonoArrayClass into MonoClass
12748
12749         * class.c (mono_class_create_from_typedef): compute the vtable size and
12750         allocate space to include the vtable inside MonoClass
12751         (mono_class_metadata_init): initialize the vtable
12752
12753 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
12754
12755         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
12756         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
12757         * image.c: endian fixes by Laurent Rioux.
12758         * object.h, object.c: rename MonoStringObject to MonoString and
12759         MonoArrayObject to MonoArray. Change some function names to conform to
12760         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
12761         guint16* as first argument, so don't use char*.
12762         Provide macros to do the interesting things on arrays in a portable way.
12763         * threads-pthread.c: updates for the API changes and #include <sched.h>
12764         (required for sched_yield()).
12765         * icall.c: updates for the API changes above.
12766         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
12767         platforms that need them.
12768
12769 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
12770
12771         * class.c: set the correct type for all the fundamental
12772         type when loading the class.
12773
12774 2001-10-05  Dick Porter  <dick@ximian.com>
12775
12776         * threads-pthread.c (pthread_mutex_timedlock): Simple
12777         compatibility version for C libraries that lack this call.
12778
12779 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12780
12781         * class.c: MonoTypes stored in MonoClass are stored as
12782         fundamental MonoTypes when the class represents a
12783         fundamental type (System.Int32, ...).
12784         The TypeHandle return by ldtoken is a MonoType*.
12785         * icall.c: ves_icall_get_data_chunk () write out all the
12786         PE/COFF stuff. Implement ves_icall_define_method (),
12787         ves_icall_set_method_body (), ves_icall_type_from_handle ().
12788         * image.c: properly skip unknown streams.
12789         * loader.h, loader.c: add type_class to mono_defaults.
12790         * metadata.c, metadata.h: export compute_size () as
12791         mono_metadata_compute_size () with a better interface.
12792         Typo and C&P fixes.
12793         * pedump.c: don't try to print the entry point RVA if there is no entry point.
12794         * reflection.c, reflection.h: many cleanups, fixes, output method
12795         signatures and headers, typedef and typeref info, compress the metadata
12796         tables, output all the heap streams, cli header etc.
12797         * row-indexes.h: typo fixes.
12798
12799 2001-10-04  Dick Porter  <dick@ximian.com>
12800
12801         * object.h: Add a synchronisation mutex struct to MonoObject
12802
12803         * object.c (mono_new_object): Initialise the object
12804         synchronisation mutexes
12805
12806         * icall.c: System.Threading.Monitor internal calls
12807         
12808         * threads-pthread.h:
12809         * threads-pthread.c: System.Threading.Monitor internal calls
12810
12811         * threads-types.h: New file, includes the system-specific thread
12812         structures
12813         
12814         * threads-pthread-types.h:
12815         * threads-pthread-types.c: New files, handle pthread-specific
12816         synchronisation types
12817
12818         * threads-dummy-types.h: 
12819         * threads-dummy-types.c: New files of dummy support for
12820         thread-specific types
12821
12822         * metadata.c:
12823         * image.c:
12824         * pedump.c: include mono-endian.h not endian.h
12825         
12826         * Makefile.am: More threads files.
12827         Name mono-endian.h not endian.h
12828
12829 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
12830
12831         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
12832         stuff and implement a few more bits.
12833         * icall.c: a field needs to be dereferenced twice. Do not use the same
12834         name for two variables in the same scope.
12835         * image.c, image.h: cleanups.
12836
12837 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
12838
12839         * class.c (mono_class_metadata_init): bug fix: compute the right size
12840
12841 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
12842
12843         * icall.c: implemented some of the Reflection internalcalls.
12844         * image.c, image.h: start writing out the PE/COFF image.
12845         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
12846         that does the reverse than decode_blob_size ().
12847         * object.c: use mono_metadata_encode_value (). Move here
12848         temporary implementation of mono_string_to_utf8 ().
12849         * rawbuffer.c: make malloc_map static.
12850
12851 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12852
12853         * metadata.c: fix type comparison for arrays.
12854         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
12855         Added a couple of new classes to monodefaults.
12856         * icall.c: added a couple of Reflection-related internalcalls.
12857         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
12858         Added a byval_arg MonoType to MonoClass.
12859
12860 2001-09-28  Dick Porter  <dick@ximian.com>
12861
12862         * icall.c:
12863         * threads-pthread.h: 
12864         * threads-pthread.c: Implemented internal calls for
12865         LocalDataStoreSlot operations.  Applied mutexes around all shared
12866         data.  Reworked the thread creation and Start() operations to
12867         avoid a race condition.
12868         
12869         * threads-dummy.h:
12870         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
12871
12872 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
12873
12874         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
12875
12876 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
12877
12878         * class.c, loader.c: warn and return NULL instead of erroring out.
12879         * icall.c: added System.AppDomain::getCurDomain().
12880         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
12881
12882 2001-09-25  Dick Porter  <dick@ximian.com>
12883
12884         * threads-pthread.h:
12885         * threads-pthread.c: Implemented timed thread joining and added
12886         System.Threading.Thread::Join_internal internal call
12887
12888         * icall.c: Added System.Threading.Thread::Join_internal internal call
12889
12890         * threads-dummy.h:
12891         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
12892
12893 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
12894
12895         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
12896         mono_string_intern () to implement the semantics of the ldstr opcode
12897         and the interning of System.Strings.
12898         * icall.c: provide hooks to make String::IsIntern and String::Intern
12899         internalcalls.
12900
12901 2001-09-23  Dick Porter  <dick@ximian.com>
12902
12903         * threads-dummy.c: 
12904         * threads-dummy.h: New files of dummy threading routines
12905
12906         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
12907         support code based on system specifics
12908
12909         Rename PTHREAD_LIBS to THREAD_LIBS
12910         
12911 2001-09-23  Dick Porter  <dick@ximian.com>
12912
12913         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
12914         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
12915         internal calls.
12916         (mono_thread_init): Set up a Thread object instance to return when
12917         the main thread calls Thread.CurrentThread
12918         (mono_thread_cleanup): Wait for all subthreads to exit
12919
12920         * icall.c: New internal calls for System.Threading.Thread::Sleep
12921         (including Schedule) and CurrentThread
12922
12923         * threads.h: New file, to insulate thread-specific stuff from the
12924         rest of the code
12925
12926 2001-09-21  Dick Porter  <dick@ximian.com>
12927
12928         * threads-pthread.h: 
12929         * threads-pthread.c: New file, for handling pthreads-style
12930         threading support.  Start() now starts a new thread and executes
12931         the ThreadStart delegate instance.
12932
12933         * icall.c: Added the internalcall for
12934         System.Threading.Thread::Start_internal
12935
12936         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
12937
12938 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
12939
12940         * loader.c: work around the different signatures for delegates
12941         constructors csc generates in compiled code vs the ones compiled in mscorlib.
12942
12943 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
12944
12945         * class.h, class.c: add mono_class_get_field_from_name ().
12946         * *: Fix C comments and other ANSI C issues.
12947
12948 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
12949
12950         * endian.h, assembly.c: fix some endianness issues.
12951
12952 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
12953
12954         * loader.h, load.c: add delegate_class to mono_defaults.
12955         Handle runtime provided methods in mono_get_method ().
12956
12957 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
12958
12959         * loader.c (mono_get_method): use pinvoke for internal call
12960
12961         * icall.c: use pinvoke for internal call
12962
12963         * loader.c (method_from_memberref): set the method name
12964
12965 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
12966
12967         * metadata.c: help the compiler generate better code for
12968         mono_class_from_mono_type ().
12969
12970 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
12971
12972         * class.c (mono_class_metadata_init): delayed computing of the
12973         class size to mono_class_metadata_init ()
12974
12975 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
12976
12977         * class.c, class.h: add an interfaces member to MonoClass.
12978         * image.c, image.h: add assembly_name field to MonoImage
12979         from the assembly table.
12980         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
12981
12982 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
12983
12984         * class.c: Handle Array in mono_class_from_mono_type ().
12985         * metadata.c, pedump.c: some endian fixes.
12986
12987 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
12988
12989         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
12990         * metadata.c: fix small problem introduced with the latest commit.
12991
12992 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
12993
12994         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
12995         We don't need a MonoMetadata pointer anymore to compare signatures in
12996         mono_metadata_signature_equal (), update callers.
12997         Reduced memory usage an number of allocations for MonoMethodHeader and
12998         MonoMethodSignature.
12999
13000 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
13001
13002         * metadata.c: added compare for szarray.
13003
13004 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
13005
13006         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
13007         and add a couple more types to it and mono_defaults. Give an hint on
13008         classes that need implementing in our corlib and are referenced
13009         in mscorlib.
13010
13011 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
13012
13013         * class.h, class.c: keep track if a class is also an Enum.
13014         * loader.c: Implement a couple more types for use in libffi
13015         marshalling. Gives better diagnostics when failing to dlopen
13016         a library. Set method->klass for P/Invoke methods, too.
13017
13018 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
13019
13020         * class.c, class.h: add a MonoType this_arg to MonoClass that
13021         represents a pointer to an object of the class' type that
13022         can be used by the interpreter and later the type cache.
13023         Add best guess alignment info for valuetype objects.
13024
13025 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
13026
13027         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
13028         into MonoType: one less level of indirection and allocation and
13029         simplifies quite a bit of code. Added cache for MonoTypes that are
13030         used frequently, so that we don't need to allocate them all the time.
13031
13032 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
13033
13034         * class.c (mono_class_create_from_typedef): System.Enum is also a
13035         value type, although it does not derive from System.ValueType
13036         (maybe a bug in the ms compiler?)
13037
13038         * metadata.c (mono_type_size): return the right size for value types
13039
13040         * loader.c (mono_get_method): only initialize method header if not abstract
13041
13042         * class.c (mono_class_from_mono_type): use mono_default values. 
13043
13044 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
13045
13046         * *: use MonoClass pointers instead of <type_tokens>
13047         
13048         * class.h: new flag: metadata_inited.
13049
13050         * class.c (mono_class_metadata_init): impl.
13051         (mono_class_instance_size): impl.
13052         (mono_class_data_size): impl.
13053
13054 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13055
13056         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
13057         MonoClass now has the name and name_space fields. 
13058         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
13059         mono_get_method () takes and optional MonoClass as argument.
13060         Removed mono_typedef_from_name() and added mono_class_token_from_name()
13061         instead that takes advantage of a map from class names to typedef
13062         tokens in MonoImage.
13063
13064 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
13065
13066         * metadata.c: zero is not a valid alignment boundary.
13067         Merge MONO_TYPE_VOID in default decoding code.
13068
13069 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
13070
13071         * image.h: merged MonoMetadata into MonoImage
13072
13073         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
13074         identify the type of elements.
13075
13076 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
13077
13078         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
13079         * cil-coff.h: split MonoMSDOSHeader and add size info.
13080         * image.c: add some consistency checks.
13081         * metadata.c: fix row size computation: one programmer
13082         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
13083         add explanation for the locator routine.
13084         Fix decoding of size in method header.
13085         
13086 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
13087
13088         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
13089         (g_concat_dir_and_file): Bring g_concat_dir_and_file
13090         function from gnome-libs.  This uses the right path separator
13091         based on the OS, and also works around a bug in some systems where
13092         a double slash is not allowed. 
13093         (default_assembly_name_resolver): Use g_concat_dir_and_file
13094         (mono_assembly_open): ditto.
13095
13096 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
13097
13098         * metadata.c (mono_metadata_signature_equal): impl.
13099
13100         * *: void is now a realy MonoType (instead of using NULL)
13101         
13102         * metadata.c (do_mono_metadata_parse_type): use
13103         mono_metadata_parse_type to parse void value.
13104
13105 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
13106
13107         * metadata.c, metadata.h: in the signature and method header store
13108         only the space required for holding the loca vars and incoming arguments.
13109
13110 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
13111
13112         * metadata.c (do_mono_metadata_parse_type): treat void like any
13113         other type (instead of assigning NULL);
13114
13115 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
13116
13117         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
13118
13119 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
13120
13121         * image.c (do_mono_image_open): added a cache for arrays.
13122
13123 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13124
13125         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
13126         decode a single column from a row in a metadata table and changes
13127         to take advantage of it in the typedef locator (gives a nice speed up).
13128         Store offset info for function params.
13129
13130 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
13131
13132         * image.h (MONO_IMAGE_IS_CORLIB): removed 
13133
13134 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
13135
13136         * assembly.c: how could mono_assembly_close () had ever worked?
13137         * metadata.c, metadata.h: provide offset info for local vars.
13138         Implement mono_type_size () to take care of alignment as well
13139         as size (it was mono_field_type_size in cli/class.c before).
13140
13141 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
13142
13143         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
13144
13145         * assembly.h (CORLIB_NAME): set to corlib.dll
13146
13147         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
13148
13149 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13150
13151         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
13152         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
13153         tokentype.h: massive namespace cleanup.
13154
13155 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13156
13157         * metadata.h, metadata.c: decode exception clauses when parsing method header.
13158
13159 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
13160
13161         * metadata.c (mono_metadata_free_type): added check for type !=
13162         NULL (void) before calling mono_metadata_free_type()
13163
13164 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
13165
13166         * metadata.h, row_indexes.h: added header with enumerations to use
13167         to index in the columns from tables in metadata and to decode coded
13168         tokens: we should start using this instead of embedding magic numbers
13169         all over the code.
13170
13171 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
13172
13173         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
13174         Move metadata_t info from cli_image_info_t to MonoImage, where
13175         it's easily accessible. Changed all the uses accordingly.
13176         Added the method and class caches to MonoImage.
13177         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
13178         and mono_metadata_decode_value () signature to be more consistent
13179         with the other parse functions (and simplify code). Taken advantage
13180         of zero-length array allocation with GCC. Removed reduntant (and
13181         wrong) MonoFieldType struct and use MonoParam instead. Changed
13182         mono_metadata_parse_field_type () to use common code for parsing.
13183         Added mono_metadata_typedef_from_field () and
13184         mono_metadata_typedef_from_method () to lookup a typedef index from a
13185         field or method token.
13186         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
13187
13188 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
13189
13190         * metadata.c (mono_metadata_parse_field_type): Implement. 
13191         (do_mono_metadata_parse_type): Split engine from
13192         mono_metadata_parse_type, so that we can create smaller structures
13193         for things that just have one pointer to the MonoType (look at
13194         the MonoFieldType)
13195
13196 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
13197
13198         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
13199         as Jan Gray found out, it is incorrect. 
13200
13201 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
13202
13203         * assembly.c: Implement asssembly loading.  This loads an image
13204         and loads all the referenced assemblies.  Come to think of it, we
13205         could always do lazy loading of the assemblies. 
13206
13207         * image.c (mono_image_open): Keep loaded images in a hashtable.
13208
13209         * image.h (MonoImage): Add reference count.
13210
13211 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
13212
13213         * assembly.c (mono_assembly_open): Keep track of the file name in
13214         case the assembly has no ASSEMBLY table.
13215
13216         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
13217         from get.c here.
13218
13219 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
13220
13221         * metadata.c, metadata.h: decode local vars in method header
13222         parse function. Change callers accordingly.
13223
13224 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
13225
13226         * metadata.h, cil-coff.h: protect against multiple inclusion.
13227         Added some new structures to hold information decoded from metadata:
13228         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
13229         and relevant decoding/free functions.
13230         * metadata.c: implement decoding functions. Add warning for out of bounds
13231         index in mono_metadata_locate(). Implement mono_get_method () to retreive
13232         all the info about a method signature and invocation. Remove check on
13233         uninitialized local var in parse_mh() and fix memory leak.
13234
13235 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
13236
13237         * metadata.h: More macros.
13238
13239         * tokentype.h: New file.
13240
13241 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
13242
13243         * assembly.c: added a consistency check and initialize
13244         some structures with g_new0().
13245         * metadata.c: fixed a couple more bugs in table size computation
13246         and add other checks for out-of bound access to metadata.
13247
13248 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
13249
13250         * metatada.c: fix bugs computing table sizes. Spew a
13251         warning when index in string heap is out of bounds.
13252
13253 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
13254
13255         * metadata.h: Add a couple of macros to manipulate tokens. 
13256
13257 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13258
13259         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
13260         cli_section_tables).
13261
13262 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
13263
13264         * metadata.c (mono_metadata_user_string): New function, provides
13265         access to the UserString heap. 
13266
13267 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
13268
13269         * metadata.c: Add inline documentation.
13270
13271 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
13272
13273         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
13274         files. 
13275
13276 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
13277
13278         * typeattr.h: New file, TypeAttribute flags. 
13279
13280 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
13281
13282         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
13283         mono_assembly_ensure_section): Section loading code.
13284         (load_section_tables): Load the sections.
13285
13286         * mono/metadata/metadata.c (mono_metadata_locate_token,
13287         mono_metadata_locate): Functions to locate the information
13288         definition given a token or a table and an index.
13289         (mono_metadata_compute_table_bases): New.
13290         (compute_size): New function to compute the sizes of the various
13291         tables.
13292
13293         * mono/metadata/metadata.h: Finish listing the different index
13294         types. 
13295
13296         * mono/metadata/pedump.c: Improve to dump new information.
13297
13298 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
13299
13300         * mono/metadata/metadata.c: Entered all the tables matching
13301         Beta2. 
13302
13303         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
13304