2004-12-27 Martin Baulig <martin@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1 2004-12-27  Martin Baulig  <martin@ximian.com>
2
3         * class-internals.h (MonoMethod): Added `is_inflated' flag.
4         (MonoMethodInflated): Added `inflated' field.
5
6         * class.c (mono_class_inflate_generic_method): Don't really
7         inflate the method here; just set the `is_inflated' flag in the
8         MonoMethod.
9         (mono_class_get_inflated_method): Actually inflate the method here
10         if it's not already inflated; we use the MonoMethodInflated's new
11         `inflated' field as a cache.
12
13 2004-12-26  Martin Baulig  <martin@ximian.com>
14
15         * class.c
16         (inflate_generic_class): Moved some code out of inflate_generic_type().
17         (mono_class_inflate_generic_method): If we're already inflated,
18         inflate the context and use the declaring method; ie. make sure
19         the declaring method of an inflated method is always the generic
20         method definition.
21         (mono_class_create_from_typedef): Create
22         `class->generic_container->context->gclass'.
23
24 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
25
26         * metadata-internals.h, marshal.c, reflection.c: More
27         MonoGHashTable->GHashTable.
28
29         * domain-internals.h, class.c: Change MonoGHashTable's into
30         GHashTables for some cases where no gc stuff is used
31
32         All users: update apis
33
34 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
35
36         * metadata.c (builtin_types): Make this `const'. Makes this get
37         put into the shareable section.
38         (mono_metadata_init): Casts to make gcc happy.
39
40 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
41
42         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
43
44 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
45
46         * icall.c: Added an internal call to retrieve the position and length
47         of assembly-level declarative security attributes (RequestMinimum, 
48         RequestOptional and RequestRefuse). This is used by the Assembly class
49         to re-create the corresponding permission sets.
50
51 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
52
53         * marshal.c: fix the stelemref wrapper to be type correct
54         (and faster).
55
56 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
57
58         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
59         to do key & 0x7fffffff. Hashtable already does this. It just
60         results in longer code.
61
62 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
63
64         * appdomain.c: Bump corlib version.
65         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
66         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
67         * reflection.c|h: Add functions to get declarative security infos
68         (blob position and length) for assemblies, classes and methods.
69
70 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
71
72         * reflection.c: sort the constant table (bug #70693).
73
74 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
75
76         * object-internals.h, threads.c, domain.c: add accessors for
77         the MonoThread and MonoDomain tls keys.
78
79 2004-12-18  Martin Baulig  <martin@ximian.com>
80
81         * class.c (inflate_generic_type): If we're inflating a generic
82         instance, set `ngclass->context->container = context->container';
83         ie. the container we inflated into.
84
85         * metadata.c (mono_metadata_parse_generic_param): Reflect above
86         inflate_generic_type() changes.
87
88 2004-12-17  Martin Baulig  <martin@ximian.com>
89
90         * class-internals.h
91         (MonoGenericClass): Replaced `MonoType *generic_type' with
92         `MonoClass *generic_class'.  Removed `dynamic_info'; if
93         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
94         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
95
96 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
97
98         * exception.c (mono_exception_from_token): New helper function.
99
100 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
101
102         * assembly.c (mono_assembly_load_with_partial_name): Call 
103         mono_assembly_loaded before invoking the preload hooks. Fixes
104         #70564.
105
106         * object-internals.h (MonoThread): Change culture_info and 
107         ui_culture_info into an array.
108
109         * threads.c: Cache culture info objects from more than one appdomain.
110
111         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
112         current UI culture.
113
114 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
115
116         * threads.h threads.c appdomain.c: Clear the culture_info field of
117         all threads during unloading if they point to an object in the dying
118         appdomain.
119
120 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
121
122         * culture-info.h (TextInfoEntry): New struct
123         * object-internals.h: sync with managed
124         * locales.c: fill the `text_info_data' field
125         * culture-info-tables.h: update
126
127 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
128
129         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
130         collector.
131
132 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
133
134         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
135         (ves_icall_ModuleBuilder_getMethodToken): Ditto
136
137 2004-12-12  Martin Baulig  <martin@ximian.com>
138
139         * mono-debug-debugger.c (write_type): If we're an enum and the
140         builtin types have already been initialized, call mono_class_init().
141
142 2004-12-11  Martin Baulig  <martin@ximian.com>
143
144         * metadata.c (mono_metadata_load_generic_params): Added
145         `MonoGenericContainer *parent_container' argument; automatically
146         compute `container->is_method'; pass the correct owner to
147         get_constraints().      
148
149         * reflection.c (compare_genericparam): Sort the GenericParam table
150         according to increasing owners. 
151
152 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
153
154         * profiler.c: allow disabling the default profiler.
155
156 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
157
158         * decimal.c, icall.c: allow disabling System.Decimal support.
159
160 2004-12-09  Marek Safar <marek.safar@seznam.cz>
161
162         * reflection.c: Add support for null attribute arguments.
163
164 2004-12-09  Martin Baulig  <martin@ximian.com>
165
166         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
167         names to get rid of compiler warnings.
168
169 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
170
171         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
172         mono_marshal_load_type_info (). Fixes #69625.
173         (mono_marshal_get_ptr_to_struct): Likewise.
174
175 2004-12-08  Martin Baulig  <martin@ximian.com>
176
177         * mono-debug.h: Bumped version number to 47.
178
179         * mono-debug-debugger.c
180         (mono_debugger_event_handler, mono_debugger_event): Take two
181         guint64 arguments insteed of a gpointer and a guint32.  
182
183 2004-12-08  Martin Baulig  <martin@ximian.com>
184
185         * debug-mono-symfile.h
186         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
187         `address' to `native_offset'.
188
189 2004-12-08  Martin Baulig  <martin@ximian.com>
190
191         * class.c (mono_class_create_from_typespec): Only inflate if we
192         either have `context->gclass' or `context->gmethod'.
193
194 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
195
196         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
197
198         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
199
200         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
201
202         * reflection.c (mono_assembly_get_object): Remove the workaround put
203         in for the release.
204         
205         * appdomain.c: Use the corlib_internal field from MonoAssembly.
206
207         * appdomain.c: Bump corlib version.
208
209         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
210         be visible in other appdomains.
211
212 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
213
214         * threads.c: Interlocked inc and dec for longs were messed up,
215         use a KISS based impl for this. Fixes 70234
216
217 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
218
219         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
220
221 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
222
223         * icall.c: fix to follow policy not to allow struct
224         arguments in icalls.
225
226 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
227
228         * process.c: make the patch that handles spaces in file paths work
229         on mono/windows too.
230
231 2004-12-06  Martin Baulig  <martin@ximian.com>
232
233         * class.c (mono_class_create_generic): Call
234         mono_class_setup_supertypes() if we're dynamic.
235         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
236
237 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
238
239         * object-internals.h: Add new fields to MonoThread.
240
241         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
242
243         * icall.c threads-types.h threads.c: Add new icalls.
244
245         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
246
247         * object-internals.h (MonoReflectionAssembly): Sync object layout with
248         managed side.
249
250         * appdomain.c: Bump corlib version.
251
252         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
253         internal assemblies. Fixes #69181.
254
255 2004-12-05  Martin Baulig  <martin@ximian.com>
256
257         * class.c (mono_class_inflate_generic_signature): Make this a
258         no-op if `context' is NULL or we don't have any type parameters;
259         also copy `sentinelpos'.        
260
261 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
262
263         * image.c: Add unbox_wrapper_cache.
264
265         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
266
267         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
268         function generator.
269         
270         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
271         Fixes #70173.
272
273         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
274         
275 2004-12-04  Martin Baulig  <martin@ximian.com>
276
277         * loader.c (mono_method_get_signature_full): New public function;
278         like mono_method_get_signature(), but with an additional
279         `MonoGenericContext *' argument.
280
281         * class.c (mono_class_inflate_generic_signature): Formerly known
282         as inflate_generic_signature(); make this public.
283
284 2004-12-04  Martin Baulig  <martin@ximian.com>
285
286         * metadata.c
287         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
288         instead of a `MonoGenericContainer *'.  
289         (mono_metadata_parse_array_full): Likewise.
290         (mono_metadata_parse_signature_full): Likewise.
291         (mono_metadata_parse_method_signature_full): Likewise.
292         (mono_metadata_parse_generic_inst): Likewise.
293         (mono_metadata_parse_generic_param): Likewise.
294         (mono_metadata_parse_mh_full): Likewise.
295         (mono_type_create_from_typespec_full): Likewise.
296
297 2004-12-03  Martin Baulig  <martin@ximian.com>
298
299         * class-internals.h (MonoGenericContainer): Replaced the
300         `MonoGenericContext * pointer with a `MonoGenericContext'
301         structure and made it the first element.
302
303 2004-12-03  Martin Baulig  <martin@ximian.com>
304
305         * class.c
306         (inflate_generic_type): Set the `context->container' when creating
307         a new MonoGenericContext.
308         (mono_class_inflate_generic_method): Likewise.
309         (mono_class_create_from_typespec): Just use `context->container'
310         to get the container.
311
312         * loader.c (method_from_methodspec): Set `context->parent' from
313         `context->container' - and if that's a method container, use its
314         parent.  Also set the `context->container' when creating a new
315         MonoGenericContext.
316         (mono_get_method_from_token): Use just `context->container' to get
317         the container.
318
319         * metadata.c (do_mono_metadata_parse_generic_class): Also set
320         `gclass->context->container'.
321
322         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
323         the `context->container' when creating a new MonoGenericContext.
324
325 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
326
327         * reflection.c (compare_genericparam): Sort params with identical
328         owner by their number. Fixes gen-111 on sparc.
329
330 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
331
332         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
333         around the domain changes.
334
335         * appdomain.c (mono_domain_unload): Handle the case when the thread
336         calling Unload is itself being aborted during unloading. Fixes #70022.
337
338         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
339
340         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
341         checkpoint_func as an icall so it gets a wrapper.
342         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
343         in the cross-appdomain wrappers too.
344
345         * threads.c (mono_thread_has_appdomain_ref): Make this public.
346
347         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
348
349         * reflection.c: Fix some memory leaks.
350         
351 2004-12-02  Martin Baulig  <martin@ximian.com>
352
353         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
354
355         * metadata.c (generic_class_cache): New static hashtable.
356         (mono_metadata_lookup_generic_class): New public method.
357
358 2004-12-02  Martin Baulig  <martin@ximian.com>
359
360         * class.c (mono_class_create_from_typedef): Call
361         mono_class_setup_parent() and mono_class_create_mono_type() before
362         parsing the interfaces.
363
364 2004-12-02  Martin Baulig  <martin@ximian.com>
365
366         * metadata.c (generic_inst_cache): New static hashtable.
367         (mono_metadata_lookup_generic_inst): New public function.
368         (mono_metadata_inflate_generic_inst): New public function.
369         (mono_metadata_parse_generic_inst): New public function.
370         (do_mono_metadata_parse_generic_class): Use the new
371         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
372         since this'll also use the cache.
373
374         * reflection.c (mono_reflection_bind_generic_method_parameters):
375         Use mono_metadata_lookup_generic_inst() to use the new cache.
376
377         * class.c (inflate_mono_type): Use
378         mono_metadata_inflate_generic_inst() to inflate a generic
379         instance; this'll also use the new cache.
380
381         * loader.c (method_from_methodspec): Use
382         mono_metadata_parse_generic_inst() and
383         mono_metadata_inflate_generic_inst() rather than parsing it
384         manually, so we can use the new cache.
385
386 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
387
388         * threads.c (wait_for_tids): Do not incorrectly free threads when 
389         the wait times out.
390
391 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
392
393         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
394         iter->args based on whether parameters are passed in registers (i.e.
395         MONO_ARCH_REGPARMS is defined)
396
397 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
398
399         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
400         the exception message. Fixes #70070.
401         (method_from_methodspec): Fix warnings.
402
403 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
404
405         * process.c: (complete_path) return the path quoted
406
407 2004-12-01  Martin Baulig  <martin@ximian.com>
408
409         * class-internals.h (MonoGenericInst): New structure.
410         (MonoGenericClass): Replaced `type_argc', `type_argv' and
411         `is_open' with `MonoGenericInst *inst'.
412         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
413         `is_open' with `MonoGenericInst *inst'.
414
415 2004-11-30  Martin Baulig  <martin@ximian.com>
416
417         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
418
419         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
420         to `generic_class_cache'.
421
422         * metadata.c
423         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
424         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
425         (mono_generic_inst_is_valuetype): Renamed to
426         mono_generic_class_is_valuetype().
427
428         * class-internals.h
429         (MonoGenericInst): Renamed to MonoGenericClass.
430         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
431         (MonoClass): Renamed `generic_inst' to `generic_class'.
432         (MonoGenericContext): Renamed `ginst' to `gclass'.
433
434         * object-internals.h
435         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
436
437         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
438         mono_reflection_generic_class_initialize().
439
440         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
441         now known as "System.Reflection.MonoGenericClass".
442         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
443
444 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
445
446         * class-internals.h: Added a flag field to MonoClass to cache the
447         declarative security attributes actions associated with the class.
448         * domain-internals.h: Added booleans to MonoJitInfo to cache the
449         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
450         applicable to the JITted method.
451         * reflection.c|h: Added functions to extract (as flags) which security
452         actions are available (declaratively) for a method, class or assembly.
453         * metadata.c|h: Added functions to search the declarative security
454         table in the metadata.
455         
456 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
457
458         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
459         EXPORTEDTYPES are already in the class name cache, so there is no
460         need to add extra code here to look at them. Just removes a bit of
461         cruft.
462
463         (ves_icall_System_Environment_get_TickCount): No need for #if
464         WINDOWS. We already have the code in io-layer.
465
466 2004-11-28  Martin Baulig  <martin@ximian.com>
467
468         * loader.c
469         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
470         Fixes gen-112.cs.
471
472 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
473
474         * assembly.c (do_mono_assembly_open): Instead of having a
475         conditional WITH_BUNDLE, incorporate support for bundles here, by
476         having a global `bundles' variable holding a pointer to the actual
477         bundles. 
478
479         (mono_register_bundled_assemblies): New API call used by the
480         bundle code. 
481
482         See mkbundle.1 for details.
483         
484 2004-11-27  Martin Baulig  <martin@ximian.com>
485
486         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
487         the vtable for generic methods.
488
489 2004-11-26  Martin Baulig  <martin@ximian.com>
490
491         * metadata.c
492         (mono_metadata_generic_method_hash): New public function.
493         (mono_metadata_generic_method_equal): Likewise.
494
495         * class-internals.h
496         (MonoGenericContainer): Added `GHashTable *method_hash'.
497
498         * reflection.c (ReflectionMethodBuilder): Added
499         `MonoGenericContainer *generic_container'.
500         (reflection_methodbuilder_to_mono_method): Don't create a new
501         MonoGenericContainer each time we're called.
502         (mono_reflection_bind_generic_method_parameters): Use
503         `container->method_hash' to cache the results so we don't create a
504         different method if we're called several times with the same
505         arguments.
506
507         * loader.c (method_from_methodspec): Use the new
508         `container->method_hash' here, too.
509
510 2004-11-26  Martin Baulig  <martin@ximian.com>
511
512         * class.c (inflate_generic_signature): Correctly compute
513         `res->has_type_parameters'.
514         (mono_class_vtable): Use the `has_type_parameters' flag to
515         determine whether we're a generic method.
516
517         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
518
519 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
520
521         * object.c (mono_runtime_run_main): Fix a small memory leak.
522
523 2004-11-25  Martin Baulig  <martin@ximian.com>
524
525         * class.c (set_generic_param_owner): Fixed the loop.
526
527 2004-11-25  Martin Baulig  <martin@ximian.com>
528
529         * object.c (mono_class_vtable): Don't create any JIT wrappers for
530         generic methods.
531
532 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
533
534         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
535         names. Fixes #69787.
536
537 2004-11-24  Martin Baulig  <martin@ximian.com>
538
539         * class.c (mono_class_create_generic_2): If we don't have a
540         `ginst->parent', inflate `gklass->parent' to get our parent.
541
542 2004-11-24  Martin Baulig  <martin@ximian.com>
543
544         * reflection.c (compare_genericparam): Correctly sort the
545         GenericParam table; fixes #69779.
546
547 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
548
549         * reflection.c: When writing a PE file, don't create a huge
550         buffer in memory. Just write the arrays we have to the file.
551         This reduces memory usage.
552
553         * metadata-internals.h: MonoDynamicStream pefile is no longer used
554         globally.
555
556 2004-11-17  Martin Baulig  <martin@ximian.com>
557
558         * class.c (mono_class_init): Don't setup `class->parent' for
559         dynamic instances; moved this to mono_class_generic_2().
560         (mono_class_create_generic): Also set `klass->inited' for dynamic
561         generic instances.
562         (mono_class_create_generic_2): Don't do anything for dynamic
563         generic instances.  Set `klass->parent' here and also call
564         mono_class_setup_parent() here. 
565
566         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
567         `MonoType *parent' argument; set `ginst->parent' before calling
568         mono_class_create_generic_2(), so we set the correct parent.
569
570 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
571
572         * reflection.c: allow getting attributes from ModuleBuilder
573         (used by ikvm).
574
575 2004-11-17  Martin Baulig  <martin@ximian.com>
576
577         * class.c (mono_class_create_from_typedef): If a type parameter is
578         inherited from an outer class, set its owner to that class.
579
580 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
581
582         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
583           for (int*) written size. This fixes bug #69592.
584
585 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
586
587         * icall.c: Added IsAuthenticodePresnet internal call.
588         * image.c|h: New function that check a MonoImage for an Authenticode
589         signature in the certificate PE data directory.
590         * security.c|h: New internal call to ask the runtime if an 
591         Authenticode signature seems referenced in the PE header.
592
593 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
594
595         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
596
597         * reflection.c (mono_image_create_pefile): Free the assembly streams
598         after writing out the assembly file.
599
600         * object.c (mono_runtime_run_main): Fix small memory leak.
601
602         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
603         property access modifiers. Fixes #69389.
604
605 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
606
607         * domain.c, object.c, object-internals.h, domain-internals.h,
608         object.h, marshal.c: keep dynamic code info per domain.
609
610 2004-11-15  Martin Baulig  <martin@ximian.com>
611
612         * class.c (mono_type_get_name_recurse): Put type arguments in
613         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
614         see bug #68387.
615
616 2004-11-15  Martin Baulig  <martin@ximian.com>
617
618         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
619         (mono_class_setup_vtable): When computing `the_cname' for a
620         generic instance, don't include the namespace since we'd otherwise
621         add it twice.
622
623 2004-11-15  Martin Baulig  <martin@ximian.com>
624
625         * class.c (mono_class_create_generic): Changed return type to void.
626         (mono_class_create_generic_2): New public function; setup
627         `class->method', `class->field' and `class->interfaces' here
628         instead of in mono_class_init().
629
630         * class.h (mono_class_create_generic): Moved to class-internals.h.
631
632 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
633
634         * reflection.c (mono_image_create_pefile): take a file HANDLE.
635         rather than writing to memory, write to this file. Right now,
636         we are just writting into a buffer, and copying that. However
637         we can avoid the buffer later.
638
639         (mono_dynamic_stream_reset): new function
640
641         * icall.c, object-internals.h: update for the above.
642
643 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
644
645         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
646         have been using gc'd memory. First it is slower, unlikely
647         the comment in the source code said, secondly, it increases
648         our footprint to do it in the gc.
649
650         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
651         the method so that it does not have to copy to managed code.
652
653 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
654
655         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
656
657 2004-11-12  Martin Baulig  <martin@localhost>
658
659         * reflection.c (mono_image_create_token): Allow generic method
660         definitions here, since they may appear in an `.override'; see
661         gen-98/gen-99 for an example.
662
663 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
664
665         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
666         #69365.
667
668         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
669         descriptive.
670
671 2004-11-11  Martin Baulig  <martin@ximian.com>
672
673         * class.c (mono_class_setup_vtable): In an explicit interface
674         implementation, the method name now includes the arity.
675
676 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
677
678         * object.c (mono_array_full_copy): Fix warning.
679
680 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
681
682         * appdomain.c: Removed look_for_method_by_name(). Use the new method
683         mono_class_get_method_from_name() instead.
684         
685         * class-internals.h: Added two new types of wrappers. 
686         Added MonoRemotingTarget enum. Added new trampoline function type, which
687         takes an additional MonoRemotingTarget value as parameter, so it is
688         possible to request a trampoline for a specific target.
689         
690         * class.c: Added new mono_class_get_method_from_name() method.
691         
692         * class.h: In MonoRemoteClass, we can have now to vtables, one for
693         general remoting sinks and one specific for cross domain calls.
694         
695         * debug-helpers.c: Added new wrapper names.
696         
697         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
698         of a remote class.
699         
700         * image.c: Porperly delete value objects form the remoting invoke hashtable.
701         
702         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
703         with several other methods (mono_marshal_get_xappdomain_dispatch,
704         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
705         and others) can generate a fast remoting wrapper for cross domain calls.
706         More information can be found in docs/remoting.
707         Other changes: Removed mono_find_method_by_name, and used
708         mono_class_get_method_from_name instead.
709         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
710         is stored in the remoting invoke hashtable.
711         
712         * marshal.h: published the new method for getting the xdomain wrapper,
713         and also added a method for getting the adequate wrapper for a given
714         method and target.
715         
716         * object-internals.h, object.c: Added a couple of methods for capying and
717         cloning arrays.
718         Modified mono_install_remoting_trampoline, which takes the new remoting
719         trampoline that has a remoting target as parameter.
720         mono_class_proxy_vtable now also takes a remoting target as parameter, and
721         will return the most suitable vtable for the target.
722         Added mono_remote_class_vtable, which returns the vtable of a remote class
723         (which can be the normal remoting vtable or the xdomain vtable).
724         
725         * threads.c: the xdomain invoke and dispatch wrappers must also be
726         protected against interruptions.
727
728 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
729
730         * icall.c: use memmove in BlockCopyInternal when the source and
731         destination arrays are the same.
732
733 2004-11-09  Martin Baulig  <martin@ximian.com>
734
735         * class-internals.h (MonoGenericContainer): Removed `method' and
736         `signature', replaced them with `is_method' and `is_signature'
737         flags.  Added `context'.
738
739         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
740         instead of a `MonoGenericContainer *'.
741
742         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
743         for dynamic type parameters.
744         (mono_metadata_load_generic_params): Setup `container->context'.
745
746         * reflection.c (mono_reflection_setup_generic_class): Setup
747         `tb->generic_container->context'.
748         (do_mono_reflection_bind_generic_parameters): Use
749         mono_class_inflate_generic_type() to correctly inflate types,
750         rather than using our own hack just for MONO_TYPE_VAR.
751
752 2004-11-09  Martin Baulig  <martin@ximian.com>
753
754         * class.c (mono_class_inflate_generic_method): Small fix; don't
755         crash here.
756
757         * icall.c
758         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
759         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
760         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
761         (ves_icall_Type_BindGenericParameters): Likewise.
762         (ves_icall_Type_get_IsGenericInstance): Likewise.
763         (ves_icall_Type_GetGenericParameterPosition): Likewise.
764         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
765         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
766         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
767
768 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
769
770         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
771         assembly versions and public key tokens. Fixes #69113.
772
773 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
774
775         * metadata.c: fix bug introduced with the type cache changes
776         on 2004-11-06.
777
778 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
779
780         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
781         the MonoClass pointer instead of the token in exception clauses.
782         * reflection.c: updates for the above and make the code not depend
783         on the structure of MonoExceptionClause.
784
785 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
786
787         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
788         Add support for dynamic assemblies. Fixes #69114.
789
790         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
791
792 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
793
794         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
795         since most only those methods use it. the code member of
796         MonoMethodPInvoke was dead, so that can be removed too. Also,
797         remove inline_count (again, not used), and move slot so that it
798         can share bits with some other flags. This saves 8 bytes in the
799         structure and gives us about 50 kb back for mcs helloworld.cs
800
801         * *.[ch]: Do naming changes for the above.
802
803         * loader.c (mono_method_get_header): Lazily init the header
804         on first access.
805         (mono_get_method_from_token): don't init the header here
806         (mono_free_method): the header may never be allocated
807
808         Overall, this saves 150 kb of unmanaged allocations
809         for mcs helloworld.cs. That accounts for 10% of the unmanaged
810         memory at runtime.
811         
812         * loader.c, loader.h (mono_method_get_header): new accessor.
813
814         * *.[ch]: use the above method. Prepares us to lazily load
815         the header.
816
817         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
818         three warnings, which are actual bugs (see 69206).
819
820         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
821         unused. Saves a cool 4 bytes / method.
822
823 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
824
825         * metadata.c (builtin_types): Add types for System.Object here.
826         (mono_metadata_parse_type_full): Cache MonoType*'s that are
827         for a class or valuetype from klass->this_arg or klass->byval_arg.
828
829         On mcs for a hello world, this gets us down from 21836 MonoType's
830         to 14560.
831
832         (mono_metadata_free_type): Account for the above change.
833
834 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
835
836         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
837         exception instead of asserting if name is null.
838         (ves_icall_System_AppDomain_GetData): Ditto.
839
840 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
841
842         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
843         EnumBuilder.
844
845         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
846         Return NULL when the domain does not have entry_assembly set.
847
848         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
849         Add a 'resource_modules' argument.
850         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
851
852         * reflection.c (mono_reflection_create_runtime_class): Move setting
853         of wastypebuilder here, so mono_get_type_object () returns a MonoType
854         for enums too.
855
856         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
857         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
858         Throw an ArgumentNullException if 'ptr' is null.
859
860         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
861         assemblies here. Fixes #69020.
862
863 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
864
865         * reflection.c (build_compressed_metadata): Fix the previous patch for
866         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
867         the stack.
868
869 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
870
871         * assembly.c (mono_assembly_names_equal): Allow a match if one of
872         the cultures is false. Fixes #69090.
873
874         * reflection.c (build_compressed_metadata): Fix invalid memory read 
875         detected by valgrind.
876         
877         * reflection.c (mono_reflection_get_type): Avoid triggering a 
878         TypeResolve multiple times for the same type. Fixes #65577.
879
880 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
881
882         * marshal.c: Avoid using ldftn to call managed functions. It is
883         much slower than just a call.
884
885         * reflection.c (mono_module_get_object): free the basename we
886         allocate here from glib.
887         
888         * reflection.c (ensure_runtime_vtable): make sure to free
889         overrides.  Also, we were allocating an array of MonoMethod not an
890         array of MonoMethod*.
891
892         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
893
894         * image.c (mono_image_close): free image->guid here.
895
896 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
897
898         * reflection.c: Fix some spec conformance issues with the PE file
899         structures so mcs compiled apps run on the Net 2.0 beta.
900
901 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
902
903         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
904         Implement this. Fixes #67264.
905
906         * debug-helpers.h debug-helpers.c marshal.c: Move 
907         mono_find_method_by_name to debug-helpers.c.
908
909 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
910
911         * object.c (mono_release_type_locks): type_initialization_hash is
912         a GHashTable.
913
914         * reflection.c object.c object-internals.h: Fix warnings.
915
916         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
917         without accessors. Fixes #61561.
918
919         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
920         application base from the root domain if not set. Fixes #65641.
921         (mono_runtime_init): Fix warning.
922
923 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
924
925         * appdomain.c: call mono_thread_pool_init.
926         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
927         of worker threads based on the number of CPUs and the environment
928         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
929         for non-windows (windows) systems.
930
931 2004-10-27  Chris Toshok  <toshok@ximian.com>
932
933         * mono-debug-debugger.c (write_class): don't call mono_class_init
934         here, as even with the check for (!klass->init_pending), we get
935         into a situation where we're hitting cycles in class
936         initialization.  Fixes #68816.
937
938 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
939
940         * image.c: Avoid overwriting values in the loaded_images_hash when an
941         assembly is loaded multiple times. Fixes #61152.
942
943         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
944         so multiple satellite assemblies for the same name can be loaded.
945         Fixes #68259.
946
947         * mono_domain_assembly_preload: Actually return the loaded assembly, 
948         not NULL.
949
950         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
951         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
952
953         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
954         pending finalizers are not invoked after the appdomain has been 
955         unloaded. Fixes #67862.
956
957 2004-10-22  Martin Baulig  <martin@ximian.com>
958
959         * mono-debug-debugger.c
960         (mono_debugger_runtime_invoke): Don't box valuetypes.
961
962 2004-10-22  Chris Toshok  <toshok@ximian.com>
963
964         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
965         don't hide private methods.
966
967 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
968
969         * icall.c: Allows the runtime to "share" (when known) the public key
970         token of an assembly. This avoid the need to recalculate the token 
971         (from the public key) in managed code.
972
973 2004-10-21  Chris Toshok  <toshok@ximian.com>
974
975         * debug-helpers.c (append_class_name): argh, revert last patch.
976         
977 2004-10-21  Chris Toshok  <toshok@ximian.com>
978
979         * debug-helpers.c (append_class_name): use '+' as the delimiter,
980         not '/', so that it matches what the debugger uses to look up
981         methods.
982
983 2004-10-21  Martin Baulig  <martin@ximian.com>
984
985         * mono-debug-debugger.c (mono_debugger_throw_exception): New
986         public method; this is called each time an exception is thrown and
987         allows the debugger to use exception catch points.
988
989 2004-10-21  Martin Baulig  <martin@ximian.com>
990
991         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
992         the stack pointer and the exception object in some struct and pass
993         that to the debugger.
994
995 2004-10-21  Chris Toshok  <toshok@ximian.com>
996
997         * mono-debug-debugger.c (do_write_class): add instance/static
998         event support.  We don't expose "raise" or "other" yet.
999         (event_is_static): new method.
1000
1001 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
1002
1003         * mono-debug-debugger.c
1004         (mono_debugger_handle_exception): Remove
1005         bogus return value for fussy compilers.
1006
1007 2004-10-20  Martin Baulig  <martin@ximian.com>
1008
1009         * mono-debug-debugger.c
1010         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
1011         (mono_debugger_handled_exception): Likewise.
1012
1013 2004-10-20  Martin Baulig  <martin@ximian.com>
1014
1015         * mono-debug-debugger.h (MonoDebuggerEvent): Added
1016         MONO_DEBUGGER_EVENT_EXCEPTION.
1017
1018         * mono-debug-debugger.c (mono_debugger_handle_exception): New
1019         public function to send the debugger a notification for an
1020         exception and inform it about a catch/finally clause.
1021
1022 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
1023
1024         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
1025         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
1026         fix 2.95 build. 
1027
1028         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
1029
1030 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
1031
1032         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
1033         marshalled as [In,Out]. Fixes #58325.
1034
1035 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
1036
1037         * reflection.c (mono_method_body_get_object): Implement some fields.
1038
1039 2004-10-12  Martin Baulig  <martin@ximian.com>
1040
1041         * reflection.c (mono_reflection_bind_generic_parameters): Small
1042         fix, correctly retrieve our parent from a generic instance.
1043
1044 2004-10-12  Martin Baulig  <martin@ximian.com>
1045
1046         * metadata.c (mono_metadata_generic_param_equal): We always have
1047         an owner.
1048
1049         * class.c
1050         (mono_class_from_generic_parameter): We need to have an owner.
1051         (my_mono_class_from_generic_parameter): Likewise.
1052
1053         * reflection.c (mono_reflection_setup_generic_class): Renamed to
1054         mono_reflection_create_generic_class() and added a new
1055         mono_reflection_setup_generic_class().  
1056         (mono_reflection_initialize_generic_param): If we're a nested
1057         generic type and inherited from the containing class, set our
1058         owner to the outer class.
1059
1060 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
1061
1062         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
1063
1064         * reflection.c (mono_method_body_get_object): New function to create
1065         a MethodBody object.
1066
1067         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
1068
1069 2004-10-11  Martin Baulig  <martin@ximian.com>
1070
1071         * metadata.c (_mono_metadata_type_equal): Renamed to
1072         do_mono_metadata_type_equal() and made static.
1073
1074 2004-10-11  Martin Baulig  <martin@ximian.com>
1075
1076         * appdomain.c: Bump corlib version number to 28.
1077
1078 2004-10-10  Martin Baulig  <martin@ximian.com>
1079
1080         * class-internals.h
1081         (MonoGenericInst): Added `MonoGenericContainer *container'.
1082         (MonoGenericMethod): Likewise.
1083         (MonoGenericContext): Likewise.
1084         (MonoGenericParam): Added `MonoGenericContainer *owner'.
1085
1086         * metadata.c
1087         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
1088         (do_mono_metadata_parse_generic_inst): Likewise.
1089         (mono_metadata_parse_type_full): New public method.  This is the actual
1090         mono_metadata_parse_type() implementation - with an additional
1091         `MonoGenericContainer *' argument.
1092         (mono_metadata_parse_array_full): Likewise.
1093         (mono_metadata_parse_signature_full): Likewise.
1094         (mono_metadata_parse_method_signature_full): Likewise.
1095         (mono_metadata_parse_mh_full): Likewise.
1096         (mono_type_create_from_typespec): Likewise.
1097         (mono_metadata_interfaces_from_typedef_full): New public method;
1098         this is similar to the other _full() methods, but we take a
1099         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
1100         (mono_metadata_parse_generic_param): Take an additional
1101         `MonoGenericContainer *' argument and lookup the MonoGenericParam
1102         from that container.
1103         (mono_metadata_generic_param_equal): New static method to compare
1104         two type parameters.
1105         (_mono_metadata_type_equal): New static method; takes an
1106         additional `gboolean signature_only' argument - if true, we don't
1107         compare the owners of generic parameters.
1108         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
1109         with a TRUE argument - do a signature-only comparision.
1110
1111         * loader.c: Use the new _full() methods and pass the
1112         MonoGenericContainer to them.
1113
1114         * object-internals.h (MonoReflectionTypeBuilder): Added
1115         `MonoGenericContainer *generic_container' field.
1116         (MonoReflectionMethodBuilder): Likewise.
1117
1118 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
1119
1120         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
1121         case initial images of dynamic assemblies.
1122
1123         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
1124
1125         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
1126
1127         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
1128         length of event->other array.
1129         (typebuilder_setup_events): Ditto.
1130
1131         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
1132         'assembly_by_name' and add an 'assemblies' list.
1133
1134         * assembly.h assembly.c: Add a new search hook for determining whenever
1135         an assembly is already loaded. Use this instead of searching in the
1136         loaded_assemblies list.
1137
1138         * domain.c appdomain.c: Implement the new search hook so loaded 
1139         assemblies are now scoped by appdomain. Fixes #67727.
1140
1141 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
1142
1143         * threads.c (mono_thread_attach): Initialize synch_lock field so
1144         mono_thread_detach works again.
1145
1146         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
1147         'lib' too. Fixes #63130.
1148
1149 2004-10-06  Jackson Harper  <jackson@ximian.com>
1150
1151         * culture-info-tables.h: regenerated.
1152
1153 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1154
1155         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
1156         implemented by other interfaces in the result. Fixes #65764.
1157         
1158         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1159         Handle unloadable modules without crashing.
1160
1161         * image.c (load_modules): Revert the previous patch since modules must
1162         have a fixed index inside the array.
1163         
1164         * image.c (load_modules): Don't include native modules in the modules
1165         array.
1166
1167 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
1168
1169         * reflection.h: Add param_defaults field.
1170
1171         * reflection.c: Add support for parameter defaults in dynamic methods.
1172         Fixes #64595.
1173
1174         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
1175         an empty string when a type has no namespace. Fixes #64230.
1176
1177 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
1178
1179         * tabledefs.h: Added "internal" security actions to support non-CAS
1180         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
1181         Note: they do not seems to be used anymore in 2.0 (new metadata format)
1182
1183 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
1184
1185         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
1186         constructor of abstract class. Fixes #61689.
1187
1188 2004-10-04  Martin Baulig  <martin@ximian.com>
1189
1190         * class-internals.h (MonoGenericContainer): New type.
1191         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
1192         `MonoGenericContainer *generic_container'.
1193         (MonoClass): Replaced `gen_params' and `num_gen_params' with
1194         `MonoGenericContainer *generic_container'.
1195
1196         * metadata.c (mono_metadata_load_generic_params): Return a
1197         `MonoGenericContainer *' instead of a `MonoGenericParam *';
1198         removed the `num' argument.
1199
1200 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
1201
1202         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
1203         for dynamic images.
1204
1205         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
1206         machine fields.
1207
1208         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
1209
1210         * reflection.c: Save pe_kind and machine values into the generated
1211         image file.
1212
1213         * appdomain.c: Bump corlib version number.
1214
1215         * object-internals.h: Reorganize layout of LocalBuilder.
1216
1217         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
1218         New helper function.
1219
1220         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
1221         created MonoType for dynamic types. Fixes #66180.
1222
1223 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
1224
1225         * threadpool.c: the ares hashtable needs a critical section around it.
1226         this prevents some nasty segfaults
1227
1228 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
1229
1230         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
1231         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
1232         bug 67324).
1233         
1234 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1235
1236         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
1237         
1238 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
1239
1240         * image.c: Always canonicalize image file names, to avoid loading
1241         the same assembly twice when referenced using a relative path.
1242
1243 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1244
1245         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
1246
1247         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
1248
1249         * marshal.c: Fix warnings.
1250
1251 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
1252
1253         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
1254         attempting to marshal the delegate_trampoline as the method_addr.
1255         This patch has a static hashtable of marshalled delegates so that 
1256         we can map delegate_trampoline addresses back to delegates.  This
1257         allows a delegate passed to managed code to be passed back into native
1258         code.  Fixes #67039
1259
1260 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1261
1262         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
1263
1264         * reflection.c (method_encode_code): Align method headers properly.
1265         Fixes #66025.
1266
1267 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1268
1269         * marshal.c: In the runtime invoke wrapper, reset the abort
1270         exception if it is cached. This avoids the automatic rethrowal of 
1271         the exception after the catch of the wrapper. Also check for pending
1272         interruptions before calling the managed method. This is done using
1273         the new method emit_thread_force_interrupt_checkpoint, since the
1274         normal checkpoint method is ignored when running the invoke wrapper.
1275         * object.c: If the abort exception is rethrown, set the abort_exc
1276         field of the thread, so it will be rethrown aftere every catch.
1277         * threadpool.c: Only run an interruption checkpoint if what has been
1278         requested is a stop of the thread (aborts will be ignored).
1279         * threads.c: By default, a thread will now never be interrumped while
1280         running the runtime invoke wrapper (this ensures that runtime_invoke
1281         will always return to the caller if an exception pointer is provided).
1282         There is a new special method mono_thread_force_interruption_checkpoint()
1283         to force an interruption checkpoint even if running a protected
1284         wrapper, which is used by the same runtime invoke wrapper to do a check
1285         at a safe point.
1286
1287 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1288
1289         * object.c, object-internals.h: Implemented mono_release_type_locks,
1290         which releases the cctor locks held by a thread.
1291         * threads.c, threads.h: In thread_cleanup, release cctor locks held
1292         by a thread. Added mono_thread_exit() method to be used to safely stop
1293         a thread.
1294
1295 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1296
1297         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1298         Move null check before dereference.  Avoid indexing beyond the end
1299         of the 'modules' array.
1300
1301 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1302
1303         * metadata-internals.h (MonoImage): Add module_count field.
1304         * image.c (load_modules): Set image->module_count.
1305         (mono_image_load_file_for_image): Use image->module_count.
1306         * reflection.c (mono_image_load_module): Append to image->modules array 
1307         of dynamic assembly.
1308         (mono_module_get_object): Fix loop to actually increment index.
1309         Use image->module_count.
1310         * assembly.c (mono_assembly_load_references): Use image->module_count.
1311         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
1312         Likewise.
1313
1314 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1315
1316         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
1317         Avoid assert on generic types.
1318
1319 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
1320
1321         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
1322
1323         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
1324
1325         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
1326         function to convert a MarshalSpec structure to its managed counterpart.
1327
1328         * reflection.c: Fix warnings.
1329         
1330         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
1331         field.
1332
1333         * icall.c (mono_create_icall_signature): Fix build.
1334
1335 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
1336
1337         * icall.c: Add MakePointType icall.
1338
1339         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
1340         warnings.
1341
1342 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1343
1344         * threadpool.c: reuse allocated slots in the queue.
1345
1346 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
1347
1348         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
1349
1350         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
1351
1352         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
1353         previous change.
1354
1355         * tabledefs.h: Add constants for pinvoke attributes BestFit and
1356         ThrowOnUnmappableChar.
1357
1358         * icall.c (ves_icall_Type_GetPacking): New icall.
1359
1360 2004-09-24  Martin Baulig  <martin@ximian.com>
1361
1362         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
1363
1364 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1365
1366         * appdomain.c:
1367         (mono_domain_set): allow setting a domain that is being unloaded.
1368         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
1369         being unloaded.
1370
1371 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1372
1373         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
1374         the GetCustomAttributes icall.
1375
1376 2004-09-23  Martin Baulig  <martin@ximian.com>
1377
1378         * object-internals.h (MonoReflectionGenericParam): Replaced
1379         'has_ctor_constraint', `has_reference_type' and `has_value_type'
1380         with `guint32 attrs'.
1381
1382 2004-09-23  Martin Baulig  <martin@ximian.com>
1383
1384         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
1385
1386 2004-09-23  Martin Baulig  <martin@ximian.com>
1387
1388         * object-internals.h (GenericParameterAttributes): New enum.
1389
1390 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1391
1392         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
1393         
1394         * class.c (init_events): Fill out event->other field.
1395
1396         * class.c: Fix warnings.
1397
1398         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
1399
1400 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
1401
1402         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
1403         walk which doesn't supply the IL offset.
1404
1405 2004-09-22  Martin Baulig  <martin@ximian.com>
1406
1407         * reflection.c (mono_reflection_setup_internal_class): If we're
1408         System.ValueType, System.Object or System.Enum, set
1409         `klass->instance_size' and create the vtable.
1410         (mono_reflection_create_internal_class): If we're an enum type,
1411         get the base class from our current corlib.
1412
1413 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
1414
1415         * reflection.h (MonoResolveTokenError): New type.
1416
1417         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
1418         icall.
1419
1420         * icall.c: Add an 'error' argument to the ResolveToken icalls.
1421
1422 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
1423
1424         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
1425         Support also calling constructors, but only for already allocated objects.
1426
1427 2004-09-17  Geoff Norton <gnorton@customerdna.com>
1428
1429         * reflection.c (type_get_qualified_name): If the klass is null
1430         return the typename to avoid a NullRefEx.
1431         (encode_cattr_value): Get the qualified name of the boxed type,
1432         not the underlying enumtype.  Fixes #62984.
1433
1434 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
1435
1436         * marshal.c: Fix problems with previous checkin.
1437
1438 2004-09-21    <vargaz@freemail.hu>
1439
1440         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
1441         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
1442
1443         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
1444
1445 2004-09-21  Geoff Norton <gnorton@customerdna.com>
1446
1447         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
1448         should only return a type for pointers, arrays, and passbyref types.
1449         Fixes bug #63841.
1450
1451 2004-09-21  Martin Baulig  <martin@ximian.com>
1452
1453         * domain.c (mono_debugger_check_runtime_version): New public
1454         function.
1455
1456         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
1457
1458 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1459
1460         * reflection.c: Added missing sort to the declarative security 
1461         attributes table. MS implementation stops seeing the attributes if the
1462         token number regress in the table (as shown by ildasm and permview).
1463
1464 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
1465
1466         * object-internals.h (MonoReflectionModule): Add 'token' field.
1467         
1468         * reflection.c (mono_reflection_get_token): Add support for Module
1469         and Assembly.
1470         (mono_module_get_object): Set 'token' field.
1471         (mono_module_file_get_object): Set 'token' field.
1472
1473         * icall.c: Add new Assembly and Module icalls.
1474
1475         * appdomain.c: Bump corlib version.
1476
1477 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
1478
1479         * loader.h loader.c class.h class.c: Add helper functions for obtaining
1480         tokens of metadata objects.
1481
1482         * reflection.h reflection.c (mono_reflection_get_token): New function
1483         to obtain the token of a metadata object.
1484
1485         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
1486
1487 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
1488
1489         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
1490         
1491         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
1492
1493 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
1494
1495         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
1496         * object-internals.h: Added 3 MonoArray* members to MonoReflection
1497         AssemblyBuilder to access the permissions set in the class lib.
1498         * reflection.c: Added security attributes encoding step in 
1499         mono_image_build_metadata.
1500         * tabledefs.h: Added new security actions defined in 2.0:
1501         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
1502
1503 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1504
1505         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
1506         macro parameter.
1507
1508 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1509  
1510         * locales.c: nullify the ICU_collator member of CompareInfo when it is
1511           finalized. There where random SIGSEVs at program termination, when
1512           an object being finalized was trying to do a string comparison and
1513           the current culture was already finalized.
1514  
1515 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1516
1517         * threads.c: call thread_cleanup before finishing the thread if we get
1518         there.
1519
1520 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
1521
1522         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
1523         assemblies from the parent. Fixes #65665.
1524
1525 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
1526
1527         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
1528         modifiers.
1529
1530 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
1531
1532         * reflection.h: add prototype for mono_get_dbnull_object
1533         * reflection.c: add prototypes for get_default_param_value_blobs 
1534         and mono_get_object_from_blob for fussier compilers
1535
1536 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
1537  
1538         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
1539         false deadlock checks in class initialization.
1540  
1541 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
1542
1543         * image.c (mono_image_addref): Fix comment.
1544
1545         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
1546         possible.
1547
1548 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
1549
1550         * reflection.c (mono_param_get_objects): Modified to return
1551         ParameterInfo.DefaultValue object.
1552
1553         (get_default_param_value_blobs):
1554         (mono_get_object_from_blob):
1555         (mono_get_dbnull_object): New helper routines. 
1556
1557         * object.c (mono_get_constant_value_from_blob): New helper routine
1558         carved out from get_default_field_value ()
1559
1560         * object-internals.h (mono_get_constant_value_from_blob): Added
1561         function declaration.
1562
1563 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
1564
1565         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
1566         referenced assemblies. Fixes #62135.
1567
1568         * exception.h exception.c (mono_get_exception_file_not_found2): New
1569         helper function.
1570
1571 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
1572
1573         * class.h class.c: Add mono_type_get_underlying_type ().
1574
1575 2004-09-09  Geoff Norton <gnorton@customerndna.com>
1576
1577         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
1578         Fix GetTypes() to support dynamically created assemblies.
1579
1580 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
1581
1582         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
1583         
1584         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
1585         previous patch.
1586
1587         * reflection.h reflection.c loader.c: Allow dynamic construction of
1588         pinvoke methods. Fixes #65571.
1589         
1590         * reflection.c (mono_reflection_get_type): Revert previous change since
1591         it causes regressions.
1592
1593 2004-09-08  Martin Baulig  <martin@ximian.com>
1594
1595         * class.c (class_compute_field_layout): Don't call
1596         mono_class_layout_fields() for open generic instances.
1597
1598 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
1599         * threads.c appdomain.c: fix typo in GC macro
1600
1601 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1602
1603         * threads.c: don't call mono_thread_detach() in start_wrapper(),
1604         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
1605
1606 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
1607
1608         * image.c (mono_image_close): Applied patch from 
1609         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
1610         assembly is loaded multiple times from data.
1611         
1612         * image.c (mono_image_open): Fix warning.
1613
1614 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1615
1616         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
1617         once. Fixes #58334.
1618         
1619         * reflection.c (mono_reflection_create_runtime_class): Initialize
1620         klass->nested_classes. Fixes #61224.
1621
1622 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
1623
1624         * threads.c: sched_yield() on exit, to allow threads to quit.
1625
1626 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1627
1628         * object.c (mono_unhandled_exception): Remove leftover debug code.
1629
1630 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
1631
1632         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
1633
1634 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1635
1636         * marshal.c (emit_marshal_array): Really null terminate string arrays.
1637         
1638         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
1639
1640 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1641
1642         * marshal.c (emit_marshal_array): Null terminate string arrays.
1643         
1644         * marshal.c (raise_auto_layout_exception): Fix warning.
1645
1646         * reflection.c (mono_param_get_objects): Initialize the default value
1647         with DBNull.Value, not null. Fixes #62123.
1648
1649 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
1650
1651         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
1652         throw an exception with a cute explanation.
1653
1654 2004-09-06  Dick Porter  <dick@ximian.com>
1655
1656         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
1657         Close the new process's thread handle, as we don't use it.  The
1658         handle stays around forever otherwise.
1659
1660 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1661
1662         * object.c (arith_overflow): Fix warning.
1663
1664         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
1665         calling conventions in method refs. Fixes #65352.
1666
1667         * reflection.c: Fix warnings.
1668
1669 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1670
1671         * icall.c: Add a new icall for Array.Clear
1672
1673 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1674
1675         * object.c: When allocating an array, we have to throw
1676         an overflow exception if any of the lengths are < 0.
1677
1678 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1679
1680         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
1681         properly. Also move implementation of string array marshalling to 
1682         managed code. Fixes #42316.
1683
1684 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1685
1686         * assembly.c: provide more information when loading an assembly fails.
1687
1688 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1689
1690         * filewatcher.c: don't expect the development fam package to be
1691         installed.
1692
1693 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
1694
1695         * marshal.c: Make a copy of the signature cookie since it will be
1696         freed by the caller.
1697         
1698         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
1699
1700         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
1701
1702         * metadata.c (mono_metadata_free_marshal_spec): New function to free
1703         marshal specs.
1704
1705         * marshal.c: More refactoring.
1706         
1707         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
1708         smaller functions.
1709
1710 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
1711
1712         * object.c: In mono_message_invoke, fill the output parameter array after
1713           calling the managed method (it was done before the call). This fixes
1714           bug #59299.
1715
1716 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
1717
1718         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
1719         as well.
1720
1721 2004-09-02  Martin Baulig  <martin@ximian.com>
1722
1723         * class.c (mono_class_instance_size): Don't allow generic type
1724         definitions or open generic instances.
1725         (mono_class_array_element_size): If we're a value type, call
1726         mono_class_instance_size() on the original class.
1727
1728         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
1729         handle generic instances.
1730
1731         * mono-debug-debugger.c (write_type): Handle generic instances
1732         like classes.
1733
1734 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
1735
1736         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
1737         the allocation request fails. Fixes #65089.
1738
1739         * object.c (mono_runtime_free_method): Do not call mono_free_method.
1740         
1741         * object.c (mono_runtime_free_method): New function to free a dynamic
1742         method.
1743
1744         * marshal.c (mono_delegate_free_ftnptr): New function to free the
1745         delegate trampoline.
1746
1747         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
1748         with hasthis as dynamic,
1749
1750         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
1751
1752         * domain.c (mono_jit_info_table_remove): New function to remove an
1753         entry from the jit info table.
1754
1755         * class-internals.h (MonoMethod): Add 'dynamic' field.
1756
1757         * loader.c: Fix warnings.
1758
1759 2004-09-01  Martin Baulig  <martin@ximian.com>
1760
1761         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
1762         instead of mono_debugger_lock() because the latter one is a no-op
1763         unless running in the debugger.
1764
1765 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
1766
1767         * class.c (class_compute_field_layout): Classes with auto-layout or
1768         reference fields are not blittable.
1769         
1770 2004-09-01  Dick Porter  <dick@ximian.com>
1771
1772         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
1773         mono_image_get_filename() to get the assembly location.
1774
1775         * icall.c:
1776         * metadata.h: Fix compile warnings
1777
1778 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
1779
1780         * class.c (class_compute_field_layout): System.Object is blittable.
1781
1782         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
1783         as in/out. Fixes #59909.
1784
1785 2004-09-01  Martin Baulig  <martin@ximian.com>
1786
1787         * metadata.h (MONO_TYPE_ISREFERENCE): Call
1788         mono_metadata_generic_inst_is_valuetype() if we're a generic
1789         instance to check whether our underlying type is a reference type.
1790
1791 2004-09-01  Martin Baulig  <martin@ximian.com>
1792
1793         * metadata.c (mono_type_size): If we're a generic instance, call
1794         mono_class_value_size() for value types.
1795
1796 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
1797
1798         * marshal.c: Implement more custom marshalling functionality. Fixes
1799         #64915.
1800
1801 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
1802
1803         * mono-debug.c, debug-mono-symfile.c: add some locking love.
1804
1805 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
1806
1807         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
1808
1809         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
1810
1811         * icall.c: Fix some warnings.
1812
1813         * threads.c (abort_appdomain_thread): Fix unref errors.
1814         (mono_thread_current): Fix THREAD_DEBUG define.
1815
1816 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
1817
1818         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
1819
1820         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
1821
1822 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
1823
1824         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
1825         string arrays.
1826
1827 2004-08-28  Martin Baulig  <martin@ximian.com>
1828
1829         * metadata.c
1830         (mono_metadata_generic_inst_is_valuetype): New public function.
1831
1832         * metadata.h (MONO_TYPE_ISSTRUCT): Call
1833         mono_metadata_generic_inst_is_valuetype() if we're a generic
1834         instance to check whether our underlying type is a valuetype.
1835
1836 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
1837
1838         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
1839         #63768.
1840
1841 2004-08-25  Martin Baulig  <martin@ximian.com>
1842
1843         * loader.c (mono_get_method_from_token): Abstract methods can also
1844         be generic and thus have type parameters.
1845
1846         * metadata-internals.h
1847         (MonoDynamicImage): Added `GPtrArray *gen_params'.
1848
1849         * reflection.c (mono_image_get_generic_param_info): Don't create a
1850         metadata row, just add an entry to the `gen_params' array.
1851         (build_compressed_metadata): Sort the `gen_params' array and then
1852         actually create the metadata.
1853
1854 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1855
1856         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
1857
1858 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
1859
1860         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
1861
1862 2004-08-24  Martin Baulig  <martin@ximian.com>
1863
1864         * class.cs (mono_class_is_subclass_of): Like an interface, a
1865         generic instance also derives from System.Object.
1866
1867 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
1868
1869         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
1870         custom modifiers to be in any order. Fixes #61990.
1871
1872 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
1873
1874         * object.c: Register mono_object_new_fast icall.
1875         
1876         * object.c (mono_class_get_allocation_ftn): Return to calling
1877         mono_object_new_fast, since it seems faster to compute the object 
1878         size in unmanaged code than passing it as a parameter.
1879
1880         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
1881
1882         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
1883         this function with Boehm as the oom handler, so we don't have to check
1884         the result of GC_malloc.
1885
1886         * object.c: Remove checks for oom.
1887
1888         * object.h object.c (mono_class_get_allocation_ftn): New function to
1889         return the icall which can be used to allocate an instance of a given
1890         class. 
1891
1892         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
1893
1894         * class-internals.h: Add 'enabled' field.
1895
1896 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
1897
1898         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
1899
1900 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
1901         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
1902         value 0x0010.
1903
1904 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
1905
1906         * appdomain.c: use the Tls function for appdomain too,
1907         at Zoltan's request. Actually return in mono_context_get
1908
1909         * appdomain.c, profiler.c, threads.c: use __thread
1910
1911 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
1912
1913         * appdomain.c threads.c: Call GC_CreateThread on windows.
1914
1915         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
1916         multiple libraries since this don't work on windows.
1917
1918 2004-08-18  Martin Baulig  <martin@ximian.com>
1919
1920         * class-internals.h
1921         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
1922         MonoMethodHeader.
1923
1924         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
1925         MonoMethodNormal since we also need it for abstract and interface
1926         methods.
1927
1928         * reflection.c
1929         (build_compressed_metadata): Sort the GenericParam table.
1930         (mono_image_create_token): Added `gboolean create_methodspec'
1931         argument; this is false when generating a MethodImpl token.
1932         (reflection_methodbuilder_to_mono_method): Abstract and interface
1933         methods may also have generic parameters.
1934
1935 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
1936
1937         * appdomain.c: thread local alloc
1938
1939 2004-08-17  Martin Baulig  <martin@ximian.com>
1940
1941         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
1942
1943         * icall.c
1944         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
1945         argument.
1946
1947         * class.c (mono_type_get_full_name): New public function.
1948         (mono_type_get_name): Don't include the type arguments.
1949
1950 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
1951
1952         * Makefile.am: Build static versions of libmetadata and libmonoruntime
1953         for inclusion into the mono executable.
1954
1955 2004-08-16  Martin Baulig  <martin@ximian.com>
1956
1957         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
1958         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
1959
1960 2004-08-14  Martin Baulig  <martin@ximian.com>
1961
1962         * class.c (dup_type): Also copy the `byref' field.
1963
1964 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
1965
1966         * reflection.c (create_dynamic_mono_image): Revert the last change 
1967         since it breaks bootstrap.
1968
1969 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
1970
1971         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
1972
1973         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
1974         not free them with g_free.
1975
1976 2004-08-11  Martin Baulig  <martin@ximian.com>
1977
1978         * reflection.c (mono_reflection_setup_internal_class): Also call
1979         mono_class_setup_mono_type() if we already have a `tb->type.type'.
1980
1981 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
1982
1983         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
1984         called during default (first) AppDomain creation. Keep track of
1985         Evidence when loading assemblies.
1986
1987 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
1988
1989         * opcodes.c, opcodes.h: reduce runtime relocations.
1990
1991 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
1992
1993         * culture-info.h, locales.c: fixes and chages to sue the new
1994         optimized format of the locale data.
1995         * culture-info-tables.h: regenerated.
1996
1997 2004-08-06  Geoff Norton <gnorton@customerdna.com>
1998         
1999         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
2000
2001 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
2002
2003         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
2004         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
2005         * domain-internals.h: icall declaration.
2006         * icall.c: icall registration.
2007         * object-internals.h: New fields in MonoAssembly for CAS.
2008
2009 2004-08-05  Duncan Mak  <duncan@ximian.com>
2010
2011         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
2012         CEE_LDELEM_ANY.
2013
2014 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2015
2016         * reflection.c: fix to deal with object[] arrays in custom ctors
2017         (bug #62550).
2018
2019 2004-08-05  Martin Baulig  <martin@ximian.com>
2020
2021         * class.c (mono_class_array_element_size): Added support for
2022         generic instances and correctly handle "recursive" types.
2023
2024 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
2025
2026         * assembly.c: Fix warnings.
2027
2028 2004-08-04  Martin Baulig  <martin@ximian.com>
2029
2030         * class.c
2031         (mono_type_get_name_recurse): Added `gboolean include_arity'
2032         argument specifying whether or not we should include the generic
2033         arity in the type name.
2034         (_mono_type_get_name): New static function.
2035         (mono_class_setup_vtable): If we're a generic instance, don't
2036         include the generic arity in the names of explicit method
2037         implementations.        
2038
2039 2004-08-03  Martin Baulig  <martin@ximian.com>
2040
2041         * class.c (mono_type_get_name_recurse): Enclose the generic type
2042         arguments in `<', '>'.
2043
2044 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2045
2046         * gc.c: make GC warning messages use the trace API, they are just
2047         noise to most of the users.
2048
2049 2004-08-03  Martin Baulig  <martin@ximian.com>
2050
2051         * debug-mono-symfile.c (read_string): Correctly read the string.
2052
2053 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
2054
2055         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
2056         
2057         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
2058         icalls.
2059         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
2060
2061 2004-07-30  Martin Baulig  <martin@ximian.com>
2062
2063         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
2064         Reflect latest symbol writer changes.   
2065
2066 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2067
2068         * object.c: always create an object if null is passed
2069         to Invoke() where a valuetype is expected.
2070
2071 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
2072
2073         * marshal.c (mono_marshal_init): make managed
2074         signatures match native ones better for 64bits.
2075
2076 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2077
2078         * appdomain.c: hack to build correctly the private bin path on windows.
2079         Fixes bug #61991.
2080
2081 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
2082
2083         * assembly.c: Load mscorlib from the correct framework directory
2084           (mono/<version>/mscorlib.dll).
2085         * appdomain.h: Added prototypes for new functions.
2086         * internals.h: Added some prototypes.
2087         * domain.c: When initializing the runtime, get from the executable and
2088           the configuration files the runtime version that the app supports.
2089           Added support methods for reading app.exe.config. Added list of versions
2090           supported by the JIT. Added two new methods: mono_init_from_assembly,
2091           which initializes the runtime and determines the required version from
2092           the provided exe file, and mono_init_version, which initializes
2093           the runtime using the provided version.
2094         * icall.c: Get machine.config from version-specific directory.
2095         * reflection.c: When generating an image, embed the version number
2096           of the current runtime.
2097
2098 2004-07-28  Dick Porter  <dick@ximian.com>
2099
2100         * socket-io.c
2101         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
2102         returned sockaddr size before creating the remote address object.
2103         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
2104         61608.
2105
2106 2004-07-28  Dick Porter  <dick@ximian.com>
2107
2108         * locales.c (string_invariant_compare_char): Fix invariant char
2109         compares between upper and lower cases.  Fixes bug 61458.
2110
2111 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
2112         
2113         * marshal.c: actually cache stelem.ref wrappers.
2114         
2115 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
2116
2117         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
2118         sections and remove the mono_cli_rva_map () function.
2119
2120 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2121
2122         * debug-mono-symfile.c: fix one more endianess issue, from a patch
2123         by Geoff Norton (<gnorton@customerdna.com>).
2124
2125 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2126
2127         * class.c: fix class loads for pointer types (typeof(int) !=
2128         typeof(int*)).
2129
2130 2004-07-27  Martin Baulig  <martin@ximian.com>
2131
2132         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
2133         reading the debugging information from an external ".mdb" file.
2134
2135 2004-07-24  Martin Baulig  <martin@ximian.com>
2136
2137         * reflection.c (mono_image_get_type_info): Only write a class
2138         layout entry if we actually have a size or a packing size.
2139
2140 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2141
2142         * reflection.c (type_get_fully_qualified_name): 
2143         insert cast to get type checking of ?: with non-gcc compilers
2144
2145 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2146
2147         * rand.c: use g_getenv for both lookups of
2148         MONO_EGD_SOCKET
2149
2150 2004-07-17  Martin Baulig  <martin@ximian.com>
2151
2152         * reflection.c (mono_reflection_bind_generic_method_parameters):
2153         Set `gmethod->reflection_info'.
2154
2155 2004-07-17  Martin Baulig  <martin@ximian.com>
2156
2157         * class.c (mono_class_create_from_typedef): Insert the newly
2158         created class into the hash table before computing the interfaces
2159         since we could be called recursively.
2160
2161 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
2162
2163         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
2164         function to implement stelem.ref in managed code
2165         * class-internals.h, debug-helpers.c: a new wrapper type
2166         for the above.
2167
2168 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2169
2170         * gc.c: allow GC handles to work even when no GC is compiled in.
2171         Fix part of bug #61134 (GetAddrOfPinnedObject).
2172
2173 2004-07-13  Peter Williams  <peter@newton.cx>
2174  
2175         * process.c (complete_path): Make sure we don't attempt to execute
2176         directories.
2177  
2178 2004-07-12  Geoff Norton <gnorton@customerdna.com>
2179
2180         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
2181           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
2182           and will add/subtract the hour if needed
2183
2184 2004-07-12  Martin Baulig  <martin@ximian.com>
2185
2186         * reflection.c (mono_field_get_object): If we have
2187         `field->generic_info', take the attributes from
2188         `field->generic_info->generic_type'.    
2189
2190 2004-07-12  Martin Baulig  <martin@ximian.com>
2191
2192         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
2193         This function must be called before initializing the runtime.
2194         (mono_debug_init_1): New function; call this after initializing
2195         the runtime, but before loading the assembly.  It tells the
2196         debugger to load corlib and the builtin types.
2197
2198         * mono-debug-debugger.c: Did some larger changes in the debugging
2199         code; support recursive class declarations, make sure we actually
2200         add all classes.
2201
2202 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2203
2204         * debug-helpers.c: undo my previous patch and fixed the real issue in
2205         ../mini/exceptions-x86.c
2206
2207 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2208
2209         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
2210         when no HOME env. variable was set and a NullRef was thrown in a .cctor
2211         called from other .cctors.
2212
2213 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
2214
2215         * loader.c: Removed the mono_loader_wine_init hack now that we are
2216         doing a managed version of Windows.Forms.
2217
2218 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
2219
2220         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
2221         threadpool.c, threads.c: remove static data from rootset.
2222
2223 2004-07-09  Dick Porter  <dick@ximian.com>
2224
2225         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
2226         Don't do any more processing if the matched length was 0.  It was
2227         increasing the size of the string before.  Fixes bug 61167.
2228
2229 2004-07-09  Dick Porter  <dick@ximian.com>
2230
2231         * socket-io.h:
2232         * socket-io.c
2233         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2234         Add support for SO_PEERCRED if its available.
2235
2236 2004-07-09  Peter Bartok <pbartok@novell.com>
2237         * loader.c: winelib.exe.so error message is now only displayed if
2238         MONO_DEBUG is set. To help us avoid questions when people are trying
2239         out the new Managed.Windows.Forms.
2240
2241 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
2242
2243         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
2244         for isinst and castclass wrappers.
2245
2246         * class-internals.h icall.c: Move registration and lookup of JIT icalls
2247         to libmetadata from the JIT, so they could be used by the marshalling
2248         code and the interpreter.
2249
2250         * marshal.c: Register marshalling related JIT icalls here instead of
2251         in mini.c. Use CEE_MONO_ICALL instead of the family of 
2252         CEE_MONO_PROC<x> opcodes to call marshalling functions.
2253
2254         * metadata.h: Remove unneeded marshalling conversions.
2255
2256         * opcodes.c: Update for new opcodes.
2257         
2258 2004-07-08  Martin Baulig  <martin@ximian.com>
2259
2260         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
2261         (mono_debug_get_domain_data): Make this function static.
2262
2263 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2264
2265         * gc.c, object.h: add nice GC handle API for embedders.
2266
2267 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
2268
2269         * reflection.c: more changes for the new api
2270
2271         * object.c: When we reflect on a field w/ a constant value, it
2272         will not have a memory location, so we must access metadata. Also,
2273         allow easier reading of strings so that we can read them from
2274         the constant data.
2275
2276         * class.c (mono_class_layout_fields): no need for literal fields here.
2277
2278         * class-internals.h: api changes for const fields
2279
2280         * icall.c (ves_icall_get_enum_info): use new apis for const fields
2281
2282 2004-07-06  Martin Baulig  <martin@ximian.com>
2283
2284         * mono-debug.h: Increment version number to 44.
2285
2286         * mono-debug.c (mono_debug_add_wrapper): The second argument is
2287         now a gpointer, rewrote this whole method.
2288
2289         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
2290         function.  Add information about the wrapper in a new "misc table".
2291
2292         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
2293         for the new misc table.
2294
2295 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
2296
2297         * metadata-internals.h image.c: Add a cache for helper signatures.
2298
2299         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
2300
2301 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
2302
2303         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
2304         delegates from a delegate. Fixes #61033.
2305         
2306         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
2307         marshalling of stringbuilder arrays. Fixes #59900.
2308
2309 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
2310
2311         * icall.c: Add EnumBuilder:setup_enum_type icall.
2312
2313 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
2314
2315         * icall.c: Added a new icall for the property version of
2316         OffsetOfStringData.
2317
2318 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
2319
2320         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
2321         it has a constant size across platforms.
2322
2323         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
2324         stack trace.
2325
2326 2004-06-29  Martin Baulig  <martin@ximian.com>
2327
2328         * mono-debug.c (mono_debug_add_method): Protect the whole function
2329         in mono_debugger_lock(), not just parts of it.
2330
2331 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2332
2333         * reflection.c: make sure padding bytes in heaps are zeroed.
2334
2335 2004-06-24  David Waite  <mass@akuma.org>
2336
2337         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
2338         image.c, loader.c, locales.c, marshal.c, metadata.c,
2339         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
2340         string-icalls.c, threads.c: change to C90-style comments from C99 /
2341         C++ -style
2342
2343 2004-06-24  Dick Porter  <dick@ximian.com>
2344
2345         * threads.c
2346         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
2347         return createdNew.  Fixes bug 60412.
2348
2349         * threads-types.h: 
2350         * icall.c: Add createdNew parameter to CreateMutex icall
2351
2352 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2353
2354         * reflection.c, object-internals.h: save default value in params.
2355
2356 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2357
2358         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
2359         no need to build a new path combining that with the application base.
2360         Fixes bug #60442.
2361
2362 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
2363
2364         * reflection.c: fixed minor standard compliance issues.
2365
2366 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2367
2368         * reflection.c: fixed issue with encoding some custom attributes
2369         (arrays in properties and fields, bug #60411).
2370
2371 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2372
2373         * reflection.c: fix start address when copying the public key token.
2374
2375 2004-06-23  Martin Baulig  <martin@ximian.com>
2376
2377         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
2378         the `exc' object in a static object to put it into the GC's root set.
2379
2380 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
2381
2382         * reflection.c: make mono_reflection_setup_internal_class ()
2383         callable a second time to setup a new parent class.
2384
2385 2004-06-23  Dick Porter  <dick@ximian.com>
2386
2387         * threads.c: Check for WAIT_IO_COMPLETION return values.
2388
2389 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
2390
2391         * appdomain.c: Removed the g_free on the public key token. Now copy 
2392         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
2393         * assembly.c: Added public key token string value when loading 
2394         assemblies. Fix bug #60439.
2395         * icall.c: Added missing informations (like public key) in 
2396         GetReferencedAssemblies. Fix #60519.
2397         * image.h: Changed definition for public key token from const char*
2398         public_tok_value to guchar public_key_token [17];
2399         * reflection.c: Updated for changes to public key token.
2400
2401 2004-06-22  Lluis Sanchez Gual
2402
2403         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
2404         for the field in base classes.
2405
2406 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2407
2408         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
2409         mark headers as not supported, they are installed only for use by the
2410         debugger.
2411
2412 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
2413
2414         * *.c, *.h: avoid namespace pollution in public headers.
2415
2416 2004-06-21  Martin Baulig  <martin@ximian.com>
2417
2418         * exception.c (mono_get_exception_security): It's in
2419         "System.Security", not in "System".
2420
2421         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
2422         the exception classes.
2423
2424 2004-06-21  Martin Baulig  <martin@ximian.com>
2425
2426         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
2427         Protect the exception object from being finalized.
2428
2429 2004-06-21  Martin Baulig  <martin@ximian.com>
2430
2431         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
2432         public function.
2433
2434 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
2435
2436         * reflection.c: Load the assembly in mono_reflection_type_from_name,
2437         if it was not loaded before. Fix parts of #60439.
2438
2439 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
2440
2441         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
2442         code that was broken since Ben's change: wrappers are now
2443         dependent on the method signature only again.
2444
2445 2004-06-21  Martin Baulig  <martin@ximian.com>
2446
2447         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
2448         added interface support.
2449
2450 2004-06-21  Martin Baulig  <martin@ximian.com>
2451
2452         * class.c (mono_vtable_get_static_field_data): New public method.
2453
2454 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
2455
2456         * filewatcher.c : Windows build fix to be compliant with API changes.
2457
2458 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2459
2460         * class.h, class.c: more accessors.
2461         * metadata.h, metadata.c: prepare for hiding MonoType and
2462         MonoMethodSignature: people should use the accessors from now on
2463         outside of the tree.
2464
2465 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2466
2467         * *.c, *.h: more API cleanups.
2468
2469 2004-06-18  Jackson Harper  <jackson@ximian.com>
2470
2471         * assembly.c: Trace loading assemblies.
2472         * loader.c: Trace loading native libraries.
2473         * mono-config.c: Trace loading config files.
2474         
2475 2004-06-18  Dick Porter  <dick@ximian.com>
2476
2477         * locales.c: Tell ICU the lengths of strings, it can cope with
2478         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
2479
2480 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
2481
2482         * image.c: swapped name/filename;
2483
2484 2004-06-18  Martin Baulig  <martin@ximian.com>
2485
2486         * mono-debug-debugger.c (write_class): Write the parent class at
2487         the end of the header.
2488
2489 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2490
2491         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
2492
2493 2004-06-17  Raja R Harinath  <rharinath@novell.com>
2494
2495         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
2496         (bundle_obj): New conditional define.
2497         (BUILT_SOURCES): Remove.
2498         ($(bundle_srcs)): Make parallel-make safe.
2499         (libmonoruntime_la_LIBADD): Make unconditional.
2500         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
2501         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
2502
2503 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
2504
2505         * culture-info-tables.h: It was inconsistent with the latest
2506           supp info files.
2507
2508 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
2509
2510         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
2511         be loaded.
2512
2513         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
2514         with gcc 2.95.
2515
2516 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2517
2518         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
2519         cleaned up public header threads.h.
2520
2521 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2522
2523         * Makefile.am, *.c, *.h: more API cleanups.
2524
2525 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
2526
2527         * Makefile.am: removed monosn from compilation.
2528         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
2529         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
2530         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
2531         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
2532         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
2533         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
2534
2535 2004-06-15  Jackson Harper  <jackson@ximian.com>
2536
2537         * assembly.c: Make locales lower case when searching the GAC for
2538         assemblies. gacutil will always make locales lowercase when
2539         installing so this effectively makes them case insensitive.
2540         
2541 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
2542
2543         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
2544         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
2545           parameter which allows to choose whether the wait can be interrupted or 
2546           not. Also added the method mono_monitor_enter(), which locks the monitor
2547           using an infinite wait and without allowing interruption.
2548           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
2549           interrupted.
2550         * object.h: Added new fields in MonoThread. suspend_event holds the event
2551           used to susped/resume the thread. synch_lock is the lock object to use for
2552           modifying the thread state.
2553         * threads.c: Use the new synch_lock object for locking, instead of "this",
2554           which can generate deadlocks.
2555           Moved thread state change in Thread.Sleep and Thread.Join from managed
2556           to unmanaged code. This avoids a deadlock when the thread was suspended
2557           just after acquiring the thread lock.
2558           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
2559           Implemented Thread.Suspend using an event instead of ThreadSuspend,
2560           which is not fully implemented in the io-layer.
2561         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
2562
2563 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
2564
2565         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
2566         threads-types.h: more API cleanups.
2567
2568 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2569
2570         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
2571         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
2572         threadpool.c, threads.c: first pass at the exported API cleanup.
2573
2574 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
2575
2576         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
2577
2578 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2579
2580         * icall.c: added internalGetHome.
2581
2582 2004-06-14  Dick Porter  <dick@ximian.com>
2583
2584         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
2585         possible to return successfully when '.' or '..' were the only
2586         entries in a directory, but were skipped.  The MonoIOStat was not
2587         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
2588         Fixes bug 59574.
2589
2590 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
2591
2592         * reflection.c: make binaries run on .Net 1.1 by default.
2593
2594 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
2595
2596         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
2597
2598 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
2599
2600         * marshal.c: keep track of struct size with explicit layout
2601         (bug #59979).
2602
2603 2004-06-12  Martin Baulig  <martin@ximian.com>
2604
2605         * mono-debug-debugger.c: Comment out a debugging g_message().
2606
2607 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2608
2609         * reflection.c, reflection.h: do not free custom attrs that are cached.
2610         * icall.c: use braces to make code clearer.
2611
2612 2004-06-11  Martin Baulig  <martin@ximian.com>
2613
2614         * class.h (MonoInflatedField): New type.
2615         (MonoClassField): Replaced `MonoType *generic_type' with
2616         `MonoInflatedField *generic_info'.
2617
2618         * icall.c
2619         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
2620
2621 2004-06-11  Martin Baulig  <martin@ximian.com>
2622
2623         * reflection.c (mono_image_create_method_token): Correctly encode
2624         varargs methods.
2625
2626 2004-06-11  Martin Baulig  <martin@ximian.com>
2627
2628         * metadata.c (mono_metadata_parse_method_signature): When parsing
2629         a MethodDef which has VarArgs, also set sentinelpos if we don't
2630         have any parameters.
2631
2632 2004-06-11  Martin Baulig  <martin@ximian.com>
2633
2634         * verify.c (mono_method_verify): In CEE_CALL, use
2635         mono_method_get_signature() to get the method's signature, unless
2636         we're a PInvoke method.
2637
2638 2004-06-10  Jackson Harper  <jackson@ximian.com>
2639
2640         * assembly.c: Use <path>/lib/mono/gac for the extra paths
2641         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
2642         logical name as the supplied path is just a prefix to the gac not
2643         the direct path to it.
2644         
2645 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
2646
2647         * reflection.c: make the token for a created method match
2648         the token of the MethodBuilder it was created from
2649         (IKVM requires this behaviour now).
2650
2651 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
2652
2653         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
2654         reflection.c, socket-io.c: leak fixes.
2655
2656 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
2657
2658         * icall.c: handle sentinel pos in vararg methods in position different
2659         from 0.
2660
2661 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2662
2663         * culture-info-tables.h: freshly generated.
2664
2665 2004-06-09  Martin Baulig  <martin@ximian.com>
2666
2667         * loader.c (mono_get_method_constrained): Call `mono_class_init
2668         (constrained_class)'.   
2669
2670 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
2671
2672         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
2673         any methods. Fixes #59629.
2674
2675 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2676
2677         * culture-info-tables.h: reflecting locale-builder updates.
2678
2679 2004-06-08  Dick Porter  <dick@ximian.com>
2680
2681         * object.h:
2682         * locales.c: Fixed compile warnings, including a real bug in
2683         CompareInfo_internal_compare.
2684         
2685 2004-06-08  Dick Porter  <dick@ximian.com>
2686
2687         * locales.c
2688         (ves_icall_System_Globalization_CompareInfo_internal_index):
2689         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
2690         Double-check the resuls of usearches, because ICU currently
2691         ignores most of the collator settings here.  Fixes bug 59720.
2692         
2693 2004-06-08  Dick Porter  <dick@ximian.com>
2694
2695         * locales.c
2696         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
2697         Fix memory leak and segfault-causing typo.  No idea how this one
2698         lasted so long without being noticed.
2699
2700 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
2701
2702         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
2703         any methods. Fixes #59629.
2704
2705 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2706
2707         * assembly.c:
2708         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
2709         own the critical section before). Removed dead code (that's done
2710         in the preload hook).
2711
2712         (mono_assembly_load_with_partial_name): call the preload hook.
2713
2714 2004-06-08  Martin Baulig  <martin@ximian.com>
2715
2716         * metadata.c (mono_metadata_signature_alloc): Default
2717         `sentinelpos' to -1.
2718
2719         * reflection.c (mono_image_get_array_token): Likewise.
2720
2721 2004-06-08  Martin Baulig  <martin@ximian.com>
2722
2723         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
2724
2725         * metadata.c (mono_metadata_parse_method_signature): When parsing
2726         a MethodDef which has VarArgs, set sentinelpos.
2727
2728         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
2729         `gint16' since we're using -1 for non-varargs methods.
2730
2731         * reflection.c
2732         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
2733         (method_encode_signature): Added varargs support.
2734         (method_builder_encode_signature): Likewise.
2735         (mono_image_get_varargs_method_token): New static method.
2736         (mono_image_create_method_token): New public method; this is
2737         called via an icall instead of mono_image_create_token() when
2738         calling a varargs method.       
2739
2740 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
2741
2742         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
2743
2744 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2745
2746         * culture-info-tables.h : Reflecting the latest locale-builder that
2747           fixed empty array representation ({} to {0}).
2748
2749 2004-06-07  Jackson Harper  <jackson@ximian.com>
2750
2751         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
2752         looking up extra gac paths. This allows MONO_GAC_PATH to act
2753         exactly like a prefix.
2754         
2755 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
2756
2757         * reflection.c (mono_reflection_type_from_name): Make a copy of the
2758         type name before modifying it. Fixes #59405.
2759
2760 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2761
2762         * culture-info.h: added fields for "all datetime patterns".
2763         * locales.c: (  ves_icall_System_Globalization_CultureInfo
2764           _construct_datetime_format ()): fill xxx_patterns fields.
2765         * object.h: added fields for "all datetime patterns" to
2766           MonoDateTimeFormatInfo.
2767         * culture-info-tables.h: reflecting locale-builder updates.
2768
2769 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
2770
2771         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
2772         the event has no add and remove methods. Fixes #59629.
2773
2774 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
2775
2776         * object.c: Fixed possible integer overflow when allocating large
2777         strings.
2778
2779 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
2780
2781         * culture-info-tables.h: reflecting locale-builder updates.
2782
2783 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
2784
2785         * culture-info-tables.h: reflecting locale-builder updates.
2786
2787 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
2788
2789         * culture-info-tables.h: reflecting locale-builder updates.
2790
2791 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
2792
2793         * threads.c: Made Thread.Sleep abortable.
2794
2795 2004-06-02  Martin Baulig  <martin@ximian.com>
2796
2797         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
2798
2799         * debug-mono-symfile.h: Bumped symbol file version number to 37.
2800
2801 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
2802
2803         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
2804
2805 2004-05-30  Jackson Harper  <jackson@ximian.com>
2806
2807         * reflection.c: Do not hardcode assembly versions or public key
2808         tokens anymore. All of this except the corlib section was dead
2809         code anyways.
2810         
2811 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
2812
2813         * object.c (mono_runtime_invoke_array): Automatically create boxed
2814         objects for byref valuetypes if needed. Fixes #59300.
2815         
2816         * object.c (mono_method_return_message_restore): Handle 
2817         MONO_TYPE_OBJECT as well.
2818
2819 2004-05-28  Jackson Harper  <jackson@ximian.com>
2820
2821         * reflection.c: The modified type encoding was causing build
2822         problems. Reverted for now.
2823         
2824 2004-05-28  Jackson Harper  <jackson@ximian.com>
2825
2826         * reflection.c/h: Take an assembly ref so that we dont create
2827         fully qualified names when encoding types in the same assembly as
2828         the custom attribute being emitted.
2829         * appdomain.c: Increment version number.
2830         
2831 2004-05-26  Duncan Mak  <duncan@ximian.com>
2832
2833         * icall.c
2834         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
2835         Set the full version number (major, minor, build, revision).
2836
2837 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
2838
2839         * marshal.c (emit_struct_conv): increment src/dst after blit
2840         (mono_marshal_get_managed_wrapper,
2841         mono_marshal_get_native_wrapper): make sure we have marshalling
2842         info before marshalling params (info computation affects
2843         blittable)
2844
2845         * class.c (class_compute_field_layout): correctly deal with
2846         blittable
2847         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
2848         value types (as per what windows dows by default)
2849         (mono_class_setup_mono_type): System.ValueType is blittable
2850         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
2851         blittable
2852
2853         * marshal.c (mono_marshal_load_type_info): flag types  as
2854         non-blittable if the native layout doesn't match the managed
2855         layout
2856
2857 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2858
2859         * appdomain.c: don't add stuff in the private search path that is
2860         above the application base. If application base is not set, there's
2861         no private search path.
2862
2863 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
2864
2865         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
2866         byref struct arguments in native->managed marshalling.
2867
2868 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
2869
2870         * marshal.c (mono_marshal_get_runtime_invoke): correctly
2871         cache methods using signature (special case for methods
2872         that are value type or string class)
2873         
2874         * image.c (mono_image_close): clean up allocated GSList's
2875         in runtime_invoke_cache.
2876
2877 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2878
2879         * mono-config.c: set the correct path for mono_cfg_dir on windows when
2880         there's no MONO_CFG_DIR environment variable defined.
2881
2882 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2883
2884         * threads.c: windows version must be >= 0x0500 to include OpenThread.
2885
2886 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
2887
2888         * threadpool.c: Really wait for 500ms after the async call, even if the wait
2889           is interrumped.
2890         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
2891           before waiting for it, and call CloseHandle after the wait to unref it.
2892           This will make sure that handles are not disposed too early.
2893
2894 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2895
2896         * appdomain.c:
2897         * appdomain.h:
2898         * icall.c: removed
2899         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
2900         needed now.
2901
2902         * object.c: se the application_base only for the domain that runs
2903         Main. Fixes bug #59216,
2904
2905 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2906
2907         * appdomain.c:
2908         * object.c: only the domain in which Main is run have
2909         SetupInformation.ConfigurationFile set, so moved a few lines from
2910         appdomain.c to object.c.
2911
2912 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2913
2914         * appdomain.c: we tried to load [name].(dll|exe), but according
2915         to bug #57710, we must also try [culture]/[name].(dll|exe) and
2916         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
2917         There's a test case attached to bug #58922.
2918
2919 2004-05-27  Dick Porter  <dick@ximian.com>
2920
2921         * icall.c:
2922         * file-io.c: Implemented icalls for locking and unlocking regions
2923         in a file.
2924         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
2925         FALSE on error (fixes both compiler warning and real bug.)
2926
2927 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
2928
2929         * culture-info-tables.h: reflecting locale-builder updates.
2930
2931           (Added missing ChangeLog entry for 05/26)
2932
2933 2004-05-27  Jackson Harper  <jackson@ximian.com>
2934
2935         * locales.c: Fix some cut and paste errors.
2936         
2937 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2938
2939         * mono-config.c: set the correct path for config. directory on windows.
2940
2941 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
2942
2943         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
2944           on win32.
2945
2946 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
2947
2948         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
2949         from pinvoke functions.
2950         
2951         * marshal.c (mono_ftnptr_to_delegate): Implement this.
2952
2953 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
2954
2955         * culture-info-tables.h: reflecting locale-builder updates.
2956
2957 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
2958
2959         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
2960         #59086.
2961
2962 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
2963
2964         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
2965         * icall.c: Modified icalls for RNG.
2966         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
2967         Windows (CryptoAPI).
2968
2969 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
2970
2971         * locales.c: Fix build.
2972
2973 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
2974
2975         * culture-info-tables.h: reflecting locale-builder updates.
2976
2977 2004-05-25  Jackson Harper  <jackson@ximian.com>
2978
2979         * locales.c: When creating the current culture use the $LANGs
2980         specific culture. So DateTimeFormat and NumberFormat entries are created.
2981         
2982 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
2983
2984         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
2985         a char array as parameter.
2986
2987 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
2988
2989         * image.c: In mono_image_open(), always use an absolute path name to
2990           look for already loaded images.
2991
2992 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
2993
2994         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
2995         missing in the windows build (like older cygwin include files).
2996
2997 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
2998
2999         * icall.c: Fixed check for possible integer overflow in Buffer_
3000         BlockCopy icall. Replaced comments style // by /* */.
3001
3002 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
3003
3004         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
3005         
3006         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
3007         check after MONO_VTADDR. Fixes pinvoke2.exe.
3008
3009         * marshal.h marshal.c metadata.h: Add beginnings of support for
3010         ftnptr -> delegate marshalling.
3011
3012 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
3013
3014         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
3015         * threads.c: Fix warnings.
3016
3017 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
3018
3019         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
3020         * icall.c: Registered icalls for Suspend and Resume.
3021         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
3022           Thread.Abort.
3023         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
3024         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
3025         * process.c: Use WaitForSingleObjectEx.
3026         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
3027           checkpoints.
3028         * threads.c, threads.h: Make use of new Ex wait methods. Improved
3029           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
3030           for Suspend and Resume. Added new mono_thread_stop, used for stoping
3031           background threads. Added basic support for Abort in Windows.
3032           Start new threads using a managed delegate invoke wrapper. This wrapper
3033           has an interruption checkpoint that is needed since an interruption
3034           can be requested before the thread leaves the unmanaged code that starts 
3035           the thread.
3036         * marshal.c: Added interruption checkpoint after every native call, and
3037           also before managed calls for wrappers called from unmanaged code to
3038           go into managed code.
3039         * object.h: Added new field in MonoThread to keep track of interruption
3040           requests.
3041
3042 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
3043
3044         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
3045         calls.
3046
3047 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3048
3049         * appdomain.c:
3050         * assembly.c:
3051         * gc.c:
3052         * locales.c:
3053         * mono-config.c:
3054         * rand.c: getenv -> g_getenv (windows!)
3055
3056         * process.c: complete_path is also used on non-windows platforms.
3057
3058 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3059
3060         * icall.c: new signature for Process_Start.
3061
3062         * process.[ch]: new signature for Process_Start. If we're on windows
3063         and UseShellExecute is false, we have to search for the program by
3064         ourselves if we don't get a full path.
3065
3066 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
3067
3068         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
3069         marshalling and call CleanUpNativeData if needed. Fixes #58646.
3070
3071 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3072
3073         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
3074         Fixes bug #58373.
3075
3076 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3077
3078         * process.c: use double quotes to quote program name and arguments on
3079         windows. Fixes bug #58575.
3080
3081 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3082
3083         * file-io.c: don't return "." and ".." when using windows Find*File.
3084
3085 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
3086
3087         * marshal.c: Don't pass wrappers to message init because method 
3088         addressed used to lookup metadata. part of remoting[2|3] fix.
3089
3090 2004-05-15  Jackson Harper  <jackson@ximian.com>
3091
3092         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
3093         path is essentially the same as MONO_PATH except that it points to
3094         GACs instead of lib directories.
3095         * loader.h: The user gac is gone so we dont need function to
3096         enable/disable it.
3097         * mono-config.c: user gac option is now gone.
3098         
3099 2004-05-15  Jackson Harper  <jackson@ximian.com>
3100
3101         * culture-info.h: Make defines more consistent, add calendar data
3102         to the culture info table.
3103         * culture-info-tables.h: Add basic calendar data. Basically
3104         everyone gets default gregorian until all the data is
3105         updated.
3106         * locales.c: Use the new consistent defines. Set calendar data for
3107         culture info objects.
3108         * object.h: add a field for calendar data to CultureInfo
3109         
3110 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
3111
3112         * image.c: image->runtime_invoke_cache is keyed on signatures now.
3113         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
3114         a signature.
3115         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
3116         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
3117         an extra param that is the pointer of the method to invoke. The IL for
3118         the invoke method is no longer specific to the method, but to the
3119         signature of the method. Thus, we can share the same code for multiple
3120         methods. This reduces the number of methods that have to be compiled.
3121
3122 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
3123
3124         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
3125
3126         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3127
3128         * icall.c: Optimize Buffer.BlockCopy.
3129
3130 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3131
3132         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
3133         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
3134         quote). Changed them to "MMMM yyyy".
3135
3136 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
3137
3138         * rand.c
3139         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
3140
3141 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
3142
3143         * reflection.h: Updated after changes to managed structures.
3144
3145         * appdomain.c: Bump corlib version.
3146
3147 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3148
3149         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
3150         windows.
3151
3152 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3153
3154         * Makefile.am: link to ../os/libmonoos.la on windows.
3155
3156         * assembly.c:
3157                 -If MONO_DEBUG, warn about non-existing directories in
3158                 MONO_PATH.
3159                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
3160                 compile time variable.
3161                 -Removed init_default_path and call mono_set_rootdir from
3162                 libmonoos.a instead (windows only).
3163
3164         * assembly.h: declare mono_assembly_getrootdir().
3165
3166         * domain.c:
3167         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
3168
3169         * loader.c: s/getenv/g_getenv/
3170
3171 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
3172
3173         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
3174
3175         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
3176
3177         * metadata.h: Add new marshalling conversions.
3178
3179         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
3180         function.
3181
3182         * reflection.c (mono_reflection_get_type): Lookup the type in all
3183         modules of a multi-module assembly. Fixes #58291.
3184
3185 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
3186
3187         * threads.c: Before aborting a background, set the StopRequested
3188         state.  This avoids throwing the Abort exception.
3189         In mono_thread_manage, don't continue with the shutdown until all
3190         aborted threads have actually stopped.
3191
3192 2004-05-10  Jackson Harper  <jackson@ximian.com>
3193
3194         * locales.c: Remove the modifier from culture names.
3195         
3196 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3197
3198         * Makefile.am: monosn is not installed any more. It has been deprecated
3199         in favor of sn.
3200
3201 2004-05-07  Jackson Harper  <jackson@ximian.com>
3202
3203         * locales.c
3204         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
3205         Fix array construction, add bailout if the length is 0.
3206
3207 2004-05-07  Dick Porter  <dick@ximian.com>
3208
3209         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
3210         machine doesn't have a DNS entry.  Patch by Urs Muff
3211         (umuff@quark.com), fixes bug 57928.
3212
3213 2004-05-06  Jackson Harper  <jackson@ximian.com>
3214
3215         * reflection.c: Handle null PublicTokens properly. alloc mem for
3216         assembly names culture so we dont crash when freeing it.
3217         
3218 2004-05-06  Jackson Harper  <jackson@ximian.com>
3219
3220         * assembly.c: Check the usergac when loading with partial names.
3221         
3222 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3223
3224         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
3225         does nothing for now (not required for Linux/Windows) but the class
3226         library can call it (and a newer or modified runtime could need it).
3227         * icall.c: Registred icall.
3228
3229 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3230
3231         * loader.c: prints a message on module loading error we set MONO_DEBUG
3232         environment variable.
3233
3234 2004-05-05  Jackson Harper  <jackson@ximian.com>
3235
3236         * appdomain.c: Handle PublicKeyToken=null properly.
3237         
3238 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3239
3240         * environment.c|h: Added icall ves_icall_System_Environment_
3241         GetOSVersionString to get the current OS version as a string.
3242         * icall.c: Registred icall.
3243
3244 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
3245
3246         * object.c: in mono_object_get_virtual_method(), take into account that
3247         non-virtual methods don't have a slot in the vtable. Check needed when
3248         the object is a proxy.
3249
3250 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
3251
3252         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
3253         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
3254
3255         * object.c (mono_class_compute_gc_descriptor): Fix warning.
3256
3257         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
3258         passed when a valuetype is expected.
3259
3260         * object.c (mono_unhandled_exception): Only set the exit code if the
3261         exception happens in the main thread. Fixes thread5.exe.
3262
3263         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
3264         invalid names. Fixes #58047.
3265
3266 2004-05-03  Jackson Harper  <jackson@ximian.com>
3267
3268         * assembly.c: This line was committed accidently and is unneeded.
3269         
3270 2004-05-03  Jackson Harper  <jackson@ximian.com>
3271
3272         * icall.c: Add new icall for Assembly::LoadWithPartialName
3273         * assembly.c/.h: new function that probes the GAC to load partial
3274         assembly names by Paolo Molaro.
3275         
3276 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3277
3278         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
3279         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
3280         (type_get_fully_qualified_name): Added PublicKeyToken when building a
3281         full type name.
3282
3283 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3284
3285         * appdomain.c: fixed check for 'neutral' culture and removed warning.
3286         * reflection.c: fix bug when parsing a full type name and Version is not
3287         the last thing in the string.
3288
3289 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
3290
3291         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
3292         crashes when it is freed.
3293
3294 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3295
3296         * assembly.c: print the compat warning to stderr.
3297
3298 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
3299
3300         * assembly.c (mono_assembly_load_references): Add a compatibility
3301         hack to run old applications that might be still referencing the
3302         3300-based assemblies, only do this for System.xxx.
3303
3304 2004-05-01  Jackson Harper  <jackson@ximian.com>
3305
3306         * appdomain.c: If the culture is neutral we set it to "".
3307         
3308 2004-04-29  Jackson Harper  <jackson@ximian.com>
3309
3310         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
3311
3312 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3313  
3314         * string-icalls.c: added low overhead function for copying chars
3315         * icall.c: added needed icall for the above function
3316  
3317 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3318
3319         * icall.c: fix return value of get_global_assembly_cache.  Implemented
3320         Environment.GetLogicalDrives.
3321
3322 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
3323
3324         * rand.c: try and talk to egd or prngd
3325         for random bytes if opening devices fail.
3326
3327 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
3328
3329         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
3330         alignment for the type using the native alignment of its members 
3331         instead of using klass->min_align.
3332
3333         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
3334
3335 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3336
3337         * file-io.c:
3338         * socket-io.c: added check for sys/aio.h.
3339
3340 2004-04-28  Dick Porter  <dick@ximian.com>
3341
3342         * threads.c: Don't abort a thread thats already aborting, when
3343         terminating everything.
3344
3345 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3346
3347         * icall.c: added 2 new async calls for Socket.
3348
3349         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
3350         IO on *nix systems.
3351
3352         * threadpool.c: removed unused variable.
3353
3354 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
3355
3356         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
3357
3358 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
3359
3360         * locales.c: put back string_invariant_tolower () and
3361         string_invariant_toupper ().
3362
3363 2004-04-26 David Waite <mass@akuma.org>
3364
3365         * file-io.h:
3366         * socket-io.h:
3367         * threads.h:
3368         * unicode.h: remove comma from end of enumeration declarations
3369
3370 2004-04-26 David Waite <mass@akuma.org>
3371
3372         * debug-mono-symfile.h:
3373         * decimal.c:
3374         * mono_debug.h:
3375         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
3376
3377
3378 2004-04-26  Jackson Harper  <jackson@ximian.com>
3379
3380         * appdomain.c: Increment version number.
3381         
3382 2004-04-26  Jackson Harper  <jackson@ximian.com>
3383
3384         * appdomain.c: Set assembly references public token value when
3385         PublicKeyToken is specified, not the hash_value. Free public token
3386         values when free assembly name data. Previously the public key
3387         token was hex decoded, however we are using hex encoded public key
3388         tokens, so this is not neccasary.
3389         * assembly.c: Lookup assemblies in the gac if their public token
3390         value is set. Add function to allow enabling user gac
3391         lookups. Specify whether or not the assembly was loaded from the
3392         GAC. Compare full assembly names when checking the cache for
3393         assemblies (Temporarily disabled see comment in code). Remove
3394         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
3395         specifies trace-loader they get extra info to stdout on the
3396         loading of assemblies.
3397         * image.h: Add a field for an assembly references public token
3398         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
3399         whether an assembly has been loaded from the GAC.
3400         * image.c: Remove a corlib -> mscorlib name mapping.
3401         * loader.h: Add function to enable/disable the user gac.
3402         * mono-config.c: Check if the usergac is enabled in the config
3403         file.
3404         * icall.c: New icall to determine whether or not an assembly has
3405         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
3406         * tabldefs.h: Add constant for assemblyref flag that specifies a
3407         full public key is used instead of a public token.
3408         * reflection.c: Remove mscorlib -> corlib mappings. Set
3409         PublicTokenValue instead of hash value. This value is a hex
3410         string so it does not need to be expanded.
3411
3412 2004-04-26  Martin Baulig  <martin@ximian.com>
3413
3414         * mono-debug-debugger.c (mono_debugger_initialize): Set
3415         `mono_debugger_initialized' before calling mono_debug_lock().
3416
3417 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
3418
3419         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
3420           InternalToUpper/InternalToLower.
3421         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
3422           removed invariant culture shortcut.  This is now done in managed code.
3423         * locales.c: (string_invariant_toupper/tolower) removed.
3424
3425 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3426
3427         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
3428         Added Poll internal call.
3429
3430         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
3431         call for Poll. Select was too heavy for polling a single socket.
3432
3433         * threadpool.[ch]: added mono_threadpool_cleanup.
3434         * threads.c: use it. Don't use Thread_Abort on windows.
3435
3436 2004-04-23  Martin Baulig  <martin@ximian.com>
3437
3438         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
3439
3440 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
3441
3442         * icall.c: Registred new icalls for key pair protection and added an
3443         icall for Environment.GetFolderPath on Windows.
3444         * security.c|h: Added new icalls for key pair protection.
3445
3446 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3447
3448         * socket-io.c: don't display the non-supported family warning for known
3449         families. Now this is not displayed on windows when checking support
3450         for IPv4/IPv6.
3451
3452 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3453
3454         * class.c: don't display the layout warning for static fields.
3455
3456 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
3457
3458         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
3459         * locales.c, locales.h: Added new icalls for culture-specific
3460         Char.ToLower and Char.ToUpper.
3461
3462 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3463
3464         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
3465         by David Waite.
3466
3467 2004-04-20  Martin Baulig  <martin@ximian.com>
3468
3469         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
3470         of the type name before passing it to mono_reflection_type_from_name().
3471
3472 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
3473
3474         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
3475         encodings here. Fixes #56965.
3476
3477 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
3478
3479         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3480         fix test on strstr result not that I can see anything that
3481         relies on the result.
3482
3483 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
3484
3485         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
3486         Fixes #57081.
3487
3488         * marshal.c (mono_marshal_get_string_encoding): New helper function.
3489
3490         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
3491         function to determine which marshalling to use for strings. Fixes
3492         #56965.
3493
3494         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
3495
3496         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
3497
3498 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
3499
3500         * icall.c: #include mono-config.h
3501
3502 2004-04-15  Jackson Harper  <jackson@ximian.com>
3503
3504         * culture-info-tables.h: Fix date formats for en-US culture.
3505         
3506 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
3507
3508         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
3509         ThreadPool.SetMinThreads.
3510         * threadpool.c: Implemented ThreadPool.GetMinThreads and
3511         ThreadPool.SetMinThreads.
3512
3513 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3514
3515         * mono-config.c: also load the .config file in the directory
3516         where the assembly was found.
3517
3518 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
3519
3520         * assembly.c: load per-assembly config files.
3521         * icall.c: decrapified code to get the config dir and moved to
3522         mono-config.c.
3523         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
3524         per-assembly config files. When doing a dll map lookup give precedence
3525         to the per-assembly data.
3526
3527 2004-04-14  Martin Baulig  <martin@ximian.com>
3528
3529         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
3530         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
3531         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
3532
3533         * mono-debugger-debugger.c: While the debugger is locked, remember
3534         whether the symbol tables have changes and send one single
3535         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
3536
3537 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
3538
3539         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
3540
3541         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
3542         function.
3543
3544         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
3545         account when marshalling string arrays. Fixes #56965.
3546
3547 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
3548
3549         * icall.c: Add new icalls mapping for security.
3550         * security.c|h: Add internal calls for WindowsIdentity,
3551         WindowsImpersonationContext and WindowsPrincipal.
3552
3553 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
3554
3555         * class.c: Added comment to ensure the System.MonoDummy class
3556         is removed when no longer necessary
3557
3558 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
3559
3560         * appdomain.c: Pass arguments to the bootstraping exceptions to
3561         minimize JITed methods at boot
3562
3563         * metadata.c (mono_exception_from_name_two_strings): Allow for the
3564         second string to be null.
3565
3566         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3567         Change the protocol to minimize the JIT methods at startup.  Now
3568         it Returns the internal codepage, if the value of "int_code_page"
3569         is 1 at entry, and we can not compute a suitable code page
3570         number, returns the code page as a string.
3571
3572 2004-04-13  Jackson Harper  <jackson@ximian.com>
3573
3574         * culture-info-tables.h: Fix number of decimal digits for all
3575         english locales.
3576
3577 2004-04-13  Jackson Harper  <jackson@ximian.com>
3578
3579         * icall.c: Clairfy out of sync error message. It is not always
3580         your corlib that is out of sync.
3581
3582 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
3583
3584         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
3585         properties when only the set accessor is overriden. Fixes #55874.
3586
3587 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
3588
3589         * assembly.c (mono_assembly_load_references): Make this thread safe.
3590         Fixes #56327.
3591
3592 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
3593
3594         * monosn.c: Add missing initialization calls.
3595
3596 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
3597
3598         * locales.c:
3599         ves_icall_System_Globalization_CultureInfo_construct_number_format
3600         Fix g_assert so it compiles on fussier compilers re int/ptr
3601         mismatch
3602
3603 2004-04-08  Dick Porter  <dick@ximian.com>
3604
3605         * socket-io.h:
3606         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
3607         53992.  Also rearrange the code so that the internal calls return
3608         an error value and exceptions are thrown from managed code.
3609
3610         * icall.c: Add type info to the socket icalls.
3611
3612 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3613
3614         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
3615         owes me a beer.
3616
3617 2004-04-07  Martin Baulig  <martin@ximian.com>
3618
3619         * class.c (mono_class_from_generic_parameter): Don't default
3620         `klass->parent' to `mono_defaults.object_type'.
3621
3622 2004-04-07  Martin Baulig  <martin@ximian.com>
3623
3624         * reflection.c (mono_reflection_initialize_generic_parameter): Set
3625         `param->pklass->reflection_info'.       
3626
3627 2004-04-07  Jackson Harper  <jackson@ximian.com>
3628
3629         * culture-info-tables.h: Fix date separator symbol.
3630         
3631 2004-04-07  Martin Baulig  <martin@ximian.com>
3632
3633         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
3634         from System.Type to System.MonoType.
3635
3636 2004-04-07  Martin Baulig  <martin@ximian.com>
3637
3638         * reflection.h
3639         (MonoReflectionGenericParam): Added `has_reference_type' and
3640         `has_value_type' fields.
3641
3642         * reflection.c (mono_image_get_generic_param_info): Encode the
3643         correct flags if we have the `class' or `struct' constraint.
3644
3645 2004-04-07  Martin Baulig  <martin@ximian.com>
3646
3647         * reflection.h
3648         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
3649
3650 2004-04-07  Jackson Harper  <jackson@ximian.com>
3651
3652         * appdomain.c: Revert extra patches, just wanted to bump the
3653         version number.
3654         
3655 2004-04-07  Jackson Harper  <jackson@ximian.com>
3656
3657         * Makefile.am: Add culture-info private headers.
3658         * icall.c: Add new icalls for contructing locales.
3659         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
3660         * locales.h: Declare new culture info construction methods.
3661         * object.h: Add new fields used to avoid the CultureMap to
3662         MonoCultureInfo.
3663         * culture-info.h: Definition of structs used in the culture info
3664         tables.
3665         * culture-info-tables.h: Autogenerated tables that contain culture
3666         info data. This file was generated with the locale-builder tool.
3667         * appdomain.c: Incement corlib version number.
3668         
3669 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
3670
3671         * appdomain.c: (mono_runtime_init) move mono_thread_init
3672         to before mono_object_new calls so critical sections
3673         are initialized before use.
3674
3675 2004-04-07  Martin Baulig  <martin@ximian.com>
3676
3677         * icall.c
3678         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
3679         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
3680         (ves_icall_MonoGenericParam_initialize): Removed.
3681         (monogenericparam_icalls): Removed.
3682         (generictypeparambuilder_icalls): Added new table for
3683         System.Reflection.Emit.GenericTypeParameterBuilder.
3684
3685         * reflection.c
3686         (mono_reflection_define_generic_parameter): Removed.
3687         (mono_reflection_initialize_generic_parameter): This is now called
3688         from GenericTypeParameterBuilder's .ctor.
3689
3690 2004-04-06  Martin Baulig  <martin@ximian.com>
3691
3692         * class.c (mono_class_init): Don't inflate nested classes in a
3693         generic instance.
3694         (mono_type_get_name_recurse): Include the generic arguments for
3695         generic instances and generic type declarations.
3696         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
3697         (_mono_class_get_instantiation_name): Removed.
3698         (mono_class_create_generic): Always use `gklass->name' as our name.
3699
3700         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
3701
3702         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
3703         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
3704         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
3705         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
3706         closed generic methods here.
3707
3708         * reflection.c
3709         (mono_reflection_generic_inst_get_nested_types): Removed.
3710         (inflate_mono_method): Copy the generic parameters from the
3711         MonoMethodHeader into out MonoGenericMethod.
3712
3713 2004-04-06  Martin Baulig  <martin@ximian.com>
3714
3715         * row-indexes.h
3716         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
3717
3718         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
3719
3720         * reflection.c (build_compressed_metadata): If we have any entries
3721         in the GenericParam, MethodSpec or GenericParamConstraint tables,
3722         set the header version to 1.1.
3723
3724 2004-04-06  Martin Baulig  <martin@ximian.com>
3725
3726         * class.c (mono_class_init): If we're a generic instance,
3727         initialize our nested classes, too.
3728         (_mono_class_get_instantiation_name): Deal with the new `!%d'
3729         suffix. 
3730
3731 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3732
3733         * process.c: quote the argument passed to the shell on windows.
3734
3735 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
3736
3737         * threads.c (mono_alloc_special_static_data): Allow this to be
3738         called during startup.
3739
3740 2004-04-02  Martin Baulig  <martin@ximian.com>
3741
3742         * icall.c
3743         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
3744
3745 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
3746
3747         * icall.c: Fix build.
3748
3749 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
3750
3751         * Makefile.am: Added security.c|h.
3752         * icall.c: Added icall for get_UserName;
3753         * security.c: New file for security related icalls. Added function
3754         get_UserName for System.Environment (fix #56144).
3755         * security.h: New. Header file for security.c
3756
3757 2004-04-02  Dick Porter  <dick@ximian.com>
3758
3759         * icall.c: Deleted the icalls that were obsoleted some time ago
3760         by the ICU string code, and which were mixed into the icall
3761         rearranging.  Fixes bug 55969.
3762
3763         * string-icalls.h: 
3764         * string-icalls.c: Deleted the code that those icalls reference.
3765
3766 2004-04-01  Martin Baulig  <martin@ximian.com>
3767
3768         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
3769
3770         * class.c (mono_class_from_generic_parameter): Don't set 
3771         TYPE_ATTRIBUTE_INTERFACE.
3772         (my_mono_class_from_generic_parameter): Likewise.
3773
3774 2004-04-01  Martin Baulig  <martin@ximian.com>
3775
3776         * loader.c (find_method): Added an optional `MonoClass *ic'
3777         argument to search in a specific interface.
3778         (mono_get_method_constrained): New public function.
3779
3780 2004-04-01  Martin Baulig  <martin@ximian.com>
3781
3782         * reflection.c (mono_image_get_generic_field_token): Use the
3783         `handleref' cache here.
3784
3785 2004-04-01  Martin Baulig  <martin@ximian.com>
3786
3787         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
3788
3789         * reflection.c (create_generic_typespec): Use the `typespec' hash
3790         here, not the `typeref' one.    
3791
3792 2004-04-01  Martin Baulig  <martin@ximian.com>
3793
3794         * class.c (mono_class_inflate_generic_type): Moved the
3795         functionality into a new static inflate_generic_type() which
3796         returns NULL if it didn't do anything.  Only increment the
3797         `mono_stats.inflated_type_count' if we actually inflated
3798         something.
3799         (mono_class_get_full): Check the classes type to see whether we
3800         need to inflate it; also inflate MONO_TYPE_(M)VAR.
3801
3802 2004-04-01  Jackson Harper  <jackson@ximian.com>
3803
3804         * reflection.c: Set culture for assembly references.
3805         
3806 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
3807
3808         * reflection.[ch], icall.[ch], Fix support for pinning variables.
3809
3810 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3811
3812         * assembly.c:
3813         (do_mono_assembly_open): the critical section also covers
3814         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
3815
3816 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3817
3818         * threads.c:
3819         (mono_manage_threads): abort the background threads when finishing.
3820         Fixes bug #47232.
3821
3822 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3823
3824         * gc.c: only close the done_event handle if there was no timeout.
3825         C-ified comments.
3826
3827 2004-03-30  Martin Baulig  <martin@ximian.com>
3828
3829         * icall.c (icall_entries): It's called "System.Activator", not
3830         "System.Activation".    
3831
3832 2004-03-30  Martin Baulig  <martin@ximian.com>
3833
3834         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
3835         (mono_class_create_from_typespec): Likewise.
3836
3837 2004-03-30  Martin Baulig  <martin@ximian.com>
3838
3839         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
3840         `has_ctor_constraint' and `initialized'.
3841
3842 2004-03-30  Martin Baulig  <martin@ximian.com>
3843
3844         * reflection.c (encode_new_constraint): New static function to add
3845         the constructor constraint attribute to a type parameter.
3846         (encode_constraints): Call encode_new_constraint() if necessary.
3847
3848         * reflection.h
3849         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
3850
3851         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
3852         
3853 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
3854
3855         * reflection.c, icall.c: add support for pinning variables. 
3856
3857 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
3858
3859         * marshal.c (mono_marshal_get_managed_wrapper):
3860         init bool local with zero rather than null.
3861
3862 2004-03-29  Martin Baulig  <martin@ximian.com>
3863
3864         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
3865         the "official" behavior here.
3866         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
3867
3868 2004-03-29  Martin Baulig  <martin@ximian.com>
3869
3870         * icall.c: Reflect latest API changes.
3871
3872 2004-03-29  Martin Baulig  <martin@ximian.com>
3873
3874         * loader.c (mono_get_method_from_token): Also call
3875         mono_metadata_load_generic_params () for abstract and interface
3876         methods; replace the type arguments in the method signature with
3877         the ones which are loaded from the metadata.
3878
3879 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
3880
3881         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
3882         of the lock is not the current thread. MS.NET don't do it, in spite of
3883         what the documentation says. See bug #56157.
3884
3885 2004-03-28  Martin Baulig  <martin@ximian.com>
3886
3887         * class.c (mono_class_init): Don't call init_properties() and
3888         init_events() for generic instances; set `prop->parent' when
3889         inflating properties.
3890
3891         * reflection.c (mono_generic_inst_get_object): Call
3892         `mono_class_init (ginst->klass)'.
3893         (mono_type_get_object): Only create a MonoGenericInst if your
3894         generic type is a TypeBuilder.
3895         (do_mono_reflection_bind_generic_parameters): Only set
3896         `ginst->is_dynamic' if our generic type is a TypeBuilder.
3897
3898 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
3899
3900         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
3901         Fixes #56091.
3902
3903 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3904
3905         * icall.c: added Kill_internal icall.
3906         * process.[ch]: added Kill_internal icall.
3907
3908 2004-03-25  Martin Baulig  <martin@ximian.com>
3909
3910         * class.h (MonoStats): Added `generic_instance_count',
3911         `inflated_method_count', `inflated_type_count' and
3912         `generics_metadata_size'.       
3913
3914 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3915
3916         * reflection.c: no warnings now.
3917
3918 2004-03-25  Martin Baulig  <martin@ximian.com>
3919
3920         * class.c (mono_class_get_full): New public function; does a
3921         mono_class_get(), but also takes a `MonoGenericContext *'.
3922
3923         * loader.c (mono_field_from_memberref): Renamed to
3924         `field_from_memberref', made static and added `MonoGenericContext *'
3925         argument.
3926         (mono_field_from_token): Added `MonoGenericInst *' argument.
3927         (method_from_memberef): Likewise.
3928         (mono_get_method_from_token): Likewise.
3929         (mono_get_method_full): New public function; does a
3930         mono_get_method(), but also takes a `MonoGenericContext *'.
3931
3932         * verify.c (mono_method_verify): Get the method's generic context
3933         and pass it to mono_field_from_token(), mono_get_method_full() and
3934         mono_class_get_full().
3935
3936 2004-03-25  Martin Baulig  <martin@ximian.com>
3937
3938         * class.c (mono_class_inflate_generic_type): Take a
3939         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
3940         `MonoGenericMethod *'.
3941
3942 2004-03-25  Martin Baulig  <martin@ximian.com>
3943
3944         * loader.h (MonoMethodInflated): Store the MonoGenericContext
3945         instead of the MonoGenericMethod here.
3946
3947 2004-03-25  Martin Baulig  <martin@ximian.com>
3948
3949         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
3950         each time we create a new MonoGenericInst, we also create a new
3951         context which points back to us.
3952
3953         * class.c (inflate_method): Use `ginst->context' instead of
3954         creating a new context.
3955
3956         * loader.c (method_from_memberref): Use
3957         `klass->generic_inst->context' instead of creating a new context.
3958
3959 2004-03-25  Martin Baulig  <martin@ximian.com>
3960
3961         * class.h (MonoGenericContext): New struct.
3962         (MonoGenericMethod): Removed `generic_inst'.
3963
3964         * class.c (mono_class_inflate_generic_method): Take a
3965         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
3966
3967 2004-03-25  Martin Baulig  <martin@ximian.com>
3968
3969         * loader.h (MonoMethodInflated): New typedef.
3970
3971         * metadata.h (MonoMethodSignature): Removed `gen_method', make
3972         `generic_param_count' consume just 30 bits, added `is_inflated'
3973         and `has_type_parameters' flags (one bit each).
3974
3975         * class.c (mono_class_inflate_generic_method): Create a
3976         MonoMethodInflated instead of a MonoMethodNormal and set
3977         `is_inflated' in the method signature.
3978
3979         * class.h (MonoGenericMethod): Removed `generic_method'.
3980
3981 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
3982
3983         * image.c: Make sure the name of a MonoImage is always an absolute path.
3984           This fixes bug #54415.
3985
3986 2004-03-24  Martin Baulig  <martin@ximian.com>
3987
3988         * class.c (mono_class_setup_vtable): If we're a generic instance,
3989         use our generic type's vtable size.
3990
3991 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
3992
3993         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
3994         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
3995         problems.
3996
3997 2004-03-23  Martin Baulig  <martin@ximian.com>
3998
3999         * class.h (MonoDynamicGenericInst): Added `int count_events' and
4000         `MonoEvent *events'.
4001
4002         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
4003         (typebuilder_icalls): Added "get_event_info"; calls
4004         mono_reflection_event_builder_get_event_info(). 
4005
4006         * reflection.c (mono_reflection_generic_inst_initialize): Added
4007         `MonoArray *events'.
4008         (mono_reflection_event_builder_get_event_info): New function.
4009
4010 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
4011
4012         * object.h: add mono_type_initialization_init
4013
4014         * object.c (mono_runtime_class_init): 
4015         implement class constructor synchronization rules
4016         to cope with threading issues.  
4017         add mono_type_initialization_init
4018
4019         * appdomain.c (mono_runtime_init): call 
4020         mono_type_initialization_init
4021
4022         * class.h: removing initializing field from MonoVTable
4023
4024 2004-03-23  Martin Baulig  <martin@ximian.com>
4025
4026         * class.c (my_mono_class_from_generic_parameter): Use
4027         `param->name' if it's not NULL. 
4028
4029 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
4030
4031         * class.c: do not insert non-virtual methods in the vtable.
4032         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
4033         that means the method is non-virtual. This never would have
4034         happened before.
4035
4036 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
4037
4038         * profiler.c: Added lock for accessing coverage_hash.
4039
4040 2004-03-22  Martin Baulig  <martin@ximian.com>
4041
4042         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
4043         `method->method->signature->generic_param_count != 0' to make it
4044         work for interface methods.
4045
4046 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4047
4048         * process.c: quote the string passed to the shell using g_shell_quote.
4049
4050 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4051
4052         * threads.c:
4053         (mono_threads_manage): don't remove the finalizer thread and self
4054         from the threads hash table so that mono_thread_manage can be called
4055         more than once.
4056
4057 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4058
4059         * process.c: quote the arguments when UseShellExecute is true. Fixes
4060         bug #55790.
4061
4062 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4063
4064         * threads.c: set mono_thread_detach as a cleanup routine for every
4065         thread. This way it's always executed upon thread termination, either
4066         aborted or finished normally. No more xsp hangs!
4067
4068 2004-03-17  Martin Baulig  <martin@ximian.com>
4069
4070         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
4071         `int count_nested' and a `MonoType **nested'.
4072
4073         * reflection.c (mono_reflection_bind_generic_parameters): Moved
4074         most of the functionality into a new static
4075         do_mono_reflection_bind_generic_parameters() and don't take a
4076         `MonoType *nested_in' argument any more.  Don't compute nested
4077         types here.
4078         (mono_reflection_generic_inst_get_nested_types): New public method
4079         to get nested types.
4080
4081         * class.c (mono_class_create_generic): Set `klass->nested_in' if
4082         we're a nested class.
4083
4084         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
4085         mono_reflection_generic_inst_get_nested_types() to compute the
4086         nested types.
4087
4088 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4089
4090         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
4091         descriptive error message under windows.
4092         
4093 2004-03-17  Martin Baulig  <martin@ximian.com>
4094
4095         * class.c (dup_type): Added `const MonoType *original' argument;
4096         copy the attrs from the original type.
4097
4098 2004-03-17  Martin Baulig  <martin@ximian.com>
4099
4100         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
4101         `m->generic_inst_cache' here.
4102
4103 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4104
4105         * exception.h exception.c: Add stack_overflow_exception.
4106
4107 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4108
4109         * threadpool.c:
4110         (overlapped_callback): call SetEvent *after* invoking the callback.
4111         No need to call CloseHandle.
4112
4113 2004-03-16  Martin Baulig  <martin@ximian.com>
4114
4115         * reflection.c (mono_image_get_fieldref_token): Take a
4116         `MonoReflectionField *' instead of a `MonoClassField *' and a
4117         `MonoClass *'; store the `MonoReflectionField *' in the hash.
4118
4119 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4120
4121         * appdomain.c: don't add the culture to the filename we're looking for
4122         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
4123
4124 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4125
4126         * locales.c: don't ignore symbols when doing case insensitive compares.
4127         Thanks Dick! Fixes bug #54046.
4128
4129         * threads.c: surround 'threads' usage with enter/leave in
4130         mono_thread_manage.
4131
4132 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
4133
4134         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
4135         implicitly marshalled as [Out]. Fixes #55450.
4136
4137         (mono_marshal_get_runtime_invoke): Zero out the result if there is
4138         an exception.
4139
4140 2004-03-16  Martin Baulig  <martin@ximian.com>
4141
4142         * class.c (mono_class_from_generic_parameter): Use the actual
4143         parameter name. 
4144
4145 2004-03-16  Martin Baulig  <martin@ximian.com>
4146
4147         * reflection.c (type_get_signature_size): New static function.
4148         Compues the size of the type in a method signature.
4149         (method_get_signature_size): New static function; calls
4150         type_get_signature_size() to compute the actual size of the
4151         method's signature.
4152         (method_encode_signature): Use method_get_signature_size() to get
4153         the signature's size rather than using `nparams * 10'.
4154
4155 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4156
4157         * file-io.h: define here WapiOverlapped on windows. I don't want the
4158         regular OVERLAPPED one.
4159
4160         * file-io.c:
4161         * threadpool.c: somehow, BindIoCompletionCallback is not found.
4162         Disabling AIO on windows.
4163
4164 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4165
4166         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
4167         bug #55385.
4168
4169 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4170
4171         * appdomain.c: upgraded corlib version.
4172
4173         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
4174         and BeginWrite. Allow opening files for asynchrnous operations.
4175
4176         * file-io.h: new struct that maps FileStreamAsyncResult.
4177         * icall.c: added new icalls.
4178         * process.[ch]: support setting child process environment variables
4179         and use the SHELL or COMSPEC when UseShellExecute is true.
4180
4181         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
4182         callback for async. IO is here and also BindHandle.
4183
4184         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
4185         from here.
4186
4187 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
4188
4189         * reflection.c (create_custom_attr): Allow len == 0.
4190
4191         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
4192         computation on big-endian machines.
4193
4194 2004-03-13  Martin Baulig  <martin@ximian.com>
4195
4196         * class.h (MonoGenericInst): Added `int count_ifaces'.
4197
4198         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
4199         `ginst->count_ifaces' instead `klass->interface_count' since we
4200         may get called before the vtable is created.
4201
4202         * loader.c (mono_method_get_param_names): If we're a generic
4203         instance, return and don't initialize the class.
4204
4205         * reflection.c (mono_reflection_setup_generic_class): Don't call
4206         ensure_runtime_vtable().
4207         (mono_reflection_bind_generic_parameters): Set
4208         `ginst->count_ifaces'.
4209
4210 2004-03-11  Jackson Harper <jackson@ximian.com>
4211
4212         * icall.c:
4213         * unicode.c:
4214         * unicode.h: Remove unused System.Char icalls.
4215         
4216 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
4217
4218         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
4219         code when we P/Invoke the first library in Windows.Forms, instead
4220         of when we first open the assembly.
4221
4222         * assembly.c: Drop the lookup from here.
4223
4224 2004-03-10  Martin Baulig  <martin@ximian.com>
4225
4226         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
4227         class for properties, fields and events.  Finally fixes #54945.
4228
4229 2004-03-10  Martin Baulig  <martin@ximian.com>
4230
4231         * metadata.c (mono_metadata_class_equal): New static function;
4232         checks whether two generic instances or two generic parameters are
4233         equal.
4234         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
4235         compare classes.        
4236
4237 2004-03-10  Martin Baulig  <martin@ximian.com>
4238
4239         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
4240
4241         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
4242         argument and write it into the `reflection_info' field.
4243
4244         * icall.c
4245         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
4246         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
4247
4248 2004-03-09  Jackson Harper  <jackson@ximian.com>
4249
4250         * char-conversions.h: use 8 bits for numeric data its all we need
4251         * icall.c: numeric data is only 8 bits now.
4252
4253 2004-03-09  Martin Baulig  <martin@ximian.com>
4254
4255         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
4256
4257         * class.c (init_properties, init_events): Initialize the new
4258         `parent' field.
4259
4260         * reflection.c (typebuilder_setup_properties): Likewise.
4261         (typebuilder_setup_events): Likewise.
4262
4263         * reflection.h (MonoEventInfo): Replaced `parent with
4264         `declaring_type' and `reflected_type'.
4265
4266         * icall.c (ves_icall_get_property_info): Distinguish between
4267         declaring and reflected type.
4268         (ves_icall_get_event_info): Likewise.
4269
4270 2004-03-09  Martin Baulig  <martin@ximian.com>
4271
4272         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
4273         (ves_icall_Type_GetField): Correctly set field->klass.
4274
4275 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
4276
4277         * loader.h: Fix warning.
4278
4279 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
4280
4281         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
4282         library routine if present.  Notice that it will still continue
4283         executing even if its missing, for those working on the Gtk#
4284         edition of Windows.Forms.
4285
4286         * assembly.c (do_mono_assembly_open): If loading the
4287         System.Windows.Forms call mono_loader_wini_init.
4288
4289 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
4290
4291         * class.h: Added MonoRemoteClass struct.
4292         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
4293         function for MonoStrings.
4294         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
4295         Added internal call for getting the proxy type.
4296         * marshal.c: Get the type of transparent proxies from its remote_class.
4297         Added methods that generate the IL for type checks and casts:
4298         mono_marshal_get_isinst, mono_marshal_get_castclass, 
4299         mono_marshal_get_proxy_cancast.
4300         * marshal.h: Declaration of the previous new methods.
4301         * object.c: Added new moethods for creating and updating MonoRemoteClass
4302         instances: mono_remote_class, mono_upgrade_remote_class, 
4303         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
4304         * verify.c: FIx transparent_proxy_fields layout.
4305         * appdomain.c: Bump corlib version.
4306
4307 2004-03-04  Jackson Harper  <jackson@ximian.com>
4308
4309         * icall.c: Add icall to access char conversion tables.
4310         * char-conversions.h: Character conversion tables.
4311         * Makefile.am: Add char-conversions.h private header file.
4312         
4313 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
4314
4315         * appdomain.c (unload_thread_main): Increase unloading timeout to
4316         10 sec as a temporary workaround for Nant problems.
4317
4318 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
4319
4320         * gc.c: Add checks for GC_enable and GC_disable.
4321
4322         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
4323         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
4324         (bug #54988).
4325         
4326 2004-02-27  Martin Baulig  <martin@ximian.com>
4327
4328         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4329         `MonoReflectionType *' instead of a `MonoType *'.
4330
4331 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
4332
4333         * gc.c (run_finalize): Avoid finalizing the object representing the
4334         finalizer thread.
4335         (finalizer_thread): Fix warning.
4336
4337 2004-02-25  Martin Baulig  <martin@ximian.com>
4338
4339         * class.c (_mono_class_get_instantiation_name): Added `int offset'
4340         argument for nested types.
4341         (mono_class_create_generic): Added support for nested generictypes.
4342
4343         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
4344         `GList *nested'.
4345
4346         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
4347
4348         * reflection.c (method_encode_signature): Increase the minimum
4349         value of `size' from 10 to 11.
4350         (mono_reflection_bind_generic_parameters): Take `int type_argc'
4351         and `MonoType **types' arguments instead of the `MonoArray
4352         *types'; added `MonoType *nested_in'.  Recursively instantiate
4353         nested classes. 
4354
4355 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
4356
4357         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
4358         stack_overflow_ex members which are used by exception handling.
4359
4360         * appdomain.c (mono_runtime_init): Initialize the new members.
4361
4362         * gc.c (mono_gc_enable): New helper function.
4363         * gc.c (mono_gc_disable): New helper function.
4364
4365 2004-02-23  Martin Baulig  <martin@ximian.com>
4366
4367         * icall.c: I must have been really stupid - make it actually work
4368         this time ;-)
4369
4370 2004-02-23  Martin Baulig  <martin@ximian.com>
4371
4372         * loader.c (method_from_memberref): Only inflate the method if
4373         it's in another klass.
4374
4375 2004-02-23  Martin Baulig  <martin@ximian.com>
4376
4377         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
4378         (mono_class_init): If we're a generic instance and an interface,
4379         compute `class->interface_id'; also create `class->interfaces'
4380         here and inflate them.
4381
4382         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
4383         `ginst->is_open'.
4384         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
4385
4386         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
4387
4388 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
4389
4390         * reflection.c (method_encode_code): Improved the error message
4391         generated by the exception.
4392
4393 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4394
4395         * icall.c: Martin did not do what he said in the ChangeLog for
4396         2004-02-18, but put back the changes for properties and events.
4397         Commenting those changes out again and adding comment to bug #54518.
4398         
4399         * process.c: removed warning.
4400
4401 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
4402
4403         * marshal.c (emit_struct_conv): Print an error message instead of
4404         asserting when a type does not have the StructLayout attribute.
4405
4406 2004-02-20  Martin Baulig  <martin@ximian.com>
4407
4408         * reflection.c (mono_type_get_object): Also use the cache for
4409         generic instances.
4410         (mono_reflection_bind_generic_parameters): Always compute
4411         `ginst->ifaces'.        
4412
4413 2004-02-20  Martin Baulig  <martin@ximian.com>
4414
4415         * class.h (MonoGenericMethod): Removed `klass'.
4416
4417         * class.c (mono_class_inflate_generic_method): Added `MonoClass
4418         *klass' argument.
4419
4420 2004-02-20  Martin Baulig  <martin@ximian.com>
4421
4422         * reflection.c (method_encode_methodspec): Actually use the
4423         uninflated signature for the memberref.
4424
4425 2004-02-20  Martin Baulig  <martin@ximian.com>
4426
4427         * class.h (MonoGenericMethod): Removed `declaring'.
4428
4429         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
4430         is NULL, compute it here.
4431
4432 2004-02-20  Martin Baulig  <martin@ximian.com>
4433
4434         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
4435
4436         * metadata.c (mono_metadata_generic_inst_hash): New method.
4437         (mono_metadata_generic_inst_equal): New method.
4438
4439         * reflection.c (mono_reflection_bind_generic_parameters): Use the
4440         `klass->image->generic_inst_cache' cache to avoid creating
4441         duplicate MonoGenericInst's.
4442
4443         * class.c (mono_class_inflate_generic_type): Use the cache.
4444
4445 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
4446
4447         * object.c: fixed gc descriptor calculation for embedded valuetypes.
4448
4449 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4450
4451         * icall.c: added Socket.WSAIoctl icall.
4452
4453         * socket-io.[ch]: implemented
4454         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
4455
4456 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
4457
4458         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
4459
4460 2004-02-18  Urs C Muff  <umuff@quark.com>
4461
4462         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
4463         this work on PPC and other big-endian architectures.
4464
4465         * debug-mono-symfile.h: Prepended the names of all the `guint32'
4466         fields with an underscore to make sure they're only accessed by
4467         the read32() macro.
4468
4469 2004-02-18  Martin Baulig  <martin@ximian.com>
4470
4471         * icall.c: Put the klass->refclass changes back for methods and
4472         fields, but not for properties and events.  We're currently not
4473         distinguishing between DeclaringType and ReflectedType for
4474         properties and events, that's what caused the regressions.
4475
4476 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4477
4478         * object.c:
4479         (mono_async_result_new): the handle can be NULL.
4480
4481         * threadpool.c: Use an event instead of a semaphore, don't initialize
4482         it until needed. This saves quite a few semaphores from being created
4483         when using the threadpool.
4484
4485 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
4486
4487         * object.c (mono_string_is_interned_lookup): Fix interning of long
4488         strings. Fixes #54473.
4489
4490         * domain.c (ldstr_equal): Optimize if the two strings are equal.
4491
4492         * icall.c: Revert the klass->refclass changes since they introduce
4493         regressions (bug #54518).
4494
4495 2004-02-18  Martin Baulig  <martin@ximian.com>
4496
4497         * class.c (mono_class_init): If we're a generic instance and don't
4498         come from a TypeBuilder, inflate our members here.
4499         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
4500         (mono_class_create_generic): New public method.
4501         (mono_class_initialize_generic): Removed.
4502         (get_instantiation_name): Renamed to
4503         _mono_class_get_instantiation_name() and made it public.
4504
4505 2004-02-18  Martin Baulig  <martin@ximian.com>
4506
4507         * class.c (mono_class_inflate_generic_type): Clear the new
4508         instance's `nginst->klass' when inflating a generic instance.
4509         (mono_class_is_subclass_of): Added (basic) support for generic
4510         instances.
4511
4512 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
4513
4514         * appdomain.h, domain.c: use a MonoCodeManager instead of a
4515         MonoMempool to hold compiled native code.
4516
4517 2004-02-17  Martin Baulig  <martin@ximian.com>
4518
4519         * class.h (MonoDynamicGenericInst): Added `count_properties' and
4520         `properties'.
4521
4522         * reflection.c (mono_reflection_generic_inst_initialize): Added
4523         `MonoArray *properties' argument.
4524
4525         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
4526
4527 2004-02-17  Martin Baulig  <martin@ximian.com>
4528
4529         * icall.c (ves_icall_Type_GetFields): Renamed to
4530         ves_icall_Type_GetFields_internal() and added a
4531         `MonoReflectionType *rtype' argument; pass it to
4532         mono_field_get_object() to set the field's "reflected" type.
4533         (ves_icall_Type_GetConstructors): Likewise.
4534         (ves_icall_Type_GetEvents): Likewise.
4535         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
4536         argument; pass it to mono_method_get_object() to set the method's
4537         "reflected" type.       
4538
4539 2004-02-17  Martin Baulig  <martin@ximian.com>
4540
4541         * class.h (MonoDynamicGenericInst): New type.
4542         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
4543
4544         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
4545         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
4546         (ves_icall_MonoGenericInst_GetFields): New interncall.
4547
4548         * class.c (mono_class_from_generic): Don't call
4549         mono_class_initialize_generic() if this is a dynamic instance;
4550         ie. it's being created from a TypeBuilder.
4551         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
4552         `class->byval_arg.type'.
4553
4554         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
4555         to `inflate_method' and made static.
4556         (mono_reflection_inflate_field): Removed.
4557         (mono_reflection_generic_inst_initialize): New public method.
4558
4559         * reflection.h (MonoReflectionGenericInst): Removed `methods',
4560         `ctors' and `fields'; added `initialized'.
4561
4562 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
4563
4564         * debug-helpers.c (mono_method_full_name): Fix output for empty
4565         namespaces.
4566
4567 2004-02-12  Martin Baulig  <martin@ximian.com>
4568
4569         * class.h (MonoClassField): Added `MonoType *generic_type'.
4570
4571         * reflection.c (mono_image_get_fieldref_token): Added support for
4572         instantiated generic types.
4573         (field_encode_inflated_field): Removed.
4574         (mono_image_get_inflated_field_token): Removed.
4575         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
4576
4577         * reflection.h (MonoReflectionInflatedField): Removed.
4578
4579 2004-02-12  Martin Baulig  <martin@ximian.com>
4580
4581         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
4582         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
4583
4584         * reflection.c (mono_image_get_methodspec_token): Take a
4585         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
4586         (mono_image_create_token): Check whether we have a
4587         `method->signature->gen_method' and call
4588         mono_image_get_methodspec_token() if appropriate.
4589         (inflated_method_get_object): Removed.
4590         (mono_reflection_bind_generic_method_parameters): Return a
4591         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
4592         (mono_reflection_inflate_method_or_ctor): Likewise.
4593
4594         * reflection.h (MonoReflectionInflatedMethod): Removed.
4595
4596 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
4597
4598         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
4599         for custom valuetype marshalling.
4600
4601         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
4602
4603 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4604
4605         * icall.c: fixed WSAGetLastError_internal name.
4606
4607 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
4608
4609         * threads.c (mono_thread_attach): Allow this to be called multiple
4610         times for a thread.
4611         
4612         * threads.c (build_wait_tids): Do not wait for ourselves.
4613
4614         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
4615         appdomain list is empty.
4616
4617         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
4618         memory returned by mono_string_builder_to_utf16, since it points into
4619         managed memory. Thanks to Bernie Solomon for noticing this.
4620
4621         * icall.c: Add AppDomainSetup icalls.
4622
4623         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
4624
4625         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
4626         types.
4627
4628         * reflection.c (reflection_methodbuilder_to_mono_method): Save
4629         custom attributes to the method_aux struct. Also fix array indexes etc.
4630
4631         * loader.c (mono_method_get_param_names): Make dynamic case work again.
4632         
4633 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
4634
4635         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
4636         (both static and runtime) and reduce startup time.
4637
4638 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
4639
4640         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
4641         AsAny marshalling conversion instead of crashing.
4642
4643         * marshal.c: Fix warnings.
4644
4645 2004-02-09  Martin Baulig  <martin@ximian.com>
4646
4647         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
4648
4649         * reflection.h (MonoReflectionInflatedMethod): Removed the
4650         `declaring' field, it's now in the unmanaged MonoGenericMethod.
4651
4652         * reflection.c (method_encode_methodspec): Removed the `method'
4653         argument; we get it from `gmethod->declaring'.
4654         (inflated_method_get_object): Removed the `declaring' argument.
4655
4656 2004-02-09  Martin Baulig  <martin@ximian.com>
4657
4658         * class.h (MonoGenericMethod): New type.
4659         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
4660         `generic_method'.
4661
4662         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
4663         a `MonoGenericMethod *gen_method' one.
4664
4665         * class.c (mono_class_inflate_generic_type): Take an additional
4666         `MonoGenericMethod * argument.  This is only non-NULL if we're
4667         inflating types for a generic method.   
4668         (mono_class_inflate_generic_signature): Renamed to
4669         inflate_generic_signature() and made static; take a
4670         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
4671         (inflate_generic_header): Take a `MonoGenericMethod *' argument
4672         instead of a `MonoGenericInst *' one.
4673         (mono_class_inflate_generic_method): Likewise.
4674
4675         * reflection.c (encode_generic_method_sig): Take a
4676         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
4677         (method_encode_methodspec): Likewise.
4678         (inflated_method_get_object): Likewise. 
4679
4680         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
4681         field with a `MonoGenericMethod *gmethod' one.  
4682
4683 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
4684
4685         * class.h (mono_class_has_parent): add parens to expansion
4686         so you can ! this.
4687
4688 2004-02-08  Martin Baulig  <martin@ximian.com>
4689
4690         * image.h (MonoImage): Removed `generics_cache'.
4691
4692         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
4693         instead of a `MonoType *' argument; removed the `inflate_methods'
4694         argument.  Don't inflate methods here.
4695
4696         * loader.c (find_method): If it's a generic instance, call
4697         mono_class_init() on the `sclass->generic_inst->generic_type'.
4698
4699         * metadata.c (mono_type_size): Make this work on uninitialized
4700         generic instances; call it on the `ginst->generic_type's class.
4701
4702         * reflection.c (mono_reflection_bind_generic_parameters): Call
4703         mono_class_from_generic() to create the `ginst->klass'.
4704
4705 2004-02-08  Martin Baulig  <martin@ximian.com>
4706
4707         * class.h (MonoClass): Changed type of `generic_inst' from
4708         `MonoType *' to `MonoGenericInst *'.
4709
4710 2004-02-08  Martin Baulig  <martin@ximian.com>
4711
4712         * icall.c (ves_icall_Type_BindGenericParameters): Just call
4713         mono_type_get_object(), this is now creating a `MonoGenericInst'
4714         for MONO_TYPE_GENERICINST.
4715         (ves_icall_MonoGenericInst_GetParentType): Likewise.
4716         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
4717
4718         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
4719         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
4720         (inflated_method_get_object): Added `MonoClass *refclass' argument.
4721         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
4722         and reflected type.
4723
4724         * reflection.h (MonoReflectionInflatedMethod): Removed
4725         `declaring_type' and `reflected_type'.
4726
4727 2004-02-08  Martin Baulig  <martin@ximian.com>
4728
4729         * class.h (MonoGenericInst): Added `MonoType *parent' and
4730         `MonoType **ifaces'.
4731
4732         * reflection.h (MonoReflectionGenericInst): Removed `klass',
4733         `parent' and `interfaces'.
4734
4735         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4736         `MonoType *' argument and return a `MonoType *'.
4737
4738         * icall.c
4739         (ves_icall_MonoGenericInst_GetParentType): New interncall.
4740         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
4741
4742 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
4743
4744         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
4745         valuetype marshalling.
4746
4747 2004-02-06  Martin Baulig  <martin@ximian.com>
4748
4749         * class.c
4750         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
4751         (my_mono_class_from_generic_parameter): Likewise.
4752
4753 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
4754
4755         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
4756         contents of the symbol files lazily.
4757
4758         * object.h (MonoThread): Add 'name' and 'name_len' fields.
4759
4760         * threads.h threads.c icall.c: New icalls for getting and setting the
4761         threads name.
4762
4763 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
4764
4765         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
4766         Raise an exception when the domain is not found.
4767
4768 2004-02-03  Martin Baulig  <martin@ximian.com>
4769
4770         * reflection.c (mono_image_get_methodspec_token): Use the
4771         uninflated signature; fixes gen-33.
4772
4773 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
4774
4775         * gc.c threads.c: Make the finalizer thread a normal managed thread so
4776         the finalizer code can use thread functionality.
4777
4778         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
4779         the finalizer thread.
4780
4781         * threads.c: Make some functions more robust.
4782
4783         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
4784
4785         * metadata.h: Add new marshalling conventions.
4786
4787         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
4788         stringbuilder marshalling. Fixes #53700.
4789
4790         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
4791
4792         * reflection.c (mono_image_get_type_info): Save declarative security
4793         info.
4794
4795         * reflection.c (mono_image_get_field_info): Handle uninitialized 
4796         unmanaged fields as well.
4797
4798         * appdomain.c: Bump corlib version.
4799
4800 2004-02-01  Martin Baulig  <martin@ximian.com>
4801
4802         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
4803         method type arguments.  
4804
4805 2004-01-30  Duncan Mak  <duncan@ximian.com>
4806
4807         * marshal.h: Add prototype for
4808         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
4809         and
4810         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
4811         fix the build.
4812
4813 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
4814
4815         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
4816         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
4817
4818 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
4819
4820         * marshal.c (mono_marshal_get_native_wrapper): Add support for
4821         custom marshalling of valuetypes.
4822
4823         * marshal.c: Fix some warnings.
4824
4825 2004-01-29  Martin Baulig  <martin@ximian.com>
4826
4827         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
4828         for generic method parameters.
4829
4830         * reflection.c (method_encode_methodspec): Write the uninflated
4831         signature into the methodspec table.
4832         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
4833         is always the uninflated method.
4834         (reflection_methodbuilder_to_mono_method): Copy the generic
4835         parameters from the MethodBuilder into `header->gen_params'.
4836
4837 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
4838
4839         * class.c (mono_class_from_generic_parameter): Fix warning.
4840
4841 2004-01-27  Martin Baulig  <martin@ximian.com>
4842
4843         * class.c (mono_class_from_generic_parameter): Don't create
4844         `klass->methods' here.  
4845
4846 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
4847
4848         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
4849         extension since it does not work with libraries named lib<FOO>.dll.so.
4850
4851 2004-01-25  Martin Baulig  <martin@ximian.com>
4852
4853         * class.c (mono_class_inflate_generic_type): Added support for
4854         MONO_TYPE_GENERICINST.
4855
4856         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
4857         inflate methods on open constructed types.      
4858
4859 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4860
4861         * object.c: fire ProcessExit event in the root AppDomain after running
4862         Main. Fixes bug #53299.
4863
4864 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
4865
4866         * socket-io.c: include the new socket-wrappers.h header.
4867         Use the wrappers instead of the unix socket functions to make the code
4868         more clear.
4869
4870 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
4871
4872         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
4873
4874         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
4875         Fixes #22532.
4876
4877 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
4878
4879         * reflection.c (mono_image_create_pefile): Handle the case when the
4880         entry point is not a MethodBuilder.
4881
4882         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
4883         field to ReflectionMethod since it is not allways a builder.
4884
4885         * reflection.c (type_get_fully_qualified_name): New helper function to
4886         return the fully qualified name of a type.
4887
4888         * reflection.c (encode_marshal_blob): Always emit the fully qualified
4889         type name for custom marshallers.
4890
4891         * reflection.c (mono_marshal_spec_from_builder): Ditto.
4892
4893         * class.c (mono_class_setup_vtable): If a parent class already 
4894         implements an interface, use the implementing methods from that class.
4895         Fixes #53148.
4896
4897 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4898
4899         * threadpool.c: just return instead of ExitThread to allow for thread
4900         clean up earlier.
4901
4902 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
4903
4904         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
4905         when closing resource modules.
4906
4907         * reflection.c (mono_image_create_pefile): Handle the case when the
4908         entry point is not a MethodBuilder.
4909
4910         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
4911         field to ReflectionMethod since it is not allways a builder.
4912
4913 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
4914
4915         * marshal.c (mono_marshal_get_managed_wrapper): 
4916         mono_marshal_alloc takes native int so CONV_I
4917         the arg for 64bits.
4918
4919 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
4920
4921         * reflection.c (fixup_cattrs): New function to fixup the methoddef
4922         tokens in the cattr table. Fixes #53108.
4923
4924 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4925
4926         * loader.c: don't trim ".dll" before looking up in the config file.
4927         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
4928
4929 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
4930
4931         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
4932         Return the module which contains the resource as well.
4933         (ves_icall_System_Reflection_Module_Close): New icall.
4934
4935         * appdomain.c: Bump corlib version number.
4936
4937         * image.c (mono_image_addref): New public function.
4938
4939         * assembly.c: Call mono_image_addref.
4940
4941         * reflection.c (mono_module_get_object): Increase reference count of 
4942         the image.
4943
4944         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
4945         Fixes #22532.
4946
4947         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
4948         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
4949         proper exceptions on DllImport problems.
4950
4951 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
4952
4953         * class.c, metadata.c: eliminate CSIZE macro.
4954
4955 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
4956
4957         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
4958         * object.h: Added async_callback field in MonoAsyncResult.
4959         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
4960         * verify.c: Added async_callback in MonoAsyncResult layout.
4961
4962 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
4963
4964         * reflection.c (mono_reflection_get_custom_attrs): Add support
4965         for Modules.
4966
4967 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
4968
4969         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
4970         marshalling.
4971         (mono_marshal_method_from_wrapper): Add null pointer check.
4972
4973 2004-01-16  Martin Baulig  <martin@ximian.com>
4974
4975         * debug-mono-symfile.h: Set version number to 36 and reflect
4976         latest symbol writer changes.
4977
4978 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
4979
4980         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
4981         multi-dimensional arrays.
4982         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
4983         (mono_class_from_mono_type): Use bounded_array_class_get.
4984         
4985         * class.c (mono_bounded_array_class_get): New function which takes
4986         a 'bounded' bool argument to distinguish vectors from one dimensional
4987         arrays.
4988
4989         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
4990         bounded_array_class_get if the array has bounds.
4991
4992         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
4993         Search modules loaded using AssemblyBuilder:AddModule as well.
4994
4995 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4996
4997         * appdomain.c: increased corlib version.
4998         * filewatcher.c: removed g_print.
4999         * icall.c:
5000         (get_property_info): only allocate what is actually requested.
5001         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
5002
5003 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5004
5005         * Makefile.am: added filewatcher.[ch]
5006         * filewatcher.[ch]: FileSystemWatcher runtime support.
5007         * icall.c: added new FSW icalls.
5008
5009 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
5010
5011         * string-icalls.c: fix stringbuilder regression as suggested by
5012         Iain McCoy <iain@mccoy.id.au>.
5013
5014 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
5015
5016         * process.c (process_read_stringtable_block): Recognize '007f' as
5017         a language neutral stringtable block.
5018
5019 2004-01-12  Patrik Torstensson
5020
5021         * object.h (MonoStringBuilder) : Changed layout to support our
5022         new stringbuilder class.
5023         * marshal.c: Change marshalling to support the new layout of 
5024         string builder.
5025         * appdomain.c: increased version number because new layout of
5026         string builder.
5027
5028 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
5029
5030         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
5031         assembly name as an string instead of an AssemblyName, since it is
5032         easier to extract info from it.
5033
5034         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
5035         the culture subdirectories too. Fixes #52231.
5036
5037 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5038
5039         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
5040         It takes 2 new parameters with an optional name for the method to look
5041         for and case ignoring info.
5042
5043         * threadpool.c: removed unused variable.
5044
5045 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5046
5047         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
5048         It takes 2 new parameters with an optional name for the property to look
5049         for and case ignoring info.
5050         Fixes bug #52753.
5051
5052 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
5053
5054         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
5055         Fix #52451.
5056
5057 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5058
5059         * appdomain.c:
5060         * assembly.c: escape the uri before passing it to g_filename_from_uri.
5061         Fixes bug #52630.
5062
5063 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
5064
5065         * reflection.c: Add support for more than one unmanaged resource.
5066
5067         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
5068         in field->def_value, as done in all other cases.
5069
5070         * reflection.c (mono_reflection_get_custom_attrs): Add support for
5071         TypeBuilders.
5072
5073         * reflection.c (mono_reflection_create_runtime_class): Remove 
5074         errorneous assignment to klass->element_class, since it is already
5075         done in mono_reflection_setup_internal_class.
5076
5077 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5078
5079         * gc.c: added missing LeaveCriticalSection.
5080         * icall.c: indented a couple of lines.
5081         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
5082         if we call EndInvoke inside a callback. Fixes bug #52601.
5083
5084 2004-01-07  Martin Baulig  <martin@ximian.com>
5085
5086         * mono-debug-debugger.h
5087         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
5088
5089 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
5090
5091         * appdomain.c: Use messages in NotImplementedException.
5092
5093         * exception.c (mono_get_exception_not_implemented): Now this takes
5094         a message argument.
5095
5096         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
5097         exception instead of g_asserting an aborting when something is not
5098         implemented.
5099
5100         Add some inline docs.
5101
5102 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
5103
5104         * reflection.h: Update after changes to object layout.
5105
5106         * reflection.c: Implement saving of unmanaged aka win32 resources.
5107
5108         * appdomain.c: Bump version number.
5109
5110         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
5111         Handle missing domains gracefully.
5112
5113 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
5114
5115         * file-io.c : On Windows, there are much more invalid_path_chars.
5116
5117 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
5118
5119         * class.h, object.c: prepare for GetType () speedup.
5120
5121 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
5122
5123         * profiler.c: workaround for --profile null reference exception on
5124           cygwin. Patch by Patrik Torstensson.
5125
5126 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
5127
5128         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
5129         make work for unaligned access.
5130
5131 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
5132
5133         * class.c: small cleanup (class->fields [i] -> field).
5134         * image.c: check address of metadata is valid.
5135
5136 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
5137
5138         * assembly.h assembly.c (mono_assembly_loaded): New public function to
5139         search the list of loaded assemblies.
5140
5141         * reflection.c (mono_reflection_type_from_name): Use 
5142         mono_assembly_loaded instead of mono_image_loaded.
5143
5144         * reflection.c: Fix warnings.
5145
5146 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
5147
5148         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
5149         is dynamic. This is needed since an assembly can contain both dynamic and
5150         non-dynamic images.
5151
5152         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
5153         assembly->dynamic.
5154
5155         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
5156
5157         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
5158         to store modules loaded using AddModule.
5159
5160         * reflection.c (mono_image_fill_file_table): Generalize this so it works
5161         on Modules.
5162
5163         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
5164
5165         * reflection.c (mono_image_fill_export_table_from_module): New function to
5166         fill out the EXPORTEDTYPES table from a module.
5167
5168         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
5169         into a separate function. Also handle loaded non-dynamic modules.
5170
5171         * reflection.c (mono_image_basic_init): Fix memory allocation.
5172
5173         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5174
5175         * assembly.c (mono_assembly_load_references): Make this public.
5176
5177 2003-12-19  Martin Baulig  <martin@ximian.com>
5178
5179         * class.c (mono_class_initialize_generic): Made this static, take
5180         a `MonoGenericInst *' instead of a `MonoClass *'.
5181         (mono_class_from_generic): Call mono_class_initialize_generic()
5182         unless we're already initialized or being called from
5183         do_mono_metadata_parse_generic_inst().
5184
5185         * class.h (MonoGenericInst): Added `initialized' and
5186         `init_pending' flags.
5187
5188         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
5189         `mono_class_init (gklass)' or mono_class_initialize_generic()
5190         here; set `generic_inst->init_pending' while parsing the
5191         `type_argv'.
5192
5193 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
5194
5195         * locales.c: include string.h for memxxx prototypes
5196
5197 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
5198
5199         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
5200         constructor when accessing literal fields.
5201
5202 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
5203
5204         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5205
5206         * reflection.c (assembly_add_resource_manifest): New function to fill
5207         the MANIFESTRESOURCE table.
5208
5209         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
5210
5211         * reflection.h: Update to changes in class layout.
5212
5213         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
5214         Reenable call to mono_runtime_is_shutting_down ().
5215
5216         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
5217         determine if the runtime is shutting down.
5218
5219 2003-12-16  Jackson Harper <jackson@ximian.com>
5220
5221         * icall.c: comment out call to mono_runtime_is_shutting_down to
5222         fix build.
5223         
5224 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
5225
5226         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
5227         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
5228
5229 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
5230
5231         * reflection.c: move definition of swap_with_size
5232         to before its first call
5233
5234 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
5235
5236         * appdomain.c (mono_runtime_is_shutting_down): New public function.
5237
5238         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
5239         icall.
5240
5241         * object.c: Fix warnings.
5242
5243         * icall.c (ves_icall_Type_Get...): Only consider inherited static
5244         members if FlattenHierarchy is set.
5245
5246         * reflection.c (mono_image_add_decl_security): New function to emit
5247         declarative security.
5248
5249         * reflection.h reflection.c: Add support for declarative security.
5250
5251         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5252         
5253 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
5254
5255         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5256         
5257         * appdomain.c verify.c: Moved corlib version checking into its own
5258         function in appdomain.c since it needs to create vtables etc.
5259
5260 2003-12-13  Patrik Torstensson <p@rxc.se>
5261
5262         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
5263         instead of unwrapped server.
5264
5265 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
5266
5267         * verify.c (check_corlib): Fix field index.
5268
5269 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
5270
5271         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
5272         GetGacPath icall.
5273
5274 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
5275
5276         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
5277         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
5278         cope with sizeof(size_t) != sizeof(guint32).
5279
5280 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5281
5282         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
5283         in case of failure.
5284
5285 2003-12-10  Mark Crichton <crichton@gimp.org>
5286
5287         * icall.c: removed the GetNonZeroBytes.  We now handle this case
5288         in managed code.
5289
5290         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
5291
5292 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
5293
5294         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
5295         marked as deleted.
5296
5297 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
5298
5299         * verify.c (check_corlib): Handle the case when the version field is 
5300         initialized by a static constructor.
5301
5302 2003-12-08  Patrik Torstensson  <p@rxc.se>
5303
5304     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
5305
5306 2003-12-08  Martin Baulig  <martin@ximian.com>
5307
5308         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
5309         a MonoReflectionGenericParameter, also take the parameter index
5310         and name as arguments.
5311         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
5312         (ves_icall_MonoGenericParam_initialize): New interncall.
5313         (ves_icall_Type_make_byref_type): New interncall.
5314
5315         * reflection.h (MonoReflectionGenericParam): Derive from
5316         MonoReflectionType, not just from MonoObject.  Added `refobj' and
5317         `index' fields.
5318
5319         * reflection.c (mono_reflection_define_generic_parameter): Create
5320         and return a new MonoReflectionGenericParam; don't initialize the
5321         constraints here.
5322         (mono_reflection_initialize_generic_parameter): New public method;
5323         initializes the constraints and creates the `param->pklass'.
5324
5325 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
5326
5327         * reflection.h reflection.c: Use the new fields 'num_types', 
5328         'num_fields' and 'num_methods' to track the number of types etc.
5329
5330         * verify.c (check_corlib): Check corlib version number.
5331
5332 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
5333
5334         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
5335         function works on all methods.
5336
5337 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
5338
5339         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
5340         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
5341         the custom_type_info flag of the transparent proxy.
5342         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
5343         objects that supports IRemotingTypeInfo.
5344         * object.h: Added custom_type_info field in transparent proxy.
5345
5346 2003-12-06  Martin Baulig  <martin@ximian.com>
5347
5348         * class.c (mono_class_create_from_generic): Removed.
5349         (mono_class_from_generic): Check `ginst->klass' before doing
5350         anything else.  This is important to fully support "recursive"
5351         generic types.
5352
5353         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
5354         empty `generic_inst->klass' before doing anything else.
5355
5356 2003-12-06  Dick Porter  <dick@ximian.com>
5357
5358         * verify.c: 
5359         * object.h:
5360         * icall.c:
5361         * locales.c: Use C structs to access class fields.  Don't do a
5362         conversion between MonoString and UChar because both are
5363         platform-endian UTF-16.  Compare now takes startindex and count
5364         parameters.  Add a char overload for IndexOf.  Speed up the
5365         invariant string IndexOf.
5366
5367 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
5368
5369         * Makefile.am (monosn_LDADD): Fix parallel build.
5370
5371 2003-12-04  Martin Baulig  <martin@ximian.com>
5372
5373         * icall.c
5374         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
5375         (ves_icall_Type_make_array_type): New interncall.       
5376
5377 2003-12-04  Martin Baulig  <martin@ximian.com>
5378
5379         * locales.c: also change it in the !HAVE_ICU case.
5380
5381 2003-12-04  Dick Porter  <dick@ximian.com>
5382
5383         * icall.c:
5384         * locales.c: construct_compareinfo is now in CompareInfo, not
5385         CultureInfo.
5386
5387 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
5388
5389         * image.c (mono_image_load_file_for_image): Cache loaded images in the
5390         image->files array.
5391
5392         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
5393         table as well.
5394
5395         * assembly.c (mono_assembly_load_references): Only load references
5396         once.
5397
5398         * class.c (mono_class_from_name): Avoid linear search of the 
5399         EXPORTEDTYPE table.
5400
5401         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
5402
5403 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
5404
5405         * image.h (MonoImage): Add 'field_cache' field.
5406
5407         * loader.c (mono_field_from_token): Cache field lookups.
5408         
5409         * reflection.c (mono_module_get_object): Fix name property.
5410
5411         * icall.c (ves_icall_get_enum_info): Update after changes to 
5412         mono_metadata_get_constant_index ().
5413
5414         * icall.c: Get rid of get_type_info icall, use a separate icall for
5415         each type property to avoid needless memory allocations. Fixes #51514.
5416
5417         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
5418         to avoid needless binary searches.
5419
5420         * class.c (class_compute_field_layout): Move the initialization of
5421         field->def_value to mono_class_vtable ().
5422
5423         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
5424         non-corlib types.
5425
5426         * object.c (mono_object_allocate): Make it inline.
5427
5428         * object.c (mono_object_allocate_spec): Make it inline.
5429         
5430 2003-12-02  Dick Porter  <dick@ximian.com>
5431
5432         * locales.c (create_NumberFormat): NumberFormatInfo construction.
5433         Patch by Mohammad DAMT (mdamt@cdl2000.com).
5434
5435 2003-12-01  Dick Porter  <dick@ximian.com>
5436
5437         * threads.c: Fix signature and call in CreateMutex and
5438         CreateEvent.
5439
5440 2003-12-01  Dick Porter  <dick@ximian.com>
5441
5442         * icall.c: 
5443         * locales.c: Implement string compares and searching
5444
5445         * object.h: Add extra Thread field
5446
5447 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
5448
5449         * reflection.c (fixup_method): Add support for MonoCMethod.
5450
5451 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
5452
5453         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
5454
5455         * reflection.c (assembly_name_to_aname): Allow extra characters in
5456         assembly names. Fixes #51468.
5457
5458 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
5459
5460         * exception.c (mono_exception_from_name_domain): New helper function.
5461
5462         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
5463         exception object in the correct domain.
5464
5465         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
5466         formatting + make a copy a the input data.
5467
5468         * loader.c (mono_get_method_from_token): Methods which contain
5469         native code do not have entries in the ImplMap.
5470
5471         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
5472         Thanks to Gonzalo for spotting this.
5473         
5474         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
5475         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
5476
5477         * assembly.h (mono_assembly_load_from): Split the second part of 
5478         assembly loading into a new public function.
5479
5480         * exception.h (mono_get_exception_bad_image_format): New function.
5481
5482 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
5483
5484         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5485         Enumerate all modules inside a dynamic assembly. Fixes #51293.
5486         
5487         * icall.c: Add new icall for creating dynamic methods.
5488
5489         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
5490
5491         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
5492
5493         * reflection.c (mono_reflection_create_dynamic_method): New icall to
5494         create a dynamic method.
5495
5496         * reflection.c (resolve_object): New helper function.
5497
5498         * reflection.c: Generalize ReflectionMethodBuilder and the functions
5499         which manipulate it so they can also work on dynamic methods.
5500
5501         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
5502         creating the MonoReflectionMethodAux structure if it is not needed.
5503         
5504         * reflection.h verify.c: Update after changes to object layout.
5505
5506         * reflection.c (method_builder_encode_signature): Fix compilation on
5507         gcc 2.95.x.
5508
5509 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
5510
5511         * appdomain.h: Added support for context static fields. Added static_data
5512           field to MonoAppContext and renamed thread_static_fields to a more
5513           generic special_static_fields in MonoAppDomain, since it can now contain
5514           context static fields.
5515         * domain.c: Updated hashtable name.
5516         * object.c: Replaced field_is_thread_static() for a more generic
5517           field_is_special_static() which also checks for context static attribute.
5518           In mono_class_vtable(), added support for static context fields.
5519         * threads.c: Changed methods that manage thread static fields to more
5520           generic methods so they can be reused both for thread and context static
5521           data.
5522         * threads.h: Declared some new methods.
5523
5524 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
5525
5526         * reflection.h: Update after changes to the managed types.
5527
5528         * reflection.c (encode_custom_modifiers): New helper function.
5529
5530         * reflection.c (method_encode_signature): Emit custom modifiers.
5531
5532         * reflection.c (field_encode_signature): Emit custom modifiers.
5533
5534 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
5535
5536         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
5537
5538         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
5539         implementation.
5540
5541         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
5542         icall.
5543
5544         * object.c (mono_field_get_value_object): New function.
5545
5546         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
5547         specific.
5548
5549 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
5550
5551         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
5552         return a preallocated out-of-memory exception instance.
5553
5554         * object.c (out_of_memory): Use the new function.
5555
5556         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
5557         flag is before the custom modifiers. Fixes #49802.
5558
5559 2003-11-16  Martin Baulig  <martin@ximian.com>
5560
5561         * class.c (mono_class_is_open_constructed_type): Implemented the
5562         MONO_TYPE_GENERICINST case.
5563
5564 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
5565
5566         * assembly.c (mono_assembly_fill_assembly_name): New function to
5567         fill out the MonoAssemblyName structure.
5568         (mono_assembly_open): Use the new function.
5569
5570         * icall.c (fill_reflection_assembly_name): New helper function.
5571
5572         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
5573         new function.
5574
5575         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
5576
5577 2003-11-15  Martin Baulig  <martin@ximian.com>
5578
5579         * class.c (mono_class_is_open_constructed_type): New public
5580         function; checks whether a type is an open constructed type,
5581         ie. whether it still contains type parameters.
5582         (mono_class_inflate_generic_type): If we're a type parameter and
5583         the inflated type is also a MONO_TYPE_(M)VAR, return the original
5584         type.
5585
5586         * class.h (MonoGenericInst): Added `guint32 is_open'.
5587
5588         * loader.c (method_from_methodspec): Check whether we're an open
5589         or closed constructed type and set `ginst->is_open'.
5590
5591         * reflection.c (mono_reflection_bind_generic_parameters): Check
5592         whether we're an open or closed constructed type and set
5593         `ginst->is_open'.
5594         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
5595         from open constructed types.
5596
5597 2003-11-15  Martin Baulig  <martin@ximian.com>
5598
5599         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5600         a generic instance (instead of a generic type declaration) with
5601         unbound generic parameters, bind them to our actual types.
5602
5603 2003-11-14  Martin Baulig  <martin@ximian.com>
5604
5605         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
5606
5607         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5608         an interface type, populate `res->interfaces' with instantiated
5609         versions of all the interfaces we inherit.
5610
5611 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
5612
5613         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
5614         when MONO_PATH is set but doesn't contain the install dir.
5615
5616 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5617
5618         * icall.c:
5619         (ves_icall_Type_GetInterfaces): don't return an interface twice when
5620         it's also implemented in base classes. Fixes bug #50927.
5621
5622 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
5623
5624         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
5625         if this method is called from a finalizer. Fixes #50913.
5626
5627 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
5628
5629         * threads.c: Implement VolatileRead/VolatileWrite
5630
5631         * icall.c: Add new icalls for VolatileRead/VolatileWrite
5632
5633 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5634
5635         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
5636         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
5637         2.95.3.
5638
5639         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
5640         from Peter Ross (pro@missioncriticalit.com).
5641         
5642 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
5643
5644         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
5645
5646 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5647
5648         * assembly.c (mono_assembly_load_references): Disable check because it
5649         triggers on older corlibs which lots of people have.
5650
5651 2003-11-12  Jackson Harper  <jackson@ximian.com>
5652
5653         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
5654         load corlib.dll if mscorlib.dll is not found.
5655         * assembly.h: Remove corlib name define.
5656         * class.c:
5657         * domain.c:
5658         * image.c: Change corlib name to mscorlib.
5659         
5660 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5661
5662         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
5663
5664 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
5665
5666         * appdomain.h: Added loader_optimization here to sync with the C#
5667         code, and add disallow_binding_redirects field.
5668
5669 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
5670
5671         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
5672
5673         * reflection.c (mono_image_build_metadata): Fix crash on modules
5674         with no types.
5675
5676         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
5677
5678         * icall.c (ves_icall_get_method_info): Return callingConvention as
5679         well.
5680
5681         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
5682         namespaces from the EXPORTEDTYPE table as well.
5683
5684         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
5685         from all modules inside the assembly.
5686         
5687 2003-11-11  Martin Baulig  <martin@ximian.com>
5688
5689         * reflection.c (mono_reflection_bind_generic_parameters): Make
5690         this work for interfaces.
5691
5692 2003-11-11  Martin Baulig  <martin@ximian.com>
5693
5694         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
5695
5696 2003-11-11  Martin Baulig  <martin@ximian.com>
5697
5698         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
5699         "MonoInflatedMethod" and "MonoInflatedCtor".
5700
5701 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
5702
5703         * reflection.c (resolution_scope_from_image): Use the assembly table
5704         from the manifest module, since other modules don't have it.
5705
5706         * debug-helpers.c (mono_type_full_name): New helper function.
5707
5708         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
5709
5710         * image.c (mono_image_load_file_for_image): New public function which
5711         is a replacement for the load_file_for_image in class.c.
5712
5713         * assembly.c (mono_assembly_load_module): A wrapper for the function
5714         above which does assembly association and reference loading too.
5715
5716         * class.c (mono_class_from_name): Call mono_assembly_load_module.
5717
5718 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5719
5720         * appdomain.c: not all of the attributes for the full assembly name
5721         are required and the order doesn't matter. Fixes bug #50787.
5722
5723 2003-11-10  Dick Porter  <dick@ximian.com>
5724
5725         * locales.c: Use platform-endian UTF16
5726
5727 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
5728
5729         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
5730         
5731 2003-11-10  Martin Baulig  <martin@ximian.com>
5732
5733         * metadata.c
5734         (mono_metadata_load_generic_params): Make this actually work.
5735
5736         * reflection.c (mono_reflection_bind_generic_parameters): If our
5737         parent is a generic instance, pass all the `types' to it, no
5738         matter whether it has the same number of type parameters or not.
5739
5740 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
5741
5742         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
5743
5744         * assembly.c (mono_assembly_load_references): Move the image<->assembly
5745         assignment code to this function so it gets called recursively for all
5746         modules.
5747
5748         * image.c (load_modules): Remove the assembly assignment since it is
5749         now done by mono_assembly_load_references.
5750         
5751         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5752         Add 'module' argument.
5753         (mono_module_get_types): New helper function.
5754         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
5755
5756 2003-11-08  Martin Baulig  <martin@ximian.com>
5757
5758         * class.c (mono_class_inflate_generic_method): Interface method
5759         don't have a header.
5760
5761         * reflection.c (mono_image_get_methodspec_token): Take an
5762         additional `MonoGenericInst *' argument instead of reading it from
5763         the header; this is necessary to support interfaces.
5764         (mono_image_create_token): Pass the `MonoGenericInst *' from the
5765         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
5766         (inflated_method_get_object): Take an additional `MonoGenericInst *'
5767         argument.
5768
5769         * reflection.h (MonoReflectionInflatedMethod): Added
5770         `MonoGenericInst *ginst'.
5771
5772 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
5773
5774         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
5775
5776 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
5777
5778         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
5779
5780 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
5781
5782         * reflection.c 
5783         (reflection_methodbuilder_from_method_builder):
5784         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
5785         initialize a ReflectionMethodBuilder structure.
5786         (mono_image_get_methodbuilder_token):
5787         (mono_image_get_ctorbuilder_token): New functions to emit memberref
5788         tokens which point to types in another module inside the same assembly.
5789
5790         * reflection.c: Use the new helper functions.
5791         
5792         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
5793
5794         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
5795         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
5796
5797         * reflection.c (resolution_scope_from_image): Emit a moduleref if
5798         neccesary.
5799
5800         * reflection.c (mono_image_build_metadata): Emit metadata only for the
5801         current module. Emit the manifest only for the main module.
5802
5803         * reflection.c (mono_image_create_token): Add assertion when a 
5804         memberref needs to be created.
5805
5806         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
5807
5808         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
5809         larger buffer for the custom attribute blob. Fixes #50637.
5810         
5811 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5812
5813         * threadpool.c: notify listener on async processing handles after
5814         invoking the async callback. Thanks to Zoltan.
5815
5816 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5817
5818         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
5819         avoid code duplication.
5820
5821         * reflection.h (MonoDynamicImage): New type which is currently unused,
5822         but will be used through the ref.emit code in place of 
5823         MonoDynamicAssembly.
5824
5825         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
5826         object layout.
5827
5828         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
5829         a MonoDynamicImage instead of just a MonoImage.
5830         
5831         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
5832         icalls to ModuleBuilder but keep their semantics, so they will work
5833         with moduleb->assemblyb. This will change later.
5834         
5835 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5836
5837         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
5838         object layout.
5839
5840         * reflection.c (mono_image_build_metadata): Avoid creation of a default
5841         main module, since it is now done by the managed code.
5842
5843 2003-11-03  Martin Baulig  <martin@ximian.com>
5844
5845         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
5846         `ginst->klass' here.
5847         (method_encode_methodspec): Don't use the `ginst->generic_method's
5848         klass if it's a generic instance, use `ginst->klass' in this case.
5849
5850 2003-11-03  Martin Baulig  <martin@ximian.com>
5851
5852         * reflection.c (mono_image_get_generic_method_param_info):
5853         Removed, use mono_image_get_generic_param_info() instead.
5854         (mono_image_get_type_info): Write the GenericParam table before
5855         the Method table.  This is neccessary because in the GenericParam
5856         table, type parameters of the class (ie. '!0' etc.) must come
5857         before the ones from its generic methods (ie. '!!0' etc).
5858
5859 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5860
5861         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
5862
5863 2003-11-02  Martin Baulig  <martin@ximian.com>
5864
5865         * reflection.c (create_generic_typespec): Take a
5866         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
5867         the generic parameters from it.
5868
5869 2003-11-02  Martin Baulig  <martin@ximian.com>
5870
5871         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
5872         instead of a `MonoClassField *' since we just need the type.
5873         (create_generic_typespec): New static function.  Creates a
5874         TypeSpec token for a generic type declaration.
5875         (mono_image_get_generic_field_token): New static function.
5876         (mono_image_create_token): If we're a FieldBuilder in a generic
5877         type declaration, call mono_image_get_generic_field_token() to get
5878         the token.
5879
5880 2003-11-02  Martin Baulig  <martin@ximian.com>
5881
5882         * reflection.h
5883         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
5884         `MonoReflectionGenericInst *declaring_type' and
5885         `MonoReflectionGenericInst *reflected_type' fields.
5886
5887         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
5888         `MonoReflectionGenericInst *declaring_type' and a
5889         `MonoReflectionGenericInst *reflected_type' argument instead of a
5890         single `MonoReflectionGenericInst *type' one.  Set
5891         `res->declaring_type' and `res->reflected_type' from them.
5892         (mono_reflection_inflate_field): Likewise.      
5893
5894 2003-11-02  Martin Baulig  <martin@ximian.com>
5895
5896         * class.c (mono_class_setup_vtable): Don't store generic methods
5897         in the vtable.  
5898
5899 2003-11-02  Martin Baulig  <martin@ximian.com>
5900
5901         * reflection.h (MonoReflectionGenericInst): Added
5902         `MonoReflectionType *declaring_type'.
5903
5904         * reflection.c (mono_reflection_bind_generic_parameters): Use
5905         `if (tb->parent)' instead of `klass->parent'.
5906
5907 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
5908
5909         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
5910         with an empty ASSEMBLY table.
5911
5912         * reflection.c (mono_image_build_metadata): Avoid using the same loop
5913         variable in the inner and outer loops.
5914
5915 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
5916
5917         * metadata.h (mono_metadata_make_token): Put parentheses around macro
5918         argument.
5919
5920         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
5921         
5922         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
5923         icalls. Instead, do everything in managed code. This is needed since
5924         it is hard to restore the original domain etc. in unmanaged code in the
5925         presence of undeniable exceptions.
5926
5927         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
5928         New icalls to push and pop appdomain refs.
5929
5930 2003-10-31  Martin Baulig  <martin@ximian.com>
5931
5932         * class.c (inflate_generic_type): Renamed to
5933         mono_class_inflate_generic_type() and made it public.
5934
5935         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
5936         New interncall.
5937
5938         * loader.c (mono_field_from_memberref): Also set the retklass for
5939         typespecs.
5940
5941         * fielder.c (mono_image_get_inflated_field_token): New static
5942         method; creates a metadata token for an inflated field.
5943         (mono_image_create_token, fixup_method): Added support for
5944         "MonoInflatedField".
5945         (fieldbuilder_to_mono_class_field): New static function.
5946         (mono_reflection_inflate_field): New public function.
5947
5948         * reflection.h
5949         (MonoReflectionGenericInst): Added `MonoArray *fields'.
5950         (MonoReflectionInflatedField): New typedef.     
5951
5952 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
5953
5954         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
5955         for Solaris and other platforms without s6_addr16
5956
5957 2003-10-30  Martin Baulig  <martin@ximian.com>
5958
5959         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
5960         argument instead of two.
5961         (mono_class_inflate_generic_signature): Likewise.
5962         (inflate_generic_header): Likewise.
5963         (mono_class_inflate_generic_method): Likewise.  In addition, if
5964         `ginst->klass' is set, it becomes the new `method->klass'.
5965
5966         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
5967         field.
5968
5969         * reflection.c (encode_generic_method_sig): Write a 0xa as the
5970         first byte. [FIXME]
5971         (method_encode_methodspec): If we have generic parameters, create
5972         a MethodSpec instead of a MethodRef.
5973         (fixup_method): Added support for "MonoInflatedMethod" and
5974         "MonoInflatedCtor".
5975         (mono_image_create_token): Added support for "MonoInflatedMethod"
5976         and "MonoInflatedCtor".
5977         (inflated_method_get_object): New static function; returns a
5978         managed "System.Reflection.MonoInflatedMethod" object.
5979         (mono_reflection_bind_generic_method_parameters): Return a
5980         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
5981         (mono_reflection_inflate_method_or_ctor): Likewise.
5982         (mono_image_get_generic_method_param_info): Initialize unused
5983         fields to zero.
5984         (mono_image_get_generic_param_info): Likewise.
5985
5986         * reflection.h (MonoReflectionInflatedMethod): New public
5987         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
5988         "S.R.MonoInflatedCtor" classes.
5989
5990         * loader.c (method_from_memberref): If we're a TypeSpec and it
5991         resolves to a generic instance, inflate the method.
5992
5993 2003-10-28  Dick Porter  <dick@ximian.com>
5994
5995         * object.c (mono_runtime_run_main): Convert command-line arguments
5996         into utf8, falling back to the user's locale encoding to do so.
5997
5998 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
5999
6000         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
6001         at this time.
6002
6003         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
6004
6005         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
6006         up icalls at method definition time. Partially fixes #33569.
6007
6008 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
6009
6010         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
6011         marshalling of arrays. Fixes #50116.
6012
6013         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
6014
6015         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
6016         points to a vtable in the dying appdomain.
6017
6018         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
6019         listeners into unmanaged code inside the lock.
6020
6021         * object.c (mono_class_vtable): Turn off typed allocation in non-root
6022         domains and add some comments.
6023
6024 2003-10-25  Martin Baulig  <martin@ximian.com>
6025
6026         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
6027
6028         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
6029
6030         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
6031         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
6032         currently parsing.  Create the generic class and store it in
6033         `generic_inst->klass' before parsing the type arguments.  This is
6034         required to support "recursive" definitions; see mcs/tests/gen-23.cs
6035         for an example.
6036         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
6037         to support recursive typespec entries.
6038
6039         * class.c (mono_class_setup_parent): If our parent is a generic
6040         instance, we may get called before it has its name set.
6041         (mono_class_from_generic): Splitted into
6042         mono_class_create_from_generic() and mono_class_initialize_generic().
6043
6044 2003-10-25  Martin Baulig  <martin@ximian.com>
6045
6046         * icall.c (ves_icall_Type_BindGenericParameters): Return a
6047         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
6048         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
6049         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
6050
6051         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
6052         (create_typespec): Likewise.
6053         (mono_reflection_bind_generic_parameters): Return a
6054         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
6055         (mono_reflection_inflate_method_or_ctor): New public function.
6056
6057         * reflection.h (MonoReflectionGenericInst): New typedef.        
6058
6059 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
6060
6061         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
6062         inside the domain lock. Fixes #49993.
6063         
6064         * object.c (mono_class_vtable): When typed allocation is used, 
6065         allocate vtables in the GC heap instead of in the mempool, since the
6066         vtables contain GC descriptors which are used by the collector even
6067         after the domain owning the mempool is unloaded.
6068
6069         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
6070
6071         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
6072         reflect what it does. Also invalidate mempools instead of freeing
6073         them if a define is set.
6074
6075         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
6076         of the appdomain.
6077         
6078         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
6079         hold the finalizable objects in this domain.
6080
6081         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
6082         appdomain.
6083
6084         * appdomain.c (mono_domain_set): New function to set the current
6085         appdomain, but only if it is not being unloaded.
6086
6087         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
6088         appdomain which is being unloaded.
6089         
6090         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
6091         unloading of the root appdomain.
6092
6093         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
6094         icall to execute a method in another appdomain. Intended as a 
6095         replacement for InternalSetDomain, which can confuse the code 
6096         generation in the JIT.
6097
6098         * appdomain.c (mono_domain_is_unloading): New function to determine
6099         whenever an appdomain is unloading.
6100
6101         * appdomain.c (mono_domain_unload): New function to correctly unload
6102         an appdomain.
6103
6104         * assembly.c (mono_assembly_load_references): Check that an assembly
6105         does not references itself.
6106
6107         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
6108         domain manually, it asks the finalizer thread to do it, then waits for
6109         the result. Also added a timeout.
6110
6111         * icall.c: Register the new icalls.
6112
6113         * threads.h threads.c: Export the mono_gc_stop_world and 
6114         mono_gc_start_world functions.
6115         
6116         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
6117         function to fill out the mempool with 0x2a.
6118
6119 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
6120
6121         * reflection.h (MonoReflectionMethodAux): New structure to store
6122         information which is rarely used, thus is not in the MonoMethod
6123         structure.
6124
6125         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
6126         store the aux info.
6127
6128         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
6129         and marshalling info into the aux structure.
6130
6131         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
6132         from the aux structure.
6133
6134         * loader.c (mono_method_get_param_names): Retrieve the param names from
6135         the aux structure.
6136         
6137 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
6138
6139         * exception.h exception.c: Add AppDomainUnloadedException && fix 
6140         warning.
6141
6142 2003-10-21  Dick Porter  <dick@ximian.com>
6143
6144         * socket-io.c
6145         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
6146         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
6147
6148 2003-10-21  Martin Baulig  <martin@ximian.com>
6149
6150         * reflection.c (mono_reflection_bind_generic_parameters):
6151         `klass->parent' is NULL for interfaces.
6152
6153 2003-10-21  Martin Baulig  <martin@ximian.com>
6154
6155         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6156
6157 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
6158
6159         * exception.c (mono_exception_from_name_msg): New helper function for
6160         creating exceptions and initializing their message field.
6161
6162         * exception.c: Simplify functions using the new helper.
6163
6164         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
6165         New function.
6166
6167         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
6168         mono_raise_exception, since otherwise gcc doesn't generate the function
6169         epilog for raise_exception, confusing the stack unwinding in the JIT.
6170         Fixes #45043.
6171
6172         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
6173         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
6174         Fixes #49499.
6175
6176 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6177
6178         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
6179         utf8.
6180
6181 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
6182
6183         * icall.c: Removed GetUninitializedObject method because
6184           AllocateUninitializedClassInstance does the same.
6185
6186 2003-10-18  Martin Baulig  <martin@ximian.com>
6187
6188         * class.c (inflate_generic_signature): Renamed to
6189         mono_class_inflate_generic_signature() and made it public.
6190         (my_mono_class_from_generic_parameter): New static function; if we
6191         don't already have the generic parameter's MonoClass, create a
6192         very simple one which is just used internally in the runtime and
6193         not passed back to managed code.
6194
6195         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
6196
6197         * metadata.h (MonoMethodSignature): Moved the
6198         `MonoGenericParam *gen_params' to the MonoMethodHeader.
6199         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
6200
6201         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
6202         ves_icall_MonoMethod_GetGenericArguments(); this is now an
6203         interncall on the MonoMethod class, not on MethodInfo.
6204         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
6205         calling mono_reflection_bind_generic_method_parameters() directly.
6206
6207         * loader.c (mono_method_get_signature): If this is a MethodSpec;
6208         return the already computed `method->signature'.
6209         (method_from_methodspec): New static function to load a method
6210         from a MethodSpec entry.
6211         (mono_get_method_from_token): Call the new method_from_methodspec()
6212         for MethodSpec tokens.  
6213         (mono_get_method_from_token): If we're a generic method, load the
6214         type parameters.
6215
6216         * reflection.c (mono_image_get_memberref_token): Allow
6217         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
6218         table.
6219         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
6220         (mono_image_create_token): First check whether it's a generic
6221         method (so we'd need to create a MethodSpec), then do the other
6222         two alternatives.
6223         (mono_reflection_bind_generic_method_parameters): Return a
6224         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
6225         called directly from the interncall.
6226
6227 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
6228
6229         * reflection.c (load_public_key): Move loading of the public key
6230         into managed code.
6231
6232         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
6233
6234         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
6235         fields.
6236
6237         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
6238         culture, hash_alg and public_key. Fixes #49555.
6239
6240 2003-10-17  Martin Baulig  <martin@ximian.com>
6241
6242         * class.h (MonoGenericInst): Moved this declaration here and added
6243         `MonoMethod *generic_method'.
6244
6245         * icall.c
6246         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
6247         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
6248
6249         * metadata.c (mono_metadata_type_equal): Two types of
6250         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
6251         index; ie. don't compare the address of the `MonoGenericParam'
6252         structure.
6253         (mono_metadata_load_generic_params): Removed the `MonoMethod
6254         *method' argument.
6255
6256         * metadata.h (MonoGenericInst): Moved declaration to class.h.
6257         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
6258
6259         * reflection.c (method_encode_signature): Encode the number of
6260         generic parameters.
6261         (encode_generic_method_sig): New static function.
6262         (method_encode_methodspec): New static function; creates an entry
6263         in the MethodSpec table for a generic method.
6264         (mono_image_get_methodspec_token): New static function.
6265         (mono_image_create_token): Call mono_image_get_methodspec_token()
6266         for generic methods.
6267         (mono_reflection_bind_generic_method_parameters): New public
6268         function.  Instantiates a generic method.
6269
6270 2003-10-16  Martin Baulig  <martin@ximian.com>
6271
6272         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
6273         *gen_params' here from MonoMethodHeader.
6274
6275         * metadata.c (mono_metadata_parse_method_signature): If we have
6276         generic parameters, initialize `method->gen_params' and then set
6277         the correct `type->data.generic_param' in all the parameters.
6278
6279 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
6280
6281         * threads.c (mono_threads_get_default_stacksize): New function to 
6282         return the default stacksize.
6283
6284         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
6285         termination of the finalizer thread, since the previous method had
6286         race conditions. Fixes #49628.
6287
6288         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
6289         as for the other managed threads.
6290
6291 2003-10-16  Martin Baulig  <martin@ximian.com>
6292
6293         * class.c (inflate_generic_signature): Copy `generic_param_count'
6294         and `gen_params'.
6295
6296         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
6297         New interncall.
6298
6299         * metadata.c (mono_metadata_parse_method_signature): Actually set
6300         the `method->generic_param_count' here.
6301         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
6302
6303 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
6304
6305         * object.h: Add a new field to TypedRef to simplify the implementation
6306         of the REFANY opcodes in the JIT.
6307
6308         * icall.c: Make use of the new field.
6309
6310         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
6311         dynamically.
6312
6313 2003-10-15  Martin Baulig  <martin@ximian.com>
6314
6315         * class.c (mono_class_from_gen_param): Renamed to
6316         mono_class_from_generic_parameter() and moved most of the
6317         functionality from mono_reflection_define_generic_parameter()
6318         here; ie. we create a "real" class here.
6319         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
6320         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
6321         previously been called.
6322
6323         * class.h (MonoGenericParam): Moved the declaration of this struct
6324         here from metadata.h and added `MonoMethod *method'.
6325
6326         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
6327         interncall.
6328
6329         * loader.c (mono_get_method_from_token): If we have any generic
6330         parameters, call mono_metadata_load_generic_params() to read them
6331         from the MONO_TABLE_GENERICPAR.
6332
6333         * metadata.c (mono_metadata_load_generic_params): Added
6334         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
6335
6336         * metadata.h (MonoMethodSignature): Replaced
6337         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
6338         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
6339
6340         * reflection.c (mono_reflection_define_generic_parameter): Moved
6341         most of the functionality into the new
6342         mono_class_from_generic_parameter(); set the `method' field if
6343         we're a method parameter.       
6344
6345 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
6346
6347         * marshal.c (emit_struct_conv): if native size is 0
6348         emit no code.
6349
6350 2003-10-14  Martin Baulig  <martin@ximian.com>
6351
6352         * icall.c: The generics API has changed in the spec since it was
6353         added to System.Type; these modifications make it match the spec
6354         again.
6355         (ves_icall_Type_GetGenericParameters): Renamed to
6356         `ves_icall_Type_GetGenericArguments'.
6357         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
6358         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
6359         `ves_icall_MonoType_get_HasGenericArguments'.
6360         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
6361         `ves_icall_MonoType_get_IsGenericParameter'.
6362         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
6363         this is no interncall anymore.
6364         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
6365         `ves_icall_TypeBuilder_get_IsGenericParameter'.
6366
6367 2003-10-14  Martin Baulig  <martin@ximian.com>
6368
6369         * reflection.c (mono_reflection_bind_generic_parameters): Also
6370         inflate generic methods if we're reading the class from IL.
6371
6372 2003-10-13  Martin Baulig  <martin@ximian.com>
6373
6374         * reflection.c (mono_reflection_define_generic_parameter): This
6375         method isn't called directly from the icall anymore; take a
6376         `MonoReflectionAssemblyBuilder *' so we can use this for type and
6377         method generic parameters.
6378         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
6379         (method_builder_encode_signature): Encode generic parameters.
6380         (mono_image_get_method_info): Write generic params to the
6381         MONO_TABLE_GENERICPARAM table.
6382
6383         * reflection.h (MonoReflectionMethodBuilder): Added
6384         `MonoArray *generic_params'.
6385
6386         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
6387
6388         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
6389         wrapper for mono_reflection_define_generic_parameter().
6390         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
6391
6392 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
6393
6394         * marshal.h: Add missing function to fix build.
6395
6396         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
6397         the SetLastError pinvoke attribute.
6398
6399         * marshal.c (mono_marshal_set_last_error): New helper function called
6400         by the generated code.
6401         
6402         * marshal.c (mono_mb_emit_branch): New helper function.
6403
6404         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
6405
6406         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6407         classes as parameters and return values of delegates. Fixes #29256. 
6408
6409 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
6410
6411         * locales.c: use gint32 in non HAVE_ICU case
6412
6413 2003-10-11  Martin Baulig  <martin@ximian.com>
6414
6415         * mono-debug.c (mono_debug_add_method): Added a workaround for
6416         bug #48591.
6417
6418 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
6419
6420         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
6421         delegates passed to native code must use the STDCALL calling 
6422         convention. Fixes #35987.
6423
6424 2003-10-10  Martin Baulig  <martin@ximian.com>
6425
6426         * class.c (inflate_generic_type): If we're inflating for a generic
6427         type instance (and not for a generic method), return
6428         MONO_TYPE_MVAR unchanged.
6429
6430 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6431
6432         * string-icalls.c: Join ignores null strings in the source array.
6433         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
6434         * threads.c: GetAvailableTheads is slightly more accurate.
6435
6436 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
6437
6438         * threads.h threads.c : add mono_threads_set_default_stacksize
6439         and pass default to CreateThread calls.
6440
6441 2003-10-09  Dick Porter  <dick@ximian.com>
6442
6443         * icall.c:
6444         * locales.h:
6445         * locales.c: Internal calls for constructing CultureInfo and
6446         related objects from libicu (if its available.)
6447
6448 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
6449
6450         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
6451
6452 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6453
6454         * threadpool.c: added an argument to async_invoke_thread that is the
6455         item to process, pass the MonoAsyncResult to the thread start function
6456         when creating a new thread. This way we don't need to acquire any lock
6457         when we're creating a new thread. Readded a semaphore for faster
6458         response times (instead of that Sleep i added).
6459
6460 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
6461
6462         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
6463         get daylight change dates better on Windows, fix handling
6464         of platforms without tm_gmtoff.
6465
6466 2003-10-06  Martin Baulig  <martin@ximian.com>
6467
6468         * class.c (inflate_generic_method): Renamed to
6469         mono_class_inflate_generic_method() and made public.
6470         (mono_class_init): Don't inflate the generic methods here.
6471         (mono_class_from_generic): Added `gboolean inflate_methods'
6472         argument.  Inflate the methods here.
6473
6474         * loader.c (mono_method_get_param_names): Ignore instances of
6475         generic types for the moment.
6476
6477         * reflection.c (fixup_method): Added support for inflated methods.
6478         (mono_image_create_token): Use mono_image_get_methodref_token()
6479         for inflated methods.
6480         (mono_custom_attrs_from_param): Ignore instances of generic types
6481         for the moment.
6482         (mono_reflection_bind_generic_parameters): New public function.
6483         Moved all the functionality from
6484         ves_icall_Type_BindGenericParameters() here and added support for
6485         dynamic types.
6486         (mono_reflection_define_generic_parameter): Initialize
6487         `klass->methods' here.
6488
6489         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
6490         functionality into mono_reflection_define_generic_parameter().
6491         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
6492         TypeBuilder, return that TypeBuilder.
6493
6494 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6495
6496         * appdomain.c: removed mono_delegate_semaphore.
6497
6498         * threadpool.c:
6499         (mono_thread_pool_add): moved hash table creation inside and the thread 
6500         creation outside of the critical region.
6501         (mono_thread_pool_finish): removed obsolete code.
6502         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
6503         continue or exit the thread depending on the queue.
6504
6505 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
6506
6507         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
6508         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
6509         handle more bool marshalling options
6510
6511 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
6512
6513         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
6514         arrays of structs. Also add a more descriptive error message when
6515         a structure member is marshalled as LPArray.
6516
6517 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
6518
6519         * marshal.c (mono_marshal_get_native_wrapper): Add support for
6520         marshalling arrays of complex types. Fixes #29098. Also remove an
6521         usused and incomplete function.
6522
6523 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
6524
6525         * gc.c: report heap_size - free_bytes as total memory allocated
6526         (bug#49362).
6527
6528 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
6529
6530         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
6531         fix timezone handling problems on Windows.
6532         
6533         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
6534         asserts when the year is outside the range handled by ms the functions.
6535
6536         * class.c (setup_interface_offsets): If the class is an interface,
6537         fill out its interface_offsets slot.
6538
6539 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6540
6541         * threadpool.c: mark threadpool threads as background.
6542
6543 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
6544
6545         * decimal.c - define DECINLINE to nothing if not using GCC
6546
6547 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
6548
6549         * assembly.c: More refcount fixes.
6550
6551 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6552
6553         * string-icalls.c: if we're not trimming, return the same string.
6554         When not splitting, don't create a new string.
6555
6556 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6557
6558         * image.c:
6559         (mono_image_open): increment the ref_count inside the critical section.
6560
6561 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
6562
6563         * image.c (mono_image_open): Fix reference counting bug.
6564
6565 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
6566
6567         * marshal.c (mono_marshal_type_size) struct alignment changed for 
6568         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
6569         64bits. Avoid leak in mono_marshal_get_native_wrapper when
6570         mono_lookup_pinvoke_call throws.        
6571
6572 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
6573
6574         * reflection.c (mono_reflection_parse_type): Fix #49114.
6575
6576         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
6577         temporary workaround for cygwin header problem.
6578
6579         * object.c (mono_object_isinst): Synchronize this with the code
6580         generated by the JIT for casts.
6581
6582 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
6583
6584         * reflection.c (encode_type): Fix #38332.
6585
6586 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
6587
6588         * marshal.c (mono_marshal_method_from_wrapper): New function to return
6589         the original method from the wrapper method.
6590
6591 2003-09-25  Martin Baulig  <martin@ximian.com>
6592
6593         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
6594         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
6595         (ves_icall_Type_get_IsGenericInstance): New interncall.
6596
6597 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
6598
6599         * object.c: fix cast warning in big endian code.
6600
6601 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
6602
6603         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
6604         
6605 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6606
6607         * assembly.c: don't call check_env from mono_assembly_load. It's
6608         already done once in mono_assemblies_init and may cause headaches when
6609         multiple threads are loading assemblies.
6610
6611 2003-09-19  Martin Baulig  <martin@ximian.com>
6612
6613         * reflection.c (mono_reflection_define_generic_parameter): Don't
6614         allocate `klass->methods', set `klass->flags' to
6615         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
6616
6617 2003-09-18  Martin Baulig  <martin@ximian.com>
6618
6619         * class.c (mono_class_init): Don't create `class->methods' if it's
6620         already initialized.
6621
6622         * metadata.c (mono_metadata_load_generic_params): Make this
6623         actually work.
6624
6625         * reflection.c (mono_reflection_define_generic_parameter): Set
6626         parent class and interfaces from the constraints.
6627
6628         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
6629         to keep this struct in sync with the declaration in TypeBuilder.cs.
6630
6631 2003-09-17  Martin Baulig  <martin@ximian.com>
6632
6633         * metadata.h (MonoType): Replaced the data's `int type_param'
6634         field with `MonoGenericParam *generic_param'.
6635         (MonoGenericParam): Added `MonoClass *klass'.
6636
6637         * class.c (mono_class_from_gen_param): Removed the
6638         `MonoImage *image' and `int type_num' arguments.
6639
6640         * metadata.c (mono_metadata_parse_generic_param): New static
6641         method; creates a MonoGenericParam which just contains the index.
6642         (do_mono_metadata_parse_type): Call
6643         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
6644         MONO_TYPE_MVAR.
6645
6646         * reflection.c (mono_image_typedef_or_ref): Generic type
6647         parameters may be in the same assembly, but never use a typedef
6648         for them.
6649         (mono_reflection_define_generic_parameter): We're now creating a
6650         "real" class for the type parameter; it's now safe to call
6651         mono_class_from_mono_type() on the class'es type, it'll do the
6652         right thing.
6653
6654 2003-09-16  Martin Baulig  <martin@ximian.com>
6655
6656         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
6657         `symfile->range_entry_size' and `symfile->class_entry_size' here;
6658         the `symfile' data structure must be fully initialized before it
6659         gets added to the table.
6660
6661 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
6662
6663         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
6664
6665         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
6666         class init trampolines.
6667
6668 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
6669
6670         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
6671         to the built-in profiler to turn off time and allocation profiling
6672         respectively.
6673
6674 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
6675
6676         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
6677         g_direct_equal.
6678
6679         * debug-helpers.c (mono_method_full_name): Print the wrapper type
6680         in human readable form.
6681
6682 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
6683
6684         * reflection.c icall.c: Fixed warnings.
6685
6686         * image.c (load_class_names): Use a temporary hash table to hold the
6687         namespaces in order to avoid doing many string comparisons.
6688
6689         * image.h: Fix typo.
6690
6691         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
6692         Pass NULL instead of g_direct_equal to the GHashTable constructor 
6693         since the NULL case is short-circuited inside g_hash_table_lookup, 
6694         leading to better performance.  
6695
6696         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
6697         obtain the first custom attribute for a given index. Depends on the
6698         CustomAttribute table being sorted by the parent field.
6699
6700         * reflection.c (mono_custom_attrs_from_index): Use the new function 
6701         for better performance.
6702
6703 2003-09-07  Martin Baulig  <martin@ximian.com>
6704
6705         * class.c (mono_class_init): If we're a generic instance, inflate
6706         all our methods instead of loading them from the image.
6707         (mono_class_from_generic): Set `class->methods = gklass->methods'.
6708
6709 2003-09-07  Martin Baulig  <martin@ximian.com>
6710
6711         * mono-debug-debugger.c: Added support for constructors.
6712
6713 2003-09-06  Martin Baulig  <martin@ximian.com>
6714
6715         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
6716         New interncall.
6717
6718         * reflection.c (mono_reflection_setup_generic_class): Call
6719         ensure_runtime_vtable() to create the vtable.
6720
6721 2003-09-05  Martin Baulig  <martin@ximian.com>
6722
6723         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
6724         MONO_TYPE_MVAR.
6725
6726 2003-09-04  Martin Baulig  <martin@ximian.com>
6727
6728         * reflection.c (mono_reflection_define_generic_parameter): Generic
6729         parameters start with zero.
6730
6731 2003-09-04  Martin Baulig  <martin@ximian.com>
6732
6733         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6734
6735         * reflection.h (MonoReflectionGenericParam): New typedef.
6736         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
6737         the generic parameters from the managed TypeBuilder.
6738
6739         * reflection.c (mono_reflection_define_generic_parameter): New function.
6740         (mono_reflection_create_runtime_class): Encode generic parameters.
6741         (mono_reflection_setup_generic_class): New function; this is
6742         called after adding adding all generic params to the TypeBuilder.
6743         (encode_type): Added MONO_TYPE_VAR.
6744
6745 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
6746
6747         * class.h class.c (mono_class_needs_cctor_run): Moved this method
6748         here from the JIT.
6749
6750         * assembly.h assembly.c: Moved the AOT loading code into an assembly
6751         load hook.
6752
6753 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
6754
6755         * reflection.h reflection.c class.h class.c: Delete duplicate 
6756         definition of mono_type_get_name () from reflection.c and export the
6757         one in class.c.
6758
6759         * class.c: Class loading fixes from Bernie Solomon 
6760         (bernard@ugsolutions.com).
6761
6762         * reflection.c: Endianness fixes from Bernie Solomon 
6763         (bernard@ugsolutions.com).
6764         
6765 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
6766
6767         * assembly.h assembly.c: Define a file format version for AOT
6768         libraries.
6769         
6770         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
6771
6772         * appdomain.h (MonoJitInfo): New field to determine whenever the
6773         code is domain neutral.
6774         
6775 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
6776
6777         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
6778
6779 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
6780
6781         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
6782         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
6783         Avoid caching the result since strings must be domain specific. Fixes
6784         #48050.
6785
6786 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
6787
6788         * marshal.c (mono_marshal_init): Make this callable multiple times
6789         since it is hard to find a correct place to call it.
6790
6791         * object.c (mono_runtime_class_init): Execute static constructors in
6792         the correct appdomain.
6793
6794         * image.c (build_guid_table): Handle the case when multiple images have
6795         the same GUID.
6796
6797 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6798
6799         * icall.c: added a couple of icalls for System.Web.
6800
6801 2003-08-28  Martin Baulig  <martin@ximian.com>
6802
6803         * icall.c (ves_icall_Type_BindGenericParameters): Use
6804         `klass->generic_inst' instead of `&klass->byval_arg' in the
6805         mono_type_get_object() call.  The returned type must be
6806         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
6807
6808 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
6809
6810         * NOTES: New file.
6811
6812         * object.c (mono_class_proxy_vtable): Make it thread safe.
6813
6814         * pedump.c: Fix warning.
6815
6816         * object.c appdomain.h: Get rid of metadata_section. 
6817         It is no longer needed and it was causing deadlocks with domain->lock.
6818
6819         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
6820
6821 2003-08-26  Martin Baulig  <martin@ximian.com>
6822
6823         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
6824
6825 2003-08-26  Martin Baulig  <martin@ximian.com>
6826
6827         * pedump.c (main): Call mono_metadata_init(),
6828         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
6829         and mono_loader_init().
6830
6831 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
6832
6833         * loader.h: Add missing include to fix build.
6834
6835         * image.h: mono_image_load_references is no more.
6836
6837         * assembly.c: Reworked assembly loading to make it really thread safe.
6838         After these changes, the assembly returned by mono_assembly_open is
6839         fully initialized, i.e. all its references assemblies are loaded.
6840
6841         * assembly.c (mono_image_load_references): Renamed to 
6842         mono_assembly_load_references, and made private, since clients no
6843         longer need to call it.
6844
6845         * class.c: Removed calls to mono_assembly_load_references, since it was
6846         a source of deadlocks.
6847
6848         * loader.h loader.c class.h class.c: Protect data structures using a 
6849         new lock, the loader lock.
6850
6851         * class.c (mono_class_setup_vtable): Create temporary hash tables and
6852         GPtrArrays only when needed.
6853
6854         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
6855         into empty structures by mcs. Fixes pinvoke7.cs.
6856         
6857         * domain.c (mono_init): Call a new initialization function.
6858
6859         * appdomain.c (mono_runtime_init): Call the new initializer function
6860         of the marshal module.
6861
6862         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
6863         inserted into empty structures by mcs. Fixes pinvoke7.cs.
6864
6865         * marshal.h marshal.c: Added locks around the wrapper caches to make
6866         this module thread safe.
6867
6868         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
6869         this argument. Fixes pinvoke1.exe.
6870
6871 2003-08-25  Lluis Sanchez <lluis@ximian.com>
6872
6873         * object.h: Added call_type field to MonoMethodMessage and the corresponding
6874         enumeration of values. Removed fields to store remote call output values in
6875         MonoAsyncResult. Not needed any more.
6876         * object.c: Initialize call_type and async_result fields in mono_message_init.
6877         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
6878         dispatching the message.
6879         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
6880         async call to finish. To do it use a message with EndInvoke call type.
6881
6882 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
6883
6884         * loader.h loader.c (mono_method_hash_marhal_info): New function which
6885         determines whenever a method has marshalling info.
6886
6887 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6888
6889         * assembly.c: fix the build on windows.
6890
6891 2003-08-22 Lluis Sanchez <lluis@ximian.com>
6892
6893         * object.cs: Fixed bug #47785.
6894
6895 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
6896
6897         * string-icalls.c (StringReplace): If their are no occurances of
6898         the old string found return a reference to the supplied
6899         string. This saves some memory and matches MS behavoir.
6900         
6901 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6902
6903         * socket-io.c: fixed compilation for systems that define AF_INET6
6904         and don't define SOL_IP/SOL_IPV6.
6905
6906 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
6907
6908         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
6909         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
6910
6911         * rawbuffer.c rawbuffer.h: Make this module thread safe.
6912
6913         * domain.c: Make this module thread safe.
6914
6915         * domain.c (mono_init): Call new initialization function.
6916
6917         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
6918         reference types too. Fixes #38812.
6919
6920         * image.c (mono_image_init): Fixed warnings.
6921
6922         * class.c (mono_class_from_typeref): Handle assembly load failure
6923         correctly.
6924
6925         * appdomain.c (add_assemblies_to_domain): Handle the case when
6926         the references of an assembly are not yet loaded.
6927
6928         * metadata.c image.c assembly.c: Moved initialization of global
6929         variables to a separate function called at startup since lazy 
6930         initialization of these variables is not thread safe.
6931         
6932         * image.c assembly.c: Made this module thread safe by adding locks in 
6933         the appropriate places.
6934
6935         * domain.c (mono_init): Call the new initialization functions of the
6936         three modules.
6937
6938 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
6939
6940         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
6941           make a direct call. It is proxy's work to make the call asynchronous.
6942           mono_delegate_end_invoke(): If the targe is a proxy, just collect
6943           the return values.
6944         * object.cs: mono_method_call_message_new(): read AsyncResult and
6945           state object from parameters list, if this info is requested.
6946         * object.h: Added fields to store remote call output values in
6947           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
6948
6949 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
6950
6951         * object.h: add needed fields to MonoThread.
6952         * threads.c, threads.h: allow registering a function to cleanup data
6953         allocated per thread by the JIT.
6954
6955 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
6956
6957         * loader.h: portability fix by Bernie Solomon
6958         * <bernard@ugsolutions.com>.
6959
6960 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
6961
6962         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
6963         return a MonoArray. This simplifies the code and also ensures that
6964         the cache allways contains an object reference as a value.
6965
6966         * icall.c (ves_icall_get_parameter_info): Simplified using the new
6967         function.
6968
6969 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6970
6971         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
6972         fixes a problem with byte ordering when getting the address family for
6973         a socket.
6974
6975 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
6976
6977         * .cvsignore: Added monosn.
6978
6979         * reflection.h reflection.c loader.c: Added support for parameter
6980         marshalling to dynamically created types. Fixes #47295.
6981
6982 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
6983
6984         * rand.c: remove useless warnings.
6985
6986 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
6987
6988         * class.c: implemented ldtoken for methods and fieldrefs.
6989
6990 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6991
6992         * threadpool.c: when mono_async_invoke was called, no one took care of
6993         monitoring the queue. So if the method invoked took some time and we
6994         got new async invoke requests after 500 ms (the thread created waited
6995         that long in WaitForSingleObject), the new async invoke was not called
6996         until the previous one finished.
6997
6998         This is fixed now. Thanks to Totte for helping with it.
6999
7000 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7001
7002         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
7003
7004 2003-08-11  Martin Baulig  <martin@ximian.com>
7005
7006         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
7007
7008 2003-08-06  Martin Baulig  <martin@ximian.com>
7009
7010         * mono-debug-debugger.c: Added support for static fields,
7011         properties and methods.
7012
7013 2003-08-06  Martin Baulig  <martin@ximian.com>
7014
7015         * mono-debug-debugger.c: Don't store the MonoString's vtable to
7016         make this work for applications with multiple application domains.
7017
7018 2003-08-04  Martin Baulig  <martin@ximian.com>
7019
7020         * mono-debug-debugger.c: Completely reworked the type support; the
7021         most important thing is that we're now just using one single
7022         `MonoType' instance per type.
7023
7024 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
7025
7026         * mono-endian.h, mono-endian.c, icall.c: Added icall
7027         ves_icall_System_Double_AssertEndianity to assert double word endianity
7028         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
7029
7030 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7031
7032         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
7033         support, icalls and fixes.
7034
7035 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
7036
7037         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
7038         classes that are a punctuation character in .NET is not the same a
7039         g_unichar_ispunct.
7040
7041 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7042
7043         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
7044
7045 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
7046
7047         * icall.c: Add new MemCopy internalcall.
7048         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
7049         Simplified code; It is not necessary to handle all the cases here,
7050         as the C# code takes care of it.  Only handle the case of the name
7051         resource embedded into the assembly.
7052
7053         Changed signature to return the data pointer and the size of the
7054         data. 
7055
7056 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
7057
7058         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
7059         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
7060
7061 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7062
7063         * socket-io.c: ignore EINTR error in select.
7064
7065 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7066
7067         * class.h, class.c: removed unused subclasses field in MonoClass.
7068
7069 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7070
7071         * icall.c: improve fix of get_base_definition(). If the parent class
7072           doesn't have the mehod, look at the parent of the parent.
7073         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
7074           to check if a parameter is an in or out parameter
7075           (PARAM_ATTRIBUTE_IN is not set by default).
7076           mono_method_return_message_restore(): Use mono_class_value_size to
7077           get the size of a value type. mono_type_stack_size (parameterType)
7078           does not return the correct value if parameterType is byRef.
7079           mono_load_remote_field(), mono_load_remote_field_new(),
7080           mono_store_remote_field(), mono_store_remote_field_new():
7081           raise exception if the remote call returns an exception.
7082
7083 2003-07-28  Martin Baulig  <martin@ximian.com>
7084
7085         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
7086         method.  This is a wrapper around mono_runtime_invoke() which
7087         boxes the instance object if neccessary.
7088
7089 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7090
7091         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
7092         metadata.h, row-indexes.h, verify.c: first cut of generics support.
7093
7094 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7095
7096         * icall.c: disable mcs bug workaround.
7097
7098 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
7099
7100         * object.c (mono_runtime_class_init): Take the metadata_section
7101         mutex before obtaining the domain mutex.
7102
7103         * appdomain.h: Added definition of metadata_section mutex here. 
7104
7105         * object.c: define metadata_mutex here.
7106
7107 2003-07-24  Ravi Pratap  <ravi@ximian.com>
7108
7109         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
7110         fixed.
7111
7112 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
7113
7114         * reflection.c: Fix bug #46669
7115
7116 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7117
7118         * exception.c:
7119         * exception.h:
7120         * icall.c:
7121         * object.h: fill in the type name for TypeLoadException.
7122
7123 2003-07-23  Ravi Pratap  <ravi@ximian.com>
7124
7125         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
7126         relationship between TypeBuilders while compiling corlib) and bug
7127         45993 (Array types returned from the runtime while compiling
7128         corlib were from the loaded corlib).
7129
7130 2003-07-22  Martin Baulig  <martin@ximian.com>
7131
7132         * mono-debug-debugger.c: Reworked the type support a bit more;
7133         distinguish between types and classes.
7134
7135 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
7136
7137         * icall.c: add IsArrayImpl icall.
7138
7139 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
7140
7141         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
7142         initializing real_size only once. Also fix bug #46602.
7143
7144 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
7145
7146         * object.c: Renamed mono_metadata_section to metadata_section.
7147
7148 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
7149
7150         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
7151           empty array if the type is an array. Fixed.
7152           ves_icall_MonoMethod_get_base_definition: if the base method
7153           is abstract, get the MethodInfo from the list of methods of
7154           the class.
7155         * reflection.c: ParameterInfo.PositionImpl should be zero-based
7156           and it was 1-based. Fixed in mono_param_get_objects.
7157
7158 2003-07-20  Martin Baulig  <martin@ximian.com>
7159
7160         * mono-debug.h: Set version number to 31.
7161         (mono_debug_init): Added `MonoDomain *' argument.
7162
7163         * mono-debug-debugger.c: Reworked the type support; explicitly
7164         tell the debugger about builtin types; pass the `klass' address to
7165         the debugger.
7166
7167 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
7168
7169         * image.c: Allow new metadata tables to be loaded without a
7170         warning. Also update the warning message to give the new constant value.
7171                 
7172 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
7173
7174         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
7175         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
7176         array type representation changes.
7177
7178 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7179
7180         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
7181         on Environment.Exit () call.
7182
7183 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7184
7185         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
7186         requires a matching corlib.
7187
7188 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7189
7190         * Changelog: My editor decided to add a CR to each line. Sorry about that.
7191           Committed again without the CRs.
7192         
7193 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7194
7195         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
7196           getting it from the "this" socket instance. Did not work
7197           if the socket is a subclass of Socket.
7198           Also fixed bug #35371.
7199
7200 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7201
7202         * metadata.c: fixed size for TypedByRef.
7203         * loader.c: when searching for a method, consider the vararg amrker.
7204         * unicode.c, decimal.c: constify some arrays.
7205
7206 2003-07-15  Dick Porter  <dick@ximian.com>
7207
7208         * socket-io.c: Fixed compilation for gcc < 3.2.
7209
7210         Fixed compilation for machines that don't have AF_INET6 (thanks to
7211         Bernie Solomon <bernard@ugsolutions.com> for that part.)
7212
7213         Fixed compile warnings.
7214         
7215         Fixed formatting and line endings.
7216
7217 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
7218
7219         * socket-io.h:
7220         * socket-io.c: Added IPv6 support.
7221
7222 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
7223
7224         * class.c (mono_class_is_assignable_from): New function to implement
7225         the is_assignable_from logic. Used by mono_object_isinst, 
7226         Type::IsAssignableFrom () and the interpreter.
7227
7228         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
7229         Object, even interfaces.
7230         
7231         * object.c (mono_object_isinst): Implement in terms of 
7232         is_assignable_from.
7233
7234         * icall.c (ves_icall_type_is_assignable_from): New icall.
7235
7236 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
7237
7238         * domain.c (foreach_domain): fix compiler warning.
7239
7240 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
7241
7242         * image.c (load_metadata_ptrs): use g_strndup because strndup is
7243         not available on all plattforms
7244
7245 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
7246
7247         * image.h image.c: Store the metadata version string in MonoImage.
7248         * icall.c: New icall to retrieve the image version.
7249         * reflection.c (create_dynamic_image): Fill in the image version field
7250         * reflection.c (build_compressed_metadata): Use the image version
7251         from the image structure.
7252
7253 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7254
7255         * appdomain.c: modified comment.
7256         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
7257         That will be its last iteration when mono_gc_cleanup is called from
7258         mono_runtime_cleanup and before the domain is unloaded.
7259
7260         Fixes bug #45962.
7261
7262 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
7263
7264         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
7265         attributes.
7266
7267 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7268
7269         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
7270         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
7271         Bernie Solomon <bernard@ugsolutions.com>.
7272
7273 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7274
7275         * object.c, object.h: provide mono_object_new_fast() for faster
7276         allocation in some special cases.
7277
7278 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
7279
7280         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
7281         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
7282
7283 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
7284
7285         * threadpool.c: fix leaks.
7286
7287 2003-07-01  Dick Porter  <dick@ximian.com>
7288
7289         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
7290         using MonoGHashTables.  Fixes threadpool bug posted to list.
7291
7292 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
7293
7294         * image.h, image.c: added support to load an assembly from a byte array.
7295         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
7296         assembly bundle support.
7297
7298 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
7299
7300         * threadpool.c (mono_thread_pool_add): keep a reference to the
7301         AsyncResult to prevent GC
7302
7303 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7304
7305         * class.c: leak fix.
7306
7307 2003-06-25  Dick Porter  <dick@ximian.com>
7308
7309         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
7310         for the async object, the WaitHandle object will close the handle.
7311         Fixes bug 45321.
7312
7313 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7314
7315         * class.c: in mono_array_class_get (), lookup from the hash with the
7316         same type we insert: this works around a bug in
7317         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
7318         lluis. The real fix will have to wait for after the release.
7319
7320 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7321
7322         * icall.c: fix memory leak when getting type members.
7323
7324 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7325
7326         * reflection.c: added more pubtoken special cases.
7327
7328 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
7329
7330         * class.c: handle field offset correctly when class size
7331         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
7332
7333 2003-06-20  Martin Baulig  <martin@ximian.com>
7334
7335         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
7336         *image' field.
7337
7338 2003-06-20  Martin Baulig  <martin@ximian.com>
7339
7340         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
7341
7342 2003-06-20  Martin Baulig  <martin@ximian.com>
7343
7344         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
7345         just distinguish between variables in registers and variables at
7346         an offset relative to a register.
7347
7348 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7349
7350         * icall.c: #ifdef out latest changes until mcs is fixed.
7351
7352 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7353
7354         * icall.c: return members in metadata order.
7355
7356 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7357
7358         * icall.c: avoid infinite loop in GetTimeZoneData.
7359
7360 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
7361
7362         * icall.c: added Marshal.Prelink/All icalls.
7363
7364 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7365
7366         * object.c, object.h: fix warnings and do some overflow checking
7367         when creating arrays.
7368
7369 2003-06-17  Dick Porter  <dick@ximian.com>
7370
7371         * file-io.h:
7372         * file-io.c: File attributes need to be tweaked slightly when
7373         passed from the managed to the w32 world.
7374
7375 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7376         * profiler.h profiler-private.h profiler.c: Rework last patch
7377         based on suggestion by Paolo.
7378         
7379 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7380
7381         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
7382         instruction level coverage data collection.
7383         * profiler.h profiler.c (: Added new callback function which can be
7384         used by the profiler to limit which functions should have coverage
7385         instrumentation.
7386         * profiler.c (mono_profiler_load): Call g_module_build_path to
7387         generate the file name of the profiler library.
7388
7389 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7390
7391         * profiler.c, profiler.h, profiler-private.h: added basic block 
7392         coverage profiling API.
7393
7394 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
7395
7396         * reflection.c (mono_reflection_create_runtime_class): Add support
7397         for events in dynamically generated code.
7398
7399         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
7400         not allocated.
7401
7402 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7403
7404         * icall.c: when getting timezone info, return reasonable values if we
7405         can't get the actual data.
7406
7407 2003-06-14  Dick Porter  <dick@ximian.com>
7408
7409         * threads.c (start_wrapper): Remove the reference to the thread
7410         object in the TLS data, so the thread object can be finalized.
7411         This won't be reached if the thread threw an uncaught exception,
7412         so those thread handles will stay referenced :-( (This is due to
7413         missing support for scanning thread-specific data in the Boehm GC
7414         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
7415
7416 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
7417
7418         * reflection.c: ensure streams and tables are first allocated with
7419         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
7420
7421 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7422
7423         * icall.c: fixed GetElementType for byrefs (bug# 44792).
7424
7425 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
7426
7427         * reflection.c (mono_reflection_create_runtime_class): Add support for
7428         properties to dynamically created classes.
7429         * reflection.c: Fix a few places where non-MonoObjects were inserted
7430         into the tokens hashtable.
7431
7432 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7433
7434         * object.c: some support to handle out of memory exceptions.
7435
7436 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
7437
7438         * marshal.c (mono_marshal_get_native_wrapper): support reference
7439         return types
7440
7441 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7442
7443         * object.h, object.c: more portability stuff from Bernie Solomon.
7444         Unexport mono_object_allocate(). Added mono_object_unbox ().
7445         Set exitcode when an unhandled exception is thrown.
7446
7447 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
7448
7449         * marshal.c (mono_marshal_get_native_wrapper): use custom
7450         marshaler for return types.
7451
7452 2003-06-10  Dick Porter  <dick@ximian.com>
7453
7454         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
7455         ip_mreq is available
7456
7457 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
7458
7459         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
7460         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
7461         by Bernie Solomon <bernard@ugsolutions.com>.
7462
7463 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
7464
7465         * gc.c (mono_gc_init): Avoid error message on shutdown when
7466         GC_DONT_GC=1 is used.
7467
7468         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
7469         New icall to return the GUID of a module.
7470
7471 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7472
7473         * class.c: ensure instance size always includes the parent's size
7474         even whem class size is set explicitly (fixes bug#44294).
7475
7476 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7477
7478         * profiler.h, profiler.c: made the simple profiler thread-safe,
7479         get more accurate timing info. Allow the loading of an
7480         externally-developed profiler module.
7481
7482 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
7483
7484         * marshal.c (mono_marshal_get_native_wrapper): improved
7485         class/byref arguments.
7486         (mono_marshal_get_native_wrapper): better string marshaling support.
7487
7488 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
7489
7490         * class.c: ensure .pack and .size are handled correctly and
7491         simplified layout of static fields.
7492
7493 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
7494
7495         * appdomain.c
7496         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
7497
7498         * loader.c (mono_lookup_pinvoke_call): look for modules in the
7499         current directory (fix bug 44008)
7500
7501 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
7502
7503         * marshal.c (mono_marshal_get_native_wrapper): started support for
7504         custom marshalers.
7505         (mono_delegate_to_ftnptr): consider marshalling specifications
7506
7507 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
7508
7509         * reflection.c, reflection.h: emit custom marshal info.
7510
7511 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7512
7513         * object.c: free the GError.
7514         * icall.c: added CloseEvent_internal.
7515         * threads.[ch]:
7516         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
7517         call.
7518
7519 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
7520
7521         * loader.c (mono_method_get_signature): Add support for dynamic
7522         assemblies.
7523
7524 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
7525
7526         * reflection.c: fixed bug #43905.
7527
7528 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7529
7530         * class.c, domain.c, icall.c, metadata.h, object.h: support for
7531         handling TypedReference and ArgIterator.
7532         * loader.c, loader.h: added function to get signature at call site.
7533
7534 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7535
7536         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
7537         data readonly. Buglets and warning fixes. Some MethodSpec support.
7538
7539 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7540
7541         * class.h, class.c, object.c: remove relative numbering support.
7542
7543 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
7544
7545         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
7546         free the string, until we get a chance to fix Gtk#
7547
7548 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7549
7550         * marshal.c: revert last patch.
7551
7552 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
7553
7554         * icall.c: updates for new mono_class_vtable() not calling
7555         the type constructor anymore.
7556
7557 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
7558
7559         * object.h, object.c: separate vtable creation from type
7560         initialization. Make running the .cctor thread safe.
7561
7562 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
7563
7564         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
7565
7566 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
7567
7568         * loader.c (mono_get_method): consider calling convention
7569
7570 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
7571
7572         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
7573         to return the invisible global type for a module.
7574
7575         * reflection.c (mono_image_build_metadata): Emit global fields too.
7576
7577 2003-05-20  Peter Williams  <peterw@ximian.com>
7578
7579         * loader.c (mono_lookup_internal_call): Add a few newlines.
7580
7581 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
7582
7583         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
7584         literal strings.
7585
7586         * appdomain.c (set_domain_search_path): Recalculate search path when
7587         AppDomainSetup.PrivateBinPath changes.
7588
7589         * object.c (mono_class_compute_gc_descriptor): It turns out some
7590         parts of the class libs (like System.Thread) holds pointers to
7591         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
7592         to treat native int a pointer type here.
7593         
7594 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
7595
7596         * appdomain.h, domain.c: add hashtable for jump target resolution.
7597
7598 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
7599
7600         * reflection.h reflection.c icall.c: Added new icalls 
7601         GetManifestResourceInfoInternal, GetModulesInternal and support
7602         infrastructure.
7603
7604 2003-05-16  Dick Porter  <dick@ximian.com>
7605
7606         * icall.c:
7607         * file-io.h:
7608         * file-io.c: Implement System.IO.MonoIO::GetTempPath
7609
7610 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
7611
7612         * object.c: mono_store_remote_field: little fix to previous patch.
7613
7614 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7615
7616         * class.c: add constructors to array classes.
7617         * icall.c: special case array construction for InternalInvoke (),
7618
7619 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
7620
7621         * class.h class.c reflection.c object.c: Added support for field
7622         defaults in dynamically generated classes.
7623
7624 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
7625
7626         * reflection.c: properly encode charset for ddlimport.
7627
7628 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
7629
7630         * threads.c: allow compiling without GC.
7631
7632 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7633
7634         * appdomain.h, object.c, object.h, threads.c, threads.h: added
7635         handling of thread static data.
7636
7637 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7638
7639         * reflection.h, reflection.c: added mono_custom_attrs_free ().
7640
7641 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
7642
7643         * class.c (mono_array_class_get): always set the serializable flags
7644         (mono_array_class_get): always set the SEALED attribute for array types
7645
7646 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
7647
7648         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
7649         attributes (fix for bug 42021).
7650
7651 2003-05-12  Dick Porter  <dick@ximian.com>
7652
7653         * gc.c: Don't run finalizers when the finalizer thread is
7654         finishing up, because the default domain has already been
7655         destroyed.
7656
7657 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
7658
7659         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
7660         value is null, we should throw an exception.   This is slightly
7661         different than the other conventions used for the constructor.
7662
7663 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7664
7665         * socket-io.c: fixed windows build.
7666
7667 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7668
7669         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
7670
7671 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
7672
7673         * object.c (mono_string_new_wrapper): Compatibility fix for MS
7674         compilers.
7675
7676 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
7677
7678         * class.c (mono_class_layout_fields): Add experimental GC aware
7679         auto layout facility. Requires class library changes to work correctly.
7680
7681         (mono_class_setup_vtable): Avoid overriding explicit interface
7682         method implementations. Fixes iface3.exe test.
7683
7684         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
7685         object reference.
7686         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
7687         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
7688
7689         * metadata.h: Add new type classification macro which determines
7690         whenever the type holds an object reference.
7691
7692 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
7693
7694         * marshal.c (mono_marshal_get_native_wrapper): cleanups
7695
7696 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
7697
7698         * gc.c (finalizer_thread): Work around a GC bug.
7699
7700 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
7701
7702         * marshal.c (emit_struct_conv): allow unions
7703
7704         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
7705
7706 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
7707
7708         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
7709
7710 2003-05-06  Martin Baulig  <martin@ximian.com>
7711
7712         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
7713
7714 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7715
7716         * socket-io.c:
7717         (Select_internal): allow NULLs, don't create arrays if not needed.
7718         Coupled with Socket.cs changes.
7719
7720         * threadpool.c:
7721         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
7722         register a finalizer for it that will close the semaphore handle. This
7723         fixes the leak and make Lupus' test run with > 4080 loops.
7724
7725 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
7726
7727         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
7728         Jerome Laban (bug #42287)
7729
7730 2003-05-02  Martin Baulig  <martin@ximian.com>
7731
7732         * debug-mono-symfile.h
7733         (MonoSymbolFile): Moved declaration into mono-debug.h.
7734         (MonoDebugMethodJitInfo): Likewise.
7735         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
7736         argument.
7737         (_mono_debug_address_from_il_offset): Take a
7738         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
7739
7740         * mono-debug.h
7741         (MonoDebugDomainData): New struct.
7742         (mono_debug_get_domain_data): New function.
7743         (mono_debug_add_method): Take an additional `MonoDomain *'
7744         argument.
7745         (mono_debug_source_location_from_address): Likewise.
7746         (mono_debug_il_offset_from_address): Likewise.
7747         (mono_debug_address_from_il_offset): Likewise.
7748
7749 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
7750
7751         * reflection.c: one more check for null type in custom attrs.
7752
7753 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7754
7755         * reflection.c: avoid warning (comparison is always false due to limited
7756         range of data type).
7757
7758 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7759
7760         * icall.c: throw an exception in Type.GetField if the argument 'name'
7761         is NULL.
7762
7763 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
7764
7765         * reflection.c: fixed handling of enums in named arguments to custom
7766         attributes (bug #42123).
7767
7768 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
7769
7770         * reflection.c: use the right array element type and handle
7771         a null for a Type argument, too.
7772
7773 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
7774
7775         * reflection.c: handle arrays as arguments to custom attributes.
7776
7777 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7778
7779         * reflection.c: handle a string value in a custom attr
7780         ctor that takes an object.
7781
7782 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
7783
7784         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
7785         (fix bug #42063)
7786
7787 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
7788
7789         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
7790
7791 2003-04-27  Martin Baulig  <martin@ximian.com>
7792
7793         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
7794         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
7795         MONO_DEBUGGER_EVENT_BREAKPOINT.
7796         (mono_breakpoint_trampoline_code): Removed.
7797         (mono_debugger_event_handler): The last argument is now a
7798         `guint32'.
7799         (mono_debugger_insert_breakpoint_full): Removed the
7800         `use_trampoline' argument.
7801         (mono_debugger_method_has_breakpoint): Likewise.
7802         (mono_debugger_trampoline_breakpoint_callback): Renamed to
7803         mono_debugger_breakpoint_callback(); take the method and
7804         breakpoint number as arguments.
7805
7806 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
7807
7808         * metadata.c: fix off by one when loading parameters attributes.
7809
7810 2003-04-24  Martin Baulig  <martin@ximian.com>
7811
7812         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
7813
7814 2003-04-24  Martin Baulig  <martin@ximian.com>
7815
7816         * mono-debug-debugger.c: Moved all code which interacts with the
7817         Mono Debugger here.
7818
7819         * debug-mono-symfile.c: This code now just deals with the symbol
7820         file itself, the debugger code is now in mono-debug-debugger.c.
7821
7822 2003-04-23  Martin Baulig  <martin@ximian.com>
7823
7824         * mono-debug.c (mono_debug_source_location_from_il_offset):
7825         New method; like mono_debug_source_location_from_address(), but
7826         takes an IL offset instead of a machine address.
7827
7828 2003-04-23  Martin Baulig  <martin@ximian.com>
7829
7830         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
7831         `line' field; this is now computed by the debugger.
7832
7833 2003-04-23  Martin Baulig  <martin@ximian.com>
7834
7835         * mono-debug.[ch]: New files.  This is the new debugging interface.
7836
7837         * mono-debug-debugger.[ch]: New files.  Moved all code which
7838         interacts with the Mono Debugger here.
7839
7840 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
7841
7842         * domain.c (mono_init): initialize mono_defaults.monitor_class
7843
7844 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
7845
7846         * reflection.c (method_encode_code): Add a spicy exception to help
7847         future compiler authors.
7848
7849 2003-04-21  Martin Baulig  <martin@ximian.com>
7850
7851         * icall.c
7852         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
7853         Make this work with relative pathnames; g_filename_to_uri() needs
7854         an absolute filename.
7855
7856 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
7857
7858         * icall.c: Track name changes in Object and ValueType.
7859
7860 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
7861
7862         * metadata.c (mono_type_stack_size): size should be a multiple of
7863         sizeof (gpointer)
7864
7865 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7866
7867         * gc.c:
7868         (internal_domain_finalize): moved into mono_domain_finalize. No need
7869         to create another thread because the finalizers will be run in the
7870         finalizer thread.
7871         
7872         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
7873         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
7874         to be run (MS does this too).
7875
7876 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
7877
7878         * object.c (mono_class_compute_gc_descriptor): Update comment.
7879
7880         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
7881
7882         * image.h: Add synchronized wrapper cache.
7883
7884         * image.c (do_mono_image_open): Initialize cache.
7885
7886         * reflection.c (create_dynamic_mono_image): Initialize cache.
7887
7888 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7889
7890         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
7891         ves_icall_System_Buffer_ByteLengthInternal.
7892
7893 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7894
7895         * reflection.c: setup klass->nested_in earlier. Allow
7896         a dash in the assembly name.
7897
7898 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
7899
7900         * metadata.c (mono_type_to_unmanaged): dont access
7901         type->data.klass for MONO_TYPE_OBJECT
7902         (mono_type_to_unmanaged): consider System.Delegate class
7903
7904 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
7905
7906         * class.c: just setup supertypes in the proper place instead of
7907         initializing the full element class for arrays.
7908
7909 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7910
7911         * class.c: ensure the element class of arrays is initialized.
7912         Setup the supertype info for array classes, too.
7913
7914 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
7915
7916         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
7917
7918 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7919
7920         * Makefile.am: re-added -m option when running cygpath. This way,
7921         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
7922         separator.
7923         * mono-config.c: same codepath for locating mono config file for WIN32
7924         and the rest.
7925         * assembly.c: if mono_assembly_setrootdir is called, don't override
7926         the value set.
7927
7928 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7929
7930         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
7931         MONO_ASSEMBLIES variable.
7932
7933 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
7934
7935         * icall.c: added Assembly::GetNamespaces() icall.
7936
7937 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7938
7939         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
7940
7941 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
7942
7943         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
7944         * object.c: fixed bug in the construction of vtable for proxies
7945
7946 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
7947
7948         * object.c (mono_array_new): Mark mono_array_new as an icall.
7949
7950 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7951
7952         * class.c: fixed test for public method when overriding interfaces.
7953         Closes bug #40970.
7954
7955 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7956
7957         * appdomain.h, domain.c: added mono_domain_foreach() to
7958         be able to access the currently loaded appdomains.
7959         * object.c: make string interning work across sppdomains.
7960         Mark some functions for use as icalls.
7961
7962 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
7963
7964         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
7965
7966         * reflection.h reflection.c: Allocate long living data using 
7967         GC_MALLOC_ATOMIC so the collector does not need to scan it.
7968
7969         * reflection.c: Double the allocation size in streams instead of
7970         increasing it, to prevent unneccesary copying on large assemblies.
7971         
7972         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
7973         creation if the assembly does not have the Run flag set.
7974
7975 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
7976
7977         * class.h: avoid the C++ keywords in header files (Jerome Laban
7978         spotted and fixed this).
7979
7980 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7981
7982         * object.c:
7983         (mono_unhandled_exception): fill in the arguments for the
7984         UnhandledException event. Only trigger that event for the default
7985         domain (as MS does).
7986
7987 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
7988
7989         * object.c: Improve typed allocation stuff based on suggestions from
7990         Paolo. Also turn it on if the GC library supports it.
7991
7992 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
7993
7994         * object.c object.h class.h: Added experimental typed allocation
7995         facility using the interfaces in gc_gcj.h.
7996
7997         * os/gc_wrapper.h: Added new include files.
7998         
7999 2003-04-03  Martin Baulig  <martin@ximian.com>
8000
8001         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
8002         which is not yet enabled by default.
8003
8004         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
8005         functions.
8006         (mono_gc_lock, mono_gc_unlock): New static functions.
8007
8008         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
8009         functions; stop/start the world for the garbage collector.  This
8010         is using the windows API; we need to complete the SuspendThread()/
8011         ResumeThread() implementation in the io-layer to make this work on Unix.
8012         (mono_gc_push_all_stacks): New public function; tells the garbage
8013         collector about the stack pointers from all managed threads.
8014
8015 2003-04-03  Martin Baulig  <martin@ximian.com>
8016
8017         * object.h (MonoThread): Added `gpointer stack_ptr'.
8018
8019         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
8020
8021 2003-04-03  Martin Baulig  <martin@ximian.com>
8022
8023         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
8024
8025 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8026
8027         * reflection.c (typebuilder_setup_fields): Initialize field.first and
8028         field.last.
8029
8030 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
8031
8032         * loader.c (mono_lookup_internal_call): Report the corlib that is
8033         out of sync.
8034
8035 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
8036
8037         * icall.c (ves_icall_type_GetTypeCode): fixed check for
8038         System.DBNull (it's class not valuetype).
8039
8040 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8041
8042         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
8043         if the array method was already assigned a token (fixes bug#40646).
8044
8045 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
8046
8047         * reflection.c (mono_reflection_get_type): Attempt type resolve even
8048         if no assembly is given.
8049
8050 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
8051
8052         * metadata.h: Added the new tables.
8053
8054         * row-indexes.h: Added definitions for new tables.
8055
8056         * metadata.c: Add schemas for new tables, and add support for
8057         computing the sizes of them.
8058
8059         * class.c: Update for handling the new type cases.
8060
8061 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
8062
8063         * metadata.h (MONO_TYPE_IS_VOID): new macro
8064
8065 2003-03-31  Martin Baulig  <martin@ximian.com>
8066
8067         * threads.h (MonoThreadCallbacks): Added `thread_created'.
8068
8069         * threads.c (mono_thread_new_init): Call `thread_created' in the
8070         mono_thread_callbacks.
8071
8072 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
8073
8074         * loader.h: added marshalbyrefobject_class to mono_defaults
8075         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
8076         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
8077           generation of output parameters.
8078           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
8079         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
8080           contextbound and the target object belongs to the context of the caller.
8081         * object.h: added context and unwrapped_server variables in MonoRealProxy.
8082         * object.c: Implemented support for interfaces and abstract classes
8083           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
8084           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
8085
8086 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
8087
8088         * class.h class.c (mono_class_is_subclass_of): New function.
8089         
8090         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
8091         routines for most common case (calls from ArrayList::ToArray).
8092
8093         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
8094         routine so programs which call Environment::Exit() can be profiled.
8095
8096         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
8097         Added MONO_ARCH_SAVE_REGS.
8098
8099         * icall.c (ves_icall_type_is_subtype_of): Use new function.
8100
8101 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
8102
8103         * blob.h: Add a couple of new MonoType types definitions.
8104
8105         * tabledefs.h: Add a couple of new call convs.
8106
8107 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
8108
8109         * reflection.h (MonoReflectionDynamicAssembly): track changes in
8110         the layout of the class.
8111
8112         * reflection.c (alloc_table): double the size on overflow to avoid
8113         unnecessary copying.
8114
8115         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
8116         avoid filling out metadata tables and blobs. Also set mb->ilgen to
8117         null so it can be garbage collected.
8118         
8119 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
8120
8121         * reflection.c (mono_reflection_get_type): Return the resolved type
8122         only if it is in the assembly we searched.
8123
8124         * reflection.c (ensure_runtime_vtable): Initialize method slots.
8125
8126         * class.c (mono_class_setup_vtable): Set the slot of the overriding
8127         method.
8128
8129 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8130
8131         * appdomain.c:
8132         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
8133         the right one is 'file:///blah', but MS allows it.
8134         * assembly.c:
8135         (mono_assembly_open): allow 'file://blah'
8136
8137         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
8138
8139 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
8140
8141         * socket-io.c: fixes bug #40310.
8142
8143 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
8144
8145         * reflection.c (mono_reflection_parse_type): handle deeply nested
8146         types correctly.
8147
8148         * reflection.c (mono_image_create_token): Use unique token values
8149         since they will be put into a hash table.
8150
8151         * class.c (mono_class_setup_vtable): If a method occurs in more than
8152         one place in the vtable, and it gets overriden, then change the
8153         other occurances too.
8154
8155         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
8156         object as return type.
8157
8158 2003-03-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8159
8160         * icall.c: Deleted "ToString" implementation for double and float
8161         because they are full implemented in managed code.
8162
8163 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8164
8165         * reflection.c, reflection.h: implemented and exported functions
8166         to retrieve info about custom attributes.
8167
8168 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8169
8170         * appdomain.c: moved Uri handling to assembly.c
8171         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
8172         work when using a file Uri in *nix and windows.
8173
8174         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
8175         GetReferencedAssemblies.
8176
8177 2003-03-18  Dick Porter  <dick@ximian.com>
8178
8179         * icall.c: Rename a couple of internal calls
8180
8181         * threads.c: Set the thread state to Stopped when a thread exits.
8182         Fixes bug 39377.
8183
8184 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
8185
8186         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
8187         New icall.
8188
8189         * object.c (mono_class_vtable): fix warning.
8190
8191 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
8192
8193         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
8194
8195         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
8196         memory.
8197         (method_encode_clauses): Create exception info structures in the right
8198         order.
8199         (mono_reflection_setup_internal_class): Initialize supertypes field.
8200
8201         * class.c object.c: Handle interfaces which implement other interfaces 
8202         correctly.
8203
8204         * class.h class.c: Move the supertypes array initialization code into 
8205         a separate function so it can be used for dynamic types too. Also call
8206         it earlier, in mono_class_init(), since it can be used before the
8207         type is initialized.
8208
8209 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8210
8211         * Makefile.am:
8212         * assembly.c:
8213         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
8214
8215         * appdomain.c:
8216         * appdomain.h:
8217         * marshal.c:
8218         * object.c: remove warnings.
8219
8220 2003-03-13  Martin Baulig  <martin@ximian.com>
8221
8222         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
8223         (MonoDebugLexicalBlockEntry): New types.
8224
8225         * debug-mono-symfile.c
8226         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
8227
8228 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8229
8230         * process.c: ret can be any non-zero value accroding to MS doc.
8231
8232 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
8233
8234         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
8235         fixing a warning for a miss-used prototype, would have cause
8236         random memory corruption.
8237
8238 2003-03-07  Martin Baulig  <martin@ximian.com>
8239
8240         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
8241         getting really annoying ....
8242
8243 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
8244
8245         * reflection.c (fixup_method): added support for array methods.
8246
8247 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
8248
8249         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
8250         (pointed out by Michael Adams).
8251
8252 2003-03-04  Dick Porter  <dick@ximian.com>
8253
8254         * icall.c: Temporarily reverted the Double and Single ToString()
8255         change, because it broke nunit.
8256
8257 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
8258
8259         * object.h, threads.h: make include files compatible with C++
8260         (patch by Jerome Laban <jlaban@wanadoo.fr>).
8261
8262 2003-03-04  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8263
8264         * icall.c: Erased ToString helper functions for Double and Single.
8265         Now, that implementations ar all in managed code (Double and Single
8266         Formatters).
8267
8268 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
8269
8270         * appdomain.c: Added method for initializing the default context of
8271         a domain. Added internal call for getting the default context.
8272         * appdomain.h: Added context variable in MonoDomain struct.
8273         * domain.c: mono_domain_set also sets the default context of the domain
8274         * icall.c: Mapped internal method InternalGetDefaultContext.
8275         * object.c: mono_object_get_virtual_method returns always a remoting
8276         wrapper if the object is a transparent proxy.
8277         mono_runtime_invoke_array: when creating an object by calling the
8278         constructor, if the created object is a proxy, then the constructor should
8279         be called using the a remoting wrapper.
8280
8281 2003-03-03  Dick Porter  <dick@ximian.com>
8282
8283         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
8284         variable so it compiles on solaris.  Problem spotted by
8285         Christopher Taylor <ct@cs.clemson.edu>
8286
8287 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8288
8289         * appdomain.c:
8290         (get_info_from_assembly_name): don't leak value.
8291
8292         * icall.c:
8293         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
8294         result.
8295
8296 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
8297
8298         * assembly.c: export mono_image_load_references ().
8299         * class.c: handle function pointers. mono_class_from_name() now
8300         supports nested type names directly.
8301
8302 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
8303
8304         * reflection.h reflection.c: Encode already created dynamic methods 
8305         and fields correctly as a DEF instead of a REF.
8306
8307         * reflection.c: Get rid of the force_ref argument to 
8308         mono_image_typedef_or_ref since it was wrong in the first place.
8309
8310         * string-icalls.c: add error checking to string constructors according
8311         to the MSDN docs.
8312
8313         * reflection.c: Emit types in the order their TypeBuilders were 
8314         created. Previously, a new table index was assigned to each type before
8315         the tables were emitted. This was wrong because the signature blob
8316         might already refer to a type by its original table index.
8317
8318 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
8319
8320         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
8321         change.
8322         
8323 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8324
8325         * Makefile.am: make assemblies dir have \ instead of / on windows.
8326
8327 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
8328
8329         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
8330         iterate over the NESTEDCLASS table using a linear search since the
8331         table is not guaranteed to be sorted by the secondary key.
8332
8333         * class.c (mono_class_create_from_typedef): fixed up call to
8334         mono_metadata_nesting_typedef.
8335         
8336 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
8337
8338         * marshal.c (mono_string_to_byvalstr): clear the memory as
8339         suggested by Jerome Laban <jlaban@wanadoo.fr>
8340
8341 2003-02-26  Dick Porter  <dick@ximian.com>
8342
8343         * process.c: Cope with padding in .rsrc blocks
8344
8345 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8346
8347         * metadata.h: reverted the filter_len change, it breaks reflection
8348         
8349 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8350
8351         * metadata.h: added a new field to store the filter_len
8352         
8353
8354 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
8355
8356         * reflection.c: handle custom attributes for types and members
8357         created with Reflection.Emit (bug#38422).
8358
8359 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
8360
8361         * reflection.c: define RTSpecialName automatically for constructors for
8362         compatibility with MS.NET.
8363
8364         * reflection.c (mono_reflection_create_runtime_class): initialize
8365         nested_in field of dynamically created classes.
8366
8367 2003-02-22  Martin Baulig  <martin@ximian.com>
8368
8369         * debug-mono-symfile.h: Incremented version number.
8370
8371 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8372
8373         * object.h icall.c process.c: fix warnings.
8374
8375 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8376
8377         * appdomain.h appdomain.c:
8378         (mono_domain_try_type_resolve): split the 
8379         name_or_tb argument into a name and a tb argument.
8380         (mono_domain_has_type_resolve): new function to check whenever the
8381         application has registered a TypeResolve event handler.
8382         
8383         * icall.c reflection.h reflection.c: move the type resolve logic into
8384         mono_reflection_get_type () so it will be invoked when 
8385         Assembly::GetType () is called.
8386
8387         * reflection.c:
8388         (mono_reflection_get_type): renamed to get_type_internal.
8389         (mono_reflection_get_type): fixed type name generation so it works 
8390         for nested types too.
8391         (mono_reflection_get_type): call has_type_resolve () to avoid the 
8392         costly type name generation if there is no resolve event handler.
8393
8394 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8395
8396         * class.c, image.c: load exported types from file references.
8397
8398 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
8399
8400         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
8401           used to cache the managed methods used to create proxies and make 
8402           remote invocation of methods.
8403         * class.h: Added in MonoVTable a flag to indicate that a class needs 
8404           to be remotely created.
8405         * object.c: Modified the method mono_class_vtable(). It now initializes 
8406           the remote flag of the vtable. Modified mono_object_new_specific(), 
8407           so now it checks the remote flag.
8408         * icall.c: Added a couple of internal methods, one for enabling instance 
8409           creation interception for a type, and one for creating objects bypassing
8410           the remote check.
8411
8412 2003-02-18  Martin Baulig  <martin@ximian.com>
8413
8414         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
8415         New interncall to get a method's metadata token.
8416
8417         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
8418         New interncall for the debugger.
8419
8420 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
8421
8422         * class.c (mono_class_setup_vtable): allocate supertype array
8423
8424 2003-02-18  Martin Baulig  <martin@ximian.com>
8425
8426         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
8427
8428 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8429
8430         * reflection.c:
8431         (assembly_name_to_aname): jump over unknown properties (i've found
8432         something like: 'type, assembly, version=xxx, custom=null, public...',
8433         so now will ignore custom=null and still get the rest of the values).
8434
8435 2003-02-17  Dick Porter  <dick@ximian.com>
8436
8437         * threads.c: Have Thread.Start() wait for a semaphore to signal
8438         that the thread has set up all its local data.  This fixes bug
8439         34323, where Abort() raced the new thread's TLS data.
8440
8441         Also removes the handle_store() call from start_wrapper, because
8442         threads are now always created suspended and there is no longer a
8443         race between the parent and child threads to store the info.
8444
8445 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
8446
8447         * image.c: explain the #- heap issue in a message, hopefully
8448         avoiding FAQs on mono-list.
8449
8450 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8451
8452         * icall.c:
8453         (GetEntryAssembly): if the domain has not invoked
8454         AppDomain.ExecuteAssembly yet, return the assembly of the default
8455         AppDomain.
8456
8457 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
8458
8459         * class.c (mono_ldtoken): make it work in dynamic assemblies.
8460
8461 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
8462
8463         * metadata.c, reflection.c: simple speedup to type hash
8464         and equals code.
8465
8466 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
8467
8468         * image.c, image.h, class.c, assembly.c: move module loading
8469         to MonoImage. When loading metadata, consider alignemnet from
8470         the start of metadata, not from the metadata address in memory.
8471
8472 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
8473
8474         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
8475         AssemblyBuilder objects. Factored out custom attribute creation into
8476         a separate function.
8477         (create_custom_attr): new function to create custom attributes.
8478
8479 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
8480
8481         * Makefile.am: Got tired of typing the full pathname to pedump.
8482         Until there is another option, am installing this.
8483
8484 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
8485
8486         * class.c (class_compute_field_layout): always set field->parent 
8487         (mono_ldtoken): use mono_defaults.fieldhandle_class;
8488
8489 2003-02-11  Dick Porter  <dick@ximian.com>
8490
8491         * threads-types.h:
8492         * monitor.c: Rewrote Monitor, making lock much faster and
8493         Pulse/Wait work as specified.  Also uses much fewer handles, and only
8494         creates them as needed.
8495
8496         * exception.c: Added SynchronizationLockException
8497
8498         * threads.c: Deleted old Monitor implementation.  The new one is
8499         in a new file.
8500
8501 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
8502
8503         * class.c: handled TypedReference type code. Set the correct size for
8504         class data. Setup interface_offsets for interface classes, too.
8505
8506 2003-02-09  Martin Baulig  <martin@ximian.com>
8507
8508         * debug-mono-symfile.h: Reflect latest symbol writer changes.
8509
8510 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
8511
8512         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
8513         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
8514         * object.c: fixed mono_object_get_virtual_method () for interfaces.
8515         * verify.c: check for code that runs after the end of the method.
8516
8517 2003-02-08  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8518
8519         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
8520         "System.Math::Round2".
8521         * sysmath.h: Added Floor, Round and Round2 definitions.
8522         * sysmath.c: Modified certain functions that were not 100% compliant
8523         with MS.NET (math precision) and added the implementation of Floor,
8524         Round and Round2.
8525
8526 2003-02-07  Martin Baulig  <martin@ximian.com>
8527
8528         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
8529
8530 2003-02-07  Martin Baulig  <martin@ximian.com>
8531
8532         * debug-mono-symfile.c: Reflected latest symwriter changes.
8533         (mono_debug_create_mono_symbol_file): Removed.
8534         (mono_debug_open_mono_symbol_file): Take an argument which
8535         specifies whether to create a dynamic symbol file.
8536
8537 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
8538
8539         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
8540
8541 2003-02-05  Martin Baulig  <martin@ximian.com>
8542
8543         * reflection.c (mono_image_build_metadata): Make this public,
8544         protect it against being called multiple times, don't create
8545         resources and don't build the compressed metadata here.
8546         (mono_image_create_pefile): Do this here.
8547
8548         * icall.c
8549         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
8550
8551 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8552
8553         * socket-io.c: fixed bug #36322.
8554
8555 2003-02-06  Piers Haken <piersh@friskit.com>
8556
8557         * appdomain.[ch]:
8558         * class.h:
8559         * debug-mono-symfile.c:
8560         * icall.c:
8561         * loader.c:
8562         * mono-config.c:
8563         * monosn.c:
8564         * reflection.c:
8565         * socket-io.c: warning cleanups
8566
8567 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
8568
8569         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
8570         function. works like remoting invoke, but does a check for the Proxy first.
8571
8572 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
8573
8574         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
8575
8576 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
8577
8578         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
8579         array of pointers.
8580         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
8581         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
8582
8583         * object.c (mono_store_remote_field_new): used by the new jit
8584         instead of mono_store_remote_field
8585         (mono_load_remote_field_new): used by the new jit
8586         instead of mono_load_remote_field
8587
8588 2003-02-05  Patrik Torstensson
8589
8590         * appdomain.c: changed unload to take the domain id instead
8591         of domain
8592         
8593         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
8594
8595
8596 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8597
8598         * appdomain.c: don't look for assemblies in ApplicationBase if
8599         PrivateBinPathProbe is set.
8600
8601 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8602
8603         * object.c: make the first argument in main_args contain the absolute
8604         path to the assembly. Fixes bug #37511.
8605
8606 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8607
8608         * icall.c: get correct UTC offset for countries not using daylight
8609         time saving. Fixes bug #30030.
8610
8611 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8612
8613         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
8614         and 1 are the family).
8615
8616 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
8617
8618         * icall.c (ves_icall_InternalExecute): removed wrong assertion
8619
8620         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
8621
8622 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
8623
8624         * reflection.c: added support for SignatureHelper tokens, which is
8625         needed by the Calli opcode.
8626
8627         * reflection.h: track changes to SignatureHelper class.
8628
8629         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
8630
8631 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8632
8633         * appdomain.c: fixed loading assemblies from PrivateBinPath.
8634
8635 2003-02-03  Patrik Torstensson
8636         * appdomain.[c|h], domain.c : 
8637          - Added support for getting a domain via domain id
8638          - Support for setting and getting domain from System.AppDomain 
8639            (used in cross appdomain channel)
8640          - Added support for get/set for a MonoAppContext on a thread 
8641            (Context class in System.Runtime.Remoting.Contexts),
8642          - Removed hack in Get/SetData and ExecuteAssembly.
8643         
8644         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
8645         the managed world to get control when a proxy is created.
8646
8647         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
8648         
8649 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
8650
8651         * icall.c
8652         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
8653         Populate the codebase field as well.
8654
8655 2003-02-02  Martin Baulig  <martin@ximian.com>
8656
8657         * debug-mono-symfile.c
8658         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
8659         (mono_debug_symfile_add_method): Allow interncalls.
8660
8661 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8662
8663         * icall.c: throw parse exception if strtod fails or the string is empty.
8664
8665 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
8666
8667         * marshal.c: handle object type separately from defined
8668         class types.
8669
8670 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
8671
8672         * marshal.c: handle NATIVE_LPSTR for strings when it's
8673         explicitly specified.
8674
8675 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
8676
8677         * reflection.c, reflection.h, icall.c: setup the reflection
8678         handle cache for ModuleBuilders and AssemblyBuilders.
8679
8680 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
8681
8682         * reflection.c (reflection_methodbuilder_to_mono_method): set
8683         pinvoke flag
8684
8685 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8686
8687         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
8688
8689 2003-01-29  Dick Porter  <dick@ximian.com>
8690
8691         * threads.c: No need for the fake_thread kludge now that Thread
8692         doesn't run a class constructor
8693         
8694 2003-01-29  Dick Porter  <dick@ximian.com>
8695
8696         * threads.c: Use g_direct_hash instead of the rather bogus
8697         g_int_hash
8698
8699 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
8700
8701         * marshal.c (mono_marshal_get_native_wrapper): add check for null
8702         (fix pinvoke12.exe)
8703         (mono_marshal_get_struct_to_ptr): generate valid IL code
8704         (mono_marshal_get_ptr_to_struct): generate valid IL code
8705         (*): correctly set sig->pinvoke, we need to memdup the signature
8706         to do that
8707
8708 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8709
8710         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
8711         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
8712
8713 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
8714
8715         * profiler.c: provide more callers information.
8716
8717 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
8718
8719         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
8720
8721         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
8722
8723         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
8724
8725 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8726
8727         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
8728         exception instead of going into an infinite loop on dates which it 
8729         can't yet handle.
8730
8731         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
8732         out-of-range exception if needed.
8733
8734         * class.c (mono_class_setup_vtable): allow a virtual method to provide
8735         an implementation for an interface method and to override an inherited
8736         method at the same time. 
8737         Imagine a scenario when a virtual method is used to override a
8738         virtual abstract method in a parent class, and this same method 
8739         provides an implementation for an method inherited from an interface. 
8740         In this case, the interface resolution code will set im->slot, which 
8741         means that the virtual method override pass will skip this method 
8742         which means a pointer to the abstract method inherited from the parent
8743         will remain in the vtable of this non-abstract class.
8744
8745         * class.c: (mono_class_setup_vtable): continue search for a real 
8746         method if only an abstract method is found.     
8747
8748 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
8749
8750         * reflection.c: add size to encoding for ByValStr and ByValArray
8751         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
8752
8753 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8754
8755         * class.c (mono_class_setup_vtable): pass the override info as an
8756         argument.
8757
8758         * class.c (mono_class_setup_vtable): set the slot of overriding methods
8759         correctly.
8760         
8761         * reflection.c (ensure_runtime_vtable); add support for method 
8762         overrides.
8763         
8764 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8765
8766         * reflection.c (resolution_scope_from_image): Hack to work to work with
8767         dynamic assemblies.
8768
8769         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
8770         added a 'force_ref' argument to force this function to allways return 
8771         a TypeRef. This is needed by mono_image_get_memberref_token ().
8772         
8773 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8774
8775         * reflection.c (mono_image_get_type_info): interfaces really don't have
8776         a parent.
8777
8778         * reflection.c (mono_image_basic_init): fill out missing fields of
8779         image structure.
8780
8781         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
8782         dynamic assemblies. This is required so dynamic assemblies show up in
8783         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
8784         Type::GetType() etc. This is consistent with MS behaviour.
8785
8786         * image.c image.h reflection.c: add newly created classes to the name 
8787         cache so mono_class_get () will find them.      
8788
8789 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8790
8791         First part of changes to get IKVM.NET running under mono.
8792         
8793         * appdomain.h, appdomain.c: added new function 
8794         mono_domain_try_type_resolve() which will emit TypeResolve events. 
8795         This function will call AppDomain::DoTypeResolve to do the actual work.
8796
8797         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
8798         moved existing code dealing with dynamic tokens to a new function 
8799         called mono_reflection_lookup_dynamic_token (). This function will 
8800         raise TypeResolve events when appropriate. Since reflection.c is not 
8801         part of libmetadata, a new hook function called 
8802         mono_lookup_dynamic_token() is added to class.c which will call this.
8803
8804         * assembly.h assembly.c: make the invoke_load_hook function public,
8805         so it can be called for dynamic assemblies.
8806
8807         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
8808
8809         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
8810         type isn't found.
8811
8812         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
8813         MonoGHashTable, since it contains pointers to objects which the GC 
8814         needs to track.
8815
8816         * assembly.c (search_loaded): remove unused variable.
8817         
8818 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
8819
8820         * object.c: fixed issue exposed by gcc-generated IL programs
8821         that use RVA data for pointers.
8822
8823 2003-01-25  Martin Baulig  <martin@ximian.com>
8824
8825         * threads.c (start_wrapper): Moved the initialization of
8826         `start_func' above the mono_new_thread_init() call to which we
8827         pass it as argument.
8828
8829 2003-01-24  Martin Baulig  <martin@ximian.com>
8830
8831         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
8832         the MonoThread pointer.
8833
8834 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
8835
8836         * icall.c: Rename `PowImpl' to Pow.
8837
8838 2003-01-23  Dick Porter  <dick@ximian.com>
8839
8840         * threads.c (start_wrapper): Create a Thread object if needed, so
8841         the Main() thread can do the class initialisation in a subthread
8842         that has been set up to allow managed code execution.
8843
8844         Pass the thread ID instead of the MonoThread pointer to the thread
8845         start and attach callbacks.  This change is required, because the
8846         jit thread start callback must be called _before_ the Thread
8847         object can be created.
8848         
8849         (mono_thread_init): Removed much object creation code that is no
8850         longer needed.  No managed code is called from here now.
8851
8852         * object.c (mono_runtime_exec_managed_code): Create a subthread
8853         for Main, and call back to the runtime to use it.
8854         Set the exit code when Main exits.
8855
8856         * gc.c: Make sure domain finalisation happens in a subthread.
8857         Re-enable threaded GC, fixing bug 31333 (again).
8858
8859         * environment.c: System.Environment internall calls (so far just
8860         ExitCode is here, the others are still in icall.c)
8861
8862         * appdomain.c (mono_runtime_cleanup): All threads running managed
8863         code should have finished before mono_runtime_cleanup() is
8864         reached, so no need to clean up threads.
8865
8866 2003-01-22  Martin Baulig  <martin@ximian.com>
8867
8868         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
8869         `gpointer func' arguments.      
8870         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
8871         but added `MonoThread *thread' argument.
8872         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
8873
8874         * threads.c (mono_new_thread_init): Added `gpointer func' argument
8875         and pass it to the mono_thread_start_cb callback.
8876         (mono_install_thread_callbacks): New public function to install a
8877         set of callbacks which are set by the debugger.
8878         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
8879
8880 2003-01-22  Martin Baulig  <martin@ximian.com>
8881
8882         * Makefile.am: Install debug-mono-symfile.h.
8883
8884 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
8885
8886         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
8887
8888 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
8889
8890         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
8891         * class.c (mono_ptr_class_get): correctly set access levels of pointers
8892         (mono_array_class_get): correctly set access levels of arrays
8893
8894 2003-01-20      Patrik Torstensson
8895         * image.h (MonoAssemblyName): changed major, minor, build, revision
8896         from signed to unsigned.
8897
8898 2003-01-20  sean kasun <skasun@azstarnet.com>
8899
8900         * reflection.c (load_cattr_value): Now this handles
8901         MONO_TYPE_SZARRAY.  Fixes bug #35629
8902
8903 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
8904
8905         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
8906         integer value
8907
8908 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8909
8910         * decimal.c: fixed bug #26056.
8911
8912 2003-01-17  Martin Baulig  <martin@ximian.com>
8913
8914         * gc.c: Raise an ExecutionEngineException instead of using g_error().
8915
8916 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8917
8918         * exception.[ch]:
8919         (mono_get_exception_type_initialization): new function.
8920
8921         * object.c: throw a TypeInitializationException when an exception is
8922         thrown invoking the class constructor.
8923
8924 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8925
8926         * reflection.c: fixed attribute reading.
8927
8928 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8929
8930         * icall.c:
8931         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
8932         provided, look for the type in the calling assembly and then in
8933         mscorlib; if the assembly name is provided, only try that one.
8934
8935 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
8936
8937         * object.c: register the vtable before there is a chance it's
8938         queried again recursively.
8939
8940 2003-01-13  Duncan Mak  <duncan@ximian.com>
8941
8942         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
8943         gc-internal.h. 
8944         
8945 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
8946
8947         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
8948
8949 2003-01-11  Martin Baulig  <martin@ximian.com>
8950
8951         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
8952         this to 20 for the release.
8953
8954 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
8955
8956         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
8957
8958         * loader.c (mono_method_get_marshal_info): bug fix
8959
8960         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
8961         structures with explicit layout
8962
8963 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
8964
8965         * profiler.c: made the output more readable (and sorted). 
8966         Added caller information for the allocation profiler.
8967
8968 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
8969
8970         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
8971
8972 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8973
8974         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
8975         to get value types.
8976         
8977 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
8978
8979         * object.c, profiler.h, profiler.c, profiler-private.h:
8980         Added object allocation profiler.
8981
8982 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
8983
8984         * reflection.h, reflection.c: handle global methods.
8985         Compress blob entries.
8986
8987 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
8988
8989         * marshal.c: fix compilation.
8990
8991 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
8992
8993         * loader.c (mono_method_get_marshal_info): impl.
8994
8995         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
8996
8997 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8998
8999         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
9000         for reference types.
9001
9002 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
9003
9004         * loader.c: fixed off by one error in loaded parameter names.
9005
9006 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
9007
9008         * marshal.c (mono_marshal_get_icall_wrapper): like
9009         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
9010         instead of a MonoMethod.
9011
9012 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9013
9014         * decimal.c: fixed bug #36537.
9015
9016 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
9017
9018         * marshal.c: throw a missing method exception if a
9019         P/Invoke method is not found.
9020
9021 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9022
9023         * icall.c: allow a null this for constructors.
9024
9025 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
9026
9027         * icall.c: raise the proper exceptions if the arguments to the
9028         internal Invoke are incorrect.
9029
9030 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
9031
9032         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
9033
9034 2003-01-03  Martin Baulig  <martin@ximian.com>
9035
9036         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9037
9038 2002-12-31  Martin Baulig  <martin@ximian.com>
9039
9040         * debug-mono-symfile.c: Completely rewrote the type section.
9041         Instead of using individual malloc()ed fields, we use one big
9042         continuous memory area and offsets into this area.
9043         See the comments in the source code for details.
9044
9045 2002-12-30  Martin Baulig  <martin@ximian.com>
9046
9047         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
9048
9049 2002-12-30  Martin Baulig  <martin@ximian.com>
9050
9051         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
9052         line number table in this data blob instead of using an external
9053         pointer.
9054
9055 2002-12-28  Martin Baulig  <martin@ximian.com>
9056
9057         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9058
9059 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
9060
9061         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
9062         as a boxed return type.
9063
9064 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
9065
9066         * appdomain.c
9067         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
9068         g_build_filename to properly get separators on the filename created.
9069
9070         * object.h: Small change, introduce MonoMarshalByRefObject to
9071         track the layout of that structure in the C# universe as we make
9072         changes there.
9073
9074 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
9075
9076         * object.c: removed assert to allow static fields on interfaces.
9077         * loader.c: a TypeSpec may be used for any type, not just arrays.
9078
9079 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9080
9081         * class.c, class.h: added mono_class_array_element_size ().
9082         Ignore static methods in interfaces.
9083
9084 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9085
9086         * threads.c: fixed the build under cygwin.
9087
9088 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
9089
9090         * reflection.c: handle nullref constants. Allocate keys for
9091         reflection handles with the GC.
9092
9093 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9094
9095         * threads.c, threads.h: added mono_thread_get_abort_signal()
9096         to get a suitable signal for thread abort.
9097
9098 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9099
9100         * metadata.c: fix handling of ExportedType table.
9101
9102 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9103
9104         * icall.c: added WriteWindowsDebugString internal call.
9105
9106 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9107
9108         * reflection.h: added fields to match C# implementation.
9109
9110 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9111
9112         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
9113
9114 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
9115
9116         * gc.h, gc-internal.h: Rename header for GC internal calls to
9117         gc-internal.h from gc.h as to not clash with Boehm GC having its
9118         header installed as <gc.h> in outside include paths.
9119         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
9120         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
9121
9122 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9123
9124         * icall.c: assign minor, build and revision in FillName.
9125
9126 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
9127
9128         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
9129         Added support for running code generated by Reflection.Emit.
9130
9131 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9132
9133         * appdomain.c: check for NULL argument in LoadFrom.
9134
9135 2002-12-10  Dick Porter  <dick@ximian.com>
9136
9137         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
9138
9139 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9140
9141         * appdomain.c: fix buglet when building exe file name.  Handle full
9142         assembly name (needed after latest changes to AssemblyName).
9143         * image.c:
9144         (mono_image_close): free some hashtables.
9145
9146 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
9147
9148         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
9149         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
9150         on some systems (redhat 7.3) 
9151
9152 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
9153
9154         * threads.c: delete the critical section of a sync block,
9155         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
9156
9157 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
9158
9159         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
9160
9161 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9162
9163         * appdomain.[ch]: handle the assembly preload event to try loading the
9164         assemblies using the paths we have in the current domain.
9165
9166         * assembly.[ch]: created an assembly preload hook that is called to try
9167         loading the assembly by other means that the ones provided here.
9168
9169         * domain.c: initialize the domain search path.
9170
9171         From now on, assemblies (TODO: except corlib and System) are loaded
9172         according to these rules when using mono_assembly_load ():
9173
9174                 1. It tries to load the assembly from the ApplicationBase
9175                 of the current domain appending .dll and .exe (TODO: have to
9176                 try loading from name/name.dll and name/name.exe).
9177
9178                 2. It tries the search path specified in PrivateBinPath for the
9179                 current domain (if any).
9180
9181                 3. Previous behavior.
9182
9183 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
9184
9185         * icall.c: implemented GetInterfaceMap() related icall.
9186         * domain.c, loader.h: load MethodInfo in mono_defaults.
9187
9188 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9189
9190         * gc.c: disable the finalizer thread for now, untill all the issues
9191         with it are resolved.
9192
9193 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9194
9195         * string-icalls.c: handle embedded nulls in string ctor when the
9196         length is specified.
9197
9198 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9199
9200         * class.c: look for explicit interface implementation in parent
9201         classes, too.
9202
9203 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
9204
9205         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
9206
9207 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
9208
9209         * gc.c: protect handles with a critical section.
9210
9211 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9212
9213         * icall.c:
9214         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
9215         parameters. If no assembly specified, try getting the type from all
9216         the assemblies in the current domain, else, load the assembly and get
9217         the type from it.
9218
9219 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9220
9221         * marshal.c: applied patch from Aleksey Demakov that fixes
9222         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
9223
9224 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9225
9226         * icall.c: fixed get_location.
9227
9228 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
9229
9230         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
9231         declarations to make it work with older gcc. 
9232
9233         * loader.c (mono_get_method): set signature->pinvoke for native calls
9234
9235 2002-11-20  Dick Porter  <dick@ximian.com>
9236
9237         * threads.c (mono_thread_init): Set the main thread's handle
9238
9239 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
9240
9241         * gc.c: allow compilation without GC support. Changed to match the
9242         mono coding style.
9243
9244 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9245
9246         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
9247
9248 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
9249
9250         * reflection.c: set a public key token on the core assemblies.
9251
9252 2002-11-18  Dick Porter  <dick@ximian.com>
9253
9254         * threads.c: Split out some thread initialisation so that other
9255         files can set the start callback function.
9256
9257         * gc.c: Run finalisers in a separate thread, to avoid stack
9258         overflow.  Fixes bug 31333.
9259
9260         * appdomain.c: Set up GC finalisation thread.
9261
9262         * reflection.c: 
9263         * object.c: 
9264         * domain.c: Use gc.h macros for GC_malloc
9265         
9266 2002-11-15  Dick Porter  <dick@ximian.com>
9267
9268         * threadpool.c: 
9269         * threads.c:
9270         * appdomain.c: Removed mono_runtime_init_with_attach(),
9271         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
9272         merging the extra parameter with the existing function.  Removed
9273         unneeded code in mono_thread_attach().
9274
9275 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
9276
9277         * image.c (mono_image_loaded_by_guid): a method to get loaded
9278         images by guid. 
9279         (load_metadata_ptrs): we store the guid as string.
9280
9281 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
9282
9283         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
9284
9285         * metadata.c (mono_guid_to_string): imported method form Zoltan
9286         Varga (slightly modified)
9287
9288         * assembly.c (mono_assembly_open): load precompiled code
9289
9290         * loader.h (MonoMethod): we store the method token for use in the
9291         aot compiler. 
9292
9293 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9294
9295         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
9296         the hook function called when an assembly is loaded.
9297         
9298         * domain.c: Modified file.
9299         (mono_domain_assembly_load): removed hash table insertion of assemblies.
9300
9301         Fixes bug #33196.
9302
9303 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
9304
9305         * reflection.c: Map PEFileKind to the value expected by the WinNT
9306         image loader. 
9307
9308 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9309
9310         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
9311         Read until the buffer is filled completely.
9312
9313 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9314
9315         * icall.c: implemented MonoType.InternalGetEvent ().
9316
9317 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9318
9319         * appdomain.c: implemented InitAppDomainSetup. Delayed
9320         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
9321         the entry_assembly.
9322
9323         * assembly.c: base_dir is now an absolute path ending with
9324         G_DIR_SEPARATOR.
9325
9326         * icall.c: modified get_location according to the above changes.
9327
9328         * object.c: init AppDomain.SetupInformation for the default domain after
9329         we have the entry assembly.
9330
9331         * domain.c: when unloading a domain, setup = NULL.
9332
9333 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
9334
9335         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
9336
9337 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
9338
9339         * object.h, object.c: introduced mono_object_get_virtual_method ()
9340         to lookup the method invoked on an object when a callvirt is done on
9341         a method.
9342         * icall.c: make MethodInfo::Invoke() always do a virtual call.
9343
9344 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9345
9346         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
9347         current domain when loaded an assembly and failed to load it.
9348
9349         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
9350
9351 2002-10-31  Dick Porter  <dick@ximian.com>
9352
9353         * icall.c: 
9354         * file-io.h: 
9355         * file-io.c: Return the error status in a parameter, as the
9356         GetLastError() value has long since been blown away if we try and
9357         look it up in a subsequent internal call invocation.  Delete the
9358         GetLastError() internal call, because it's useless.
9359
9360 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
9361
9362         * class.[ch]: added cast_class to fix bug 29517
9363
9364 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
9365
9366         * marshal.c: create valid IL code in the filter clause:
9367         the new JIT is less forgiving:-)
9368
9369 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9370
9371         * icall.c: removed get_property internal call.
9372
9373 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
9374
9375         * appdomain.h domain.c: Added an ID to appdomains.
9376         
9377         * threads.c threads.h icall.c: Implement icall
9378         Thread:GetDomainID(), and remove unused icall 
9379         CurrentThreadDomain_internal.
9380
9381 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9382
9383         * icall.c: Don't recurse through the base types in GetConstructor.
9384         Fixes bug #32063. 
9385
9386 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
9387
9388         * mempool.h, mempool.c: added mono_mempool_empty() and
9389         mono_mempool_stats().
9390
9391 2002-10-23  Dick Porter  <dick@ximian.com>
9392
9393         * file-io.c: 
9394         * file-io.h: 
9395         * icall.c: Added MonoIO.GetFileType internal call
9396
9397 2002-10-17  Dick Porter  <dick@ximian.com>
9398
9399         * appdomain.c (mono_runtime_cleanup): Don't signal the async
9400         delegate semaphore before waiting for all threads to finish,
9401         because new threads can also call async delegates.  Fixes bug
9402         32004.
9403
9404         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
9405         of 3 seconds, in case another async job is queued.  (This part is
9406         needed because the bug fix reintroduced the 3s exit lag.)  This
9407         makes the mono_runtime_shutdown flag superfluous.
9408
9409 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9410
9411         * reflection.c: include ehader size in method section headers.
9412         Really check for suplicated modules entries.
9413
9414 2002-10-17  Martin Baulig  <martin@gnome.org>
9415
9416         * debug-mono-symfile.c: Added back support for locals.
9417
9418 2002-10-14  Martin Baulig  <martin@gnome.org>
9419
9420         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
9421         MONO_TYPE_VOID.
9422
9423 2002-10-14  Martin Baulig  <martin@gnome.org>
9424
9425         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
9426         mono_class_get() instead of looking in the class cache. 
9427
9428 2002-10-13  Martin Baulig  <martin@gnome.org>
9429
9430         * debug-mono-symfile.c: Set version number to 28, include the
9431         signature in method names.
9432
9433 2002-10-13  Martin Baulig  <martin@gnome.org>
9434
9435         * debug-mono-symfile.h: Set version number to 27.
9436
9437 2002-10-11  Martin Baulig  <martin@gnome.org>
9438
9439         * gc.c: Don't register/unregister NULL pointers as disappearing links.
9440
9441 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9442
9443         * metadata.c, metadata.h: added helper function to allocate signatures.
9444
9445 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9446
9447         * icall.c: added internal call to get the location of machine.config.
9448
9449 2002-10-08  Martin Baulig  <martin@gnome.org>
9450
9451         * debug-mono-symfile.c: Ignore classes with a pending init for the
9452         moment.
9453
9454 2002-10-03  Dick Porter  <dick@ximian.com>
9455
9456         * threads.c: Freebsd pthread_t is a pointer
9457
9458 2002-10-03  Dick Porter  <dick@ximian.com>
9459
9460         * socket-io.c: Implemented GetHostName_internal
9461
9462 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9463
9464         * mono-config.c:
9465         (mono_config_parse_file): don't leak the text.
9466
9467 2002-10-02  Martin Baulig  <martin@gnome.org>
9468
9469         * debug-mono-symfile.c: Added support for methods.
9470
9471 2002-10-01  Martin Baulig  <martin@gnome.org>
9472
9473         * debug-mono-symfile.c: Don't emit methods and line numbers for
9474         the dynamic symbol file, just write the type table.  We can easily
9475         have an external helper program which creates a symbol file for an
9476         IL file.        
9477
9478 2002-10-01  Dick Porter  <dick@ximian.com>
9479
9480         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
9481         Only add the handle to the cleanup array when we're about to
9482         launch the thread.  Bug 31425 deadlocked when the test was run on
9483         mono under w32.
9484
9485 2002-10-01  Martin Baulig  <martin@gnome.org>
9486
9487         * debug-mono-symfile.c: Added support for properties.
9488
9489 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9490
9491         * reflection.c: unaligned store fix from Mark Crichton
9492         <crichton@gimp.org>.
9493
9494 2002-09-27  Martin Baulig  <martin@gnome.org>
9495
9496         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
9497         New interncall.
9498
9499 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
9500
9501         * assembly.h, assembly.c: use a sane API to hook into the assembly
9502         loading process instead of a useless special-purpouse hack
9503         (ngen needs a hook, too, for example).
9504
9505 2002-09-27  Dick Porter  <dick@ximian.com>
9506
9507         * threads.c (mono_thread_init): Call GetCurrentProcess() so
9508         io-layer can set up some process handle info.  Not needed on w32,
9509         but doesn't hurt either.
9510
9511         * process.c: Pass the program name in the second parameter to
9512         CreateProcess, so the path is searched.  Include the working
9513         directory. Implemented process name, process enumeration, and some
9514         process detail internal calls.
9515         
9516         * icall.c: Added internal calls for process lookup, and some
9517         process details
9518
9519 2002-09-26  Martin Baulig  <martin@gnome.org>
9520
9521         * assembly.c (mono_install_open_assembly_hook): New global
9522         function to install a function to be invoked each time a new
9523         assembly is loaded.
9524         (mono_assembly_open): Run this callback function if set.
9525
9526         * debug-mono-symfile.c: Put back line numbers for the dynamic
9527         symbol file and also record the .il file as source file.  This
9528         allows us to install the temporary symbol file as `file.dbg' just
9529         like a compiler-generated one.
9530
9531 2002-09-26  Nick Zigarovich <nick@chemlab.org>
9532
9533         * Corrected typo in gc.c (BOHEM vs BOEHM).
9534
9535 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9536
9537         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
9538         GetProperties. Also avoid calling g_slist_length in GetProperties and
9539         GetMethods.
9540
9541 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
9542
9543         * reflection.c: avoid unaligned stores (bug spotted by
9544         Mark Crichton  <crichton@gimp.org>).
9545
9546 2002-09-25  Martin Baulig  <martin@gnome.org>
9547
9548         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
9549         instead of guint64 for addresses and added prologue/epilogue info.
9550
9551 2002-09-25  Martin Baulig  <martin@gnome.org>
9552
9553         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
9554         store line number info.  For the dynamic symbol file, we only need
9555         to provide the JIT generated dynamic line number info for the dynamic
9556         symbol file.
9557
9558 2002-09-25  Martin Baulig  <martin@gnome.org>
9559
9560         * debug-mono-symfile.h: Incremented version number.
9561
9562 2002-09-24  Martin Baulig  <martin@gnome.org>
9563
9564         * class.c (mono_debugger_class_init_func): New global function
9565         pointer variable.
9566         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
9567         call it.
9568
9569         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
9570         function.  This is called via the mono_debugger_class_init_func
9571         hook to add all types to the dynamic type table.
9572         (ves_icall_MonoDebugger_GetType): New interncall to get a class
9573         from its metadata token.
9574
9575         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
9576         New interncall for the debugger.
9577
9578 2002-09-24  Nick Drochak <ndrochak@gol.com>
9579
9580         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
9581         before using it in case it is null.
9582         
9583 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9584
9585         * metadata.c: allow custom modifiers in local var signatures
9586         (bug spotted by Zoltan Varga).
9587
9588 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9589
9590         * class.c: deal with the <Module> class that may have a NULL vtable.
9591         Eliminate warnings.
9592
9593 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9594
9595         * image.c, image.h: more strong name helpers.
9596         * monosn.c: more work: convert pem keys to cryptoapi format.
9597
9598 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
9599
9600         * string-icalls.c: speedup IndexOf.
9601
9602 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9603
9604         * icall.c: updates from Zoltan.2.Varga@nokia.com.
9605
9606 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
9607
9608         * icall.c: cleanup: use mono_object_domain ().
9609
9610 2002-09-23  Martin Baulig  <martin@gnome.org>
9611
9612         * debug-mono-symfile.c: Improved type support.
9613
9614 2002-09-22  Martin Baulig  <martin@gnome.org>
9615
9616         * debug-mono-symfile.c: Added support for reference types and strings.
9617
9618 2002-09-22  Martin Baulig  <martin@gnome.org>
9619
9620         * debug-mono-symfile.c: Started to work on the type table.
9621
9622 2002-09-21  Martin Baulig  <martin@gnome.org>
9623
9624         * debug-mono-symfile.c: Largely reworked the symbol table format.
9625         The symbol table is now incrementally updated each time a new
9626         method is added.  We're now also using our own magic and version
9627         so that you don't need to recompile all your classes if the
9628         dynamic table changes.
9629         (mono_debug_update_mono_symbol_file): Removed.
9630         (mono_debug_symfile_add_method): New function to add a method.
9631
9632 2002-09-21  Martin Baulig  <martin@gnome.org>
9633
9634         * icall.c
9635         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
9636         New interncall.
9637
9638         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
9639         New interncall to get a method from its metadata token.
9640
9641 2002-09-21  Martin Baulig  <martin@gnome.org>
9642
9643         * debug-mono-symfile.c: Create type table.
9644
9645 2002-09-20  Martin Baulig  <martin@gnome.org>
9646
9647         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
9648
9649 2002-09-20  Martin Baulig  <martin@gnome.org>
9650
9651         * debug-mono-symfile.c: Provide information about params and locals.
9652
9653 2002-09-20  Martin Baulig  <martin@gnome.org>
9654
9655         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
9656         New interncall.
9657
9658         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
9659         interncall to get a method from its metadata token.
9660
9661 2002-09-20  Martin Baulig  <martin@gnome.org>
9662
9663         * debug-mono-symfile.c: Added a few checks for method->header
9664         being non-NULL.  This should never happen, but for the moment
9665         let's use a g_warning() rather than a g_assert().
9666
9667 2002-09-19  Mark Crichton  <crichton@gimp.org>
9668
9669         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
9670         even if support for it isn't present.  Added an #ifdef to fix this.
9671
9672         * socket-io.c: Added checks back for Solaris support.
9673
9674 2002-09-19  Martin Baulig  <martin@gnome.org>
9675
9676         * debug-mono-symfile.c (read_string, write_string): Reflect latest
9677         changes in the symbol file format.
9678
9679 2002-09-18  Martin Baulig  <martin@gnome.org>
9680
9681         * debug-mono-symfile.c: Set version number to 21.
9682
9683 2002-09-18  Dick Porter  <dick@ximian.com>
9684
9685         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
9686         on netbsd.  Fixes bug 30051.
9687
9688 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9689
9690         * reflection.c:
9691         (set_version_from_string): little fix.
9692
9693 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9694
9695         * monosn.c, Makefile.am: added strong name utility.
9696         * reflection.h, reflection.c: implemented delayed signing,
9697         locale, version and hash id assembly attributes.
9698
9699 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
9700
9701         * loader.c, metadata.c: load param attributes in signatures.
9702
9703 2002-09-16  Martin Baulig  <martin@gnome.org>
9704
9705         * debug-mono-symfile.c: Added string table with all method names.
9706
9707 2002-09-14  Martin Baulig  <martin@gnome.org>
9708
9709         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
9710         fast method lookup.
9711
9712 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9713
9714         * reflection.c: record the public key token of referenced assemblies.
9715
9716 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
9717
9718         * image.c, image.h: added functions to get the strong name and the
9719         public key of an assembly.
9720         * pedump.c: use them.
9721
9722 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
9723
9724         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
9725
9726 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
9727
9728         * marshal.c (mono_marshal_get_managed_wrapper): Added
9729         MONO_TYPE_BOOLEAN 
9730
9731 2002-09-11  Martin Baulig  <martin@gnome.org>
9732
9733         * gc.c: Call GC_unregister_disappearing_link() on all links when
9734         finalizing them, this is necessary to aviod a crash in boehm's
9735         finalize handler.
9736
9737 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9738
9739         * gc.c: handle GetTarget for finalized objects spotted and fixed by
9740         nick@chemlab.org.
9741
9742 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
9743
9744         * icall.c: implemented MonoType::Module.
9745         * reflection.c, reflection.h: mono_module_get_object () from
9746         Tomi Pakarinen <tomi.pakarinen@welho.com>.
9747
9748 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
9749
9750         * icall.c: ignore overridden methods in GetMethods ().
9751         Fix for FieldInfo::SetValue().
9752         * object.c: handle float/double in runtime invoke.
9753
9754 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9755
9756         * object.c: allow a constructor to be called again on an object.
9757
9758 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9759
9760         * class.h, class.c: move field layout code to it's own function and
9761         export it. Get an interface id earlier. Move fields in MonoClass
9762         so they are more cache friendly and align the bitfields.
9763         * loader.c: temporary handle get_param_names() for a runtime method.
9764         * reflection.c, reflection.h: more code to handle runtime creation of
9765         types.
9766
9767 2002-09-09  Martin Baulig  <martin@gnome.org>
9768
9769         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
9770         signature with the pinvoke field being set for the actual call.
9771
9772 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9773
9774         * icall.c: removed some unused icalls. Start of map of glib charsets
9775         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
9776
9777 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
9778
9779         * debug-helpers.c: break infinite loop (found and fixed by
9780         Holger Arnold <harnold@gmx.de>).
9781
9782 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9783
9784         * icall.c: target may be null in create_delegate.
9785
9786 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9787
9788         * marshal.c: handle a boolean return type.
9789
9790 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9791
9792         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
9793
9794 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
9795
9796         * gc.c: fix weakreferences.
9797
9798 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
9799
9800         * icall.c: added icall to get default codepage.
9801
9802 2002-09-03  Dick Porter  <dick@ximian.com>
9803
9804         * threads.h: 
9805         * threads.c: Use MonoThread instead of MonoObject where
9806         apropriate.
9807
9808         Store running thread objects in a hash table, so that we have all
9809         the info to hand when waiting for them to finish
9810         (means we don't need OpenThread() any more, so mingw builds should
9811         be fully functional again.)
9812
9813         * verify.c:
9814         * object.h: Added thread ID to MonoThread
9815
9816 2002-09-03  Martin Baulig  <martin@gnome.org>
9817
9818         * icall.c (System.Reflection.Assembly::get_location): New interncall.
9819
9820 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9821
9822         * icall.c: fixed leak in get_temp_path. Thanks lupus.
9823
9824 2002-09-03  Martin Baulig  <martin@gnome.org>
9825
9826         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
9827         argument to store the end address of the disassembled instruction.
9828
9829         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
9830         here from debug-symfile.h.
9831         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
9832         JIT into this struct.
9833         (MonoSymbolFile): Added `char *image_file' field.
9834         (MonoDebugGetMethodFunc): Removed.
9835         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
9836         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
9837         (mono_debug_find_method): New method.
9838
9839         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
9840         create a full symbol file.
9841         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
9842         and static symbol files.
9843         (mono_debug_find_method): The symbol file keeps an internal method hash,
9844         call this to get a MonoDebugMethodInfo from a MonoMethod.
9845
9846         * debug-symfile.[ch]: Removed.
9847
9848 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
9849
9850         * image.c (do_mono_image_open): Remove linker version check.
9851
9852 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
9853
9854         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
9855         wrappers for instance methods.
9856         
9857 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9858
9859         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
9860
9861 2002-08-28  Dick Porter  <dick@ximian.com>
9862
9863         * Makefile.am: Export HOST_CC for w32 builds
9864
9865 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9866
9867         * file-io.c process.c: MonoString are null terminated, no
9868         need for mono_string_to_utf16() anymore.
9869
9870 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9871
9872         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
9873
9874 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
9875
9876         * icall.c, reflection.h: speedup System.MonoType.
9877
9878 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9879
9880         * reflection.c: allow null as the value of a string argument in
9881         custom attributes constructors.
9882
9883 2002-08-27  Martin Baulig  <martin@gnome.org>
9884
9885         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
9886         `trampoline_address' field.
9887
9888 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
9889
9890         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
9891         check (fixes bug #29486) 
9892
9893 2002-08-27  Martin Baulig  <martin@gnome.org>
9894
9895         * debug-mono-symfile.c: Changed the file format in a way that allows us
9896         open it read-only and to use a specially malloced area for all the
9897         dynamic data.  We can now also generate a symbol file on-the-fly if we're
9898         debugging IL code and there is no MCS generated symbol file for it.
9899
9900 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
9901
9902         * object.c: added a define for a good string and array
9903         creation speedup (not enabled by default because we need to deal with
9904         the synch stuff).
9905
9906 2002-08-26  Martin Baulig  <martin@gnome.org>
9907
9908         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
9909         function to create a dynamic symbol file.  This is used by the
9910         debugger to create a symbol file for IL code on-the-fly.
9911
9912 2002-08-26  Martin Baulig  <martin@gnome.org>
9913
9914         * loader.c (mono_lookup_pinvoke_call): Include the error message
9915         from g_module_error() in the error message.
9916
9917 2002-08-24  Martin Baulig  <martin@gnome.org>
9918
9919         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
9920         function to update the symbol file.  The symbol file is mmap()ed
9921         writable, but private.  This allows us to install the symbol file
9922         together with the assembly.
9923
9924 2002-08-24  Martin Baulig  <martin@gnome.org>
9925
9926         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
9927         but they can read the new symbol file format which mcs is now creating.
9928
9929         * debug-symfile.c (mono_debug_find_source_location): Moved to
9930         debug-mono-symfile.c; this is now operating on the new symbol file.
9931
9932 2002-08-23  Martin Baulig  <martin@gnome.org>
9933
9934         * debug-helpers.c (mono_method_desc_from_method): New function to get
9935         a MonoMethodDesc from a MonoMethod.
9936
9937 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
9938
9939         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
9940         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
9941
9942 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
9943
9944         * string-icalls.[ch]: make helper methods static.
9945
9946 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9947
9948         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
9949         types to it and to SetValueInternal.
9950
9951         * object.c: Moved handle_enum label to its proper place. This was the
9952         f... bug! ;-)
9953
9954         This time i compiled mcs and gtk-sharp and they both work.
9955
9956 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9957
9958         * icall.c: reverted partially my previous patch until 
9959         object.c:set_value handles enums correcly.
9960
9961 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9962
9963         * icall.c:
9964         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
9965         (ves_icall_System_Environment_get_MachineName): removed warning when
9966         compiling under cygwin.
9967
9968 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
9969
9970         * object.c: fixed field_get_value() for reference types.
9971
9972 2002-08-22  Dick Porter  <dick@ximian.com>
9973
9974         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
9975         Don't free a buffer while it's still needed.  Patch from Jonathan
9976         Liger <Jonathan.liger@wanadoo.fr>
9977
9978 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
9979
9980         * icall.c (ves_icall_System_Environment_get_Platform): Add new
9981         internal call.
9982
9983 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
9984
9985         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
9986         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
9987
9988         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
9989         we call unmanaged code which throws exceptions.
9990
9991 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9992
9993         * appdomain.h: added per-domain entry_assembly.
9994         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
9995         arguments.
9996         * icall.c: Assembly::GetEntryAssembly icall.
9997         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
9998         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
9999
10000 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10001
10002         * appdomain.h, gc.c: added mono_domain_finalize ().
10003
10004 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10005
10006         * object.c:
10007         (mono_print_unhandled_exception): changed g_warning by g_printerr
10008         because g_log has a 1024 characters limit (yeah, i got a big stack
10009         trace). Don't print exception name, that should be in ToString 
10010         returned string.
10011
10012 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10013
10014         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
10015         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
10016
10017 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10018
10019         * object.c:
10020         (mono_print_unhandled_exception): after previous commit, i realized
10021         that MS calls ToString on the exception. I changed this function to
10022         do that. This way we get stack_trace for free.
10023
10024 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10025
10026         * object.c:
10027         (mono_print_unhandled_exception): invoke Message property instead of
10028         getting 'message' field from Exception. Don't allocate memory for
10029         'trace' and 'message' if not needed.
10030
10031 2002-08-18  Dick Porter  <dick@ximian.com>
10032
10033         * unicode.c: Fix asserts to match Encoder.cs checks
10034
10035 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10036
10037         * marshal.c: fix unaligned store issue and a few wrong
10038         opcode argument types.
10039
10040 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10041
10042         * icall.c: added GetUninitializedObjectInternal internal call.
10043
10044 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
10045
10046         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
10047         to the right domain.
10048
10049 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
10050
10051         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
10052
10053         * class.c (class_compute_field_layout): set blittable to false for Strings
10054
10055         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
10056
10057 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10058
10059         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
10060         first chunk of code to create types at runtime. Code to
10061         handle ReflectedType/DeclaringType. Make reflection handles
10062         domain specific.
10063
10064 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
10065
10066         * class.c: set correct name in arrays.
10067
10068 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
10069
10070         * appdomain.c (mono_domain_transfer_object): make it work with
10071         valuetypes. bug fixes.
10072
10073 2002-08-12  Dick Porter  <dick@ximian.com>
10074
10075         * object.h: Rename some parameters to avoid c++ keywords (Patch
10076         from Joseph Wenninger <kde@jowenn.at>)
10077
10078 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
10079
10080         * icall.c: added icall to implement Assembly.GetFile*.
10081
10082 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10083
10084         * reflection.h, reflection.c: code to embed managed resources.
10085
10086 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10087
10088         * class.c: move all the type size stuff into
10089         class_compute_field_layout().
10090
10091 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10092
10093         * class.c: ensure enums have always the correct instance size.
10094         * unicode.c: remove wrong assert.
10095
10096 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10097
10098         * assembly.c: fix mem corruption issue.
10099         * image.h, image.c: added mono_image_get_resource () to access
10100         managed resources.
10101         * icall.c: implemented Assembly.EntryPoint property and some
10102         Managed Resources related internalcalls.
10103
10104
10105 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10106
10107         * image.c, image.h: impemented mono_image_get_entry_point ().
10108         * appdomain.c: use mono_image_get_entry_point.
10109
10110 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10111
10112         * reflection.c: support the object type argument when loading
10113         custom attributes.
10114
10115 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
10116
10117         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
10118         String as return type.
10119
10120 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
10121
10122         * reflection.c: fix encoding of named args for custom attrs to match
10123         the ms implementation. Read them back when instantiating custom
10124         attributes.
10125
10126 2002-08-02  Radek Doulik  <rodo@ximian.com>
10127
10128         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
10129         by Dietmar as quick fix
10130         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
10131         16 as stack size, used on more places as quick fix before Dietmar
10132         will fix it properly
10133
10134 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10135
10136         * object.h, object.c: added accessors for fields and properties.
10137
10138 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10139
10140         * class.c, class.h: made mono_class_get_field_from_name ()
10141         loop on parent types.
10142         Added mono_class_get_property_from_name ().
10143
10144 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10145
10146         * class.c, class.h: move the code to setup the type vtable in its own
10147         function so that it can be reused also for types created at runtime.
10148         Eliminate the "class" identifier from the header file.
10149         * reflection.c: setup the vtable for enums so that we can create
10150         objects for use in SetConstant ().
10151
10152 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
10153
10154         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
10155         instead of the delegate itself as this pointer (bug #28383)
10156
10157 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
10158
10159         * marshal.c (mono_marshal_get_managed_wrapper): added return type
10160         conversions.
10161
10162 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10163
10164         * loader.c: don't set the pinvoke bit on icalls.
10165
10166 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
10167
10168         * debug-helpers.c (mono_method_full_name): only print a number to
10169         indicate wrapper type (so that the output is more readable in traces).
10170
10171 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
10172
10173         * class.c (mono_class_init): include method override patch from Paolo
10174
10175 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
10176
10177         * icall.c: fixed GetTypeCode().
10178
10179 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
10180
10181         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
10182         use real delegate invoke function to make it work with multicast
10183         delegates (fix bug# 28291).
10184
10185 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10186
10187         * object.c: load constant strings.
10188
10189 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10190
10191         * reflection.c: no magic numbers.
10192         * tabledefs.h: security action enum.
10193
10194 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10195
10196         * assembly.c: fix possible memory corruption.
10197
10198 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10199
10200         * reflection.h, reflection.c: added support for linking resources.
10201         * verify.c: check we have an updated corlib.
10202
10203 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
10204
10205         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
10206         string arrays.
10207         (mono_marshal_string_array): null terminate unmanaged string arrays.
10208         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
10209
10210 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10211
10212         * icall.c: Type.GetType () can now return also types from the
10213         calling assembly.
10214
10215 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10216
10217         * loader.h, loader.c: stack walking support.
10218         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
10219         GetCallingAssembly.
10220
10221 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
10222
10223         * marshal.c: added optimisations for blittable types 
10224
10225         * class.c (mono_array_class_get): do not set blittable attribute on arrays
10226         (mono_class_setup_mono_type): set blittable attribute for single
10227         and double.
10228
10229         * marshal.c (mono_string_utf8_to_builder): impl.
10230         (mono_string_builder_to_utf8): impl.
10231         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
10232
10233 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
10234
10235         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
10236         (mono_marshal_get_managed_wrapper): impl. byref types
10237
10238 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10239
10240         * icall.c:
10241         (search_method): don't display debug message. 
10242
10243 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10244
10245         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
10246
10247 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10248
10249         * appdomain.c: set the missing filename when throwing exception.
10250
10251 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10252
10253         * metadata.c (mono_type_size): code cleanup
10254         (mono_type_stack_size): removed some test code
10255
10256 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
10257
10258         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
10259         mono_get_exception_file_not_found now.
10260
10261         * exception.c (mono_exception_from_name_two_strings): New version
10262         that will call a constructor with two string arguments. 
10263         (mono_get_exception_file_not_found): New helper routine, used to
10264         report file-not-found errors.
10265
10266 2002-07-20  Dick Porter  <dick@ximian.com>
10267
10268         * process.h:
10269         * process.c: Pass file handles to CreateProcess
10270         
10271         * icall.c:
10272         * file-io.h:
10273         * file-io.c: Implemented CreatePipe
10274
10275 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10276
10277         * metadata.c (mono_get_param_info): set alignment for value types
10278
10279 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10280
10281         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
10282         Constify mono_domain_assembly_open().
10283         * loader.c: handle null namespace in icalls.
10284
10285 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10286
10287         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
10288         (emit_str_to_ptr_conv): marshal object as structs
10289
10290         * metadata.c (mono_type_to_unmanaged): marshal object as structs
10291
10292         * marshal.c (mono_marshal_get_runtime_invoke): support value types
10293
10294 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
10295
10296         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
10297         (mono_marshal_get_native_wrapper): we an now return value types
10298
10299 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10300
10301         * verify.c: more checks implemented.
10302
10303 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
10304
10305         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
10306         (fix bug #27695)
10307         (mono_marshal_get_native_wrapper): allow byref arguments
10308         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
10309         impl. PtrToStringXXX methods
10310         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
10311         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
10312         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
10313         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
10314         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
10315
10316 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10317
10318         * reflection.c: fix buglet in parsing an assembly name.
10319
10320 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10321
10322         * marshal.c (emit_ptr_to_str_conv): first impl.
10323
10324 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10325
10326         * object.c, class.h: cache the vtable in the class as suggested by
10327         vargaz@freemail.hu (Zoltan Varga).
10328
10329 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10330
10331         * class.h, loader.c: added mono_field_from_token().
10332         * verify.c: first cut of type checking code.
10333
10334 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10335
10336         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
10337
10338 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
10339
10340         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
10341         (fix bug #27782)
10342         (mono_marshal_get_remoting_invoke): impl.
10343         (mono_delegate_begin_invoke): impl.
10344         (mono_mb_emit_save_args): impl.
10345         (mono_delegate_end_invoke): impl.
10346         (mono_marshal_get_delegate_begin_invoke):
10347         (mono_marshal_get_delegate_end_invoke):
10348         (mono_marshal_get_delegate_invoke): generate a special name for
10349         those methods (including the signature) and associate them whith
10350         the delegate class. 
10351
10352 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
10353
10354         * reflection.[ch]: 
10355         (mono_reflection_type_from_name): now it has a MonoImage parameter
10356         which is used as the default image to search the type in. If the image
10357         is NULL or getting the type from it fails, it defaults to corlib.
10358
10359         * icall.c: changed 1 call to mono_reflection_type_from_name to match
10360         new parameter.
10361
10362 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10363
10364         * reflection.c: update the parameter table index.
10365
10366 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10367
10368         * domain.c: don't include the mark byte in the string hash.
10369
10370 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10371
10372         * icall.cs: icall for Type.GetTypeCode ().
10373         * verify: a couple of fixes and disabled local initialization checks.
10374
10375 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
10376
10377         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
10378
10379         * debug-helpers.c (mono_method_full_name): print the type of the
10380         runtime wrapper
10381
10382         * metadata.c (mono_signature_hash): a hash function for signatures
10383         (mono_signature_hash): better hash algorithm
10384
10385         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
10386
10387         * debug-helpers.c (mono_method_full_name): this can now generate
10388         method names with signatures
10389
10390         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
10391         method dont have this pointers.
10392
10393 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
10394
10395         * reflection.c: fixup typebuilder tokens.
10396         * image.c: fix buglet.
10397         * marshal.h: remove whitespace.
10398         * metadata.h, metadata.c: reinstate code that was removed.
10399         * verify.c: handle catch directives and fix another couple of bugs.
10400
10401 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
10402
10403         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
10404         (mono_marshal_get_native_wrapper): make it comp. with the old code
10405         (mono_marshal_get_native_wrapper): support boolean
10406         (mono_marshal_get_managed_wrapper): support more types
10407
10408 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
10409
10410         * class.c (class_compute_field_layout): compute class->blittable attribute.
10411
10412 2002-07-09  Dick Porter  <dick@ximian.com>
10413
10414         * threads.c: Make the thread cleaning up cope with threads that
10415         call ExitThread()
10416
10417 2002-07-08  Radek Doulik  <rodo@ximian.com>
10418
10419         * reflection.c (method_encode_code): use non-translated values to
10420         compute finally_start, this fixes exception handling on ppc, yay!
10421
10422         * decimal.h (struct signscale): fix endianess
10423
10424 2002-07-07  Radek Doulik  <rodo@ximian.com>
10425
10426         * reflection.c: swap box_val and not val
10427
10428 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10429
10430         * reflection.c, reflection.h: handle full assembly info in type name.
10431         Handle Type arguments when loading custom attributes.
10432         * icall.c: updated to use new mono_reflection_type_from_name () method.
10433
10434 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10435
10436         * loader.c:
10437         (method_from_memberref): also print assembly name when method not found.
10438
10439 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10440
10441         * icall.c:
10442         (ves_icall_TypeGetProperties): fixed bug #27473. 
10443
10444 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10445
10446         * reflection.c: display image name and token when cannot find the
10447         .ctor for an attribute.
10448
10449 2002-07-05  Martin Baulig  <martin@gnome.org>
10450
10451         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10452
10453 2002-07-04  Dick Porter  <dick@ximian.com>
10454
10455         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
10456         compile on mingw.  This will cause mingw builds to not wait for
10457         subthreads to terminate after the main thread does.  I've lodged a
10458         bug with the mingw developers for them to wrap OpenThread().
10459
10460 2002-07-03  Dick Porter  <dick@ximian.com>
10461
10462         * threads.c: Store thread IDs instead of handles, because
10463         GetCurrentThread() returns a pseudohandle and therefore stores
10464         useless values.  mono_thread_cleanup() continues checking the
10465         array of threads until it is empty, to cope with subthreads
10466         spawning new threads after the main thread has finished.
10467
10468         * profiler.h:
10469         * profiler.c:
10470         * profiler-private.h: Pass the thread ID to thread profiler
10471         functions, instead of a handle
10472
10473 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10474
10475         * verify.c: fixes to make it more usable.
10476         * pedump.c: added --verify code to verify IL code in an assembly.
10477
10478 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10479
10480         * reflection.c: turn errors into warnings to allow compiling corlib.
10481
10482 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10483
10484         * reflection.c: add special cases to compile corlib.
10485
10486 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10487
10488         * reflection.c: handle properties with only a set method.
10489
10490 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10491
10492         * opcodes.h: add enum with opcodes in opval order.
10493
10494 2002-07-01  Dick Porter  <dick@ximian.com>
10495         
10496         * object.h:
10497         * object.c (mono_runtime_run_main): Removed unneeded argument
10498
10499 2002-06-28  Martin Baulig  <martin@gnome.org>
10500
10501         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10502
10503 2002-06-27  Dick Porter  <dick@ximian.com>
10504
10505         * threads.c: Store the handle in both the parent thread and in the
10506         subthread, to minimise the time between starting a new thread and
10507         storing its ID.
10508
10509 2002-06-26  Dick Porter  <dick@ximian.com>
10510
10511         * appdomain.c (mono_runtime_cleanup): Close the socket library
10512         after all the threads have finished, not before
10513
10514 2002-06-26  Martin Baulig  <martin@gnome.org>
10515
10516         * debug-symfile.c (mono_debug_find_source_location): Added
10517         `guint32 *line_number' argument.  If it's not NULL, store the line number
10518         there and return the file name without the line number.
10519
10520 2002-06-25  Dick Porter  <dick@ximian.com>
10521
10522         * icall.c:
10523         * process.h:
10524         * process.c: Process forking and other support functions
10525
10526 2002-06-25  Dick Porter  <dick@ximian.com>
10527
10528         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
10529         things dont happen when the image is closed.
10530         (mono_image_lookup_resource): Walk the resource section looking
10531         for a particular entry
10532
10533         * cil-coff.h: PE resource section decoding
10534
10535 2002-06-25  Dick Porter  <dick@ximian.com>
10536         
10537         * assembly.h:
10538         * assembly.c: 
10539         (mono_assembly_foreach): Accessor functions to walk the list of
10540         loaded assemblies
10541         (mono_assembly_set_main):
10542         (mono_assembly_get_main): Process methods need to know which
10543         assembly is the "main" one
10544
10545         * object.c (mono_runtime_run_main): Record the main assembly
10546
10547         * debug-helpers.c: Fix typo
10548
10549 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
10550
10551         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
10552         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
10553
10554 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10555
10556         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
10557
10558 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
10559
10560         * image.c (do_mono_image_open): Initialize reference count,
10561         otherwise we leak the MonoImage.
10562
10563 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10564
10565         * reflection.c: small tweak to handle self-hosting.
10566
10567 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10568
10569         * reflection.c: fix type name parse code.
10570
10571 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10572
10573         * reflection.c: break out of the loop.
10574         * image.c: special case corlib.
10575
10576 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10577
10578         * reflection.c: add all the custom attrs at the end to ensure the
10579         ctors have been properly initialized when the attributes are defined
10580         in the current assembly.
10581
10582 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10583
10584         * reflection.c: handle correctly multiple-nested types.
10585
10586 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
10587
10588         * row-indexes.h: fix typos.
10589         * reflection.c: adjust for typos and fix method_def_or_ref
10590         encoding in MethodImpl table.
10591
10592 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10593
10594         * reflection.c: fix entry point patching (thanks Serge!).
10595
10596 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
10597
10598         * verify.c: add check for System.Exception
10599
10600 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10601
10602         * image.c, class.c: minifix for code just c&p'ed.
10603         * reflection.c: warning fix.
10604         * object.h, loader.h, domain.c: load also StringBuilder.
10605
10606 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10607
10608         * marshal.h, marshal.c: some support code to handle complex marshaling.
10609
10610 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10611
10612         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
10613         Better signatures with vtable error dump.
10614
10615 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
10616
10617         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
10618
10619 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
10620
10621         * icall.c (ves_icall_Type_GetField): impl.
10622
10623 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10624
10625         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
10626         to retrieve a marshal description blob for a field or param.
10627
10628 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10629
10630         * reflection.h, reflection.c: change order of nested type emission
10631         to avoid table corruption. The NestedTypes table is sorted.
10632         * icall.c: change order of GetConstructor results to workaround mcs bug.
10633
10634 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10635
10636         * reflection.h, reflection.c: handle field and param marshal
10637         information.
10638
10639 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10640
10641         * icall.c, marshal.c marshal.h: more Marshal class implementation.
10642
10643 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10644
10645         * reflection.c: fix call convention.
10646
10647 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10648
10649         * reflection.h, reflection.c: mono_image_get_memberref_token()
10650         takes a type instead of a class, now. Added
10651         mono_image_get_array_token() to create tokens for the special
10652         multi-dim array methods.
10653
10654 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10655
10656         * assembly.c: handle modules (no assembly table). Split
10657         loading references in its own function.
10658         * class.c: handle moduleref resolution scope.
10659         * image.c, image.h: cache module name in image.
10660
10661 2002-06-07  Martin Baulig  <martin@gnome.org>
10662
10663         * reflection.c (mono_image_get_type_info): Only add a class layout entry
10664         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
10665
10666 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10667
10668         * icall.c: more signature fixes that used uint instead of int.
10669
10670 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10671
10672         * reflection.c: fixed signature of field refs.
10673
10674 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10675
10676         * class.c, reflection.c: handle typerefs of nested types
10677         (both on read and when writing files).
10678
10679 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
10680
10681         * icall.c: fix method signatures that tried to workaround the previous
10682         typo, d'oh!
10683
10684 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10685
10686         * debug-helpers.c: fix typo.
10687
10688 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10689
10690         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
10691         rewrote the PE/COFF writing code (our programs are understood by the
10692         ms runtime, now).
10693
10694 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10695
10696         * gc.c, gc.h, icall.c: weakreference support.
10697
10698 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10699
10700         * Makefile.am, mono-config.c: use $(sysconfdir).
10701
10702 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10703
10704         * icall.c: changed default precision of Double.ToString() to 15.
10705         Fixed memory leak. Unified with Single.ToString.
10706
10707 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10708
10709         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
10710
10711 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10712
10713         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
10714         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
10715         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
10716         and myself.
10717
10718 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10719
10720         * debug-symfile.c, sysmath.c: yet more compilation fixes.
10721
10722 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10723
10724         * reflection.c, socket-io.c: more compilation fixes.
10725
10726 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10727
10728         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
10729         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
10730         unicode.c: warning and compiler compatibility fixes.
10731
10732 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10733
10734         * class.h, metadata.c: fixed warnings/compilation errors.
10735
10736 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10737
10738         * Makefile.am, mono-config.c, mono-config.h: configuration file
10739         support routines.
10740         * loader.c, loader.h: make Dll mapping configurable at runtime in the
10741         config file. Export methods to insert and lookup mappings.
10742
10743 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10744
10745         * reflection.c: handle types and boxed objects in custom attr
10746         constructors.
10747
10748 2002-05-30  Martin Baulig  <martin@gnome.org>
10749
10750         * debug-symfile.c
10751         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
10752
10753 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
10754
10755         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
10756         to lookup the implmap row for a P/Invoke method.
10757         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
10758         P/Invoke method from the runtime on an as needed basis.
10759
10760 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
10761
10762         * metadata.c (mono_metadata_parse_signature): impl.
10763
10764 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10765
10766         * class.c: handle .pack directive.
10767
10768 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10769
10770         * object.c: initialize static fields with RVA data.
10771
10772 2002-05-25  Martin Baulig  <martin@gnome.org>
10773
10774         * debug-symfile.c
10775         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
10776
10777 2002-05-24  Martin Baulig  <martin@gnome.org>
10778
10779         * debug-symfile.c
10780         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
10781         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
10782         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
10783
10784 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
10785
10786         * object.c: special case string ctros in invoke.
10787         * gc.c: silly whitespace changes.
10788
10789 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
10790
10791         * threadpool.[ch]: impl. a threadpool that can
10792         be used by mint and mono.
10793
10794 2002-05-22  Martin Baulig  <martin@gnome.org>
10795
10796         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
10797         The first argument is now a `MonoReflectionModuleBuilder *', the return
10798         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
10799         `methods' field to get the method builder.  The `token' argument is the
10800         unfixed token.
10801
10802         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
10803         invalid characters instead of g_assert_not_reached()ing.  This seems
10804         to be the behaviour of mscorlib.
10805
10806 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
10807
10808         * object.c (mono_runtime_invoke_array): applied patch from Rachel
10809         Hestilow to fix bug #25104
10810
10811 2002-05-21  Martin Baulig  <martin@gnome.org>
10812
10813         * debug-symfile.c (mono_debug_find_source_location): New function.
10814         Looks up an IL offset in the line number table and returns the source
10815         location as a string.
10816
10817 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10818
10819         * icall.c:
10820         (mono_double_ToStringImpl): changed %f by %g until we have something
10821         better.
10822
10823 2002-05-21  Nick Drochak  <ndrochak@gol.com>
10824
10825         * icall.c : Use different name for Math.Pow's icall.  Needed to check
10826         parameters first in C#.
10827
10828 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10829
10830         * icall.c, reflection.h: added icall to get info about an event.
10831
10832 2002-05-20  Radek Doulik  <rodo@ximian.com>
10833
10834         * object.c (mono_value_box): don't use memcpy for boxing on BIG
10835         endian
10836         (mono_value_box): don't use memcpy for small sizes on
10837         architectures with unaligned access
10838
10839 2002-05-20  Martin Baulig  <martin@gnome.org>
10840
10841         * reflection.c (mono_reflection_setup_internal_class): Don't crash
10842         if `tb->parent == NULL'.
10843         (mono_reflection_create_internal_class): New function.  This is
10844         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
10845         for enum types.
10846
10847         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
10848         New interncall.
10849
10850 2002-05-19  Martin Baulig  <martin@gnome.org>
10851
10852         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
10853         argument to get the length, don't default to the array length.
10854
10855 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
10856
10857         * assembly.c (mono_assembly_setrootdir): New function used to
10858         override the MONO_ASSEMBLIES directory.
10859
10860 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10861
10862         * icall.c: ValueType_GetHashCode() initialize local var.
10863
10864 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10865
10866         * reflection.c: sort custom attributes table.
10867
10868 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10869
10870         * reflection.c: support named args in custom attributes (write support).
10871
10872 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10873
10874         * reflection.c: fix finally position calculation.
10875
10876 2002-05-15  Radek Doulik  <rodo@ximian.com>
10877
10878         * reflection.c: fixed endianess at many places
10879
10880         * icall.c (ves_icall_InitializeArray): comment out debug msg
10881
10882 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
10883
10884         * object.c (mono_unhandled_exception): new function to handle
10885         unhandled exceptions.
10886         (mono_unhandled_exception): call the UnhandledException event.
10887         (mono_runtime_delegate_invoke): impl.
10888
10889 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
10890
10891         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
10892         returns the RVA, not the direct pointer to the data. Handle the case
10893         when the class size is fixed.
10894
10895 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10896
10897         * reflection.c: fix some endianess issues.
10898
10899 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
10900
10901         * object.c (mono_runtime_invoke): is now able to catch exceptions.
10902
10903         * threads.c (mono_thread_init): added a callback which is invoked
10904         at thread start.
10905
10906 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
10907         
10908         * icall.c: make GetHashCode return non-negative values.
10909
10910 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
10911
10912         * object.c, icall.c, gc.c: revert to address-based hashcode.
10913
10914 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
10915
10916         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
10917
10918 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10919
10920         * icall.c, class.c: special case <Module>.
10921
10922 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
10923
10924         * icall.c: fix bug in GetNow().
10925
10926 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
10927
10928         * object.c (mono_runtime_class_init): make sure that we call all
10929         static class constructors.
10930
10931 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10932
10933         * reflection.c: sort methodsemantics table.
10934
10935 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10936
10937         * reflection.h, reflection.c: honour init locals setting.
10938
10939 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
10940
10941         * icall.c: copied Double ToStringImpl for Single ToStringImpl
10942
10943 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
10944
10945         * reflection.c: support ContructorBuilders in attribute blob creation.
10946
10947 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10948
10949         * reflection.c: some changes to build a binary that can be run
10950         directly in windows.
10951
10952 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
10953
10954         * loader.c: print a big message when an icall can't be found.
10955
10956 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10957
10958         * string-icalls.c: fix bug 24248.
10959
10960 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
10961
10962         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
10963         icall.c, reflection.h: separate assembly loading by pathname and by
10964         assembly name. Use the MONO_PATH env var to search for assemblies.
10965
10966 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10967
10968         * assembly.c, image.h: add some support for assemblies
10969         with multiple modules.
10970         * class.c, class.h: export mono_class_from_typeref().
10971         * loader.c: remove duplicated code and use mono_class_from_typeref(),
10972         instead.
10973
10974 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10975
10976         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
10977         documentation says (the ECMA one is correct).
10978
10979 2002-05-02  Dick Porter  <dick@ximian.com>
10980
10981         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
10982         Don't name the synchronisation mutex.
10983
10984 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
10985
10986         * rand.c
10987         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
10988         Make the prototypes match.
10989         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
10990         Same.
10991
10992         * icall.c
10993         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
10994         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
10995         all systems have tm.tm_zone, so use strftime() with %Z to print
10996         the timezone abreviation into a temp string.
10997
10998         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
10999         rather than mono_array_addr() on a MonoString on Big Endian
11000         machines.
11001
11002 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
11003
11004         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
11005         fix bug 24041
11006
11007 2002-04-30  Dick Porter  <dick@ximian.com>
11008
11009         * socket-io.c: Cope with SOCKET being an integer rather than a
11010         pointer now.
11011
11012         * threads.c: Added Thread_free_internal, to deal with thread
11013         handle cleanup.  Moved calls to handle_store() and handle_remove()
11014         to start_wrapper(), so each can only be called once.  Allocate
11015         synchronisation blocks with GC_malloc(), and use GC finalisation
11016         to close the handles.
11017
11018         * icall.c: added System.Threading.Thread::Thread_free_internal
11019
11020 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11021
11022         * icall.c: support Environment.Exit, CommandLineArgs().
11023
11024 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11025
11026         * object.c, object.h: added mono_runtime_run_main () and
11027         mono_runtime_get_main_args () for use in System.Environment.
11028
11029 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11030
11031         * gc.c: fix thinko, enable actual finalization since the jit is now
11032         fixed.
11033
11034 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11035
11036         * gc.c, object.c: take into account that an object may be offset wrt the address
11037         returned by GC_malloc().
11038
11039 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
11040
11041         * image.c: handle files without entries in the assembly table (modules).
11042
11043 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
11044
11045         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
11046         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
11047         allowed to be null when it's System.Object class setup.
11048
11049 2002-04-27  Martin Baulig  <martin@gnome.org>
11050
11051         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
11052         if `tb->parent == NULL' rather than crashing.
11053
11054 2002-04-28  Nick Drochak  <ndrochak@gol.com>
11055
11056         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
11057         calling acos() where asin() should have been called.
11058
11059 2002-04-26  Martin Baulig  <martin@gnome.org>
11060
11061         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
11062         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
11063         there's a subdirectory called `System', but we don't want to read that
11064         subdirectory as an assembly.
11065
11066 2002-04-25  Martin Baulig  <martin@gnome.org>
11067
11068         * debug-symfile.c: Reflect latest MonoString changes.
11069
11070 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11071
11072         * rand.c, rand.h: instance method icalls need to have an explicit
11073         this pointer as first argument in the C implementation.
11074
11075 2002-04-25  Nick Drochak <ndrochak@gol.com>
11076
11077         * icall.c: Fix typo in map for GetNonZeroBytes
11078
11079 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11080
11081         * string-icalls.c : String does now passes unit tests without any 
11082         errors, the following changes has been made:
11083         
11084         Implemented replace methods.
11085         Renaming of methods to (try) follow the standard.
11086         Fixed compare ordinal
11087         Made all memory allocated directly to function instead of via icall function.
11088         Small performance fix in is_in_array function
11089                         
11090  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
11091
11092         c (mono_string_Internal_ctor_charp_int_int):
11093         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
11094         sindex < 0, throw ArgumentOutOfRangeException instead of
11095         ArgumentNullException.
11096
11097         Added new check for length == 0, however
11098         I need to make it return String.Empty from the C code.
11099         
11100         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
11101         that calculate the length for us here.
11102         
11103         (mono_string_Internal_ctor_sbytep_int_int): Replaced
11104         mono_string_new_utf16 with mono_string_new, since value is utf8.
11105
11106 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11107
11108         * object.c: register the object for finalization if needed.
11109         Allocate one more char in the string for the terminating 0 char.
11110
11111 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11112
11113         * class.c, class.h, image.c: check if a type implemenst a destructor.
11114         Use the proper key for array class lookups.
11115         * icall.c: register the icalls in the System.GC class.
11116         * gc.c, gc.h: GC-related functions and icalls.
11117
11118 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11119
11120         * icall.c:
11121         * socket-io.c:
11122         * unicode.c: free some strings gotten from mono_string_to_utf8 and
11123         changed a couple of free () by g_free ().
11124
11125         * decimal.c: one-liner in the comments for decimal2string ().
11126
11127 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11128
11129         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
11130
11131 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11132
11133         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
11134         * object.c (mono_runtime_invoke_array) : handle null in params
11135
11136 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11137
11138         * string-icalls.c: fixed bug in split (one off bug)
11139
11140 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11141
11142         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
11143         * icalls.c: added String::Equals as internal method
11144
11145 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11146
11147         * threads.c: fixed bug in the double interlocked functions
11148
11149 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
11150
11151         * threads.c: implemented all of the new interlocked icalls.
11152         * string-icalls.c: fix a bug in insert.
11153         * icalls.c: added the icalls for interlocked, removed old string functions.
11154         
11155 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11156
11157         * loader.c: fix off-by-one error when reading argument names.
11158
11159 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11160
11161         * profiler.c: win32 counter implementation (untested).
11162         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
11163         (the latter needs testing and more complete impl. from win32 folks).
11164
11165 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
11166
11167         * object.c: mono_array_new_full workaround mono_array_class_get
11168         problem.
11169
11170 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11171
11172         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
11173         * object.h (mono_string_chars): Changed casting type.
11174
11175 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11176
11177         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
11178                            method signatures to use gunichar2 instead of gint16.
11179
11180 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
11181
11182         * object.h, object.c: domain-specific versions of mono_object_new and
11183         mono_array_new.
11184
11185 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
11186
11187         * object.c: changed String layout
11188
11189         * string-icalls.c (mono_string_Internal_ctor_chara): added
11190         internal string constructors.
11191
11192 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
11193
11194         * threads.c: pass 'this' to the thread start routine.
11195
11196 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11197
11198         * string-icalls.c: fix IndexOf and LastIndexOf. Now
11199         InternalCompareStr don't call twice mono_string_cmp_char for the last
11200         character. Improved performance in mono_string_cmp_char.
11201
11202 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11203
11204         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
11205         code into its own library: libmonoruntime.
11206
11207 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
11208
11209         * object.h, object.c: changed array format so that szarrays do not
11210         require a bounds structure.
11211         * icall.c, appdomain.c: support for new szarray format.
11212
11213 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11214
11215         * metadata.c: compare also the retuns type when comparing signatures:
11216         we didn't do this as an optimization since really overloaded methods
11217         must differ also in the arguments, but this doesn't work with
11218         low-level IL code (or when using explicit conversion operators: see
11219         bug#23498 for an example).
11220
11221 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11222
11223         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
11224
11225 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
11226
11227         * icall.c: make MonoType::GetElementType its own icall.
11228
11229 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11230
11231         * icall.c: remove MonoMethod_get_Name().
11232         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
11233         object.
11234
11235 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11236
11237         * string-icalls.c: optimized a few methods.
11238
11239 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11240
11241         * icall.c: added all new string internal calls
11242         * string-icalls.c: added, new string internal call implementation.
11243         * object.c: added mono_string_new_size for allocating a string a size
11244
11245 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
11246
11247         * object.c (mono_object_isinst): use the same code as in the
11248         optimized x86 version.
11249
11250 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11251
11252         * profiler.c: TSC-based timer code (faster and more accurate).
11253         Not hooked up in configure, yet (set USE_X86TSC to 1).
11254
11255 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
11256
11257         * profiler.c, profiler.h: track time spent compiling methods.
11258         * threads.c: track thread creation/destruction.
11259
11260 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
11261
11262         * profiler.c, profiler.h, profiler-private.h: profiling interface
11263         and sample implementation. Moved here so that it can be used also by
11264         the jit.
11265
11266 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
11267
11268         * reflection.c, reflection.h: keep types and other handles separate in
11269         the hash tables for referred tokens. Add guid for modules.
11270
11271 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11272
11273         * assembly.c: fix bugs found with valgrind.
11274         * metadata.h, metadata.c: added mono_metadata_guid_heap().
11275
11276 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
11277
11278         * threads: added icall support for getting current domain for
11279                    the thread.
11280  
11281 2002-04-13  Martin Baulig  <martin@gnome.org>
11282
11283         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
11284         (MonoDebugVarInfo): Added `index' field for register based addresses.
11285         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
11286         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
11287         `MonoDebugVarInfo *params' and `guint32 this_offset' with
11288         `MonoDebugVarInfo *this_var'.
11289
11290         * debug-symfile.c (relocate_variable): New static function to write
11291         a location description for a local variable or method parameter.
11292
11293 2002-04-12  Martin Baulig  <martin@gnome.org>
11294
11295         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
11296         stack offset and begin/end scope address of a local variable.
11297         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
11298         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
11299         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
11300
11301         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
11302         Added new relocation types for start/end scope of a local variable.
11303
11304 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11305
11306         * object.h: add mono_object_domain() macro.
11307         * reflection.c: handle typespecs.
11308         * icall.c: MonoMethod::get_Name() implementation.
11309
11310 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11311
11312         * icall.c: String::GetHashCode() icall implementation.
11313
11314 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11315
11316         * icall.c: String::IndexOfAny icall.
11317         * object.c, object.h: make array->max_length more useful.
11318         Intrduced mono_object_class() and mono_string_length() macros.
11319
11320 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11321
11322         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
11323         instead of g_unichar_isdigit.
11324
11325 2002-04-11  Nick Drochak  <ndrochak@gol.com>
11326
11327         * icall.c: Implement a simple Double.ToString().
11328
11329 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11330
11331         * appdomain.h: only io-layer.h is supposed to be included.
11332         * icall.c: explicitly import environ. Fix warning.
11333
11334 2002-04-10  Nick Drochak  <ndrochak@gol.com>
11335
11336         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
11337                 return true even if it's not Daylight Savings time.
11338                 Only return false for the case where the function isn't
11339                 implemented for a plaform (read Windows).
11340
11341 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11342
11343         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
11344         data with a mutex.
11345
11346 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
11347
11348         * mempool.c (mono_mempool_alloc): only use g_malloc when
11349         absolutely necessary.
11350
11351 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11352
11353         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
11354
11355         * class.c (mono_class_vtable): use domain mempool to allocate vtable
11356         (mono_class_proxy_vtable): use domain mempool
11357
11358 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11359
11360         * appdomain.h, appdomain.c: split initialization that requires the
11361         execution engine support into mono_runtime_init().
11362
11363 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11364
11365         * class.c (mono_class_init): don't include vtable inside MonoClass
11366         to save some memory, gather some statistics.
11367         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
11368
11369 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11370
11371         * icall.c: internalcall implementation for ValueType.Equals().
11372
11373 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
11374
11375         * object.c (mono_message_init): moved 
11376         (mono_runtime_exec_main): new arch. independent impl.
11377         (mono_runtime_invoke_array): new method - like
11378         mono_runtime_invoke, but you can pass an array of objects.
11379         (mono_remoting_invoke): new arch. independent impl.
11380         (mono_message_invoke): new arch. independent impl.
11381         (mono_runtime_class_init): new arch. independent impl.
11382         (mono_runtime_object_init): new arch. independent impl.
11383
11384 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11385
11386         * metadata.c, object.c, reflection.c: documented the exported
11387         functions.
11388
11389 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
11390
11391         * icall.c: simpler code to pass the assembly builder data to corlib.
11392         Implement GetNestedTypes() internalcall.
11393
11394 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11395
11396         * class.c: warn if a type can't be loaded.
11397
11398 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
11399
11400         * image.h: typedef MonoImageOpenStatus
11401         * types.h: removed unused file
11402         
11403 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
11404
11405         * icall.c: Enum_ToObject accepts enum value arguments.
11406
11407 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11408
11409         * class.c: move initialization of properties, events and nested
11410         classes, so that they happen for interfaces, too.
11411
11412 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11413
11414         * icall.c: cleanup some ugly casts in Array_SetValue*.
11415
11416 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11417
11418         * icall.c: the values array fro enums is of the correct type, now.
11419         Implement (correctly) getFullName instead of assQualifiedName for
11420         MonoType.
11421         * reflection.h, reflection.c: added mono_type_get_name ().
11422
11423 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11424
11425         * assembly.c, image.h: for each MonoImage, record from wich assembly
11426         it was loaded.
11427         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
11428         Make Type.Assembly work.
11429
11430 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
11431
11432         * debug-symfile.h: use char* instead of gpointer to avoid
11433         unnecessary casts.
11434
11435         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
11436
11437         * icall.c (ves_icall_InternalExecute): impl. FielSetter
11438         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
11439
11440 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
11441
11442         * icall.c (mono_message_init): impl. (code cleanup)
11443         (ves_icall_InternalExecute): impl. FieldGetter
11444
11445         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
11446         defined we call all (non-static)methods through the vtable. 
11447
11448 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
11449
11450         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
11451         finalizer even though the memory is still referenced (and the chunk of
11452         memory is not freed).
11453
11454 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
11455
11456         * assembly.c: fix brokeness.
11457
11458 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
11459
11460         * class.c: kill some warnings. Check explicit interface method
11461         implementation also without considering the namespace.
11462         Load also literal strings in static class data.
11463
11464 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
11465
11466         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
11467         (default_assembly_name_resolver): Make the resolver take the
11468         "base" directory where the assembly was originally defined, so we
11469         can load DLLs that are in the same directory as the assembly that
11470         is being referenced.
11471
11472 2002-03-28  Dick Porter  <dick@ximian.com>
11473
11474         * file-io.h: 
11475         * file-io.c:
11476         * socket-io.c: 
11477         * unicode.h: 
11478         * unicode.c: Warning cleanups
11479
11480 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
11481
11482         * object.h, reflection.h: use the correct type instead of MonoObject.
11483
11484 2002-03-28  Martin Baulig  <martin@gnome.org>
11485
11486         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
11487         (mono_debug_update_symbol_file): Initialize classes if necessary.
11488
11489 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11490
11491         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
11492         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
11493
11494 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
11495
11496         * assembly.h: fix function prototype.
11497         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
11498         * mono-endian.h: use const cast.
11499
11500 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11501
11502         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
11503
11504 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11505
11506         * loader.c: don't assert when a typeref can't be loaded, give
11507         a chance to the runtime to trow an exception instead.
11508         * loader.h: fix warning.
11509
11510 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11511
11512         * class.c (mono_class_proxy_vtable): added proxy support
11513
11514 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
11515
11516         * icall.c: removed last of PAL calls, added System.Environment
11517         * file-io.h, file-io.c: MonoIO implementation
11518         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
11519
11520 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11521
11522         * appdomain.c: do not use the byte marker in ldstr table lookup.
11523         * debug-helpers.c: allow two ':' to separate class and method name.
11524         * object.c: allocate arrays bounds with the GC, too.
11525         * verify: add a few more checks.
11526
11527 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
11528
11529         * reflection.c: output also literal strings. Allocate parameter data
11530         with GC_malloc() (thanks, Martin, for catching this!).
11531
11532 2002-03-26  Martin Baulig  <martin@gnome.org>
11533
11534         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
11535         include the `this' offset in the `param_offsets'.
11536
11537 2002-03-25  Martin Baulig  <martin@gnome.org>
11538
11539         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
11540         mono_debug_get_class() function to get the classes. Added new
11541         relocation types for arrays and strings.
11542         (mono_debug_get_class): New static function to search in all
11543         referenced assemblies for a metadata token.
11544
11545         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
11546
11547 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
11548
11549         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
11550         hold gc-allocated objects. Make the string heap a stream like the
11551         others. Removed duplicated code when writing stream info.
11552         Added asserts to catch possible buffer overflows. Set the sorted map
11553         for tables that need sorting. Added some documentation.
11554
11555 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
11556
11557         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
11558         for interned strings and vtables.
11559
11560 2002-03-24  Martin Baulig  <martin@gnome.org>
11561
11562         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
11563         it in the array since it was created with g_slist_prepend().
11564
11565 2002-03-24  Martin Baulig  <martin@gnome.org>
11566
11567         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
11568         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
11569         (mono_debug_method_from_token): Renamed to
11570         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
11571         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
11572
11573         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
11574         relocation types.
11575
11576         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
11577
11578 2002-03-24  Martin Baulig  <martin@gnome.org>
11579
11580         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
11581         (mono_debug_method_from_token): New func.
11582
11583         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
11584         New interncall, calls mono_debug_local_type_from_signature().
11585         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
11586         calls mono_debug_method_from_token().
11587
11588 2002-03-23  Martin Baulig  <martin@gnome.org>
11589
11590         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
11591         specifies the number of bytes to be converted, not the array size.
11592         Return the number of chars, not the number of bytes.
11593         (ves_icall_iconv_get_chars): The `byteCount' argument
11594         specifies the number of bytes to be converted, not the array size.
11595
11596 2002-03-23  Martin Baulig  <martin@gnome.org>
11597
11598         * reflection.h (MonoReflectionSigHelper): New type.
11599
11600         * reflection.c (mono_reflection_sighelper_get_signature_local),
11601         (mono_reflection_sighelper_get_signature_local): New functions.
11602
11603         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
11604         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
11605         interncalls.
11606
11607 2002-03-23  Martin Baulig  <martin@gnome.org>
11608
11609         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
11610         is_writeable is set.
11611         (mono_raw_buffer_update): New function to write the modified map
11612         back to disk.
11613
11614         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
11615
11616         * debug-symfile.c (mono_debug_update_symbol_file): Call
11617         mono_raw_buffer_update() when done writing.
11618
11619 2002-03-23  Martin Baulig  <martin@gnome.org>
11620
11621         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
11622
11623         * debug-symfile.c: Added support for arguments and local variables.
11624
11625 2002-03-23  Dick Porter  <dick@ximian.com>
11626
11627         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
11628         protected by ifdefs, hence breaking the w32 build.
11629
11630 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11631
11632         * object.c: implement is_interned() the right way.
11633
11634 2002-03-21  Martin Baulig  <martin@gnome.org>
11635
11636         * debug-symfile.[ch]: New files to handle debugging information
11637         files. There's also support to dynamically update these symbol
11638         files to include machine dependent information.
11639
11640 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
11641
11642         * threads.c (mono_thread_create): new function to create thread
11643         from C
11644
11645 2002-03-20  Martin Baulig  <martin@gnome.org>
11646
11647         * icall.c (ves_icall_InternalInvoke): Create a new object if the
11648         method is a constructor.
11649         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
11650         points to ves_icall_InternalInvoke().
11651
11652 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
11653
11654         * file-io.c: Flush shouldn't throw exceptions.
11655
11656 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
11657
11658         * file-io.c: FileStream flush support; FileSetLength now
11659         restores file pointer.
11660
11661 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
11662
11663         * class.c: set image for pointer classes.
11664
11665 2002/03/19  Nick Drochak <ndrochak@gol.com>
11666
11667         * sysmath.c: Forgot one.
11668
11669 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
11670
11671         * sysmath.c: Avoid redefining existing names.
11672
11673 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
11674
11675         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
11676         handled by runtime as icall rather than dllimport from libm.so
11677         * file-io.c, file-io.h: fixed handle argument type.
11678
11679 2002-03-18  Dick Porter  <dick@ximian.com>
11680
11681         * reflection.c (mono_image_get_type_info): rename interface to
11682         iface, because of "#define interface struct" on windows.
11683
11684 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
11685
11686         * class.c, class.h: rename and export mono_ptr_class_get().
11687         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
11688         * reflection.c, reflection.h, icall.c: better/saner type name
11689         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
11690         method signatures.
11691
11692 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
11693
11694         * class.c (mono_class_init): removed hardcoded GHC_SLOT
11695
11696         * icall.c (ves_icall_InternalInvoke): impl.
11697
11698 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
11699
11700         * reflection.c: output the interface map table, too.
11701
11702 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
11703
11704         * class.c (class_compute_field_layout): separate computation of 
11705         static field layout
11706
11707 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
11708
11709         * icall.c: added System.Buffer support.
11710         * file-io.c: moved file icalls from PAL to FileStream.
11711
11712 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
11713
11714         * icall.c (ves_icall_System_Object_GetHashCode): impl.
11715
11716 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
11717
11718         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
11719
11720 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
11721
11722         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
11723
11724 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
11725
11726         * debug-helpers.{c,h}: moved here from monograph some useful functions
11727         to locate a method by name/signature in a class or image. Included
11728         also a small and flexible IL disassembler.
11729
11730 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11731
11732         * reflection.c: fixup tokens in methods with small header size, too.
11733
11734 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
11735
11736         * object.c (mono_string_to_utf8): remove assert(!error), instead
11737         print a warning. 
11738
11739 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
11740
11741         * icall.c: update to the new mono_Array_class_get interface.
11742
11743 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
11744
11745         * appdomain.c, object.c: Boehm-GC enable.
11746         * icall.c: make get_data_chunk() support split data requests.
11747         Ensure a class is initialized in more cases. Return only the first
11748         property found in GetProperties() or the compiler gets confused. 
11749         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
11750         * reflection.h, reflection.c: add fixup mechanism for field and method
11751         tokens. Initialize assembly->typeref in a single place. Output
11752         properties after events. Support custom attributes for events, too.
11753         Typo fix for paramter custom attrs.
11754
11755 2002-03-07  Martin Baulig  <martin@gnome.org>
11756
11757         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
11758
11759 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
11760
11761         * class.c (mono_array_class_get): fix. for multi. dim. arrays
11762
11763 2002-03-06  Martin Baulig  <martin@gnome.org>
11764
11765         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
11766         non-zero lower bounds. See testcases #F10-#F13.
11767
11768 2002-03-05  Martin Baulig  <martin@gnome.org>
11769
11770         * exception.c (mono_get_exception_argument_out_of_range): New exception.
11771
11772         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
11773         ves_icall_System_Array_GetValue(), only calculate the absolute array position
11774         here.
11775         (ves_icall_System_Array_SetValue): Likewise.
11776         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
11777         as argument and does the actual work. This function is used when copying a
11778         multi-dimensional array.
11779         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
11780         now do all the widening conversions of value types.
11781         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
11782
11783 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11784
11785         * class.c: remove some magic numbers and use the smbolic names,
11786         instead. Added init_events() to load event info at class init time.
11787         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
11788         and mono_metadata_methods_from_event().
11789         * reflection.h, reflection.c: added support for writing out the evnets
11790         related information.
11791
11792 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11793
11794         * reflection.h, icall.c: use a different method (GetInterfaces)
11795         to gather interface info and add isbyref, isprimitive and
11796         ispointer to the ves_icall_get_type_info() return value.
11797
11798 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
11799
11800         * class.h: stared adding support for events.
11801         * icall.c: split find_members implementation. Added debug icall to get
11802         the address of an object.
11803         * reflection.c: handle TypeBuilders in mono_type_get_object().
11804
11805 2002-03-01  Martin Baulig  <martin@gnome.org>
11806
11807         * icall.c (ves_icall_System_Array_GetLength): This must throw an
11808         ArgumentOutOfRangeException(), not an ArgumentException().
11809         (ves_icall_System_Array_GetLowerBound): Likewise.
11810         (ves_icall_System_Array_GetValue): Improved argument checking.
11811         (ves_icall_System_Array_SetValue): Improved argument checking.
11812
11813 2002-03-01  Martin Baulig  <martin@gnome.org>
11814
11815         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
11816         called with invalid arguments rather than just dying with g_assert().
11817         (ves_icall_System_Array_SetValue): Likewise.
11818         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
11819         raise a NotImplementedException instead.
11820         (ves_icall_System_Array_GetLength): Added argument checking.
11821         (ves_icall_System_Array_GetLowerBound): Added argument checking.
11822
11823 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
11824
11825         * object.h (mono_assert): new macros mono_assert and
11826         mono_assert_not_reached
11827
11828 2002-02-28  Martin Baulig  <martin@gnome.org>
11829
11830         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
11831         and "System::String::IsInterned" to "System::String::_IsInterned".
11832
11833 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
11834
11835         * icall.c: remove hacks for typebuilder. Added icall to create a
11836         modified type from a tybebuilder.
11837         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
11838         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
11839         to create a backing MonoClass for a TypeBuilder.
11840
11841 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11842
11843         * class.c, class.h: more refactoring of class init.
11844         Export mono_class_setup_mono_type() and mono_class_setup_parent().
11845
11846 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
11847
11848         * marshal.c, marshal.h: start of marshaling interface.
11849
11850 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
11851
11852         * icall.c: fix order in assembly qualified name icall.
11853
11854 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
11855
11856         * class.c: do not free str, since we store it in the hash table.
11857         * reflection.h: add label field to MonoILExceptionInfo.
11858         * reflection.c: handle references to more than one assembly. Handle
11859         case when there isn't a module created in the assembly.
11860
11861 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11862
11863         * class.c: Fix typo. Start refactoring of class init code.
11864
11865 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11866
11867         * appdomain.c: exit with 1 on error.
11868         * class.c: we already have the name in MonoClassField.
11869         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
11870         MonoStreamHeader instead of an offset of image->raw_metadata.
11871
11872 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
11873
11874         * appdomain.c (mono_init): Be even more descriptive about the error.
11875
11876 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
11877
11878         * appdomain.c: give the user an informative message when corlib can't
11879         be loaded.
11880
11881 2002-02-26  Martin Baulig  <martin@gnome.org>
11882
11883         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
11884         New icall to get the time zone data.
11885
11886 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11887
11888         * reflection.c: set virtual and raw size of section correctly.
11889         * threads.c: transfer domain information to newly created threads.
11890
11891 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
11892
11893         * class.c: when instancing a class in a domain, load the default
11894         vaules for static fields from the constant table. Fix System.Enum to
11895         not be an enum.
11896         * icall.c: implement Object::GetType() internalcall. Implemented
11897         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
11898         Fixed checking of binding flags in find_members().
11899         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
11900         * reflection.c: handle enumerations when writing to the constant
11901         table. Use a different object cache for types.
11902
11903
11904 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
11905
11906         * object.c (mono_object_isinst): fix for arrays
11907
11908         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
11909
11910 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
11911
11912         * object.c: don't use mprotect ()  and fix intern pool hash table
11913         lookup for big endian systems.
11914
11915 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11916
11917         * icall.c: change type_is_subtype_of () signature.
11918
11919 2002-02-21  Mark Crichton  <crichton@gimp.org>
11920
11921         * rand.c, rand.h: Added random number generator for
11922         System.Security.Cryptography classes.
11923
11924         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
11925
11926         * icall.c: Added System.Security.Cryptography calls.
11927
11928 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
11929
11930         * class.c, icall.c, metadata.c: better support for pointer types.
11931         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
11932         * reflection.c: Add support for getting custom attrs for properties
11933         and simplify some code.
11934
11935 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11936
11937         * icall.c: change getToken () and add custom attribute GetBlob()helper
11938         method.
11939         * reflection.h: add custom attrs array to the reflection builder structures.
11940         * reflection.c: encode and emit custom attributes for all the relevant
11941         reflection objects. Cache fieldref and methodref tokens. Change
11942         mono_image_create_token() interface to take a MonoDynamicAssembly.
11943         More complete custom attributes decoder. Load custom attributes for
11944         Assembly, Field, Method and Constructor objects, too. Make the
11945         returned array an Attribute[] one, not object[]. Added
11946         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
11947         custom attribute constructor.
11948
11949 2002-02-20  Dick Porter  <dick@ximian.com>
11950
11951         * icall.c:
11952         * rawbuffer.c:
11953         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
11954         problem code out for now).
11955
11956 2002-02-19  Radek Doulik  <rodo@ximian.com>
11957
11958         * object.c (mono_ldstr): use hash table to avoid multiple swapping
11959
11960 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
11961
11962         * icall.c: register the GetCustomAttributes method.
11963         * object.c, object.h: add mono_string_new_len ().
11964         * reflection.h, reflection.c: added mono_runtime_invoke(),
11965         mono_install_runtime_invoke(). Added
11966         mono_reflection_get_custom_attrs () to load custom attributes and
11967         create the attribute objects.
11968
11969 2002-02-19  Dick Porter  <dick@ximian.com>
11970         * threads-dummy-types.c:
11971         * threads-dummy-types.h:
11972         * threads-dummy.c:
11973         * threads-dummy.h:
11974         * threads-pthread-types.c:
11975         * threads-pthread-types.h:
11976         * threads-pthread.c:
11977         * threads-pthread.h:  Deleted obsolete files
11978
11979 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
11980
11981         * class.c (mono_class_vtable): runtime init the class when we
11982         allocate static class data.
11983
11984         * icall.c (ves_icall_System_Array_SetValue): check for null values.
11985
11986         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
11987         and String - but we will need generic marshalling support in the
11988         future. 
11989         (mono_init): set the domain name in a ms compatible way
11990
11991         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
11992         String[].
11993
11994 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
11995
11996         * object.c (mono_array_clone): use alloca() instead of g_malloc  
11997         for sizes
11998
11999         * appdomain.c (mono_domain_unload): impl.
12000
12001 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12002
12003         * appdomain.c, object.c: fix intern pool implementation.
12004         * class.c: fix alignment code.
12005
12006 2002-02-16  Radek Doulik  <rodo@ximian.com>
12007
12008         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
12009         and s2 > s1, just copy lower bytes to be compatible with little
12010         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
12011         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
12012
12013         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
12014         force big_endian to be 1 for big endian machines 
12015         (ves_icall_iconv_new_decoder): ditto
12016
12017 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
12018
12019         * socket-io.c (convert_sockopt_level_and_name): If the system
12020         doesn't define SOL_IP or SOL_TCP, get them by hand using
12021         getprotobyname() and caching the values (because this could be a
12022         slow operation).
12023         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
12024         Use the appropriate struct when the system does support it. Ie,
12025         not all systems have struct ip_mreqn so use struct ip_mreq when
12026         appropriate.
12027
12028 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
12029
12030         * reflection.c: handle finally clauses.
12031
12032 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
12033
12034         * socket-io.c: use g_snprintf() instead of snprintf.
12035
12036 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12037
12038         * reflection.c (mono_param_get_objects): Cast second argument to
12039         mono_method_get_param_names to a const char** to silence the
12040         compiler warning.
12041
12042         * appdomain.c (mono_domain_assembly_open): Put parens around the
12043         truth statement in the for-loop.
12044
12045         * unicode.c (iconv_convert): Got rid of a compiler warning about
12046         int i being unused when the system has a new iconv.
12047         (iconv_get_length): Same.
12048
12049         * image.c (load_class_names): Cast the second argument to
12050         g_hash_table_insert() to char* to hush compiler warnings about the
12051         arg being a const.
12052         (mono_image_open): Same here.
12053
12054         * socket-io.c: Don't conditionally include sys/filio.h or
12055         sys/sockio.h here anymore since we now get them from
12056         io-layer/io-layer.h
12057         (inet_pton): If the system doesn't support inet_aton, implement
12058         using inet_addr and also #define INADDR_NONE if it isn't defined
12059         by the system.
12060
12061 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
12062
12063         * metadata.c, metadata.h: added function to get packing and size info
12064         of a typedef.
12065         * reflection.h, reflection.c: handle field RVA data. Save info about
12066         the table layout if needed. Assign typedef indexes to all the types
12067         before dumping the info about them to avoid forward reference problems.
12068
12069 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
12070
12071         * socket-io.c (convert_sockopt_level_and_name): ifdef
12072         SO_ACCEPTCONN because it is not defined on my system (old debian)
12073
12074 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12075
12076         * opcode.c: use stddef.h to get NULL.
12077
12078 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12079
12080         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
12081         for FIONBIO, FIONREAD and SIOCATMARK.
12082         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
12083         define INADDR_NONE and besides, inet_addr() is deprecated and
12084         should not be used. Use inet_pton() instead - it also has the
12085         added bonus that it can easily handle IPv6 addresses as well.
12086         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
12087
12088 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12089
12090         * decimal.c: remove _MSC_VER conditional.
12091
12092 2002-02-13  Dick Porter  <dick@ximian.com>
12093
12094         * socket-io.c: 
12095         * icall.c: Internal calls for Blocking, Select, Shutdown,
12096         GetSocketOption and SetSocketOption
12097
12098 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12099
12100         * assembly.cs: better resolver: use it instead of some kludgy
12101         code.
12102
12103 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
12104
12105         * reflection.c: the best way to speed-up the compiler is to avoid
12106         infinite loops.
12107
12108 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
12109
12110         * class.c (mono_class_vtable): changed the object layout
12111         (obj->vtable->class). 
12112         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
12113
12114 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12115
12116         * assembly.c: look for assemblies in the assembly dir, too.
12117
12118 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12119
12120         * class.c: fix thinko in mono_class_from_type().
12121
12122 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12123
12124         * exception.h, exception.c: added TypeLoadException.
12125         * object.h, object.c: added mono_array_clone ().
12126         * icall.c: handle throwOnError in AssemblyGetType().
12127         Added Array.Clone().
12128         * opcode.h, opcode.c: use a single value for the opcode val.
12129         Compile fix for non-gcc compilers.
12130
12131 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
12132
12133         * opcodes.c, opcodes.h: export interesting info about opcodes.
12134
12135 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
12136
12137         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
12138         icalls. 
12139
12140         * class.c (class_compute_field_layout): set element_class for enums
12141         (mono_class_create_from_typedef): set element_class for normal classes
12142
12143         * icall.c (ves_icall_System_Enum_get_value): impl.
12144
12145         * class.c (mono_class_create_from_typedef): do not set valuetype
12146         flag for System.ValueType and System.Enum
12147
12148 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
12149
12150         * unicode.c (iconv_convert): fix big endian problem.
12151
12152 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12153
12154         * class.c: add asserts if we are ever going to scribble over memory.
12155         * socket-io.c: not all systems have AF_IRDA defined.
12156
12157 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
12158
12159         * class.c (class_compute_field_layout): do not consider static
12160         fields to compute alignment
12161
12162 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
12163
12164         * appdomain.c (mono_appdomain_get): impl.
12165         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
12166
12167 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12168
12169         * icall.c: ignore "file://" prefix when loading an assembly.
12170
12171 2002-01-23  Dick Porter  <dick@ximian.com>
12172
12173         * socket-io.c:
12174         * icall.c:
12175         * Makefile.am: Added socket support
12176
12177 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12178
12179         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
12180         code back.  This should return the assemblies that are loaded by
12181         the runtime on behalf of an application domain. 
12182
12183         The current implementation is still broken, it just returns every
12184         assembly loaded, but until we get real applications domain this
12185         will do.
12186
12187 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
12188
12189         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
12190         AppDomain object.
12191
12192 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12193
12194         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
12195         the mono_class_from_name lookup.
12196         (ves_icall_get_parameter_info): ditto.
12197         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
12198         method.
12199         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
12200
12201 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
12202
12203         * class.c: load also nested classes on class init.
12204         System.ValueType instance methods gets passed boxed
12205         values, unless methods in derived classed that get a pointer to the
12206         data.
12207         * icall.c: use better name parsing code in GetType().
12208         * image.c, image.h: add mono_image_loaded ().
12209         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
12210         * reflection.c, reflection.h: added mono_reflection_parse_type().
12211
12212 2002-01-22  Veronica De Santis <veron78@interfree.it>
12213
12214         * icall.c : Added mapping of internal calls for Manual and Auto reset events
12215         * threads.c : Added the implementation of internal calls for events
12216         * threads.h : Added prototypes of internal calls for events
12217         
12218 2002-01-21  Radek Doulik  <rodo@ximian.com>
12219
12220         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
12221
12222 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
12223
12224         * class.c (mono_class_init): set min_align to 1 (instead of 0)
12225         (mono_class_value_size): use min_align
12226
12227 2002-01-20  Dick Porter  <dick@ximian.com>
12228
12229         * threads.h:
12230         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
12231         so it compiles on w32.
12232
12233 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
12234
12235         * metadata.c (mono_type_stack_size): impl.
12236
12237         * class.c (mono_class_get_field): impl. memberref token
12238
12239 2002-01-16 Veronica De Santis <veron78@@interfree.it>
12240
12241         * icall.h : Added the internal calls mapping for CreateMutex_internal
12242                     and ReleaseMutex_internal.
12243         * threads.h : Added the prototype of mutexes internal calls.
12244         * threads.c : Added the implementations of mutexes internal calls.
12245
12246 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12247
12248         * metaparse.h: removed unused file.
12249         * reflection.c, reflection.h: added stream_data_align () function 
12250         to align data in streams and keep stream aligned. Add support for
12251         exception support in method headers.
12252
12253 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
12254
12255         * unicode.c: make iconv_convert () return the number of bytess written
12256         in the output buffer.
12257
12258 2002-01-15  Dick Porter  <dick@ximian.com>
12259         * threads.c: Make the runtime's idea of infinite timeouts coincide
12260         with the class library's
12261
12262         Fix a particularly egregious bug in mono_thread_cleanup(). That
12263         code was so utterly bogus it must have been written on a Monday.
12264
12265 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12266
12267         * reflection.h: add subtypes field to TypeBuilder.
12268         * reflection.c: encode constants for literal fields.
12269         Handle subtypes. Fix user string token (and add a zero byte)
12270         at the end.
12271         
12272 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
12273
12274         * class.c (mono_class_init): bug fix: assign slot numbers for
12275         abstract methods.
12276
12277 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12278
12279         * reflection.c: don't try to output a code RVA for abstract methods.
12280         Small fixes for method header format. Output parameter info to the
12281         ParamDef table. Save method overriding info to MethodImpl table.
12282         Fix property support. Allow typedef.extends to be a type in the
12283         building assembly.
12284         * verify.c: fix off-by-one error.
12285
12286 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
12287
12288         * class.c: fix mono_class_from_mono_type () for szarray types.
12289         Remove unused cache check in mono_class_from_type_spec().
12290         * icall.c: *type_from_name () functions handle simple arrays and byref.
12291         * reflection.c: handle byref and szarray types. Handle methods without
12292         body (gets P/Invoke compilation working). Handle types and fields in
12293         get_token ().
12294         * reflection.h: add rank to MonoTypeInfo.
12295
12296 2002-01-10  Dick Porter  <dick@ximian.com>
12297
12298         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
12299         internal calls
12300
12301 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12302
12303         * icall.c: initialize class in type_from_handle ().
12304         Loop also in parent classes for get_method ().
12305         * reflection.c: properly encode class and valuetype types.
12306         Start on encoding TypeBuilder types. Handle fieldrefs.
12307         Use correct length when registering a user string.
12308         Handle ConstructorBuilder and MonoMethod in get_token ().
12309         Make mono_type_get_object () aware of cached types.
12310         * object.c: back out change to mono_string_new ().
12311
12312 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
12313         * object.c: mono_string_new should return a NULL when the string 
12314         passed in is NULL -- not try to deference it.
12315         
12316 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
12317
12318         * icall.c: hack to make IsSubType work for TypeBuilders.
12319         * reflection.c: emit constructors before methods.
12320         Retrieve param names in mono_param_get_objects().
12321
12322 2002/01/05  Nick Drochak  <ndrochak@gol.com>
12323
12324         * Makefile.am: fix list of headers and sources so automake 1.5
12325         doesn't complain. Removed \# at end of list.
12326
12327 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12328
12329         * reflection.c: get token for a method ref. Set return type of
12330         constructor to void.
12331         * loader.c: debug message.
12332         * class.c: typo fix.
12333
12334 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
12335
12336         * icall.c: fix array init with rank > 1. FindMembers
12337         loops in parent class as well.
12338         * image.c: do not insert nested types in name cache.
12339         * reflection.c: warning fix.
12340         * reflection.h: add override method (for interface impl).
12341
12342 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
12343
12344         * metadata.c: fix customattr decoding.
12345
12346 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
12347
12348         * rawbuffer.cs: Added native Win32 implementation, avoids using
12349         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
12350
12351 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
12352
12353         * class.c: make the low-level routines handle the cache.
12354
12355 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
12356
12357         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
12358
12359 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
12360
12361         * class.c: fix mono_array_element_size() for objects.
12362         * class.h, class.c: add properties to MonoClass and load them
12363         at init time.
12364         * icall.c: check with isinst() when assigning a value to an array
12365         instead of requiring the classes to match exactly.
12366         Implemented icall for System.Type::GetType().
12367         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
12368         enums. Handle bindingflags when looking for methods and fields.
12369         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
12370         and mono_metadata_methods_from_property().
12371         * reflection.h, reflection.c: added structures for propreties,
12372         parameters and enums. Implemented mono_property_get_object() and
12373         mono_param_get_objects().
12374
12375 2001-12-18  Dick Porter  <dick@ximian.com>
12376
12377         * file-io.c: Use mono_string_to_utf16() instead of
12378         mono_string_chars()
12379
12380         * object.c: Added mono_string_to_utf16(), which copies the non
12381         NULL-terminated MonoString into a new double-null-terminated
12382         buffer.
12383
12384 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
12385
12386         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
12387
12388 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
12389
12390         * file-io.c: raise exceptions if handle is invalid.
12391
12392 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
12393
12394         * assembly.c: yet another check for mscorlib.
12395         * class.c, class.h: load nesting info for classes.
12396         * icall.c: many new functions to support the Reflection classes.
12397         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
12398         * reflection.h, reflection.c: mono_image_create_token(),
12399         mono_assembly_get_object(), mono_type_get_object(),
12400         mono_method_get_object(), mono_field_get_object(): methods to return
12401         objects that parallel the C representation of assemblies, types,
12402         methods, fields.
12403
12404 2001-12-11  Dick Porter  <dick@ximian.com>
12405
12406         * icall.c:
12407         * file-io.c: Internal calls for file IO.
12408
12409 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
12410
12411         * tabledefs.h: missing FileAttributes.
12412         * verify.h, verify.c: use is_valid_string () to simplify and check for
12413         valid strings more correctly. Fix warnings and speeling.
12414         Check more tables: Filed, File, ModuleRef, StandAloneSig.
12415         Check code: branches, maxstack, method calls.
12416
12417 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
12418
12419         * object.c (mono_object_allocate): removed static, so that the jit
12420         can allocate value types.
12421
12422         * icall.c (ves_icall_System_DateTime_GetNow): impl.
12423
12424 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12425
12426         * class.c: init enum types right away and register the
12427         token->MonoClass map in mono_class_create_from_typedef ().
12428         * verify.h, verify.c: first cut of the verifier.
12429         * pedump.c: add --verify switch to verify metadata tables.
12430         * tabledefs.h: add some missing enums.
12431
12432 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
12433
12434         * class.c (mono_install_runtime_class_init): impl.
12435         (mono_class_init): renamed mono_class_metadata_init to
12436         mono_class_init, also removed the metadata_inited flag
12437
12438         * object.c (mono_object_isinst): use faster algorithm
12439
12440 2001-11-30  Radek Doulik  <rodo@ximian.com>
12441
12442         * mono-endian.h: reverted last change
12443         added function prototypes
12444
12445         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
12446         add mono-endian.c back
12447
12448         * mono-endian.c: returned back, as Paolo pointed out, it's needed
12449         for unaligned access, I've mistaked it with endianess. I am
12450         sorry.
12451         (mono_read16): fix reverted endianess
12452         (mono_read64): ditto
12453         (mono_read32): ditto
12454
12455 2001-11-30  Dick Porter  <dick@ximian.com>
12456
12457         * exception.c: Implement mono_exception_from_name()
12458
12459 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12460
12461         * metadata.h, metadata.c: remove params_size and locals_size and their
12462         calculation from the metadata code: they are only usefult to the
12463         interp.
12464
12465 2001-11-29  Radek Doulik  <rodo@ximian.com>
12466
12467         * object.c (mono_ldstr): swap bytes here, it's probably not the
12468         best place, but works for me now, I'll redo it once I know mono
12469         better, also note that I add PROT_WRITE and don't reset back, also
12470         note that it's only affects big endians, so x86 should be OK
12471
12472         * mono-endian.h (read16): use just glib macros for both endians
12473
12474         * mono-endian.c: removed as glib macros are used in in
12475         mono-endian.h so we don't need to care about endianess for read
12476         macros as glib does that for us already
12477
12478 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
12479
12480         * class.h, class.h: take minimum alignment into consideration so
12481         that the fields of a class remain aligned also when in an array.
12482
12483 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12484
12485         * loader.h, loader.c: add mono_method_get_param_names().
12486         * class.c: 0-init class fields.
12487
12488 2001-11-26  Dick Porter  <dick@ximian.com>
12489
12490         * icall.c:
12491         * threads-types.h:
12492         * threads.c: New file that handles System.Threading on all platforms
12493
12494         * object.c: 
12495         * object.h: Remove the synchronisation struct from MonoObject,
12496         replace it with a pointer that gets initialised on demand
12497
12498         * Makefile.am: Replace all the system-specific threading code with
12499         a single file that uses the new wrapper library
12500
12501 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
12502
12503         * class.c, class.h: add mono_install_trampoline() so that the runtime
12504         can register a function to create a trampoline: removes the ugly
12505         requirement that a runtime needed to export arch_create_jit_trampoline.
12506         * object.h, object.c: added mono_install_handler() so that the runtime
12507         can install an handler for exceptions generated in C code (with
12508         mono_raise_exception()). Added C struct for System.Delegate.
12509         * pedump.c: removed arch_create_jit_trampoline.
12510         * reflection.c: some cleanups to allow registering user strings and
12511         later getting a token for methodrefs and fieldrefs before the assembly
12512         is built.
12513         * row-indexes.h: updates and fixes from the new ECMA specs.
12514
12515 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
12516
12517         * class.h, class.c: add enum_basetype field to MonoClass.
12518         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
12519         to get index in the constant table reated to a field, param or
12520         property.
12521         * reflection.h, reflection.c: handle constructors. Set public-key and
12522         version number of the built assembly to 0.
12523         * row-indexes.h: update from new ECMA spec.
12524
12525 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12526
12527         * class.h, class.c: add a max_interface_id to MonoClass.
12528         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
12529         since it's used to do that. Added mono_type_type_from_obj().
12530         Make GetType() return NULL instead of segfaulting if the type was not
12531         found. Handle simple arrays in assQualifiedName.
12532         * object.h: add a struct to represent an Exception.
12533         * reflection.c: output call convention in method signature.
12534         Add code to support P/Invoke methods and fixed offsets for fields.
12535
12536 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
12537
12538         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
12539         the value.
12540         * icall.c: use mono_array_addr instead of array->vector: fixes the
12541         reflection image writing.
12542         * reflection.c: init call convention byte to 0 in method signature.
12543         Encode the property signature. Don't output property-related methods
12544         twice. Really process the properties for a type (don't cast a field to
12545         a property, my mom always told me that).
12546         Fix 64 bit issues in pointer alignment in a different and more
12547         readable way.
12548
12549 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
12550
12551         * loader.h: Removed type class from MonoDefaults, added monotype
12552
12553         * loader.c: Loaded MonoType, removed loading of Type
12554
12555         * icall.c (my_mono_new_object): Now returns a System.MonoType,
12556         and fills in System.Type._impl with a RuntimeTypeHandle rather
12557         than the actual MonoClass *
12558
12559         (ves_icall_type_from_handle): change from type_class to
12560         monotype_class
12561
12562         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
12563         implemented
12564
12565         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
12566         implemented
12567
12568         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
12569
12570         (ves_icall_System_Reflection_Assembly_GetType): implemented
12571
12572         (ves_icall_System_MonoType_assQualifiedName): implemented
12573
12574         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
12575
12576 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
12577
12578         * assembly.c (mono_assembly_open): Implement a cache for the
12579         assemblies. 
12580
12581         (mono_assembly_close): only destroy the assembly when the last
12582         reference is gone.
12583         
12584 2001-11-09  Dick Porter  <dick@ximian.com>
12585
12586         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
12587
12588 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
12589
12590         * class.c (mono_class_metadata_init): bug fix: compute the right slot
12591
12592 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12593
12594         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
12595         from Martin Weindel.
12596         * object.h: add mono_string_chars ().
12597
12598 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
12599
12600         * reflection.c (build_compressed_metadata): Eliminates warnings
12601         and uses 64-bit clean code.
12602
12603         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
12604         (mono_type_equal): Change signature to eliminate warnings.
12605
12606 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12607
12608         * icall.c, loader.c: remove the internalcall array constructors.
12609         Changes to match the new MonoArray structure.
12610         * object.h, object.c: an array object doesn't allocate an extra
12611         vector. Add mono_array_new_full () to create jagged arrays easily.
12612
12613 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12614
12615         * metadata.h, metadata.c: add mono_metadata_field_info () to
12616         retreive all the info about a field from vairous tables.
12617         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
12618         * class.h, class.c: augment MonoClassField with more info.
12619         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
12620         policy and load a field's RVA if needed.
12621
12622 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
12623
12624         * class.c (mono_class_metadata_init): create a trampoline for all
12625         virtual functions instead of actually compiling them.
12626
12627 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
12628
12629         * class.h, class.c: include name in MonoClassField.
12630         * class.c: fix fundamental type of System.Object and System.String.
12631         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
12632         tokens in ldtoken.
12633         * icall.c: remove internalcalls for the Reflection stuff that is now
12634         done in C# code.
12635         * loader.c: mono_field_from_memberref () implementation.
12636         * mono-endian.c: thinko (s/struct/union/g).
12637         * object.c, object.h: make the mono_string_* prototypes actually use
12638         MonoString instead of MonoObject.
12639         * reflection.c, reflection.h: updates for changes in the reflection
12640         code in corlib: we use C structures that map to the actual C# classes.
12641         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
12642         fat method header if needed and use the info from the ILGenerator for
12643         methods. Handle fields in types. Misc fixes.
12644
12645 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
12646
12647         * class.c (mono_class_metadata_init): bug fix: always allocate
12648         space for static class data
12649
12650 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
12651
12652         * class.c (mono_compute_relative_numbering): use relative
12653         numbering to support fast runtime type checks.
12654
12655 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
12656
12657         * class.c (mono_class_create_from_typeref): added debugging output
12658         to print class name when MonoDummy is returned instead of real class
12659
12660 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
12661
12662         * class.c (mono_class_metadata_init): interface offset table now
12663         contains pointers into the vtable - this is more efficient for the jit
12664
12665 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
12666
12667         * class.c (mono_class_metadata_init): use a temporary vtable (the
12668         old algorithm only worked for the interpreter, but not for the jit)
12669
12670 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
12671
12672         * loader.c (method_from_memberref): use mono_class_get to get the
12673         class of an array instead of using System.Array directly.
12674         (mono_get_method): also add MEMBERREF methods to the method cache
12675         which usefull for arrays.
12676
12677 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
12678
12679         * pedump.c (arch_compile_method): added to compute vtable entry
12680
12681         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
12682         number of interfaces.
12683         
12684         * class.h: merged MonoArrayClass into MonoClass
12685
12686         * class.c (mono_class_create_from_typedef): compute the vtable size and
12687         allocate space to include the vtable inside MonoClass
12688         (mono_class_metadata_init): initialize the vtable
12689
12690 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
12691
12692         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
12693         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
12694         * image.c: endian fixes by Laurent Rioux.
12695         * object.h, object.c: rename MonoStringObject to MonoString and
12696         MonoArrayObject to MonoArray. Change some function names to conform to
12697         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
12698         guint16* as first argument, so don't use char*.
12699         Provide macros to do the interesting things on arrays in a portable way.
12700         * threads-pthread.c: updates for the API changes and #include <sched.h>
12701         (required for sched_yield()).
12702         * icall.c: updates for the API changes above.
12703         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
12704         platforms that need them.
12705
12706 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
12707
12708         * class.c: set the correct type for all the fundamental
12709         type when loading the class.
12710
12711 2001-10-05  Dick Porter  <dick@ximian.com>
12712
12713         * threads-pthread.c (pthread_mutex_timedlock): Simple
12714         compatibility version for C libraries that lack this call.
12715
12716 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12717
12718         * class.c: MonoTypes stored in MonoClass are stored as
12719         fundamental MonoTypes when the class represents a
12720         fundamental type (System.Int32, ...).
12721         The TypeHandle return by ldtoken is a MonoType*.
12722         * icall.c: ves_icall_get_data_chunk () write out all the
12723         PE/COFF stuff. Implement ves_icall_define_method (),
12724         ves_icall_set_method_body (), ves_icall_type_from_handle ().
12725         * image.c: properly skip unknown streams.
12726         * loader.h, loader.c: add type_class to mono_defaults.
12727         * metadata.c, metadata.h: export compute_size () as
12728         mono_metadata_compute_size () with a better interface.
12729         Typo and C&P fixes.
12730         * pedump.c: don't try to print the entry point RVA if there is no entry point.
12731         * reflection.c, reflection.h: many cleanups, fixes, output method
12732         signatures and headers, typedef and typeref info, compress the metadata
12733         tables, output all the heap streams, cli header etc.
12734         * row-indexes.h: typo fixes.
12735
12736 2001-10-04  Dick Porter  <dick@ximian.com>
12737
12738         * object.h: Add a synchronisation mutex struct to MonoObject
12739
12740         * object.c (mono_new_object): Initialise the object
12741         synchronisation mutexes
12742
12743         * icall.c: System.Threading.Monitor internal calls
12744         
12745         * threads-pthread.h:
12746         * threads-pthread.c: System.Threading.Monitor internal calls
12747
12748         * threads-types.h: New file, includes the system-specific thread
12749         structures
12750         
12751         * threads-pthread-types.h:
12752         * threads-pthread-types.c: New files, handle pthread-specific
12753         synchronisation types
12754
12755         * threads-dummy-types.h: 
12756         * threads-dummy-types.c: New files of dummy support for
12757         thread-specific types
12758
12759         * metadata.c:
12760         * image.c:
12761         * pedump.c: include mono-endian.h not endian.h
12762         
12763         * Makefile.am: More threads files.
12764         Name mono-endian.h not endian.h
12765
12766 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
12767
12768         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
12769         stuff and implement a few more bits.
12770         * icall.c: a field needs to be dereferenced twice. Do not use the same
12771         name for two variables in the same scope.
12772         * image.c, image.h: cleanups.
12773
12774 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
12775
12776         * class.c (mono_class_metadata_init): bug fix: compute the right size
12777
12778 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
12779
12780         * icall.c: implemented some of the Reflection internalcalls.
12781         * image.c, image.h: start writing out the PE/COFF image.
12782         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
12783         that does the reverse than decode_blob_size ().
12784         * object.c: use mono_metadata_encode_value (). Move here
12785         temporary implementation of mono_string_to_utf8 ().
12786         * rawbuffer.c: make malloc_map static.
12787
12788 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12789
12790         * metadata.c: fix type comparison for arrays.
12791         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
12792         Added a couple of new classes to monodefaults.
12793         * icall.c: added a couple of Reflection-related internalcalls.
12794         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
12795         Added a byval_arg MonoType to MonoClass.
12796
12797 2001-09-28  Dick Porter  <dick@ximian.com>
12798
12799         * icall.c:
12800         * threads-pthread.h: 
12801         * threads-pthread.c: Implemented internal calls for
12802         LocalDataStoreSlot operations.  Applied mutexes around all shared
12803         data.  Reworked the thread creation and Start() operations to
12804         avoid a race condition.
12805         
12806         * threads-dummy.h:
12807         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
12808
12809 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
12810
12811         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
12812
12813 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
12814
12815         * class.c, loader.c: warn and return NULL instead of erroring out.
12816         * icall.c: added System.AppDomain::getCurDomain().
12817         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
12818
12819 2001-09-25  Dick Porter  <dick@ximian.com>
12820
12821         * threads-pthread.h:
12822         * threads-pthread.c: Implemented timed thread joining and added
12823         System.Threading.Thread::Join_internal internal call
12824
12825         * icall.c: Added System.Threading.Thread::Join_internal internal call
12826
12827         * threads-dummy.h:
12828         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
12829
12830 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
12831
12832         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
12833         mono_string_intern () to implement the semantics of the ldstr opcode
12834         and the interning of System.Strings.
12835         * icall.c: provide hooks to make String::IsIntern and String::Intern
12836         internalcalls.
12837
12838 2001-09-23  Dick Porter  <dick@ximian.com>
12839
12840         * threads-dummy.c: 
12841         * threads-dummy.h: New files of dummy threading routines
12842
12843         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
12844         support code based on system specifics
12845
12846         Rename PTHREAD_LIBS to THREAD_LIBS
12847         
12848 2001-09-23  Dick Porter  <dick@ximian.com>
12849
12850         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
12851         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
12852         internal calls.
12853         (mono_thread_init): Set up a Thread object instance to return when
12854         the main thread calls Thread.CurrentThread
12855         (mono_thread_cleanup): Wait for all subthreads to exit
12856
12857         * icall.c: New internal calls for System.Threading.Thread::Sleep
12858         (including Schedule) and CurrentThread
12859
12860         * threads.h: New file, to insulate thread-specific stuff from the
12861         rest of the code
12862
12863 2001-09-21  Dick Porter  <dick@ximian.com>
12864
12865         * threads-pthread.h: 
12866         * threads-pthread.c: New file, for handling pthreads-style
12867         threading support.  Start() now starts a new thread and executes
12868         the ThreadStart delegate instance.
12869
12870         * icall.c: Added the internalcall for
12871         System.Threading.Thread::Start_internal
12872
12873         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
12874
12875 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
12876
12877         * loader.c: work around the different signatures for delegates
12878         constructors csc generates in compiled code vs the ones compiled in mscorlib.
12879
12880 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
12881
12882         * class.h, class.c: add mono_class_get_field_from_name ().
12883         * *: Fix C comments and other ANSI C issues.
12884
12885 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
12886
12887         * endian.h, assembly.c: fix some endianness issues.
12888
12889 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
12890
12891         * loader.h, load.c: add delegate_class to mono_defaults.
12892         Handle runtime provided methods in mono_get_method ().
12893
12894 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
12895
12896         * loader.c (mono_get_method): use pinvoke for internal call
12897
12898         * icall.c: use pinvoke for internal call
12899
12900         * loader.c (method_from_memberref): set the method name
12901
12902 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
12903
12904         * metadata.c: help the compiler generate better code for
12905         mono_class_from_mono_type ().
12906
12907 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
12908
12909         * class.c (mono_class_metadata_init): delayed computing of the
12910         class size to mono_class_metadata_init ()
12911
12912 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
12913
12914         * class.c, class.h: add an interfaces member to MonoClass.
12915         * image.c, image.h: add assembly_name field to MonoImage
12916         from the assembly table.
12917         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
12918
12919 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
12920
12921         * class.c: Handle Array in mono_class_from_mono_type ().
12922         * metadata.c, pedump.c: some endian fixes.
12923
12924 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
12925
12926         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
12927         * metadata.c: fix small problem introduced with the latest commit.
12928
12929 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
12930
12931         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
12932         We don't need a MonoMetadata pointer anymore to compare signatures in
12933         mono_metadata_signature_equal (), update callers.
12934         Reduced memory usage an number of allocations for MonoMethodHeader and
12935         MonoMethodSignature.
12936
12937 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
12938
12939         * metadata.c: added compare for szarray.
12940
12941 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
12942
12943         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
12944         and add a couple more types to it and mono_defaults. Give an hint on
12945         classes that need implementing in our corlib and are referenced
12946         in mscorlib.
12947
12948 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
12949
12950         * class.h, class.c: keep track if a class is also an Enum.
12951         * loader.c: Implement a couple more types for use in libffi
12952         marshalling. Gives better diagnostics when failing to dlopen
12953         a library. Set method->klass for P/Invoke methods, too.
12954
12955 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
12956
12957         * class.c, class.h: add a MonoType this_arg to MonoClass that
12958         represents a pointer to an object of the class' type that
12959         can be used by the interpreter and later the type cache.
12960         Add best guess alignment info for valuetype objects.
12961
12962 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
12963
12964         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
12965         into MonoType: one less level of indirection and allocation and
12966         simplifies quite a bit of code. Added cache for MonoTypes that are
12967         used frequently, so that we don't need to allocate them all the time.
12968
12969 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
12970
12971         * class.c (mono_class_create_from_typedef): System.Enum is also a
12972         value type, although it does not derive from System.ValueType
12973         (maybe a bug in the ms compiler?)
12974
12975         * metadata.c (mono_type_size): return the right size for value types
12976
12977         * loader.c (mono_get_method): only initialize method header if not abstract
12978
12979         * class.c (mono_class_from_mono_type): use mono_default values. 
12980
12981 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
12982
12983         * *: use MonoClass pointers instead of <type_tokens>
12984         
12985         * class.h: new flag: metadata_inited.
12986
12987         * class.c (mono_class_metadata_init): impl.
12988         (mono_class_instance_size): impl.
12989         (mono_class_data_size): impl.
12990
12991 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12992
12993         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
12994         MonoClass now has the name and name_space fields. 
12995         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
12996         mono_get_method () takes and optional MonoClass as argument.
12997         Removed mono_typedef_from_name() and added mono_class_token_from_name()
12998         instead that takes advantage of a map from class names to typedef
12999         tokens in MonoImage.
13000
13001 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
13002
13003         * metadata.c: zero is not a valid alignment boundary.
13004         Merge MONO_TYPE_VOID in default decoding code.
13005
13006 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
13007
13008         * image.h: merged MonoMetadata into MonoImage
13009
13010         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
13011         identify the type of elements.
13012
13013 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
13014
13015         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
13016         * cil-coff.h: split MonoMSDOSHeader and add size info.
13017         * image.c: add some consistency checks.
13018         * metadata.c: fix row size computation: one programmer
13019         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
13020         add explanation for the locator routine.
13021         Fix decoding of size in method header.
13022         
13023 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
13024
13025         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
13026         (g_concat_dir_and_file): Bring g_concat_dir_and_file
13027         function from gnome-libs.  This uses the right path separator
13028         based on the OS, and also works around a bug in some systems where
13029         a double slash is not allowed. 
13030         (default_assembly_name_resolver): Use g_concat_dir_and_file
13031         (mono_assembly_open): ditto.
13032
13033 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
13034
13035         * metadata.c (mono_metadata_signature_equal): impl.
13036
13037         * *: void is now a realy MonoType (instead of using NULL)
13038         
13039         * metadata.c (do_mono_metadata_parse_type): use
13040         mono_metadata_parse_type to parse void value.
13041
13042 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
13043
13044         * metadata.c, metadata.h: in the signature and method header store
13045         only the space required for holding the loca vars and incoming arguments.
13046
13047 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
13048
13049         * metadata.c (do_mono_metadata_parse_type): treat void like any
13050         other type (instead of assigning NULL);
13051
13052 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
13053
13054         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
13055
13056 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
13057
13058         * image.c (do_mono_image_open): added a cache for arrays.
13059
13060 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13061
13062         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
13063         decode a single column from a row in a metadata table and changes
13064         to take advantage of it in the typedef locator (gives a nice speed up).
13065         Store offset info for function params.
13066
13067 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
13068
13069         * image.h (MONO_IMAGE_IS_CORLIB): removed 
13070
13071 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
13072
13073         * assembly.c: how could mono_assembly_close () had ever worked?
13074         * metadata.c, metadata.h: provide offset info for local vars.
13075         Implement mono_type_size () to take care of alignment as well
13076         as size (it was mono_field_type_size in cli/class.c before).
13077
13078 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
13079
13080         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
13081
13082         * assembly.h (CORLIB_NAME): set to corlib.dll
13083
13084         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
13085
13086 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13087
13088         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
13089         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
13090         tokentype.h: massive namespace cleanup.
13091
13092 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13093
13094         * metadata.h, metadata.c: decode exception clauses when parsing method header.
13095
13096 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
13097
13098         * metadata.c (mono_metadata_free_type): added check for type !=
13099         NULL (void) before calling mono_metadata_free_type()
13100
13101 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
13102
13103         * metadata.h, row_indexes.h: added header with enumerations to use
13104         to index in the columns from tables in metadata and to decode coded
13105         tokens: we should start using this instead of embedding magic numbers
13106         all over the code.
13107
13108 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
13109
13110         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
13111         Move metadata_t info from cli_image_info_t to MonoImage, where
13112         it's easily accessible. Changed all the uses accordingly.
13113         Added the method and class caches to MonoImage.
13114         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
13115         and mono_metadata_decode_value () signature to be more consistent
13116         with the other parse functions (and simplify code). Taken advantage
13117         of zero-length array allocation with GCC. Removed reduntant (and
13118         wrong) MonoFieldType struct and use MonoParam instead. Changed
13119         mono_metadata_parse_field_type () to use common code for parsing.
13120         Added mono_metadata_typedef_from_field () and
13121         mono_metadata_typedef_from_method () to lookup a typedef index from a
13122         field or method token.
13123         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
13124
13125 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
13126
13127         * metadata.c (mono_metadata_parse_field_type): Implement. 
13128         (do_mono_metadata_parse_type): Split engine from
13129         mono_metadata_parse_type, so that we can create smaller structures
13130         for things that just have one pointer to the MonoType (look at
13131         the MonoFieldType)
13132
13133 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
13134
13135         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
13136         as Jan Gray found out, it is incorrect. 
13137
13138 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
13139
13140         * assembly.c: Implement asssembly loading.  This loads an image
13141         and loads all the referenced assemblies.  Come to think of it, we
13142         could always do lazy loading of the assemblies. 
13143
13144         * image.c (mono_image_open): Keep loaded images in a hashtable.
13145
13146         * image.h (MonoImage): Add reference count.
13147
13148 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
13149
13150         * assembly.c (mono_assembly_open): Keep track of the file name in
13151         case the assembly has no ASSEMBLY table.
13152
13153         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
13154         from get.c here.
13155
13156 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
13157
13158         * metadata.c, metadata.h: decode local vars in method header
13159         parse function. Change callers accordingly.
13160
13161 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
13162
13163         * metadata.h, cil-coff.h: protect against multiple inclusion.
13164         Added some new structures to hold information decoded from metadata:
13165         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
13166         and relevant decoding/free functions.
13167         * metadata.c: implement decoding functions. Add warning for out of bounds
13168         index in mono_metadata_locate(). Implement mono_get_method () to retreive
13169         all the info about a method signature and invocation. Remove check on
13170         uninitialized local var in parse_mh() and fix memory leak.
13171
13172 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
13173
13174         * metadata.h: More macros.
13175
13176         * tokentype.h: New file.
13177
13178 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
13179
13180         * assembly.c: added a consistency check and initialize
13181         some structures with g_new0().
13182         * metadata.c: fixed a couple more bugs in table size computation
13183         and add other checks for out-of bound access to metadata.
13184
13185 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
13186
13187         * metatada.c: fix bugs computing table sizes. Spew a
13188         warning when index in string heap is out of bounds.
13189
13190 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
13191
13192         * metadata.h: Add a couple of macros to manipulate tokens. 
13193
13194 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13195
13196         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
13197         cli_section_tables).
13198
13199 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
13200
13201         * metadata.c (mono_metadata_user_string): New function, provides
13202         access to the UserString heap. 
13203
13204 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
13205
13206         * metadata.c: Add inline documentation.
13207
13208 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
13209
13210         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
13211         files. 
13212
13213 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
13214
13215         * typeattr.h: New file, TypeAttribute flags. 
13216
13217 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
13218
13219         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
13220         mono_assembly_ensure_section): Section loading code.
13221         (load_section_tables): Load the sections.
13222
13223         * mono/metadata/metadata.c (mono_metadata_locate_token,
13224         mono_metadata_locate): Functions to locate the information
13225         definition given a token or a table and an index.
13226         (mono_metadata_compute_table_bases): New.
13227         (compute_size): New function to compute the sizes of the various
13228         tables.
13229
13230         * mono/metadata/metadata.h: Finish listing the different index
13231         types. 
13232
13233         * mono/metadata/pedump.c: Improve to dump new information.
13234
13235 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
13236
13237         * mono/metadata/metadata.c: Entered all the tables matching
13238         Beta2. 
13239
13240         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
13241