2008-06-13 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / ChangeLog
1 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
2
3         * class.c (mono_class_from_name): Search modules as well. Fixes
4         #322332.
5
6 2008-06-13  Mark Probst  <mark.probst@gmail.com>
7
8         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
9         templates.  Templates are generalized with an additional type_argc
10         argument.  RGCTX templates have type_argc==0, MRGCTX templates
11         have type_argc>0.
12
13         * domain-internals.h, domain.c: New hash table for looking up
14         MRGCTXs.
15
16         * metadata.c, metadata-internals.h: Rename hash and equal
17         functions for MonoGenericInst's and make them public.
18
19         * class-internals.h: New data structures for the MRGCTX.  Macros
20         for distinguishing slots in the RGCTX and the MRGCTX.
21
22 2008-06-13  Mark Probst  <mark.probst@gmail.com>
23
24         * object.c (mono_method_get_imt_slot): Put the same methods of
25         different instantiations of the same generic interface in the same
26         IMT slots, to make generic sharing simpler.
27
28 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
29
30         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
31
32         * metadata.c (mono_metadata_field_info_with_mempool): Added.
33         This function works just like mono_metadata_field_info, but
34         accept a mempool as argument to be used allocating memory.
35
36         * marshal.c (mono_marshal_load_type_info): Use new function
37         to load marshal data into image mempool.
38
39 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
40
41         * class.c (mono_class_inflate_generic_type_with_mempool):
42         This function allows to inflate a generic type using
43         a mempool.
44
45         * class.c (inflate_generic_type): Take a mempool as argument
46         and use it to do type dup'ing.
47
48         * class.c (mono_class_setup_fields): Field type for generic
49         generic classes are allocated from the image mempool.
50
51         * metadata.c (free_generic_class): Inflated field type is
52         now allocated in the image mempool.
53
54 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
55
56         * threads.c (thread_cleanup): Free MonoThread::name.
57
58 2008-06-12  Marek Habersack  <mhabersack@novell.com>
59
60         * appdomain.c (ensure_directory_exists): avoid unnecessary
61         mkdir(2) calls when the shadow directory already exists.
62         (mono_make_shadow_copy): copy also satellite assemblies from the
63         private bin directories.
64
65 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
66
67         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
68         
69         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
70         a page boundary. Fixes #396219.
71
72 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
73
74         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
75         due to double-checked locking.
76
77 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
78
79         * assembly.c (build_assembly_name): Release memory on failure.
80
81         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
82
83 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
84
85         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
86         memory on failure.
87
88 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
89
90         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
91         memory on failure.
92
93 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
94
95         * loader.c (field_from_memberref): Check if field signature type is equal
96         to the non-inflated type of the field. Fixes #398980.
97
98 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
99
100         * assembly.c (mono_assembly_load_from_full): Call 
101         mono_assembly_load_friends () outside the assemblies lock, since it can
102         acquire the loader lock. Fixes #323696.
103
104         * reflection.c (resolve_object): Inflate the inst with the context for
105         FieldOnTypeBuilderInst. Fixes #399010.
106
107 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
108
109         * reflection.c (mono_image_get_field_on_inst_token): Don't
110         inflate the field to encode it's signature. If it's a
111         VAR or MVAR it should stay that way in the signature.
112         Fixes #399047.
113
114 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
115
116         * reflection.c (resolve_object): Release memory of inflated types.
117
118 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
119
120         * loader.c (mono_method_get_signature_full): Remove assert about
121         loading a methodspec to a generic method. We have such methods, such as
122         System.Threading.Interlocked::CompareExchange<T>.
123         This assert was removed since it crashes the verifier when it checks
124         methods calling CompareExchange<T>.
125
126 2008-06-10  Marek Safar  <marek.safar@gmail.com>
127
128         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
129         of Type array and not MonoType.
130
131 2008-06-10  Marek Habersack  <mhabersack@novell.com>
132
133         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
134         <lupus@ximian.com>
135
136 2008-06-10  Martin Baulig  <martin@ximian.com>
137
138         * debug-mono-symfile.h
139         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
140         changes to the file format, but we were generating incorrect
141         source file indices in the line number table due to a bug, which
142         made backtraces report an incorrect source file.
143
144 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
145
146         * mono-debug.c: Moved mono_debug_free_method_jit_info from
147         mini/debug-mini.c to here.
148
149         * mono-debug.c (il_offset_from_address): Free memory from find_method.
150
151         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
152         use it to release structs returned by mono_debug_find_method.
153
154 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
155
156         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
157         since it needs to set method->slot for all interface methods.
158
159 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
160
161         * class-internals.h: Forgot to add.
162
163 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
164
165         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
166
167         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
168         Lookup the custom attributes from property_hash.
169
170         * reflection.c (mono_save_custom_attrs): Save the custom attributes
171         in property_hash. Allocate all data using the image mempool.
172
173         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
174         for dynamic_custom_attrs to checks if the image is dynamic.
175
176 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
177
178         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
179         assemblies array.
180         
181         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
182         runtime functions while holding the domain assemblies lock.
183
184 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
185
186         * verify.c: Reapplied the last bit of the reverted changes.
187
188 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
189
190         * verify.c: Reapplied more of the reverted changes.
191
192 2008-06-09  Martin Baulig  <martin@ximian.com>
193
194         * debug-mono-symfile.c (load_symfile): Check the major version
195         first; if it's wrong, don't print the minor version in the error message.
196
197 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
198
199         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
200         lock instead of the domain lock to avoid deadlocks, since the thread might
201         already hold the loader lock.
202
203         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
204         (mono_thread_attach): Ditto.
205
206         * monitor.c: Use a TLS variable for holding the current thread id instead
207         of calling pthread_self ().
208         (mono_monitor_init_tls): New internal function to initialize the TLS
209         variable.
210         (mono_monitor_try_enter_internal): Put the owner == id check after the
211         owner == 0 check.
212
213         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
214         missed optimizations when using gcc-4.3.
215
216 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
217
218         * reflection.c (mono_dynamic_image_free): Free the memory
219         used by MonoGenericParam in MonoDynamicImage::gen_param.
220
221         * reflection.c (mono_reflection_setup_generic_class): Allocate
222         container from mempool.
223
224         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
225         container from mempool.
226
227 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
228
229         * threads.c (mono_set_pending_exception): New internal function to set the
230         pending exception of the current thread.
231         (mono_thread_get_and_clear_pending_exception): Check for 
232         thread->pending_exception as well.
233
234         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
235
236         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
237         it can trigger a collection.
238
239 2008-06-06  Martin Baulig  <martin@ximian.com>
240
241         Merged the `debugger-kahalo' branch.
242
243         * mono-debug.h
244         (MONO_DEBUGGER_VERSION): Bumped to 72.
245
246         * debug-mono-symfile.h
247         (MonoSymbolFileMethodIndexEntry): Removed.
248         (MonoSymbolFileMethodEntry): New public typedef.
249         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
250         (MonoSymbolFileSourceEntry): Remove everything except `index' and
251         `data_offset'.
252         (MonoSymbolFileMethodEntry): Removed.
253         (MonoSymbolFileLexicalBlockEntry): Removed.
254         (MonoSymbolFileLineNumberEntry): Removed.
255         (MonoDebugLexicalBlockEntry): Removed.
256         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
257         removed `num_il_offsets' and `il_offsets'.
258         (MonoSymbolFile): Replace `version' with `major_version' and
259         `minor_version'.
260         (MONO_SYMBOL_FILE_VERSION): Replace with
261         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
262         `MONO_SYMBOL_FILE_MINOR_VERSION'.
263
264         * debug-mono-symfile.c
265         (mono_debug_symfile_lookup_location): Add support for the new line
266         number table format.
267
268 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
269
270         * metadata.c (free_generic_class): Release the inflated
271         MonoClass of dynamic generic classes if it's not a generic
272         type definition.
273
274 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
275
276         * verify.c: Reapplied more of the reverted changes.
277
278 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
279
280         * reflection.c (lookup_custom_attr): Clean the cached flag or
281         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
282         for SRE types.
283
284 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
285
286         * verify.c: Reapplied a small part of the reverted changes.
287
288 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
289
290         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
291
292         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
293         previously in managed code.
294         (mono_monitor_exit): Ditto.
295         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
296
297         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
298         the managed definition.
299
300 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
301
302         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
303
304 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
305
306         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
307         
308         * monitor.c: Add some micro optimizations.
309
310         * icall.c (type_from_typename): Handle 'bool'.
311
312 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
313
314         * verify.c: Implement constructor verification per P III 1.8.1.4.
315         Fixes #396716.
316
317 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
318
319         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
320         holding the assemblies lock here too.
321
322 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
323
324         * verify.c: Kill stack_top function.
325
326 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
327
328         * verify.c: Kill stack_get function.
329
330 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
331
332         * verify.c (mono_method_verify): Last change broke the build. Fixed.
333
334 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
335
336         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
337         more reliable.
338
339         * verify.c (mono_method_verify): Inflate params and locals to avoid
340         mismatch when checking for compatibility.
341
342 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
343
344         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
345         Length prefix should be size in bytes. Fix bug #339530.
346         
347         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
348         Length prefix should be size in bytes. Fix bug #339530.
349
350         Code is contributed under MIT/X11 license.
351
352 2008-06-05  Bill Holmes <billholmes54@gmail.com>
353
354         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
355
356         Contributed under MIT/X11 license.
357
358 2008-06-05  Martin Baulig  <martin@ximian.com>
359
360         * mono-debug-debugger.c
361         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
362
363 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
364
365         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
366         while holding the assemblies lock to prevent deadlocks. Handle the case
367         where the search hook returns NULL but the assembly was still loaded.
368         Fixes #323696.
369
370         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
371         modify domain state.
372
373 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
374
375         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
376         * Makefile.am (pedump_LDADD): Post-process object files and
377         add dtrace-generated object file, if necessary.
378
379         Code is contributed under MIT/X11 license.
380
381 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
382
383         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
384
385 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
386
387         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
388
389 2008-06-04  Mark Probst  <mark.probst@gmail.com>
390
391         * threads.c: Try to free everything from the delayed free table
392         when shutting down threads, and set the variable to NULL after the
393         table is freed so that calling
394         mono_thread_hazardous_try_free_all() when shutting down the root
395         domain doesn't crash.
396
397 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
398
399         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
400         the caller if resulting type was inflated.
401
402         * class.c (mono_class_create_from_typespec): Free the MonoType if it
403         was inflated.
404
405         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
406
407
408 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
409
410         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
411         class library tests.
412
413         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
414         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
415         #396989.
416
417 2008-06-04  Mark Probst  <mark.probst@gmail.com>
418
419         * domain.c, domain-internals.h: The JIT infos are now freed by the
420         JIT info table code.  They are freed immediately if there only a
421         single JIT info table in circulation.  If there is more, the free
422         is delayed via a queue.
423
424         * threads.c, threads-types.h: New hazard pointer function for
425         freeing all freeable delayed items in one sitting.
426
427 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
428
429         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
430
431         * reflection.c (typebuilder_setup_properties): Same.
432
433         * reflection.c (typebuilder_setup_events): Same.
434
435 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
436
437         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
438         and use it for allocating memory.
439
440         * reflection.c (mono_marshal_spec_from_builder): Same.
441
442         * reflection.c: Change code to use new signatures.
443
444         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
445
446 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
447
448         * decimal.c (rescale128): Put back one line which was accidently commented
449         out.
450         
451         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
452         to cause crashes.
453
454 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
455
456         * reflection.c (mono_reflection_generic_class_initialize): Name must
457         be always malloc'ed so we can free it later on. Do this for field, property
458         and event.
459
460         * metadata.c (free_generic_class): Free field, property and event names.
461
462 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
463
464         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
465         instead of g_memdup.
466
467         * reflection.c (typebuilder_setup_fields): Same.
468
469 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
470
471         * decimal.c (rescale128): Optimize this function a bit more.
472
473 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
474
475         * metadata.c (free_generic_class): Release some memory from
476         SRE generic classes.
477
478 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
479
480         * reflection.c (mono_image_get_generic_field_token): No reference
481         to name is kept, free it.
482
483         * reflection.c (mono_reflection_generic_class_initialize): Free
484         more memory of the inflated field.
485
486 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
487
488         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
489         code.
490
491 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
492
493         * reflection.c (mono_dynamic_image_free): Release memory used by
494         MonoDynamicImage::array_methods elements.
495
496         * reflection.c (assembly_add_win32_resources): Release memory after
497         encoding.
498
499 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
500
501         * decimal.c (log2_32): Use an optimized version for this function too.
502         
503         * decimal.c (log2_64): Fix this on 32 bit machines.
504
505 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
506
507         * class.c (mono_dup_array_type): Implement allocation using a mempool.
508
509         * class.c (mono_metadata_signature_deep_dup): Same.
510
511         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
512         a mempool.
513
514         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
515
516         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
517
518         * metadata-internals.h: Added mono_metadata_signature_dup_full.
519
520         * class-internals.h: Update signatures to take a MonoMemPool.
521
522 2008-06-02  Dick Porter  <dick@ximian.com>
523
524         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
525         * icall-def.h: Add
526         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
527         FormatMessage API to get the error text.  Fixes bug 321827.
528
529 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
530
531         * decimal.c: Add some micro optimizations to make decimal operations faster.
532
533 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
534
535         * reflection.c (method_encode_clauses): Take a mempool
536         as parameter and use it to allocate the clause array.
537
538         * reflection.c (mono_image_get_field_on_inst_token): Free
539         the inflated type after encoding it.
540
541         * reflection.c (mono_dynamic_image_free): Free each element
542         of MonoDynamicImage::gen_params.
543
544         * reflection.c (reflection_methodbuilder_to_mono_method):
545         Allocate the generic param array from the mempool.
546         Allocate signature params from the mempool.
547
548         * reflection.c (mono_reflection_generic_class_initialize):
549         Free inflated fields after been used.
550
551 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
552
553         * icall.c: Reapply the memory leak fixes as they no
554         longer make mono crash.
555
556 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
557
558         * reflection.c (mono_type_get_object): Don't store the suplied
559         MonoType with type_hash. A caller which pass a type that
560         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
561         might end with a pointer to freed memory.
562         The solution is to use byval_arg or this_arg from the associated
563         MonoClass of the supplied type.
564
565 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
566
567         * icall.c: Revert the rest of the last change as it breaks the build too.
568
569 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
570
571         * icall.c: Revert a leak fix as it's breaking the build.
572
573 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
574
575         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
576
577 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
578
579         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
580
581 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
582
583         * icall.c: Fix some memory leaks.
584
585 2008-05-29  Dick Porter  <dick@ximian.com>
586
587         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
588         async socket operations from the pending list when a socket
589         closes.  Leaving it until the threadpool services the event
590         exposes a race condition when a socket descriptor is reused.
591         Fixes bug 377589.
592
593 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
594
595         * object.c: Fix negative index check for array alocation.
596
597 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
598
599         * icall.c, marshal.c: Delegate wrappers should skip visibility.
600         This check is performed by the verifier for IL created delegates
601         and by Delegate::CreateDelegate for programatically created ones.
602         Fixes #372406.
603
604 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
605
606         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
607         Fix code to use mono_array_size_t instead of int.
608
609         Based on patch by Luis F. Ortiz.
610         Contributed under X11 license.
611         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
612
613 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
614
615         * icall.c: Added ves_icall_System_Array_GetLongLength and
616         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
617         arrays.
618
619         * icall.h: Export both new functions.
620
621         Based on patch by Luis F. Ortiz.
622         Contributed under X11 license.
623         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
624
625 2008-05-28  Martin Baulig  <martin@ximian.com>
626
627         The debugger now requires exactly r103463.
628
629         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
630         This version is not supported by the debugger, wait for 72.
631
632 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
633
634         * object.h: Changed array related functions to use
635         mono_array_size_t instead of guint32. Forgot to commit this file.
636
637         Patch by Luis F. Ortiz.
638         Contributed under X11 license.
639         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
640
641
642 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
643
644         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
645         don't define it. Use the number literal instead.
646
647 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
648
649         * icall.c: Changed array related functions to use
650         mono_array_size_t instead of guint32.
651
652         * icall.c (ves_icall_System_Array_GetLength): Check for length
653         overflow under MONO_BIG_ARRAYS.
654
655         Based on patch by Luis F. Ortiz.
656         Contributed under X11 license.
657         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
658
659 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
660
661         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
662
663         Based on patch by Luis F. Ortiz.
664         Contributed under X11 license.
665         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
666
667 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
668
669         * object.c, object.h: Changed array related functions to use
670         mono_array_size_t instead of guint32.
671
672         Patch by Luis F. Ortiz.
673         Contributed under X11 license.
674         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
675
676 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
677
678         * object.h: Introduced mono_array_size_t typedef. This must be used
679         in all places an array length is expected. This is 64bits wide if
680         MONO_BIG_ARRAYS is enabled.
681
682         Patch by Luis F. Ortiz.
683         Contributed under X11 license.
684         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
685
686 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
687
688         * security-manager.c class.c: Set the class exception info by calling
689         mono_class_set_failure ().
690
691         * class.c (mono_class_get_exception_data): New accessor function.
692         (mono_class_set_failure): Store exception_data in the property hash.
693
694         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
695         the struct as a property.
696
697         * loader.c (mono_get_method_full): Store the lookup result for method
698         tokens in method_cache, the others in methodref_cache to decrease the memory
699         usage of hash tables.
700
701         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
702         (mono_image_init): method_cache is lazy inited now.
703
704         * metadata-internals.h (struct _MonoImage): Change method_cache to
705         a MonoValueHashTable, add a separate methodref_cache.
706
707 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
708
709         * number-formatter.h: Fix tables to avoid arithemtic overflow in
710           Double.ToString as exposed by Bug #383531.
711
712 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
713
714         * number-formatter.h: Make some tables static.
715
716         * class.c (mono_method_set_generic_container): New accessor function.
717         (mono_method_get_generic_container): Ditto.
718
719         * class-internals.h (struct _MonoMethod): Remove rarely used 
720         'generic_container' field, store it in the property hash instead. Add 
721         'is_generic' boolean field instead.
722
723         * image.c (mono_image_init): Initialize property_hash.
724         (mono_image_close): Destroy property_hash.
725
726         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
727         hold rarely used fields of runtime structures belonging to this image.
728
729         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
730         to get/set method->generic_container.
731
732         * loader.c (mono_get_method_from_token): Avoid loading the method header for
733         generic methods.
734
735 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
736
737         * class.c (mono_class_inflate_generic_method_full): Don't increase
738         mono_stats.inflated_method_count for methods found in the cache.
739
740         * threads.c (mono_thread_request_interruption): Add a comment about 
741         QueueUserAPC ().
742
743 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
744
745         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
746         interface_offsets_packed table.
747         
748         * class.c (mono_class_init): Remove some dead code.
749
750         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
751         mono_class_setup_vtable () when CAS is active to detect security problems.
752
753 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
754
755         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
756
757         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
758         parameters as it's irrelevant for delegate checking.
759
760 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
761
762         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
763
764         * class.c (mono_class_init): Control the creation of a generic vtable using
765         a global which is true by default, but set to false by the runtime startup code.
766         
767         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
768         Disabled for now since it breaks the embedding API.
769         Move the setup of class->methods for arrays to mono_class_setup_methods ().
770         (mono_class_setup_methods): Add a memory barrier.
771
772         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
773         when mono_class_init () doesn't compute the generic vtable.
774         
775 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
776         * profiler.c: Added mono_profiler_install_statistical_call_chain,
777         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
778         to support call chains (backtrace) in the stat profiler.
779         * profiler.c, profiler-private.h: Likewise.
780
781 2008-05-22  Mark Probst  <mark.probst@gmail.com>
782
783         * generic-sharing.c: Init generic class when a method of it is
784         requested via a runtime generic context.
785
786 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
787
788         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
789
790         * reflection.c (mono_type_get_object): Add a FIXME.
791
792         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
793
794         * class.c (mono_class_get_method_by_index): New helper function, returning an
795         entry in the class->methods array.
796
797 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
798
799         * class.c (mono_class_init): Only do the array optimization for szarrays. 
800         Avoid creating a generic vtable for generic instances as well.
801         (mono_class_get_method_from_name_flags): Don't search in the metadata for
802         generic instances.
803
804 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
805
806         * loader.c (mono_get_method_constrained): Inflate the signature
807         with class context. Fix #325283.
808
809 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
810
811         * object.c (mono_class_create_runtime_vtable): Add a comment.
812
813         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
814         where needed.
815         (setup_interface_offsets): Handle the case when this is called twice for arrays.
816         (mono_class_setup_vtable_general): Add an assert.
817         (mono_class_init): Avoid creating a generic vtable for arrays.
818
819         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
820         here, let mono_class_init () do that.
821
822         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
823         interfaces in mscorlib.
824
825         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
826         interfaces. Add some comments.
827         (mono_class_init): Call mono_class_setup_methods () here since it is no
828         longer called by mono_class_setup_vtable ().
829
830         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
831         not set in class->vtable.
832         (mono_class_create_runtime_vtable): Reenable the disabled code.
833
834         * object.c (mono_class_create_runtime_vtable): Disable the last change for
835         now as it causes some test failures.
836
837         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
838         if using the vtable trampoline. Also remove some strange code which put the
839         generic methods themselves into the vtable slots. Remove the AOT init_vtable
840         stuff as it is no longer needed.
841
842 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
843
844         * pedump.c: Give make --verify all option check code as well.
845         Using --verify code won't check for metadata now.
846
847 2008-05-19  Martin Baulig  <martin@ximian.com>
848
849         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
850
851         * mono-debug.c
852         (_mono_debug_using_mono_debugger): New global variable; it's set
853         directly by the debugger, so mono_debug_using_mono_debugger() also
854         works after attaching.
855
856 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
857
858         * object.c (mono_class_create_runtime_vtable): Use memory barriers
859         as we do double checked locking on MonoClass::runtime_info and
860         MonoClassRuntimeInfo::domain_vtables.
861
862 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
863
864         * debug-helpers.c (print_field_value): Fix a warning.
865
866 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
867
868         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
869         set in the AOT case.
870
871 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
872
873         * class.c (mono_class_setup_vtable_general): Use memory barriers
874         as we do double checked locking on MonoClass::vtable.
875
876 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
877
878         * reflection.c (resolve_object): Inflate only if the generic context
879         is not null. Fixes #389886.
880
881 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
882
883         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
884         instead of g_free.
885
886         Code is contributed under MIT/X11 license.
887
888 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
889
890         * class.c: Revert unrelated change.
891
892 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
893
894         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
895         a generic instantiation, use mono_class_from_mono_type instead of playing
896         with MonoType directly.
897
898 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
899
900         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
901         checks must ignore generic instantiations, so mono_class_has_parent is not
902         suitable. Fixes #390128.
903
904 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
905
906         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
907         it to avoid registering tokens during metadata generation. Fixes #390023.
908
909 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
910
911         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
912         consistent.
913
914         Contributed under MIT/X11 license.
915
916 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
917
918         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
919         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
920         to fixup the EXE image.
921         (mono_cleanup): Use mono_close_exe_image.
922         (mono_close_exe_image): New function.
923         * image.c: Include "marshal.h".
924         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
925         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
926         counting when the image is loaded outside of mono_image_open_full. Set status
927         based on GetLastError.
928         * coree.c: Include required headers. Add init_from_coree.
929         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
930         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
931         (_CorExeMain): Set init_from_coree.
932         (CorExitProcess): Only call ExitProcess for now.
933         (CorBindToRuntimeEx): New stub implementation.
934         (CorBindToRuntime): New function.
935         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
936         (MonoFixupExe): ILONLY executables require no fixups.
937         (mono_set_act_ctx): New function to set activation context.
938         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
939         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
940         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
941         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
942         as MONO_INTERNAL.
943         * domain-internals.h: Add mono_close_exe_image.
944
945         Contributed under MIT/X11 license.
946
947 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
948
949         * metadata.c (mono_metadata_compute_size): Correctly calculate field
950         size for generic param and event tables. Fixes #388977.
951
952 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
953
954         * loader.c (mono_method_signature): Use memory barriers because of the double
955         checked locking pattern.
956
957         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
958         aborting or aborted as well. Fixes #376391.
959         
960         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
961         existing runtime state in the Suspend handler during shutdown.
962
963 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
964
965         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
966
967         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
968         which are starting up or shutting down.
969
970         * threads.c (mono_threads_set_shutting_down): Don't return a value since
971         this function never returns if the runtime is already shutting down.
972
973         * icall.c (ves_icall_System_Environment_Exit): Update after 
974         mono_threads_set_shutting_down () signature change.
975         
976 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
977
978         * class.c: Added can_access_instantiation to verify if the instantiation
979         is visible. Fix access check for nested types as they returned TRUE
980         before doing type and generic instantiation visibility checks.
981
982 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
983
984         * reflection.c (mono_reflection_create_generic_class): The created type
985         must have a different container from its TypeBuilder. Otherwise they
986         will end sharing generic arguments, which is wrong.
987
988         Due to the sharing, making a generic instance of the created type using
989         the TypeBuider generic arguments resulted in the generic type definition
990         been returned, which is wrong as well.
991
992         As a bonus the code was leaking the type_params array. This memory should
993         be allocated from the image mempool.
994
995         This fixes bug #354047.
996
997 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
998
999         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
1000         to here         as they are now used in assembly.c new code.
1001         Added a skipverification flag to MonoAssembly.
1002         New internal function mono_assembly_has_skip_verification.
1003
1004         * assembly.c: New function mono_assembly_has_skip_verification. It checks
1005         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
1006         part of #387274.
1007
1008 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
1009
1010         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
1011         needed. Fixes #387034.
1012
1013         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
1014
1015 2008-05-06  Miguel de Icaza  <miguel@novell.com>
1016
1017         * assembly.c (mono_assembly_load_reference): Prevent crash while
1018         disassembling Silverlight 2.0 executables while we still do not
1019         have GACed libraries.
1020
1021 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
1022
1023         * reflection.c: Special case generic type definitions as well. Fixes #383444.
1024
1025 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
1026
1027         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
1028         of the dynamic case. Fixes #387404.
1029
1030 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
1031
1032         *verify.c (mono_verifier_is_class_full_trust): If under
1033         verify_all and the verifier mode was not set, only
1034         gac and corlib types are fulltrust. This makes --verify-all
1035         usable to detect unverifiable code, which is the expected
1036         use case.
1037
1038 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
1039
1040         * verify.h: Ops, commited the header with debug
1041         enabled.
1042
1043 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
1044
1045         * verify.c (merge_stack): Use the new value on unverifiable
1046         stack merges.
1047
1048         * verify.c (verify_type_compatibility_full): Comparison
1049         of nullable types can't use mono_class_is_assignable_from.
1050
1051         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
1052         that makes all verification errors be reported.
1053
1054         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
1055         mono_method_verify.
1056
1057 2008-05-05  Robert Jordan  <robertj@gmx.net>
1058
1059         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
1060         support for value types. See #386415.
1061
1062         * object.c: comments.
1063
1064         Code is contributed under MIT/X11 license.
1065
1066 2008-05-05  Martin Baulig  <martin@ximian.com>
1067
1068         * debug-mono-symfile.h
1069         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
1070         for old pre-terrania symbol files.
1071
1072 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
1073
1074         * mono-config.c: Add ppc64 architecture.
1075
1076         Code is contributed under MIT/X11 license.
1077
1078 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
1079
1080         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
1081           PPC64 uses function descriptors as well.
1082
1083         Code is contributed under MIT/X11 license.
1084
1085 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
1086
1087         * object.c (compute_class_bitmap): Ignore literal static fields.
1088
1089         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
1090         var has an invalid format.
1091         (describe_ptr): Add some sanity checks for the vtable.
1092         (add_nursery_frag): Clear unused nursery fragments.
1093         (major_collection): Clear all remaining nursery fragments.
1094
1095 2008-05-03  Robert Jordan  <robertj@gmx.net>
1096
1097         * image.c, metadata-internals.h: add thunk_invoke_cache.
1098
1099         * marshal.c, marshal.h: implement
1100         mono_marshal_get_thunk_invoke_wrapper ().
1101
1102         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
1103
1104         Code is contributed under MIT/X11 license.
1105
1106 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
1107
1108         * verify.c (do_leave): Empty the stack.
1109
1110 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
1111
1112         * class.c (mono_class_is_assignable_from): Variance
1113         doesn't work between reference and value types. For example,
1114         given type C<T+>, C<int32> is not assignable to C<object>.
1115         Break the argument checking loop on first error. 
1116
1117 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
1118
1119         * icall.c : base64_to_byte_array() needs some more strict
1120           check for sequence of '=' characters. Patch by Santa
1121           Marta (http://deee.g.hatena.ne.jp/santamarta).
1122
1123           Contributed under MIT/X11 license.
1124           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
1125
1126 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
1127
1128         * domain.c: Disable LoadLibrary support to fix Win32 build.
1129
1130         Code is contributed under MIT/X11 license.
1131
1132 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
1133
1134         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
1135         to help with cache behaviour.
1136
1137 2008-05-01  Miguel de Icaza  <miguel@novell.com>
1138
1139         * appdomain.c (mono_domain_from_appdomain): Add new accessor
1140         method. 
1141
1142 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
1143
1144         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
1145
1146 2008-05-01  Dick Porter  <dick@ximian.com>
1147
1148         * process.c (process_get_fileversion): Only pass 16 bits of
1149         language ID to VerLanguageName.  Fixes bug 381204.
1150
1151 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
1152
1153         * verify.c (mono_method_verify): Fix the comparison
1154         operator for code bounds check.
1155
1156 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
1157
1158         * verify.c (mono_method_verify): Check the bounds of
1159         all access of the code array.
1160
1161 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
1162
1163         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
1164
1165 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
1166
1167         * image.c (mono_image_strong_name_position): Fix return value when the rva is
1168         not valid.
1169
1170 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
1171
1172         * loader.c (mono_get_method_from_token, mono_method_signature): Add
1173         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
1174         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
1175         fixup main EXE images when using mono.exe for mixed-mode assembly support.
1176         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
1177         mono_runtime_load.
1178         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
1179         runtime initialization from metadata.
1180         * assembly.c: Remove obsolete ceGetModuleFileNameA.
1181         (mono_set_rootdir): Use mono_get_module_file_name.
1182         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
1183         handles.
1184         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
1185         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
1186         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
1187         MonoCLIImageInfo. Add support for module handles.
1188         (load_cli_header): Update mono_cli_rva_image_map signature.
1189         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
1190         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
1191         (mono_image_rva_map): Add support for module handles.
1192         (mono_image_ensure_section_idx): Add support for module handles.
1193         (mono_image_close): Add support for module handles.
1194         (do_load_header): Add support for module handles.
1195         (mono_image_open_from_module_handle): New function for internal use.
1196         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
1197         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
1198         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
1199         handles.
1200         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
1201         * image.h: Add mono_image_fixup_vtable.
1202         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
1203         support.
1204         * coree.h: New file.
1205         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
1206         unsupported native code.
1207         (mono_marshal_set_callconv_from_modopt): New function splitted from
1208         mono_marshal_get_managed_wrapper.
1209         (mono_marshal_get_managed_wrapper): Use
1210         mono_marshal_set_callconv_from_modopt.
1211         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
1212         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
1213         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
1214         that results in a deadlock when the runtime is loaded in _CorDllMain.
1215         * Makefile.am: Add coree.c and coree.h.
1216
1217         Contributed under MIT/X11 license.
1218
1219 2008-04-28  Mark Probst  <mark.probst@gmail.com>
1220
1221         * generic-sharing.c: Search for type arguments in array element
1222         types as well.
1223
1224 2008-04-28  Mark Probst  <mark.probst@gmail.com>
1225
1226         * class-internals.h, generic-sharing.c: New, small runtime generic context.
1227
1228         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
1229
1230         * object.c: Don't setup the RGCTX when the vtable is created,
1231         because we're setting it up lazily now.
1232
1233 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
1234
1235         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
1236         64 bit support.
1237
1238 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
1239
1240         * verify.c (verify_class_for_overlapping_reference_fields): 
1241         If class is under fulltrust allow reference types to overllap
1242         if they have the same RVA.
1243
1244 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
1245
1246         * pedump.c: Added new flag valid-only, that makes the verifier
1247         behaves just like --security=validil. It won't fail type load
1248         due to unverifiable restrictions.
1249
1250 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
1251
1252         * class-internals.h (struct MonoMethod): Added a verification_success
1253         field to cache verifier executions. Reduced MonoMethod:slot size by
1254         one bit.
1255
1256 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
1257
1258         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
1259         instead of a 'vt' argument to save an indirection and to allow these to be used
1260         for valuetypes.
1261         (scan_vtype): New helper function to scan an area using a gc descriptor.
1262         (mono_gc_wbarrier_value_copy): Implement this.
1263         (handle_remset): Add support for REMSET_VTYPE.
1264         (find_in_remset_loc): Ditto.
1265         (mono_gc_base_init): Allow some debugging options to be controlled through the
1266         use of the MONO_GC_DEBUG env variable.
1267         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
1268         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
1269
1270 2008-04-23  Martin Baulig  <martin@ximian.com>
1271
1272         * domain.c (mono_domain_create): Move the call to
1273         mono_debug_domain_create() down, after allocating the domain id.
1274
1275 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
1276
1277         verify.c (verify_class_for_overlapping_reference_fields): Skip
1278         static fields while verifying for overlapping fields as they
1279         don't matter at all.
1280
1281 2008-04-23  Marek Habersack  <mhabersack@novell.com>
1282
1283         * domain-internals.h: added a declaration of
1284         mono_make_shadow_copy.
1285
1286         * assembly.c (mono_assembly_open_full): shadow copying of
1287         assemblies moved to here, so that all the assemblies within the
1288         application domain's private binary directories can be
1289         processed. Fixes bug #380546
1290
1291         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
1292         mono_make_shadow_copy and made non-static. The decision whether
1293         to shadow-copy an assembly is made based on its location - it's
1294         copied if it's in one of the private application domain binary
1295         directories and its different to the target file in the shadow
1296         directory. Fixes bug #380546
1297
1298 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
1299
1300         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
1301
1302         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
1303         types.
1304
1305         * reflection.c (mono_image_create_token): Handle 
1306         Method/ConstructorOnTypeBuilderInst.
1307         (resolve_object): Ditto.
1308         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
1309         so it can be called from resolve_object. Also handle the case when the inflated
1310         class already has its methods setup.
1311
1312 2008-04-21  Martin Baulig  <martin@ximian.com>
1313
1314         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
1315
1316 2008-04-20  Geoff Norton  <gnorton@novell.com>
1317
1318         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
1319         pointer dereference.
1320
1321 2008-04-15  Marek Habersack  <mhabersack@novell.com>
1322
1323         * appdomain.c (try_load_from): if IOMAP is in effect, call the
1324         portability API to look up the assembly file. Fixes behavior in
1325         situations when the application has a bin/ directory, but the
1326         assembly search patch refers to Bin/ (and thus the requested file
1327         name is Bin/SomeLibrary.dll). Fixes bug #379888
1328
1329 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
1330
1331         verify.c (mono_type_is_generic_argument): Extracted this check
1332         from a dozen places to here.
1333
1334         verify.c: Fixed all issues related to boxing generic arguments
1335         and their constraints.
1336
1337 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
1338
1339         verify.c (mono_class_interface_implements_interface): Fix win32 build.
1340
1341 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
1342
1343         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
1344         isn't finished yet. Fixes #363447.
1345
1346 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
1347
1348         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
1349         Fixes #346419.
1350
1351 2008-04-13  Jb Evain  <jbevain@novell.com>
1352
1353         * domain.c: update the 2.1 profile versions.
1354         Merged from the Moonlight 2 branch.
1355
1356 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
1357
1358         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
1359         mscorlibs for the non-refonly case as well.
1360
1361         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
1362         in mono_assembly_load_from_full (). Fixes #378924.
1363
1364 2008-04-11  Geoff Norton  <gnorton@novell.com>
1365
1366         * icall.c: The global extern environ doesn't exist on Mac.  We
1367         need to call NSGetEnviron instead.
1368
1369 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
1370
1371         verify.c: Add generic method constraint verification.
1372
1373 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
1374
1375         class.c (mono_class_inflate_generic_method_full): Add a long
1376         explanation to the is_mb_open hack. Remove the FIXME.
1377
1378 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
1379
1380         * verify.c (mono_method_verify): Mark all unknown opcodes
1381         as invalid. Mark jmp as unverifiable.
1382
1383 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
1384
1385         * verify.c: Add code to do type constraint verification on class instances.
1386
1387         * verify.c (mono_verifier_verify_class): Use the type constraint 
1388         verification code.
1389
1390 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
1391
1392         * class.c (mono_class_get_field_default_value): Don't pass cindex
1393         as hint to mono_metadata_get_constant_index. The local is not initialized
1394         and should contain garbage most of the time. This could only work
1395         with a lot of luck.
1396
1397 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
1398
1399         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
1400
1401 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
1402
1403         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
1404
1405         * class.c (mono_class_from_generic_parameter): Save the token of the
1406         generic param in MonoClass::sizes.generic_param_token.
1407
1408         * reflection.c (mono_custom_attrs_from_class): If the class type is
1409         VAR or MVAR retrieve the attributes of the generic param.
1410
1411 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
1412
1413         * class.c (mono_class_init): Do class verification if the verifier
1414         is enabled.
1415
1416 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
1417
1418         * verify-internal.h: Added mono_verifier_verify_class.
1419
1420         * verify.c: Added mono_verifier_verify_class. It checks for
1421         classes with explicit layout that have overlapping reference fields.
1422
1423         * pedump.c: Init the verifier state prior to verification. Fixed
1424         command line arguments.
1425
1426 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
1427
1428         * Makefile.am: Added verify-internals.h, hopefully fix the build.
1429
1430 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
1431
1432         * verify-internals.h: Fix a warning.
1433
1434 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
1435
1436         * verify-internals.h: New header with the verifier configuration
1437         extracted from mini.c.
1438
1439         * verify.c: Implemented the new functions exported by verify-internals.h.
1440
1441 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
1442
1443         * verify.c: Add proper verification of ckfinite.
1444
1445 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
1446
1447         * verify.c (do_conversion): Improved error message to something
1448         more meanfull.
1449
1450         * verify.c (check_is_valid_type_for_field_ops): Fix to work
1451         with primitive types.
1452
1453 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
1454
1455         * verify.c: Added tail prefix checking. Marked icall
1456         as unverifible.
1457
1458 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
1459
1460         * verify.c: Fix the detection of branches to the middle
1461         of an instruction.
1462
1463 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
1464
1465         * verify.c: Implemented verification of volatile. and
1466         unaligned. prefix. Check if a type is valid after retrieving it.
1467
1468 2008-04-01  Dick Porter  <dick@ximian.com>
1469
1470         * process.c (process_get_fileversion): If there's no string block,
1471         set the file language to en_US.  Fixes the other new part of bug
1472         374600.
1473
1474 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
1475
1476         * class.c: New functions mono_method_can_access_field_full and
1477         mono_method_can_access_method_full. They perform type visibility
1478         and type site check.
1479
1480         * class-internal.h: Added exported functions.
1481
1482         * verify.c: Use new functions to implement proper visibility checks.
1483
1484 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
1485
1486         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
1487
1488 2008-03-28  Dick Porter  <dick@ximian.com>
1489
1490         * process.c (process_get_fileversion): Use the first language ID
1491         we see, rather than insisting on an invariant language.  Fixes bug
1492         374600.
1493
1494 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
1495
1496         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
1497         the streams to fix reading of invalid memory later.
1498
1499         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
1500         to ease debugging.
1501
1502 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
1503
1504         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
1505         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
1506
1507 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
1508         * threads.h: Added MonoThreadManageCallback type and
1509         mono_thread_set_manage_callback prototype
1510         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
1511         (used to store the mono_thread_manage callback).
1512         * threads.c: Added mono_thread_set_manage_callback, and handle
1513         "MonoThread->manage_callback" in build_wait_tids.
1514
1515 2008-03-26  Dick Porter  <dick@ximian.com>
1516
1517         * process.c (process_get_fileversion): Set FileVersionInfo strings
1518         to Empty when the resource doesn't have the particular info.
1519         Fixes bug 355717.
1520
1521 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
1522
1523         * verify.c (mono_method_verify): Proper prefix validation.
1524
1525 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
1526
1527         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
1528         itself in a separate argument instead of throwing them. Fixes #373448.
1529
1530         * appdomain.c: Bump corlib version.
1531
1532 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1533
1534         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
1535
1536 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
1537
1538         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
1539         version macros.
1540
1541 2008-03-20  Mark Probst  <mark.probst@gmail.com>
1542
1543         * generic-sharing.c, class-internals.h: Code for putting
1544         reflection types into the runtime generic context.
1545
1546 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
1547
1548         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
1549         Fixes #340662. 
1550
1551
1552 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
1553
1554         * verify.c (VerifyContext): Added instruction prefix data to the struct.
1555
1556         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
1557
1558         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
1559
1560         * verify.c (do_cast): Let the result value keep the boxed status.
1561
1562         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
1563
1564 2008-03-17  Jb Evain  <jbevain@novell.com>
1565
1566         * reflection.c: when running on a 2.0 runtime, emit
1567         unconditionally the #~ header version as 2.0, and the
1568         CLI header version as 2.5, for symmetry's sake with csc.
1569
1570 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
1571
1572         * class.c: Remove the unused cache_interface_offsets stuff.
1573
1574         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
1575         profiler.c: Fix warnings.
1576
1577 2008-03-16  Mark Probst  <mark.probst@gmail.com>
1578
1579         * generic-sharing.c, class-internals.h: Support for putting
1580         methods into the runtime generic context.
1581
1582 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
1583
1584         * class.c (mono_class_setup_fields): Ignore calls made to this function for
1585         classes which are generic instances of not-yet finished typebuilders. Fixes
1586         #351172.
1587
1588         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
1589
1590 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
1591
1592         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
1593
1594         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
1595         field, replace it with a hash table in MonoDynamicImage.
1596
1597         * reflection.c (inflate_mono_method): Access the generic definition object from
1598         image->generic_def_objects instead of imethod->reflection_info.
1599
1600         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
1601
1602         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
1603         
1604         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
1605         function in reflection.c so it is easier to keep in sync with the dynamic image
1606         creation code.
1607
1608         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
1609         mono_image_close ().
1610
1611 2008-03-15  Mark Probst  <mark.probst@gmail.com>
1612
1613         * class.c (mono_class_generic_sharing_enabled): Disable generic
1614         sharing for all architectures except AMD64 and x86 to fix build.
1615
1616 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
1617
1618         * verify.c: Use the generic definition MonoGenericContext when available.
1619         Remove code for checking generics instance compatibility in favor of
1620         mono_class_is_assignable_from.
1621
1622 2008-03-14  Mark Probst  <mark.probst@gmail.com>
1623
1624         * marshal.c, marshal.h, metadata-internals.h, image.c,
1625         wrapper-types.h: New wrapper for invoking a shared static method
1626         without having to pass the runtime generic context argument.
1627
1628 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
1629
1630         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
1631
1632 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
1633
1634         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
1635         
1636         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
1637         create a token from a FieldOnTypeBuilderInst.
1638         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
1639         (resolve_object): Ditto.
1640
1641         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
1642         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
1643
1644 2008-03-14  Martin Baulig  <martin@ximian.com>
1645
1646         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
1647
1648         * debug-mono-symfile.h
1649         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
1650         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
1651
1652 2008-03-10  Martin Baulig  <martin@ximian.com>
1653
1654         * debug-mono-symfile.h
1655         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
1656         `lexical_block_table_offset'.
1657         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
1658         `lexical_blocks'.
1659         (MonoSymbolFile): Added `version'.
1660
1661         * mono-debug.h
1662         (MonoDebugLexicalBlockEntry): Removed.
1663         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
1664         `lexical_blocks'.
1665
1666         * mono-debug.c (mono_debug_add_method): Don't compute lexical
1667         blocks here; the debugger now does this internally.
1668
1669 2008-02-27  Martin Baulig  <martin@ximian.com>
1670
1671         * object.c (mono_runtime_exec_main): Call
1672         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
1673         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
1674
1675 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
1676
1677         * verify.c (verify_type_compatibility_full): Allow native int to be converted
1678         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
1679
1680 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
1681
1682         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
1683         ldftn with a virtual method.
1684
1685 2008-03-13  Geoff Norton  <gnorton@novell.com>
1686
1687         * decimal.c:  Only include memory.h if the platform has it.
1688
1689 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
1690
1691         * assembly.c, class.c, metadata-internals.h: make sure public key
1692         tokesns are compared in a case-insensitive way. Also, all
1693         the lookups in the GAC use a lowercase public key token
1694         (gaacutil already does the lowercasing on install). Fixes
1695         bug #369541.
1696
1697 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
1698
1699         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
1700         and return value.
1701
1702 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
1703
1704         * image.c: when someone loads a mscorlib from a file, return the
1705         currently loaded mscorlib (fixes bug #369253).
1706
1707 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
1708
1709         * class.c: handle types with no parents by forcing them to have
1710         System.Object as a parent and marking them as broken (this currently
1711         allows the first part of bug #369173 to work as well, likely because
1712         we don't check for typeload exceptions everywhere yet).
1713
1714 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
1715
1716         * class.c: more complete check that types belong to corlib
1717         (fixes second part of bug #369173).
1718
1719 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
1720
1721         * generic-sharing.c:  Including glib.h for the MSVC builds to define
1722           "inline" to "__inline" before including mono-membar.h.
1723           
1724         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
1725           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
1726           MSVC builds.
1727
1728         Contributed under MIT/X11 license.
1729
1730 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
1731
1732         * verify.c (do_invoke_method): Remove return type validation.
1733
1734         * verify.c (do_ret): Do return type validation at return site instead of
1735         call site.
1736
1737 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
1738
1739         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
1740
1741         * verify.c: Some todos cleaned and improved a few error messages.
1742
1743 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
1744
1745         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
1746
1747 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
1748
1749         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
1750         system types correctly.
1751
1752         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
1753         function.
1754
1755 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
1756
1757         * assembly.c (build_assembly_name): Fix a warning.
1758
1759 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
1760
1761         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
1762         the called function takes an object type argument. Fixes storing or
1763         valuetypes across remoting as well as reducing memory usage.
1764         * image.c, metadata-internals.h: remove now unused ldfld_remote and
1765         stfld_remote wrapper caches.
1766
1767 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
1768
1769         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
1770         is not found.
1771
1772         * reflection.c (mono_image_register_token): New helper function to save
1773         a token->object mapping.        
1774
1775         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
1776         managed code.
1777
1778         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
1779         one dimension arrays. Fixes #367670.
1780         (mono_reflection_get_type_internal): Ditto.
1781
1782 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
1783
1784         * marshal.c: mono_load_remote_field_new() always returns object.
1785         so use the proper signature (fixes bug #366445).
1786
1787 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
1788         
1789         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
1790         add an 'inline_failure' flag instead.
1791
1792 2008-03-04  Mark Probst  <mark.probst@gmail.com>
1793
1794         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
1795         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
1796         contains the location of "this", used for exception handling.
1797
1798 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
1799
1800         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
1801         their size on all platforms for perf reasons.
1802
1803 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1804
1805         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
1806         object-internal.h
1807
1808         * object-internal.h: Same.
1809
1810 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1811
1812         * reflection.h: Fix the build I just broke.
1813
1814 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1815
1816         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
1817         Test if a token is valid, this remove explicit usage of 
1818         MonoDynamicImage::tokens from the verifier code.
1819
1820         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
1821
1822         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
1823         instead of direct access to MonoDynamicImage::tokens.
1824
1825 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1826
1827         * verify.c (token_bounds_check): Fix the build I just broke.
1828
1829 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1830
1831         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
1832
1833         * verify.c (verifier_load_method): Fixed the errors message.
1834
1835         * verify.c (mono_method_verify): Fixed a debug message.
1836
1837 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
1838
1839         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
1840         mono-perfcounters.h, class-internals.h: support for predefined
1841         writable counters, query of categories and counters, bugfixes.
1842
1843 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
1844
1845         * verify.c (do_refanytype): Verify the refanytype opcode.
1846
1847         * verify.c (mono_method_verify): Use do_refanytype.
1848
1849 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
1850
1851         * verify.c (do_mkrefany): Verify the mkrefany opcode.
1852
1853         * verify.c (mono_method_verify): Use do_mkrefany.
1854
1855 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
1856
1857         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
1858         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
1859         implementation.
1860
1861 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
1862
1863         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
1864         the type load exception.
1865
1866 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
1867
1868         * verify.c: Added a few FIXME for method signatures
1869
1870         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
1871         of mono_method_get_signature and get vararg call working. Removed unused
1872         checks for return value.
1873
1874         * verify.c (do_refanyval): Verify the refanyval opcode.
1875
1876         * verify.c (mono_method_verify): Implemented verification of arglist and
1877         use do_refanyval.
1878
1879 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
1880
1881         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
1882         vtypes to marshal.c.
1883
1884         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
1885         it works for AOT as well.
1886
1887 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
1888
1889         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
1890         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
1891         the system time is adjusted.
1892
1893 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
1894
1895         * icall.c, icall-def.h: use the new time functions (fixes the
1896         non-monotonic behaviour of TickCount).
1897
1898 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
1899
1900         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
1901         it breaks the build.
1902         
1903         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
1904         cattr is not finished yet.
1905
1906 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
1907
1908         * verify.c: Proper token validation for field, method and type.
1909
1910 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
1911
1912         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
1913
1914         * loader.c (method_from_memberref): Generate type load error instead of method missing
1915         if the type is not found.
1916
1917 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
1918
1919         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
1920         some of the conversions caused the generation of a marshal directive exception.
1921
1922 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
1923
1924         verify.c: Report which exception should be thrown by the JIT.
1925         Added a lot of FIXME notes.
1926
1927 2008-02-22  Mark Probst  <mark.probst@gmail.com>
1928
1929         * generic-sharing.c: Runtime generic context slots are not
1930         instantiated on init anymore.  Instead, provide function to do the
1931         instantiating on demand.
1932
1933         * class-internals.h: Added vtable to runtime generic context.
1934         Macros for encoding direct and indirect slot offsets in one
1935         guint32.
1936
1937 2008-02-21  Mark Probst  <mark.probst@gmail.com>
1938
1939         * object.c, generic-sharing.c: Moved some generic sharing code
1940         from object.c to generic-sharing.c.
1941
1942         * generic-sharing.c: Added support for extensible runtime generic
1943         context.
1944
1945         * metadata-internals.h: Two new hash tables in MonoImage for
1946         extensible runtime generic context support.
1947
1948         * domain.c: Unregister generic vtables upon domain unloading.
1949
1950         * image.c: Destroy new hash tables upon image unloading.
1951
1952         * metadata.c: Unregister generic subclasses upon image unloading.
1953
1954         * class-internals.h: New data structure for runtime generic
1955         context template.  New fields in the runtime generic context for
1956         extensible part.
1957
1958         * Makefile.am: Added generic-sharing.c.
1959
1960 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
1961
1962         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
1963         there is a pending loader exception, raise it.
1964
1965         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
1966         same.
1967
1968         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
1969         same.
1970
1971         Fixes #363450.
1972
1973 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
1974
1975         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
1976
1977         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
1978         
1979         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
1980         ref-only requests for compatibility with MS.
1981
1982 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
1983
1984         * reflection.c (mono_custom_attrs_from_method): Don't silently
1985         return an empty list for generic method instances.
1986         (mono_custom_attrs_from_param): Likewise.
1987
1988 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
1989             Raja R Harinath  <harinath@hurrynot.org>
1990
1991         Fix #354757
1992         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
1993         * class.c (mono_class_inflate_generic_method_full): Initialize it
1994         when a fully-open method is instantiated.
1995         * metadata.c (inflated_method_equal, inflated_method_hash): Update
1996         to new field.
1997         * reflection.c (inflate_mono_method): Don't create a temporary context.
1998
1999 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
2000
2001         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
2002         Compute correct value, to prepare for imethod->reflection_info going away.
2003
2004 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
2005
2006         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
2007
2008 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
2009
2010         * verify.c: Implement skip visibility flag.
2011
2012 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
2013
2014         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
2015         which contains an extra field to tell the kind of exception that should be thrown.
2016
2017         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
2018
2019 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
2020
2021         * loader.c (mono_method_get_param_names): Initialize 'klass' after
2022         'method' is updated.
2023
2024 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
2025
2026         * class.c (mono_class_layout_fields): Set class->min_align for classes using
2027         explicit layout as well. Fixes #360375.
2028
2029 2008-02-11  Geoff Norton  <gnorton@novell.com>
2030
2031         * loader.c: Guard and dereference against inflated generic methods
2032
2033 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
2034
2035         * class.c: Include Retargetable spec in assembly name.
2036         * assembly.c: Always include PublicKeyToken spec in assembly name
2037         (with value "null" if assembly is not signed), and include
2038         Retargetable spec.
2039         * icall-def.h: Added icall for Assembly.get_fullname.
2040         * icall.c: Added icall returning the fullname of an assembly.
2041
2042 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
2043
2044         * class.c (mono_class_setup_vtable_general): Add a missing call to
2045         mono_class_setup_methods () which is needed in the AOT case.
2046
2047 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
2048
2049         * verify.c (mono_type_get_stack_name): Added. Return the name for the
2050         stack type of the given MonoType.
2051
2052         * verify.c (verify_type_compatibility_full): Handle the void type.
2053
2054         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
2055         way stack merging works.
2056
2057         * verify.c (store_local): Improved verification message.
2058
2059         * verify.c (do_branch_op): If the merging is invalid, the method
2060         is unverifiable and not invalid. Improved error message.
2061
2062         * verify.c (merge_stacks): Properly merge a boxed valuetype and
2063         a reference type diferent than System.Object. Improved error
2064         message.
2065
2066 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
2067
2068         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
2069
2070         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
2071         type of an enum even if the argument is byref.
2072
2073         * verify.c: Replace all explicit uses of enumtype and enum_basetype
2074         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
2075
2076         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
2077
2078         *verify.c (verify_type_compatibility_full): Make enum types
2079         compatible with their base types.
2080
2081         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
2082         types are compatible for the special case of a boxed valuetype and
2083         System.Object.
2084
2085         * verify.c (verify_stack_type_compatibility): The function
2086         is_compatible_boxed_valuetype was extracted from here.
2087
2088         * verify.c (push_arg): Only set ctx->has_this_store if the method
2089         is not static.
2090
2091         * verify.c (do_ldelem): Fixed a typo in an error message and added
2092         strict check for mixing int32 and native int as the array type
2093         and ldelem type.
2094
2095         * verify.c (merge_stacks): Consider boxed valuetypes in the
2096         compatibility checks.
2097
2098 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
2099         * profiler.h: (MonoGCEvent): Added start-stop the world events.
2100
2101 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
2102         *class.c: use_new_interface_vtable_code: renamed the env var to have
2103         a "MONO_" prefix, and fix the logic to enable it by default.
2104
2105 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
2106         *class.c:
2107         mono_class_setup_vtable_general: rewrote the way in which interface
2108         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
2109         makes the code more maintainable.
2110         For now the old code is still there, and can be activated setting
2111         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
2112
2113 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
2114
2115         * verify.c: guarded some debug functions around and #ifdef.
2116
2117         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
2118
2119 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
2120
2121         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
2122         changes for now since they seem to break too many things.
2123
2124 2008-02-05  Mark Probst  <mark.probst@gmail.com>
2125
2126         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
2127         mono_marshal_find_nonzero_bit_offset): Added macro and function
2128         for finding the byte- and bit-offset of a bitfield within a
2129         struct.
2130
2131 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
2132
2133         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
2134         (mono_marshal_get_struct_to_ptr): Ditto.
2135
2136         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
2137         cctor_signature.
2138
2139 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
2140
2141         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
2142         between methods for non-corlib types.
2143
2144 2008-02-02  Geoff Norton  <gnorton@novell.com>
2145
2146         * loader.c (mono_method_get_param_names): Populate the parameter name for 
2147         generic parameters as well. (Fixes #342536)
2148
2149 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
2150
2151         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
2152
2153         * verify.c (do_invoke_method): Fix for calling with byref structs.
2154
2155         * verify.c (do_cast): push a boxed value type based on the type token and not
2156         the type of stack.
2157
2158 2008-01-31  William Holmes  <billholmes54@gmail.com>
2159
2160         * process.c (process_module_string_read): Check the size returned form 
2161           VerQueryValue to avoid out of memory exception. 
2162
2163 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
2164
2165         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
2166         Handle properly modules which are not in the moduleref table. Fixes
2167         #356938.
2168
2169 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
2170
2171         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
2172         the dynamic case which is now in managed code.
2173         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
2174
2175         * marshal.c (mono_string_to_bstr): Fix a warning.
2176         (init_com_provider_ms): Ditto.
2177
2178         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
2179
2180         * exception.c (mono_get_exception_out_of_memory): New helper function.
2181
2182 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
2183
2184         * marshal.c: Add support for BSTR marshalling
2185         using other COM systems.
2186
2187         Code is contributed under MIT/X11 license.
2188
2189 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
2190
2191         * object.c (mono_runtime_invoke_array): reverted previous
2192         commit as it breaks the build.
2193
2194 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
2195
2196         * object.c (mono_runtime_invoke_array): Verify arguments for
2197         invalid types. Fixes #348522.
2198
2199 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
2200
2201         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
2202         non-final virtual calls using call. 
2203
2204         * verify.c (do_invoke): fixed some TODOs.
2205
2206         * verify.c (push_arg): set has_this_store for "ldarga 0".
2207
2208 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
2209
2210         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
2211         which belong to an inflated class. Fixes #356531.
2212
2213 2008-01-26  Robert Jordan  <robertj@gmx.net>
2214
2215         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
2216         which resort to FindFirstFile when a certain error condition
2217         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
2218         Code is contributed under MIT/X11 license.
2219
2220 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
2221
2222         * marshal.c (emit_marshal_string): Fix out string marshalling
2223         to use specified encoding. Fixes #323900.
2224
2225         Code is contributed under MIT/X11 license.
2226
2227 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
2228
2229         * class.c (mono_class_inflate_generic_method_full): Don't modify
2230         iresult->context after cache check.
2231
2232 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
2233
2234         * class.c (mono_class_inflate_generic_method_full): Change the
2235         struct assignments to memcpy for better visibility and add some comments.
2236
2237 2008-01-23  Dick Porter  <dick@ximian.com>
2238
2239         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
2240         procedure, and make it work on windows.
2241
2242 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
2243
2244         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
2245         a MonoReflectionTypeBuilder since it is always of that type.
2246
2247         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
2248
2249         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
2250
2251         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
2252         
2253         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
2254
2255         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
2256
2257         * reflection.c (mono_reflection_create_runtime_class): Remove already created
2258         instantiations from the type cache.
2259
2260 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
2261
2262         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
2263
2264         * verify.c (do_unbox_value): push a controled mutability managed pointer.
2265
2266 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
2267
2268         * verify.c (do_ldstr): added, verifies if the #US token is valid.
2269
2270         * verify.c (mono_method_verify): removed old TODO
2271
2272 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
2273
2274         * verify.c (do_newobj): add visibility check.
2275
2276 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
2277
2278         * verify.c (do_load_function_ptr): add visibility check.
2279
2280 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
2281         *class.c:
2282         mono_generic_class_get_class: hook profiler events.
2283         mono_field_get_offset: added to support heap-shot in the new profiler.
2284         *class.h: exported mono_field_get_offset.
2285         * reflection.c:
2286         mono_reflection_setup_internal_class: hook profiler events.
2287
2288 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
2289
2290         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
2291         argument here too and use it to avoid checking for pending exceptions if 
2292         possible.
2293
2294 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
2295
2296         * assembly.c (build_assembly_name): add arg for passing the assembly
2297         flags. Do not consider a PublicKey with value "null" valid.
2298         (mono_assembly_name_parse_full): added boolean argument that will be
2299         set if the assembly name contains a PublicKeyToken spec. Added support
2300         for the Retargetable spec for which only Yes or No are allowed as valid
2301         value. Consider assembly name invalid if Retargetable spec is set, but
2302         either version, culture or public key (token) are not specified.
2303         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
2304         with implementation in assembly.c.
2305         * icall.c (fill_reflection_assembly_name): also copy assembly flags
2306         from MonoAssemblyName.
2307         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
2308         introduced argument for mono_assembly_name_parse_full to know if the
2309         assembly name has a PublicKeyToken spec, and if it has instruct
2310         fill_reflection_assembly_name to use default value for keyToken (if
2311         PublicKeyToken is null).
2312
2313 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
2314
2315         * verify.c (mono_method_verify): fixed ovf ops with
2316         float values. They are unverifiable now.
2317
2318 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
2319
2320         * class.c (set_failure_from_loader_error): add BadImageException to the
2321         list of exceptions that can cause a type to fail to load.
2322
2323         * class.c (mono_class_get_exception_for_failure): same.
2324
2325 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
2326
2327         * verify.c (in_any_exception_block): added, check if offset
2328         is part of any exception handling clause.
2329
2330         * verify.c (get_stack_type): added VAR and MVAR types.
2331
2332         * verify.c (do_stobj): better error messages.
2333
2334         * verify.c (do_cpobj): added, check cpobj.
2335
2336         * verify.c (do_initobj): added, check initobj.
2337
2338         * verify.c (do_sizeof): added, check sizeof.
2339
2340         * verify.c (do_localloc): added, check localloc.
2341
2342         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
2343
2344 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
2345
2346         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
2347         save_lmf/restore_lmf opcodes.
2348
2349         * threads.c (mono_threads_install_notify_pending_exc): New function to
2350         install a callback notifying the JIT there is a pending exception on a thread.
2351         (mono_thread_request_interruption): Call the new callback.
2352         (mono_thread_get_and_clear_pending_exception): New function to return the
2353         exception pending on a thread.
2354
2355         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
2356         to turn off checking for pending exceptions.
2357         (mono_marshal_get_native_wrapper): Ditto.
2358
2359 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
2360
2361         * threads-types.h: Get rid of the unnecessary extern declarations.
2362
2363 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
2364
2365         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
2366         return field from parent class if not private.
2367         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
2368         returns fields from parent class if they are not private.
2369         (method_nonpublic): added function to determine if a given method
2370         should be considered non-public. Returns false for private methods
2371         on parent class, and internal methods from parent on the 1.0 profile.
2372         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
2373         use method_nonpublic function to determine whether method should be
2374         returned.
2375         (property_accessor_public): use newly introduced method_nonpublic
2376         function to determine whether accessor is non-public. 
2377         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
2378         event from parent class if not private. Only return static event if
2379         Static flag is set, and only return static event from parent class if
2380         FlattenHierarchy flag is set.
2381         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
2382         include non-private events from parent class.
2383
2384 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
2385
2386         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
2387         warning.
2388
2389 2008-01-16  Wade Berrier <wberrier@novell.com>
2390
2391         * security.c: Add assembly.h header to appease some warnings
2392
2393 2008-01-16  Dick Porter  <dick@ximian.com>
2394
2395         * process.c (process_module_string_read): Remove trailing null
2396         when saving string.
2397
2398 2008-01-16  Mark Probst  <mark.probst@gmail.com>
2399
2400         * class-internals.h: A new data structure describing the layout of
2401         a runtime generic context (MonoRuntimeGenericContextTemplate).
2402
2403         * metadata-internals.h: Added a hash table to MonoDomain that maps
2404         from open generic classes to their runtime generic context
2405         templates.
2406
2407         * object.c: Building of the runtime generic context, including
2408         proper handling of generic type arguments of superclasses.
2409         Building of the runtime generic context according to the template.
2410
2411 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
2412
2413         * class.c (mono_class_setup_fields): Set field.count for generic instances.
2414         Fixes #350856.
2415
2416         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
2417         mono_portability_find_file (). Fixes #325466.
2418         (mono_image_get_public_key): Fix a warning.
2419
2420 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
2421
2422         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
2423         Fixes #353550.
2424         (mono_class_from_name_case): Ditto.
2425
2426 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
2427
2428         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
2429           common storage for the tables used in the System/NumberFormatter class.
2430
2431 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
2432
2433         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
2434
2435 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
2436
2437         * verify.c (get_boxable_mono_type): check if the token is valid.
2438
2439         * verify.c (set_stack_value): changed to add an error if an
2440         invalid type is set on stack. Changed all callers due to signature change.
2441
2442         * verify.c (do_stobj): implement stobj validation.
2443
2444 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
2445
2446         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
2447         set container->is_method, it was set earlier.
2448
2449         * metadata.c (type_in_image): Handle MVARs which belong to not finished
2450         generic methods.
2451
2452         * reflection.c (mono_reflection_initialize_generic_parameter): Set
2453         is_method of the generic container to TRUE for methods.
2454
2455 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
2456
2457         * metadata.c (type_in_image): Handle type parameters properly.
2458
2459         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
2460         memory ownership of this structure.
2461
2462 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
2463
2464         * verify.c (get_boxable_mono_type): make typedref types been just
2465         unverifiable. check for void type.
2466
2467         * verify.c (do_unbox_any): added, verify opcode unbox.any.
2468
2469         * verify.c (do_load_function_ptr): accept method spec tokens.
2470
2471 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
2472
2473         * marshal.c (mono_class_native_size): Always set *align even if this is called
2474         recursively.
2475
2476 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
2477
2478         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
2479         out-of-date.
2480
2481 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
2482
2483         * verify.c: removed some old unused tables. A huge bunch of small fixes
2484         to things found while testing the verifier with mono basic.
2485
2486         * verify.c (dump_stack_value): dump null literal flag to.
2487
2488         * verify.c (verify_type_compatibility_full): fix comparison
2489         for types that have a generic super type.
2490
2491         * verify.c (verify_stack_type_compatibility): fix compatibility
2492         between null literals and reference types. fix compatibility between
2493         boxed valuetypes and object. fix corner case test for enums.
2494
2495         * verify.c (do_cmp_op): proper verification of cgt.un in case
2496         of reference types.
2497
2498         * verify.c (do_invoke_method): fix error message.
2499
2500         * verify.c (do_store_indirect
2501
2502         * verify.c (check_is_valid_type_for_field_ops): proper verification
2503         of managed pointers to valuetypes and boxed valuetypes. proper verification
2504         of null literals.
2505
2506         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
2507         allow token to be a reference type.
2508
2509         * verify.c (do_cast): proper handling of boxes valuetypes.
2510
2511         * verify.c (do_stelem): proper handling of storing a boxed valuetype
2512         in object[].
2513
2514         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
2515         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
2516         fixed the decoding of unbox_any
2517
2518 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
2519
2520         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
2521
2522 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
2523
2524         * verify.c (do_newobj): do delegate verification.
2525
2526         * verify.c (verify_delegate_compatibility): perform delegate
2527         verification.
2528
2529         * verify.c (verify_ldftn_delegate): perform tests related to
2530         ldftn delegates.
2531
2532         * verify.c (mono_delegate_signature_equal): perform the
2533         slightly diferent signature comparison required by delegates.
2534
2535         * metadata.c (mono_metadata_type_equal_full): added and exported
2536         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
2537         allows signature only comparison.
2538
2539         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
2540         as MONO_INTERNAL.
2541
2542 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2543
2544         * verify.c: added a bunch of stack_slot_* functions to
2545         make access to stack slot type easier. This is required to
2546         allow optional flags, like null literal, boxed value and
2547         this pointer.
2548         All access paths to IlStackDesc::stype have been changed 
2549         to use these new funcions.
2550         Removed a bunch of unused functions and cleared all warnings.
2551         This patch introduces the usage of the this pointer and 
2552         boxed value flags.
2553
2554 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
2555
2556         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
2557
2558 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
2559
2560         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
2561         match managed version.
2562
2563         * appdomain.c: Bump corlib version.
2564         
2565         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
2566         argument.
2567
2568 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
2569
2570         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
2571         Set public key token to zero-length byte array if assembly is not
2572         strongnamed.
2573
2574 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
2575
2576         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
2577         writing a vtype array elem.
2578
2579 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
2580
2581         * assembly.c (build_assembly_name): return FALSE if length of token is
2582         not 16 (if not "null").
2583         (mono_assembly_name_parse_full): return FALSE if value of version,
2584         culture, token or key is 0.
2585         * icall.c (fill_reflection_assembly_name): add boolean arguments to
2586         specify whether public key and public key token must be set to default
2587         value (zero-length byte array) if not available. Set versioncompat to
2588         SameMachine. If public key is available or the default is set, then
2589         set PublicKey flag.
2590         (ves_icall_System_Reflection_Assembly_FillName): if no public key
2591         is available, use empty byte array as default value. On the 2.0
2592         profile, use default value for public key token if not set.
2593         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
2594         profile, use default value for public key if not set. On the 2.0
2595         profile, use default value for public key token if not set.
2596         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
2597         default values for public key and public key token.
2598
2599 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
2600
2601         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
2602         field to keep it in synch with the managed object.
2603
2604         * marshal.c (emit_marshal_object): Add support for byref marshalling of
2605         delegates. Fixes #351520.
2606
2607         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
2608         contains defined memory.
2609         
2610         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
2611
2612         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
2613         
2614         * sgen-gc.c (check_consistency): New helper function to do a consistency check
2615         of the GC data structures.
2616
2617         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
2618
2619         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
2620         
2621         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
2622         barrier.
2623         (mono_array_clone_in_domain): Ditto.
2624         (mono_array_clone_in_domain): Ditto.
2625
2626         * threads.c (start_wrapper): Register the thread start argument as a GC root.
2627         (cache_culture): Use a write barrier.
2628
2629         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
2630         (ves_icall_get_property_info): Ditto.
2631
2632         * object.h (MONO_STRUCT_SETREF): New macro.
2633
2634         * class-internals.h (MonoStats): Add some GC statistics.
2635
2636         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
2637
2638 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
2639
2640         * exception.c (mono_exception_from_name_two_strings):
2641         Break from loop after method is found.
2642
2643 2008-01-04  Dick Porter  <dick@ximian.com>
2644
2645         * process.c (process_module_string_read): Rename variable to
2646         reflect correct usage, after fixing bug 345972.
2647
2648 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
2649
2650         * verify.c (mono_type_create_fnptr_from_mono_method): 
2651         created a MonoType function pointer instance to be used during
2652         verification. The verifier releases this memory at end.
2653
2654         * verify.c (mono_method_is_constructor): extracted repeated
2655         checks for constructor into a single class.
2656
2657         * verify.c (do_push_field): use new extracted method
2658         for constructor check.
2659
2660         * verify.c (do_newobj): same.
2661
2662         * verify.c (do_ldftn): renamed to do_load_function_ptr
2663         and make it verify ldvirtftn too.
2664
2665         * verify.c (mono_method_verify: proper verification
2666         of ldvirtftn. release created MonoMethod instances.
2667
2668 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
2669
2670         * verify.c (token_bounds_check): added.
2671
2672         * verify.c (do_ldftn): added.
2673
2674         * verify.c (mono_method_verify): proper verificartion of ldftn.
2675
2676 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
2677
2678         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
2679         than the table row count. It's the resposibility of the caller to
2680         make the bounds check and raise the correct error.
2681
2682         * metadata.c (mono_metadata_decode_row_col): Same.
2683
2684         * loader.c (mono_get_method_from_token): perform bounds check
2685         on token for methoddef table.
2686
2687 2007-12-29  Miguel de Icaza  <miguel@novell.com>
2688
2689         * icall.c
2690         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
2691         assert into a negative result, the managed code already coped with
2692         that.
2693
2694         Some folks on Windows reported this error. 
2695
2696 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
2697
2698         * appdomain.c: Bump corlib version.
2699         * icall.c:
2700         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
2701         CultureInfo.CreateCulture to create CultureInfo for name.
2702         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
2703         create CultureInfo for name. Fixes bug #347174.
2704
2705 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
2706
2707         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
2708         flags.
2709
2710         * verify.c (is_valid_branch_instruction): allow branching to the
2711         first instruction of the protected block.
2712
2713         * verify.c (is_valid_cmp_branch_instruction): same.
2714
2715         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
2716         avoid double initialization.
2717
2718         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
2719         detect which cases the eval stack should just be copied.
2720
2721         * verify.c (mono_method_verify): check if the eval stack
2722         is empty when entering a protected block.
2723
2724 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
2725
2726         * verify.c: added is_clause_in_range, is_clause_inside_range,
2727         is_clause_nested and verify_clause_relationship. They perform
2728         the verifications stated in P1 12.4.2.7.
2729
2730         * verify.c (mono_method_verify): remove some unused variables,
2731         add the new exception clause checks, add instruction border
2732         checks for protected block start/end, improved some error 
2733         messages and fixed a bug in the way invalid instruction access
2734         is detected.
2735
2736 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
2737
2738         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
2739         from GC 7.0 if available.
2740
2741         * object.c: Remove an unused define.
2742         
2743         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
2744
2745         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
2746
2747         * null-gc.c (mono_gc_make_descr_for_array): Implement.
2748
2749         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
2750
2751         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
2752         to take the same arguments as the other make_descr functions.
2753
2754         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
2755
2756         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
2757         directly.
2758
2759         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
2760         mini.c.
2761
2762         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
2763         call to boehm-gc.c.
2764
2765         * boehm-gc.c (mono_gc_register_root): Fix a warning.
2766
2767         * null-gc.c (mono_gc_register_root): Fix a warning.
2768
2769         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
2770
2771         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
2772         (mono_gc_base_init): Call GC_init ().
2773
2774         * null-gc.c: Define mono_gc_register_root () as a no-op.
2775
2776         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
2777
2778 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
2779
2780         * verify.c: add prototype for merge_stacks at top
2781
2782         * verify.c (do_switch): added.
2783
2784         * verify.c (merge_stacks): on some cases the stack merging
2785         was not happening properly. Unequal stack sizes at merge
2786         points should be invalid.
2787
2788         * verify.c (mono_method_verify): added more debug info on stack state.
2789         verify switch properly.
2790
2791 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
2792
2793         * method-builder.h: New file, moved the mono_mb_ declarations here from 
2794         marshal.h.
2795
2796         * boehm-gc.c marshal.c: Include method-builder.h.
2797
2798         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
2799
2800         * marshal.c: Remove some code which is now in method-builder.c.
2801
2802 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
2803
2804         * method-builder.c: New file, extraction of the method builder functionality 
2805         from marshal.c.
2806
2807         * marshal.c: Move the mb functions into method-builder.c.
2808
2809         * marshal.h marshal.c: Export some mono_mb_... functions.
2810
2811         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
2812
2813         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
2814         the caller.
2815
2816         * class.c (mono_class_get_full): Check the token type in the dynamic case.
2817
2818         * loader.c (mono_field_from_token): Ditto.      
2819
2820         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
2821         type as well.
2822         
2823         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
2824         Fixes #342565.
2825
2826         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
2827         a helper function for setting it.
2828
2829         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
2830
2831         
2832         * assembly.c: Significally simplify code now that referenced assemblies are 
2833         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
2834
2835         * threads.h: Don't include  the internal threads-types.h header file. Fixes
2836         #349952.
2837
2838 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
2839
2840         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
2841         instructions that were target of branches or are at protected block boundaries.
2842
2843         * verify.c (in_same_block): handle filter clauses.
2844
2845         * verify.c (is_valid_branch_instruction): added. checks the target of
2846         instructions br or brtrue/false.
2847
2848         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
2849         binary branch instructions such as beq and bge.
2850
2851         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
2852         and made it pin the instruction as been part of the exception block.
2853
2854         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
2855         of in_same_block.
2856
2857         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
2858         of in_same_block.
2859
2860         * verify.c (do_ret): ret from a protected block is unverifiable and
2861         not invalid.
2862
2863         * verify.c (do_static_branch): verify br and br.s instructions.
2864
2865         * verify.c (merge_stacks): add extra param to support detection
2866         of branches in the middle of instructions.
2867         
2868         * verify.c (mono_method_verify): verify branches and exception blocks
2869         that target the middle of instructions. Proper verification of br and br.s.
2870
2871 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
2872
2873         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
2874         skip_visibility field.
2875         (reflection_methodbuilder_from_dynamic_method): Ditto.
2876
2877         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
2878         registrations. Fixes #348193.
2879
2880         * threads.h: Move the internal mono_thread_get_pending_exception () to
2881         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
2882
2883 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
2884
2885         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
2886         icall registration. Fixes #348193.
2887
2888         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
2889         for corlib classes into object. Fixes #349621.
2890
2891 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
2892
2893         * icall.c (property_accessor_nonpublic): new function to determine
2894         whether an accessor allows a property to be considered non-public.
2895         Returns false for private accessor(s) from parent class, and internal
2896         accessor(s) from parent on 2.0 profile (and higher).
2897         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
2898         to determine whether property should be included if NonPublic flag
2899         is set. Fixes bug #349078.
2900
2901 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
2902
2903         * verify.c (init_stack_with_value): added.
2904
2905         * verify.c (mono_method_verify): extracted common
2906         code for exception initialization into init_stack_with_value.
2907
2908         * verify.c (mono_method_verify): initialize the exception
2909         for handler clauses as well.
2910
2911         * verify.c (mono_method_verify): fix the exception clause
2912         ordering rules, it should use handler end offset and not
2913         start offset.
2914
2915 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
2916
2917         * rawbuffer.c: remove useless warning.
2918
2919 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
2920
2921         * threads.h, threads-types.h: move functions to the correct header
2922         (fixes bug#349952).
2923
2924 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
2925
2926         * verify.c (mono_method_verify): proper verification
2927         of exception handling clauses ranges and fallthru in
2928         and out of protected blocks.
2929
2930 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
2931
2932         * verify.c (mono_method_verify): fixed compilation issue.
2933
2934 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
2935
2936         * verify.c (mono_method_verify): a printf slipped in, changed
2937         to use verifier debug macro.
2938
2939 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
2940
2941         * verify.c (is_correct_leave): check for filter clauses.
2942
2943         * verify.c (do_filter): added.
2944
2945         * verify.c (mono_method_verify): property verification of leave.
2946
2947
2948 2007-12-18  Mark Probst  <mark.probst@gmail.com>
2949
2950         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
2951         Win32 build, until we figure out how to do the proper thing on
2952         Win32.
2953
2954 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
2955
2956         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
2957         by the previous patch.
2958         
2959         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
2960         the assembly resolve handler for refonly assemblies.
2961
2962 2007-12-17  Mark Probst  <mark.probst@gmail.com>
2963
2964         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
2965         Make sure only one thread is allowed to commence shutdown, and
2966         don't allow new threads to be started once shutdown is in
2967         progress.
2968
2969 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
2970
2971         * verify.c (is_correct_endfilter): added.
2972
2973         * verify.c (is_unverifiable_endfilter): added.
2974
2975         * verify.c (do_endfilter): added.
2976
2977         * verify.c (mono_method_verify): property verification of endfilter
2978         and fixed a corner case or endfinally.
2979
2980 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
2981
2982         * verify.h: new flags to support fail fast of unverifiable code and
2983         do non-strict verification. Non-strict verification is required to
2984         have MS runtime compatibility. There are a huge amount of unverifiable
2985         code that it accepts as verifiable. The strict mode verifies the code
2986         as the specs says.
2987         Non-strict mode will be required in cases where code needs to be
2988         accepted as verifiable but fails under strict mode.
2989
2990         * pedump.c: added support to fail fast and non-strict verification.
2991
2992         * verify.c: added support for both fail fast and non-strict verification.
2993
2994 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
2995
2996         * verify.c (is_correct_endfinally): added.
2997
2998         * verify.c (mono_method_verify): property verification of endfinally.
2999
3000 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
3001
3002         * verify.c (in_any_block): check for filter clauses.
3003
3004         * verify.c (is_correct_rethrow): added.
3005
3006         * verify.c (mono_method_verify): property verification of rethrow.
3007
3008         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
3009
3010 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
3011
3012         * verify.c (do_throw): added.
3013
3014         * verify.c (mono_method_verify): property verification of throw
3015
3016 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
3017
3018         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
3019         assemblies. Fixes #346425.
3020
3021 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
3022
3023         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
3024         FieldBuilders.
3025
3026         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
3027
3028         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
3029         prevent asserts when this is called with a token which might not be valid.
3030
3031         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
3032         lookup_dynamic_token_class with valid_token == FALSE.
3033
3034         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
3035
3036         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
3037
3038         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
3039         
3040 2007-12-10  Mark Probst  <mark.probst@gmail.com>
3041
3042         * gc.c: Don't delay threadpool thread finalization unless Mono is
3043         shutting down.
3044
3045 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
3046
3047         * threads.c: turn an assert into a non-fatal warning.
3048
3049 2007-12-09  Robert Jordan  <robertj@gmx.net>
3050
3051         * icall.c (GetVirtualMethod): Add missing argument validation.
3052
3053 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
3054
3055         * verify.c (do_cast): added.
3056
3057         * verify.c (mono_method_verify): property verification of castclass and isinst.
3058
3059
3060 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
3061
3062         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
3063
3064         * verify.c (do_stelem): added.
3065
3066         * verify.c (mono_method_verify): property verification of stelem.X.
3067
3068 2007-12-07  Mark Probst  <mark.probst@gmail.com>
3069
3070         * class.c, class-internals.h: Introduce an environment variable
3071         (MONO_GENERIC_SHARING) through which the extent of generic code
3072         sharing can be controlled (share all classes, share only corlib
3073         classes, or share nothing).
3074
3075         * object.c: Only create runtime generic context for classes for
3076         which sharing is enabled.
3077
3078 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
3079
3080         * verify.c (do_ldelem): refactor it to work with ldelem.any.
3081
3082         * verify.c (mono_method_verify): property verification of ldelem.any.
3083
3084 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
3085
3086         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
3087         added ldelem.X opcodes.
3088
3089         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
3090
3091         * verify.c: proper verification of ldelem.X 
3092
3093 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
3094
3095         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
3096
3097 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
3098
3099         * verify.c (mono_method_verify): null literal requires special handling,
3100         the value pushed on stack need to be flagged as so.
3101
3102         * verify.c (do_ldelema): Verify ldelema properly.
3103
3104 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
3105
3106         * verify.c: Verify ldlen properly.
3107
3108 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
3109
3110         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
3111         to the target object's type. Fixes #346160.
3112
3113 2007-12-05  Dick Porter  <dick@ximian.com>
3114
3115         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
3116         Solaris needs the same workaround as BSD-derived systems.  Fixes
3117         bug 323524, patch by Burkhard Linke
3118         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
3119
3120 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
3121
3122         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
3123         handle to use when error dialog is shown; otherwise, update mask
3124         to show no error dialog when an error occurs.
3125
3126 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
3127
3128         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
3129
3130         * class.c (mono_class_get_field_default_value): New helper function to initialize
3131         field->def_type and field->data.
3132
3133 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
3134
3135         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
3136         the general one.
3137
3138         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
3139
3140         * marshal.c: Avoid depending on delegate->method_info being set.
3141
3142         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
3143         
3144         * object.c (mono_delegate_ctor): Set delegate->method.
3145
3146         * object-internals.h (struct _MonoDelegate): Add 'method' field.
3147
3148         * appdomain.c: Bump corlib version.
3149
3150 2007-11-27  Raja R Harinath  <harinath@gmail.com>
3151
3152         * metadata.c (mono_generic_inst_equal_full): Short-circuit
3153         equality check if we're comparing canonicalized MonoGenericInsts.
3154
3155 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
3156
3157         * class.c (generic_array_methods): Call mono_class_setup_methods () before
3158         accessing class->methods.
3159
3160 2007-11-22  Dick Porter  <dick@ximian.com>
3161
3162         * threads.c: Ensure that the synch_cs is set before trying to use
3163         it.
3164
3165 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
3166
3167         * profiler.c: r89126 broke the statistial profiler, unbreak.
3168
3169 2007-11-22  Martin Baulig  <martin@ximian.com>
3170
3171         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
3172
3173         * mono-debug.c
3174         (mono_debug_debugger_version): Bump to 3.
3175         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
3176         -> mono_debugger_class_initialized().
3177
3178         * mono-debug-debugger.c
3179         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
3180
3181         * class.c
3182         (mono_debugger_start_class_init_func): Removed.
3183         (mono_debugger_class_loaded_methods_func): Added.
3184         (mono_class_setup_methods): Call it here.
3185
3186 2007-11-22  Martin Baulig  <martin@ximian.com>
3187
3188         * mono-debug.c
3189         (mono_debug_add_delegate_trampoline): New public method.
3190         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
3191
3192         * mono-debug.h
3193         (MonoSymbolTable): Added `global_data_table'.
3194         (MonoDebuggerTypeKind): Removed.
3195
3196 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
3197
3198         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
3199         these methods.
3200
3201         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3202         
3203 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
3204
3205         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
3206
3207 2007-11-20  Martin Baulig  <martin@ximian.com>
3208
3209         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
3210
3211         * mono-debug-debugger.c
3212         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
3213         (mono_debugger_remove_breakpoint): Likewise.
3214         (mono_debugger_check_breakpoints): Likewise.
3215         (mono_debugger_register_class_init_callback): New public method.
3216         (mono_debugger_remove_class_init_callback): Likewise.
3217         (mono_debugger_add_type): Likewise.
3218
3219         * mono-debug-debugger.h
3220         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
3221
3222 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
3223
3224         * class.c: more interface implementations needed for the
3225         array enumerator (fixes bug #341112).
3226
3227 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
3228
3229         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
3230         fix ParamName of ArgumentNullExceptions.
3231
3232 2007-11-17  Miguel de Icaza  <miguel@novell.com>
3233
3234         * reflection.c (mono_reflection_encode_sighelper): Generate the
3235         modopts and modreqs.   I have a useless test that crashes monodis,
3236         but that shows the code working.
3237
3238 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
3239
3240         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
3241         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
3242
3243 2007-11-15  Dick Porter  <dick@ximian.com>
3244
3245         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
3246         When joining a thread, it's the thread that's calling Join that
3247         gets WaitSleepJoin state not the target.  Fixes the standalone
3248         test case in bug 334740, and hopefully the whole bug too.
3249
3250 2007-11-15  Dick Porter  <dick@ximian.com>
3251
3252         * process.c: Read file version info from the files pointed at by
3253         process modules, not the current process.  Fixes bug 315969.
3254
3255         Use windows typedef names in some places to fix warnings on the
3256         windows build.
3257
3258 2007-11-15  Mark Probst  <mark.probst@gmail.com>
3259
3260         * image.c, metadata-internals.h: Added a generic_class_cache hash
3261         to MonoImage for looking up generic classes when sharing generics.
3262
3263 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
3264
3265         * sgen-gc.c: warning cleanups.
3266
3267 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
3268
3269         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
3270         inherited properties.
3271
3272 2007-11-14  Mark Probst  <mark.probst@gmail.com>
3273
3274         * object.c, class-internals.h: Added more information to the
3275         runtime generic context.
3276
3277 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
3278
3279         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
3280         instead of just the target method. Generalize the abstract method handling to
3281         handle any non-static method.
3282
3283         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
3284         mono_marshal_get_delegate_invoke () signature change.
3285
3286 2007-11-13  Mark Probst  <mark.probst@gmail.com>
3287
3288         * class.c, class-internals.h: Made
3289         mono_type_get_basic_type_from_generic () public.  Fixed member
3290         access check for shared generics.
3291
3292         * loader.c: Don't insert field into field cache if it's part of a
3293         non-inflated generic class.
3294
3295         * domain.c, domain-internals.h: The generic sharing context is now
3296         part of the jit info data structure.  Added two accessor
3297         functions.
3298
3299 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
3300
3301         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
3302         the array Get/Set/Address methods, since the JIT inlines them.
3303
3304         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
3305
3306         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
3307         (mono_image_init): Initialize runtime_invoke_direct_cache.      
3308
3309         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
3310         mono_marshal_get_delegate_invoke signature change.
3311
3312         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
3313         an additional argument. Add support for invoking abstract methods.
3314
3315         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
3316
3317         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
3318
3319 2007-11-09  Mark Probst  <mark.probst@gmail.com>
3320
3321         * class.c: Do field layout for open generic classes as well.
3322
3323 2007-11-09  Mark Probst  <mark.probst@gmail.com>
3324
3325         * gc.c, gc-internal.h: Don't finalize threadpool threads with
3326         other objects, because the threadpool is still around.  Put them
3327         in a list instead and after finalizing all other objects in the
3328         root domain shut down the thread pool and then finalize the
3329         threads.  Fixes bug #337383.
3330
3331         * threads.c, thread-types.h: New mono_thread_create_internal()
3332         function for marking a thread with the threadpool flag before it
3333         started.  Set synch_cs to NULL after freeing it.
3334
3335         * threadpool.c: Mark threadpool threads before they start.
3336
3337 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
3338
3339         * reflection.h, reflection.c: don't export random functions
3340         and lazy load dbnull and missing objects.
3341
3342 2007-11-07  Jonathan Chambers <joncham@gmail.com>
3343
3344         * class.c: Initialize COM types if COM interfaces
3345         are present (not just COM classes).
3346         
3347         Code is contributed under MIT/X11 license.
3348
3349 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
3350         * reflection.c:
3351         create_dynamic_mono_image: hook module profiler events (dynamic case).
3352         mono_image_basic_init: hook assembly profiler events (dynamic case).
3353
3354 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
3355         * profiler.c:
3356         simple_appdomain_unload: completely terminate the profiler
3357         instead of only processing the statistical samples.
3358         simple_shutdown: make sure this is really called exactly once,
3359         even in multithreaded applications, and always listen to
3360         appdomain events.
3361         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
3362         here, the "[un]load" functions will do it.
3363         Fixes bugs #333791 and #325261.
3364
3365 2007-11-07  Geoff Norton  <gnorton@novell.com>
3366
3367         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
3368         rather than depend on __APPLE__.
3369
3370 2007-11-07  Mark Probst  <mark.probst@gmail.com>
3371
3372         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
3373
3374 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
3375
3376         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
3377         UTF16 MonoString. Fix the crash from bug #335488
3378
3379 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
3380
3381         * marshal.c: Correct (for non-Win32 OS) length != size in 
3382         mono_string_from_bstr. Fix #339530.
3383
3384 2007-11-06  Geoff Norton  <gnorton@novell.com>
3385
3386         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
3387         to succeed
3388
3389 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
3390
3391         * process.c: Added run-time GetProcessId API detection for Windows.
3392
3393 2007-11-04  Miguel de Icaza  <miguel@novell.com>
3394
3395         * reflection.c  (mono_param_get_objects): If a parameter has the
3396         attribute [System.Runtime.InteropServices.Optional] we should
3397         set the DefaultValue of the ParameterInfo to be
3398         System.Reflection.Missing instead of DBNull.
3399
3400         See bug #339013.
3401
3402         (mono_get_reflection_missing_object): New method,
3403         returns the System.Reflection.Missing.Value singleton instance.
3404
3405 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
3406
3407         * culture-info-table.h : regenerated.
3408
3409 2007-11-02  Jonathan Chambers <joncham@gmail.com>
3410
3411         * icall.c: Use GetEnvironmentStrings on windows
3412         so we are using the same environment block as 
3413         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
3414         #333740.
3415         
3416         Code is contributed under MIT/X11 license.
3417
3418 2007-10-31  Martin Baulig  <martin@ximian.com>
3419
3420         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
3421
3422         * mono-debug-debugger.h
3423         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
3424
3425 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
3426
3427         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
3428         classes.
3429
3430 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
3431
3432         * culture-info-table.h : regenerated.
3433
3434 2007-10-30  Robert Jordan  <robertj@gmx.net>
3435
3436         * icall-def.h, icall.c:
3437         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
3438
3439         Code is contributed under MIT/X11 license.
3440
3441 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
3442
3443         * class.c (mono_class_setup_vtable): Find the inflated methods in the
3444         inflated class instead of inflating them again.
3445         
3446         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
3447         dynamic case.
3448
3449         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
3450         Call setup_supertypes () after klass->parent is set.
3451         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
3452
3453         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
3454         for inflated instances of not yet created dynamic generic classes.
3455         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
3456         times from inflated_method.
3457         (methodbuilder_to_mono_method): Ditto.
3458
3459 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
3460
3461         * gc.c: code cleanup and removed old untested option of not creating the
3462         finalizer thread.
3463
3464 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
3465
3466         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
3467         creating a jump trampoline for dynamic methods.
3468
3469 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
3470
3471         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
3472         generic TypeBuilders when called from another method of the same type (bug #335131).
3473
3474
3475 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
3476
3477         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
3478         doesn't seem to work perfectly.
3479         
3480         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
3481         called multiple times.
3482         (methodbuilder_to_mono_method): Ditto.
3483         (resolve_object): Inflate FieldBuilder's.
3484
3485 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
3486
3487         * string-icalls.c, string-icalls.h, appdomain.c: patch from
3488         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
3489         RemoveEmptyEntries in the string.Split implementation (bug #322375).
3490
3491 2007-10-26  Dick Porter  <dick@ximian.com>
3492
3493         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
3494         Thread initialisation changes
3495
3496 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
3497
3498         * verify.c: fix compatibility check between arrays and System.Array
3499
3500 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
3501
3502         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
3503         too. Fixes #336999.
3504
3505 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
3506
3507         * object.c (mono_value_box): Use typed allocation here.
3508
3509 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
3510
3511         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
3512         trampoline instead of compiling the method right away.
3513
3514         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
3515
3516 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
3517
3518         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
3519         related fields for dynamic classes. Fixes #334493.
3520
3521 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
3522
3523         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
3524         
3525         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
3526
3527         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
3528         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
3529
3530         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
3531
3532         * reflection.c (create_generic_typespec): Initialize klass->generic_container
3533         if needed.
3534         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
3535
3536 2007-10-18  Jonathan Chambers <joncham@gmail.com>
3537
3538         * marshal.c: Use correct key when removing item
3539         from ccw_hash.
3540         
3541         Code is contributed under MIT/X11 license.
3542
3543 2007-10-17  William Holmes  <billholmes54@gmail.com>
3544
3545         *marshal.c: Adding a case to marshal booleans to U1
3546
3547         Code is contributed under MIT/X11 license.
3548
3549 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
3550
3551         * class.c (mono_class_from_name): Search the modules compromising dynamic
3552         assemblies. Fixes #331601.
3553
3554 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
3555
3556         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
3557         exception if the type name contains an assembly component. Fixes #334203.
3558
3559         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
3560         modules inside dynamic assemblies. Fixes #334200.
3561         
3562         * reflection.c: Set image->public_key and image->public_key_length;
3563
3564         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
3565         fields.
3566
3567         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
3568         
3569 2007-10-16  Mark Probst  <mark.probst@gmail.com>
3570
3571         * metadata.c: Implemented correct comparing of generic classes.
3572         An inflated generic class can be equal to a non-inflated one if it
3573         is inflated with generic type variables as type arguments.  Fixes
3574         bug #333798.
3575
3576 2007-10-15  Dick Porter  <dick@ximian.com>
3577
3578         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
3579         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
3580         81646.
3581
3582         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
3583         instead of a monitor lock.  This means that monitor_try_enter and
3584         co can set the thread state safely.
3585         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
3586         thread_interrupt_requested, so interrupt actually works.
3587
3588         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
3589         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
3590         state accessor function
3591
3592 2007-10-15  Martin Baulig  <martin@ximian.com>
3593
3594         * mono-debug.h
3595         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
3596         the debugger with the current runtime.
3597
3598 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
3599
3600         * object.c, object-internals.h: added the ability to set a single
3601         trampoline for all the slots in a vtable.
3602
3603 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
3604
3605         * marshal.c: deal with a possible race condition during multicast
3606         delegate invocation.
3607
3608 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
3609
3610         * class.c: ensure value type methods don't have the synchronized
3611         flag set.
3612
3613 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
3614
3615         * string-icalls.c, string-icalls.h: reverted unapproved patch that
3616         breaks the build.
3617
3618 2007-10-11  Joel Reed  <joelwreed@comcast.com>
3619
3620         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
3621         to take an options parameter so that empty entries can be removed during
3622         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
3623
3624 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
3625
3626         * marshal.c: make sure we don't store the signature from a dynamic
3627         method into the runtime invoke cache (bug #327189).
3628
3629 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
3630
3631         * marshal.c: make sure the wrapper methods are properly initialized.
3632
3633 2007-10-11  Mark Probst  <mark.probst@gmail.com>
3634
3635         * metadata.c, metadata-internals.h: Generalized
3636         mono_type_stack_size() to mono_type_stack_size_internal() which
3637         takes an additional argument specifying whether it allows open
3638         types.
3639
3640 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
3641
3642         * verify.c (do_invoke_method): handle typedbyref params
3643         correctly and check for unverifiable return values.
3644
3645         * verify.c (do_newobj): fix a warning.
3646
3647 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
3648
3649         * verify.c: don't tread typedbyref as allways unverifable,
3650         so uses, like (ld/st)loc.0 are valid. verify for the cases
3651         that it matters, like boxing related operations.
3652
3653 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
3654
3655         * verify.c: add verification of the newobj opcode. verification
3656         of delegate instantation still missing due ldftn and virldftn not
3657         pushing the function type on stack
3658
3659 2007-10-08  Mark Probst  <mark.probst@gmail.com>
3660
3661         * class-internals.h: Runtime generic context data structure
3662         definition.
3663
3664         * object.c: Initialization of runtime generic context at runtime
3665         vtable creation time.
3666
3667 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
3668         * class.c (mono_class_create_from_typedef,
3669         mono_class_from_generic_parameter, mono_ptr_class_get,
3670         mono_fnptr_class_get, mono_bounded_array_class_get)
3671         * domain.c (mono_domain_create, mono_domain_free)
3672         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
3673         * image.c (do_mono_image_load, mono_image_close):
3674         Hooked up load-unload profiler events.
3675
3676 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
3677
3678         * domain.c: track statistics about the actual amount of native code
3679         allocated.
3680
3681 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
3682
3683         * class.c: the valuetype enumerators don't have the additional
3684         supertypes interfaces.
3685
3686 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
3687
3688         * class.c: need more interfaces setup for the IEnumerator<T>
3689         object created for arrays (tests/ienumerator-interfaces.2.cs).
3690
3691 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
3692
3693         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
3694
3695 2007-10-05  Alp Toker  <alp@atoker.com>
3696
3697         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
3698         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
3699         #315863.
3700
3701 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
3702
3703         * verify.c (verify_type_compatibility_full): verification of
3704         compatibility improved, validates correctly non-strict checks between
3705         native int and I4 types different than (unsigned)int32.
3706
3707         * verify.c (do_store_indirect): added, do all verification of
3708         ldind.X opcodes. 
3709
3710         * verify.c (get_load_indirect_mono_type): renamed to
3711         get_indirect_op_mono_type, as it now returns the MonoType for 
3712         ldind.X and stind.X opcodes.
3713
3714 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
3715
3716         * reflection.c: Fix the encoding of generic type definition for
3717         TypeBuilders.
3718
3719         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
3720         mono_image_typedef_or_ref but allows to specify if typespec lookups should
3721         be made. Typespec check is done prior to typeref cache lookup.
3722
3723         * reflection.c (mono_image_typedef_or_ref): now just delegate to
3724         mono_image_typedef_or_ref_full.
3725
3726         * reflection.c (encode_generic_class): encode the generic class
3727         directly instead of calling encode_type.
3728
3729         * reflection.c (encode_type): encode the generic type definition
3730         MonoClass as a generic instantiation.
3731
3732         * reflection.c (create_typespec): cache typespec tokens in
3733         the assembly->typespec cache. Don't create typespec for a generic
3734         instance MonoClass. Create typespec for the generic type defintion.
3735
3736         * reflection.c (create_generic_typespec): encode the generic
3737         class directly instead of calling encode_type.
3738
3739         * reflection.c (mono_image_create_token): encode the generic
3740         type definition not using a typespec for MonoType instances.
3741
3742
3743 2007-10-04  Raja R Harinath  <rharinath@novell.com>
3744
3745         Fix #328812
3746         * class.c (mono_image_init_name_cache): Don't return nested
3747         'protected internal' classes.
3748         (mono_class_from_name_case): Likewise.
3749
3750 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
3751
3752         * icall-def.h, icall.c : get_bundled_machine_config() is now the
3753           common function used by both DefaultConfig in System.dll and
3754           InternalConfigurationHost in System.Configuration.dll.
3755
3756 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
3757
3758         * class.c: automatically add to vectors only a few essential explicit
3759         generic interfaces. The rest of the interfaces that arrays should
3760         provide are currently implicitly added (but still not lazily, see the
3761         design in the discussion of bug#325495 for the details of what is
3762         needed for that). Additionally, implicit interfaces are assigned the
3763         same vtable slot as the explicit interfaces (as they are compatible):
3764         this enables huge memory savings since we don't need to instantiate
3765         as many memthods and as large vtables anymore. Also, Since
3766         GetEnumerator<T> returns an instance of a type that is required to
3767         support a similarly large set of interfaces as arrays, we add
3768         implicit interfaces and interface offset sharing support to those
3769         types, too. This change adds all the required interfaces so that
3770         the anonarray.cs test case in the bug report works (we don't add
3771         all the interfaces to arrays of arrays 3-level deep and more because
3772         of the memory requirements explained in the bug and since they are much
3773         less common: the lazy-loading support will enabled them to work, too).
3774
3775 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
3776
3777         * verify.c (merge_stacks): major clean up, all type compatibility
3778         checks are done by verify_type_compatibility. This fix my earlier lack
3779         of understanding of the CLR type system and merge_stacks no longer looks
3780         scary.
3781
3782         * verify.c: fixed some bad spelling.
3783
3784 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
3785
3786         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
3787         a given stack slock.
3788         
3789         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
3790         verify_type_compatibility_full. This removed a near indentical function and fixed
3791         handling of Int32 and IntPtr across all opcodes.
3792
3793 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
3794
3795         * class.c: only vectors have the additional generic interfaces.
3796
3797 2007-10-01  Jonathan Chambers <joncham@gmail.com>
3798
3799         * mono-config.c: Use g_strcasecmp instead of
3800         strcasecmp like everywhere else to fix
3801         compilation with MSVC.
3802         
3803         Code is contributed under MIT/X11 license.
3804
3805 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
3806
3807         * object.c, object-internals.h: refactored the IMT code to enable
3808         building a single slot at a time and lazily creating the IMT trampolines
3809         and thunks.
3810
3811 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
3812
3813         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
3814
3815         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
3816         Fixes #328501.
3817         
3818 2007-09-29  Raja R Harinath  <harinath@gmail.com>
3819
3820         * loader.c (method_from_methodspec): Rearrange to avoid
3821         un-necessary exposition.  Don't assert out if the method's
3822         declaring type is a generic type definition.
3823
3824 2007-09-28  Martin Baulig  <martin@ximian.com>
3825
3826         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
3827
3828 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
3829
3830         * class-internals.h: optimize field layout of MonoClass to
3831         requires less cachelines at runtime and save a few bytes on 64 bit
3832         systems.
3833
3834 2007-09-28  Jb Evain  <jbevain@novell.com>
3835
3836         * reflection.c: when encoding type names in custom attributes,
3837         if the type is a closed generic type, its generic arguments
3838         have to be serialized as AssemblyQualifiedName, so that when
3839         they are deserialized, it's possible to re-create them properly.
3840         Fixes #329450.
3841
3842
3843 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
3844
3845         * object.c, class-internals.h: added delegate-creation counter.
3846
3847 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
3848
3849         * class.c: cleanup of the code that synthetizes interfaces for
3850         arrays in 2.0: saves quit a bit of corlib mempool memory.
3851         Code to fix bug #325495 ifdeffed out for now until the issues
3852         with memory usage and O(n^2) behaviour are fixed.
3853
3854 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
3855
3856         * marshal.c: when possible, do not duplicate the name of the methods
3857         in the method builder and in the generated MonoMethod.
3858
3859 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
3860         * verify.c: added support for type checking ldind_* opcodes.
3861
3862 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
3863
3864         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
3865         which is used to distinguish the fully open instantiation of a TypeBuilder
3866         with the rest. This temporary hack is required to restore the property that
3867         the fully open instantiation is the same type of the generic type definition.
3868
3869         * class-internals.h (mono_generic_class_is_generic_type_definition):
3870         new function as part of the internal API.
3871
3872         * class.c (inflate_generic_type): return NULL when the generic inst is
3873         fully open. The fully open generic type is now the same as the generic type
3874         definition for non TypeBuilder types.
3875
3876         * class.c (mono_generic_class_get_class): removed assert since it is
3877         no longer valid, gklass->cached_class can point to the generic type definition.
3878
3879         * class.c (mono_generic_class_is_generic_type_definition): new.
3880
3881         * metadata.c (mono_generic_class_hash): added is_tb_open field
3882         to the hash calculation.
3883
3884         * metadata.c (free_generic_class): if the generic class is associated
3885         with the generic type definition, its field will come from the mempool and
3886         must not be freed.
3887
3888         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
3889         new, this function identifies the corner case of a TypeBuilder fully open
3890         instantiation.
3891
3892         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
3893         for lookup. Set gclass->cached_class to be the container class in case of
3894         the fully open instantiation of non TypeBuilder types.
3895
3896         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
3897         to compare generic classes.
3898
3899         * reflection.c (method_encode_methodspec): remove assert that
3900         no longer is valid.
3901
3902         * reflection.c (mono_reflection_generic_class_initialize): add
3903         an aditional assert to ensure the proper type is used.
3904
3905 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
3906
3907         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
3908         to enjoy it.
3909
3910 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
3911
3912         * verify.c (push_arg): Fixed support for ldarga
3913         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
3914         MonoType used as first arg in case of instance calls.
3915
3916 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
3917
3918         * verify.c: Support for verifying VAR and MVAR types, 
3919
3920 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
3921
3922         * icall.c (ves_icall_get_property_info): Set the reflected type of the
3923         accessors correctly.
3924
3925 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
3926
3927         * threads.c: support OSX and other systems in
3928         mono_thread_get_stack_bounds (bug #328026).
3929
3930 2007-09-25  Martin Baulig  <martin@ximian.com>
3931
3932         * mono-debug.h
3933         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
3934
3935 2007-09-24  Martin Baulig  <martin@ximian.com>
3936
3937         * mono-debug.h
3938         (MonoDebugClassEntry): Moved the definition of this struct into
3939         mono-debug.c to make it private.
3940
3941         * mono-debug.c
3942         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
3943         type table per symbol file, we don't need to store the symfile id
3944         any longer.
3945
3946 2007-09-24  Martin Baulig  <martin@ximian.com>
3947
3948         Create one type table per symbol file, since a `MonoClass *' gets
3949         invalid when its image is unloaded.
3950
3951         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
3952         (MonoDebugHandle): Added `type_table'.
3953
3954 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
3955
3956         * mempool.c, mempool.h: added mono_mempool_new_size () API
3957         to be able to specify a smaller initial size for the pool.
3958         Adjusted the code to slowly increase pool size before using
3959         the previous default size.
3960         * image.c: use a small initial size for image mempools.
3961
3962 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
3963
3964         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
3965         Fixes ##320990.
3966
3967         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
3968         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
3969
3970 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
3971
3972         * metadata.c (mono_type_create_from_typespec): Remove an invalid
3973         free. Fixes #327438.
3974
3975 2007-09-21  Raja R Harinath  <harinath@gmail.com>
3976
3977         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
3978         generic instantiations, etc.
3979         <MONO_TYPE_ARRAY>: Likewise.
3980
3981 2007-09-21  Martin Baulig  <martin@ximian.com>
3982
3983         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
3984         these structs were never defined.
3985         (MonoDebugHandle): Removed the `_priv' field, it was never used.
3986
3987 2007-09-21  Martin Baulig  <martin@ximian.com>
3988
3989         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
3990
3991 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
3992
3993         * image.c: removed the guid hash tables: we can get the same info
3994         without the additional memory usage hit (partially fixes also bug #327052).
3995
3996 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
3997
3998         * profiler.h, profiler-private.h, profiler.c: add a new profiler
3999         event to handle unloading methods. After the event is called, the
4000         corresponding MonoMethod* must be considered invalid.
4001         * loader.c (mono_free_method): call the new mono_profiler_method_free
4002         event.
4003
4004 2007-09-20  Mark Probst  <mark.probst@gmail.com>
4005
4006         * domain-internals.h: New flag in MonoJitInfo which marks shared
4007         generic methods.  New hash table (shared_generics_hash) in
4008         MonoDomain to keep track of shared generic methods.  Prototypes
4009         for functions to register and lookup shared generic methods.
4010
4011         * domain.c: Support for registering and looking up shared generic
4012         methods via a hash table (shared_generics_hash) in MonoDomain.
4013
4014         * class-internals.h: New exception to signal failure of shared
4015         compilation of a generic method.  New counters for generics
4016         sharing in MonoStats.
4017
4018 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
4019
4020         * image.c, metadata-internals.h: don't keep a file descriptor open
4021         for loaded assemblies (bug#325988).
4022
4023 2007-09-19  Raja R Harinath  <rharinath@novell.com>
4024
4025         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
4026         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
4027         use the corresponding datatypes.
4028         (type_in_image): Update to changes.
4029         (CleanForImageUserData): Simplify.
4030         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
4031         Avoid quadratic behaviour in handling the "stolen" list by
4032         separating the filter predicate out, and by prepending the stolen
4033         items rather than appending them.
4034         (steal_ginst_in_image): Likewise.
4035         (mono_metadata_clean_for_image): Update to changes.
4036
4037 2007-09-19  Martin Baulig  <martin@ximian.com>
4038
4039         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
4040
4041 2007-09-19  Martin Baulig  <martin@ximian.com>
4042
4043         * mono-debug.c (mono_debug_cleanup): Don't call
4044         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
4045
4046 2007-09-19  Raja R Harinath  <harinath@gmail.com>
4047
4048         Fix crash on 'make run-test' in mcs/errors
4049         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
4050         Avoid more potential allocations in mono_class_from_mono_type.
4051         (ginst_in_image): Update to changes.
4052         (gclass_in_image): Rearrange slightly.
4053
4054 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
4055
4056         * class.c (mono_class_init): Move the code that sets up class->methods to 
4057         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
4058
4059         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
4060         canonical instance of an inflated generic signature.
4061         (mono_type_create_from_typespec): Remove an invalid free.
4062
4063         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
4064
4065 2007-09-18  Marek Habersack  <mhabersack@novell.com>
4066
4067         * domain-internals.h: added a declaration of the
4068         mono_assembly_load_full_nosearch internal function.
4069
4070         * assembly.c (mono_assembly_load_with_partial_name): use
4071         mono_try_assembly_resolve return value properly.
4072         (mono_assembly_load_full_nosearch): copied the function body from
4073         mono_assembly_load_full, without the code to invoke assembly
4074         search hooks.
4075         (mono_assembly_load_full): calls the above new function and if the
4076         assembly is not resolved, invokes the search hooks.
4077
4078         * appdomain.c (mono_runtime_init): restore the global postload
4079         assembly search handlers.
4080
4081 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
4082
4083         * class.c (mono_class_init): Make sure class->methods and class->properties
4084         are never NULL in the generics case.
4085
4086         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
4087
4088 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
4089
4090         * metadata.c (free_generic_class): Disable some code to fix the build.
4091
4092         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
4093
4094         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
4095         from the image mempool.
4096
4097         * metadata.c (free_generic_class): Free more data from the inflated class.
4098
4099         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
4100
4101         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
4102         mempool.
4103         (mono_type_create_from_typespec): Ditto.
4104
4105         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
4106         MonoImage to the caller.
4107         (mono_init_internal): Save the opened image in a global variable.
4108         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
4109
4110         * reflection.c (resolve_object): Fix a leak.
4111
4112         * metadata.c: Fix the freeing of data in the generics caches.
4113         
4114         * metadata.c (free_generic_inst): Comment this out to fix the build.
4115         (free_generic_class): Ditto.
4116
4117         * metadata.c: Free cached generic methods, instantinations and classes when
4118         they are removed from the caches.
4119         (mono_metadata_free_type): Free the type itself.
4120
4121         * class.c: Free the result of mono_class_inflate_generic_type () in a few
4122         places.
4123
4124 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
4125
4126         * boehm-gc.c: restrict managed allocs to __thread supporting
4127         architectures.
4128
4129 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
4130
4131         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
4132         (mono_generic_class_get_class): Fix a leak.
4133
4134         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
4135         mono_metadata_free_type ().
4136         (mono_metadata_inflate_generic_inst): Fix a leak.
4137
4138 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
4139
4140         * mono-debug.c (free_header_data): Fix a leak missed earlier.
4141
4142         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
4143         mempool.
4144
4145         * mono-debug.c (mono_debug_close_image): Fix call to 
4146         g_hash_table_remove ().
4147
4148 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
4149
4150         * icall-def.h: redirect all the string ctor to the managed
4151         CreateString () methods.
4152         * string-icalls.c, string-icalls.h: removed dead code for string
4153         ctors and icalls.
4154
4155 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
4156
4157         * mono-debug.c: Fix memory leaks.
4158
4159 2007-09-14  Jonathan Chambers <joncham@gmail.com>
4160
4161         * threads-types.h: Implement mono_hazard_pointer_set and 
4162         mono_hazard_pointer_clear macros using do/while(0) to fix
4163         compilation with MSVC.
4164         
4165         Code is contributed under MIT/X11 license.
4166
4167 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
4168
4169         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
4170         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
4171
4172 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
4173
4174         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
4175         icalls.
4176
4177 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
4178
4179         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
4180         managed-code allocated as well.
4181
4182 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
4183
4184         * class.c (mono_class_is_assignable_from): Add support for generic variance.
4185
4186 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
4187
4188         * boehm-gc.c: fixed the build after the AOT changes.
4189
4190 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
4191
4192         * wrapper-types.h: Add an ALLOC wrapper type.
4193
4194         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
4195         reference managed allocator methods.
4196
4197 2007-09-12  Marek Safar  <marek.safar@gmail.com>
4198
4199         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
4200         of Type array and not MonoType, a fix suggested by Hari.
4201         
4202 2007-09-12  Jonathan Chambers <joncham@gmail.com>
4203
4204         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
4205         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
4206         
4207         Code is contributed under MIT/X11 license.
4208
4209 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
4210
4211         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
4212
4213 2007-09-12  Marek Habersack  <mhabersack@novell.com>
4214
4215         * image.c (do_mono_image_open): if assembly file fails to open and
4216         MONO_IOMAP is in effect, try to find the path in a
4217         case-insensitive way.
4218
4219         * appdomain.c (mono_runtime_init): do not install postload hooks -
4220         tests show that MS.NET doesn't use anything of that sort to
4221         trigger the AppDomain.AssemblyResolve event.
4222         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
4223         made non-static.
4224         (mono_runtime_init): init portability helpers here.
4225
4226         * assembly.c (mono_assembly_load_with_partial_name): if other   
4227         attempts fail, trigger the AppDomain.AssemblyResolve event handler
4228         to resolve the assembly.
4229
4230         * domain-internals.h: added mono_try_assembly_resolve and marked
4231         it as internal.
4232
4233 2007-09-11  Jb Evain  <jbevain@novell.com>
4234
4235         * object-internals.h (MonoReflectionDynamicMethod): add
4236         a `MonoReflectionType *owner` field. The owner is used
4237         * reflection.c:
4238         (mono_reflection_create_dynamic_method): use the owner of the dynamic
4239         method as the class declaring the dynamic method.
4240         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
4241         dynamic method to the declaring type of the methodbuilder.
4242
4243 2007-09-11  Mark Probst  <mark.probst@gmail.com>
4244
4245         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
4246         rules for calling methods via reflection.
4247
4248 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
4249
4250         * reflection.c (resolve_object): Add support for MonoGenericClass. 
4251         Inflate MonoType's.
4252
4253 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
4254
4255         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
4256         provide a managed method that does fast allocations without needing
4257         a managed->unmanaged transition. Boehm GC implementation currently
4258         enabled for ptrfree objects on sane architectures.
4259
4260 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
4261
4262         * marshal.c, marshal.h: exported a couple of useful functions and
4263         added mono_mb_get_label () to easily handle backward branches.
4264
4265 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
4266
4267         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
4268
4269 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
4270
4271         * loader.c (find_method): Fixed the regression introduced while
4272         fixing bug #81466.
4273
4274 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
4275
4276         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
4277         well.
4278         
4279         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
4280         icall.c reflection.c: Pass a MonoGenericContext argument to 
4281         mono_lookup_dynamic_token ().
4282
4283         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
4284         #82744.
4285         
4286 2007-09-09  Robert Jordan  <robertj@gmx.net>
4287
4288         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
4289         for generic methods.
4290
4291         * object.c (mono_object_get_virtual_method): Handle generic methods.
4292         Fixes bug #78882.
4293
4294         Code is contributed under MIT/X11 license.
4295
4296 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
4297
4298         * image.c: fix locking in mono_image_load_file_for_image ().
4299
4300 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
4301
4302         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
4303         used only as a cache: added an icall to fill it.
4304
4305 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
4306
4307         * reflection.h: exposed mono_reflection_free_type_info
4308         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
4309         since mono_reflection_bind_generic_parameters makes a copy of it.
4310         * reflection.c (free_type_info): subinfos should be freed.
4311         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
4312         made non static.
4313         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
4314         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
4315         this fixes #82695 and #81726.
4316    
4317
4318 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
4319
4320         * process.h, process.c:  added support for user profile/info in
4321           ProcessStartInfo. For now only Windows works.
4322
4323 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
4324
4325         * metadata.c: consider the generic arguments when comparing
4326         signatures (bug #82614).
4327
4328 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
4329
4330         * cil-coff.h, image.c: updated assembly loader to cope with the
4331         PE32+ 64 bit file format.
4332
4333 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
4334
4335         * assembly.c, class.c, domain.c, loader.c: remove useless
4336         inclusion of cil-coff.h.
4337
4338 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
4339
4340         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
4341         if interface is marked with CoClassAttribute. 
4342    
4343         Code is contributed under MIT/X11 license.
4344
4345 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
4346
4347         * sgen-gc.c: ensure no object from the to space is copied again or finalized
4348         if it's seen twice in major collections.
4349
4350 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
4351
4352         * sgen-gc.c: big objects are not copied to the gray area, but they
4353         need to be considered for scanning, too, if they are brought alive
4354         by an object ready for finalizations or a survived one.
4355
4356 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
4357
4358         * sgen-gc.c: properly account the number of disappearing links when
4359         they are nullified.
4360
4361 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
4362
4363         * sgen-gc.c: share the code to scan the registered roots between the
4364         different types of collections.
4365
4366 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
4367
4368         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
4369
4370 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
4371
4372         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
4373         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
4374
4375 2007-08-28  Mark Probst  <mark.probst@gmail.com>
4376
4377         * security-manager.c (mono_security_manager_get_methods):
4378         LinkDemandSecurityException now has 2 arguments instead of 3.
4379
4380 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
4381
4382         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
4383         platforms which need it.
4384
4385 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
4386
4387         * sgen-gc.c: unregister thread data structures with a pthread_key_t
4388         dtor.
4389
4390 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
4391
4392         * threads.c: free the thread static data on thread exit.
4393
4394 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
4395
4396         * class.c: walk the hierarchy to find the generic definition for
4397         a class (fixes runtime part of bug #82498).
4398
4399 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
4400
4401         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
4402         ...
4403
4404         * image.c (mono_image_close): Here. Hopefully fixes #82510.
4405
4406 2007-08-24  Mark Probst  <mark.probst@gmail.com>
4407
4408         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
4409
4410 2007-08-24  Robert Jordan  <robertj@gmx.net>
4411
4412         * appdomain.c: don't perform the ':'->';' substitution on Win32.
4413
4414 2007-08-24  Jb Evain  <jbevain@novell.com>
4415
4416         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
4417         for byref types.
4418
4419 2007-08-24  Mark Probst  <mark.probst@gmail.com>
4420
4421         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
4422         #82286.
4423
4424 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
4425
4426         * assembly.c: Fix a warning.
4427         
4428 2007-08-23  Marek Habersack  <mhabersack@novell.com>
4429
4430         * appdomain.c: parse the <runtime> section looking for the probing
4431         element with the 'privatePath' attribute, which sets additional
4432         directories in which the runtime should look for assemblies.
4433
4434 2007-08-23  Robert Jordan  <robertj@gmx.net>
4435
4436         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
4437         Fixes #82499.
4438
4439 2007-08-23  Martin Baulig  <martin@ximian.com>
4440
4441         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
4442         _mono_debug_init_corlib() and remove it from the header file.
4443
4444 2007-08-23  Martin Baulig  <martin@ximian.com>
4445
4446         * mono-debug-debugger.c
4447         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
4448         don't notify the debugger about it.
4449
4450         * mono-debug-debugger.h
4451         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
4452
4453 2007-08-23  Robert Jordan  <robertj@gmx.net>
4454
4455         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
4456         Code is contributed under MIT/X11 license.
4457
4458 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
4459
4460         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
4461
4462 2007-08-22  Martin Baulig  <martin@ximian.com>
4463
4464         * mono-debug.c: Store debugging info on a per-domain basis and
4465         free it on domain unload.  Add support for unloading symbol files.
4466
4467         * mono-debug.h
4468         (MonoDebugList): New typedef.
4469         (MonoSymbolTable):
4470         - add `data_tables and `type_table'.
4471         - replace 'symbol_files' and `num_symbol_files' with a
4472           `MonoDebugList *'.
4473         (mono_debug_data_table): Removed.
4474         (mono_debug_list_add): New public function.
4475         (mono_debug_list_remove): New public function.
4476         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
4477         (mono_debug_init_2_memory): Renamed into
4478         mono_debug_open_image_from_memory().
4479         (mono_debug_close_image): New public function.
4480         (mono_debug_domain_create): Likewise.
4481         (mono_debug_domain_unload): Likewise.
4482         (MONO_DEBUGGER_VERSION): Bump to 60.
4483
4484         * mono-debug-debugger.h
4485         (MonoDebuggerEvent):
4486         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
4487         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
4488         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
4489         - rename `THREAD_CREATED' and `THREAD_EXITED' into
4490           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
4491         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
4492           meaning.
4493         (mono_debugger_add_symbol_file): Removed.
4494         (mono_debugger_add_type): Removed.
4495         (mono_debugger_lookup_type): Removed.
4496         (mono_debugger_lookup_assembly): Removed.
4497
4498         * domain.c
4499         (mono_domain_create): Call mono_debug_domain_create().
4500         (mono_init_internal): Call mono_debug_init_corlib().
4501
4502         * assembly.c
4503         (mono_assembly_close): Call mono_debug_close_image().
4504
4505 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
4506
4507         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
4508         mmap call.
4509
4510 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
4511
4512         * sgen-gc.c: ensure section->pin_queue_end is initialized
4513         correctly when non pinning objects in the section have been found.
4514
4515 2007-08-22  Marek Habersack  <mhabersack@novell.com>
4516
4517         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
4518         containing a list of directories separated by ':'. MSDN docs say
4519         the directories should be separated with ';'. Part of a bugfix for
4520         bug #81446
4521
4522 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
4523
4524         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
4525         it should MonoType and not MonoClass.
4526
4527 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
4528
4529         * culture-info-table.h : regenerated.
4530
4531 2007-08-20  William Holmes  <billholmes54@gmail.com>
4532
4533         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
4534          to call ReplaceFile Kernel32 on windows or in io-layer.
4535         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
4536         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
4537          as an internal call.
4538
4539         Code is contributed under MIT/X11 license.
4540
4541 2007-08-20  Jb Evain  <jbevain@novell.com>
4542
4543         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
4544         and MONO_EXCEPTION_FIELD_ACCESS.
4545
4546         * debug-helpers.[c|h]: new mono_field_full_name function.
4547
4548 2007-08-20  Mark Probst  <mark.probst@gmail.com>
4549
4550         * class.c: Removed class_security_level() and moved it to
4551         security-core-clr.c.
4552
4553         * security-core-clr.c, security-core-clr.h: class_security_level()
4554         is now public and renamed to mono_security_core_clr_class_level().
4555         It also looks for security attributes in the classes a class is
4556         nested in.
4557
4558 2007-08-20  Mark Probst  <mark.probst@gmail.com>
4559
4560         * security-core-clr.c, security-core-clr.h: CoreCLR security
4561         utility functions.
4562
4563         * Makefile.am: Added security-core-clr.[ch].
4564
4565         * security-manager.c, security-manager.h: Functions and enum for
4566         setting and getting the security mode.
4567
4568         * class.c: CoreCLR security checks.
4569
4570 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
4571
4572         * icall-def.h, process.c, process.h: implemented icall to get
4573         user/system processor times.
4574
4575 2007-08-17  Mark Probst  <mark.probst@gmail.com>
4576
4577         * domain.c, threads.c, class-internals.h, domain-internals.h: New
4578         reader-lock-free jit_info_table.
4579
4580 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
4581
4582         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
4583
4584         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
4585
4586         * object-internals.h (MonoException): Add missing _data member.
4587
4588 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
4589
4590         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
4591         checking that only methods with matching qname or fqname are picked
4592         from implemented interfaces.
4593
4594 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
4595
4596         * verify.c (do_newarr):added, do type verification of
4597         newarr ops, push the right value on the eval stack.
4598         * verify.c (mono_method_verify): use do_newarr
4599
4600
4601 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
4602
4603         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
4604         factored the common code into get_boxable_mono_type, which
4605         is now using mono_type_get_full, this fixed byref related tests.
4606
4607 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
4608
4609         * class.c: added mono_type_get_full, this function has the same
4610         behavior of mono_class_get_full but the returned MonoType has
4611         all metadata of the associated token in case of a typespec token.
4612         * class.c: added mono_type_retrieve_from_typespec, used by 
4613         mono_type_get_full to retrieve the token type.
4614         * class.c (mono_class_create_from_typespec): changed to use
4615         mono_type_retrieve_from_typespec.
4616         * class.c (mono_ldtoken): changed to use mono_type_get_full
4617         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
4618         * class-internals.h: exported mono_type_get_full for internal use.
4619
4620 2007-08-16  Jb Evain  <jbevain@novell.com>
4621
4622         * domain.c (supported_runtimes): add entry for
4623         the 'moonlight' runtime version.
4624
4625 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
4626
4627         * verify.c (mono_method_verify): small typo sliped in.  
4628
4629 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
4630
4631         * verify.c (do_unbox_value): added, do type verification of
4632         unboxing ops
4633         * verify.c (mono_method_verify): use do_unbox_value
4634
4635
4636 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
4637
4638         * verify.c (dump_stack_value): fixed typo, was printing string
4639         instead of object on stack.
4640         * verify.c (do_box_value): moved the byref check up as it leads
4641         to invalid code and should be done earlier.
4642         * verify.c: improved error messages for and ldobj
4643
4644 2007-08-15  William Holmes  <billholmes54@gmail.com>
4645
4646         * marshal.c (emit_marshal_custom): Omit the call to 
4647           marshal_native_to_managed when calling native to managed 
4648           and the argument is specified as an out argument.
4649
4650         Code is contributed under MIT/X11 license.
4651
4652 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
4653
4654         * verify.c: fixed the type checks for generics, function pointers and vectors.
4655         Added type verification for ldobj and ldtoken. The verifier
4656         would segfault if header or signature of a method contained references
4657         to non-existant types.
4658
4659 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
4660
4661         * marshal.c (cominterop_get_ccw): Patch from
4662         Bill Holmes to no walk up interface hierarchy. 
4663         All parent methods should be present in the interface for COM.
4664    
4665         Code is contributed under MIT/X11 license.
4666
4667 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
4668
4669         * marshal.c (emit_marshal_com_interface): Patch from
4670         Bill Holmes to handle COM Interfaces as return values
4671         for native->managed calls.
4672    
4673         Code is contributed under MIT/X11 license.
4674
4675 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
4676
4677         * marshal.c (cominterop_get_idispatch_for_object): Implement
4678         for runtime callable wrappers.
4679    
4680         Code is contributed under MIT/X11 license.
4681
4682 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
4683
4684         * pedump.c (main): changed from mono_init to mono_init_from_assembly
4685         so 2.0 types are accessible
4686
4687
4688 2007-08-13  Miguel de Icaza  <miguel@novell.com>
4689
4690         * domain.c (mono_init_internal): Call mono_assembly_load_friends
4691         once we load mscorlib.   Due to the order in which we initialize,
4692         the mono_assembly_load_full routine that loads mscorlib did not
4693         load friends.   We now load it once we load the
4694         mono_defaults.internals_visible_class class. 
4695
4696         * assembly.c: Expose the mono_load_friend_assemblies method.
4697
4698 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
4699
4700         * verify.c: improved the handling of boxing, better
4701         type checking for unary ops and conversion. Fix bug
4702         regarding managed pointer compatibility checking
4703
4704 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
4705
4706         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
4707
4708         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
4709
4710 2007-08-09  Raja R Harinath  <rharinath@novell.com>
4711
4712         * reflection.c (dup_type): Remove.
4713         * class.c (dup_type): Remove.
4714         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
4715         instead of the dodgy 'dup_type'.
4716         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
4717         handle the case where 'dup_type' needed the second argument.
4718
4719 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
4720
4721         * domain.c: Fix a warning.
4722
4723 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
4724
4725         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
4726         checking that methods with the same fqname are not overridden
4727         with a method from an ancestor.
4728
4729 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
4730
4731         * threads.c (free_thread_static_data_helper): Avoid a crash if
4732         thread->static_data is not yet set.
4733
4734 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
4735
4736         * marshal.c: Use correct image when emitting
4737         native wrapper for COM calls.
4738    
4739         Code is contributed under MIT/X11 license.
4740
4741 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
4742
4743         * icall-def.h, security.c, security.h :
4744           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
4745
4746 2007-08-07  Martin Baulig  <martin@ximian.com>
4747
4748         * mono-debug-debugger.h
4749         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
4750
4751         * domain.c (mono_domain_free): Call
4752         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
4753
4754 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
4755
4756         * verify.c (check_underflow, check_overflow): error message now returns IL offset
4757         * verify.c (in_same_block): code should test if either offset is inside the clauses
4758         * verify.c (mono_method_verify): push the exception into the eval stack of exception
4759         and filter blocks
4760
4761 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
4762
4763         * image.c (mono_image_close): Fix a leak.
4764
4765         * object.c (mono_runtime_invoke_array): Avoid using alloca.
4766
4767         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
4768
4769 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
4770
4771         * domain.c, threads.c, threads-types.h: fix memory retention issue
4772         with thread static variables not being cleared on domain unload.
4773         Reuse thread static slots after domain unload.
4774
4775 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
4776
4777         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
4778         nullable type.
4779
4780         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
4781         now done in mono_runtime_invoke_array.
4782
4783         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
4784         receiver is a nullable type.
4785
4786         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
4787         generic parameter.
4788
4789 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
4790
4791         * marshal.c: Implement COM Objects as return type for 
4792         managed->unmanaged calls. Added Release calls for COM Object
4793         out/return values in managed->unmanaged calls.
4794
4795         Code is contributed under MIT/X11 license.
4796
4797 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
4798
4799         * threads.h, threads-type.h: move the hazard pointer declarations
4800         to the private header.
4801
4802 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
4803
4804         * file-io.c, appdomain.c: memory leak fixes.
4805
4806 2007-08-02  Dick Porter  <dick@ximian.com>
4807
4808         * socket-io.c
4809         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
4810         SO_REUSEADDR setting into io-layer/sockets.c.
4811
4812 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
4813
4814         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
4815         from Object when called on a generic parameter. Fixes #82211.
4816
4817 2007-08-01  Dick Porter  <dick@ximian.com>
4818
4819         * file-io.c (convert_share): Test FileShare values bit-by-bit.
4820         Fixes bug 79250 yet again.
4821
4822 2007-07-30  Martin Baulig  <martin@ximian.com>
4823
4824         Merged the `debugger-dublin' branch.
4825
4826         * mono-debug.h
4827         (MonoDebugDataTable): New typedef.
4828         (MonoDebugMethodAddressList): New typedef.
4829         (MonoDebugWrapperData): Removed.
4830         (MonoDebugSymbolTable): Removed `current_data_table',
4831         `current_data_table_size', `current_data_table_offset'.
4832         (MonoDebugDataItemType): Moved into mono-debug.c.
4833         (MonoDebugMethodJitInfo): Remove `address'.
4834         (mono_debug_data_table): New global variable.
4835         (mono_debug_lookup_method_addresses): New public function.
4836         (mono_debug_find_method): Take a `MonoMethod *', not a
4837         `MonoDebugMethodInfo *'.
4838
4839         * mono-debug.c: Drop support for the old symbol tables.
4840
4841 2007-06-28  Martin Baulig  <martin@ximian.com>
4842
4843         * mono-debug.c (mono_debug_debugger_version): New public variable.
4844
4845 2007-07-31  William Holmes  <billholmes54@gmail.com>
4846
4847         * metadata.c Changed mono_type_create_from_typespec to not insert
4848           the type into the hash map until after
4849           do_mono_metadata_parse_type has completed.
4850         Fixes Bug #82194
4851         Code is contributed under MIT/X11 license.
4852
4853 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
4854
4855         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
4856         generic parameter. Fixes #82211.
4857
4858 2007-07-27  Jb Evain  <jbevain@novell.com>
4859
4860         * pedump.c (dump_metadata, dump_metadata_header): dump
4861         versions contained in the metadata header.
4862
4863 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
4864
4865         * threads.c: register small_id_table with the GC.
4866
4867 2007-07-27  Mark Probst  <mark.probst@gmail.com>
4868
4869         * threads.c, threads.h, class-internals.h, object-internals.h:
4870         Hazard pointers, to be used by lock-free parallel algorithms.
4871
4872 2007-07-26  Dick Porter  <dick@ximian.com>
4873
4874         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
4875         routine on non-windows platforms, as I've not managed to think of
4876         a non-kludgy way of doing this.  Finishes off bug 78739.
4877
4878 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
4879
4880         * object.c: properly setup interface_bitmap in proxy vtables.
4881
4882 2007-07-25  Marek Habersack  <mhabersack@novell.com>
4883
4884         * appdomain.c (get_shadow_assembly_location): do not use TickCount
4885         to create unique shadow copy target directories, use the domain's
4886         serial number instead. Each domain gets a unique target directory
4887         that way.
4888
4889         * domain.c (mono_domain_create): added code to increment domain
4890         shadow copy serial number and cache the value in the current
4891         domain structure.
4892
4893         * domain-internals.h (struct _MonoDomain): added a new field -
4894         shadow_serial to hold the serial number used in generation of
4895         shadow-copy directories. This is to make sure that the directory
4896         name is unique for each and every domain created. We avoid a race
4897         condition with overriding assemblies already in use by other app
4898         domains.
4899
4900 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
4901
4902         * class.c (mono_bounded_array_class_get): fixed memory leak when 
4903         binding generic parameters.
4904
4905 2007-07-24  Raja R Harinath  <rharinath@novell.com>
4906
4907         * metadata.c (do_mono_metadata_parse_generic_class): Use
4908         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
4909         error.
4910
4911 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
4912
4913         * loader.c, class-internals.h, reflection.c: removed the per-method
4914         generics hashtable: we use the global one through the call of
4915         mono_class_inflate_generic_method ().
4916
4917 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
4918
4919         * class.c, metadata.c, class-internals.h: introduce yet another
4920         generics global cache for inflated methods (fixes 98% of the perf
4921         issue in bug #81806).
4922
4923 2007-07-23  Raja R Harinath  <rharinath@novell.com>
4924
4925         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
4926         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
4927         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
4928         return a MonoGenericInst containing (a copy) of those types.
4929         (mono_metadata_inflate_generic_inst): Update to changes.
4930         (mono_metadata_parse_generic_inst): Likewise.
4931         (mono_get_shared_generic_inst): Likewise.
4932         * reflection.c (mono_class_bind_generic_parameters): Likewise.
4933         (mono_reflection_bind_generic_method_parameters): Likewise.
4934         * metadata-internals.h: Likewise.
4935         * icall.c (free_generic_context): Kill.
4936         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
4937
4938         * reflection.c (reflection_methodbuilder_to_mono_method): Use
4939         mono_metadata_type_dup.
4940         * marshal.c (mono_mb_create_method): Likewise.
4941
4942         * metadata.c (mono_metadata_type_dup): Rename from
4943         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
4944         MonoImage.  Handle a few more cases, esp. when no mempool is given.
4945         * marshal.c, metadata-internals.h: Update to changes.
4946
4947 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
4948
4949         * class.c: fixed a small leak for array classes and removed warning.
4950
4951 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
4952
4953         * loader.c (mono_method_get_param_token): Make this work on generic methods.
4954         Return 0x8000000 for return parameters. Fixes #82161.
4955
4956 2007-07-21  Marek Habersack  <grendello@gmail.com>
4957
4958         * appdomain.c (get_shadow_assembly_location): append the current
4959         ticks value to the path. Avoids overwriting the same assemblies by
4960         several threads at the same time.
4961
4962 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
4963         and Raja R Harinath  <rharinath@novell.com>
4964
4965         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
4966         Simplify slightly.
4967         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
4968         property for testing if a method is a generic method definition.
4969
4970 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
4971
4972         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
4973
4974 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
4975
4976         * verify.c: used function from private branch, reverted to the one in class.h 
4977
4978 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
4979
4980         * verify.c: a typo slipped in and the code wont compile
4981
4982 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
4983
4984         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
4985         disabled box instruction as it is doing the wrong thing
4986         improved stack dump messages, now it is easier to debug type related issues
4987
4988
4989 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
4990
4991         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
4992
4993 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
4994
4995         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
4996         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
4997         grouped with class and valuetype. This change will simply 
4998         the code as it should be handled just like unmanaged pointers.
4999
5000 2007-07-19  Mark Probst  <mark.probst@gmail.com>
5001
5002         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
5003
5004 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
5005
5006         * verify.c: several stack merge issues fixed, reference comparisons now
5007         check the type size. strict type check now works correctly.
5008         added more uses of IS_MANAGED_POINTER macro.
5009         fixed issues pointed by running the test suite against .net.
5010         
5011
5012 2007-07-19  Mark Probst  <mark.probst@gmail.com>
5013
5014         * class.c, loader.c, class-internals.h: Removed the
5015         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
5016         defines.
5017
5018         * icall.c: Better error checking in some internal reflection
5019         methods.
5020
5021 2007-07-18  William Holmes  <billholmes54@gmail.com>
5022
5023         * filewatcher.c : removed unused variable 'filename' in 
5024           ves_icall_System_IO_FSW_SupportsFSW
5025
5026 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
5027
5028         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
5029         obsolete, removed.
5030
5031 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
5032
5033         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
5034         
5035         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
5036
5037 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
5038
5039         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
5040         Implement generics support.
5041         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
5042
5043         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
5044         type_args and method_args arguments.
5045         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
5046         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
5047         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
5048
5049 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
5050
5051         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
5052           It adds a rootimage parameter to mono_reflection_get_type_internal,
5053           adds new function mono_reflection_get_type_with_rootimage and use
5054           the rootimage to resolve the types instead of the current image
5055
5056 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5057
5058         * culture-info-table.h: Forgot to update after r78304.
5059
5060 2007-07-13  Raja R Harinath  <rharinath@novell.com>
5061
5062         * class.c (mono_class_is_open_constructed_type)
5063         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
5064
5065 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
5066
5067         * class.c (mono_bounded_array_class_get):  method fails if used with
5068         an incomplete TypeBuilder enum (no basetype field), fixed it by 
5069         avoiding calculating the size for such array as it cannot be instantiated.
5070         Fix bug #82015
5071
5072 2007-07-12  Raja R Harinath  <rharinath@novell.com>
5073
5074         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
5075         field.
5076         * metadata.c, reflection.c: Update to changes.
5077
5078 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
5079
5080         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
5081         mono_class_is_valid_enum, they are used to valide a enum when loading.
5082         * reflection.c: used new functions to throw TypeLoadException when and
5083         invalid enum is build with TypeBuilder. Fixes #82018
5084   
5085 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
5086
5087         * object.c: forgot commit of mono_class_setup_methods () to access
5088         iface->methods.
5089         * object-internals.h: added a few more handy fields to
5090         MonoIMTCheckItem.
5091
5092 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
5093
5094         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
5095         iface->methods.
5096
5097 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
5098
5099         * class-internals.h, object-internals.h, object.c: IMT-based
5100         interface invocation core from Massimiliano Mantione
5101         (massi@ximian.com) with a reworked arch-specific interface,
5102         bsearch implementation and a few bugfixes and memory savings by me.
5103
5104 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
5105
5106         * class.c (mono_class_create_from_typedef): mono would segfault if 
5107         an enum did not have a __value field. It now throws a TypeLoadException
5108         for such cases. Fix bug #82022
5109
5110 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
5111
5112         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
5113
5114 2007-07-09  Mark Probst  <mark.probst@gmail.com>
5115
5116         * class.c (mono_class_init): If a class is already inited but has
5117         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
5118
5119 2007-07-09  Mark Probst  <mark.probst@gmail.com>
5120
5121         * class.c: Properly handle the case of an unimplemented interface
5122         method.  Fixes: 81673.
5123
5124 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
5125
5126         * class-internals.h, object.c: cleanup patch from massi: use
5127         MonoVTable->interface_bitmap since the vtable interfaces offset array
5128         is going away.
5129
5130 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
5131
5132         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
5133         GetMDStreamVersion icall instead.
5134
5135 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
5136
5137         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
5138         not use mono_dl_build_path() with a full library name: makes
5139         fallbacks to libgaim and libfam work.
5140
5141 2007-07-06  William Holmes  <billholmes54@gmail.com>
5142
5143         * assembly.c: Added a continue statement in probe_for_partial_name when
5144          parse_assembly_directory_name fails.  Fixes : 82002
5145
5146 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
5147
5148         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
5149         and added a verification  for TYPEDBYREF.
5150         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
5151         make native int interchangeable with int32 and some small cleanup and formating.
5152         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
5153         handle byref of byref.
5154         * verify.c (push_local): handle byref of byref.
5155         * verify.c (do_binop): invalid mix of values is unverifiable
5156         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
5157         added visibility checks
5158         * verify.c (field related method): added visibility checks
5159         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
5160
5161 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
5162
5163         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
5164         string.
5165
5166 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
5167
5168         * profiler.c (mono_profiler_load): Fix an off-by-one error.
5169
5170         * marshal.c (emit_marshal_string): When returning a string from managed code,
5171         allways make a copy even for unicode strings. Fixes #81990.
5172
5173 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
5174
5175         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
5176         of byref generic inst types (bug #81997).
5177
5178 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
5179
5180         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
5181         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
5182
5183 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
5184
5185         * marshal.c (emit_marshal_string): Add support for unicode strings in
5186         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
5187
5188 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
5189
5190         * verify.c: field load/store are now verified, missing only access checks now
5191
5192 2007-06-28  Martin Baulig  <martin@ximian.com>
5193
5194         * mono-debug.c (mono_debug_debugger_version): New public variable.
5195
5196 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
5197
5198         * locales.c: When constructing DateTimeFormat or NumberFormat for
5199         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
5200         MonoCultureInfo contructed from the current locale is always
5201         read-only and has UseUserOverride set to true. All MonoCultureInfo
5202         instances returned for GetCultures have both IsReadOnly and
5203         UseUserOverride set to true. Fixes part of bug #81930.
5204
5205 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
5206
5207        * icall-def.h: Update System.__ComObject icalls
5208        * marshal.c: Avoid managed transition (and object creation)
5209        when looking up COM interface in RCW.
5210        * marshal.h: Ditto.
5211        
5212        Code is contributed under MIT/X11 license.
5213
5214 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
5215
5216         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
5217         to avoid crashes during assembly unloading.
5218
5219 2007-06-22  Raja R Harinath  <rharinath@novell.com>
5220
5221         Fix MethodInfo.IsGenericMethodDefinition
5222         * reflection.c (mono_reflection_bind_generic_method_parameters):
5223         Rearrange code to ensure we always uses a generic method definition.
5224         * class.c (mono_class_inflate_generic_method_full): Set
5225         'generic_container' field only for generic method definitions.
5226         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
5227         Use presense of 'generic_container' field as indication of being a
5228         generic method definition.
5229
5230 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
5231
5232         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5233
5234         * object-internals.h: Reflect changes in the layout of the managed Delegate
5235         class.
5236         
5237         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
5238         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
5239         runtime memory used by the dynamic method. Fixes #77146.
5240
5241 2007-06-21  Dick Porter  <dick@ximian.com>
5242
5243         * file-io.h: 
5244         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
5245         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
5246         81767.
5247
5248 2007-06-21  Raja R Harinath  <rharinath@novell.com>
5249
5250         * reflection.c (method_encode_methodspec): Add a tripwire.
5251         * class.c (inflate_generic_type): The fully open generic type is
5252         not the same as the generic type definition.
5253
5254 2007-06-21  Martin Baulig  <martin@ximian.com>
5255
5256         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
5257
5258         * mono-debug-debugger.h
5259         (MonoDebuggerBreakpointInfo): Removed.
5260         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
5261         (mono_debugger_remove_breakpoint): Likewise.
5262         (mono_debugger_breakpoint_callback): Likewise.
5263         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
5264
5265 2007-06-21  Raja R Harinath  <rharinath@novell.com>
5266
5267         * metadata.c (mono_metadata_lookup_generic_class): The fully open
5268         generic type is not the same as the generic type definition.
5269         * class.c (mono_generic_class_get_class): Likewise.
5270
5271 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
5272
5273         * icall.c: The second argument to 
5274         System.Reflection.MethodBase.GetMethodFromHandleInternalType
5275         is a MonoType not a MonoClass.
5276
5277 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
5278
5279         * verify.c: support for function pointers in the verifier
5280
5281 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
5282
5283         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
5284
5285 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
5286
5287         * assembly.c: removed Mono.Data.SqliteClient from the list of
5288         forward-compatible assemblies as it breaks the ABI (bug #81899).
5289
5290 2007-06-19  Raja R Harinath  <rharinath@novell.com>
5291
5292         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
5293         lookup/update with the loader lock.
5294         * reflection.c (mono_class_bind_generic_parameters): No need to
5295         protect mono_metadata_lookup_* with the loader lock.
5296         * class.c (inflate_generic_type): Likewise.
5297         
5298         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
5299         on a generic instantiated type.
5300
5301 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
5302
5303         *verify.c: produce meanfull error messages on verification error
5304         *verify.c: fixed some cases of verification errors reported as validation errors
5305         *pedump.c: fixed the error name array, now it shows validation errors properly
5306         *verify.h: fixed the contant that should be used for verification errors
5307
5308 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
5309
5310         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
5311         for bug #77596, 81858 and 80743 (generics data structures on domain
5312         unload).
5313
5314 2007-06-15  Raja R Harinath  <rharinath@novell.com>
5315
5316         Avoid allocating 'MonoGenericContext' on the heap.
5317         * class-internals (_MonoMethodInflated::context): Make field
5318         inline, not a pointer.
5319         * loader.c (method_from_methodspec): Allocate 'new_context' on the
5320         stack.  Use the context embedded within the inflated method as the
5321         hash key, rather than 'new_context'.
5322         * class.c (inflate_generic_context): Simplify.  Return a struct
5323         rather than allocating on the heap.
5324         (mono_class_inflate_generic_method_full): Update to changes.  Now,
5325         doesn't salt away a copy of the context -- simplifying the
5326         lifetime rules of a 'MonoGenericContext *'.
5327         (mono_method_get_context): Return pointer to embedded context.
5328         (setup_generic_array_ifaces): Allocate temporary context on stack.
5329         * reflection.c (inflate_mono_method): Likewise.
5330         (mono_reflection_bind_generic_method_parameters): Likewise.
5331         Use the context embedded within the inflated method as the hash key.
5332
5333         Avoid a source of allocation of 'MonoGenericContext'.
5334         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
5335         and 'cached_context' fields into embedded 'MonoGenericContext' field.
5336         * class.c: Update to changes.
5337         (mono_generic_class_get_context): Simplify drastically.  Now just
5338         returns a pointer to the field.
5339         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
5340         argument as a const pointer.
5341         (mono_metadata_generic_context_equal): Likewise.
5342         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
5343         Update to changes.
5344
5345 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
5346
5347         * verify.c improved the handling of brtrue/brfalse, factored out common code
5348
5349 2007-06-14  Raja R Harinath  <rharinath@novell.com>
5350
5351         Kill MonoGenericMethod.
5352         * class-internals.h (MonoGenericContext::method_inst): Rename from
5353         'gmethod' and convert to a MonoGenericInst.
5354         (MonoGenericMethod): Remove.
5355         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
5356         * loader.c (method_from_methodspec): Update to changes.  Use a
5357         MonoGenericContext as the key to the hashtable.
5358         * metadata.c (mono_metadata_generic_context_equal): Rename from 
5359         'mono_metadata_generic_method_equal' and take MonoGenericContext.
5360         (mono_metadata_generic_context_hash): Likewise from
5361         'mono_metadata_generic_method_hash'.  Change hash function.
5362         (mono_metadata_load_generic_params): Update to changes.
5363         (mono_get_shared_generic_method): Remove.
5364         * metadata-internals.h (mono_get_shared_generic_method): Remove.
5365         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
5366         (inflate_generic_context): Likewise.
5367         (mono_class_inflate_generic_method_full): Likewise.
5368         (setup_generic_array_ifaces): Likewise.
5369         (mono_class_create_from_typespec): Likewise.
5370         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
5371         (method_encode_methodspec): Update callsite.
5372         (reflection_methodbuilder_to_mono_method): Update to changes.
5373         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
5374         MonoGenericContext as the key to the hashtable.
5375         (inflate_mono_method): Update to changes.
5376
5377         * class-internals.h (MonoGenericMethod::container): Remove.
5378         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
5379
5380 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
5381
5382         * profiler-private.h, profiler.c, profiler.h: added API to profile
5383         exception events.
5384
5385 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
5386
5387         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
5388
5389 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
5390
5391         * verify.c: method invocation is now validated, now we verify parameter types on stack.
5392         Fixed overflow and underflow not aborting the verification process.
5393
5394 2007-06-13  Mark Probst  <mark.probst@gmail.com>
5395
5396         * class-internals.h (MonoStats): Added stats entries for dynamic
5397         code allocations.
5398
5399 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
5400
5401         * loader.c (mono_free_method): Free header->locals and header->clauses.
5402
5403         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
5404         dynamic case.
5405
5406         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
5407
5408         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
5409
5410 2007-06-12  Raja R Harinath  <rharinath@novell.com>
5411
5412         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
5413         the tables.
5414
5415 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
5416
5417         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
5418
5419 2007-06-11  Raja R Harinath  <harinath@gmail.com>
5420
5421         MonoGenericMethod on a diet
5422         * class-internals.h (_MonoMethodInflated::reflection_info): Move
5423         here ...
5424         (_MonoGenericMethod::reflection_info): ... from here.
5425         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
5426         Update to changes.
5427         * reflection.c (inflate_mono_method): Likewise.
5428         (mono_reflection_bind_generic_method_parameters): Likewise.
5429
5430 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
5431
5432         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
5433         *verify.c: factored long ldarg forms to share code with short forms
5434
5435 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
5436
5437         *verify.c: fixed code formating factored some duplicate code
5438         into a new function
5439
5440         *verify.h: fixed binary incompatibility introduced earlier
5441
5442         *pedump.c: fixed formating
5443
5444 2007-06-11  Raja R Harinath  <harinath@gmail.com>
5445
5446         Fix assertion when disassembling Mono.C5.dll
5447         * loader.c (method_from_methodspec): Avoid inflating a method
5448         twice with the same context.  If the methodref is inflated, use
5449         the declaring method instead.
5450
5451         * class.c (mono_class_from_generic_parameter): Fix case similar to
5452         bug #81830 handled below, but for method containers.
5453
5454 2007-06-10  Raja R Harinath  <harinath@gmail.com>
5455
5456         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
5457         get_shared_generic_class.  Directly inflate the instance.
5458         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
5459         (inflate_generic_class): Delete.
5460         (get_shared_generic_class): Delete.  Move setting of
5461         'cached_class' and 'cached_context' ...
5462         * metadata.c (mono_metadata_lookup_generic_class): ... here.
5463
5464         * metadata.c (mono_metadata_lookup_generic_class): Change
5465         signature to take the components of a MonoGenericClass rather than
5466         an allocated MonoGenericClass.  Change semantics to be intern-like.
5467         * reflection.c (mono_class_bind_generic_parameters): Update to
5468         changes.  Make locking region tighter.
5469         * class.c (inflate_generic_class): Update to changes.
5470         (get_shared_generic_class): Likewise.
5471         * metadata-internals.h: Likewise.
5472
5473         * reflection.c (mono_class_bind_generic_parameters): Take and
5474         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
5475         (mono_reflection_bind_generic_parameters): Use
5476         'mono_class_bind_generic_parameters' rather than duplicate the code.
5477         * class.c (mono_bounded_array_class_get): Update to changes.
5478         * object-internals.h: Likewise.
5479
5480         * reflection.c (mono_class_bind_generic_parameters): Only support
5481         parameterizing generic type definitions.  Remove support for other
5482         open types.
5483
5484 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
5485
5486         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
5487
5488         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
5489         in the dynamic case.
5490
5491 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
5492
5493         * threads.c: When cleaning up thread, reset the Background bit.
5494         Fixes bug #81720.
5495
5496 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
5497
5498        * metadata.c: Move variable declarations to top of scope.
5499        * verify.c: Move variable declarations to top of scope.
5500
5501        Code is contributed under MIT/X11 license.
5502
5503 2007-06-08  Raja R Harinath  <rharinath@novell.com>
5504
5505         * reflection.c (mono_class_bind_generic_parameters): Replace
5506         open-coded loop with mono_metadata_inflate_generic_inst.
5507
5508         * class.c (get_shared_generic_class): Don't call
5509         mono_get_shared_generic_inst.  Use the container's own
5510         'class_inst'.
5511
5512         * metadata.c (mono_metadata_load_generic_params): Move
5513         initialization of 'context' field here from ...
5514         * class.c (mono_class_create_from_typedef): ... here, and ...
5515         * loader.c (mono_get_method_from_token): ... here.
5516
5517         * class.c (get_shared_generic_class): Rename from
5518         mono_get_shared_generic_class and make static.
5519         (mono_get_shared_generic_inst): Move to metadata.c.
5520         * loader.c (mono_get_shared_generic_method): Likewise.
5521         * class-internals.h, metadata-internals.h: Update to changes.
5522
5523         Fix #81830
5524         * class.c (mono_class_from_generic_parameter): Don't assume a
5525         generic container owner exists.  Generic containers from monodis
5526         don't have any.
5527
5528 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
5529
5530         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
5531         * verify.h: new typedefs to returns the non-verifiable status
5532         * verify.c: initial implementation of generics, stack merging and object compatibility check
5533
5534 2007-06-06  Mark Probst  <mark.probst@gmail.com>
5535
5536         * class.c, image.c, class-internals.h (MonoImage): class_cache is
5537         a MonoInternalHashTable again (fixed bug in internal hash table
5538         code).
5539
5540 2007-06-06  Mark Probst  <mark.probst@gmail.com>
5541
5542         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
5543         MonoInternalHashTable again (fixed bug in internal hash table
5544         code).
5545
5546 2007-06-06  Mark Probst  <mark.probst@gmail.com>
5547
5548         * class.c, image.c, class-internals.h, domain.c,
5549         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
5550         changes.  Have to figure out what makes them break the SWF
5551         regression.
5552
5553 2007-06-04  Mark Probst  <mark.probst@gmail.com>
5554
5555         * class.c, image.c, class-internals.h (MonoImage): class_cache is
5556         a MonoInternalHashTable now.
5557
5558 2007-06-04  Mark Probst  <mark.probst@gmail.com>
5559
5560         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
5561         MonoInternalHashTable now.
5562
5563 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
5564
5565         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
5566         invoke_impl code.
5567
5568         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
5569
5570         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
5571         dependent trampoline.
5572
5573         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5574
5575         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
5576
5577 2007-05-29  Robert Jordan  <robertj@gmx.net>
5578
5579         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
5580
5581 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
5582
5583         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
5584
5585 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
5586
5587        * marshal.c: Fix interface lookup loops for
5588        cominterop_get_com_slot_for_method and 
5589        cominterop_get_method_interface. Only need to lookup
5590        if type is a class, else use interface type method is on.
5591
5592        Code is contributed under MIT/X11 license.
5593
5594 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
5595
5596         * reflection.c: HasSecurity can be present even if no specially 
5597         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
5598         SecurityAttribute). Fix CAS regression tests on buildbot.
5599
5600 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
5601
5602        * appdomain.c: Add configure checks for header files.
5603        * image.c: Add configure checks for header files.
5604        * file-io.c: Add configure checks for header files.
5605        * debug-mono-symfile.c: Add configure checks for header files.
5606        * threadpool.c: Add configure checks for header files.
5607        * console-io.c: Add configure checks for header files.
5608        * profiler.c: Add configure checks for header files.
5609        * rawbuffer.c: Add configure checks for header files.
5610        * icall.c: Add configure checks for header files.
5611        * rand.c: Add configure checks for header files.
5612        * socket-io.c: Add configure checks for header files.
5613
5614        Code is contributed under MIT/X11 license.
5615
5616 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
5617
5618         * reflection.c (mono_custom_attrs_from_builders): Remove the 
5619         assertion as it breaks the build.
5620         
5621         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
5622
5623         * reflection.c (lookup_custom_attr): Make a copy here too.
5624
5625         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
5626         dynamic images.
5627
5628         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
5629         images.
5630
5631         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
5632         info.
5633
5634 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
5635
5636         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
5637         (load_cattr_value): Ditto.
5638
5639 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
5640
5641         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
5642
5643 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
5644
5645         * threads.c: In "start_wrapper", set apartment_state to MTA if
5646         apartment_state is Unknown and we're running on 2.0 profile or
5647         higher.
5648         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
5649         to main method, then set apartment_state to Unknown on 1.0 profile,
5650         and MTA on 2.0 profile.
5651
5652 2007-05-16  Jb Evain  <jb@nurv.fr>
5653
5654         * class-internals.h (MonoDefaults): Add an attribute_class and
5655           customattribute_data_class.
5656         * domain.c (mono_init_internal): Populate them.
5657         * reflection.c: Use them to remove duplicates. Make a vew
5658         MonoClass variables `static'.
5659
5660 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
5661
5662         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
5663         step in implementing IMT, so that all isinst checks now can go
5664         through the bitmap.
5665         This was needed because vtables for TransparentProxy need to look
5666         like the vtable of the "target" class, so they need to point to
5667         its interface bitmap directly.
5668
5669         * object.c: inside "mono_class_create_runtime_vtable" and
5670         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
5671
5672 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
5673
5674         * object-internals.h
5675           culture-info.h : added territory field in MonoCulture and
5676           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
5677         * locales.c : fill territory field above too.
5678         * culture-info-table.h : regenerated.
5679
5680 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
5681
5682         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
5683         Fixes #81599.
5684
5685 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
5686
5687         * object.c: Always initialize apartment, even if 
5688         there is no custom attributes on entry point.
5689         
5690         Code is contributed under MIT/X11 license.
5691
5692 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
5693
5694         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
5695         * metadata.c: If no encoding is set, check for unicode
5696         on class.
5697         
5698         Code is contributed under MIT/X11 license.
5699
5700 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
5701
5702         * threads.c: Handle if mono_thread_current returns NULL 
5703         
5704         Code is contributed under MIT/X11 license.
5705
5706 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
5707
5708         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
5709         in start_wrapper. Added mono_thread_init_apartment_state and
5710         mono_thread_cleanup_apartment_state.
5711         * object.c: Initialize thread apartment state on main thread
5712         by checking for STAThreadAttribute on entry point.
5713         * object-internals.h: Add apartment_state field to MonoThread.
5714         * threads-types.h: Add unmanaged definition of 
5715         System.Threading.ApartmentState, MonoThreadApartmentState.
5716         
5717         Code is contributed under MIT/X11 license.
5718         
5719 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
5720
5721         * class.c: Fix windows build.
5722         * class-internals.h: Fix windows build.
5723         
5724         Code is contributed under MIT/X11 license.
5725
5726 2007-05-08  Robert Jordan  <robertj@gmx.net>
5727
5728         * process.c (CreateProcess_internal):
5729         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
5730         .CreateNoWindow was specified. Fixes #81496.
5731
5732 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
5733
5734         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
5735         step in implementing IMT, replaced it with two compact arrays
5736         (interfaces_packed and interface_offsets_packed) and a bitmap that
5737         is used for isinst checks (interface_bitmap).
5738
5739         * class.c: (compare_interface_ids): compare function to pass to
5740         bsearch when looking for an interface with a given id.
5741         (mono_class_interface_offset): reimplemented using bsearch on
5742         interfaces_packed, getting the offset from interface_offsets_packed.
5743         (print_implemented_interfaces): utility debugging function.
5744         (setup_interface_offsets): reworked to initialize interfaces_packed,
5745         interface_offsets_packed and interface_bitmap.
5746
5747         * object.c: replaced all accesses to "MonoClass.interface_offsets"
5748         with uses of interfaces_packed and interface_offsets_packed.
5749
5750 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
5751
5752         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
5753         mono_class_interface_offset prototype to wrap all accesses to
5754         "MonoClass.interface_offsets".
5755
5756         * class.c: Implemented mono_class_interface_offset, and wrapped all
5757         accesses to "MonoClass.interface_offsets".
5758
5759         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
5760         "MonoClass.interface_offsets".
5761
5762 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
5763
5764         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
5765         GetMethodFromHandle overloads (bug #78637).
5766
5767 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
5768
5769         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
5770         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
5771
5772 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
5773
5774         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
5775         #81498.
5776
5777         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
5778         gracefully.
5779         (mono_custom_attrs_from_index): Ditto.
5780
5781         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
5782         Fixes #81501.
5783
5784 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
5785
5786         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
5787         is now allocated from a mempool.
5788
5789 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
5790
5791         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
5792         caller holds threads_lock, leading to deadlocks. Fixes #81476.
5793
5794 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
5795
5796         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
5797         mono_loader_clear_error () too late. Fixes #81463.
5798
5799 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
5800
5801         * culture-info-table.h : regenerated.
5802
5803 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
5804
5805         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
5806         is missing.
5807
5808 2007-04-25  Dick Porter  <dick@ximian.com>
5809
5810         * Makefile.am: Put the mingw enforced-optimisation back into the
5811         PLATFORM_WIN32 section.
5812
5813 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
5814
5815         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
5816         patch.
5817
5818         * image.c (mono_image_load_module): New API function to load a module reference.
5819
5820         * image.c (load_modules): Load modules lazily. Fixes #80812.
5821
5822         * class.c (mono_class_from_typeref): Use mono_image_load_module.
5823         
5824         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
5825
5826         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
5827         to mono_image_load_module_dynamic.
5828
5829 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
5830
5831         * marshal.c: Fix calling convention for CCW on non-windows
5832         platforms. STDCALL on windows, CDECL everywhere else to work 
5833         with XPCOM and MainWin COM.
5834         
5835         Code is contributed under MIT/X11 license.
5836
5837 2007-04-23  Martin Baulig  <martin@ximian.com>
5838
5839         Fix #80969.
5840
5841         * loader.c
5842         (method_from_memberref): Added `gboolean *used_context' argument.
5843         (mono_get_method_from_token): Likewise.
5844         (mono_get_method_full): Don't insert the method in the cache when
5845         `used_context' is true.
5846
5847 2007-04-23  Raja R Harinath  <rharinath@novell.com>
5848
5849         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
5850
5851         * reflection.c (mono_reflection_bind_generic_parameters): Don't
5852         create new MonoTypes for returned types.
5853         * class.c (mono_generic_class_get_class): Export mono-internal.
5854         * class-internals.h: Update to changes.
5855
5856 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
5857
5858         * threadpool.c, threadpool.h, icall-def.h: patch from
5859         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
5860
5861 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
5862
5863         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
5864         
5865         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
5866
5867         * threads.c (mono_thread_get_stack_bounds): New helper function.
5868
5869         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
5870         Correctly compute stack bounds when attaching. Fixes #81394.
5871
5872 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
5873
5874         * reflection.c: fix handling of doubles in custom attributes
5875         for the arm-fpa format (bug #81368).
5876
5877 2007-04-18  Raja R Harinath  <rharinath@novell.com>
5878
5879         * reflection.c (assembly_add_win32_resources): Mildly relax an
5880         bounds check to let the end pointer point just past the end of the
5881         allocated buffer.  (may fix #81384)
5882
5883 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
5884
5885         * culture-info-table.h : regenerated.
5886
5887 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
5888
5889         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
5890         the thread is aborted early.
5891
5892 2007-04-05  Dick Porter  <dick@ximian.com>
5893
5894         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
5895         FindFirstFile()/FindNextFile() to find entries.  This lets the
5896         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
5897         81038.
5898
5899         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
5900         the parameters of
5901         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
5902
5903 2007-04-04  Martin Baulig  <martin@ximian.com>
5904
5905         * debug-helpers.c
5906         (mono_method_desc_full_match): Add support for nested classes.
5907
5908 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
5909
5910         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
5911
5912 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
5913
5914         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
5915         waiting for too many threads.
5916
5917 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
5918
5919         * environment.c: Fix return value check on uname so we can get the 
5920         executing version on Solaris operating systems.
5921
5922 2007-03-28  Jb Evain  <jbevain@gmail.com>
5923
5924         * class.c (mono_type_get_name_recurse): Complete the
5925         fix for the creation of assembly qualified names for
5926         pointer types. Fixes #81208.
5927
5928 2007-03-27  Dick Porter  <dick@ximian.com>
5929
5930         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
5931         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
5932         changed.
5933
5934         * threads.c
5935         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
5936         the value of ReleaseMutex().
5937
5938 2007-03-27  Dick Porter  <dick@ximian.com>
5939
5940         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
5941         in little-endian order, not network endian, so must be converted
5942         to host endian here.  Fixes bug 80593.
5943
5944 2007-03-22  Jb Evain  <jbevain@gmail.com>
5945
5946         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
5947         qualified names for pointer types. Fixes #81208.
5948
5949 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
5950
5951         * marshal.c: Add support for PreserveSigAttribute. 
5952         
5953         Code is contributed under MIT/X11 license.
5954
5955 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
5956
5957         * process.c: Fix endianness issues. Fixes #81126.
5958
5959         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
5960         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
5961
5962         * image.c (mono_image_lookup_resource): Make this work on big-endian
5963         machines.Change API contract so the caller needs to free the return value.
5964         
5965         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
5966         API change.
5967         
5968 2007-03-14  Martin Baulig  <martin@ximian.com>
5969
5970         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
5971         mono_type_get_desc() as well.
5972
5973 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
5974
5975         * icall.c:  Fix environ access in VS.  
5976         
5977 2007-03-13  Alp Toker  <alp@atoker.com>
5978
5979         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
5980         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
5981         #63841.
5982
5983 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
5984
5985         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
5986         circular references among dynamic methods. Fixes #81091.
5987
5988         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
5989
5990 2007-03-09  Martin Baulig  <martin@ximian.com>
5991
5992         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
5993
5994 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
5995
5996         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
5997         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
5998         
5999         Code is contributed under MIT/X11 license.
6000         
6001 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
6002
6003         * loader.c: Reapply patch for bug #79424.
6004
6005 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
6006
6007         * metadata.c (mono_type_to_unmanaged): Only convert object to
6008         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
6009
6010 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
6011
6012         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
6013         (and incorrectly set) is_reference field from MonoGenericInst.
6014
6015 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
6016
6017         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
6018         a little earlier.
6019
6020         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
6021
6022         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
6023
6024 2007-03-05  Miguel de Icaza  <miguel@novell.com>
6025
6026         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
6027         FileOptions.1 value to mean "temporary", map that to
6028         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
6029
6030         Fixes 80688
6031
6032 2007-03-03  Marek Habersack  <mhabersack@novell.com>
6033
6034         * appdomain.c: implement MS .Net style shadow copying. Copies of
6035         the assemblies are made in a subdirectory of the dynamic base
6036         directory, the assembly names are preserved.
6037         Copy .mdb and .config files along with the assemblies being shadowed.
6038
6039 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
6040
6041         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
6042         (emit_marshal_handleref): Ditto.
6043
6044         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
6045         on Visual C++. Fixes #80671.
6046
6047 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
6048
6049         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
6050         for clone operations.
6051
6052 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
6053
6054         * marshal.c: Fix warnings.
6055
6056 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
6057
6058         * loader.c: allow case-insensitive matching of the dll name
6059         in dllmap handling when prefixed with "i:".
6060
6061 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
6062
6063         * threads.c: Fix #ifdef for dummy_apc function for VS.
6064
6065 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
6066
6067         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
6068
6069 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
6070         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
6071         giving precedence to the methods with a fully qualified name
6072         (InterfaceName.MethodName) when building the interface sections
6073         of the vtable.
6074
6075 2007-02-16  Dick Porter  <dick@ximian.com>
6076
6077         * threadpool.c (append_job): Fix fast-path array handling, so it's
6078         less likely the array will grow exponentially when the load is
6079         heavy.
6080
6081 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
6082
6083         * metadata-internals.h, loader.c: fix dllmap lookup order
6084         for non-function maps, too, and prepare for fallback code.
6085
6086 2007-02-12  Robert Jordan  <robertj@gmx.net>
6087
6088         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
6089         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
6090         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
6091         GlobalFree. Fixes a part of bug #77075.
6092
6093 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
6094
6095         * loader.c: implemented typedef parent in field memberref.
6096
6097 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
6098
6099         * marshal.c: Fix warnings and remember to call Release on
6100         IUnknown of RCW.
6101         
6102         Code is contributed under MIT/X11 license.
6103
6104 2007-02-10  Miguel de Icaza  <miguel@novell.com>
6105
6106         * class-internals.h: Add MonoHandleRef definition, and
6107         handleref_class to mono_defaults. 
6108
6109         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
6110         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
6111
6112         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
6113         (do nothing on this stage)
6114         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
6115         (emit_marshal_handleref): New method, used for argument handling
6116         of HandleRefs. 
6117
6118 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
6119
6120         * class.c (mono_class_setup_parent): Lazily init com types.
6121         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
6122         init com types.
6123         * object.c (mono_remote_class_vtable): Lazily init com types.
6124         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
6125         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
6126         * domain-internals.h: Expose mono_init_com_types.
6127         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
6128         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
6129         Add support for COM Callable Wrapper marshalling.
6130         * marshal.h: Add icall definitions.
6131         * gc.c: Handle freeing of CCWs in finalizer code.
6132         
6133         Code is contributed under MIT/X11 license.
6134
6135 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
6136
6137         * reflection.c: changed all the signature encoding code to use
6138         a variable-sized buffer.
6139
6140 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
6141
6142         * marshal.c: locking fixes: never take the loader lock
6143         or other runtime locks when holding the marshal lock
6144         (fixes bug#80664).
6145
6146 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
6147
6148         * marshal.c: make the delegate function pointer mapping
6149         work for the moving GC.
6150
6151 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
6152
6153         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
6154         for bug #80618.
6155
6156 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
6157
6158         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
6159         gmodule.
6160
6161 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
6162
6163         * threadpool.c: made the code moving-GC safe.
6164
6165 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
6166
6167         * assembly.c, boehm-gc.c, class-internals.h, class.c,
6168         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
6169         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
6170         warning cleanup.
6171         * reflection.c: warning cleanup, some threading and moving GC fixes.
6172
6173 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
6174
6175         * class.c, loader.c: create the needed Set/Get/Address array methods
6176         as well as the .ctors in mono_class_init (), fixes bug #80567.
6177
6178 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
6179
6180         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
6181         we doesn't decrease its alignment. Should fix the sparc build.
6182
6183 2007-01-24  Dick Porter  <dick@ximian.com>
6184
6185         * socket-io.c
6186         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
6187         Create the returned object if we need to ignore an unsupported
6188         socket option.  Fixes a segfault reported by Atsushi.
6189
6190 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
6191
6192         * class.c, object.c: restrict GC-tracked fields to
6193         UIntPtr fields used inside corlib, so we provide better
6194         type info to the GC and also allow broken packing as in
6195         bug #80580.
6196
6197 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
6198
6199         * sgen-gc.c: removed duplicated function.
6200
6201 2007-01-19  Miguel de Icaza  <miguel@novell.com>
6202
6203         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
6204         value that means that the value is not supported, but that we
6205         should not return a failure, but instead report this as a
6206         successful operation.
6207
6208 2007-01-19  Raja R Harinath  <rharinath@novell.com>
6209
6210         Fix tests/bug79956.2.il
6211         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
6212         (mono_generic_class_get_class): If the generic definition in an
6213         enum, copy over other fields related to it.
6214
6215 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
6216
6217         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
6218         genericinst enums (bug #79215).
6219
6220 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
6221         * class.c: Fix bug 80307.
6222
6223 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
6224
6225         * image.c: if the file table is not present, try to load
6226         all the modules, since we don't have info about them
6227         having or not metadata (bug #80517).
6228         * assembly.c: allow mono_assembly_load_references () to
6229         work for netmodules.
6230
6231 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
6232
6233         * image.c, metadata-internals.h, object.c: execute module
6234         cctors when running on the 2 runtime if present (bug #80487).
6235
6236 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
6237
6238         * icall.c: optimized InitializeArray() on bigendian.
6239
6240 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
6241
6242         * icall.c: fix for the broken ARM FPA double format.
6243
6244 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
6245
6246         * icall.c: handle endian issues for r4 and r8 types, too, in
6247         the InitializeArray() icall.
6248
6249 2007-01-15  Miguel de Icaza  <miguel@novell.com>
6250
6251         * loader.c (mono_loader_error_prepare_exception): Clear the error
6252         once we have extracted the information from it, do this before we
6253         call into the JIT's class loading mechanisms.
6254
6255         * object.c (mono_class_create_runtime_vtable): Do not clear the
6256         loader error before calling mono_class_get_exception_for_failure
6257         as the loader error is needed inside
6258         mono_class_get_exception_for_failure to throw the error (thinko).
6259
6260         Fixes #80521
6261         
6262 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
6263
6264         * reflection.c: align fields rva data so it's faster to load at
6265         runtime.
6266
6267 2007-01-12  Raja R Harinath  <rharinath@novell.com>
6268
6269         Prepare to simplify GenericMethod handling.
6270         * class-internals.h (mono_method_get_context): New accessor function.
6271         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
6272         rather than directly accessing '->context' field.
6273
6274         * class-internals.h (_MonoGenericParam.method): Move ...
6275         (_MonoGenericContainer): ... here.  Add into union with klass field.
6276         * class.c, icall.c, loader.c, metadata.c, reflection.c:
6277         Update to changes.
6278
6279 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
6280
6281         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
6282         the wrapper type enum and reduce relocations.
6283
6284 2007-01-12  Raja R Harinath  <rharinath@novell.com>
6285
6286         * reflection.c (inflate_mono_method): Reuse method instantiation
6287         from the generic method, if available.
6288
6289 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
6290
6291         * marshal.c (emit_marshal_variant): Fix conv_arg
6292         type in last commit, based on whether parameter is byref.
6293         
6294 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
6295
6296         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
6297         marshalling.
6298         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
6299         MONO_TYPE_OBJECT back for VARIANT support.
6300
6301 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
6302
6303         * marshal.c, marshal.h, icall-def.h: Implement 
6304         Marshal.ReAllocCoTaskMem.
6305
6306 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
6307
6308         * marshal.c: memory retention fixes: use the proper
6309         image cache for runtime_invoke method lookups.
6310
6311 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
6312
6313         * mempool.c: added code to help debug mempool allocations.
6314
6315 2007-01-11  Dick Porter  <dick@ximian.com>
6316
6317         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
6318         support (experimenting with faking it with IP_MTU_DISCOVER for
6319         systems that don't have IP_DONTFRAGMENT.)
6320         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
6321         icall.
6322
6323         * icall-def.h: new System.Net.Sockets.Disconnect icall.
6324
6325         * socket-io.h: Add new fields to MonoSocketAsyncResult
6326         corresponding to the new ones in Socket.cs.
6327
6328 2007-01-11  Raja R Harinath  <rharinath@novell.com>
6329
6330         Fix IronPython regression mentioned in #80249
6331         * metadata.c (do_mono_metadata_parse_generic_class): Clear
6332         'cached_context' field, since it may have been initialized as a
6333         side-effect of metadata parsing.
6334
6335         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
6336         (_MonoGenericClass.cached_class): Move here and rename from lone
6337         remaining field of ...
6338         (_MonoInflatedGenericClass): ... this.  Remove.
6339         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
6340         to changes.
6341
6342         Fix mcs/tests/test-128.cs regression.
6343         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
6344         2007-01-10 change below.
6345         [MONO_TYPE_OBJECT]: Recurse into array case.
6346
6347 2007-01-11  Raja R Harinath  <harinath@gmail.com>
6348
6349         * class-internals.h (mono_get_inflated_generic_class): Remove.
6350         * class.c (mono_get_inflated_generic_class): Remove.
6351         (mono_generic_class_get_class): Rename from
6352         mono_class_create_generic.
6353         (mono_class_from_mono_type) [GENERICINST]: Use it.
6354         * reflection.c, metadata.c: Update to changes.  Use
6355         'mono_class_from_mono_type'.
6356
6357 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
6358
6359         * reflection.c: use passed type when encoding an array element
6360         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
6361
6362 2007-01-09  Robert Jordan  <robertj@gmx.net>
6363
6364         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
6365         result arguments (someDelegate.EndInvoke (unrelatedAres)).
6366         Fixes bug #80392.
6367
6368 2007-01-09  Raja R Harinath  <rharinath@novell.com>
6369
6370         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
6371
6372         * object.c (set_value): Avoid aliasing between type->data.klass
6373         and type->data.generic_class.
6374
6375         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
6376
6377 2007-01-08  Raja R Harinath  <rharinath@novell.com>
6378
6379         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
6380         between type->data.klass and type->data.generic_class.
6381
6382 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
6383
6384         * marshal.c: In MS.NET, StringBuilder objects are not copied by
6385         value in out parameters.
6386
6387 2007-01-08  Raja R Harinath  <rharinath@novell.com>
6388
6389         Simplify invariant for MonoGenericClass::klass field.
6390         * class.c (mono_class_create_generic): Verify 'klass' is null.
6391         * metadata.c (do_mono_metadata_parse_generic_class): Don't
6392         initialize 'klass' field.
6393
6394 2007-01-05  Raja R Harinath  <rharinath@novell.com>
6395
6396         Ongoing work to avoid redundant data and simplify invariants.
6397         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
6398         'generic_class', and change type to a GenericInst.
6399         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
6400         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
6401
6402 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
6403
6404         * class.c : skip io-layer under PLATFORM_WIN32.
6405
6406 2007-01-03  Tor Lillqvist  <tml@novell.com>
6407
6408         Fix #80305: In a bundled executable, look in the bundled exe
6409         assembly to determine the runtime version. Add the possibility to
6410         bundle also the machine.config file.
6411         
6412         * assembly.c (mono_assembly_open_from_bundle): Make
6413         non-static. Allow being called even if we have no bundled
6414         assemblies, and return NULL right away in that case.
6415
6416         * domain-internals.h: Declare mono_assembly_open_from_bundle()
6417         here.
6418
6419         * domain.c (app_config_parse): Take an assembly exe file name as
6420         parameter instead of a config file name. Check for a bundled
6421         config file for that assembly by calling
6422         mono_config_string_for_assembly_file() (see below) before looking
6423         for one in the file system.
6424         (get_runtimes_from_exe): Corrsponding change to call of
6425         app_config_parse().
6426         (get_runtimes_from_exe): Check for bundled assembly exe file first
6427         by calling mono_assembly_open_from_bundle(). If no bundled
6428         assembly exe file is found, call mono_image_open() as before to
6429         look it up in the file system.
6430
6431         * mono-config.c: Add variable bundled_machinec_onfig.
6432         (mono_config_string_for_assembly_file): New function.
6433         (mono_config_for_assembly): Move code snippet that looks for a
6434         bundled assembly .config file into the above new function. Call
6435         it.
6436         (mono_register_machine_config, mono_get_machine_config): New
6437         functions to set and retrieve
6438
6439         * assembly.h: Declare mono_register_machine_config().
6440
6441         * mono-config.h: Declare mono_get_machine_config() and
6442         mono_config_string_for_assembly_file().
6443
6444         * icall.c: No declaration of environ necessary on Win32. It is
6445         declared (as a macro expanding to a function call) in stdlib.h.
6446         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
6447         New internal mono function. Returns the value of
6448         mono_get_machine_config() as a Mono string.
6449
6450         * icall-def.h: Add get_bundled_machine_config().
6451
6452 2007-01-04  Raja R Harinath  <rharinath@novell.com>
6453
6454         Remove redundant field
6455         * class-internals.h (_MonoGenericContext.container): Remove field.
6456         * loader.c (mono_method_get_signature_full): Don't parse a
6457         "container" for a signature parse when the signature is inflated
6458         immediately.
6459         (method_from_methodspec): Likewise, for a generic_inst.
6460         * class.c, metadata.c, reflection.c: Update to changes.
6461
6462 2006-01-04  Raja R Harinath  <rharinath@novell.com>
6463
6464         * class-internals.h (_MonoGenericClass): Rename 'context' field to
6465         'cached_context', and change semantics -- it starts off NULL, and
6466         is initialized on demand.
6467         * class.c (mono_generic_class_get_context): New accessor to
6468         replace 'context' field accesses.
6469         (mono_class_get_context): New helper.
6470         (*): Update to changes.
6471         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
6472
6473 2007-01-03  Miguel de Icaza  <miguel@novell.com>
6474
6475         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
6476         before the memcpy.   Fixes Marshal2 regression.
6477
6478 2007-01-02  Jb Evain  <jbevain@gmail.com>
6479
6480         * blob.h: add a MONO_TYPE_ENUM definition
6481         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
6482         fix the encoding of arrays of enums in custom attributes.
6483
6484         Fixes #79666.
6485
6486 2007-01-01  Miguel de Icaza  <miguel@novell.com>
6487
6488         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
6489         string is null terminated, but only cut the string short if it
6490         overflows the buffer.   
6491         
6492         (mono_string_to_byvalstr): Also fix this routine.   The code here
6493         was not properly terminating a string (it was only terminated
6494         because of the previous catch-all memset). 
6495
6496         I left the memset, because I do not know if applications expect
6497         the runtime to clear this region. 
6498
6499         Fixes #79944.
6500
6501         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
6502         Clear the error before returning to unmanaged code to prevent the
6503         runtime from being confused later on (fixes  80420).
6504         (ves_icall_type_from_name): Always call mono_loader_clear_error
6505         after parsing a type that could have failed.
6506         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
6507
6508         * loader.c (mono_loader_clear_error): Fix indentation.
6509
6510 2006-12-28  Martin Baulig  <martin@ximian.com>
6511
6512         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
6513
6514 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
6515
6516         * reflection.c: patch from Rolf Bjarne Kvinge to fix
6517         getting a token for an EnumBuilder.
6518
6519 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
6520
6521         * reflection.c: be more careful in case resource generation
6522         fails to create the data array.
6523
6524 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
6525
6526         * sgen-gc.c: write barrier for clone and fix unregister handles.
6527
6528 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
6529
6530         * reflection.c: some fixes needed in the generics code for the moving GC.
6531
6532 2006-12-22  Robert Jordan  <robertj@gmx.net>
6533
6534         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
6535         account. Fixes bug #80299.
6536
6537 2006-12-21  Raja R Harinath  <rharinath@novell.com>
6538
6539         Fix WaitHandle usage in delegates.
6540         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
6541         * object.c (mono_wait_handle_new): Use the property set method to
6542         initialize the handle.
6543         (mono_wait_handle_get_handle): New.
6544         * threadpool.c (mono_async_invoke): Use it.
6545         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
6546         Likewise.
6547         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
6548
6549 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
6550
6551         * marshal.c (emit_marshal): Call emit_marshal_variant and
6552         emit_marshal_com_interface when applicable.
6553         (emit_marshal_variant, emit_marshal_com_interface): Add
6554         methods for this case and remove if's from emit_marshal_object.
6555         
6556 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
6557
6558         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
6559
6560 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
6561
6562         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
6563         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
6564         and GlobalFree on Windows. Remove FIXME.
6565
6566 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
6567
6568         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
6569         implementation for managed objects.
6570
6571 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
6572
6573         * object.c: implemented code to be used for checking
6574         that no reference field overlaps with non-references.
6575
6576 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
6577
6578         * threadpool.c: fix queue code to be compatible with the
6579         moving GC.
6580
6581 2006-12-18  Miguel de Icaza  <miguel@novell.com>
6582
6583         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
6584         in structures by throwing ArgumentNullException.
6585
6586         (emit_marshal_safehandle): Also when they are null parameters.
6587
6588         (emit_marshal_safehandle): Add support for ref
6589         SafeHandles parameters
6590
6591 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
6592
6593         * profiler.c: updated to use the mono-dl API instead of
6594         gmodule.
6595
6596 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
6597
6598         * profiler.c: updated to use the mono-dl dynamic loading
6599         API instead of gmodule.
6600
6601 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
6602
6603         * profiler.c: use readlink, older versions of glib don't have
6604         g_file_read_link ().
6605
6606 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
6607
6608         * profiler.c: try to detect the path to mono if libc fails to provide
6609         a useful name (bug #80286).
6610
6611 2006-12-16  Raja R Harinath  <rharinath@novell.com>
6612
6613         Fix #80242
6614         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
6615         instance, use the generic type definition instead.
6616         (ves_icall_Type_GetNestedTypes): Likewise.
6617         * class.c (mono_class_create_generic): Always set the
6618         nested_classes of a generic instance to NULL, even if the generic
6619         type definition has nested types.
6620
6621 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
6622
6623         * marshal.c (mono_string_from_bstr): Revert previous Windows change
6624         and fix on Linux.
6625         
6626 2006-12-15  Miguel de Icaza  <miguel@novell.com>
6627
6628         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
6629         my arguments were in the wrong order.   I also fixed the Windows
6630         version which seems to have had the same issue.
6631
6632         (mono_free_bstr): On Unix, this is g_free.
6633         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
6634         conversions (for the tests in corlib to pass).
6635
6636 2006-12-14  Miguel de Icaza  <miguel@novell.com>
6637
6638         * marshal.c (emit_ptr_to_object_conv): For now, ignore
6639         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
6640         exception if a ref SafeHandle in a struct has changed).
6641         
6642         (emit_struct_conv): Do not perform layout checks for classes
6643         derived from SafeHandle, as those are specially handled. 
6644
6645         (emit_object_to_ptr_conv): Add support for
6646         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
6647
6648         (emit_marshal_safehandle): Implement conversion of return values
6649         of safehandles (MARSHAL_ACTION_CONV_RESULT).
6650         
6651         * threads.c: WaitHandle now is compiled with two different handles
6652         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
6653         for 2.0.
6654         
6655         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
6656         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
6657         these routines to cope with both kinds of fields.
6658
6659 2006-12-12  Miguel de Icaza  <miguel@novell.com>
6660
6661         * metadata.c (mono_type_to_unmanaged): Handle the case where
6662         type->data.klass is a SafeHandle, and in that case, return the
6663         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
6664         MONO_MARSHAL_CONV_SAFEHANDLE. 
6665
6666 2006-12-11  Miguel de Icaza  <miguel@novell.com>
6667
6668         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
6669         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
6670         calling emit_marshal_object.
6671
6672         (emit_marshal_safehandle): Implement marshalling of
6673         SafeHandle parameters (no ref support yet).
6674
6675         (MarshalAction): Document the defines as I implement
6676         them for SafeHandle.
6677
6678         (emit_marshal_object): indentation police.
6679
6680         * class-internals.h: Define MonoSafeHandle.
6681         Add safehandle_class to MonoDefaults type.
6682
6683         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
6684         list of classes to check for fields. 
6685
6686         * domain.c (mono_init_internal): Add SafeHandle to the list of
6687         mono_defaults loaded.
6688
6689 2006-12-15  Raja R Harinath  <rharinath@novell.com>
6690
6691         Fix #80253
6692         * reflection.c (mono_reflection_bind_generic_parameters): If the
6693         generic type definition is a type builder, ensure that it is fully
6694         initialized before instantiating it.  Kill some dead code.
6695
6696 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
6697
6698         * object.c: clear the loader_error () before loading
6699         more metadata stuff (bug #80258).
6700
6701 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
6702
6703         * icall.c, icall-defs.h: type modifiers icalls for
6704         parameters and properties.
6705
6706 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
6707
6708         * object.c, icall.c: fixed warnings.
6709
6710 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
6711
6712         * marshal.c: fixed a couple of leaks and coding style in a few places.
6713
6714 2006-12-08  Dick Porter  <dick@ximian.com>
6715
6716         * process.c: Cope with NULL ProcessStartInfo arguments on windows
6717         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
6718         80173.
6719
6720 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
6721
6722         * process.c: ProcessStartInfo may have only filename set and
6723         arguments can be NULL.
6724
6725 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
6726
6727         * icall.c: fix leak found by Robert Jordan.
6728
6729 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
6730
6731         * marshal.c, marshal.h: generate managed method to access an element
6732         of a multi-dimensional array.
6733
6734 2006-11-30  Paolo Molaro (lupus@ximian.com)
6735
6736         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
6737
6738 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
6739
6740         * icall.c: back out GetFields () fix until the serialization code is
6741         fixed to not depend on the incorrect behaviour.
6742
6743 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
6744
6745         * profiler.c: provide defaults if none are set.
6746
6747 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
6748
6749         * Makefile.am, attrdefs.h: new public header file with
6750         constants for attributes for use by embedders.
6751
6752 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
6753
6754         * icall.c: GetFields () fix for bug #80064.
6755
6756 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
6757
6758         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
6759         removed long unused icalls.
6760
6761 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
6762   
6763         * marshal.c: 
6764                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
6765                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
6766                 can be generated without a delegate class.
6767                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
6768         
6769         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
6770
6771 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6772
6773         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
6774         #80069.
6775
6776 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
6777
6778         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
6779         icall-def.h: added icalls needed by System.GC.
6780
6781 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
6782
6783         * loader.c: ensure the class in catch clauses is handled
6784         correctly for generics methods (fixes bug#79980).
6785
6786 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
6787
6788         * monitor.h, monitor.c: added mono_locks_dump () function
6789         to help debug deadlocks involving managed locks.
6790
6791 2006-11-13  Dick Porter  <dick@ximian.com>
6792
6793         * file-io.c (get_file_attributes): If the file is a symlink try
6794         and get the stat data for the target, but also add the
6795         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
6796         the specs for the windows symlink support, but will probably have
6797         to be reworked when I have test data from a vista machine.  Fixes
6798         bug 79887.
6799
6800 2006-11-13  Dick Porter  <dick@ximian.com>
6801
6802         * gc.c (mono_domain_finalize): 
6803         * marshal.c (mono_delegate_begin_invoke): 
6804         * threadpool.c (socket_io_init, mono_thread_pool_init)
6805         (mono_thread_pool_finish): 
6806         * monitor.c (mono_monitor_try_enter_internal): 
6807         * threads.c (mono_thread_resume, mono_thread_init)
6808         (mono_thread_suspend_all_other_threads)
6809         (mono_thread_execute_interruption): 
6810         * appdomain.c (mono_domain_unload): Check for NULL error returns
6811         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
6812         75733.
6813
6814 2006-11-11  Miguel de Icaza  <miguel@novell.com>
6815
6816         * process.c
6817         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
6818         Only close the handle if the value of the handle is not
6819         INVALID_HANDLE_VALUE.  This just makes the process a bit more
6820         robust.
6821
6822         Improvement for #75733, so that we do not run into this problem. 
6823
6824         
6825         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
6826         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
6827         internal variables.  Fixes #79462 
6828         
6829
6830 2006-11-09  Dick Porter  <dick@ximian.com>
6831
6832         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
6833         Use poll() not select().  Fixes bug 79397.
6834
6835 2006-11-09  Raja R Harinath  <rharinath@novell.com>
6836
6837         Fix #79872
6838         * assembly.c (mono_assembly_load_from_full): Check that the given
6839         image has an assembly manifest.
6840
6841 2006-11-09  Ankit Jain  <jankit@novell.com>
6842
6843         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
6844         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
6845         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
6846
6847 2006-11-07  Dick Porter  <dick@ximian.com>
6848
6849         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
6850         Put the old resolver behaviour back for pre-2.0 profiles.
6851
6852 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
6853
6854         * threadpool.c: precise GC and locking fixes.
6855
6856 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
6857
6858         * class.c: don't load types that have an explicit unaligned
6859         managed reference. Provide better info in the TypeLoad exception.
6860         Part of the fix for bug #79744.
6861         * object.c: use the correct check for class type load issues.
6862
6863 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
6864
6865         * class.c: enforce alignment of fields with managed references
6866         even when Pack=1 is forced by the user (bug #77788).
6867
6868 2006-11-03  Dick Porter  <dick@ximian.com>
6869
6870         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
6871         If the address reverse lookup fails, return it as the hostname
6872         anyway.  Fixes bug 79721.
6873
6874 2006-11-03  Dick Porter  <dick@ximian.com>
6875
6876         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
6877         Fix build on Windows.
6878
6879 2006-11-02  Dick Porter  <dick@ximian.com>
6880
6881         * icall-def.h: 
6882         * object-internals.h: 
6883         * exception.c (mono_get_exception_thread_interrupted): 
6884         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
6885         Fixes bug 74525.
6886
6887         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
6888         Check for pending Thread.Interrupt.
6889
6890 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
6891         * loader.c: Fixed bug 79684.
6892
6893 2006-10-27  Dick Porter  <dick@ximian.com>
6894
6895         * file-io.c (get_file_attributes): Force symlinks to directories
6896         to be returned as a regular file.  Fixes bug 79733.
6897 2006-10-26  Dick Porter  <dick@ximian.com>
6898
6899         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
6900         CreateFile to open a directory then we need to set the
6901         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
6902
6903 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
6904
6905         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
6906         friends.
6907
6908 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
6909
6910         * sgengc.c: small cleanup of timer code.
6911
6912 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
6913
6914         * sgen-gc.c: fix some warnings and start adding support for
6915         complete object removal on domain unload.
6916
6917 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
6918
6919         * assembly.c: build_assembly_name should not consider a version
6920         number without build or revision number invalid. Fixes bug #79715.
6921
6922 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
6923
6924         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
6925         call kernel32 function OutputDebugString directly.
6926         
6927         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
6928         
6929 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
6930
6931         * reflection.c: small cleanup, using a function to insert a MonoString
6932         in the string heap.
6933
6934 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
6935
6936         * reflection.c: moving GC fixes.
6937
6938 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
6939
6940         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
6941         all the objects with finalizers belonging to an unloading appdomain.
6942
6943 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
6944
6945         * sgen-gc.c: added ability to allocate even when the nursery is fully
6946         pinned and fixed a couple of bugs.
6947
6948 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
6949
6950         * threads.h: Revert the last change for now.
6951
6952         * threads.h (mono_thread_get_pending_exception): Rename this to
6953         mono_thread_get_undeniable_exception ().
6954
6955 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
6956
6957         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
6958         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
6959         when fname does not refer to valid assembly. This result in a more
6960         meaningful error message.
6961         * exception.c: added mono_get_exception_bad_image_format2 which 
6962         constructs a BadImageFormatException using the ctor taking a custom
6963         message and the file name. Passing in a NULL msg results in a default
6964         message.
6965         * exception.h: define mono_get_exception_bad_image_format2 function.
6966         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
6967         when file name pointed to an invalid IL image. Use 
6968         mono_get_exception_file_not_found2 to construct FileNotFoundException,
6969         as this results in a more meaningful error message.
6970
6971 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
6972
6973         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
6974         #79465.
6975
6976 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
6977
6978         * metadata.c (mono_type_size): Change the align parameter to guint32 for
6979         consistency with the other _size functions.
6980         (mono_type_stack_size): Ditto.
6981
6982         * class.c object.c icall.c: Fix warnings caused by the above change.
6983
6984         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
6985
6986         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
6987
6988         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
6989
6990 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
6991
6992         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
6993         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
6994         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
6995         threadpool.h, threads-types.h: mark more internal functions.
6996
6997 2006-10-11  Dick Porter  <dick@ximian.com>
6998
6999         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
7000         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
7001         reproduce the bug even before applying the fix.)
7002
7003 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
7004
7005         * reflection.c: allow retrieving attributes for arguments in generic
7006         methods (bug #79241).
7007
7008 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
7009
7010         * debug-mono-symfile.c: properly check fopen () result (found by
7011         coverity).
7012
7013 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
7014
7015         * reflection.c: make error message clearer and fixed two
7016         issuelets found by Coverity.
7017
7018 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
7019
7020         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
7021
7022 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
7023
7024         * object-internals.h, gc-internal.h, profiler-private.h:
7025         mark internal functions.
7026
7027 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
7028
7029         * reflection.c: put data in the text section.
7030         * icall.c: recognize more types in type_from_typename ().
7031         * process.c, marshal.c: added some GC FIXMEs.
7032
7033 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
7034
7035         * loader.c: check for NULL before initializing.
7036
7037 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
7038
7039         * gc.c (finalizer_thread): Use a non-alertable wait here.
7040
7041         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
7042         until the correct solution is found.
7043
7044 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
7045
7046         * reflection.c (mono_module_get_object): Avoid an assert when operating on
7047         modules with no metadata. Fixes #79596.
7048
7049         * image.c (load_metadata_ptrs): Put back the error message when
7050         the #- heap is encountered since the support is not complete yet.
7051
7052 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
7053
7054         * gc.c: do not allow the user to SuppressFinalize () a
7055         delegate because it would leak the trampoline if present.
7056
7057 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
7058
7059         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
7060         PropertyPtr table.
7061
7062 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
7063
7064         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
7065
7066         * metadata.c (mono_metadata_get_param_attrs): Ditto.
7067
7068         * row-indexes.h: Add definitions for *Ptr tables.
7069
7070         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
7071
7072         * metadata.c (mono_metadata_translate_token_index): New helper function to
7073         translate table indexes used in uncompressed metadata.
7074         (mono_metadata_decode_table_row): Ditto.
7075         (mono_metadata_decode_table_row_col): Ditto.
7076
7077         * metadata.c: Add table schema for *Ptr tables.
7078
7079         * class.c loader.c: Use the new helper function to access the affected metadata
7080         tables.
7081         
7082         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
7083         #38532.
7084         
7085 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
7086
7087         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
7088         sequences which can be unbounded in size. Fixes #79583.
7089
7090 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
7091
7092         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
7093         static initialization.
7094
7095         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
7096
7097         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
7098
7099         * domain.c (mono_domain_free): Free up type_init_exception_hash.
7100
7101         * object.c (mono_runtime_class_init): Implement correct semantics when a static
7102         ctor fails, i.e. throw the same exception on subsequent accesses.
7103         
7104 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
7105
7106         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
7107         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
7108         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
7109         Handle marshalling of interfaces and VARIANTs contained in structs.
7110         
7111         Code is contributed under MIT/X11 license.
7112         
7113 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
7114
7115         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
7116         
7117         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
7118         mempool.
7119
7120 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7121
7122         * console-io.c: ignore previous SIGINT handler.
7123
7124 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
7125
7126         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
7127         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
7128         #79460, #79461, #79485.
7129
7130         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
7131
7132         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
7133         #79217.
7134
7135 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
7136
7137         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
7138         could be generated from it.
7139
7140 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
7141
7142         * rand.c: fix read loop to correctly handle EINTR.
7143
7144 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
7145
7146         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
7147         internal calls are defined to keep methods closer to the declaring
7148         type and allow a significant reduction in runtime relocations and
7149         memory usage.
7150
7151 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
7152
7153         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
7154         exception message to have FileNotFoundException use the default
7155         assembly load error message. Fixes bug #79426.
7156         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
7157
7158 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7159
7160         * threadpool.c: (start_thread_or_queue) use the root domain when
7161         creating the thread instead of the async object one.
7162
7163 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
7164
7165         * class.c, object.c, class-internals.h, reflection.c:
7166         for arrays, store element_size inside MonoClass (speedup
7167         for array object creation).
7168
7169 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
7170
7171         * icall.c: fixed CodeBase to use the file name and not the module
7172         name (bug #79365).
7173
7174 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
7175
7176         * mono-debug.c, mono-debug.h: export find_method as
7177         mono_debug_find_method ().
7178
7179 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
7180
7181         * debug-helpers.c, class-internals.h: added a few functions useful
7182         when debugging under gdb.
7183
7184 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7185
7186         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
7187         characters that need special handling.
7188
7189 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
7190
7191         * mono-config.c: make the os/cpu specification more flexible,
7192         allowing lists and negation.
7193
7194 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
7195
7196         * marshal.c: COM Interop fixes. Handle case where method->klass.
7197         is interface. Handle BSTR/MonoString when null. Use CDECL as 
7198         calling convention on non-windows platforms. This is for
7199         compatibility with XPCOM and MainWin COM.
7200         
7201         Code is contributed under MIT/X11 license.
7202         
7203
7204 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
7205
7206         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
7207         correctly. Fixes #79217.
7208
7209         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
7210
7211 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
7212
7213         * mono-config.c: allow both an os and cpu attribute for dllmap
7214         and dllentry elemnets to enable a single config file to be used
7215         for multiple architectures.
7216
7217 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
7218
7219         * loader.c: MonoLoaderError was cleared too soon on load failure.
7220         Fixes bug #79424.
7221
7222 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
7223
7224         * icall.c: use the defining class vtable when accessing a
7225         static field, not a pobblibly derived class.
7226
7227 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
7228
7229         * icall.c string-icalls.c: Remove references to unicode.h.
7230
7231         * unicode.h unicode.c Makefile.am: Remove these unused source files.
7232
7233         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
7234
7235         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
7236         indicating the image where custom marshaller types should be looked up.
7237         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
7238         custom marshallers, instead of corlib. Fixes #79425.
7239
7240 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
7241
7242         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
7243
7244 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
7245
7246         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
7247         Implement Environment.ProcessorCount.
7248         
7249         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
7250         Implement Environment.ProcessorCount.
7251         
7252         * icall.c: 
7253         Add Environment.ProcessorCount icall.
7254         
7255         Patch by Jason McFall.
7256
7257 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7258
7259         * assembly.c: don't append .exe/.dll when the filename already contains
7260         one of those extensions.
7261
7262 2006-09-12  Martin Baulig  <martin@ximian.com>
7263
7264         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
7265         to array interfaces.
7266
7267 2006-09-11  Martin Baulig  <martin@ximian.com>
7268
7269         * reflection.c (mono_image_build_metadata): Create the
7270         MethodImpl's after emitting all types and methods, so we don't
7271         need another fixup pass for them.
7272
7273 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
7274
7275         * class.c (mono_class_from_name_case): Fix regression introduced by the last
7276         change.
7277
7278 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
7279
7280         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
7281         unload.
7282
7283 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
7284
7285         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
7286         args is not set. Fixes #78926.
7287
7288 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
7289
7290         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
7291
7292         * image.c (load_class_names): Move this to class.c, and rename it to 
7293         'mono_image_init_name_cache'.
7294         (load_modules): Fix a warning.
7295
7296         * class.c icall.c image.c: Initialize image->name_cache lazily.
7297
7298         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
7299         on its name using information in the AOT file.
7300
7301         * class.c (mono_class_from_name): Use the new hook function.
7302
7303 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
7304
7305         * reflection.c (mono_param_get_objects): Handle enum default parameter values
7306         correctly.
7307
7308         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
7309         Fixes #79289.
7310         
7311 2006-09-06  Martin Baulig  <martin@ximian.com>
7312
7313         * icall.c (mono_lookup_internal_call): Small fix.
7314
7315 2006-09-05  Raja R Harinath  <rharinath@novell.com>
7316
7317         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
7318         double g_free.
7319
7320 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
7321
7322         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
7323         when --debug is specified.
7324
7325 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
7326
7327         * class.c (setup_generic_array_ifaces): Fix a warning.
7328
7329 2006-09-04  Miguel de Icaza  <miguel@novell.com>
7330
7331         * Temporarily remove the patch to assemly.c that checks the
7332         assembly versions as it breaks our gacutil.
7333
7334 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
7335
7336         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
7337
7338         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
7339         a net 1.0 runtime.
7340
7341         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
7342         created using the default ctor. Fixes #79152.
7343         (mono_string_builder_to_utf16): Ditto.
7344
7345 2006-09-01  Martin Baulig  <martin@ximian.com>
7346
7347         Fix handling of the generic array interfaces.
7348
7349         * class-internals.h
7350         (MonoDefaults): Removed `generic_array_class' and added
7351         `generic_ilist' class.
7352
7353         * class.c
7354         (mono_bounded_array_class_get): Add the new generic array interfaces.
7355         (setup_generic_array_ifaces): New static method; create vtable
7356         entries for each method in the generic array interfaces.
7357
7358         * metadata.c
7359         (select_container): Allow "parent-less" generic methods.
7360
7361         * marshal.c
7362         (mono_marshal_get_generic_array_helper): New public method.
7363
7364         * icall.c
7365         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
7366         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
7367         moved the interncall into System.Array.
7368
7369 2006-09-01  Raja R Harinath  <rharinath@novell.com>
7370
7371         A few more cases of avoiding work on types with ->byref set.
7372         Has the real fix for #79238
7373         * icall.c (is_generic_parameter): New helper.
7374         (ves_icall_Type_GetGenericParameterPosition): Use it.
7375         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
7376         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
7377         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
7378         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
7379         reference types.
7380         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
7381         reference types.
7382         (ves_icall_Type_get_IsGenericInstance): Likewise.
7383         (ves_icall_Type_get_IsGenericType): Likewise.
7384
7385 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
7386
7387         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
7388         class if possible.
7389
7390         * mempool.h (mono_mempool_get_allocated): New helper function.
7391
7392         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
7393         change.
7394
7395         * mempool.c: Fix warnings and the calculation of stats.
7396
7397         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
7398
7399         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
7400
7401         * loader.c (mono_get_method_from_token): Update method_count stat.
7402
7403         * class-internals.h (MonoStats): Add some stats.
7404
7405 2006-08-31 Robert Jordan  <robertj@gmx.net>
7406
7407         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
7408         with managed variants.
7409         All code is contributed under the MIT/X11 license.
7410         
7411 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
7412
7413         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
7414         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
7415
7416         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
7417
7418         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
7419         with cycles in classes.
7420
7421         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
7422
7423         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
7424         missing a [MarshalAs] directive. Fixes #79203.
7425
7426         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
7427         klass->marshal_info. Fixes #79217.
7428
7429 2006-08-30  Martin Baulig  <martin@ximian.com>
7430
7431         Committing a patch from Joachim Ante <joe@otee.dk>:
7432         Add support for binary data symbol stores.
7433
7434         * debug-mono-symfile.c
7435         (mono_debug_open_mono_symbol_file): Renamed into
7436         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
7437         arguments.
7438
7439         * mono-debug.c
7440         (mono_debug_open_image): Added `raw_contents' and `size' args.
7441         (mono_debug_init_2_memory): New public function.
7442
7443 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
7444
7445         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
7446
7447 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7448
7449         * appdomain.c: implement support for ShadowCopyFiles.
7450
7451 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
7452
7453         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
7454         when value is NULL (and should remove CID #51).
7455
7456 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7457
7458         * image.c: moved 2 functions to ../utils.
7459
7460 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
7461
7462         * gc.c: cope with the target object of a GC handle being NULL
7463         (bug #78877).
7464
7465 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
7466
7467         * class.c: recursively check parent's explicit implementations
7468         of interface methods (fixes bug #79125).
7469
7470 2006-08-19  Miguel de Icaza  <miguel@novell.com>
7471
7472         * filewatcher.c: Avoid warnings when building, do not redefine
7473         constants that are defined.
7474
7475         Remove warnings.
7476
7477 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7478
7479         * image.c: don't fail when the link points to an absolute path.
7480
7481 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
7482
7483         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
7484         Fix CID #3.
7485
7486 2006-08-17  Miguel de Icaza  <miguel@novell.com>
7487
7488         * image.c (full_path): A new method used to obtain the actual path
7489         of an assembly even in the presence of symbolic links.  
7490
7491         This is necessary for the case where we are running a binary that
7492         has been GACed, but we are using the "published" path name
7493         ($prefix/mono/1.0/blah.exe) which happens to point to the real
7494         file in the GAC.
7495
7496         This was the source of the failure for the `xsp' command with the
7497         recent AppDomain changes, as far as the runtime was concerned,
7498         there were two different assemblies: $prefix/mono/1.0/blah.exe and
7499         $prefix/mono/gac/blah/version/blah.exe.
7500
7501         (do_mono_image_open): use full path
7502
7503 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
7504
7505         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
7506
7507 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
7508
7509         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
7510         domain_id is supplied. Fix CID #241 and corlib's unit tests.
7511
7512 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
7513
7514         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
7515         small structures. Fixes #78990.
7516
7517 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
7518
7519         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
7520
7521         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
7522
7523 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7524
7525         * appdomain.c:
7526         * marshal.c: don't load all the assemblies from a domain into newly
7527         created ones. The new domains might have different rules and load
7528         assemblies from different locations. Fixes bug #76757.
7529
7530         Patch by Lluis. Conflicts resolved by Brian Crowell.
7531
7532 2006-08-16  Alp Toker  <alp@atoker.com>
7533
7534         * socket-io.c: First half of the fix for #79084.
7535         Set sa_size to the length of the content, not that of the struct.
7536         Don't add NULL suffix to the content, this should be done in
7537         managed code if needed.
7538
7539 2006-08-14  Raja R Harinath  <rharinath@novell.com>
7540
7541         Fix part of #79012
7542         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
7543         mono_metadata_parse_type returns NULL.
7544
7545 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
7546
7547         * normalization-tables.h : new file for string normalization data.
7548         * locales.c, locales.h, icall.c :
7549           added load_normalization_resource() for string normalization,
7550           and icall as well.
7551         * Makefile.am : added normalization-tables.h to the sources.
7552
7553 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
7554
7555         * marshal.c: Add more helper functions to reduce code duplication and use them
7556         everywhere.
7557
7558 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
7559
7560         * marshal.c: Fix non-x86 stdcall warnings.
7561         
7562         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
7563         them everywhere.
7564
7565 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
7566
7567         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
7568         type check on multi-dimensional arrays. Fixes #79000.
7569
7570 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
7571
7572         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
7573         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
7574         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
7575         * class-internals.h: add is_com_object to class structure.
7576         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
7577         null checks to COM object marshalling. Fix .ctor call on RCW.
7578         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
7579         
7580         All code is contributed under the MIT/X11 license.
7581
7582 2006-08-09  Dick Porter  <dick@ximian.com>
7583
7584         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
7585         racing mono_monitor_allocator_lock() somewhere, so don't delete
7586         the critical section for now.  Found by running and exiting
7587         monodevelop.
7588
7589 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
7590
7591         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
7592         (ves_icall_System_ComObject_FindInterface): Ditto.
7593         (ves_icall_System_ComObject_CacheInterface): Ditto.
7594
7595         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
7596         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
7597
7598 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7599
7600         * threadpool.c: treat pipes from process asynchronous reads as sockets
7601         when reading from them, so we get select/poll or epoll to wait for
7602         data.
7603
7604 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
7605
7606         * loader.c: Fix a typo (CID #233) in the null check.
7607
7608 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
7609
7610         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
7611         Hopefully fixes #78949.
7612         
7613         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
7614         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
7615         bytes. Fixes #78972.
7616
7617 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7618
7619         * filewatcher.c: we need to set errno here.
7620
7621 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7622
7623         * filewatcher.c: let Win32Exception get the error value.
7624
7625 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7626
7627         * filewatcher.c: translate errno into win32 errors for Win32Exception
7628         to know what happened.
7629
7630 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
7631
7632         * threadpool.c: Fix more warnings.
7633
7634         * assembly.c (search_loaded): Fix warnings.
7635
7636         * threadpool.c (mono_thread_pool_finish): Fix warnings.
7637         (mono_async_invoke): Ditto.
7638
7639 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
7640
7641         * object.c (mono_remote_class_vtable): Need to create proxy vtable
7642         entries for __ComObject type in addition to ComImport types.
7643         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
7644         about hash table.
7645         
7646         All code is contributed under the MIT/X11 license.
7647
7648 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
7649
7650         * image.c: avoid tentative loading of modulerefs that contain
7651         no metadata (P/Invoke library names).
7652
7653 2006-07-28  Dick Porter  <dick@ximian.com>
7654
7655         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
7656         mono_loader_lock() somewhere, so don't delete the critical section
7657         for now.  Found by running and exiting monodevelop.
7658
7659 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7660
7661         * filewatcher.c: define the inotify syscalls when we're building on
7662         linux and have sys/syscall.h. The build system might not have support
7663         for inotify but the target system might have it.
7664
7665 2006-07-26  Miguel de Icaza  <miguel@novell.com>
7666
7667         * domain.c: Documentation updates.
7668
7669         * loader.c (mono_free_method): Do not release the method
7670         information if we are being profiled, as profilers will use this
7671         information at shut down to present some data to the user.
7672
7673         This is needed so that the profiler does not crash, as the
7674         profiler tends to keep MonoMethods around, and they might become
7675         invalid if we free these.
7676
7677         (mono_get_method_constrained): Return the original CIL stream
7678         method as well, so verification can be performed against it.
7679
7680 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7681
7682         * filewatcher.[ch]: support for inotify file system watcher.
7683         * icall.c: add new internal calls for the inotify file system watcher.
7684
7685 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7686
7687         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
7688         #78888.
7689
7690 2006-07-20  Dick Porter  <dick@ximian.com>
7691
7692         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
7693         warning.
7694
7695 2006-07-20  Dick Porter  <dick@ximian.com>
7696
7697         * threads.c (start_wrapper): Do the thread cleanup while we still
7698         hold a reference to its object.  Fixes bug 78123.
7699
7700 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
7701
7702         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
7703         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
7704           "managed-to-managed".
7705         * icall.c: Redirect string constructors that take sbyte* to
7706           ves_icall_System_String_ctor_RedirectToCreateString.
7707         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
7708           to CreateString () methods with matching signature.
7709         * reflection.c: Use original security informations for
7710           MONO_WRAPPER_MANAGED_TO_MANAGED.
7711         * security-manager.c: Use original security informations for
7712           MONO_WRAPPER_MANAGED_TO_MANAGED.
7713         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
7714           that is a placeholder and only its address should be used.
7715         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
7716           that is a placeholder and only its address should be used.
7717
7718 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
7719
7720         Begin implementing COM Interop.
7721         * appdomain.c: Increment corlib version.
7722         * class.c: Set ComImport classes' parent to __ComObject.
7723         * loader.c: Mark cominterop methods as such.
7724         * domain.c: Add __ComObject class to MonoDefaults structure.
7725         * image.c: Add 2 hashtables to the image for COM Interop related methods
7726         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
7727         using the mempool allocator
7728         
7729         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
7730         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
7731         declaration for mono_metadata_type_dup_mp.
7732         
7733         * debug-helpers.c: Added strings for two additional wrapper types
7734         * object.c: Create proxy objects for ComImport classes
7735         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
7736         and added __ComObject class to MonoDefaults structure.
7737         
7738         * object-internals.h: Finish MonoRealProxy definition, and add definition of
7739         MonoComInteropProxy and MonoComObject.
7740         
7741         * marshal.c: Added support for COM Interop
7742         (signature_cominterop): Converts managed signature to corresponding
7743         unmanaged COM signature.
7744         (cominterop_get_function_pointer): gets unmanaged function pointer via
7745         COM object vtable
7746         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
7747         (cominterop_get_method_interface): returns interface type that method is defined on
7748         (mono_mb_emit_cominterop_call): emits native call to function pointer
7749         gotten from vtable
7750         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
7751         that matches signature of unmanaged function.
7752         (cominterop_get_native_wrapper): wrapper around adjusted method call.
7753         (cominterop_get_invoke): forwards call from proxy to __ComObject
7754         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
7755         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
7756         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
7757         
7758         * marshal.h: Added Marshal icall declarations.
7759         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
7760         so we can access them in finalizer
7761         
7762 2006-07-14  Dick Porter  <dick@ximian.com>
7763
7764         * object.c (mono_type_initialization_cleanup): Fix a race
7765         condition by temporarily commenting out the critical section
7766         deletion.
7767
7768 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
7769
7770         * reflection.c (create_custom_attr): Fix some warnings.
7771         (create_custom_attr_data): Ditto.
7772         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
7773         types. Fixes #78855.
7774
7775 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
7776
7777         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
7778
7779         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
7780
7781 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
7782
7783         * reflection.c (resolve_object): Add support for DynamicMethod.
7784
7785         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
7786         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
7787
7788 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
7789
7790         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
7791         don't leak GPtrArray's pdata has we have no use (nor free) for it.
7792
7793 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
7794
7795         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
7796         Fixes #77888.
7797
7798 2006-06-30  Raja R Harinath  <rharinath@novell.com>
7799
7800         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
7801         slightly: remove a shadow local variable.
7802
7803 2006-06-29  Raja R Harinath  <rharinath@novell.com>
7804
7805         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
7806         definition that introduces the virtual function slot.
7807         Also fix Coverity #105.
7808
7809 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
7810
7811         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
7812         for dynamic assemblies. Fixes #78724.
7813
7814 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
7815
7816         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
7817         Fixes #78722.
7818
7819 2006-06-21  Martin Baulig  <martin@ximian.com>
7820
7821         * reflection.c
7822         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
7823         fixes #76484.
7824
7825 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
7826
7827         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
7828
7829 2006-06-20  Raja R Harinath  <rharinath@novell.com>
7830
7831         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
7832         nor TYPEREFs.
7833         * class.c (mono_class_create_from_typespec): Add 'context' argument.
7834         Inflate result if necessary.
7835         (mono_class_get_full): Remove old version.  Rename from
7836         'mono_class_get' and add 'context' argument.  Pass it to
7837         ..._create_from_typespec.
7838         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
7839         (mono_ldtoken): Revert change below.
7840
7841 2006-06-20  Martin Baulig  <martin@ximian.com>
7842
7843         * class.c (mono_ldtoken): Don't pass the generic context to
7844         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
7845
7846 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
7847
7848         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
7849         and later freeing it. Fixes #78638.
7850
7851 2006-06-15  Miguel de Icaza  <miguel@novell.com>
7852
7853         * icall.c (mono_class_get_throw): Revert over-zealous error
7854         throwing, the caller for mono_class_get_throw will cope with
7855         errors when classes are not properly initialized already.
7856
7857         The code still copes with loader exceptions though.
7858
7859         Fixes the regression in reftype1 and reftype3 from the CAS tests.
7860         
7861 2006-06-14  Miguel de Icaza  <miguel@novell.com>
7862
7863         Fixes the `make run1' version of RuntimeAbort (to be commited,
7864         source is in Bugzilla).
7865         
7866         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
7867         FALSE on class loading failure instead of returning true.
7868
7869         * class.c (mono_class_create_from_typedef): It is possible for
7870         mono_metadata_interfaces_from_typedef_full to fail if a class is
7871         not found, cope with this.
7872         
7873
7874 2006-06-14  Dick Porter  <dick@ximian.com>
7875
7876         * socket-io.c: 
7877         * process.c: Fix a bunch of signed/unsigned warnings from gcc
7878         4.1.1
7879
7880 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
7881
7882         * culture-info-table.h : oops, forgot to make it nsync with r61548.
7883
7884 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
7885
7886         * icall.c: Another fix for building mono in Visual Studio.
7887
7888 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
7889
7890         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
7891         
7892 2006-06-09  Martin Baulig  <martin@ximian.com>
7893
7894         * debug-mono-symfile.c: Put this back and really fix it this
7895         time. Sorry for all the trouble.
7896
7897 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
7898
7899         * icall.c (mono_class_get_throw): Fix a warning.
7900         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
7901         ReflectionTypeLoadException if needed. Fixes #78606.
7902
7903         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
7904         (mono_class_init): Ditto.
7905
7906         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
7907         ref_only exceptions.
7908         (mono_loader_clear_error): Make this work even if there is no error.
7909
7910 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
7911
7912         * object-internals.h marshal.c marshal.h icall.c: Implement method 
7913         Marshal.GetComSlotForMethodInfo using internal call.
7914
7915 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
7916
7917         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
7918         a function for signalling it.
7919
7920         * class.c (mono_class_from_typeref): Use the new kind of loader error when
7921         a referenced assembly is not found.
7922
7923         * loader.c (mono_loader_error_prepare_exception): Add support for 
7924         LOADER_ERROR_ASSEMBLY. Fix formatting.
7925
7926 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
7927
7928         * domain.c appdomain.c class-internals.h marshal.c: Add support 
7929         for VARIANT marshalling on windows and increment corlib version
7930         since Variant struct was added.
7931
7932 2006-06-03  Miguel de Icaza  <miguel@novell.com>
7933
7934         * debug-mono-symfile.c: Revert Martin's previous patch which broke
7935         stack trace line information:
7936
7937         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
7938         (Martin) when looking up B which is between A and C, return A not C.
7939
7940         Bug is #78573.
7941
7942         Thanks to Alexander Olk for tracking this down.
7943
7944 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
7945
7946         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
7947         
7948         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
7949         avoid clobbering its value.
7950         (mono_string_to_lpstr): Fix a warning on windows.
7951
7952 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
7953
7954         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
7955
7956         * reflection.c loader.c: Removed references to 'dummy' flag.
7957
7958         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
7959
7960         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
7961         it gets GC tracking.
7962
7963         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
7964         GC tracking.
7965         
7966         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
7967
7968         * marshal.c threadpool.c: Update callers of mono_async_result_new.
7969
7970         * appdomain.c: Bump corlib version.
7971
7972 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
7973
7974         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
7975         CEE_STIND_REF when working with object references.
7976
7977 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
7978
7979         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
7980         Fixes #78539.
7981
7982 2006-05-30  Miguel de Icaza  <miguel@novell.com>
7983
7984         * loader.c (method_from_memberref): Fix argument value for
7985         mono_loader_set_error_method_load (I was passing the MonoClass
7986         instead of the class name char *).
7987
7988 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
7989
7990         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
7991         CEE_STIND_REF when working with object references.
7992
7993 2006-05-30  Martin Baulig  <martin@ximian.com>
7994
7995         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
7996         mono_method_full_name() change and replace the ':' with a '.'
7997         here.
7998
7999 2006-05-30  Martin Baulig  <martin@ximian.com>
8000
8001         * debug-mono-symfile.c
8002         (mono_debug_symfile_lookup_location): Fix the algorithm:
8003         when looking up B which is between A and C, return A not C.
8004
8005 2006-05-29  Martin Baulig  <martin@ximian.com>
8006
8007         * mono-debug.h
8008         (MonoDebugMethodInfo): Make the typedef public.
8009         (MonoDebugSourceLocation): New public struct.
8010
8011         * mono-debug.c
8012         (mono_debug_source_location_from_address): Removed.
8013         (mono_debug_source_location_from_il_offset): Removed.
8014         (mono_debug_il_offset_from_address): Removed.
8015         (mono_debug_address_from_il_offset): Removed.
8016         (mono_debug_lookup_method): New public function.
8017         (mono_debug_lookup_source_location): New public function; replaces
8018         the old mono_debug_source_location_from_*() functions; see the
8019         inline documentation.
8020         (mono_debug_free_source_location): New public function.
8021         (mono_debug_print_stack_frame): New public function; see the
8022         inline documentation.
8023
8024         * debug-mono-symfile.c
8025         (mono_debug_find_source_location): Renamed into
8026         mono_debug_symfile_lookup_location(); only take a
8027         `MonoDebugMethodInfo *' and an `offset' argument; added inline
8028         documentation.
8029         (mono_debug_find_method): Renamed into
8030         mono_debug_symfile_lookup_method().
8031
8032 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
8033
8034         * assembly.c (mono_assembly_open_full): Dont overwrite the status
8035         returned by mono_image_open_full ().
8036
8037         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
8038         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
8039         #78517.
8040
8041         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
8042         #78518.
8043
8044 2006-05-27  Miguel de Icaza  <miguel@novell.com>
8045
8046         * class.c (mono_class_from_typeref): handle missing images
8047         earlier, deals with bug #78418.   Refactor code; 
8048
8049         Fix a warning introduced in my previous commit (some stale code
8050         from before I revisited my patch).
8051
8052         * class.c (mono_class_create_from_typedef): On failure, remove the
8053         class from the MonoImage->class_cache as the class is not
8054         initialized;   Fixes the leak pointed out by Paolo.
8055
8056 2006-05-25  Dick Porter  <dick@ximian.com>
8057
8058         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
8059         DeleteCriticalSections until I figure out which one may still be
8060         sometimes locked when mono_thread_cleanup is called.
8061
8062 2006-05-24  Dick Porter  <dick@ximian.com>
8063
8064         * threads.c (mono_thread_cleanup): Move the threading cleanup out
8065         of mono_thread_manage and back into its own function, so it can be
8066         called after the finalizer thread has finished.
8067
8068         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
8069
8070 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
8071
8072         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
8073         Fixes #78495.
8074
8075         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
8076         with non-blittable elements.
8077         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
8078
8079 2006-05-24  Martin Baulig  <martin@ximian.com>
8080
8081         * mono-debug-debugger.h (MonoDebuggerEvent): Added
8082         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
8083
8084         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
8085         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
8086         `mono_debugger_event_handler' to NULL.
8087
8088 2006-05-24  Martin Baulig  <martin@ximian.com>
8089
8090         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
8091
8092 2006-05-24  Martin Baulig  <martin@ximian.com>
8093
8094         * mono-debug-debugger.h
8095         (mono_debugger_create_notification_function): Added
8096         `MonoCodeManager *' argument.
8097
8098 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
8099
8100         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
8101
8102 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
8103
8104         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
8105         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
8106         implementation.
8107
8108 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
8109
8110         * icall.c: precise GC support: objects can't be stored in unmanaged
8111         memory anymore, even if they are kept alive by other references: since
8112         they can move the GC needs to be able to always find them.
8113
8114 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
8115
8116         * object.c: precise GC support for static fields. Support
8117         for moving GCs: write barriers and pinned allocation for interned
8118         strings.
8119
8120 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
8121
8122         * domain.c, domain-internals.h: precise GC support for the MonoDomain
8123         structure.
8124
8125 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
8126
8127         * class.c, gc.c: sgen and precise GC updates.
8128
8129 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
8130
8131         * marshal.h, marshal.c: added write barrier wrapper and precise type
8132         fixes.
8133
8134 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
8135
8136         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
8137         support.
8138
8139 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
8140
8141         * reflection.c: precise and sgen GC updates.
8142
8143 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
8144
8145         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
8146
8147 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
8148
8149         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
8150
8151 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
8152
8153         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
8154         MONO_TYPE_OBJECT. Fixes #78462.
8155
8156 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
8157
8158         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
8159         and blittable types.
8160
8161 2006-05-17  Miguel de Icaza  <miguel@novell.com>
8162
8163         * class.c (mono_class_get_exception_for_failure): Implement parts
8164         of a TODO: if the loader error is set (instead of the class
8165         error), we return a Loader exception that can be properly thrown
8166         elsewhere.
8167
8168         This was exposed by some Winforms 2.0 code that I tried to run
8169         (Atsushi pointed me to it).
8170
8171 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
8172
8173         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
8174         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
8175         
8176         * marshal.c (emit_marshal_vtype): Add limited support for 
8177         UnmanagedType.LPStruct. Fixes #78427.
8178
8179         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
8180         Applied a patch from kangaroo to fix #77523.
8181
8182 2006-05-17  Martin Baulig  <martin@ximian.com>
8183
8184         * threads.c
8185         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
8186         (debugger_thread_created): Removed.
8187         (debugger_thread_exited): Removed.
8188
8189 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
8190
8191         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8192
8193         * object-internals.h (MonoReflectionResource): Sync with managed version.
8194
8195 2006-05-12  Wade Berrier <wberrier@novell.com>
8196
8197         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
8198
8199 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
8200
8201         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
8202         functions try to allocate from the image mempool.
8203
8204 2006-05-12  Dick Porter  <dick@ximian.com>
8205
8206         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
8207
8208 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
8209
8210         * object.c: The FieldGetter and FieldSetter methods require the full
8211         name of the class, not only the name. Fixes bug #78277.
8212
8213 2006-05-11  Miguel de Icaza  <miguel@novell.com>
8214
8215         * loader.c (method_from_memberref): Do not pass the NULL klass to
8216         mono_loader_set_error_() methods.  Pass the non-NULL value
8217         (class). 
8218
8219 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
8220
8221         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
8222         (mono_assembly_close): Null out assembly->image->references after freeing it.
8223
8224         * image.c (mono_image_close): Free image->references.
8225         
8226         * reflection.c (mono_image_basic_init): Fix a small memory leak.
8227
8228 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
8229
8230         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
8231         before checking if it's NULL (g_assert).
8232
8233 2006-05-10  Martin Baulig  <martin@ximian.com>
8234
8235         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
8236         I thought I already killed that two months ago, but now it somehow reappeared.
8237
8238 2006-05-10  Martin Baulig  <martin@ximian.com>
8239
8240         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
8241
8242 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
8243
8244         * reflection.c: Allocate memory for dynamically created methods in the image
8245         mempools.
8246
8247 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
8248
8249         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
8250         don't use the ad pointer before checking if it's NULL (g_assert).
8251
8252 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
8253
8254         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
8255         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
8256
8257         * marshal.c: Allocate all signatures from mempools.
8258
8259         * marshal.c: Allocate some more signatures from mempools.
8260
8261 2006-05-09  Miguel de Icaza  <miguel@novell.com>
8262
8263         * object.c (mono_load_remote_field): The code used to provide a
8264         temporary variable for returning results if the user did not
8265         provide a result pointer.  But our temporary variable was allocted
8266         on the satck.
8267
8268         Fix calling code to always pass a result area.   Coverity ID 103.
8269
8270 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
8271
8272         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
8273         value, not the old. Fixes #78312.
8274         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
8275
8276         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
8277         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
8278         per-image cache.
8279
8280         * assembly.c (mono_assembly_close): Free image->references.
8281
8282         * assembly.c (mono_assembly_names_equal): Fix a warning.
8283         (mono_assemblies_cleanup): Cleanup more global data.
8284
8285         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
8286
8287         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
8288         ptr_cache and image->modules.
8289
8290         * image.c (mono_image_init): Allocate array_cache lazily.
8291         
8292 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8293
8294         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
8295         behavior was changed recently and has bad side effects.
8296
8297 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
8298
8299         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
8300         
8301         * assembly.c (mono_assembly_close): Remove a debug printf.
8302
8303         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
8304
8305         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
8306         to also allow for temporary references between mono_image_open ()/close ().
8307
8308         * domain.c (get_runtimes_from_exe): Add a FIXME.        
8309
8310 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
8311
8312         * marshal.c: Fix support for dynamic methods.
8313
8314         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
8315
8316         * marshal.c (mono_marshal_cleanup): New cleanup function.
8317
8318         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
8319         image mempools.
8320
8321         * class.c (mono_class_init): Fix leaking class->nested_classes.
8322
8323         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
8324
8325         * image.c (mono_image_init): Initialize the new cashes.
8326
8327         * image.c (mono_image_close): Destroy the new cashes.
8328
8329         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
8330
8331         * mempool.c (mono_mempool_strdup): New helper function.
8332
8333         * class-internals.h: Add prototype for mono_loader_unlock ().
8334
8335         * domain.c (mono_jit_info_table_find): Fix a warning.
8336         (mono_debugger_check_runtime_version): Ditto.
8337
8338         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
8339         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
8340         functions to these modules.
8341
8342         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
8343         metadata modules.
8344         
8345         * marshal.c (mono_free_bstr): Fix a warning.
8346
8347         * assembly.c (mono_assembly_open_full): Fix another small leak.
8348
8349         * object.c: Fix some unload leaks in the remoting code.
8350
8351         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
8352         function.
8353
8354         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
8355
8356         * reflection.c: Fix some unload leaks in dynamic assemblies.
8357
8358 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
8359
8360         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
8361         * marshal.h: Add BSTR support on Win32
8362         * icall.c: Add BSTR icalls
8363         * metadata.h: Add BSTR enums
8364
8365 2006-04-28  Miguel de Icaza  <miguel@novell.com>
8366
8367         Work to catch the crash from #76795 and turn it into an
8368         exception.   As I stubbed out pieces of the VisualBasic support,
8369         I found a number of places where the code was failing and I added
8370         checks to those places. 
8371         
8372         * metadata.c (do_mono_metadata_parse_generic_class): Make this
8373         function return a status code.  If we fail to parse the signature
8374         from mono_metadata_parse_generic_inst, return FALSE.
8375
8376         * loader.c (mono_get_method_from_token): If we fail to load the
8377         method (mono_class_get) return NULL.   
8378
8379         * (method_from_memberref): Return NULL if we are unable to parse
8380         the method signature
8381
8382         (mono_loader_error_prepare_exception): Since we now use the
8383         loader_error flag internally to stop processing, and obtaining
8384         exceptions that might be thrown will walk this code path the
8385         proper way of going from a MonoLoaderError into a
8386         MonoException was convoluted.   This new routine encapsulates the
8387         process of turning the error into an exception and *clearing* the
8388         error afterwards.
8389         
8390 2006-04-27  Miguel de Icaza  <miguel@novell.com>
8391
8392         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
8393         with missing assemblies), and to cope with:
8394
8395                 * Missing fieldref from a non-existing assembly.
8396                 * Missing methodref from a non-existing assembly.
8397
8398         The first batch of work to address *some* of the issues from 76661.
8399         
8400         * object.c (mono_class_create_runtime_vtable): If we fail to
8401         initialize the class raise the exception here. 
8402
8403         * metadata.c (mono_class_get_overrides_full): If any methods fail
8404         to load return the failure to the caller.
8405
8406         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
8407         flagging assemblies that failed to load.   
8408
8409         Do not crash if we are unable to load the assembly.
8410
8411         (mono_assembly_close): Do nothing with REFERENCE_MISSING
8412         assemblies. 
8413
8414         * loader.c (mono_loader_set_error_type_load): Change the
8415         convention to always pass unallocated strings, so we make our own
8416         copies (I know our own code had duplicated strings before, but
8417         this keeps the normal conventions).
8418         (method_from_memberref): Call mono_loader_set_error_method_load
8419         for all possible failures of loading the class. 
8420         Remove assert, turn into a loader error.
8421
8422         (mono_loader_error_to_exception): Move this routine from mini
8423         (mini_loader_error_to_exception) there was no need to have that in
8424         mini. 
8425
8426         * class.c (mono_class_from_typeref): If we were not able to load
8427         the assembly with mono_assembly_load_reference, call the
8428         mono_loader_set_error_type_load to register the problem.
8429
8430         (mono_class_setup_fields): If we fail to load the type from
8431         mono_metadata_parse_type_full, call mono_class_set_failure and
8432         break from the loop.
8433
8434         If class->exception_type is set, we do not layout the fields as
8435         that might crash the runtime, and instead return (from breaking
8436         from the previous loop).
8437
8438         (mono_class_setup_vtable): This now returns a boolean indicating
8439         whether the table was properly setup.   The decision is driven by
8440         mono_class_get_overrides_full which might run into non-existing
8441         methods. 
8442         
8443         (mono_class_init): Returns TRUE on success or FALSE if there was a
8444         problem in loading the type (incorrect assemblies, missing
8445         assemblies, methods, etc).
8446
8447         When we call mono_class_setup_fields we also check for a potential
8448         error inside this call (either a class exception or a general
8449         loader exception).
8450
8451         (mono_class_create_from_typedef): If the parent fails to load
8452         (calling mono_class_get_full) return NULL.
8453         
8454         ** Important **
8455
8456         calls to mono_metadata_parse_type_full should be checked
8457         everywhere and set the mono_class_set_failure
8458         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
8459
8460         The current patch checks the places where my manually constructed
8461         tests show the errors are showing up, but we should do it
8462         everywhere. 
8463
8464         ** Important2 **
8465
8466         mono_class_init return values should be tested everywhere, like
8467         the previous case this is something that we should audit
8468         everywhere and not only on the cases exposed by the tests I
8469         created. 
8470
8471 2006-04-26  Miguel de Icaza  <miguel@novell.com>
8472
8473         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
8474         boolean parameter and instead pass the information on `options'
8475         parameter (FileOptions).
8476
8477         * icall.c: Register the new signature for MonoIO.Open.
8478
8479         * debug-helpers.c (dis_one): Trying to understand how coverity
8480         works.  Fix Run 5, item 78.
8481
8482 2006-04-26  Dick Porter  <dick@ximian.com>
8483
8484         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
8485         dereference.
8486
8487 2006-04-25  Martin Baulig  <martin@ximian.com>
8488
8489         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
8490
8491         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
8492         debugger_thread_created().
8493         (debugger_gc_push_all_stacks): Don't handle the main thread in any
8494         special way.
8495         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
8496         (mono_debugger_finalize_threads): New function; undo the effects
8497         of mono_debugger_init_threads().
8498         (mono_debugger_create_all_threads): Removed.
8499
8500 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
8501
8502         * image.c (mono_image_close): Tidy up trace messages.
8503
8504         * assembly.c (mono_assembly_close): Ditto.
8505
8506         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
8507         no longer references an already freed assembly. Fixes #78168.
8508
8509 2006-04-21  Dick Porter  <dick@ximian.com>
8510
8511         * threads.c (mono_thread_detach): Fix reference counting when
8512         detaching threads.
8513
8514 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
8515
8516         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
8517         #78155.
8518
8519 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
8520
8521         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
8522         (mono_type_to_stind): Ditto.
8523
8524         * marshal.c: Use the new helper functions to simplify code.
8525
8526         * image.c (mono_image_close): Add some code for help debug assembly unloading
8527         problems.
8528
8529         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
8530         image mempool.
8531
8532         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
8533         assembly was already loaded in another appdomain. Fixes #78083.
8534
8535 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
8536
8537         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
8538         referenced assemblies.
8539         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
8540
8541         * domain.c (mono_domain_free): Add a trace message.
8542
8543         * appdomain.c (add_assemblies_to_domain): Ditto.        
8544
8545         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
8546         field.  
8547
8548 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
8549
8550         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
8551
8552 2006-04-12  Martin Baulig  <martin@ximian.com>
8553
8554         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
8555         `USE_INCLUDED_LIBGC'.   
8556
8557 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
8558
8559         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
8560         the patch contains ../ and a small directory name later. Hopefully fixes
8561         #78035.
8562
8563 2006-04-10  Martin Baulig  <martin@ximian.com>
8564
8565         Clean up the debugger's thread-handling code.
8566
8567         The debugger's thread-handling code has been moved from
8568         ../mini/debug-debugger.c to threads.c.  We now iterate directly
8569         over the `threads' hash, keep track of exiting threads and also
8570         use proper locking.
8571
8572         We can now debug XSP and XSP based applications with the debugger.
8573
8574         * object-internals.h (MonoThread): Added `gpointer end_stack'.
8575
8576         * threads.h
8577         (MonoThreadCallbacks): Removed; this was only used by the debugger.
8578         (mono_install_thread_callbacks): Likewise.      
8579
8580         * threads.c (mono_thread_callbacks): Removed.
8581         (debugger_thread_created, debugger_thread_exited): New static functions.
8582         (start_wrapper): Call debugger_thread_created().
8583         (thread_cleanup): Call debugger_thread_exited().
8584         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
8585         (mono_debugger_init_threads): New public function.
8586         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
8587         iterate directly over the `threads' hash and also use proper locking.
8588
8589         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
8590
8591         * mono-debug-debugger.h
8592         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
8593
8594 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
8595
8596         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
8597         argument type=array. Fixes #78057.
8598
8599 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
8600
8601         * culture-info-table.h : regenerated. Fixed bug #69652.
8602
8603 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
8604
8605         * loader.c metadata.c: Reapply a variant r59116.
8606         
8607         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
8608
8609         * class.c (mono_class_setup_interface_offsets): New internal function.
8610
8611         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
8612         interfaces too. Fixes #77398.
8613
8614         * reflection.c (encode_cattr_value): Add support for 
8615         parameter type=object, argument type=array.
8616         (load_cattr_value): Ditto. Fixes #77916.
8617
8618         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
8619         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
8620
8621         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
8622         a byval char array and CharSet is Ansi.
8623
8624         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
8625
8626 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
8627
8628         * metadata.c: Add some locking comments.
8629         
8630         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
8631         mempool.
8632         (mono_metadata_free_method_signature): Don't free the signature itself.
8633
8634         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
8635
8636         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
8637         reference the same MonoImage.
8638         (mono_assembly_load_from_full): Add an assert.
8639
8640 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
8641
8642         * image.c (mono_image_close): Don't put the image we are about to free into the
8643         loaded_images_guid_hash.
8644
8645         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
8646         to reduce code duplication.
8647
8648         * marshal.c: Register the native functions called by this module as icalls, to
8649         somewhat centralize the creation of MonoMethodSignature's.
8650
8651         * loader.c (mono_method_signature): Add a cache for method signatures.
8652
8653         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
8654         the parameter attributes of a method.
8655         (mono_metadata_parse_method_signature_full): Refactored the computation of
8656         parameter attributes into a separate function. Also avoid one allocation in
8657         most cases.
8658
8659         * assembly.c (mono_assembly_close): Ditto.
8660
8661         * image.c (mono_image_close): Log trace messages with INFO level.
8662
8663         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
8664
8665         * image.c reflection.c: Correct reference counting of image modules.
8666         
8667         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
8668         of this function from the image mempool.
8669         
8670         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
8671         to allow more cached types to be used.
8672
8673         * mono-debug.c (mono_debug_add_method): Appled patch from
8674         David S. Miller  <davem@sunset.davemloft.net>: Access 
8675         minfo->lexical_blocks[] entry elements using read32().
8676
8677 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
8678
8679         * loader.c (mono_free_method): No longer free the method header for non-dynamic
8680         methods as it is allocated from the mempool.
8681
8682         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
8683         image mempool.
8684
8685         * metadata-internals.h: Add comments describing the reference counting scheme
8686         used for MonoImage and MonoAssembly.
8687
8688         * image.c assembly.c reflection.c: Rework reference counting of images and 
8689         assemblies so they are freed when the runtime is shut down. Free some 
8690         additional memory structures when an image is unloaded.
8691         
8692 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
8693
8694         * class.c loader.c reflection.c: Allocate more data structures in
8695         the image mempool.
8696
8697 2006-03-31  Miguel de Icaza  <miguel@novell.com>
8698
8699         * icall.c
8700         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
8701         build on pre glib 2.4 systems.
8702
8703 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
8704
8705         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
8706
8707         * icall.c: Fix some warnings.
8708
8709 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
8710
8711         * culture-info-table.h : regenerated.
8712
8713 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
8714
8715         * threads.c, object-internals.h, verify.c: changed the culture caching
8716         code to use a normal MonoArray for storage so the GC can keep track of
8717         them easily. Fixed bits of the cache logic, too and simplified the
8718         code.
8719
8720 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
8721
8722         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
8723         thread for non-Boehm GCs.
8724
8725 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
8726
8727         * domain.c, object.c, domain-internals.h: reduce the amount of memory
8728         needed to keep track of the data for static fields.
8729
8730 2006-03-29  Raja R Harinath  <rharinath@novell.com>
8731
8732         Fix #75172
8733         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
8734         for interface classes.  Use 'num_methods' instead.
8735         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
8736         before using '->vtable_size' field.
8737
8738 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
8739
8740         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
8741         doesn't contain managed pointers, so use a normal hashtable.
8742
8743 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
8744
8745         * reflection.c, class-internals.h, domain.c: fixed handling of types
8746         used as values for objects in custom attributes (bug #77915):
8747
8748 2006-03-24  Martin Baulig  <martin@ximian.com>
8749
8750         * class.c (mono_class_setup_fields): Added support for generic
8751         instances; fixes #77580.
8752
8753 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8754
8755         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
8756
8757 2006-03-24  Dick Porter  <dick@ximian.com>
8758
8759         * file-io.c (get_file_attributes): More stat macro breakage.
8760         Fixes bug 77759.
8761
8762 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
8763
8764         * profiler.c: added the file=filename option in the default profiler
8765         to output the profile data to filename.
8766
8767 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8768
8769         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
8770         bug #77877.
8771
8772 2006-03-22  Martin Baulig  <martin@ximian.com>
8773
8774         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
8775         allocated `MonoClassField *' in `fb->handle'.
8776
8777 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
8778
8779         * class.c, image.c, metadata-internals.h: implemented new mechanism to
8780         allocate interface ID to save memory and allow better ID reuse on
8781         appdomain unload. setup_generic_vtable () removal from Martin.
8782
8783 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
8784
8785         * object.h, appdomain.c, domain.c, exception.c, icall.c,
8786         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
8787         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
8788         write barriers for reference stores with managed objects accessed with
8789         C structures in the runtime and in embedding programs.
8790
8791 2006-03-20  Raja R Harinath  <rharinath@novell.com>
8792
8793         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
8794         'interface_id' and 'max_interface_id' fields of MonoClasses
8795         representing open generic types.
8796
8797 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
8798
8799         * object.h, object.c, icall.c: added functions to deal with
8800         storing valuetypes that contain references in managed objects.
8801         * reflection.c, string-icalls.c, threads.c, marshal.c: small
8802         fixes and comments around uses of mono_array_addr ().
8803
8804 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
8805
8806         * object.h, icall.c, monitor.c: object.GetHashCode ()
8807         implementation that supports the moving garbage collector.
8808
8809 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
8810
8811         * icall.c, threads-types.h, threads.c: implemented finalizer for
8812         LocalDataStoreSlot.
8813
8814 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
8815
8816         * metadata.c (mono_type_size): Add a fixme.
8817         (mono_type_stack_size): Ditto.
8818
8819         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
8820         'type_forwarders' field.
8821
8822         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
8823         attribute from net 2.0.
8824
8825         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
8826         from class.c.
8827
8828         * class.c (mono_class_setup_fields): Fix a warning.
8829         
8830         * class.c (mono_class_from_name): Add support for assemblyref entries
8831         in the EXPORTEDTYPE table.
8832
8833         * reflection.c: Add support for handling type forwarders under net 2.0.
8834
8835         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
8836         
8837 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
8838
8839         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
8840         overwriting entries in ModuleBuild->types, also clean up the code
8841         a little. Fixes #77774.
8842
8843 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
8844
8845         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
8846         load friend assembly info when present.
8847
8848 2006-03-14  Raja R Harinath  <rharinath@novell.com>
8849
8850         Fix crasher on gtest-158.cs.
8851         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
8852         the return value if the MonoClass we want is yet in an
8853         inconsistent state.
8854         * class.c (mono_class_create_from_typedef): Add an comment
8855         explaining an order dependency between mono_class_setup_parent and
8856         mono_class_setup_mono_type.
8857
8858 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
8859
8860         * class.c: documentation updates and events bug fix.
8861
8862 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
8863
8864         * class.c: some cleanup, locking fixes.
8865
8866 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
8867
8868         * class.c: fix the generics code to setup nested
8869         type info to the instantiated type (bug #77770).
8870
8871 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
8872
8873         * marshal.c: fixed a few type correctness issues.
8874
8875 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
8876
8877         * loader.c: the Set/Get/Addrtess array methods should be public.
8878
8879 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
8880
8881         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
8882         
8883         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
8884         info->wrapper.
8885
8886 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
8887
8888         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
8889
8890         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
8891
8892         * mempool.c (mono_mempool_alloc): Speed this up a bit.
8893         (mono_mempool_alloc0): Ditto.
8894
8895 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8896
8897         * socket-io.c:
8898         (create_object_from_sockaddr): it was allocating 4 extra bytes
8899         for the AF_UNIX data. Fixes bug #77747.
8900
8901 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
8902
8903         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
8904
8905 2006-03-09  Dick Porter  <dick@ximian.com>
8906
8907         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
8908         Fixes bug 76966 again.
8909
8910 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
8911
8912         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
8913         names from r57532
8914         * appdomain.c: Bumped corlib version to 48 (due to r57532)
8915
8916 2006-03-07  Martin Baulig  <martin@ximian.com>
8917
8918         * object.c
8919         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
8920
8921 2006-03-07  Martin Baulig  <martin@ximian.com>
8922
8923         * class.c
8924         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
8925         regression introduced in r56970; see gtest-252.cs.
8926
8927         * loader.c (mono_get_method_constrained): Correctly handle generic
8928         methods; see gtest-253.cs.
8929
8930 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
8931
8932         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
8933
8934 2006-03-04  Martin Baulig  <martin@ximian.com>
8935
8936         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
8937         compute the parent type at runtime, just like we're already doing
8938         it for interfaces.
8939
8940         * reflection.c
8941         (mono_reflection_bind_generic_parameters): Don't compute the
8942         parent type anymore.
8943
8944         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
8945
8946 2006-03-04  Martin Baulig  <martin@ximian.com>
8947
8948         * mono-debug-debugger.h
8949         (mono_debugger_create_notification_function): Allocate memory at
8950         runtime and return a pointer to it.
8951
8952 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
8953
8954         * assembly.c: Fix windows build.
8955         
8956         * assembly.c: Fix build.
8957
8958         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
8959
8960         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
8961         
8962 2006-03-03  Dick Porter  <dick@ximian.com>
8963
8964         * process.c
8965         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
8966         Check parameters before dereferencing them.  Fixes Aaron's part of
8967         bug 77393.
8968
8969 2006-03-03  Raja R Harinath  <rharinath@novell.com>
8970
8971         Fix performance regression.
8972         * loader.c (find_method_in_class): Add 'from_class' argument.
8973         Rename 'klass' argument to 'in_class'.  The signature is compared
8974         against the method in 'in_class', and the corresponding method is
8975         returned from 'from_class'.
8976         (find_method): Walk both 'in_class' and 'from_class' in parallel.
8977         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
8978         type definition and generic instantiation in parallel.
8979         (mono_get_method_constrained): Update to changes.
8980
8981 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
8982
8983         * threads.c: make sure the domain is correct, too when doing
8984         mono_thread_attach ().
8985
8986 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
8987
8988         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
8989         windows. Fixes #77683.
8990
8991 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
8992
8993         * object.h, *: introduced specific way to set elements of an array
8994         of references to be used as write barrier. Still need to audit the
8995         uses of mono_array_addr.
8996
8997 2006-03-01  Miguel de Icaza  <miguel@novell.com>
8998
8999         * object-internals.h: New field to cache the assmebly name, patch
9000         from Tambet Ingo (tambet@ximian.com)
9001
9002 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
9003
9004         * decimal.h, class-internals.h, metadata-internals.h,
9005         file-io.h: mark a few function declarations as internal, to
9006         reduce the number of PLT entries.
9007
9008 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9009
9010         * file-io.c: fix typo in warning message.
9011
9012 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
9013
9014         * loader.c: on unix, lookup the "*A" version of a function
9015         if charset is auto as a second option before failing.
9016
9017 2006-02-28  Raja R Harinath  <rharinath@novell.com>
9018
9019         * class.h (mono_class_inflate_generic_method): Revert to two
9020         argument version.
9021         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
9022         (mono_class_inflate_generic_method_full): Add.
9023         * class.c (mono_class_inflate_generic_method_full): Rename from
9024         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
9025         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
9026         * loader.c, reflection.c: Update to changes.
9027
9028 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
9029
9030         * icall.c: const fixes and small improvements.
9031
9032 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9033
9034         * threadpool.c: for asynchronous connect(), enable the same workaround
9035         for BSD 6 as for the Mac. Fixes bug #77637.
9036
9037 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
9038
9039         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
9040         formatted classes. Fixes #77524.
9041
9042 2006-02-24  Raja R Harinath  <rharinath@novell.com>
9043
9044         * class.c (inflate_generic_type): Add a couple more
9045         micro-optimizations.
9046         (inflate_generic_context): Don't use the 'gmethod' from
9047         'inflate_with'.
9048         (mono_class_inflate_generic_method): If the method has generic
9049         parameters, but the passed-in context doesn't have a 'gmethod',
9050         create one.  Use the possibly simplified generic instantiation
9051         from the declaring class instead of the one passed in.
9052
9053 2006-02-24  Raja R Harinath  <harinath@gmail.com>
9054
9055         Make generic method signature and method header handling lazy.
9056         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
9057         (inflate_generic_header): Likewise.
9058         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
9059         parameter to avoid inflating types.
9060         (mono_get_inflated_method): Empty out.
9061         * class.h (mono_class_inflate_generic_method): Update to changes.
9062         * loader.c (mono_get_method_from_token): Don't parse signature for
9063         generic methods, nor methods of generic classes.
9064         (mono_method_signature): Rename from 'mono_method_signature'.
9065         Inflate signature on demand.
9066         (mono_method_get_header): Inflate method header on demand.
9067         * reflection.c: Update to changes.
9068
9069 2006-02-23  Raja R Harinath  <rharinath@novell.com>
9070
9071         * metadata.c (mono_metadata_inflate_generic_inst): If the
9072         instantiation is closed, don't bother expanding it in the new
9073         context.
9074         * class.c (inflate_generic_class): If the generic instantiation
9075         doesn't change after inflation, return the argument itself.
9076         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
9077         Add bounds checks.
9078         (inflate_generic_context): If neither the generic class nor the
9079         generic method instantiations change, return the original context.
9080         * reflection.c (mono_method_get_object): Do
9081         'mono_get_inflated_method' before accessing the ->klass field.
9082         (inflate_mono_method): Don't create a MonoGenericMethod unless
9083         necessary.
9084         (inflate_method): Don't pass a constructed type as the declaring
9085         type of a methodbuilder.
9086
9087 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
9088
9089         * object.c: fix memory overwrite.
9090
9091 2006-02-22  Dick Porter  <dick@ximian.com>
9092
9093         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
9094         it doesn't work any more.
9095         (mono_threads_request_thread_dump): Fix unused variable warnings.
9096
9097 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
9098
9099         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
9100         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
9101         the public header file.
9102
9103 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
9104
9105         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
9106
9107 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
9108
9109         * class-internals.h, object.c: reduce the size of MonoVTable
9110         and store the interface_offsets array at negative offsets.
9111
9112 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
9113
9114         * metadata.c: tweak table descriptors data structures to reduce
9115         size and runtime relocations.
9116
9117 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
9118
9119         * marshal.c: fix some types and opcodes to be type-safe
9120         in marshaling wrappers.
9121
9122 2006-02-21  Ankit Jain  <jankit@novell.com>
9123
9124         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
9125
9126 2006-02-21  Raja R Harinath  <rharinath@novell.com>
9127
9128         * metadata.c (get_constraints): Relax debugging checks for monodis.
9129
9130 2006-02-21  Ankit Jain  <jankit@novell.com>
9131
9132         * metadata.c (mono_metadata_load_generic_params): Move the code
9133         checking for ambiguous generic params from here to mono/dis/get.c
9134         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
9135
9136 2006-02-21  Raja R Harinath  <harinath@gmail.com>
9137
9138         Fix assertion triggered when compiling nemerle.
9139         * class.c (mono_get_shared_generic_inst): Rename from
9140         get_shared_inst and make non-static.
9141         * loader.c (mono_get_shared_generic_method): New.  Used to create
9142         the MonoGenericContext-equivalent of a MonoGenericContainer.
9143         (mono_get_method_from_token): Initialize the 'context' field of
9144         the created MonoGenericContainer.
9145         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
9146         * metadata.c (get_constraints): Add sanity check.
9147         * class-internals.h: Add new internal methods.
9148
9149         * reflection.c (verify_safe_for_managed_space): New sanity check.
9150         Currently checks that owner-less generic parameters aren't allowed
9151         in managed space.
9152         (mono_type_get_object): Use it.
9153         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
9154         that are now in mono_type_get_object.
9155         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
9156
9157 2006-02-19  Raja R Harinath  <harinath@gmail.com>
9158
9159         * metadata.c (mono_type_create_from_typespec): Rename from
9160         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
9161         argument and caching of types in the generic container.
9162         (unwrap_arrays, find_generic_param): Remove.
9163         * metadata-internals.h: Update.
9164         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
9165
9166 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
9167
9168         * class.c (mono_class_get_exception_for_failure): Fix a warning.
9169
9170         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
9171         return values. Fixes #77581.
9172
9173         * class.c (mono_fnptr_class_get): Switch name and name_space.
9174
9175         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
9176         classes and add support for [In, Out] attributes.
9177         (mono_marshal_free_asany): Ditto. Fixes #77524.
9178
9179 2006-02-18  Raja R Harinath  <harinath@gmail.com>
9180
9181         * class.c (mono_class_from_generic_parameter): Make more robust to
9182         incomplete MonoGenericContainers from monodis.
9183
9184 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
9185
9186         * class-internals.h: added some more exception types.
9187         * class.c, metadata.c: added a few checks to handle missing
9188         types.
9189
9190 2006-02-17  Raja R Harinath  <rharinath@novell.com>
9191
9192         Use owner-less generic-params some more.
9193         * class.c (my_mono_class_from_generic_parameter): Remove.
9194         (mono_class_from_generic_parameter): Handle null image,
9195         param->name and param->owner.
9196         (mono_class_from_mono_type): Update.
9197         (mono_class_create_from_typespec): Remove 'container' parameter.
9198         If that parameter is non-null, the result is always inflated by
9199         'mono_class_get_full' anyway.
9200         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
9201         parameter.
9202         (mono_class_get_full): Update.
9203
9204         * class.c (inflate_generic_type) [GENERICINST]: If the generic
9205         instance is not open, don't bother inflating.
9206         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
9207         parse metadata for inflated classes.
9208         (_mono_class_get): Change GenericContext* parameter to
9209         GenericContainer*.
9210         (mono_class_create_from_typespec): Likewise.  Simplify, and
9211         implement trivially.  All the cases are handled in
9212         mono_class_from_mono_type.  Don't inflate returned class.
9213         (mono_class_get_full): Delegate GENERICINST optimization to
9214         inflate_generic_type.
9215         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
9216
9217 2006-02-16  Dick Porter  <dick@ximian.com>
9218
9219         * socket-io.c (create_object_from_sockaddr): Fix typo.
9220         (create_sockaddr_from_object): Check array lengths before
9221         potentially accessing items off the end.
9222         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
9223         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
9224         (ves_icall_System_Net_Sockets_Socket_Send_internal)
9225         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
9226         length checks to avoid wraparound overflows.
9227         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
9228         contents of the array of sockets
9229         (hostent_to_IPHostEntry2)
9230         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
9231         Check return value of inet_ntop ().
9232         (addrinfo_to_IPHostEntry): Fix typo
9233
9234 2006-02-16  Raja R Harinath  <rharinath@novell.com>
9235
9236         Type metadata parsing doesn't use generic-instantiation information.
9237         * metadata.c (mono_metadata_parse_array_full): Change
9238         MonoGenericContext* parameter to MonoGenericContainer*.
9239         (mono_metadata_parse_type_full): Likewise.
9240         (mono_type_create_from_typespec_full): Likewise.
9241         (mono_metadata_parse_mh_full): Likewise.
9242         (mono_metadata_parse_generic_inst): Likewise.
9243         (do_mono_metadata_parse_generic_class): Likewise.
9244         (do_mono_metadata_parse_type): Likewise.
9245         * metadata-internals.h: Update to changes.
9246         * class.c (mono_class_find_enum_basetype): Likewise.
9247         (mono_class_setup_fields): Likewise.
9248         (mono_class_create_from_typespec): Likewise.
9249         * loader.c (method_from_methodspec): Likewise.
9250         (mono_get_method_from_token): Likewise.
9251         (mono_method_get_header): Likewise.
9252
9253 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
9254
9255         * marshal.c: handle additional GENERICINST case (patch from
9256         Thong Nguyen <tum@veridicus.com>).
9257         Fix a few cases where LDIND_I/STIND_I was used for references.
9258
9259 2006-02-16  Raja R Harinath  <rharinath@novell.com>
9260
9261         * reflection.c (mono_reflection_get_token): Remove unused variable.
9262
9263 2006-02-16  Martin Baulig  <martin@ximian.com>
9264
9265         * reflection.c (mono_reflection_get_token): Add support for fields
9266         in instantiated generic types.
9267
9268         * icall.c
9269         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
9270
9271 2006-02-15  Martin Baulig  <martin@ximian.com>
9272
9273         * icall.c
9274         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
9275         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
9276         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
9277         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
9278
9279 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
9280
9281         * class.c, metadata.c, metadata.h, object.c, icall.c,
9282         marshal.c: changed mono_type_get_underlying_type () to do
9283         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
9284         Fixed handling of instantiated generic valuetypes (bug #75479).
9285
9286 2006-02-15  Raja R Harinath  <rharinath@novell.com>
9287
9288         * metadata.c (mono_metadata_decode_signed_value): Simplify.
9289         Delegate to mono_metadata_decode_value, and work on the returned value.
9290
9291         * icall.c (ves_icall_MonoType_GetGenericArguments):
9292         Add consistency check here too.
9293         
9294 2006-02-15  Ankit Jain  <jankit@novell.com>
9295
9296         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
9297         char/short etc.
9298
9299 2006-02-15  Ankit Jain  <jankit@novell.com>
9300
9301         * metadata.c (mono_metadata_decode_signed_value): New function to decode
9302         signed values, used only for representing lower bounds of arrays.
9303         (mono_metadata_parse_array_full): Use new
9304         mono_metadata_decode_signed_value to decode lower bounds.
9305
9306 2006-02-14  Martin Baulig  <martin@ximian.com>
9307
9308         * reflection.c
9309         (mono_reflection_get_token): Support "MonoGenericMethod" and
9310         "MonoGenericCMethod" and allow generic instances / methods.
9311
9312 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
9313
9314         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
9315         to obtain the terminal size using an ioctl.
9316
9317         * object.c (mono_nullable_init): Revert this as nullable reference
9318         types are not valid.
9319         (mono_nullable_box): Ditto.
9320
9321 2006-02-09  Dick Porter  <dick@ximian.com>
9322
9323         * threads.c (mono_thread_detach): Drop a reference to the thread
9324         we're detaching.
9325
9326 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
9327
9328         * object.c (mono_nullable_init): Handle nullable reference types.
9329         (mono_nullable_box): Ditto. Fixes #77446.
9330
9331 2006-02-07  Martin Baulig  <martin@ximian.com>
9332
9333         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
9334
9335 2006-02-07  Ankit Jain  <jankit@novell.com>
9336
9337         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
9338         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
9339         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
9340         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
9341         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
9342         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
9343
9344 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
9345
9346         * class.c (mono_class_create_generic): Set type_token as well.
9347
9348         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
9349         compatible with MS.
9350
9351 2006-02-02  Martin Baulig  <martin@ximian.com>
9352
9353         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
9354         has never been used so far.
9355
9356 2006-02-02  Martin Baulig  <martin@ximian.com>
9357
9358         * mono-debug-debugger.h: Changed comment at the top of this file;
9359         the header is not installed, but it's safe to #include it from
9360         within the JIT.
9361
9362         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
9363         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
9364
9365 2006-02-02  Martin Baulig  <martin@ximian.com>
9366
9367         * mono-debug.h
9368         (MonoSymbolTable): Removed the `metadata_info' field.
9369
9370         * mono-debug.c
9371         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
9372
9373         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
9374         (mono_debugger_add_builtin_types): Removed.
9375         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
9376         (mono_debugger_create_notification_function): We now operate on a
9377         pre-allocated area; take a `gpointer' and return `void'.
9378
9379         * mono-debug-debugger.c
9380         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
9381         (mono_debugger_add_builtin_types): Removed.
9382
9383 2006-02-02  Martin Baulig  <martin@ximian.com>
9384
9385         * threads.c (mono_debugger_create_all_threads): New public method.
9386
9387 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
9388
9389         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
9390         breaks on several platforms.
9391
9392 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
9393
9394         * assembly.c: the VS.NET build doesn't supply default values for
9395         MONO_ASSEMBLIES and MONO_CFG_DIR.
9396
9397 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
9398
9399         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
9400         helper function.
9401
9402         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
9403
9404         * loader.c (method_from_memberref): Fix a warning.
9405
9406         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
9407
9408         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
9409         with explicit layout. Fixes #77433.
9410
9411 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
9412
9413         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
9414         max_interface_id is initialized before using it. Fixes #77398.
9415         (ves_icall_Type_GetInterfaces): Ditto.
9416
9417 2006-01-30  Raja R Harinath  <rharinath@novell.com>
9418
9419         * metadata.c (mono_metadata_parse_method_signature_full): Don't
9420         allocate memory for parameter attributes when parsing memberref
9421         signatures.
9422         * loader.c (mono_loader_set_error_method_load): Don't warn.
9423         (method_from_memberref): Ensure MissingMethodException gets thrown
9424         if method is not found.  Make warning more informative.
9425
9426 2006-01-29  Raja R Harinath  <harinath@gmail.com>
9427
9428         Fix #77397
9429         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
9430         return true if is byref.
9431         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
9432         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
9433         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
9434
9435 2006-01-27  Raja R Harinath  <rharinath@novell.com>
9436
9437         Fix tests/find-method.2.il
9438         * loader.c (find_method, find_method_in_class): Remove is_inflated
9439         argument.  Revert 2006-01-18 change.
9440         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
9441         is generic, search for method in its generic definition.
9442         * class.c (mono_class_setup_vtable_general): Print generic
9443         arguments of generic types in debugging printf.
9444
9445 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
9446
9447         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
9448
9449         * threads.c (mono_threads_request_thread_dump): New helper function.
9450
9451 2006-01-25  Raja R Harinath  <rharinath@novell.com>
9452
9453         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
9454
9455 2006-01-25  Ankit Jain  <jankit@novell.com>
9456
9457         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
9458         move definition to ..
9459         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
9460         
9461 2006-01-25  Ankit Jain  <jankit@novell.com>
9462             Raja R Harinath  <rharinath@novell.com>
9463
9464         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
9465         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
9466         as necessary.
9467
9468 2006-01-25  Martin Baulig  <martin@ximian.com>
9469
9470         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
9471         `MonoDebuggerThread' into debug-debugger.c.
9472
9473 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
9474
9475         * profiler.c: fix printing of data.
9476
9477 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
9478
9479         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
9480           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
9481
9482 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
9483
9484         * object.c: fix deadlock related to string interning.
9485
9486 2006-01-23  Martin Baulig  <martin@ximian.com>
9487
9488         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
9489
9490         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
9491
9492 2006-01-23  Martin Baulig  <martin@ximian.com>
9493
9494         * mono-debug.h: Moved the prototypes of some functions which are
9495         used by the JIT here from mono-debug-debugger.h.
9496
9497 2006-01-21  Martin Baulig  <martin@ximian.com>
9498
9499         * Makefile.am: Don't install mono-debug-debugger.h.
9500
9501 2006-01-21  Martin Baulig  <martin@ximian.com>
9502
9503         * mono-debug-debugger.h: Enforce the private status of this header
9504         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
9505         Moved some stuff from mono-debugger-jit-wrapper.h here.
9506
9507 2006-01-20  Raja R Harinath  <rharinath@novell.com>
9508
9509         * class.c (mono_class_from_typeref): Add a sanity test to help
9510         catch lack of assembly load/search hooks.
9511
9512 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
9513
9514         * marshal.c (emit_struct_conv): Relax the fields with same offset
9515         check even more. Fixes #77230.
9516
9517 2006-01-18  Martin Baulig  <martin@ximian.com>
9518
9519         * loader.c (find_method_in_class): Added `gboolean is_inflated'
9520         argument; if false, we compare the uninstantiated signatures.
9521         (method_from_memberref): Compare the uninstantiated signatures;
9522         fixes #76417.
9523
9524 2006-01-18  Robert Jordan  <robertj@gmx.net>
9525
9526         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
9527         Clear the weak link. Fixes bug #77170.
9528
9529         * gc.c (mono_gchandle_free):
9530         Reflect *-gc.c changes (tiny optimization).
9531
9532 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
9533
9534         * metadata.c (mono_metadata_signature_dup): Applied patch from
9535         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
9536         Fixes #77288.
9537
9538 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
9539
9540         * marshal.c (emit_struct_conv): Allow fields with the same offset when
9541         marshalling from native to managed code. Fixes #77230.
9542
9543 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9544
9545         * threadpool.c: fix problem (Mac only) when more than one asynchronous
9546         connect. Fixes bug #77020.
9547
9548 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
9549
9550         * class.c: fixed id assignement for nested interfaces (bug #77275).
9551         Added also better info for --print-vtable debugging.
9552
9553 2006-01-12  Martin Baulig  <martin@ximian.com>
9554
9555         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
9556         interfaces on-the-fly; fixes #76625.
9557
9558         * class-internals.h
9559         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
9560         don't need that anymore.
9561
9562 2006-01-12  Miguel de Icaza  <miguel@novell.com>
9563
9564         * socket-io.c
9565         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
9566         To avoid initing the nested_classes when not needed I turned the
9567         PeerCredData as a toplevel internal class, as it has to be shared
9568         anyways. 
9569
9570         Fixes the CASA issue.
9571
9572 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
9573
9574         * domain.c: Accessors for MonoJitInfo
9575
9576         * profiler-private.h: Add jitinfo to the end jit hook
9577
9578         * profiler.[ch]: Define new hooks, called after jitting which give
9579         the MonoJitInfo that was compiled
9580
9581 2006-01-10  Martin Baulig  <martin@ximian.com>
9582
9583         * class.c (mono_class_setup_events): Add support for generic
9584         classes; fixes #76440.
9585
9586 2006-01-06  Raja R Harinath  <rharinath@novell.com>
9587
9588         Fix #77160.
9589         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
9590         on passed-in method.
9591
9592 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
9593
9594         * object.c (mono_runtime_invoke_array): Add Nullable support.
9595
9596         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
9597
9598 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
9599
9600         * file-io.c: Don't consider sockets as directory and avoid an endless
9601         loop. Fix bug #76966.
9602
9603 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
9604
9605         * object.c (mono_nullable_init): New helper function.
9606         (mono_nullable_box): Ditto.
9607
9608         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
9609
9610         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
9611
9612         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
9613         
9614 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
9615
9616         * class.c (mono_class_is_assignable_from): Make T assignable to 
9617         Nullable<T>.
9618
9619 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
9620
9621         * appdomain.c: Bump corlib version to 46.
9622         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
9623         serialization purpose) and changed ves_icall_System_Reflection_
9624         Assembly_get_code_base signature to accept a boolean (to escape, or 
9625         not, the assembly code base).
9626
9627 2005-12-23  Dick Porter  <dick@ximian.com>
9628
9629         * icall.c: 
9630         * threads-types.h: 
9631         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
9632         CreateEvent icall now returns "created" boolean parameter.
9633
9634 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
9635
9636         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
9637         #76967.
9638
9639         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
9640         when attr_klass is an interface. Fixes #77045.
9641
9642 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
9643
9644         * marshal.c (emit_struct_conv): Fix previous patch.
9645         
9646         * marshal.c (emit_struct_conv): Add a check for fields with the same
9647         offset.
9648
9649 2005-12-20  Raja R Harinath  <rharinath@novell.com>
9650
9651         Fix regression in Mono.C5.
9652         * class.c (mono_class_create_generic): If 'klass' is an interface
9653         set up the interface offsets.
9654         (mono_class_is_assignable_from): Don't throw away generic arguments.
9655
9656 2005-12-19  Raja R Harinath  <rharinath@novell.com>
9657
9658         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
9659         type parameters.
9660
9661 2005-12-15  Raja R Harinath  <rharinath@novell.com>
9662
9663         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
9664         dead store.
9665         (do_mono_metadata_parse_generic_class): Don't pass the current
9666         generic context when parsing the type being instantiated: it
9667         cannot use it, anyway.
9668
9669         * loader.c (method_from_memberref): Don't inflate a signature if
9670         it doesn't contain any type parameters.
9671
9672 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
9673
9674         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
9675
9676 2005-12-14  Martin Baulig  <martin@ximian.com>
9677
9678         * class.c
9679         (mono_type_get_name_recurse): Don't return null for type
9680         parameters and open generic classes.
9681         (mono_class_setup_methods): Don't exclude generic instances.
9682         (mono_get_unique_iid): Use different IDs for different
9683         instantiations of the same generic type.
9684         (mono_class_setup_vtable): Only use setup_generic_vtable() for
9685         open generic instances; create a normal vtable for closed generic
9686         instances.
9687         (mono_class_setup_vtable_general): We're now also called for
9688         closed generic instances.
9689
9690         * reflection.c
9691         (mono_reflection_bind_generic_parameters): Correctly use
9692         mono_metadata_lookup_generic_inst() everywhere.
9693
9694 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
9695
9696         * object.c (mono_class_create_runtime_vtable): Call 
9697         mono_class_setup_vtable ().
9698
9699         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
9700         function.
9701         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
9702         #76959.
9703
9704         * loader.c (mono_loader_set_error_type_load): Print the type load
9705         warnings to the console so they are more visible to the user.
9706         (mono_loader_set_error_method_load): Ditto.
9707
9708         * reflection.c (ensure_runtime_vtable): Revert the last change as it
9709         is still broken.
9710         
9711         * reflection.c (ensure_runtime_vtable): Fix build.
9712
9713         * reflection.c (ensure_runtime_vtable): Disable an optimization which
9714         doesn't work in all cases.
9715
9716 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
9717
9718         * object.c (mono_array_new_full): Treat a single dimensional array
9719         with 0 lower bounds as an szarray. Fixes #76973.
9720
9721         * reflection.c (custom_attr_visible): Really fix this.
9722
9723 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
9724
9725         * reflection.c (custom_attr_visible): Allow nested public attributes
9726         as well.
9727
9728         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
9729         interface check.
9730
9731 2005-12-12  Raja R Harinath  <harinath@gmail.com>
9732
9733         * class.c (set_generic_param_owner): Delete.
9734         (mono_class_create_from_typedef): Don't set ->owner field of
9735         generic parameters to "param containers" of enclosing classes.
9736         * reflection.c (mono_reflection_initialize_generic_parameter):
9737         Likewise.
9738
9739 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
9740
9741         * reflection.c (custom_attr_visible): Fix build.
9742
9743 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
9744
9745         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
9746         private attributes.
9747         
9748         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
9749         handling of null parameter defaults.
9750
9751 2005-12-09  Raja R Harinath  <rharinath@novell.com>
9752
9753         * class.c (mono_class_from_generic_parameter): Don't set
9754         klass->generic_container.
9755         (my_mono_class_from_generic_parameter): Likewise.
9756
9757 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
9758
9759         * reflection.c (load_public_key): Fix a warning.
9760         (method_encode_code): Fix unaligned accesses.
9761
9762 2005-12-07  Martin Baulig  <martin@ximian.com>
9763
9764         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
9765
9766         * reflection.c
9767         (write_generic_param_entry): Encode our custom attrs.
9768
9769         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
9770
9771 2005-12-07  Martin Baulig  <martin@ximian.com>
9772
9773         * reflection.c (encode_new_constraint): Removed; we don't use the
9774         `NewConstraintAttribute' anymore.
9775
9776 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
9777
9778         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
9779         not fire a TypeResolve event when Assembly.GetType () is called.
9780
9781 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
9782
9783         Beginning of support for nullable types in the runtime. Parts of
9784         this patch are from Martin.
9785
9786         * appdomain.c (MONO_CORLIB_VERSION): Bump
9787
9788         * domain.c (mono_init_internal): get the nullable type
9789
9790         * class.c (mono_class_is_nullable): New method
9791         (mono_class_get_nullable_param): New mehod
9792         (mono_class_create_generic): In types T? set cast_class to T
9793
9794         * class-internals.h (MonoDefaults): new nullable default class
9795         (mono_class_get_nullable_param, mono_class_get_nullable_param):
9796         new methods.
9797
9798 2005-12-05  Raja R Harinath  <rharinath@novell.com>
9799
9800         * metadata.c (select_container): New.  Refactor code to select the
9801         appropriate GenericContainer given the type of generic parameter
9802         we are looking for.
9803         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
9804         not a MonoGenericContext.  Use select_container.  Update parameters.
9805         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
9806         and MONO_TYPE_MVAR.
9807         (unwrap_arrays): Remove duplicate tests.
9808         (find_generic_param): Rename from 'has_same_context'.  Now walks a
9809         generic instantiated class to find any arguments that are generic
9810         parameters.
9811         (mono_type_create_from_typespec_full): Use find_generic_param to
9812         avoid evicting some generic instantiations from the typespec
9813         cache.
9814
9815 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
9816
9817         * reflection.c: fixed writing of doubles on ARM FPA.
9818
9819 2005-12-02  Robert Jordan  <robertj@gmx.net>
9820
9821         * icall.c: Fixed EventInfo.ReflectedType (#76829).
9822
9823 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9824
9825         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
9826         least on SUSE 10 they are not the same (on debian, they are just the
9827         same thing).
9828
9829 2005-12-01  Raja R Harinath  <rharinath@novell.com>
9830
9831         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
9832         DeclaringType for VARs and MVARs.
9833         * class.c (set_generic_param_owner): Fix initialization of owner
9834         fields.
9835
9836 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
9837
9838         * icall.c: fixed Enum.ToObject() to correctly convert the values.
9839
9840 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9841
9842         * threadpool.c: workaround for a bug that shows up on the Mac:
9843         select()+connect() on a blocking socket is not like it should
9844         be, so we proceed to connect() in that case, wasting the I/O
9845         threadpool thread until connect succeedes. Fixes bug #75436.
9846
9847 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9848
9849         * threadpool.c: fix typo when setting file descriptor states.
9850
9851 2005-11-28  Raja R Harinath  <rharinath@novell.com>
9852
9853         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
9854         * metadata.c (mono_metadata_parse_method_signature_full): Don't
9855         create a temporary signature container.
9856         (mono_metadata_parse_generic_param): Update to changes.
9857         (mono_type_create_from_typespec_full): Update to changes.
9858         * loader.c (method_from_memberref): Don't use a
9859         MonoGenericContainer while parsing a memberref signature.
9860         (method_from_methodspec): Remove dead-store of the 'container'
9861         variable.  It's overwritten before use.
9862
9863         * metadata.c (mono_type_create_from_typespec_full): Make debugging
9864         checks tighter.
9865         (mono_metadata_parse_generic_param): Likewise.
9866         * loader.c (find_method_in_class): Does not need a
9867         MonoGenericContainer.  Use 'mono_method_signature' rather than
9868         'mono_method_signature_full'.
9869         (find_method, mono_get_method_constrained, method_from_memberref):
9870         Update to changes.
9871
9872         * metadata.c (mono_type_create_from_typespec_full): Ensure that
9873         owner-less generic-parameters are never evicted from the typespec
9874         cache.
9875
9876         * loader.c (method_from_memberref): Don't use the current context
9877         when parsing signatures.
9878         (method_from_methodspec, mono_get_method_from_token): Update to changes.
9879
9880         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
9881         side-effects in g_assert.
9882         * loader.c (mono_get_method_from_token): Resolve klass earlier so
9883         that we don't potentially lose information.
9884
9885 2005-11-26  Dick Porter  <dick@ximian.com>
9886
9887         * icall.c:
9888         * threads.c: icalls to implement basic (ie, not named)
9889         System.Threading.Semaphore.
9890
9891 2005-11-24  Dick Porter  <dick@ximian.com>
9892
9893         * process.c
9894         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
9895         Use GetProcessId() if it's available.
9896
9897 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
9898
9899         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
9900
9901 2005-11-23  Raja R Harinath  <rharinath@novell.com>
9902             Ankit Jain  <jankit@novell.com>
9903
9904         * loader.c (mono_get_method_from_token): Initialize 'method' field
9905         of all generic parameters before parsing the signature.  Remove
9906         code that "fixed"-up MVAR references.
9907
9908 2005-11-23  Ankit Jain  <jankit@novell.com>
9909
9910         * metadata.c (mono_metadata_has_generic_params):
9911         (mono_metadata_load_generic_param_constraints):
9912         (mono_metadata_load_generic_params): Move duplicate code ...
9913         (mono_metadata_get_generic_param_row): ... here. Returns the
9914         first row-id in GenericParam table for a given owner (token).
9915         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
9916         prototype.
9917
9918 2005-11-23  Raja R Harinath  <rharinath@novell.com>
9919             Ankit Jain  <jankit@novell.com>
9920
9921         * metadata.c (mono_metadata_class_equal): Pass signature_only when
9922         comparing VARs too.
9923         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
9924         type->data.generic_param only if the type is an MVAR.
9925         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
9926         leak owner-less VARs and MVARs into managed space.
9927
9928 2005-11-21  Martin Baulig  <martin@ximian.com>
9929
9930         * class-internals.h
9931         (MonoMethod): Moved the `generic_container' here from
9932         `MonoMethodNormal' since we now also need it for
9933         `MonoMethodPInvoke';
9934         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
9935         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
9936         an union containing both `MonoMethodNormal' and
9937         `MonoMethodPInvoke'.
9938
9939         * loader.c
9940         (mono_get_method_from_token): Allow implementing generic methods
9941         as interncalls.
9942
9943         * threads.c
9944         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
9945         icall.
9946
9947 2005-11-17  Dick Porter  <dick@ximian.com>
9948
9949         * icall.c: 
9950         * process.h: 
9951         * process.c: Split the Process Start_internal icall into
9952         ShellExecuteEx_internal and CreateProcess_internal, which are
9953         called depending on whether UseShellExecute is true.  Fixes bug
9954         76670.
9955
9956         * appdomain.c (MONO_CORLIB_VERSION): Incremented
9957
9958 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
9959
9960         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
9961         'msize' parameters, use the information in 'mspec' instead.
9962         (emit_object_to_ptr_conv): Ditto.
9963
9964         * marshal.c (emit_struct_conv): Handle explicit layout structs with
9965         fields out of order. Fixes #76733.
9966
9967 2005-11-17  Ankit Jain  <jankit@novell.com>
9968
9969         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
9970
9971 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
9972
9973         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
9974           bug #76575.
9975
9976 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
9977
9978         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
9979         for types with non-auto layout. Fixes #76717.
9980
9981 2005-11-16  Ankit Jain  <jankit@novell.com>
9982
9983         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
9984         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
9985         if generic_context is null.
9986           (mono_metadata_generic_param_equal): param->owner can be null.
9987           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
9988         null.
9989
9990 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
9991
9992         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
9993         the correct value.
9994
9995 2005-11-15  Martin Baulig  <martin@ximian.com>
9996
9997         * object.c (set_value): Use mono_class_from_mono_type() instead of
9998         the hack for generic instances; fixes #76136.
9999
10000 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
10001
10002         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
10003         fields.
10004
10005         * image.c (load_metadata_ptrs): Initialize the new fields.
10006
10007         * reflection.c (create_dynamic_mono_image): Ditto.
10008
10009         * reflection.c (build_compressed_metadata): Use the new fields.
10010
10011         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
10012         icall.
10013
10014         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
10015         icall.
10016         
10017 2005-11-15  Ankit Jain  <jankit@novell.com>
10018             Raja R Harinath  <harinath@gmail.com>
10019
10020         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
10021         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
10022         new per-generic_container cache if the cached MonoType's context matches
10023         the current context.
10024           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
10025         to the expected context.
10026           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
10027
10028 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10029
10030         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
10031         we changed the signature of an icall.
10032         * icall.c: Modify to mono_double_ParseImpl return true/false 
10033         depending on the success, instead of throwing the exception. This will
10034         help us in Double.TryParse methods.
10035         
10036 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
10037
10038         * marshal.c (emit_marshal_object): Throw an exception when
10039         marshalling 'object' instead of crashing. Fixes #76696.
10040
10041 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
10042
10043         * class-internals.h: Add prototype for mono_type_get_full_name ().
10044
10045 2005-11-11  Dick Porter  <dick@ximian.com>
10046
10047         * threads.c (mono_thread_manage): Make sure the main thread has
10048         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
10049
10050 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
10051
10052         * loader.c (mono_loader_set_error_type_load): Log a warning to the
10053         console about the missing type.
10054         (mono_loader_set_error_method_load): Ditto.
10055
10056 2005-11-09  Miguel de Icaza  <miguel@novell.com>
10057
10058         * mono-config.c (mono_get_config_dir): Set the system defaults if
10059         none is specified.
10060
10061         * assembly.c (mono_set_dirs): New API entry point to set the
10062         assembly and the config directory in one call
10063
10064 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
10065
10066         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
10067         the ftnptr was created from a delegate in a domain other than the
10068         current domain. Fixes #75377.
10069
10070         * exception.h exception.c: Add mono_get_exception_not_supported ().
10071
10072 2005-11-08  Martin Baulig  <martin@ximian.com>
10073
10074         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
10075
10076 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
10077
10078         * security-manager.h: Added definitions to deal with strongname key 
10079         pairs bigger (and smaller) than 1024 bits.
10080         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
10081         adjust wrt the public key length being used.
10082
10083 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
10084
10085         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
10086           Windows build (r51396-51397).
10087
10088 2005-11-03  Martin Baulig  <martin@ximian.com>
10089
10090         * class.c (mono_class_setup_vtable_general): Also add generic
10091         methods to the vtable; fixes #76581.
10092
10093 2005-11-01  Miguel de Icaza  <miguel@novell.com>
10094
10095         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
10096         sure that we lookup GetString method from the System.Text.Encoding
10097         class, not the derived class or we get an empty method.
10098
10099         Fixed class #76612.
10100
10101 2005-10-25  Miguel de Icaza  <miguel@novell.com>
10102
10103         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
10104         if it has been previously set (embedders). 
10105
10106         Make mono_set_rootdir available also on Unix.
10107
10108 005-10-24  Robert Jordan  <robertj@gmx.net>
10109
10110         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
10111
10112 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
10113
10114         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
10115         only calls which are made to native code use this flag.
10116
10117         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
10118
10119 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
10120
10121         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
10122         Add support for FieldBuilders.
10123
10124 2005-10-29  Martin Baulig  <martin@ximian.com>
10125
10126         * mono-debug.c
10127         (mono_debug_using_mono_debugger): New public method; returns
10128         whether we're running inside the debugger.
10129
10130 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
10131
10132         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
10133         for Method/Constructor/FieldBuilders.
10134
10135 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
10136
10137         * reflection.c (module_add_cattrs): Save custom attributes for global methods
10138         and fields as well.
10139
10140 2005-10-26  Martin Baulig  <martin@ximian.com>
10141
10142         * mono-debug-debugger.c
10143         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
10144
10145 2005-10-24  Raja R Harinath  <harinath@gmail.com>
10146
10147         * icall.c (base64_to_byte_array): Don't pass an out-of-range
10148         integer to isspace.
10149
10150 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
10151
10152         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
10153         when passing valuetypes byref. Fixes #76502.
10154
10155 2005-10-19  Jackson Harper  <jackson@ximian.com>
10156
10157         * profiler.c: Don't put a . in front of types that are not in a
10158         namespace.
10159
10160 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
10161
10162         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
10163
10164 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
10165
10166         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
10167         #76436.
10168         (mono_marshal_get_ldflda_wrapper): Fix a warning.
10169
10170 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10171
10172         * assembly.c metadata-internals.h icall.c: Define an additional
10173         parameter for mono_assembly_name_parse_full, so we can avoid creating
10174         S.R.AssemblyName.Version when no version info wasn't passed.
10175         
10176 2005-10-09  Miguel de Icaza  <miguel@novell.com>
10177
10178         * class.c (mono_type_get_full_name): Reimplement method that was
10179         removed. 
10180
10181         * image.c: Some docs
10182
10183 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
10184
10185         * profiler.c (output_newobj_profile): Fix printing of Total memory
10186         on x86.
10187
10188 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
10189
10190         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
10191
10192 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
10193
10194         * threads.c: remove debug output.
10195
10196 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
10197
10198         * threads.c (mono_thread_manage): Fix crashes if more than 64
10199         threads need to be aborted. Hopefully fixes #75899.
10200
10201         * assembly.c (mono_stringify_assembly_name): New helper function.
10202
10203         * class.c: Use mono_stringify_assembly_name instead of the similar
10204         static function.
10205
10206         * assembly.h assembly.c: Add support for calling a postload search 
10207         hook if an assembly cannot be loaded.
10208
10209         * appdomain.c: Register new search hooks which call the AssemblyResolve
10210         events in AppDomain. Fixes #75231
10211
10212 2005-10-07  Martin Baulig  <martin@ximian.com>
10213
10214         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
10215         methods without debug info.
10216
10217 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
10218
10219         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
10220         wrappers.
10221
10222 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10223
10224         * file-io.c: now that we return symlinks, use lstat and, when the file
10225         is a symbolic link, stat, to get the file attributes. Also avoid the
10226         conversion to/from utf16/external.
10227
10228 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
10229
10230         * class.c (mono_class_layout_fields): Compute klass->has_references
10231         correctly if an embedded valuetype is not yet initialized. Fixes
10232         #76331.
10233
10234 2005-10-04  Martin Baulig  <martin@ximian.com>
10235
10236         * metadata.c
10237         (mono_metadata_load_generic_param_constraints): New public
10238         function; splitted the constraints loading out from
10239         mono_metadata_load_generic_params().
10240
10241         * class.c (mono_class_create_from_typedef): Call
10242         mono_metadata_load_generic_param_constraints() after setting up
10243         the type and creating our parent; fixes #75329.
10244
10245 2005-10-04  Martin Baulig  <martin@ximian.com>
10246
10247         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
10248         non-dynamic parent classes.
10249
10250 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
10251
10252         * file-io.c : win32 build fix (ETXTBSY seems not found).
10253
10254 2005-10-04  Martin Baulig  <martin@ximian.com>
10255
10256         * reflection.c
10257         (mono_image_get_methodspec_token): Make the cache actually work;
10258         fixes #75974.
10259
10260 2005-10-04  Martin Baulig  <martin@ximian.com>
10261
10262         * class.c (mono_class_name_from_token): Removed the unneccessary
10263         `MonoGenericContext *' argument.
10264
10265 2005-10-04  Martin Baulig  <martin@ximian.com>
10266
10267         * loader.c
10268         (method_from_methodspec): Make the caching work again; fixes the
10269         performance regression from #76262.
10270
10271 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10272
10273         * file-io.c:
10274         * file-io.h:
10275         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
10276         GetFileSystemEntries that performs the same work but without going
10277         into io-layer, locking, etc.
10278
10279 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
10280
10281         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
10282         ThreadState_Stopped as well. Fixes #76047.
10283
10284 2005-09-29  Martin Baulig  <martin@ximian.com>
10285
10286         * class.c
10287         (inflate_generic_context): If the new context has a `gmethod', set
10288         its `container' that that gmethod's `container'.
10289
10290         * metadata.c
10291         (mono_metadata_parse_generic_param): Simplify things;
10292         `generic_container = generic_context->container;' is just fine.
10293
10294         * loader.c (method_from_methodspec): Code cleanups.
10295
10296 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
10297
10298         * decimal.c: fix warning (and let gcc generate correct
10299         code on ARM with optimizations).
10300
10301 2005-09-28  Martin Baulig  <martin@ximian.com>
10302
10303         * loader.c
10304         (method_from_memberref): Added `MonoGenericContext *class_context'
10305         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
10306         (method_from_methodspec): If we're a memberref, use the enclosing
10307         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
10308
10309 2005-09-28  Martin Baulig  <martin@ximian.com>
10310
10311         * object.c (mono_runtime_invoke_array): Added support for
10312         MONO_TYPE_GENERICINST; fixes #75917.
10313
10314 2005-09-27  Martin Baulig  <martin@ximian.com>
10315
10316         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
10317         `k->byval_arg.type' to determine the actual type.
10318
10319         * loader.c (method_from_methodspec): Removed some hacks.
10320
10321 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
10322
10323         * class-internals.h (mono_field_is_deleted): Do the test for
10324         rtspecialname before we check the actual name of the field. This
10325         prevents us from dereferencing a pointer into the string table,
10326         saving us from accessing a few pages
10327
10328         * *.c: Replace the use of {Enter,Leave}CriticalSection with
10329         macros. This will allow a deadlock debugger to easily be plugged
10330         in.
10331
10332 2005-09-27  Martin Baulig  <martin@ximian.com>
10333
10334         * loader.c (method_from_methodspec): Create a "signature"
10335         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
10336
10337 2005-09-27  Martin Baulig  <martin@ximian.com>
10338
10339         * class.c
10340         (inflate_generic_class): Correctly set the new context's
10341         container.
10342
10343         * loader.c
10344         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
10345         instead of a `MonoGenericContext *'.
10346         (mono_method_signature_full): Take a `MonoGenericContainer *'
10347         instead of a `MonoGenericContext *'.
10348
10349         * metadata.c
10350         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
10351         instead of a `MonoGenericContext *'.
10352         (mono_metadata_parse_method_signature_full): Likewise.
10353
10354 2005-09-26  Martin Baulig  <martin@ximian.com>
10355
10356         * class.c
10357         (mono_class_from_generic_parameter): Set `klass->generic_container'
10358         (mono_class_from_generic_parameter): Likewise.
10359         (mono_bounded_array_class_get): We inherit the generic container
10360         from the element class.
10361
10362         * loader.c
10363         (find_method, find_method_in_class): Take a `MonoGenericContext *'
10364         argument rather than computing it here.
10365         (method_from_memberref): Correctly set the generic context before
10366         parsing the signature.  Fixes #75681.
10367
10368 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
10369
10370         * object.c (mono_class_has_special_static_fields): Fix warnings.
10371
10372 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10373
10374         * assembly.c: Add parse_public_key function, to
10375         par the public keys. Also added mono_assembly_name_parse_full,
10376         to define it the parsed key should be freed or not.
10377         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
10378         to parse a long format assembly name.
10379         * metadata-internals.h: Keep mono_assembly_name_parse_full as
10380         private, since calling it to preserve the key requires
10381         freeing it manually.
10382         
10383 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
10384
10385         * locales.c : removed HAVE_ICU part.
10386
10387 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
10388
10389         * object.c (mono_class_create_runtime_vtable): Avoid calling 
10390         field_is_special_static if the klass has no special static fields.
10391
10392         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
10393         (MonoCachedClassInfo): Likewise.
10394
10395         * object.c (mono_class_has_special_static_fields): New helper function.
10396
10397 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
10398
10399         * class.c (mono_class_create_from_typedef): Don't call 
10400         interfaces_from_typedef_full for enums.
10401         (mono_class_create_from_typedef): Compute the base types of enums directly
10402         without calling mono_class_setup_fields ().
10403         (mono_class_find_enum_basetype): New helper function.
10404
10405         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
10406         one place inside the string heap.
10407         
10408 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
10409
10410         * class.c: locking fixes, code cleanups, some docs added.
10411         Allocate some data structures in the image mempool.
10412
10413 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
10414
10415         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
10416         the example code.
10417         
10418 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
10419
10420         * class-internals.h, class.c, reflection.c: reduce memory taken by
10421         MonoClass.
10422
10423 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
10424
10425         * metadata.c, metadata.h, loader.h: documentation updates, code and
10426         API cleanups.
10427
10428 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
10429
10430         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
10431         the example code.
10432
10433         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
10434         page faults caused by the runtime while reading metadata.
10435
10436 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10437
10438         * socket-io.c: the field names were changed 3 months ago and no one
10439         realized until bug #76077 got filed!
10440
10441 2005-09-20  Martin Baulig  <martin@ximian.com>
10442
10443         * icall.c (assembly_icalls): Removed some unused debugger icalls.
10444
10445 2005-09-20  Martin Baulig  <martin@ximian.com>
10446
10447         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
10448         write the rank into the class entry.
10449
10450 2005-09-20  Martin Baulig  <martin@ximian.com>
10451
10452         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
10453
10454 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
10455
10456         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10457
10458         * icall.c (custom_attrs_defined_internal): New icall.
10459
10460         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
10461         function.
10462         (mono_custom_attrs_construct_by_type): New helper function.
10463
10464 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
10465
10466         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
10467         terminate the resulting string. Fixes #76123.
10468
10469 2005-09-16  Martin Baulig  <martin@ximian.com>
10470
10471         * mono-debug.c
10472         (mono_debug_add_method): Ignore inflated methods for the moment.
10473
10474 2005-09-14  Martin Baulig  <martin@ximian.com>
10475
10476         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
10477
10478 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
10479
10480         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
10481         return a success/failure indication.
10482         (mono_metadata_interfaces_from_typedef_full): Ditto.
10483         (get_constraints): Ditto.
10484
10485 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
10486
10487         * marshal.c (emit_marshal_array): Fix handling of null arrays.
10488         
10489         * marshal.c (emit_marshal_array): Add support for returning string
10490         arrays from delegates. Fixes #76063.
10491
10492         * marshal.c: Use the emit_ldloc/stloc macros where possible.
10493
10494 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
10495
10496         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
10497         icall.
10498
10499 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
10500
10501         * reflection.c icall.c: Fix after mono_get_exception_type_load
10502         signature change.
10503
10504         * assembly.c (mono_assembly_get_assemblyref): New helper function.
10505         (mono_assembly_load_reference): Use the new helper.
10506
10507         * class-internals.h (MonoLoaderError): New structure containing 
10508         information about type loading errors.
10509
10510         * class-internals.h loader.c: Add APIs to store per-thread loader
10511         error information.
10512
10513         * loader.c class.c: Set the loader error if needed.
10514
10515         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
10516
10517 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
10518
10519         * decimal.c: fixed to handle the broken ARM fp format.
10520
10521 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
10522
10523         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
10524         broken.
10525
10526 2005-09-06  Martin Baulig  <martin@ximian.com>
10527
10528         * domain.c (supported_runtimes): Added v2.0.50727.
10529
10530 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
10531
10532         * culture-info.h: reduce the size of some structures.
10533
10534 2005-09-05  Martin Baulig  <martin@ximian.com>
10535
10536         Reflect latest API changes in the August CTP.
10537
10538         * icall.c
10539         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
10540         ("MonoType.HasGenericArguments"): Removed.
10541         ("MonoMethod.BindGenericParameters"): Renamed to
10542         "MakeGenericMethod".
10543         ("MethodBuilder.BindGenericParameters"): Renamed to
10544         "MakeGenericMethod".    
10545
10546 2005-09-05  Martin Baulig  <martin@ximian.com>
10547
10548         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
10549
10550 2005-09-05  Martin Baulig  <martin@ximian.com>
10551
10552         Applying a patch from Michal Moskal <malekith@nemerle.org>.
10553
10554         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
10555         generic_container is non-NULL.
10556
10557 2005-09-05  Martin Baulig  <martin@ximian.com>
10558
10559         Applying a patch from Michal Moskal <malekith@nemerle.org>.
10560
10561         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
10562
10563 2005-08-29  Michal Moskal  <malekith@nemerle.org>
10564
10565         * reflection.c (encode_locals,
10566         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
10567         for large generic types.
10568
10569 2005-09-05  Martin Baulig  <martin@ximian.com>
10570
10571         Applying a patch from Michal Moskal <malekith@nemerle.org>.
10572
10573         * class.c (mono_dup_array_type): New public method.
10574         (mono_metadata_signature_deep_dup): New public method.
10575         (dup_type): Correctly duplicate array and function types.
10576
10577 2005-09-05  Martin Baulig  <martin@ximian.com>
10578
10579         Applying a patch from Michal Moskal <malekith@nemerle.org>.
10580
10581         * reflection.c (get_default_param_value_blobs): Handle generic types
10582         and generic methods.
10583
10584 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
10585
10586         * class.c: Fixed error reporting (method/class were inversed) for 
10587         inheritance demands.
10588         * security-manager.c|h: Added the AppDomain when calling the managed
10589         System.Security.SecurityManager.InheritanceDemand method.
10590
10591 2005-09-01  Raja R Harinath  <rharinath@novell.com>
10592
10593         * reflection.c (encode_marshal_blob): 'marshaltype' and
10594         'marshaltyperef' are alternate sources for the custom marshaler
10595         name.
10596
10597 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
10598
10599         * class.c: fix creation of array classes with rank == 1
10600         (patch by Ankit Jain <jankit@novell.com>).
10601
10602 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
10603
10604         * object.c: fix check for creating the bound data for arrays vs
10605         szarrays.
10606
10607 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10608
10609         * object.c: configuration file name is now based on the executable name,
10610         not the image name. Fixes bug #75931.
10611
10612 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
10613
10614         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
10615         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
10616
10617 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
10618
10619         * rand.c: Use wincrypt.h instead of WinCrypt.h.
10620
10621 2005-08-24  Ankit Jain  <jankit@novell.com>
10622             Raja R Harinath  <rharinath@novell.com>
10623
10624         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
10625           called by it recursively.
10626           (mono_class_init): Remove special case in pending_init handling, since it's
10627           superseded by the fix to mono_class_from_typeref.
10628
10629 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
10630
10631         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
10632         BROKEN_THREAD_START stuff.
10633
10634 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
10635
10636         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
10637         trampoline.
10638
10639         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
10640         
10641         * object.c (mono_delegate_ctor): Replace the original function address with
10642         a delegate trampoline.
10643
10644 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
10645
10646         * icall.c: add boolean argument to base64_to_byte_array and 
10647         InternalFromBase64String to control whether a whitespace-only string
10648         is allowed (or should casue a FormatException to be thrown). We need
10649         this as the behavior has changed between MS.NET 1.x and 2.0, and we
10650         to match the MS behaviour in both profiles.
10651         * appdomain.c: Bump corlib version.
10652
10653 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10654
10655         This patch implements a big portion of publisher policy
10656         support, used to bind assembly versions and redirect
10657         one assembly from version A to version B.
10658
10659         * assembly.c:
10660         New GSList loaded_assembly_bindings, for storing the cached
10661         assembly bindings.
10662         (assembly_binding_maps_name): New static function for checking if a 
10663         assembly binding information maps an assembly name.
10664         (mono_assembly_binding_info_free): New function for freeing
10665         assembly binding information resources.
10666         (get_publisher_policy_info): New static function for retrieving 
10667         assembly binding information from a MonoImage.
10668         (compare_versions): New static function for comparing an assembly
10669         binding information data and the version of an assembly name.
10670         (check_policy_versions): New static function for checking if an
10671         assembly binding info mapping an assembly name is valid for it.
10672         (mono_assembly_load_publisher_policy): New static function for
10673         loading the 'policy.major.minor.MyAssembly' image for an assembly
10674         with an assembly name 'aname'.
10675         (mono_assembly_bind_version): New static function for updating
10676         assembly redirection.
10677         (mono_assembly_apply_binding): New static function for applying
10678         assembly binding.
10679         (search_binding_loaded): New static function for searching 
10680         loaded assembly binding infos in the cache domain.
10681         (mono_assembly_load_full): Don't apply assembly binding for
10682         reflection only assemblies.
10683
10684         * metadata-internals.h: Add MonoAssemblyBindingInfo,
10685         which contains information about assembly binding. Also
10686         declare signature for mono_config_parse_publisher_policy ()
10687         function, used to retrieve pub policy info.
10688         
10689         * mono-config.c:
10690         (publisher_policy_start): New static function used to parse publisher 
10691         policy config files.
10692         (publisher_policy_parser): New static MonoParseHandler containing 
10693         the functions used when parsing config files.
10694         (mono_config_parse_publisher_policy): New function for parsing
10695         publisher policy files.
10696         
10697 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
10698
10699         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
10700
10701         * marshal.c (mono_delegate_free_ftnptr): Ditto.
10702
10703         * object.c (mono_get_addr_from_ftnptr): New helper function.
10704
10705         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
10706
10707         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10708
10709 2005-08-19  Dick Porter  <dick@ximian.com>
10710
10711         * threads.c, threads.h, appdomain.c, appdomain.h,
10712         profiler-private.h, monitor.c, object.c, object-internals.h,
10713         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
10714         store the thread ID, so it can hold a 64 bit value if needed.
10715
10716 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
10717
10718         * reflection.c (mono_reflection_create_dynamic_method): Store the
10719         handle class into the method references as well so ldtoken works in
10720         dynamic methods.
10721
10722         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
10723         types.
10724
10725 2005-08-19  Ankit Jain <jankit@novell.com>
10726
10727         Fix #75847.
10728         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
10729           here rather than using the method signature of a arbitrary function
10730           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
10731           two arguments.
10732           Hack done with Harinath.
10733
10734 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10735
10736         * threadpool.c: disable printing stack traces when we get a exception
10737         in a threadpool thread. I need to do more testing to figure out which
10738         cases actually print this. Fixes bug #75828.
10739
10740 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10741
10742         * icall.c: there might be ignored whitespace after the last '='. This
10743         fixes length computation and bug #75840.
10744
10745 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
10746
10747         * assembly.c (mono_assembly_load_full): Consider .exe extension as
10748         well. Fixes #75809.
10749
10750         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
10751         #75784.
10752         
10753         * reflection.c (create_custom_attr_data): Ditto.
10754
10755 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
10756
10757         * locales.c, culture-info.h : removed RegionLCIDMap.
10758         * culture-info-tables.h : regenerated.
10759
10760 2005-08-16  Martin Baulig  <martin@ximian.com>
10761
10762         * class.c (mono_type_get_name_recurse): Small fix.
10763
10764 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
10765
10766         * locales.c : indentation fixie.
10767
10768 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
10769
10770         * object-internals.h,
10771           locales.h,
10772           locales.c,
10773           culture-info.h,
10774           icall.c : added RegionInfo table support.
10775         * culture-info-table.h : regenerated for region support.
10776
10777 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
10778
10779         * reflection.c (resolve_object): handle all kinds of MonoMethod
10780         including generic ones
10781
10782 2005-08-12  Ankit Jain <jankit@novell.com>
10783
10784         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
10785           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
10786
10787 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
10788
10789         * process.c: Don't close a thread handle when it's NULL. This is a
10790         workaround for bug #75733.
10791
10792 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
10793
10794         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
10795
10796 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
10797
10798         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
10799
10800 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10801
10802         * threadpool.c: if a work item in the thread pool has a callback that
10803         catches a exception, don't propagate it after invoking the callback.
10804         Fixes bug #75336.
10805
10806 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
10807
10808         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
10809
10810         * class-internals.h (MonoCachedClassInfo): Add some new fields.
10811
10812         * class.c (mono_class_init): Load field info lazily in the AOT case.    
10813
10814         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
10815
10816 2005-08-03  Ankit Jain  <jankit@novell.com>
10817
10818         Fix #75683.
10819         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
10820           PInvoke calling convention is 0.
10821
10822 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
10823
10824         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
10825         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
10826
10827 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
10828
10829         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
10830         to handle threads not started by the GC (patch by Michael Meeks
10831         <michael.meeks@novell.com>).
10832
10833 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
10834
10835         * reflection.c: Make buffer used in emitting types larger for some
10836         big generic types (patch by Michal Moskal).
10837
10838 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
10839
10840         * mono-debug.c: Fix some (not all) alignment problems.
10841
10842 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10843
10844         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
10845         Invoke mono_image_load_from_data_full passing the refonly
10846         parameter.
10847
10848         * assembly.c
10849         (mono_assembly_open_from_bundle): Add the refonly argument, 
10850         in order to pass it to other methods it calls to.
10851         (do_mono_assembly_open): Add the refonly argument, in order 
10852         to pass it to other methods it calls to.
10853         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
10854         the refonly parameter to it.
10855
10856         * image.c: Add loaded_images_refonly_hash and
10857         loaded_images_refonly_guid_hash to cache the reflection
10858         only loaded images.
10859         (mono_images_init): Initialize the hash tables used for
10860         caching the reflection only images.
10861         (load_modules): Invoke mono_image_open_full passing the refonly
10862         parameter to load the modules the correct way.
10863         (build_guid_table): Add the refonly argument, to re-build the 
10864         correct hash table.
10865         (do_mono_image_open): Added the refonly argument, in order to
10866         define it for the loaded image.
10867         (mono_image_loaded_full): New function, which receives an
10868         additional parameter to look for the image in the refonly or
10869         non-refonly section.
10870         (mono_image_loaded): Updated, using mono_image_loaded_full.
10871         (mono_image_loaded_by_guid_full): The same case that happens
10872         with mono_image_loaded_full.
10873         (mono_image_loaded_by_guid): Likewise.
10874         (register_image): Use the ref_only variable inside MonoImage
10875         to decide in which hash table store the current image.
10876         (mono_image_open_from_data_full): Rename
10877         mono_image_open_from_data to mono_image_open_from_data_full,
10878         adding the refonly argument, to define the ref_only variable 
10879         inside MonoImage.
10880         (mono_image_open_from_data): Return 
10881         mono_image_open_from_data_full.
10882         (mono_image_open_full): Rename mono_image_open to
10883         mono_image_open_full, receiving the new refonly argument,
10884         to pass it to inner methods.
10885         (mono_pe_file_open): Update this function, to open
10886         a MonoImage as a non-refonly image.
10887         (mono_image_close): Use the refonly variable inside
10888         MonoImage to remove the image from the correct caches.
10889
10890         * image.h: Add the signatures of mono_image_open_full,
10891         mono_image_open_from_data_full, mono_image_loaded_full,
10892         mono_image_loaded_by_guid_full.
10893
10894         * metadata-internals.h: Add the ref_only field to 
10895         MonoImage.
10896         
10897 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10898
10899         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
10900         Fix the last behavior, which used to load the assemblies and
10901         extract MonoReflectionAssemblyName information, instead of
10902         extract it from the metadata tables. Needed for Reflection
10903         Only assemblies.
10904         
10905 2005-07-29  Martin Baulig  <martin@ximian.com>
10906
10907         * mono-debug-debugger.c
10908         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
10909         not initialized.
10910
10911         * mono-debug.c
10912         (mono_debug_address_from_il_offset): Check whether we have
10913         debugging support before attempting to take the lock.
10914         (mono_debug_source_location_from_address): Likewise.
10915         (mono_debug_source_location_from_il_offset): Likewise.
10916         (mono_debug_il_offset_from_address): Likewise.
10917         (mono_debug_address_from_il_offset): Likewise.
10918
10919 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
10920
10921         * class.c (mono_class_from_name_case): Add support for dynamic images.
10922         Fixes #75650.
10923
10924         * object.c (mono_class_compute_gc_descriptor): Add a workaround
10925         for #75479.
10926
10927 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
10928         
10929         * reflection.c (mono_method_get_object): Fix warning.
10930
10931 2005-07-28  Martin Baulig  <martin@ximian.com>
10932
10933         * mono-debug.c
10934         (mono_debug_add_wrapper): Also write the wrapper type.
10935
10936 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
10937
10938         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
10939         
10940         * class.c (mono_class_init): Avoid reading nested classes if the AOT
10941         data indicates the class has none.
10942
10943 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
10944
10945         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
10946         loader lock with the debugger lock. Prevents deadlocks for beagle.
10947
10948         Beagle can now run on an smp box for a weekend without any
10949         issues. Woohoo!
10950
10951 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
10952
10953         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
10954         in a module. Fixes #75629.
10955
10956 2005-07-26  Martin Baulig  <martin@ximian.com>
10957
10958         * mono-debug.c (mono_debug_add_wrapper): New static method.
10959         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
10960         interncall or a wrapper.
10961
10962         * mono-debug.h (MonoDebugWrapperData): New public typedef.
10963         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
10964         (MONO_DEBUGGER_VERSION): Bump to 51.
10965
10966         * mono-debug-debugger.c
10967         (mono_debugger_add_type): Removed this empty function.
10968         (mono_debugger_add_method): Likewise.
10969
10970 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
10971
10972         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
10973         before accessing method->slot.
10974
10975 2005-07-21  Jb Evain  <jbevain@gmail.com>
10976
10977         * reflection.c (method_encode_clauses/class): Handle filters clauses.
10978         Fixes #75010.
10979
10980 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
10981
10982         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
10983         #75587.
10984
10985 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
10986
10987         * image.h image.c: Add mono_image_get_guid () API function.
10988
10989 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
10990
10991         There were issues when multiple threads tried to load
10992         assemblies. A deadlock was created between assemblies_mutex and
10993         mono_domain_assemblies_lock. This fixes the issue by making the
10994         assembly ref counting be lock free. See bug 75586.
10995         
10996         * image.c (mono_image_close): The add ref function here was using
10997         Interlocked operations while the unref was using a mutex and a
10998         --. I don't think this was ever a bug that would be exposed in a
10999         non-pendantic way (ie, by an embedder doing a ref on one thread
11000         and an unref on another), but for the sake of correctness, this is
11001         now Interlocked.
11002
11003         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
11004         (mono_assembly_load_reference): Call mono_assembly_addref rather
11005         than touching the refcount ourselves.
11006         (mono_assembly_close): Use InterlockedDecrement to unref the
11007         assembly. Don't acquire the lock unless it is actually needed.
11008
11009 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
11010
11011         * class.c (mono_class_layout_fields): Fix calculation of has_references
11012         for generic types.
11013
11014 2005-07-12  Martin Baulig  <martin@ximian.com>
11015
11016         Applying a patch from Michal Moskal <malekith@nemerle.org>.
11017
11018         * metadata.c
11019         (mono_type_hash): Provide better hashing for generic instances.
11020         (mono_generic_inst_hash): Improve hashing.
11021         (mono_generic_class_hash): Likewise.
11022
11023         * reflection.c (mymono_metadata_type_hash): Improve hashing for
11024         generic instances.
11025
11026 2005-07-12  Martin Baulig  <martin@ximian.com>
11027
11028         * reflection.c (mono_reflection_create_runtime_class): Remove the
11029         hack for generic type definitions and non-`Run' assemblies.
11030         (mono_reflection_bind_generic_parameters): Also use
11031         `klass->wastypebuilder' to check for TypeBuilders.
11032
11033 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
11034
11035         * class.c (mono_class_layout_fields): Fix calculation of has_references
11036         for generic types.
11037
11038         * class.c (inflate_generic_class): Fix a leak.
11039         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
11040         for generic types.
11041
11042 2005-07-11  Martin Baulig  <martin@ximian.com>
11043
11044         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
11045         on error.
11046
11047 2005-07-11  Martin Baulig  <martin@ximian.com>
11048
11049         * loader.c (find_method): Also lookup in
11050         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
11051
11052 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
11053
11054         * appdomain.c (mono_domain_unload): Don't free the error message
11055         before passing it to mono_get_exception_...
11056
11057         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
11058         
11059 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
11060
11061         * threads.c: try to better guess an available RT signal (bug #75387).
11062
11063 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
11064
11065         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
11066         and CACHE_OBJECT.
11067
11068 2005-07-07  Martin Baulig  <martin@ximian.com>
11069
11070         * class.c (mono_type_get_name_full): Return NULL for
11071         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
11072         fixes #75408.
11073
11074 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
11075
11076         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
11077         exit the appdomain as well being aborted.
11078
11079         * threadpool.c: Create all threadpool threads inside the root appdomain, and
11080         change back to the root domain after calling managed code. This enables
11081         appdomains using threadpools to be unloaded.
11082
11083 2005-07-07  Martin Baulig  <martin@ximian.com>
11084
11085         * class-internals.h
11086         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
11087         into `MonoDynamicGenericClass' since we only need it for dynamic
11088         types.
11089
11090         * reflection.c (mono_class_bind_generic_parameters): We don't need
11091         to compute the `parent' here.
11092
11093 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
11094
11095         * culture-info-table.h : regenerated.
11096
11097 2005-07-06  Martin Baulig  <martin@ximian.com>
11098
11099         * icall.c
11100         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
11101
11102         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
11103
11104 2005-07-06  Martin Baulig  <martin@ximian.com>
11105
11106         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
11107         we're doing a signature-only comparision; fixes #74945.
11108
11109 2005-07-06  Martin Baulig  <martin@ximian.com>
11110
11111         * class-internals.h (MonoGenericClass): Moved some things out into
11112         a new `MonoInflatedGenericClass' type.  
11113         (MonoInflatedGenericClass): New type; the `klass' of a
11114         `MonoGenericClass' is now computed lazyly in
11115         mono_get_inflated_generic_class().      
11116
11117         * class.c (mono_get_inflated_generic_class): New public function.
11118         (mono_class_inflate_generic_method): Removed the unused
11119         `MonoClass *' argument.
11120         (setup_generic_vtable): Don't call mono_get_inflated_method() on
11121         all the methods.
11122         (mono_class_create_generic): Make this static and merge it with
11123         mono_class_create_generic_2(); we're now called automatically from
11124         mono_get_inflated_generic_class().
11125
11126         * loader.c (mono_method_signature): Call
11127         mono_get_inflated_method() here.
11128
11129 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
11130
11131         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
11132         type of fields with RVA.
11133
11134         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
11135         for this pseudo class.
11136         (my_mono_class_from_generic_parameter): Likewise.
11137         (mono_class_init): Allow interfaces to have cctors.
11138
11139 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
11140
11141         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
11142         lazily for AOT methods.
11143
11144 2005-07-05  Martin Baulig  <martin@ximian.com>
11145
11146         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
11147         returns FALSE for a successful match, not TRUE.
11148
11149 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
11150
11151         * loader.c (mono_method_get_index): Optimize this a bit.
11152
11153 2005-07-04  Martin Baulig  <martin@ximian.com>
11154
11155         * class.c
11156         (class_compute_field_layout): Move the check for generic type
11157         definitions into mono_class_layout_fields().  Fixes #74684.
11158         (mono_class_from_generic_parameter): Correctly compute
11159         `klass->parent'; fixes #75457.
11160
11161         * reflection.c (register_assembly, register_module): Make sure
11162         `domain->rejobject_hash' is already created.
11163
11164 2005-07-02  Martin Baulig  <martin@ximian.com>
11165
11166         * class-internals.h
11167         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
11168         `MonoDynamicGenericClass'.      
11169
11170 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
11171
11172         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
11173         returned by a field getter is null, since null is a valid value.
11174
11175 2005-07-01  Martin Baulig  <martin@ximian.com>
11176
11177         * reflection.c (mono_reflection_generic_class_initialize): Update
11178         the `dgclass->fields [i].parent' to the correct class.
11179         (mono_image_get_fieldref_token): Use the declaring type, not the
11180         reflected type.
11181
11182 2005-07-01  Martin Baulig  <martin@ximian.com>
11183
11184         * loader.c (find_method): Also look in the interfaces; fixes #75429.
11185
11186 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
11187
11188         * threads.c (thread_cleanup): assert that thread != NULL
11189         (wait_for_tids_or_state_change): We were using the wrong variable
11190         when accessing wait->threads. `i' was always out of the bounds of
11191         the array.
11192
11193 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11194
11195         * loader.c: map user32 and kernel32 to libMonoSupportW
11196
11197 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
11198
11199         * appdomain.c (unload_thread_main): Mark this as WINAPI.
11200
11201 2005-06-28  Martin Baulig  <martin@ximian.com>
11202
11203         * loader.c (method_from_methodspec): Fix #75334.
11204
11205 2005-06-28  Martin Baulig  <martin@ximian.com>
11206
11207         Fix #74953 - Arrays now implement the generic IList<T> interface
11208         on the 2.0 platform.
11209
11210         * class-internals.h (MonoDefaults): Added `generic_array_class'.
11211
11212         * reflection.c (mono_class_bind_generic_parameters): New public
11213         function; similar to mono_reflection_bind_generic_parameters(),
11214         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
11215
11216         * domain.c (mono_init_internal): Try to initialize.
11217         `mono_defaults.generic_array_class' here; this'll only succeed if
11218         we're using the 2.0 corlib.
11219
11220         * icall.c
11221         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
11222         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
11223         (mono_lookup_internal_call): Added support for nested classes.
11224
11225         * loader.c
11226         (mono_get_method_from_token): Set `result->signature->pinvoke' if
11227         we're an interncall and have generic arguments.
11228
11229         * class.c
11230         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
11231         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
11232         instance of System.Array.InternalArray<T> for arrays, so they
11233         implement the generic IList<T> interface.
11234
11235 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
11236
11237         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
11238         (chastamar@yahoo.com). Fixes #75374.    
11239
11240 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
11241
11242         * culture-info-table.h: regenerated.
11243
11244 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11245
11246         * icall.c: handle spaces correctly for base64 strings.
11247
11248 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
11249
11250         * *.c: Kill some warnings.
11251
11252 2005-06-23  Duncan Mak  <duncan@novell.com>
11253
11254         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
11255         that this builds on Solaris 10 (x86).
11256
11257 2005-06-23  Martin Baulig  <martin@ximian.com>
11258
11259         * class.c
11260         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
11261         generic type definitions.
11262
11263 2005-06-23  Martin Baulig  <martin@ximian.com>
11264
11265         Fix #75331.
11266
11267         * metadata.c (mono_class_get_overrides): Renamed to
11268         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
11269         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
11270         pass it to mono_get_method_full().
11271
11272 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
11273
11274         * reflection.c (mono_reflection_create_runtime_class): take the
11275         mono_domain_lock in this method. Prevents deadlocks
11276
11277 2005-06-22  Martin Baulig  <martin@ximian.com>
11278
11279         * loader.c (method_from_methodspec): Fix #75330.
11280
11281 2005-06-22  Martin Baulig  <martin@ximian.com>
11282
11283         * reflection.c (type_get_qualified_name): Use
11284         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
11285         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
11286         argument; use it if we don't have an assembly name.
11287
11288 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
11289
11290         * object.c: In mono_message_init, set "copy out" flag for in
11291         parameters with the [Out] flag.
11292
11293 2005-06-21  Martin Baulig  <martin@ximian.com>
11294
11295         * class.c
11296         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
11297         and MONO_TYPE_PTR.
11298
11299 2005-06-21  Martin Baulig  <martin@ximian.com>
11300
11301         * class.c (mono_class_init): Don't initialize `class->fields' for
11302         generic instances since they're initialized again in
11303         compute_field_layout(). 
11304         (compute_field_layout): Set the field's `generic_info' here; fix
11305         #75320. 
11306
11307 2005-06-21  Martin Baulig  <martin@ximian.com>
11308
11309         * class-internals.h
11310         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
11311
11312         * metadata.c (mono_metadata_generic_method_equal): Also
11313         distinguish the `generic_class'; fixes #75334.
11314
11315 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11316
11317         * domain.c:
11318         * appdomain.c:
11319         * domain-internals.h:
11320         * reflection.c: 'domain_assemblies' field is now protected by its own
11321         lock. Don't call into managed code to run the AssemblyLoad event if we
11322         now there are no registered delegates for it.
11323
11324 2005-06-20  Martin Baulig  <martin@ximian.com>
11325
11326         * class.c (mono_class_is_assignable_from): Use a custom version of
11327         mono_class_has_parent() to make things work for generic instances;
11328         fix #75300.
11329
11330 2005-06-20  Martin Baulig  <martin@ximian.com>
11331
11332         * loader.c (method_from_methodspec): Apply a patch from
11333         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
11334
11335 2005-06-20  Martin Baulig  <martin@ximian.com>
11336
11337         * class.c (mono_class_init): Reverted Zoltan's last change; it
11338         breaks generics.
11339
11340 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
11341
11342         * threads.c (wait_for_tids_or_state_change): Add missing locking.
11343
11344 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11345
11346         * socket-io.c: fix the index in the socket array for writable/error
11347         sockets. Fixes bug #75306.
11348
11349 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
11350
11351         * class.c (mono_class_init): Allow interfaces to have static ctors.
11352
11353 2005-06-17  Martin Baulig  <martin@ximian.com>
11354
11355         * loader.c (method_from_methodspec): Use `context->container' when
11356         parsing the `gmethod->inst'.
11357
11358 2005-06-17  Martin Baulig  <martin@ximian.com>
11359
11360         * class.c (mono_type_get_name_recurse): Don't add the assembly
11361         name for type arguments.
11362
11363 2005-06-15  Martin Baulig  <martin@ximian.com>
11364
11365         * reflection.c (mono_image_get_inflated_method_token): Encode
11366         correct klass; fixes #75260.
11367
11368 2005-06-13 Michal Moskal <malekith@nemerle.org>
11369
11370         * icall.c: Make GetCorrespondingMethod/Constructor take
11371         MonoReflectionMethod method not MonoMethod. Removed
11372         MonoType.GetCorrespondingField, and make
11373         MonoGenericType.GetCorrespondingField take name not
11374         MonoClassField.
11375
11376 2005-06-13  Michal Moskal <malekith@nemerle.org>
11377
11378         * reflection.c (field_encode_signature, encode_locals):
11379          Make sizes of buffers for types larger (for big generic types).
11380          (create_generic_typespec,
11381          mono_reflection_sighelper_get_signature_local,
11382          mono_reflection_sighelper_get_signature_field):
11383          Add asserts for too small buffers.
11384
11385 2005-06-15  Martin Baulig  <martin@ximian.com>
11386
11387         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
11388         if our parent is not a dynamic type.
11389
11390 2005-06-15  Martin Baulig  <martin@ximian.com>
11391
11392         * class-internals.h (MonoTypeNameFormat): New enum.
11393
11394         * class.c
11395         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
11396         (mono_type_get_full_name): Removed.
11397         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
11398         argument instead of the boolean's.
11399
11400         * icall.c (ves_icall_System_MonoType_getFullName):
11401         Added `gboolean assembly_qualified'.    
11402
11403         * reflection.h
11404         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
11405
11406         * reflection.c (mono_reflection_parse_type): Parse the new type
11407         name format.
11408
11409 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11410
11411         * icall.c: no need to convert from utf16 to utf8 and then back again
11412         after the call to GetLogicalDrives.
11413
11414 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11415
11416         * icall.c: frombase64. Fix problems exposed by new tests.
11417
11418 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11419
11420         * icall.c: added internal calls for converting char [] and strings in
11421         base64 into byte [].
11422
11423 2005-06-10  Martin Baulig  <martin@ximian.com>
11424
11425         * class.c (mono_class_create_generic_2): Read the nested classes
11426         from the metadata rather than from `gklass->nested_classes' since
11427         `gklass' might not be initialized yet.
11428
11429 2005-06-09  Duncan Mak  <duncan@novell.com>
11430
11431         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
11432         all public headers. Fixes #74919.
11433
11434 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
11435
11436         * domain.c: The key for proxy_vtable_hash is now a pointer
11437         array. Added new GHashFunc and GCompareFunc functions for this.
11438
11439         * class.h: The list of interfaces in MonoRemoteClass is known in
11440         advance and can't grow (we create a new MonoRemoteClass if needed),
11441         so now the interface array can be allocated together with
11442         MonoRemoteClass.
11443         
11444         * object.c: Added a new method create_remote_class_key.
11445         Fixed mono_remote_class so it does not depend on
11446         mono_upgrade_remote_class.
11447         Removed extend_interface_array.
11448         Added new method clone_remote_class(), which makes a copy of a remote
11449         class and adds a new interface or class to it.
11450         mono_upgrade_remote_class() now creates a new remote class (or gets
11451         it from the cache) if an vtable upgrade is needed. In this way
11452         we make sure that other objects sharing the same remote class
11453         don't get the new vtable with unwanted interfaces.
11454         
11455         * object-internals.h:
11456         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
11457         
11458         * marshal.c: Track changes in mono_upgrade_remote_class().
11459
11460 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
11461         * icall.c: Add runtime methods for obtaining members of inflated
11462         class, which were created from supplied non-inflated members. It
11463         is used in internal Get{Method,Constructor,Field} methods in
11464         System.Type
11465
11466 2005-06-09  Martin Baulig  <martin@ximian.com>
11467
11468         * reflection.c
11469         (mono_reflection_bind_generic_method_parameters): Fix #75169.
11470
11471 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11472         * reflection.c (mono_image_basic_init): Define
11473         Version in MonoDynamicAssembly. 
11474         
11475 2005-06-08  Martin Baulig  <martin@ximian.com>
11476
11477         Fix #75136.
11478
11479         * loader.c
11480         (mono_method_signature_full): New public method; takes a
11481         `MonoGenericContext *'.
11482         (find_method): Use mono_method_signature_full() and pass the
11483         klass'es context to it.
11484
11485         * class.c (mono_class_is_inflated_method): Use
11486         mono_method_signature_full() and pass the context to it.
11487
11488 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
11489
11490         * object.c: add proper locking in mono_remote_class_vtable(),
11491         fixes possible memory corruption.
11492
11493 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
11494
11495         * marshal.c (mono_remoting_marshal_init): set
11496         initialized after initialization.
11497
11498 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
11499
11500         * locales.c : hush.
11501
11502 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
11503
11504         * object.c (extend_interface_array): fix really silly
11505         memory corrupting / comparison bug.
11506
11507 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11508
11509         * reflection.c: Functions added to support the creation
11510         of CustomAttributeData, which includes Attribute data
11511         used by ReflectionOnly methods.
11512
11513         * reflection.h:  mono_reflection_get_custom_attrs_data and
11514          mono_custom_attrs_data_construct added (functions exposed).
11515
11516          * icall.c: Added mono_reflection_get_custom_attrs_data
11517          as icall.
11518         
11519 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
11520
11521         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
11522         lupus's request.
11523
11524 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
11525
11526         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
11527
11528         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
11529         dynamic DllImportAttribute.
11530
11531         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
11532         dynamic DllImportAttribute.
11533
11534         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
11535         Fixes #75162.
11536
11537 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11538
11539         * threads.c: avoid segfault when an unstarted thread is aborted.
11540
11541 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
11542
11543         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
11544         Returns the name and version of the runtime for reporting.
11545
11546 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11547
11548         * appdomain.c: bump corlib version.
11549         * object-internals.h: new field in MonoReflectionAssembly.
11550
11551 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11552
11553         * object-internals.h: Carlos forgot to add this field.
11554
11555 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11556
11557         * icall.c: Added create_version to create instances
11558         of Version of MonoReflectionAssemblyName. This change helps
11559         the AssemblyName tests to keep running fine.
11560         
11561 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
11562   
11563         * object.c (mono_method_return_message_restore): A somehow less
11564         intrusive fix for #75138.
11565
11566 2005-06-03  Raja R Harinath  <rharinath@novell.com>
11567
11568         * object.c (mono_method_return_message_restore): Fix computation
11569         of expected number of out args.
11570
11571 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
11572
11573         * reflection.c (mono_image_get_method_info): Fix the case when the
11574         charset is empty.
11575
11576 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
11577
11578         * object.c: Added missing null check in
11579           mono_method_return_message_restore.
11580
11581 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
11582
11583         * reflection.c (mono_image_get_method_info): Handle the case when
11584         dllentry is empty.
11585
11586 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
11587
11588         * object.c: When creating the vtable for a proxy, take into account
11589         all inherited interfaces, not only the ones registered in
11590         iclass->interfaces. This fixs bug #74996.
11591         Also, in mono_method_return_message_restore, verify that the array
11592         of out args has the expected lengh.
11593
11594 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11595
11596         * socket-io.c: update the timeout in Poll when the call is interrupte.
11597
11598 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11599
11600         * socket-io.c: support abort/suspend in Select_internal after last
11601         change.
11602
11603 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11604
11605         * threadpool.c: remove warning.
11606
11607 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11608
11609         * icall.c:
11610         * socket-io.[ch]: Select_internal uses poll() now when available, thus
11611         removing the 1024 limit from select(). Runtime part of the fix for
11612         bug #71203.
11613
11614 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11615
11616         * socket-io.c: when resolving the addresses for the same
11617         host returned by gethostname(), get the local IPs from the interface
11618         list. Loopback addresses are discarded if the are interfaces up with
11619         non-loopback ones. Fixes bug #63265.
11620
11621 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
11622
11623         * appdomain.c, verify.c, object-internals.h, reflection.c:
11624         bumped corlib number to 36, and added new extra_flags field
11625         to ReflectionMethodBuilder and friends.  Fixes #75060.
11626
11627 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
11628
11629         * gc.c: register a new weak link only if the object is non-null
11630         (fixes bug#75047).
11631
11632 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
11633
11634         * culture-info.h : short time pattern too.
11635
11636 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
11637
11638         * culture-info.h : expand long time pattern string length.
11639
11640 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
11641
11642         * culture-info-table.h : update (more French date format; #72788).
11643
11644 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
11645
11646         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
11647         the method is static. Fixes #75029.
11648
11649 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
11650
11651         * reflection.c: Update the table_idx field of method builders after
11652         saving the module, since it can change. This is a workaround for
11653         bug #74914. 
11654
11655 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
11656
11657         * culture-info-table.h : update (additional French date format).
11658
11659 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
11660
11661         * icall.c (ves_icall_type_Equals): Revert last change.
11662         
11663         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
11664
11665         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
11666
11667 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
11668
11669         * class-internals.h: Added executioncontext_class field to 
11670         MonoDefaults structure.
11671         * domain.c: Cache System.Threading.ExecutionContext class in 
11672         mono_defaults.
11673         * object.c: Capture the ExecutionContext for asynchroneous calls in
11674          mono_async_result_new.
11675         * object-internals.h: Added execution_context and original_context 
11676         fields to MonoAsyncResult. Added execution_context to MonoThread.
11677         * security-manager.c|.h: Added mono_get_context_capture_method to 
11678         return the capture method (if required by the security manager or by
11679         the framework version used).
11680         * threadpool.c: Apply capture (if present) ExecutionContext in 
11681         mono_async_invoke and revert to original context after it completes.
11682
11683 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
11684
11685         * culture-info-table.h : updated (real hacky solution for zh-CHT).
11686
11687 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
11688
11689         * culture-info-table.h : zh-CHT related workaround.
11690
11691 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
11692
11693         * marshal.c (emit_marshal_custom): Add some error checking and call the
11694         methods in the ICustomMarshaler interface. Fixes #74875.
11695         
11696         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
11697         native->managed wrappers.
11698
11699 2005-05-12  Martin Baulig  <martin@ximian.com>
11700
11701         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
11702         here and use the loader lock.
11703
11704         * mono-debug.c: Properly lock when the debugger is not attached.
11705         (mono_debug_init): Release the initial lock if we're not running
11706         in the debugger.
11707
11708 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
11709
11710         * marshal.c (emit_marshal_custom): Pass through NULL values without
11711         calling the custom marshalling routines.
11712
11713         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
11714         conversion in structures. Fixes #74882.
11715
11716 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
11717
11718         * culture-info-table.h : zh-* cultures were missing.
11719
11720 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
11721
11722         * threads.c: Added a new event background_change_event which is signaled
11723         when a thread changes its background mode.
11724         Moved here several checks previously done in managed code. The checks
11725         require the thread lock, and using the thread lock in managed code
11726         can result in deadlocks.
11727         Merged Start_internal and Thread_internal into a single method. Now 
11728         Thread_internal does all work of creating and starting a thread.
11729         Added icalls for setting and getting the state of the object. Moved from
11730         managed code to avoid locking there.
11731         Added wait_for_tids_or_state_change() which is called instad of
11732         wait_for_tids when waiting for non-backround threads to end. This method
11733         will return if one of the threads ends or the background_change_event
11734         is signaled.
11735         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
11736         the background mode. This method signals the background_change_event
11737         event.
11738         * icall.c:
11739         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
11740         removed Start_internal.
11741         
11742 2005-05-11  Martin Baulig  <martin@ximian.com>
11743
11744         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
11745         to order of some fields to get proper alignment on 64-bit machines.
11746
11747 2005-05-11  Martin Baulig  <martin@ximian.com>
11748
11749         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
11750         changes as they're broken and completely fuck up the debugger.
11751
11752         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
11753
11754 2005-05-10  Martin Baulig  <martin@ximian.com>
11755
11756         * reflection.c (mono_reflection_generic_class_initialize): Don't
11757         call mono_class_setup_parent() here.
11758
11759 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11760
11761         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
11762         send/receive timeout use an integer in milliseconds. We were using a
11763         struct timeval.
11764
11765 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11766
11767         * locales.c:
11768         (internal_get_cultures): reserve the first slot of the array for the
11769         InvariantCulture, which will be filled in managed code.
11770
11771 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
11772
11773         * reflection.c (mono_image_fill_module_table): Initialize the
11774         GENERATION field as well.
11775
11776 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11777
11778         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
11779         Monitor.Enter on the object.
11780
11781 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
11782
11783         * threads.c: Enable the wait for running threads when exiting.
11784         * icall.c: Suspend all threads before exiting.
11785
11786 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
11787
11788         * assembly.c (mono_assembly_load_reference): Fix warning.
11789
11790 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11791
11792         * threadpool.c: changed the default number of threads per cpu. From now
11793         on, the default will be 20 + (5 * number of cpus) instead of 50.
11794
11795 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
11796
11797         * loader.c (mono_method_get_signature_full): Add locking here.
11798
11799 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
11800
11801         * appdomain.c: Moved methods for parsing and freeing assembly
11802         names to assembly.c.
11803         * assembly.c, domain-internals.h: Created public methods for parsing
11804         assembly names. Fixed mono_assembly_load_with_partial_name:
11805         it now finds the best match, taking into account the version,
11806         token and culture specified in the partial name. Also return
11807         the latest version if no version information is specified.
11808
11809 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
11810
11811         * threadpool.c: replace check for SocketAsyncCall class.
11812
11813 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11814
11815         * threadpool-internals.h:
11816         * Makefile.am: added threadpool-internals.h
11817
11818         * threadpool.c: call mono_unhandled_exception on exceptions not handled
11819         that happen in threadpool threads (tested on MS).
11820         (mono_thread_pool_remove_socket): new function that dispatch any pending
11821         AIO call on a socket that is closing. By now only epoll really needs it,
11822         as select/poll wake up when the socket closes.
11823
11824
11825         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
11826
11827 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
11828
11829         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
11830
11831 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
11832
11833         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
11834
11835 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
11836
11837         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
11838         has an abort request, convert it into a suspend request.
11839
11840 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
11841
11842         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
11843         warning for the usage of `UnmanagedFunctionPointerAttribute' which
11844         is not supported yet.
11845
11846 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11847
11848         * image.c: register assemblies loaded from data (bundles) in the loaded
11849         assemblies hash. Fixes bug #74772.
11850
11851 2005-04-29  Martin Baulig  <martin@ximian.com>
11852
11853         * class.c (mono_type_get_name_recurse): Update to the new naming
11854         schema from the latest .NET 2.x beta2.
11855         (mono_class_setup_vtable_general): If we're a generic instance,
11856         copy the vtable from our generic type definition and inflate all
11857         the methods in it.
11858
11859         * loader.c (find_method): Update to the new naming schema from the
11860         latest .NET 2.x beta2.
11861
11862 2005-04-29  Raja R Harinath  <harinath@gmail.com>
11863
11864         * class.c (mono_class_init): Add a mono_loader_unlock to the
11865         #74734 fix.
11866
11867 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
11868
11869         * icall.c (ves_icall_System_Environment_Exit): Remove the 
11870         suspend_all_other_threads () call for the time being, since it can hang.
11871
11872         * threads.c (mono_thread_manage): Similarly, disable the waiting for
11873         the background threads to exit, since it can also hang.
11874
11875         * class.c (mono_class_init): Applied patch from Ankit Jain 
11876         (radical@gmail.com). Avoid pending init errors when a field refers
11877         to a nested class using a typeref. Fixes #74734.
11878
11879         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
11880         this for dynamic modules.
11881
11882 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11883
11884         * threads.c: don't wait for threads that are in the process of aborting
11885         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
11886         and waiting for background threads to finish. This makes xsp and
11887         mod-mono-server exit without random length delays and/or hangs.
11888
11889 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11890
11891         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
11892
11893 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
11894
11895         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
11896         dynamic types to prevent infinite loops. Fixes #74727.
11897
11898         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
11899         ..._is_assignable_to.
11900
11901 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
11902
11903         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
11904
11905 2005-04-25  Martin Baulig  <martin@ximian.com>
11906
11907         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
11908
11909         * domain.c
11910         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
11911
11912         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
11913
11914         * reflection.c (build_compressed_metadata): Set metadata header
11915         version to 2.0.
11916
11917 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
11918
11919         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
11920         number into an integral and a decimal part. Fixes #70473.
11921
11922         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
11923
11924 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
11925
11926         * culture-info-table.h : reflected the latest locale-builder output.
11927
11928 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11929
11930         * threadpool.c: check for SuspendRequested too when deciding if
11931         mono_thread_interruption_checkpoint should be called.
11932
11933 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11934
11935         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
11936         * threads.c: remove interruption_mutex and use Interlocked instead. When
11937         suspending all the threads, wait for all the suspended events at once.
11938         If we're shutting down and get an APC that is going to be queued,
11939         call mono_thread_execute_interruption immediately, as the thread might
11940         be sleeping on a pthread condition or mutex.
11941
11942         * icall.c: call mono_runtime_set_shutting_down before suspending the
11943         threads.
11944
11945         Fixes bug #74693. And now xsp is happier when exiting.
11946
11947 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
11948
11949         * loader.c (mono_stack_walk): Fix #74690.
11950
11951 2005-04-22  Martin Baulig  <martin@ximian.com>
11952
11953         * mono-debug.h (MonoDebugMethodJitInfo): Added
11954         `MonoDebugMethodJitInfo *jit'.
11955
11956         * mono-debug.c (mono_debug_read_method): Cache the
11957         MonoDebugMethodJitInfo in `address->jit'.
11958         (mono_debug_free_method_jit_info): New public method.
11959
11960 2005-04-22  Martin Baulig  <martin@ximian.com>
11961
11962         * class.c (mono_class_is_assignable_from): Disallow
11963         type parameter -> interface.
11964
11965 2005-04-21  Dick Porter  <dick@ximian.com>
11966
11967         * threads.c (mono_thread_create): Turn an assertion into an error.
11968
11969 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
11970
11971         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
11972         
11973         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
11974         Fix some gcc 4.0 warnings.
11975
11976 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
11977
11978         * file-io.c: fix alt dir separator char on unix systems
11979         and cleanup (fixes bug #71214).
11980
11981 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
11982
11983         * marshal.c: Use CALLVIRT instead of CALL when dispatching
11984         a call to a remote domain, since the method may be an
11985         interface method in the client domain. This fixes bug #74192.
11986
11987 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11988
11989         * threadpool.c: recv/send are now performed before going back to managed
11990         code to save one transition.
11991
11992 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11993
11994         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
11995
11996         * metadata/threadpool.c: removed hack to workaround the bug above.
11997
11998         Fixes bug #74618.
11999
12000 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
12001
12002         * reflection.c reflection.h: Fix handling of parameter defaults in
12003         dynamic methods. Also fixes handling of parameter attributes.
12004         Fixes #74609.
12005
12006         * mono-debug.c (mono_debug_close_image): Fix warning.
12007
12008 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12009
12010         * socket-io.h: replaced old unused field with new 'blocking'.
12011         * threadpool.c: restore socket blocking state on windows(tm).
12012
12013 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
12014
12015         * icall.c: don't return the codebase in the AssemblyName[] returned by
12016         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
12017         * object-internals.h: Removed FIXME (fields were presents) and fixed
12018         versioncompat declaration.
12019
12020 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12021
12022         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
12023         not closed, so don't cleanup when it happens.
12024
12025 2005-04-13  Chris Toshok  <toshok@ximian.com>
12026
12027         * mono-debug-debugger.h: change prototype for
12028         mono_debugger_lookup_type.
12029
12030         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
12031         this function, although it should probably be named
12032         mono_debugger_init_type.
12033
12034 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12035
12036         * threadpool.c: fix non-AIO case.
12037
12038 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
12039
12040         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
12041         the built-in profiler to measure just JIT compilation times.
12042
12043 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12044
12045         * threadpool.c: the epollfd might be closed by another thread at
12046         any time, so ignore EBADF at treat it as a "we're closing" sign.
12047
12048 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12049
12050         * threadpool.c: release the semaphores with a count equals to the number
12051         of working threads in both IO and regular pools. Fixed typo that messed
12052         up the count of IO pool threads. Don't initialize the pipe handles if
12053         we're using epoll.
12054
12055 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12056
12057         * threadpool.c: some systems don't like a NULL when deleting the socket
12058         from epoll.
12059
12060 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12061
12062         * threadpool.c: fix semaphore allocation.
12063
12064 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12065
12066         * threadpool.c: added epoll() based implementation for asynchronous IO
12067         that is used instead of the default poll() when available.
12068         It can be disabled by setting MONO_DISABLE_AIO.
12069
12070 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12071
12072         * threadpool.c: windows needs 'closesocket' and instead of returning
12073         0 when the stream is closed while in select, it returns -1. Fixes bug
12074         #74573.
12075
12076 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
12077
12078         * class.c (class_compute_field_layout): Fix the regression caused by
12079         the previous try.
12080
12081 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12082
12083         * threadpool.c: separate pool for socket async. IO.
12084         * threadpool.h: mono_max_worker_threads is not a global any more.
12085
12086 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
12087
12088         * class.c (class_compute_field_layout): Fix #74549.
12089
12090 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12091
12092         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
12093         use 2 connected sockets instead.
12094
12095 2005-04-08  Miguel de Icaza  <miguel@novell.com>
12096
12097         * mono-config.c: Add new entry point for mkbundle
12098         mono_config_parse_memory. 
12099
12100 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12101
12102         * threadpool.c: removed another unused function.
12103
12104 2005-04-08  Ankit Jain  <radical@corewars.org>
12105
12106         * reflection.c (get_default_param_value_blobs): Add 'types'
12107         parameter to get the types encoded in the constant table.
12108         (mono_param_get_objects): Use the type from the constant table,
12109         not the type of the parameter, when creating default values.
12110         Handle null default values correctly.
12111
12112 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12113
12114         * file-io.c:
12115         * file-io.h:
12116         * threadpool.c:
12117         * threadpool.h:
12118         * icall.c:
12119         * socket-io.c: removed dead code for async IO.
12120
12121 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12122
12123         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
12124
12125         * threadpool.c: intercept socket async. calls and pass them to a thread
12126         that is polling and dispatching the job items to the threadpool as
12127         socket become ready. Fixes bugs #71217, #71933.
12128
12129         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
12130         between char and short/ushort arrays.
12131
12132         * socket-io.c: remove dead code.
12133
12134 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
12135
12136         * locales.c,
12137           icall.c : removed InternalToUpper_Comp() and
12138           InternalToLower_Comp().
12139
12140 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
12141
12142         * char-conversions.h : The tables were incorrectly generated. Should
12143           be generated against invariant culture.
12144
12145 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
12146
12147         * object.c (mono_runtime_invoke_array): Fix return value when 
12148         passing pre-created valuetype objects to ctors.
12149
12150         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
12151         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
12152         Fixes #74338.
12153
12154 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
12155
12156         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
12157         only used with --security and hides the wrong corlib version error.
12158
12159 2005-03-30  Joshua Tauberer  <tauberer@for.net>
12160
12161         * class.c: Changed mono_class_name_from_token so that types
12162         outside of a namespace don't have an initial period.  Improved
12163         the g_warning message used in _mono_class_get when loading
12164         fails.
12165         * assembly.c: In mono_assembly_load_reference, when an assembly
12166         can't be found, "No such file or directory" is misleading and
12167         unhelpful because a few paths were checked for the presence of
12168         the assembly.  When that happens (ENOENT), display a nicer
12169         message indicating the directories that were searched.  In all
12170         cases, the warning is made easier to read for non-hackers.
12171
12172 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
12173
12174         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
12175         project/solution.
12176         * appdomain.h|domain.c: Removed inline from functions.
12177         * appdomain.c: Reduced warnings when compiling on windows.
12178         * icall.c: Fixed output_debug declaration to gunichar2*.
12179         * mono-config.c: Reduced warnings when compiling on windows.
12180         * rand.c: Added missing "windows.h". Added missing return value.
12181         * rawbuffer.c: Added missing winsock2.h for windows.
12182         * sysmath.h: Added mono-compiler.h header to allow/ease 
12183         compilation with non-GCC compilers.
12184         * threads.c: Fixed declarations to compile with VS.NET C compiler.
12185         Removed cast warnings.
12186
12187         Adapted from the work of J Lothian (for VC6).
12188
12189 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
12190
12191         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
12192         from default_path.
12193
12194 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
12195
12196         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
12197         the 2.0 profile.
12198
12199 2005-03-27  Raja R Harinath  <harinath@gmail.com>
12200
12201         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
12202         has to be in $(exec_prefix).  $(prefix) is for arch-independent
12203         stuff, and it would probably use $(prefix)/share rather than
12204         $(prefix)/lib.
12205
12206 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12207
12208         * console-io.c: added 2 includes that might be missing.
12209
12210 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
12211
12212         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
12213         profile.
12214
12215         * reflection.c (create_custom_attr): Allocate the params array using
12216         alloca so it gets GC tracking.
12217
12218 2005-03-23  Chris Toshok  <toshok@ximian.com>
12219
12220         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
12221         out some spew.
12222
12223 2005-03-24  Raja R Harinath  <rharinath@novell.com>
12224
12225         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
12226         changes to pick up any changes in prefix, etc.
12227
12228 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
12229
12230         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
12231         
12232         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
12233         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
12234
12235 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
12236
12237         * class-internals.h object-internals.h class.c reflection.c: Extend the
12238         mono_lookup_dynamic_token () function to return the class of the
12239         token as well. 
12240
12241         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
12242         well. Fixes #73848.
12243
12244 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
12245
12246         * security-manager.c: Skip inheritance checks for intra-corlib
12247         class inheritance and method overrides. This skips a lot of checks
12248         and (anyway) permissions cannot work until corlib is loaded.
12249
12250 2005-03-23  Martin Baulig  <martin@ximian.com>
12251
12252         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
12253         MONO_TYPE_GENERICINST.  
12254
12255 2005-03-23  Martin Baulig  <martin@ximian.com>
12256
12257         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
12258
12259 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
12260
12261         * class.c: added locking comments to some functions.
12262         Cache the interface offsets arrays (saves about 20 KB
12263         of runtime memory in a typical app).
12264         Reduce the time overhead in mono_class_setup_supertypes ().
12265
12266 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
12267
12268         * icall.c: speedup and fix leaks in GetMethodsByName and
12269         GetPropertiesByName.
12270
12271 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
12272
12273         * reflection.c: some locking fixes.
12274
12275 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
12276
12277         * metadata.c: added missing break in case statement.
12278
12279 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
12280
12281         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
12282         typedbyref return values. Fixes #73941.
12283
12284 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
12285
12286         * security-manager.c|h: Added demandunmanaged method and 
12287         suppressunmanagedcodesecurity class to MonoSecurityManager.
12288         Renamed aptc class to allowpartiallytrustedcallers.
12289
12290 2005-03-17  Martin Baulig  <martin@ximian.com>
12291
12292         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
12293
12294 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12295
12296         * file-io.c: disabled file async. IO using aio_*. It uses the
12297         threadpool now. Workaround for bug #73718.
12298
12299 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
12300
12301         * assembly.h, mono-config.c: added code to deal with bundled configs
12302         for bundled assemblies.
12303
12304 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
12305
12306         * *.c, private.h: cleanup, removing old private.h header file.
12307
12308 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
12309
12310         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
12311         and throw_on_unmappable_char attributes.
12312
12313 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
12314
12315         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
12316         _ProcessName_internal.
12317
12318 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
12319
12320         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
12321         #73631.
12322
12323         * icall.c threads.c threads-types.h: Remove slothash icalls as they
12324         are no longer used.
12325
12326 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
12327
12328         * object.c (compute_class_bitmap): Add support for generics. Fixes
12329         #73527.
12330
12331 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
12332
12333         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
12334
12335 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12336
12337         * filewatcher.c: commented out the code for windows watcher, as we don't
12338         use it (we use the managed implementation instead).
12339
12340 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
12341
12342         * object-internals.h (MonoThread): Remove 'unused1' field.
12343
12344         * appdomain.c: Bump corlib version.
12345
12346         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
12347
12348         * reflection.c (mono_reflection_create_runtime_class): Remove the
12349         AssemblyBuilder.Save optimization since it causes too many problems.
12350
12351 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
12352
12353         * exception.c|h: Added mono_get_exception_reflection_type_load to
12354         create a ReflectionTypeLoadException object.
12355         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
12356         to return NULL is a InheritanceDemand fails during reflection. Updated
12357         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
12358         ReflectionTypeLoadException if an InheritanceDemand fails during 
12359         reflection. Added icall mapping for GetLinkDemandSecurity.
12360         * security-manager.c|h: Added ves_icall_System_Security_
12361         SecurityManager_GetLinkDemandSecurity internal call to return the
12362         class and methods permissions set for a LinkDemand. Removed unused
12363         fields in MonoSecurityManager.
12364
12365 2005-03-10  Martin Baulig  <martin@ximian.com>
12366
12367         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
12368         it's a generic instance.
12369
12370 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
12371
12372         * reflection.c (mono_get_object_from_blob): Applied patch from
12373         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
12374
12375         * class.c (mono_class_is_assignable_from): Another try at fixing 
12376         #73469 without breaking anything.
12377
12378 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
12379
12380         * class.c: (mono_class_is_assignable_from): Revert the last changes
12381         since they don't work with generics.
12382         
12383         * class.c (mono_class_is_assignable_from): Fix build bustage.
12384
12385         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
12386         the managed IsAssignableFrom method. Fixes #73469.
12387
12388         * reflection.c (mono_reflection_call_is_assignable_from): New helper
12389         function.
12390
12391 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
12392
12393         * object.c (mono_load_remote_field_new): Fix returning uninitialized
12394         memory when the remoting callback does not sets the out arguments.
12395         Fixes #73007.
12396
12397         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
12398         by mistake.
12399
12400         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
12401
12402         * object-internals.h (MonoStackFrame): Sync with managed object layout.
12403
12404         * appdomain.c: Bump corlib version.
12405
12406 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
12407
12408         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
12409         function.
12410
12411         * threads.c (mono_thread_attach): Detect threads which are not started
12412         by the GC pthread wrappers.
12413
12414 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
12415
12416         * icall.c: Added new icall for RNG.
12417         * rand.c|h: Added new icall to open the RNG. This allows to share a 
12418         single handle on Linux to access /dev/urandom and fix #73183.
12419
12420 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
12421
12422         * object.c: setting the new vtable in a transparent proxy object must
12423         not change the GC descriptor.
12424
12425 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
12426
12427         * object.c: fixed compilation without GCJ support.
12428         * reflection.c: for runtime-created types ensure klass->has_references
12429         is correct (bug #73215).
12430
12431 2005-03-02  Martin Baulig  <martin@ximian.com>
12432
12433         * class.c (mono_class_is_assignable_from): Make this work if
12434         `oklass' is a generic instance; fixes #72831.
12435
12436 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
12437
12438         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
12439         with hasthis set.
12440         
12441         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
12442
12443         * marshal.c: Reorganize native->managed marshalling code to also use
12444         the emit_marshal_... functions.
12445
12446 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
12447
12448         * object.c: typed allocs have issues with bitmap sizes > 30,
12449         so check for max_set >= 30.
12450
12451 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
12452
12453         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
12454         managed code. Fixes #73012.
12455
12456         * metadata.h (MonoMarshalSpec): Add elem_mult field.
12457
12458         * metadata.c reflection.c: Load/Emit elem_mult as well.
12459         
12460         * metadata.h (MonoMarshalSpec): Add comment.
12461
12462         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
12463
12464         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
12465         num_elem to -1 if not given.
12466
12467         * object-internals.h (MonoReflectionMarshal): Add has_size field.
12468
12469         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
12470         given values.
12471
12472 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
12473
12474         * null-gc.c (mono_gc_free_fixed): Was not compilable.
12475
12476 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
12477
12478         * reflection.c (encode_marshal_blob): Encode param_num field as well.
12479
12480         * object-internals.h (MonoReflectionMarshal): Add param_num field.
12481
12482 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
12483
12484         * object.c: generalized the reference bitmap creation
12485         and added hooks for the new GC.
12486         * class-internals.c: removed the gc_bitmap field from MonoClass.
12487
12488 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
12489
12490         * domain.c: help the compiler to produce better code
12491         in mono_jit_info_table_find ().
12492
12493 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
12494
12495         * object.c: make all allocations look typed.
12496
12497 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
12498
12499         * socket-io.c: load Mono.Posix if it's not loaded already
12500         (fixes bug#73033).
12501
12502 2005-02-24  Martin Baulig  <martin@ximian.com>
12503
12504         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
12505         * reflection.c (dup_type): Likewise.
12506
12507 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
12508
12509         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
12510         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
12511
12512 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
12513
12514         * domain.c, threads.c, object-internals.h: make the critical thread
12515         local vars use the fast access mode (even when we're compiled in
12516         a lib). Provide accessors to be used by the jit during codegen.
12517
12518 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12519
12520         * appdomain.c: Changed hook functios behavior to include
12521         support for the reflection only assemblies. Some icalls were changed
12522         to support the mentioned assemblies too. Signatures of static methods
12523         try_assembly_resolve and real_load now have an additional parameter:
12524         refonly.
12525
12526         * assembly.c: General changes to mono_assembly_ methods to support
12527         reflection only api. Functions mono_assembly_open, mono_assembly_load,
12528         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
12529         suffix, to support an additional gbool parameter to specify whether
12530         the assembli is reflection only or not. Created some new hook functions 
12531         to add support for reflection only assemblies. Signatures of static 
12532         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
12533         have now an additional parameter: refonly.
12534
12535         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
12536         indicating whether the assembly is reflection only or not.
12537
12538         * exception.c: Add mono_get_exception_invalid_operation.
12539
12540         * icall.c: Throw an InvalidOperationException when trying to invoke
12541         a property/method/event, or trying to set/get the value of a field.
12542         Also add an icall to retrieve the ref_only flag to the
12543         MonoReflectionAssembly.
12544
12545 2005-02-23  Chris Toshok  <toshok@ximian.com>
12546
12547         Part of fix for #72827.
12548         * mono-debug.c (mono_debug_add_method): add lexical block data to
12549         the info we write.  Kind of a hack at the moment - we copy the
12550         lexical block info from the MonoDebugMethodInfo to the
12551         MonoDebugMethodJitInfo here, before writing it.
12552         (mono_debug_read_method): read the lexical block info.
12553
12554         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
12555
12556         * debug-mono-symfile.h: add lexical block support.
12557
12558         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
12559         support.
12560
12561 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
12562
12563         * loader.c (mono_lookup_pinvoke_call): Fix warning.
12564
12565         * object.c (mono_runtime_free_method): Call mono_free_method () and
12566         put the TODOs there.
12567
12568         * loader.c (mono_free_method): Free up most memory allocated for 
12569         dynamic methods.
12570
12571 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
12572
12573         * reflection.c: properly flag a Type argument to a
12574         named custom attr value (bug #72248).
12575
12576 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
12577
12578         * reflection.c: reduce code duplication in named custom
12579         attribute encoding.
12580
12581 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
12582
12583         * reflection.c: properly encode custom attrs of type object
12584         (bug #72649).
12585
12586 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
12587
12588         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
12589
12590 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
12591
12592         * socket-io.c: load System.dll if it's not loaded already
12593         (bug #72850 and #70477).
12594
12595 2005-02-21  Martin Baulig  <martin@ximian.com>
12596
12597         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
12598         generic instances.
12599
12600 2005-02-21  Martin Baulig  <martin@ximian.com>
12601
12602         * reflection.c (mono_image_build_metadata): We also need to
12603         "fixup" the MethodImpl table after we computed the final method
12604         indices.  Call fixup_methodimpl() to do that.
12605         (fixup_methodimpl): New private method.
12606
12607 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
12608
12609         * assembly.c: special case mscorlib.dll (bug#72536),
12610         patch from Carlos Alberto Cortez.
12611
12612 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
12613
12614         * threads-types.h threads.c: Fix build bustage.
12615
12616         * threads.c: Use a union for long<->double conversions.
12617
12618         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
12619         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
12620
12621         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
12622         containing the checkpoint call with NOT_TAKEN.
12623         
12624         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
12625         checkpoint before pushing the arguments, so they won't have to be
12626         spilled to stack.
12627
12628 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
12629
12630         * domain.c, assembly.c, domain-internals.h: make some data
12631         const and relocation-free.
12632
12633 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
12634
12635         * object.c, appdomain.c, class-internals.h: introduce the
12636         MonoClassRuntimeInfo structure to hold the info needed to
12637         use a class at runtime. Made mono_class_vtable() lock-free
12638         for all the appdomains.
12639
12640 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
12641
12642         * metadata-internals.h, image.c: introduce a per-image mempool to
12643         be used for memory that has the same lifetime as the image.
12644
12645 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
12646
12647         * domain.c: In mono_init_internal(), instead of selecting the first
12648         runtime version supported by an executable, get a list of all
12649         supported versions and select the one for which an mscorlib exists
12650         (since even if the runtime supports a given version, it doesn't mean
12651         that the framework for that version is installed).
12652         Modified get_runtimes_from_exe to support this behavior.
12653         In supported_runtimes, added information about additional system
12654         assembly versions.
12655         
12656         * assembly.c: Added support for more than one system assembly version
12657         per runtime version. Updated the assembly list.
12658         In mono_assembly_remap_version, removed the initial version check,
12659         since we don't know to which version we need to compare until we
12660         get the version set on which the assembly is based.
12661         Moved the code for loading corlib into the new method
12662         mono_assembly_load_corlib(), so it can be used by the initialization
12663         code.
12664         
12665         * domain-internals.h: Updated data structures and added declaration
12666         for mono_assembly_load_corlib.
12667
12668 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
12669
12670         * reflection.c (resolve_object): Fix the creation of the signature in 
12671         the SignatureHelper case.
12672
12673         * assembly.c (mono_assembly_remap_version): Fix binary search.
12674         
12675 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
12676  
12677         * class.c: Added inheritance check when a method is overloaded (from a
12678         virtual method or when implementing an interface) and when a class is
12679         inherited. Added functions to set a failure for a class and to 
12680         retreive the exception from a failure.
12681         * class-internals.h: Added fields to MonoClass to keep the exception
12682         information status for inheritance (or other exceptions) to be thrown
12683         later (i.e. not at load time).
12684         * object.c: Throw the inheritance SecurityException when a type is to 
12685         be created with either class or method inheritance violations.
12686         * reflection.c|h: Fix when getting declsec from a class. Removed 
12687         unrequired code for class. Improved sanity in parameter naming.
12688         * security-manager.c|h: Added functions to check for class and method
12689         inheritance.
12690
12691 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
12692
12693         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
12694         and has_finalize in dynamic types as well.
12695
12696 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
12697
12698         * culture-info-table.h : fixed currency format for en-GB (and so on).
12699
12700 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
12701
12702         * gc.c: ensure the GC handles never have 0 as a value.
12703
12704 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
12705
12706         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
12707         a pointer to a struct to unmanaged code. Fixes #72625.
12708
12709 2005-02-16  Martin Baulig  <martin@ximian.com>
12710
12711         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
12712
12713 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
12714
12715         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
12716
12717 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
12718
12719         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
12720
12721         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
12722         UnmanagedFunctionPointerAttribute, use it for determining calling convention
12723         etc. Fixes #71471.
12724
12725         * reflection.c (mono_custom_attrs_get_attr): New helper function.
12726
12727         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
12728
12729 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
12730
12731         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
12732         changes to make the current context a field in MonoThread.
12733
12734 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
12735
12736         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
12737         the last change.
12738         
12739         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
12740         extracted from mono_marshal_get_native_wrapper.
12741
12742         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
12743         to create wrappers around native functions.
12744
12745         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
12746         delegates for arbitrary function pointers. Fixes #71472.
12747
12748 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
12749
12750         * threads.c: cleaned up the code a little.
12751
12752 2005-02-15  Martin Baulig  <martin@ximian.com>
12753
12754         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
12755         the data table.
12756
12757         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
12758         allocate larger chunks if needed.
12759
12760 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
12761
12762         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
12763         in by mistake.
12764
12765 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
12766
12767         * domain.c: keep the domains in an array and ensure the domain ids
12768         are kept small, so they can be used as indexes to domain-specific data
12769         with a small memory overhead.
12770
12771 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
12772
12773         * icall.c: Handle byref types in Type icalls. Fixes #72544.
12774
12775 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
12776
12777         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
12778
12779 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
12780
12781         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
12782
12783         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
12784         values.
12785
12786         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
12787         
12788 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
12789
12790         * domain-internals.h: add the hashtable here.
12791
12792         * class-internals.h: Remove `info' from MonoMethod
12793
12794         * domain.c: Add a new hashtable, jit_trampoline_hash
12795
12796 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
12797
12798         * object.c: don't set the value of static fields
12799         (fixes bug#72494).
12800
12801 2005-02-11  Martin Baulig  <martin@ximian.com>
12802
12803         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
12804         (mono_debug_add_method): Silently ignore the method if it's too big.
12805         (mono_debug_add_type): Likewise.
12806
12807 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
12808
12809         * threads.c, appdomain.c: remove #ifdefs from the code.
12810
12811 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
12812
12813         * metadata-internals.h: Added flags to MonoAssembly to cache the most
12814         common security informations. This allows us to stay in unmanaged code
12815         when doing LinkDemand and it's special cases (except for the first 
12816         time for initialization). The flags a very much used with --security.
12817         * reflection.c|h: Added code to get declarative security attributes 
12818         for LinkDemand and InheritanceDemand. This required to refactor the
12819         existing code for Demand.
12820         * security-manager.c|h: Added new method fields for the special cases
12821         of LinkDemand.
12822
12823 2005-02-10  Martin Baulig  <martin@ximian.com>
12824
12825         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
12826         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
12827
12828 2005-02-10  Martin Baulig  <martin@ximian.com>
12829
12830         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
12831         debugging code; this is almost a complete rewrite.
12832
12833         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
12834
12835 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
12836
12837         * domain.c, object.h: expose mono_string_equal () and 
12838         mono_string_hash ().
12839         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
12840         it's implemented in managed code.
12841
12842 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
12843
12844         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
12845         lo leak objects between appdomains.
12846
12847 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
12848
12849         * assembly.c: old compilers compilation fix from 
12850         robertj@gmx.net (Robert Jordan).
12851
12852 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
12853
12854         * class-internals.h: Little reminder for the future.
12855
12856         * debug-helpers.c: Fix up wrapper_type_names
12857
12858 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
12859
12860         * image.c, metadata-internals.h: when loading an image from a file,
12861         mmap all of it and use the same codepaths as when using a
12862         in-memory image: the code is simpler and we use less memory
12863         (both writable and readonly).
12864
12865 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
12866
12867         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
12868         API to alloc runtime data structures that need to be tracked by the
12869         GC and contain pointers.
12870         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
12871         make the code more readable and eventually use a different GC.
12872
12873 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
12874
12875         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
12876         for out arguments.
12877         
12878 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
12879
12880         * object.c: In release_type_locks(), don't release the cctor lock
12881         if it has already been released. This fixes a crash in the
12882         thread5 test.
12883
12884 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
12885
12886         * gc.c, marshal.c, icall.c: register a delegate for finalization
12887         only when the native function pointer has been allocated for it.
12888
12889 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
12890
12891         * object.c: cleaned up some code, allocate objects that are
12892         pointer free with the atomic malloc variant. Allocate memory
12893         for static data from the mempool if it's pointer-free.
12894         Allocate the bounds array at the end of the array data, when needed.
12895         * object-internals.h, object.h: move a private function in a private
12896         header.
12897         * class.c: handle missing case in tracking references in fields.
12898
12899 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
12900
12901         * class.c, class-internals.h: keep track if a type has
12902         reference fields in either the instance or static fields.
12903
12904 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
12905
12906         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
12907         and renamed to MonoRuntimeInfo. Added fields to store the expected
12908         framework assembly version. Changed mono_get_framework_version and
12909         mono_get_runtime_version for a single mono_get_runtime_info method.
12910         
12911         * assembly.c: Added method to remap system assembly versions to the
12912         current executing runtime version. Removed old mapping code.
12913         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
12914         
12915         * icall.c, reflection.c: Track api changes.
12916
12917 2005-02-06  Miguel de Icaza  <miguel@novell.com>
12918
12919         * loader.c (method_from_memberref): Improve error reporting,
12920         produce the class name instead of the typeref/typedef index. 
12921
12922 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
12923
12924         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
12925
12926 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
12927
12928         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
12929         stdcall and charset name mangling.  Reorganize the code and add
12930         some tracing stuff.
12931
12932 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
12933
12934         * monodiet.c: More iters!
12935
12936         * marshal.c: Iter usage.
12937
12938         * icall.c: Iter usage.
12939
12940         * object.c: Use iters.
12941
12942         * debug-helpers.c: More iters
12943
12944 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
12945
12946         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
12947         under win32.
12948
12949 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
12950
12951         * mono-debug-debugger.c: use iters
12952
12953         * class.c, class-internals.h: mono_class_setup_events is static
12954         now
12955
12956         * All callers: use iters
12957
12958 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
12959
12960         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
12961         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
12962
12963 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
12964
12965         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
12966
12967         * marshal.h: Add prototypes for ldfld/stfld_remote.
12968
12969         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
12970         this is called during startup.
12971         
12972 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
12973
12974         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
12975         MonoThreadsSync struct private in monitor.c. Changed the way
12976         MonoThreadsSync is allocated so it's faster and there is no
12977         need to keep track of it with a finalizer and it uses less memory.
12978         This also finally allows us to allocate mono objects as ptrfree when
12979         there are no reference fields.
12980
12981 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
12982
12983         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
12984         disappearing link to the GC interface and use them to simplify
12985         the gchandles code.
12986
12987 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
12988
12989         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
12990         stfld_remote which call mono_load/store_field_new. This allows methods
12991         calling ldfld/stfld wrappers to be AOTed.
12992
12993         * console-io.c: Include sys/filio.h under solaris.
12994         
12995         * console-io.c: Include curses.h if needed correctly.
12996
12997 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
12998         
12999         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
13000         method->klass as well.
13001
13002         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
13003
13004         * class.c (mono_class_init): Switch on lazy initialization of 
13005         methods.
13006
13007         * class.c (mono_class_get_finalizer): Handle the case when the 
13008         finalizer is inherited.
13009
13010 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13011
13012         * console-io.c: <curses.h> is needed by term.h on solaris.
13013
13014 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
13015
13016         * icall.c, class-internals.h, monodiet.c, class.c: Remove
13017         mono_class_setup_properties where possible. Remove this ftn from
13018         the header file, and make it static.
13019
13020 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
13021
13022         * loader.c: Add missing setup_... call.
13023
13024         * class.c: Add missing setup_... calls.
13025
13026         * class.c (mono_class_init): Switch on lazy initialization of 
13027         the generic vtable.
13028         
13029         * class.c (mono_class_init): Fix generics broken by the recent changes.
13030
13031         * monodiet.c (handle_type): Add missing setup_... calls.
13032
13033         * class.c: Back out garbage in previous patch.
13034         
13035         * class.c: Add missing setup_... calls.
13036
13037         * class.c (mono_class_get_method_from_name_flags): Avoid calling
13038         mono_class_setup_methods () if possible.
13039
13040         * class-internals.h (MonoClass): Add 'has_cctor' flag.
13041
13042         * class-internals.h (MonoCachedClassInfo): New structure.
13043
13044         * class.c: Initialize properties and events fields of MonoClass lazily.
13045
13046         * class.c: Add infrastructure for lazily initializing the methods and
13047         vtable fields of MonoClass. Not yet used.
13048
13049         * class.c (mono_class_get_finalizer): New helper function.
13050
13051         * class.c: Add infrastructure for loading some class related data from
13052         an AOT file.
13053
13054         * object.c: Add infrastructure for initializing the vtable from data
13055         in the AOT file.
13056
13057         * gc.c (run_finalize): Use mono_class_get_finalizer ().
13058
13059         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
13060         appropriate initialization function before accessing parts of the
13061         MonoClass structure.
13062
13063         * marshal.c: Fix warnings.
13064         
13065         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
13066
13067         * mono-debug-debugger.c (get_exception_message): Use 
13068         mono_class_get_method_from_name_flags ().
13069
13070 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
13071
13072         * reflection.c, appdomain.c: Replace a few manual searches that
13073         Zoltan missed. (Paolo approved this part of my initial patch).
13074
13075 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
13076
13077         * profiler.c: disable recording statistical events at report time.
13078
13079 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
13080
13081         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
13082         to byteswap arrays of enum values, too (bug #72080).
13083
13084 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
13085
13086         * appdomain.c (set_domain_search_path): Allow this to be called if
13087         domain->setup is not yet set.
13088
13089         * loader.c (mono_method_get_index): New helper function.
13090
13091         * loader.c reflection.c: Use mono_method_get_index ().
13092
13093         * class.c (mono_class_get_method_from_name_flags): New helper method.
13094
13095         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
13096         this.
13097
13098         * class.c (mono_class_get_cctor): New helper method.
13099
13100         * string-icalls.c object.c class.c marshal.c reflection.c: Use
13101         mono_class_get_method () to look up methods.
13102
13103 2005-02-01  Miguel de Icaza  <miguel@novell.com>
13104
13105         * console-io.c: Fix the build, this should work on Windows.
13106
13107 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
13108
13109         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
13110         be set to null to keep things valid
13111
13112 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13113
13114         * icall.c: added Console 2.0 icalls.
13115         * Makefile.am: added console-io.[ch]
13116         * console-io.[ch]: internal calls for Console 2.0 API.
13117
13118 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
13119
13120         * class.c: make sure we consider all the interfaces
13121         when calculating max_interface_id (bug found by
13122         Jeroen Frijters running ikvm).
13123
13124 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
13125
13126         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
13127         valuetype fields to null.
13128
13129         * object.c (set_value): Ditto. Fixes #71669.    
13130
13131 2005-01-31  Martin Baulig  <martin@ximian.com>
13132
13133         * metadata.c (mono_metadata_has_generic_params): New public
13134         function; checks whether something is a generic method.
13135
13136 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
13137
13138         * appdomain.c: fix infinite recursion when adding assemblies.
13139
13140 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
13141
13142         * object.c: Fix small typo to return all items for Environment.
13143         GetCommandLineArgs.
13144
13145 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
13146
13147         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
13148         reflection.c: more domain and assembly-unload related fixes
13149         and memory leaks plugs.
13150
13151 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
13152
13153         * class.c loader.c security.c loader.h process.c threads.c mono-debug-debugger.c profiler.c marshal.c rand.cpedump.c: Fix 64 bit warnings.
13154
13155 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
13156
13157         * loader.c (mono_method_signature): Make this method lazy
13158         (mono_get_method_from_token): Don't computate the signature here.
13159
13160         Doing this saves quite a bit of memory. I got 90 kb on starting up
13161         monodoc. It should also save some disk reads on startup.
13162
13163         * *: MonoMethod->signature might be NULL now. You *MUST* use
13164         mono_method_signature.
13165
13166 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
13167
13168         * object.c (mono_runtime_get_main_args): Return an array from the
13169         current domain here. Fixes #71938.
13170
13171 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
13172
13173         * monitor.c: formatting changes to comply with the
13174         mono coding style and remove #ifdefs from the code.
13175
13176 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
13177
13178         * metadata.c, private.h: remove some unneeded data
13179         and use a more compact representation for table schemas.
13180
13181 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
13182
13183         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
13184         to get a better distribution in hash tables.
13185         * *.c: use mono_aligned_addr_hash() where appropriate.
13186         * assembly.c: make var static.
13187
13188 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
13189
13190         * domain-internals.h: Put MonoJitInfo on a diet.
13191
13192         * domain.c: Fix a warning.
13193
13194 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
13195
13196         * gc.c: rework the gc handles code to reuse handles
13197         when freed.
13198
13199 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
13200
13201         * domain.c: fixed long standing bug in mono_string_equal() which
13202         was brought to light with the ldstr changes.
13203
13204 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
13205
13206         * reflection.c: Remove warning by adding missing include for marshal.h
13207
13208 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
13209
13210         * domain.c, object.c: change the ldstr_table to hold
13211         MonoString* as keys: makes the runtime isinterned lookup
13212         faster and simplifies memory management.
13213
13214 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
13215  
13216         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
13217         possible to add imperative security checks before calling the icall.
13218         * reflection.c: Return security attributes on the original MonoMethod
13219         (and not the wrapped one). This fix permissions on icalls.
13220
13221 2005-01-25  Dick Porter  <dick@ximian.com>
13222
13223         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
13224         the check for mktime() support actually test the mktime() return
13225         value.  "Fixes" bug 71682, though the output is still different to
13226         MS.
13227
13228 2005-01-25  Martin Baulig  <martin@ximian.com>
13229
13230         * class.c (mono_class_is_assignable_from): Make this work for
13231         generic instances.
13232
13233 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
13234
13235         * marshal.c (mono_string_utf8_to_builder)
13236         (mono_string_builder_to_utf16): We might not have ownership of the
13237         string. In thise case, we need to create a new buffer.
13238
13239         * object-internals.h (mono_stringbuilder_capacity): sb->str might
13240         be null, in which case, use the default capacity.
13241
13242 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
13243
13244         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
13245         GC events to the profiler.
13246
13247 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
13248
13249         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
13250         if you don't want the GC to run.
13251
13252 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
13253
13254         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
13255         start providing a GC API and keeping different implementations in
13256         their own file.
13257         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
13258
13259 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
13260
13261         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
13262         mmap rather than allocating a huge buffer.
13263         (mono_debug_close_mono_symbol_file): Free the buffer allocated
13264         above.
13265
13266 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
13267
13268         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
13269         and CheckExecutionRights.
13270         * reflection.c|h: Keep the index of the declarative security to be 
13271         used, instead of the pointer, when AOT compiler is used. Also add 
13272         class initialization when requesting demands.
13273         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
13274         CheckExecutionRights. Both properties are now FALSE by default, and
13275         unmodifiable, unless the --security option is used.
13276
13277 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
13278
13279         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
13280         reflection.c: properly refcount images and assemblies, many leaks fixed.
13281
13282 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13283
13284         * threadpool.c: increase the timeout for threads in the thread pool to
13285         10s.  Fixes bug #67159.
13286
13287 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
13288
13289         * class-internals.h: Sun's compiler insists on explicit
13290         signed on bit fields to handle then correctly.
13291
13292 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
13293
13294         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
13295         Make the size of the array fit only the number of invalid path
13296         chars that we have.
13297
13298         * class.c (_mono_class_get): Improve the error reporting when a
13299         class referenced is not found, to assist debugging. 
13300
13301 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
13302
13303         * threads.c: fix off-by-one error.
13304         * domain.c: free data allocated in the domain.
13305
13306 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
13307
13308         * reflection.c (mono_method_body_get_object): Fill out exception info
13309         as well.
13310
13311         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
13312         structure.
13313         
13314 2005-01-19  Martin Baulig  <martin@ximian.com>
13315
13316         * loader.c (mono_get_method_constrained): Make this work again.
13317
13318 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
13319
13320         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
13321         guint16 to match the managed side.
13322
13323         * reflection.c (mono_reflection_body_get_object): Fill out local
13324         variables array.
13325
13326         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
13327         as well.
13328
13329         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
13330         'local_var_sig_token'.
13331
13332 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
13333
13334         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
13335         System.Drawing.
13336
13337         * reflection.c (mono_method_body_get_object): Handle abstract and
13338         runtime methods.
13339
13340 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
13341
13342         * marshal.c, loader.c, class-internals.h, reflection.c:
13343         store the emthod data for a wrapper in an array instead of a list.
13344
13345 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
13346
13347         * marshal.c: change the code to allocate memory more
13348         conservatively for method wrappers.
13349
13350 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
13351
13352         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
13353         fields from MonoClass to the marshal info structure where they belong.
13354
13355 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
13356
13357         * class.c, object.c, class-internals.h, marshal.c: rearrange
13358         some fields and tweak some types to lower memory usage.
13359
13360 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
13361
13362         * threads.c (signal_thread_state_change): Handle the case when the
13363         target thread is the current thread.
13364
13365         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
13366
13367         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
13368         emit_ptr_to_object_conv. 
13369
13370         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
13371         marshalling. Fixes #71352.
13372
13373 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
13374
13375         * metadata.h, blob.h: move table enum to blob.h so it can be included
13376         in any header.
13377         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
13378         cut the size of MonoImage/MonoDynamicImage.
13379
13380 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
13381
13382         * profiler.c (mono_profiler_install_simple): Fix default arguments.
13383
13384 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
13385
13386         * reflection.c, reflection.h, icall.c: add a function to check
13387         if an attribute type is defined for a metadata object.
13388
13389 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
13390
13391         * object-internals.h: Added some needed fields from StringBuilder class.
13392         * marshal.c: Set the maxCapacity when creating a StringBuilder.
13393
13394 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
13395
13396         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
13397         threads before shutting down the runtime.
13398
13399         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
13400
13401 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
13402
13403         * object-internal.h, threads.c: implement stacksize and 
13404         parameterized thread start functionality (requires
13405         matching corlib). Marked broken code for later removal.
13406
13407 2005-01-12  Martin Baulig  <martin@ximian.com>
13408
13409         * class-internals.h (MonoGenericClass): Moved the `initialized'
13410         flag to MonoDynamicGenericClass, removed `init_pending'.
13411         (MonoGenericInst): Added `is_reference' flag.
13412
13413 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
13414
13415         * reflection.c (mono_image_create_pefile): Only set the pe_offset
13416         inside the MSDOS header. Fixes #71201.
13417
13418         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
13419         gc thread.
13420         (mono_domain_finalize): Ditto.
13421
13422 2005-01-12  Martin Baulig  <martin@ximian.com>
13423
13424         * class.c (mono_get_shared_generic_class): Use the cache for
13425         non-dynamic generic classes.
13426
13427         * class-internals.h (mono_class_create_generic_2): Removed
13428         function prototype, this function is now static inside class.c.
13429
13430         * class.c (mono_class_create_generic_2): Made this static, only
13431         call it from mono_class_init() and mono_class_setup_parent().
13432         (collect_implemented_interfaces_aux): Call mono_class_init() on
13433         the interfaces we collect.
13434         (mono_class_setup_vtable): Call mono_class_init (class->parent).
13435
13436 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
13437
13438         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
13439         it a real thread handle.
13440
13441         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
13442         MonoJitExceptionInfo, since each catch clause needs its own variable.
13443         
13444 2005-01-11  Dick Porter  <dick@ximian.com>
13445
13446         * image.c (mono_pe_file_open): New variant on mono_image_open()
13447         that does not set up the CLI metadata; used for FileVersionInfo so
13448         it can get the data for windows binaries too.
13449         
13450         * process.c (process_read_string_block): Don't read off the end of
13451         the StringTable block.
13452
13453         These both fix bug 70766.
13454
13455 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
13456
13457         * gc.c: set some fields to NULL at GC cleanup time.
13458         * threads.c: if we quit the main thread, call exit ().
13459
13460 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
13461
13462         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
13463
13464 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
13465
13466         * threads.h, threads.c, object.c: added accessor and settor for
13467         main_thread. Handle it specially when exiting from it: wait
13468         for other foreground threads to exit.
13469
13470 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
13471
13472         * process.c, verify.c: remove some bloat.
13473
13474 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
13475
13476         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
13477         the calling convention to cdecl under win32.
13478
13479 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
13480
13481         * object.c (mono_object_get_size): New function to get the size of
13482         an object instance.
13483
13484         * profiler.c (simple_allocation): Use above.
13485
13486 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
13487
13488         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
13489         ves_icall_System_AppDomain_getRootDomain (as it's not required to
13490         get an appdomain by it's id and we can't assume the root's id is 0).
13491         * domain-internals.h: Change the function prototype to match.
13492         * icall.c: Change the icall table for AppDomain.
13493
13494 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
13495
13496         * locales.c (string_invariant_compare_char): Only compute
13497         GUnicodeTypes in the case where we need them.  Test for ordinality
13498         first and return if so.
13499
13500         From the commit:
13501
13502                 /*
13503                  * FIXME: here we must use the information from c1type and c2type
13504                  * to find out the proper collation, even on the InvariantCulture, the
13505                  * sorting is not done by computing the unicode values, but their
13506                  * actual sort order.
13507                  */
13508
13509 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
13510
13511         * loader.c: for P/Invoke methods, allow the "Internal" shared
13512         library name to refer to the calling process symbol namespace.
13513
13514 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
13515
13516         * Makefile.am: Add the security manager to the build.
13517         * security-manager.c|h: New. Initialization of the security manager.
13518
13519 2005-01-07  Dick Porter  <dick@ximian.com>
13520
13521         * threads.c: 
13522         * monitor.c: Update thread state during Monitor and WaitHandle
13523         waits.  Fixes bug 71031.
13524
13525 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
13526
13527         * reflection.c (property_encode_signature): Correctly handle when the
13528         property has no methods.
13529
13530 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
13531
13532         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
13533         
13534         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
13535         fields from mb, not rmb. Fixes #71017.
13536
13537         * marshal.c (emit_ptr_to_str_conv): Add support for 
13538         ByValTStr -> string conversion. Fixes #71015.
13539
13540         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
13541
13542         * mempool.c (mono_mempool_contains_addr): New helper function.
13543
13544 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
13545
13546         * metadata.c (mono_metadata_compute_size): Fix size calculation of
13547         HasSematics encoded fields.
13548         
13549         * metadata.c (mono_type_to_unmanaged): Improve error message for 
13550         invalid string marshalling.
13551
13552         * metadata.c: Fix warnings.
13553         
13554 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
13555
13556         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
13557         profiler support.
13558
13559 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
13560
13561         * domain.c object.c domain-internals.h: Revert part of r38077 since the
13562         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
13563         tests.
13564
13565 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
13566
13567         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
13568         so methods containing these can be AOTed.
13569
13570 2005-01-03  Martin Baulig  <martin@ximian.com>
13571
13572         * loader.c (find_method): Removed the hack for generic instances.
13573         (method_from_memberref): If our parent is a generic instance, pass
13574         its generic type definition to find_method() and then inflate the
13575         method.
13576         (mono_get_method_constrained): Pass the generic type definition to
13577         find_method() and inflate the method later.
13578
13579         * class-internals.h (MonoStats): Added `generic_class_count'.
13580
13581         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
13582         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
13583
13584         * reflection.c (mono_custom_attrs_from_params): Don't ignore
13585         generic type definitions.
13586
13587 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
13588
13589         * loader.c icall.c: Fix warnings.
13590
13591 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
13592
13593         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
13594         blittable types. Fixes #70864.
13595
13596 2004-12-29  Martin Baulig  <martin@ximian.com>
13597
13598         * icall.c
13599         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
13600
13601         * reflection.c (mono_method_get_object): Create a
13602         "System.Reflection.MonoGenericMethod" for inflated methods; don't
13603         call mono_get_inflated_method().
13604
13605         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
13606
13607 2004-12-27  Martin Baulig  <martin@ximian.com>
13608
13609         * class-internals.h (MonoMethod): Added `is_inflated' flag.
13610         (MonoMethodInflated): Added `inflated' field.
13611
13612         * class.c (mono_class_inflate_generic_method): Don't really
13613         inflate the method here; just set the `is_inflated' flag in the
13614         MonoMethod.
13615         (mono_class_get_inflated_method): Actually inflate the method here
13616         if it's not already inflated; we use the MonoMethodInflated's new
13617         `inflated' field as a cache.
13618
13619 2004-12-26  Martin Baulig  <martin@ximian.com>
13620
13621         * class.c
13622         (inflate_generic_class): Moved some code out of inflate_generic_type().
13623         (mono_class_inflate_generic_method): If we're already inflated,
13624         inflate the context and use the declaring method; ie. make sure
13625         the declaring method of an inflated method is always the generic
13626         method definition.
13627         (mono_class_create_from_typedef): Create
13628         `class->generic_container->context->gclass'.
13629
13630 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
13631
13632         * metadata-internals.h, marshal.c, reflection.c: More
13633         MonoGHashTable->GHashTable.
13634
13635         * domain-internals.h, class.c: Change MonoGHashTable's into
13636         GHashTables for some cases where no gc stuff is used
13637
13638         All users: update apis
13639
13640 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
13641
13642         * metadata.c (builtin_types): Make this `const'. Makes this get
13643         put into the shareable section.
13644         (mono_metadata_init): Casts to make gcc happy.
13645
13646 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
13647
13648         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
13649
13650 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
13651
13652         * icall.c: Added an internal call to retrieve the position and length
13653         of assembly-level declarative security attributes (RequestMinimum, 
13654         RequestOptional and RequestRefuse). This is used by the Assembly class
13655         to re-create the corresponding permission sets.
13656
13657 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
13658
13659         * marshal.c: fix the stelemref wrapper to be type correct
13660         (and faster).
13661
13662 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
13663
13664         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
13665         to do key & 0x7fffffff. Hashtable already does this. It just
13666         results in longer code.
13667
13668 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
13669
13670         * appdomain.c: Bump corlib version.
13671         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
13672         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
13673         * reflection.c|h: Add functions to get declarative security infos
13674         (blob position and length) for assemblies, classes and methods.
13675
13676 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
13677
13678         * reflection.c: sort the constant table (bug #70693).
13679
13680 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
13681
13682         * object-internals.h, threads.c, domain.c: add accessors for
13683         the MonoThread and MonoDomain tls keys.
13684
13685 2004-12-18  Martin Baulig  <martin@ximian.com>
13686
13687         * class.c (inflate_generic_type): If we're inflating a generic
13688         instance, set `ngclass->context->container = context->container';
13689         ie. the container we inflated into.
13690
13691         * metadata.c (mono_metadata_parse_generic_param): Reflect above
13692         inflate_generic_type() changes.
13693
13694 2004-12-17  Martin Baulig  <martin@ximian.com>
13695
13696         * class-internals.h
13697         (MonoGenericClass): Replaced `MonoType *generic_type' with
13698         `MonoClass *generic_class'.  Removed `dynamic_info'; if
13699         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
13700         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
13701
13702 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
13703
13704         * exception.c (mono_exception_from_token): New helper function.
13705
13706 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
13707
13708         * assembly.c (mono_assembly_load_with_partial_name): Call 
13709         mono_assembly_loaded before invoking the preload hooks. Fixes
13710         #70564.
13711
13712         * object-internals.h (MonoThread): Change culture_info and 
13713         ui_culture_info into an array.
13714
13715         * threads.c: Cache culture info objects from more than one appdomain.
13716
13717         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
13718         current UI culture.
13719
13720 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
13721
13722         * threads.h threads.c appdomain.c: Clear the culture_info field of
13723         all threads during unloading if they point to an object in the dying
13724         appdomain.
13725
13726 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
13727
13728         * culture-info.h (TextInfoEntry): New struct
13729         * object-internals.h: sync with managed
13730         * locales.c: fill the `text_info_data' field
13731         * culture-info-tables.h: update
13732
13733 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
13734
13735         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
13736         collector.
13737
13738 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
13739
13740         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
13741         (ves_icall_ModuleBuilder_getMethodToken): Ditto
13742
13743 2004-12-12  Martin Baulig  <martin@ximian.com>
13744
13745         * mono-debug-debugger.c (write_type): If we're an enum and the
13746         builtin types have already been initialized, call mono_class_init().
13747
13748 2004-12-11  Martin Baulig  <martin@ximian.com>
13749
13750         * metadata.c (mono_metadata_load_generic_params): Added
13751         `MonoGenericContainer *parent_container' argument; automatically
13752         compute `container->is_method'; pass the correct owner to
13753         get_constraints().      
13754
13755         * reflection.c (compare_genericparam): Sort the GenericParam table
13756         according to increasing owners. 
13757
13758 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
13759
13760         * profiler.c: allow disabling the default profiler.
13761
13762 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
13763
13764         * decimal.c, icall.c: allow disabling System.Decimal support.
13765
13766 2004-12-09  Marek Safar <marek.safar@seznam.cz>
13767
13768         * reflection.c: Add support for null attribute arguments.
13769
13770 2004-12-09  Martin Baulig  <martin@ximian.com>
13771
13772         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
13773         names to get rid of compiler warnings.
13774
13775 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
13776
13777         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
13778         mono_marshal_load_type_info (). Fixes #69625.
13779         (mono_marshal_get_ptr_to_struct): Likewise.
13780
13781 2004-12-08  Martin Baulig  <martin@ximian.com>
13782
13783         * mono-debug.h: Bumped version number to 47.
13784
13785         * mono-debug-debugger.c
13786         (mono_debugger_event_handler, mono_debugger_event): Take two
13787         guint64 arguments insteed of a gpointer and a guint32.  
13788
13789 2004-12-08  Martin Baulig  <martin@ximian.com>
13790
13791         * debug-mono-symfile.h
13792         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
13793         `address' to `native_offset'.
13794
13795 2004-12-08  Martin Baulig  <martin@ximian.com>
13796
13797         * class.c (mono_class_create_from_typespec): Only inflate if we
13798         either have `context->gclass' or `context->gmethod'.
13799
13800 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
13801
13802         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
13803
13804         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
13805
13806         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
13807
13808         * reflection.c (mono_assembly_get_object): Remove the workaround put
13809         in for the release.
13810         
13811         * appdomain.c: Use the corlib_internal field from MonoAssembly.
13812
13813         * appdomain.c: Bump corlib version.
13814
13815         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
13816         be visible in other appdomains.
13817
13818 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
13819
13820         * threads.c: Interlocked inc and dec for longs were messed up,
13821         use a KISS based impl for this. Fixes 70234
13822
13823 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
13824
13825         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
13826
13827 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
13828
13829         * icall.c: fix to follow policy not to allow struct
13830         arguments in icalls.
13831
13832 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13833
13834         * process.c: make the patch that handles spaces in file paths work
13835         on mono/windows too.
13836
13837 2004-12-06  Martin Baulig  <martin@ximian.com>
13838
13839         * class.c (mono_class_create_generic): Call
13840         mono_class_setup_supertypes() if we're dynamic.
13841         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
13842
13843 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
13844
13845         * object-internals.h: Add new fields to MonoThread.
13846
13847         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13848
13849         * icall.c threads-types.h threads.c: Add new icalls.
13850
13851         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
13852
13853         * object-internals.h (MonoReflectionAssembly): Sync object layout with
13854         managed side.
13855
13856         * appdomain.c: Bump corlib version.
13857
13858         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
13859         internal assemblies. Fixes #69181.
13860
13861 2004-12-05  Martin Baulig  <martin@ximian.com>
13862
13863         * class.c (mono_class_inflate_generic_signature): Make this a
13864         no-op if `context' is NULL or we don't have any type parameters;
13865         also copy `sentinelpos'.        
13866
13867 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
13868
13869         * image.c: Add unbox_wrapper_cache.
13870
13871         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
13872
13873         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
13874         function generator.
13875         
13876         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
13877         Fixes #70173.
13878
13879         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
13880         
13881 2004-12-04  Martin Baulig  <martin@ximian.com>
13882
13883         * loader.c (mono_method_get_signature_full): New public function;
13884         like mono_method_get_signature(), but with an additional
13885         `MonoGenericContext *' argument.
13886
13887         * class.c (mono_class_inflate_generic_signature): Formerly known
13888         as inflate_generic_signature(); make this public.
13889
13890 2004-12-04  Martin Baulig  <martin@ximian.com>
13891
13892         * metadata.c
13893         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
13894         instead of a `MonoGenericContainer *'.  
13895         (mono_metadata_parse_array_full): Likewise.
13896         (mono_metadata_parse_signature_full): Likewise.
13897         (mono_metadata_parse_method_signature_full): Likewise.
13898         (mono_metadata_parse_generic_inst): Likewise.
13899         (mono_metadata_parse_generic_param): Likewise.
13900         (mono_metadata_parse_mh_full): Likewise.
13901         (mono_type_create_from_typespec_full): Likewise.
13902
13903 2004-12-03  Martin Baulig  <martin@ximian.com>
13904
13905         * class-internals.h (MonoGenericContainer): Replaced the
13906         `MonoGenericContext * pointer with a `MonoGenericContext'
13907         structure and made it the first element.
13908
13909 2004-12-03  Martin Baulig  <martin@ximian.com>
13910
13911         * class.c
13912         (inflate_generic_type): Set the `context->container' when creating
13913         a new MonoGenericContext.
13914         (mono_class_inflate_generic_method): Likewise.
13915         (mono_class_create_from_typespec): Just use `context->container'
13916         to get the container.
13917
13918         * loader.c (method_from_methodspec): Set `context->parent' from
13919         `context->container' - and if that's a method container, use its
13920         parent.  Also set the `context->container' when creating a new
13921         MonoGenericContext.
13922         (mono_get_method_from_token): Use just `context->container' to get
13923         the container.
13924
13925         * metadata.c (do_mono_metadata_parse_generic_class): Also set
13926         `gclass->context->container'.
13927
13928         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
13929         the `context->container' when creating a new MonoGenericContext.
13930
13931 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
13932
13933         * reflection.c (compare_genericparam): Sort params with identical
13934         owner by their number. Fixes gen-111 on sparc.
13935
13936 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
13937
13938         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
13939         around the domain changes.
13940
13941         * appdomain.c (mono_domain_unload): Handle the case when the thread
13942         calling Unload is itself being aborted during unloading. Fixes #70022.
13943
13944         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
13945
13946         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
13947         checkpoint_func as an icall so it gets a wrapper.
13948         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
13949         in the cross-appdomain wrappers too.
13950
13951         * threads.c (mono_thread_has_appdomain_ref): Make this public.
13952
13953         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
13954
13955         * reflection.c: Fix some memory leaks.
13956         
13957 2004-12-02  Martin Baulig  <martin@ximian.com>
13958
13959         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
13960
13961         * metadata.c (generic_class_cache): New static hashtable.
13962         (mono_metadata_lookup_generic_class): New public method.
13963
13964 2004-12-02  Martin Baulig  <martin@ximian.com>
13965
13966         * class.c (mono_class_create_from_typedef): Call
13967         mono_class_setup_parent() and mono_class_create_mono_type() before
13968         parsing the interfaces.
13969
13970 2004-12-02  Martin Baulig  <martin@ximian.com>
13971
13972         * metadata.c (generic_inst_cache): New static hashtable.
13973         (mono_metadata_lookup_generic_inst): New public function.
13974         (mono_metadata_inflate_generic_inst): New public function.
13975         (mono_metadata_parse_generic_inst): New public function.
13976         (do_mono_metadata_parse_generic_class): Use the new
13977         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
13978         since this'll also use the cache.
13979
13980         * reflection.c (mono_reflection_bind_generic_method_parameters):
13981         Use mono_metadata_lookup_generic_inst() to use the new cache.
13982
13983         * class.c (inflate_mono_type): Use
13984         mono_metadata_inflate_generic_inst() to inflate a generic
13985         instance; this'll also use the new cache.
13986
13987         * loader.c (method_from_methodspec): Use
13988         mono_metadata_parse_generic_inst() and
13989         mono_metadata_inflate_generic_inst() rather than parsing it
13990         manually, so we can use the new cache.
13991
13992 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
13993
13994         * threads.c (wait_for_tids): Do not incorrectly free threads when 
13995         the wait times out.
13996
13997 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
13998
13999         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
14000         iter->args based on whether parameters are passed in registers (i.e.
14001         MONO_ARCH_REGPARMS is defined)
14002
14003 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
14004
14005         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
14006         the exception message. Fixes #70070.
14007         (method_from_methodspec): Fix warnings.
14008
14009 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14010
14011         * process.c: (complete_path) return the path quoted
14012
14013 2004-12-01  Martin Baulig  <martin@ximian.com>
14014
14015         * class-internals.h (MonoGenericInst): New structure.
14016         (MonoGenericClass): Replaced `type_argc', `type_argv' and
14017         `is_open' with `MonoGenericInst *inst'.
14018         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
14019         `is_open' with `MonoGenericInst *inst'.
14020
14021 2004-11-30  Martin Baulig  <martin@ximian.com>
14022
14023         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
14024
14025         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
14026         to `generic_class_cache'.
14027
14028         * metadata.c
14029         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
14030         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
14031         (mono_generic_inst_is_valuetype): Renamed to
14032         mono_generic_class_is_valuetype().
14033
14034         * class-internals.h
14035         (MonoGenericInst): Renamed to MonoGenericClass.
14036         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
14037         (MonoClass): Renamed `generic_inst' to `generic_class'.
14038         (MonoGenericContext): Renamed `ginst' to `gclass'.
14039
14040         * object-internals.h
14041         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
14042
14043         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
14044         mono_reflection_generic_class_initialize().
14045
14046         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
14047         now known as "System.Reflection.MonoGenericClass".
14048         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
14049
14050 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
14051
14052         * class-internals.h: Added a flag field to MonoClass to cache the
14053         declarative security attributes actions associated with the class.
14054         * domain-internals.h: Added booleans to MonoJitInfo to cache the
14055         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
14056         applicable to the JITted method.
14057         * reflection.c|h: Added functions to extract (as flags) which security
14058         actions are available (declaratively) for a method, class or assembly.
14059         * metadata.c|h: Added functions to search the declarative security
14060         table in the metadata.
14061         
14062 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
14063
14064         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
14065         EXPORTEDTYPES are already in the class name cache, so there is no
14066         need to add extra code here to look at them. Just removes a bit of
14067         cruft.
14068
14069         (ves_icall_System_Environment_get_TickCount): No need for #if
14070         WINDOWS. We already have the code in io-layer.
14071
14072 2004-11-28  Martin Baulig  <martin@ximian.com>
14073
14074         * loader.c
14075         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
14076         Fixes gen-112.cs.
14077
14078 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
14079
14080         * assembly.c (do_mono_assembly_open): Instead of having a
14081         conditional WITH_BUNDLE, incorporate support for bundles here, by
14082         having a global `bundles' variable holding a pointer to the actual
14083         bundles. 
14084
14085         (mono_register_bundled_assemblies): New API call used by the
14086         bundle code. 
14087
14088         See mkbundle.1 for details.
14089         
14090 2004-11-27  Martin Baulig  <martin@ximian.com>
14091
14092         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
14093         the vtable for generic methods.
14094
14095 2004-11-26  Martin Baulig  <martin@ximian.com>
14096
14097         * metadata.c
14098         (mono_metadata_generic_method_hash): New public function.
14099         (mono_metadata_generic_method_equal): Likewise.
14100
14101         * class-internals.h
14102         (MonoGenericContainer): Added `GHashTable *method_hash'.
14103
14104         * reflection.c (ReflectionMethodBuilder): Added
14105         `MonoGenericContainer *generic_container'.
14106         (reflection_methodbuilder_to_mono_method): Don't create a new
14107         MonoGenericContainer each time we're called.
14108         (mono_reflection_bind_generic_method_parameters): Use
14109         `container->method_hash' to cache the results so we don't create a
14110         different method if we're called several times with the same
14111         arguments.
14112
14113         * loader.c (method_from_methodspec): Use the new
14114         `container->method_hash' here, too.
14115
14116 2004-11-26  Martin Baulig  <martin@ximian.com>
14117
14118         * class.c (inflate_generic_signature): Correctly compute
14119         `res->has_type_parameters'.
14120         (mono_class_vtable): Use the `has_type_parameters' flag to
14121         determine whether we're a generic method.
14122
14123         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
14124
14125 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
14126
14127         * object.c (mono_runtime_run_main): Fix a small memory leak.
14128
14129 2004-11-25  Martin Baulig  <martin@ximian.com>
14130
14131         * class.c (set_generic_param_owner): Fixed the loop.
14132
14133 2004-11-25  Martin Baulig  <martin@ximian.com>
14134
14135         * object.c (mono_class_vtable): Don't create any JIT wrappers for
14136         generic methods.
14137
14138 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
14139
14140         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
14141         names. Fixes #69787.
14142
14143 2004-11-24  Martin Baulig  <martin@ximian.com>
14144
14145         * class.c (mono_class_create_generic_2): If we don't have a
14146         `ginst->parent', inflate `gklass->parent' to get our parent.
14147
14148 2004-11-24  Martin Baulig  <martin@ximian.com>
14149
14150         * reflection.c (compare_genericparam): Correctly sort the
14151         GenericParam table; fixes #69779.
14152
14153 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
14154
14155         * reflection.c: When writing a PE file, don't create a huge
14156         buffer in memory. Just write the arrays we have to the file.
14157         This reduces memory usage.
14158
14159         * metadata-internals.h: MonoDynamicStream pefile is no longer used
14160         globally.
14161
14162 2004-11-17  Martin Baulig  <martin@ximian.com>
14163
14164         * class.c (mono_class_init): Don't setup `class->parent' for
14165         dynamic instances; moved this to mono_class_generic_2().
14166         (mono_class_create_generic): Also set `klass->inited' for dynamic
14167         generic instances.
14168         (mono_class_create_generic_2): Don't do anything for dynamic
14169         generic instances.  Set `klass->parent' here and also call
14170         mono_class_setup_parent() here. 
14171
14172         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
14173         `MonoType *parent' argument; set `ginst->parent' before calling
14174         mono_class_create_generic_2(), so we set the correct parent.
14175
14176 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
14177
14178         * reflection.c: allow getting attributes from ModuleBuilder
14179         (used by ikvm).
14180
14181 2004-11-17  Martin Baulig  <martin@ximian.com>
14182
14183         * class.c (mono_class_create_from_typedef): If a type parameter is
14184         inherited from an outer class, set its owner to that class.
14185
14186 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
14187
14188         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
14189           for (int*) written size. This fixes bug #69592.
14190
14191 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
14192
14193         * icall.c: Added IsAuthenticodePresnet internal call.
14194         * image.c|h: New function that check a MonoImage for an Authenticode
14195         signature in the certificate PE data directory.
14196         * security.c|h: New internal call to ask the runtime if an 
14197         Authenticode signature seems referenced in the PE header.
14198
14199 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
14200
14201         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
14202
14203         * reflection.c (mono_image_create_pefile): Free the assembly streams
14204         after writing out the assembly file.
14205
14206         * object.c (mono_runtime_run_main): Fix small memory leak.
14207
14208         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
14209         property access modifiers. Fixes #69389.
14210
14211 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
14212
14213         * domain.c, object.c, object-internals.h, domain-internals.h,
14214         object.h, marshal.c: keep dynamic code info per domain.
14215
14216 2004-11-15  Martin Baulig  <martin@ximian.com>
14217
14218         * class.c (mono_type_get_name_recurse): Put type arguments in
14219         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
14220         see bug #68387.
14221
14222 2004-11-15  Martin Baulig  <martin@ximian.com>
14223
14224         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
14225         (mono_class_setup_vtable): When computing `the_cname' for a
14226         generic instance, don't include the namespace since we'd otherwise
14227         add it twice.
14228
14229 2004-11-15  Martin Baulig  <martin@ximian.com>
14230
14231         * class.c (mono_class_create_generic): Changed return type to void.
14232         (mono_class_create_generic_2): New public function; setup
14233         `class->method', `class->field' and `class->interfaces' here
14234         instead of in mono_class_init().
14235
14236         * class.h (mono_class_create_generic): Moved to class-internals.h.
14237
14238 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
14239
14240         * reflection.c (mono_image_create_pefile): take a file HANDLE.
14241         rather than writing to memory, write to this file. Right now,
14242         we are just writting into a buffer, and copying that. However
14243         we can avoid the buffer later.
14244
14245         (mono_dynamic_stream_reset): new function
14246
14247         * icall.c, object-internals.h: update for the above.
14248
14249 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
14250
14251         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
14252         have been using gc'd memory. First it is slower, unlikely
14253         the comment in the source code said, secondly, it increases
14254         our footprint to do it in the gc.
14255
14256         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
14257         the method so that it does not have to copy to managed code.
14258
14259 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
14260
14261         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
14262
14263 2004-11-12  Martin Baulig  <martin@localhost>
14264
14265         * reflection.c (mono_image_create_token): Allow generic method
14266         definitions here, since they may appear in an `.override'; see
14267         gen-98/gen-99 for an example.
14268
14269 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
14270
14271         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
14272         #69365.
14273
14274         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
14275         descriptive.
14276
14277 2004-11-11  Martin Baulig  <martin@ximian.com>
14278
14279         * class.c (mono_class_setup_vtable): In an explicit interface
14280         implementation, the method name now includes the arity.
14281
14282 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
14283
14284         * object.c (mono_array_full_copy): Fix warning.
14285
14286 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
14287
14288         * appdomain.c: Removed look_for_method_by_name(). Use the new method
14289         mono_class_get_method_from_name() instead.
14290         
14291         * class-internals.h: Added two new types of wrappers. 
14292         Added MonoRemotingTarget enum. Added new trampoline function type, which
14293         takes an additional MonoRemotingTarget value as parameter, so it is
14294         possible to request a trampoline for a specific target.
14295         
14296         * class.c: Added new mono_class_get_method_from_name() method.
14297         
14298         * class.h: In MonoRemoteClass, we can have now to vtables, one for
14299         general remoting sinks and one specific for cross domain calls.
14300         
14301         * debug-helpers.c: Added new wrapper names.
14302         
14303         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
14304         of a remote class.
14305         
14306         * image.c: Porperly delete value objects form the remoting invoke hashtable.
14307         
14308         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
14309         with several other methods (mono_marshal_get_xappdomain_dispatch,
14310         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
14311         and others) can generate a fast remoting wrapper for cross domain calls.
14312         More information can be found in docs/remoting.
14313         Other changes: Removed mono_find_method_by_name, and used
14314         mono_class_get_method_from_name instead.
14315         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
14316         is stored in the remoting invoke hashtable.
14317         
14318         * marshal.h: published the new method for getting the xdomain wrapper,
14319         and also added a method for getting the adequate wrapper for a given
14320         method and target.
14321         
14322         * object-internals.h, object.c: Added a couple of methods for capying and
14323         cloning arrays.
14324         Modified mono_install_remoting_trampoline, which takes the new remoting
14325         trampoline that has a remoting target as parameter.
14326         mono_class_proxy_vtable now also takes a remoting target as parameter, and
14327         will return the most suitable vtable for the target.
14328         Added mono_remote_class_vtable, which returns the vtable of a remote class
14329         (which can be the normal remoting vtable or the xdomain vtable).
14330         
14331         * threads.c: the xdomain invoke and dispatch wrappers must also be
14332         protected against interruptions.
14333
14334 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14335
14336         * icall.c: use memmove in BlockCopyInternal when the source and
14337         destination arrays are the same.
14338
14339 2004-11-09  Martin Baulig  <martin@ximian.com>
14340
14341         * class-internals.h (MonoGenericContainer): Removed `method' and
14342         `signature', replaced them with `is_method' and `is_signature'
14343         flags.  Added `context'.
14344
14345         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
14346         instead of a `MonoGenericContainer *'.
14347
14348         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
14349         for dynamic type parameters.
14350         (mono_metadata_load_generic_params): Setup `container->context'.
14351
14352         * reflection.c (mono_reflection_setup_generic_class): Setup
14353         `tb->generic_container->context'.
14354         (do_mono_reflection_bind_generic_parameters): Use
14355         mono_class_inflate_generic_type() to correctly inflate types,
14356         rather than using our own hack just for MONO_TYPE_VAR.
14357
14358 2004-11-09  Martin Baulig  <martin@ximian.com>
14359
14360         * class.c (mono_class_inflate_generic_method): Small fix; don't
14361         crash here.
14362
14363         * icall.c
14364         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
14365         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
14366         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
14367         (ves_icall_Type_BindGenericParameters): Likewise.
14368         (ves_icall_Type_get_IsGenericInstance): Likewise.
14369         (ves_icall_Type_GetGenericParameterPosition): Likewise.
14370         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
14371         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
14372         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
14373
14374 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
14375
14376         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
14377         assembly versions and public key tokens. Fixes #69113.
14378
14379 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
14380
14381         * metadata.c: fix bug introduced with the type cache changes
14382         on 2004-11-06.
14383
14384 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
14385
14386         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
14387         the MonoClass pointer instead of the token in exception clauses.
14388         * reflection.c: updates for the above and make the code not depend
14389         on the structure of MonoExceptionClause.
14390
14391 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
14392
14393         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
14394         Add support for dynamic assemblies. Fixes #69114.
14395
14396         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
14397
14398 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
14399
14400         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
14401         since most only those methods use it. the code member of
14402         MonoMethodPInvoke was dead, so that can be removed too. Also,
14403         remove inline_count (again, not used), and move slot so that it
14404         can share bits with some other flags. This saves 8 bytes in the
14405         structure and gives us about 50 kb back for mcs helloworld.cs
14406
14407         * *.[ch]: Do naming changes for the above.
14408
14409         * loader.c (mono_method_get_header): Lazily init the header
14410         on first access.
14411         (mono_get_method_from_token): don't init the header here
14412         (mono_free_method): the header may never be allocated
14413
14414         Overall, this saves 150 kb of unmanaged allocations
14415         for mcs helloworld.cs. That accounts for 10% of the unmanaged
14416         memory at runtime.
14417         
14418         * loader.c, loader.h (mono_method_get_header): new accessor.
14419
14420         * *.[ch]: use the above method. Prepares us to lazily load
14421         the header.
14422
14423         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
14424         three warnings, which are actual bugs (see 69206).
14425
14426         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
14427         unused. Saves a cool 4 bytes / method.
14428
14429 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
14430
14431         * metadata.c (builtin_types): Add types for System.Object here.
14432         (mono_metadata_parse_type_full): Cache MonoType*'s that are
14433         for a class or valuetype from klass->this_arg or klass->byval_arg.
14434
14435         On mcs for a hello world, this gets us down from 21836 MonoType's
14436         to 14560.
14437
14438         (mono_metadata_free_type): Account for the above change.
14439
14440 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
14441
14442         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
14443         exception instead of asserting if name is null.
14444         (ves_icall_System_AppDomain_GetData): Ditto.
14445
14446 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
14447
14448         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
14449         EnumBuilder.
14450
14451         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
14452         Return NULL when the domain does not have entry_assembly set.
14453
14454         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
14455         Add a 'resource_modules' argument.
14456         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
14457
14458         * reflection.c (mono_reflection_create_runtime_class): Move setting
14459         of wastypebuilder here, so mono_get_type_object () returns a MonoType
14460         for enums too.
14461
14462         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
14463         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
14464         Throw an ArgumentNullException if 'ptr' is null.
14465
14466         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
14467         assemblies here. Fixes #69020.
14468
14469 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
14470
14471         * reflection.c (build_compressed_metadata): Fix the previous patch for
14472         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
14473         the stack.
14474
14475 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
14476
14477         * assembly.c (mono_assembly_names_equal): Allow a match if one of
14478         the cultures is false. Fixes #69090.
14479
14480         * reflection.c (build_compressed_metadata): Fix invalid memory read 
14481         detected by valgrind.
14482         
14483         * reflection.c (mono_reflection_get_type): Avoid triggering a 
14484         TypeResolve multiple times for the same type. Fixes #65577.
14485
14486 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
14487
14488         * marshal.c: Avoid using ldftn to call managed functions. It is
14489         much slower than just a call.
14490
14491         * reflection.c (mono_module_get_object): free the basename we
14492         allocate here from glib.
14493         
14494         * reflection.c (ensure_runtime_vtable): make sure to free
14495         overrides.  Also, we were allocating an array of MonoMethod not an
14496         array of MonoMethod*.
14497
14498         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
14499
14500         * image.c (mono_image_close): free image->guid here.
14501
14502 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
14503
14504         * reflection.c: Fix some spec conformance issues with the PE file
14505         structures so mcs compiled apps run on the Net 2.0 beta.
14506
14507 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
14508
14509         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
14510         Implement this. Fixes #67264.
14511
14512         * debug-helpers.h debug-helpers.c marshal.c: Move 
14513         mono_find_method_by_name to debug-helpers.c.
14514
14515 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
14516
14517         * object.c (mono_release_type_locks): type_initialization_hash is
14518         a GHashTable.
14519
14520         * reflection.c object.c object-internals.h: Fix warnings.
14521
14522         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
14523         without accessors. Fixes #61561.
14524
14525         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
14526         application base from the root domain if not set. Fixes #65641.
14527         (mono_runtime_init): Fix warning.
14528
14529 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14530
14531         * appdomain.c: call mono_thread_pool_init.
14532         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
14533         of worker threads based on the number of CPUs and the environment
14534         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
14535         for non-windows (windows) systems.
14536
14537 2004-10-27  Chris Toshok  <toshok@ximian.com>
14538
14539         * mono-debug-debugger.c (write_class): don't call mono_class_init
14540         here, as even with the check for (!klass->init_pending), we get
14541         into a situation where we're hitting cycles in class
14542         initialization.  Fixes #68816.
14543
14544 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
14545
14546         * image.c: Avoid overwriting values in the loaded_images_hash when an
14547         assembly is loaded multiple times. Fixes #61152.
14548
14549         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
14550         so multiple satellite assemblies for the same name can be loaded.
14551         Fixes #68259.
14552
14553         * mono_domain_assembly_preload: Actually return the loaded assembly, 
14554         not NULL.
14555
14556         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
14557         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
14558
14559         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
14560         pending finalizers are not invoked after the appdomain has been 
14561         unloaded. Fixes #67862.
14562
14563 2004-10-22  Martin Baulig  <martin@ximian.com>
14564
14565         * mono-debug-debugger.c
14566         (mono_debugger_runtime_invoke): Don't box valuetypes.
14567
14568 2004-10-22  Chris Toshok  <toshok@ximian.com>
14569
14570         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
14571         don't hide private methods.
14572
14573 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
14574
14575         * icall.c: Allows the runtime to "share" (when known) the public key
14576         token of an assembly. This avoid the need to recalculate the token 
14577         (from the public key) in managed code.
14578
14579 2004-10-21  Chris Toshok  <toshok@ximian.com>
14580
14581         * debug-helpers.c (append_class_name): argh, revert last patch.
14582         
14583 2004-10-21  Chris Toshok  <toshok@ximian.com>
14584
14585         * debug-helpers.c (append_class_name): use '+' as the delimiter,
14586         not '/', so that it matches what the debugger uses to look up
14587         methods.
14588
14589 2004-10-21  Martin Baulig  <martin@ximian.com>
14590
14591         * mono-debug-debugger.c (mono_debugger_throw_exception): New
14592         public method; this is called each time an exception is thrown and
14593         allows the debugger to use exception catch points.
14594
14595 2004-10-21  Martin Baulig  <martin@ximian.com>
14596
14597         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
14598         the stack pointer and the exception object in some struct and pass
14599         that to the debugger.
14600
14601 2004-10-21  Chris Toshok  <toshok@ximian.com>
14602
14603         * mono-debug-debugger.c (do_write_class): add instance/static
14604         event support.  We don't expose "raise" or "other" yet.
14605         (event_is_static): new method.
14606
14607 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
14608
14609         * mono-debug-debugger.c
14610         (mono_debugger_handle_exception): Remove
14611         bogus return value for fussy compilers.
14612
14613 2004-10-20  Martin Baulig  <martin@ximian.com>
14614
14615         * mono-debug-debugger.c
14616         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
14617         (mono_debugger_handled_exception): Likewise.
14618
14619 2004-10-20  Martin Baulig  <martin@ximian.com>
14620
14621         * mono-debug-debugger.h (MonoDebuggerEvent): Added
14622         MONO_DEBUGGER_EVENT_EXCEPTION.
14623
14624         * mono-debug-debugger.c (mono_debugger_handle_exception): New
14625         public function to send the debugger a notification for an
14626         exception and inform it about a catch/finally clause.
14627
14628 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
14629
14630         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
14631         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
14632         fix 2.95 build. 
14633
14634         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
14635
14636 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
14637
14638         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
14639         marshalled as [In,Out]. Fixes #58325.
14640
14641 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
14642
14643         * reflection.c (mono_method_body_get_object): Implement some fields.
14644
14645 2004-10-12  Martin Baulig  <martin@ximian.com>
14646
14647         * reflection.c (mono_reflection_bind_generic_parameters): Small
14648         fix, correctly retrieve our parent from a generic instance.
14649
14650 2004-10-12  Martin Baulig  <martin@ximian.com>
14651
14652         * metadata.c (mono_metadata_generic_param_equal): We always have
14653         an owner.
14654
14655         * class.c
14656         (mono_class_from_generic_parameter): We need to have an owner.
14657         (my_mono_class_from_generic_parameter): Likewise.
14658
14659         * reflection.c (mono_reflection_setup_generic_class): Renamed to
14660         mono_reflection_create_generic_class() and added a new
14661         mono_reflection_setup_generic_class().  
14662         (mono_reflection_initialize_generic_param): If we're a nested
14663         generic type and inherited from the containing class, set our
14664         owner to the outer class.
14665
14666 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
14667
14668         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
14669
14670         * reflection.c (mono_method_body_get_object): New function to create
14671         a MethodBody object.
14672
14673         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
14674
14675 2004-10-11  Martin Baulig  <martin@ximian.com>
14676
14677         * metadata.c (_mono_metadata_type_equal): Renamed to
14678         do_mono_metadata_type_equal() and made static.
14679
14680 2004-10-11  Martin Baulig  <martin@ximian.com>
14681
14682         * appdomain.c: Bump corlib version number to 28.
14683
14684 2004-10-10  Martin Baulig  <martin@ximian.com>
14685
14686         * class-internals.h
14687         (MonoGenericInst): Added `MonoGenericContainer *container'.
14688         (MonoGenericMethod): Likewise.
14689         (MonoGenericContext): Likewise.
14690         (MonoGenericParam): Added `MonoGenericContainer *owner'.
14691
14692         * metadata.c
14693         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
14694         (do_mono_metadata_parse_generic_inst): Likewise.
14695         (mono_metadata_parse_type_full): New public method.  This is the actual
14696         mono_metadata_parse_type() implementation - with an additional
14697         `MonoGenericContainer *' argument.
14698         (mono_metadata_parse_array_full): Likewise.
14699         (mono_metadata_parse_signature_full): Likewise.
14700         (mono_metadata_parse_method_signature_full): Likewise.
14701         (mono_metadata_parse_mh_full): Likewise.
14702         (mono_type_create_from_typespec): Likewise.
14703         (mono_metadata_interfaces_from_typedef_full): New public method;
14704         this is similar to the other _full() methods, but we take a
14705         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
14706         (mono_metadata_parse_generic_param): Take an additional
14707         `MonoGenericContainer *' argument and lookup the MonoGenericParam
14708         from that container.
14709         (mono_metadata_generic_param_equal): New static method to compare
14710         two type parameters.
14711         (_mono_metadata_type_equal): New static method; takes an
14712         additional `gboolean signature_only' argument - if true, we don't
14713         compare the owners of generic parameters.
14714         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
14715         with a TRUE argument - do a signature-only comparision.
14716
14717         * loader.c: Use the new _full() methods and pass the
14718         MonoGenericContainer to them.
14719
14720         * object-internals.h (MonoReflectionTypeBuilder): Added
14721         `MonoGenericContainer *generic_container' field.
14722         (MonoReflectionMethodBuilder): Likewise.
14723
14724 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
14725
14726         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
14727         case initial images of dynamic assemblies.
14728
14729         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
14730
14731         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
14732
14733         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
14734         length of event->other array.
14735         (typebuilder_setup_events): Ditto.
14736
14737         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
14738         'assembly_by_name' and add an 'assemblies' list.
14739
14740         * assembly.h assembly.c: Add a new search hook for determining whenever
14741         an assembly is already loaded. Use this instead of searching in the
14742         loaded_assemblies list.
14743
14744         * domain.c appdomain.c: Implement the new search hook so loaded 
14745         assemblies are now scoped by appdomain. Fixes #67727.
14746
14747 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
14748
14749         * threads.c (mono_thread_attach): Initialize synch_lock field so
14750         mono_thread_detach works again.
14751
14752         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
14753         'lib' too. Fixes #63130.
14754
14755 2004-10-06  Jackson Harper  <jackson@ximian.com>
14756
14757         * culture-info-tables.h: regenerated.
14758
14759 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
14760
14761         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
14762         implemented by other interfaces in the result. Fixes #65764.
14763         
14764         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
14765         Handle unloadable modules without crashing.
14766
14767         * image.c (load_modules): Revert the previous patch since modules must
14768         have a fixed index inside the array.
14769         
14770         * image.c (load_modules): Don't include native modules in the modules
14771         array.
14772
14773 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
14774
14775         * reflection.h: Add param_defaults field.
14776
14777         * reflection.c: Add support for parameter defaults in dynamic methods.
14778         Fixes #64595.
14779
14780         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
14781         an empty string when a type has no namespace. Fixes #64230.
14782
14783 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
14784
14785         * tabledefs.h: Added "internal" security actions to support non-CAS
14786         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
14787         Note: they do not seems to be used anymore in 2.0 (new metadata format)
14788
14789 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
14790
14791         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
14792         constructor of abstract class. Fixes #61689.
14793
14794 2004-10-04  Martin Baulig  <martin@ximian.com>
14795
14796         * class-internals.h (MonoGenericContainer): New type.
14797         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
14798         `MonoGenericContainer *generic_container'.
14799         (MonoClass): Replaced `gen_params' and `num_gen_params' with
14800         `MonoGenericContainer *generic_container'.
14801
14802         * metadata.c (mono_metadata_load_generic_params): Return a
14803         `MonoGenericContainer *' instead of a `MonoGenericParam *';
14804         removed the `num' argument.
14805
14806 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
14807
14808         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
14809         for dynamic images.
14810
14811         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
14812         machine fields.
14813
14814         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
14815
14816         * reflection.c: Save pe_kind and machine values into the generated
14817         image file.
14818
14819         * appdomain.c: Bump corlib version number.
14820
14821         * object-internals.h: Reorganize layout of LocalBuilder.
14822
14823         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
14824         New helper function.
14825
14826         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
14827         created MonoType for dynamic types. Fixes #66180.
14828
14829 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
14830
14831         * threadpool.c: the ares hashtable needs a critical section around it.
14832         this prevents some nasty segfaults
14833
14834 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
14835
14836         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
14837         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
14838         bug 67324).
14839         
14840 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
14841
14842         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
14843         
14844 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
14845
14846         * image.c: Always canonicalize image file names, to avoid loading
14847         the same assembly twice when referenced using a relative path.
14848
14849 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
14850
14851         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
14852
14853         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
14854
14855         * marshal.c: Fix warnings.
14856
14857 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
14858
14859         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
14860         attempting to marshal the delegate_trampoline as the method_addr.
14861         This patch has a static hashtable of marshalled delegates so that 
14862         we can map delegate_trampoline addresses back to delegates.  This
14863         allows a delegate passed to managed code to be passed back into native
14864         code.  Fixes #67039
14865
14866 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
14867
14868         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
14869
14870         * reflection.c (method_encode_code): Align method headers properly.
14871         Fixes #66025.
14872
14873 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
14874
14875         * marshal.c: In the runtime invoke wrapper, reset the abort
14876         exception if it is cached. This avoids the automatic rethrowal of 
14877         the exception after the catch of the wrapper. Also check for pending
14878         interruptions before calling the managed method. This is done using
14879         the new method emit_thread_force_interrupt_checkpoint, since the
14880         normal checkpoint method is ignored when running the invoke wrapper.
14881         * object.c: If the abort exception is rethrown, set the abort_exc
14882         field of the thread, so it will be rethrown aftere every catch.
14883         * threadpool.c: Only run an interruption checkpoint if what has been
14884         requested is a stop of the thread (aborts will be ignored).
14885         * threads.c: By default, a thread will now never be interrumped while
14886         running the runtime invoke wrapper (this ensures that runtime_invoke
14887         will always return to the caller if an exception pointer is provided).
14888         There is a new special method mono_thread_force_interruption_checkpoint()
14889         to force an interruption checkpoint even if running a protected
14890         wrapper, which is used by the same runtime invoke wrapper to do a check
14891         at a safe point.
14892
14893 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
14894
14895         * object.c, object-internals.h: Implemented mono_release_type_locks,
14896         which releases the cctor locks held by a thread.
14897         * threads.c, threads.h: In thread_cleanup, release cctor locks held
14898         by a thread. Added mono_thread_exit() method to be used to safely stop
14899         a thread.
14900
14901 2004-09-28  Raja R Harinath  <rharinath@novell.com>
14902
14903         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
14904         Move null check before dereference.  Avoid indexing beyond the end
14905         of the 'modules' array.
14906
14907 2004-09-28  Raja R Harinath  <rharinath@novell.com>
14908
14909         * metadata-internals.h (MonoImage): Add module_count field.
14910         * image.c (load_modules): Set image->module_count.
14911         (mono_image_load_file_for_image): Use image->module_count.
14912         * reflection.c (mono_image_load_module): Append to image->modules array 
14913         of dynamic assembly.
14914         (mono_module_get_object): Fix loop to actually increment index.
14915         Use image->module_count.
14916         * assembly.c (mono_assembly_load_references): Use image->module_count.
14917         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
14918         Likewise.
14919
14920 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
14921
14922         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
14923         Avoid assert on generic types.
14924
14925 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
14926
14927         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
14928
14929         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
14930
14931         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
14932         function to convert a MarshalSpec structure to its managed counterpart.
14933
14934         * reflection.c: Fix warnings.
14935         
14936         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
14937         field.
14938
14939         * icall.c (mono_create_icall_signature): Fix build.
14940
14941 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
14942
14943         * icall.c: Add MakePointType icall.
14944
14945         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
14946         warnings.
14947
14948 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14949
14950         * threadpool.c: reuse allocated slots in the queue.
14951
14952 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
14953
14954         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
14955
14956         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
14957
14958         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
14959         previous change.
14960
14961         * tabledefs.h: Add constants for pinvoke attributes BestFit and
14962         ThrowOnUnmappableChar.
14963
14964         * icall.c (ves_icall_Type_GetPacking): New icall.
14965
14966 2004-09-24  Martin Baulig  <martin@ximian.com>
14967
14968         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
14969
14970 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14971
14972         * appdomain.c:
14973         (mono_domain_set): allow setting a domain that is being unloaded.
14974         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
14975         being unloaded.
14976
14977 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
14978
14979         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
14980         the GetCustomAttributes icall.
14981
14982 2004-09-23  Martin Baulig  <martin@ximian.com>
14983
14984         * object-internals.h (MonoReflectionGenericParam): Replaced
14985         'has_ctor_constraint', `has_reference_type' and `has_value_type'
14986         with `guint32 attrs'.
14987
14988 2004-09-23  Martin Baulig  <martin@ximian.com>
14989
14990         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
14991
14992 2004-09-23  Martin Baulig  <martin@ximian.com>
14993
14994         * object-internals.h (GenericParameterAttributes): New enum.
14995
14996 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
14997
14998         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
14999         
15000         * class.c (init_events): Fill out event->other field.
15001
15002         * class.c: Fix warnings.
15003
15004         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
15005
15006 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
15007
15008         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
15009         walk which doesn't supply the IL offset.
15010
15011 2004-09-22  Martin Baulig  <martin@ximian.com>
15012
15013         * reflection.c (mono_reflection_setup_internal_class): If we're
15014         System.ValueType, System.Object or System.Enum, set
15015         `klass->instance_size' and create the vtable.
15016         (mono_reflection_create_internal_class): If we're an enum type,
15017         get the base class from our current corlib.
15018
15019 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
15020
15021         * reflection.h (MonoResolveTokenError): New type.
15022
15023         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
15024         icall.
15025
15026         * icall.c: Add an 'error' argument to the ResolveToken icalls.
15027
15028 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
15029
15030         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
15031         Support also calling constructors, but only for already allocated objects.
15032
15033 2004-09-17  Geoff Norton <gnorton@customerdna.com>
15034
15035         * reflection.c (type_get_qualified_name): If the klass is null
15036         return the typename to avoid a NullRefEx.
15037         (encode_cattr_value): Get the qualified name of the boxed type,
15038         not the underlying enumtype.  Fixes #62984.
15039
15040 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
15041
15042         * marshal.c: Fix problems with previous checkin.
15043
15044 2004-09-21    <vargaz@freemail.hu>
15045
15046         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
15047         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
15048
15049         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
15050
15051 2004-09-21  Geoff Norton <gnorton@customerdna.com>
15052
15053         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
15054         should only return a type for pointers, arrays, and passbyref types.
15055         Fixes bug #63841.
15056
15057 2004-09-21  Martin Baulig  <martin@ximian.com>
15058
15059         * domain.c (mono_debugger_check_runtime_version): New public
15060         function.
15061
15062         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
15063
15064 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
15065
15066         * reflection.c: Added missing sort to the declarative security 
15067         attributes table. MS implementation stops seeing the attributes if the
15068         token number regress in the table (as shown by ildasm and permview).
15069
15070 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
15071
15072         * object-internals.h (MonoReflectionModule): Add 'token' field.
15073         
15074         * reflection.c (mono_reflection_get_token): Add support for Module
15075         and Assembly.
15076         (mono_module_get_object): Set 'token' field.
15077         (mono_module_file_get_object): Set 'token' field.
15078
15079         * icall.c: Add new Assembly and Module icalls.
15080
15081         * appdomain.c: Bump corlib version.
15082
15083 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
15084
15085         * loader.h loader.c class.h class.c: Add helper functions for obtaining
15086         tokens of metadata objects.
15087
15088         * reflection.h reflection.c (mono_reflection_get_token): New function
15089         to obtain the token of a metadata object.
15090
15091         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
15092
15093 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
15094
15095         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
15096         
15097         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
15098
15099 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
15100
15101         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
15102         * object-internals.h: Added 3 MonoArray* members to MonoReflection
15103         AssemblyBuilder to access the permissions set in the class lib.
15104         * reflection.c: Added security attributes encoding step in 
15105         mono_image_build_metadata.
15106         * tabledefs.h: Added new security actions defined in 2.0:
15107         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
15108
15109 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
15110
15111         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
15112         macro parameter.
15113
15114 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
15115  
15116         * locales.c: nullify the ICU_collator member of CompareInfo when it is
15117           finalized. There where random SIGSEVs at program termination, when
15118           an object being finalized was trying to do a string comparison and
15119           the current culture was already finalized.
15120  
15121 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15122
15123         * threads.c: call thread_cleanup before finishing the thread if we get
15124         there.
15125
15126 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
15127
15128         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
15129         assemblies from the parent. Fixes #65665.
15130
15131 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
15132
15133         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
15134         modifiers.
15135
15136 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
15137
15138         * reflection.h: add prototype for mono_get_dbnull_object
15139         * reflection.c: add prototypes for get_default_param_value_blobs 
15140         and mono_get_object_from_blob for fussier compilers
15141
15142 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
15143  
15144         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
15145         false deadlock checks in class initialization.
15146  
15147 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
15148
15149         * image.c (mono_image_addref): Fix comment.
15150
15151         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
15152         possible.
15153
15154 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
15155
15156         * reflection.c (mono_param_get_objects): Modified to return
15157         ParameterInfo.DefaultValue object.
15158
15159         (get_default_param_value_blobs):
15160         (mono_get_object_from_blob):
15161         (mono_get_dbnull_object): New helper routines. 
15162
15163         * object.c (mono_get_constant_value_from_blob): New helper routine
15164         carved out from get_default_field_value ()
15165
15166         * object-internals.h (mono_get_constant_value_from_blob): Added
15167         function declaration.
15168
15169 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
15170
15171         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
15172         referenced assemblies. Fixes #62135.
15173
15174         * exception.h exception.c (mono_get_exception_file_not_found2): New
15175         helper function.
15176
15177 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
15178
15179         * class.h class.c: Add mono_type_get_underlying_type ().
15180
15181 2004-09-09  Geoff Norton <gnorton@customerndna.com>
15182
15183         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
15184         Fix GetTypes() to support dynamically created assemblies.
15185
15186 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
15187
15188         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
15189         
15190         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
15191         previous patch.
15192
15193         * reflection.h reflection.c loader.c: Allow dynamic construction of
15194         pinvoke methods. Fixes #65571.
15195         
15196         * reflection.c (mono_reflection_get_type): Revert previous change since
15197         it causes regressions.
15198
15199 2004-09-08  Martin Baulig  <martin@ximian.com>
15200
15201         * class.c (class_compute_field_layout): Don't call
15202         mono_class_layout_fields() for open generic instances.
15203
15204 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
15205         * threads.c appdomain.c: fix typo in GC macro
15206
15207 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15208
15209         * threads.c: don't call mono_thread_detach() in start_wrapper(),
15210         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
15211
15212 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
15213
15214         * image.c (mono_image_close): Applied patch from 
15215         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
15216         assembly is loaded multiple times from data.
15217         
15218         * image.c (mono_image_open): Fix warning.
15219
15220 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
15221
15222         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
15223         once. Fixes #58334.
15224         
15225         * reflection.c (mono_reflection_create_runtime_class): Initialize
15226         klass->nested_classes. Fixes #61224.
15227
15228 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
15229
15230         * threads.c: sched_yield() on exit, to allow threads to quit.
15231
15232 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
15233
15234         * object.c (mono_unhandled_exception): Remove leftover debug code.
15235
15236 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
15237
15238         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
15239
15240 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
15241
15242         * marshal.c (emit_marshal_array): Really null terminate string arrays.
15243         
15244         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
15245
15246 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
15247
15248         * marshal.c (emit_marshal_array): Null terminate string arrays.
15249         
15250         * marshal.c (raise_auto_layout_exception): Fix warning.
15251
15252         * reflection.c (mono_param_get_objects): Initialize the default value
15253         with DBNull.Value, not null. Fixes #62123.
15254
15255 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
15256
15257         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
15258         throw an exception with a cute explanation.
15259
15260 2004-09-06  Dick Porter  <dick@ximian.com>
15261
15262         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
15263         Close the new process's thread handle, as we don't use it.  The
15264         handle stays around forever otherwise.
15265
15266 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
15267
15268         * object.c (arith_overflow): Fix warning.
15269
15270         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
15271         calling conventions in method refs. Fixes #65352.
15272
15273         * reflection.c: Fix warnings.
15274
15275 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
15276
15277         * icall.c: Add a new icall for Array.Clear
15278
15279 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
15280
15281         * object.c: When allocating an array, we have to throw
15282         an overflow exception if any of the lengths are < 0.
15283
15284 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
15285
15286         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
15287         properly. Also move implementation of string array marshalling to 
15288         managed code. Fixes #42316.
15289
15290 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15291
15292         * assembly.c: provide more information when loading an assembly fails.
15293
15294 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15295
15296         * filewatcher.c: don't expect the development fam package to be
15297         installed.
15298
15299 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
15300
15301         * marshal.c: Make a copy of the signature cookie since it will be
15302         freed by the caller.
15303         
15304         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
15305
15306         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
15307
15308         * metadata.c (mono_metadata_free_marshal_spec): New function to free
15309         marshal specs.
15310
15311         * marshal.c: More refactoring.
15312         
15313         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
15314         smaller functions.
15315
15316 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
15317
15318         * object.c: In mono_message_invoke, fill the output parameter array after
15319           calling the managed method (it was done before the call). This fixes
15320           bug #59299.
15321
15322 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
15323
15324         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
15325         as well.
15326
15327 2004-09-02  Martin Baulig  <martin@ximian.com>
15328
15329         * class.c (mono_class_instance_size): Don't allow generic type
15330         definitions or open generic instances.
15331         (mono_class_array_element_size): If we're a value type, call
15332         mono_class_instance_size() on the original class.
15333
15334         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
15335         handle generic instances.
15336
15337         * mono-debug-debugger.c (write_type): Handle generic instances
15338         like classes.
15339
15340 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
15341
15342         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
15343         the allocation request fails. Fixes #65089.
15344
15345         * object.c (mono_runtime_free_method): Do not call mono_free_method.
15346         
15347         * object.c (mono_runtime_free_method): New function to free a dynamic
15348         method.
15349
15350         * marshal.c (mono_delegate_free_ftnptr): New function to free the
15351         delegate trampoline.
15352
15353         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
15354         with hasthis as dynamic,
15355
15356         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
15357
15358         * domain.c (mono_jit_info_table_remove): New function to remove an
15359         entry from the jit info table.
15360
15361         * class-internals.h (MonoMethod): Add 'dynamic' field.
15362
15363         * loader.c: Fix warnings.
15364
15365 2004-09-01  Martin Baulig  <martin@ximian.com>
15366
15367         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
15368         instead of mono_debugger_lock() because the latter one is a no-op
15369         unless running in the debugger.
15370
15371 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
15372
15373         * class.c (class_compute_field_layout): Classes with auto-layout or
15374         reference fields are not blittable.
15375         
15376 2004-09-01  Dick Porter  <dick@ximian.com>
15377
15378         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
15379         mono_image_get_filename() to get the assembly location.
15380
15381         * icall.c:
15382         * metadata.h: Fix compile warnings
15383
15384 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
15385
15386         * class.c (class_compute_field_layout): System.Object is blittable.
15387
15388         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
15389         as in/out. Fixes #59909.
15390
15391 2004-09-01  Martin Baulig  <martin@ximian.com>
15392
15393         * metadata.h (MONO_TYPE_ISREFERENCE): Call
15394         mono_metadata_generic_inst_is_valuetype() if we're a generic
15395         instance to check whether our underlying type is a reference type.
15396
15397 2004-09-01  Martin Baulig  <martin@ximian.com>
15398
15399         * metadata.c (mono_type_size): If we're a generic instance, call
15400         mono_class_value_size() for value types.
15401
15402 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
15403
15404         * marshal.c: Implement more custom marshalling functionality. Fixes
15405         #64915.
15406
15407 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
15408
15409         * mono-debug.c, debug-mono-symfile.c: add some locking love.
15410
15411 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
15412
15413         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
15414
15415         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
15416
15417         * icall.c: Fix some warnings.
15418
15419         * threads.c (abort_appdomain_thread): Fix unref errors.
15420         (mono_thread_current): Fix THREAD_DEBUG define.
15421
15422 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
15423
15424         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
15425
15426         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
15427
15428 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
15429
15430         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
15431         string arrays.
15432
15433 2004-08-28  Martin Baulig  <martin@ximian.com>
15434
15435         * metadata.c
15436         (mono_metadata_generic_inst_is_valuetype): New public function.
15437
15438         * metadata.h (MONO_TYPE_ISSTRUCT): Call
15439         mono_metadata_generic_inst_is_valuetype() if we're a generic
15440         instance to check whether our underlying type is a valuetype.
15441
15442 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
15443
15444         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
15445         #63768.
15446
15447 2004-08-25  Martin Baulig  <martin@ximian.com>
15448
15449         * loader.c (mono_get_method_from_token): Abstract methods can also
15450         be generic and thus have type parameters.
15451
15452         * metadata-internals.h
15453         (MonoDynamicImage): Added `GPtrArray *gen_params'.
15454
15455         * reflection.c (mono_image_get_generic_param_info): Don't create a
15456         metadata row, just add an entry to the `gen_params' array.
15457         (build_compressed_metadata): Sort the `gen_params' array and then
15458         actually create the metadata.
15459
15460 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15461
15462         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
15463
15464 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
15465
15466         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
15467
15468 2004-08-24  Martin Baulig  <martin@ximian.com>
15469
15470         * class.cs (mono_class_is_subclass_of): Like an interface, a
15471         generic instance also derives from System.Object.
15472
15473 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
15474
15475         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
15476         custom modifiers to be in any order. Fixes #61990.
15477
15478 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
15479
15480         * object.c: Register mono_object_new_fast icall.
15481         
15482         * object.c (mono_class_get_allocation_ftn): Return to calling
15483         mono_object_new_fast, since it seems faster to compute the object 
15484         size in unmanaged code than passing it as a parameter.
15485
15486         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
15487
15488         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
15489         this function with Boehm as the oom handler, so we don't have to check
15490         the result of GC_malloc.
15491
15492         * object.c: Remove checks for oom.
15493
15494         * object.h object.c (mono_class_get_allocation_ftn): New function to
15495         return the icall which can be used to allocate an instance of a given
15496         class. 
15497
15498         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
15499
15500         * class-internals.h: Add 'enabled' field.
15501
15502 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
15503
15504         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
15505
15506 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
15507         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
15508         value 0x0010.
15509
15510 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
15511
15512         * appdomain.c: use the Tls function for appdomain too,
15513         at Zoltan's request. Actually return in mono_context_get
15514
15515         * appdomain.c, profiler.c, threads.c: use __thread
15516
15517 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
15518
15519         * appdomain.c threads.c: Call GC_CreateThread on windows.
15520
15521         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
15522         multiple libraries since this don't work on windows.
15523
15524 2004-08-18  Martin Baulig  <martin@ximian.com>
15525
15526         * class-internals.h
15527         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
15528         MonoMethodHeader.
15529
15530         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
15531         MonoMethodNormal since we also need it for abstract and interface
15532         methods.
15533
15534         * reflection.c
15535         (build_compressed_metadata): Sort the GenericParam table.
15536         (mono_image_create_token): Added `gboolean create_methodspec'
15537         argument; this is false when generating a MethodImpl token.
15538         (reflection_methodbuilder_to_mono_method): Abstract and interface
15539         methods may also have generic parameters.
15540
15541 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
15542
15543         * appdomain.c: thread local alloc
15544
15545 2004-08-17  Martin Baulig  <martin@ximian.com>
15546
15547         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
15548
15549         * icall.c
15550         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
15551         argument.
15552
15553         * class.c (mono_type_get_full_name): New public function.
15554         (mono_type_get_name): Don't include the type arguments.
15555
15556 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
15557
15558         * Makefile.am: Build static versions of libmetadata and libmonoruntime
15559         for inclusion into the mono executable.
15560
15561 2004-08-16  Martin Baulig  <martin@ximian.com>
15562
15563         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
15564         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
15565
15566 2004-08-14  Martin Baulig  <martin@ximian.com>
15567
15568         * class.c (dup_type): Also copy the `byref' field.
15569
15570 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
15571
15572         * reflection.c (create_dynamic_mono_image): Revert the last change 
15573         since it breaks bootstrap.
15574
15575 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
15576
15577         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
15578
15579         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
15580         not free them with g_free.
15581
15582 2004-08-11  Martin Baulig  <martin@ximian.com>
15583
15584         * reflection.c (mono_reflection_setup_internal_class): Also call
15585         mono_class_setup_mono_type() if we already have a `tb->type.type'.
15586
15587 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
15588
15589         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
15590         called during default (first) AppDomain creation. Keep track of
15591         Evidence when loading assemblies.
15592
15593 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
15594
15595         * opcodes.c, opcodes.h: reduce runtime relocations.
15596
15597 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
15598
15599         * culture-info.h, locales.c: fixes and chages to sue the new
15600         optimized format of the locale data.
15601         * culture-info-tables.h: regenerated.
15602
15603 2004-08-06  Geoff Norton <gnorton@customerdna.com>
15604         
15605         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
15606
15607 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
15608
15609         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
15610         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
15611         * domain-internals.h: icall declaration.
15612         * icall.c: icall registration.
15613         * object-internals.h: New fields in MonoAssembly for CAS.
15614
15615 2004-08-05  Duncan Mak  <duncan@ximian.com>
15616
15617         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
15618         CEE_LDELEM_ANY.
15619
15620 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
15621
15622         * reflection.c: fix to deal with object[] arrays in custom ctors
15623         (bug #62550).
15624
15625 2004-08-05  Martin Baulig  <martin@ximian.com>
15626
15627         * class.c (mono_class_array_element_size): Added support for
15628         generic instances and correctly handle "recursive" types.
15629
15630 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
15631
15632         * assembly.c: Fix warnings.
15633
15634 2004-08-04  Martin Baulig  <martin@ximian.com>
15635
15636         * class.c
15637         (mono_type_get_name_recurse): Added `gboolean include_arity'
15638         argument specifying whether or not we should include the generic
15639         arity in the type name.
15640         (_mono_type_get_name): New static function.
15641         (mono_class_setup_vtable): If we're a generic instance, don't
15642         include the generic arity in the names of explicit method
15643         implementations.        
15644
15645 2004-08-03  Martin Baulig  <martin@ximian.com>
15646
15647         * class.c (mono_type_get_name_recurse): Enclose the generic type
15648         arguments in `<', '>'.
15649
15650 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
15651
15652         * gc.c: make GC warning messages use the trace API, they are just
15653         noise to most of the users.
15654
15655 2004-08-03  Martin Baulig  <martin@ximian.com>
15656
15657         * debug-mono-symfile.c (read_string): Correctly read the string.
15658
15659 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
15660
15661         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
15662         
15663         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
15664         icalls.
15665         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
15666
15667 2004-07-30  Martin Baulig  <martin@ximian.com>
15668
15669         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
15670         Reflect latest symbol writer changes.   
15671
15672 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
15673
15674         * object.c: always create an object if null is passed
15675         to Invoke() where a valuetype is expected.
15676
15677 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
15678
15679         * marshal.c (mono_marshal_init): make managed
15680         signatures match native ones better for 64bits.
15681
15682 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15683
15684         * appdomain.c: hack to build correctly the private bin path on windows.
15685         Fixes bug #61991.
15686
15687 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
15688
15689         * assembly.c: Load mscorlib from the correct framework directory
15690           (mono/<version>/mscorlib.dll).
15691         * appdomain.h: Added prototypes for new functions.
15692         * internals.h: Added some prototypes.
15693         * domain.c: When initializing the runtime, get from the executable and
15694           the configuration files the runtime version that the app supports.
15695           Added support methods for reading app.exe.config. Added list of versions
15696           supported by the JIT. Added two new methods: mono_init_from_assembly,
15697           which initializes the runtime and determines the required version from
15698           the provided exe file, and mono_init_version, which initializes
15699           the runtime using the provided version.
15700         * icall.c: Get machine.config from version-specific directory.
15701         * reflection.c: When generating an image, embed the version number
15702           of the current runtime.
15703
15704 2004-07-28  Dick Porter  <dick@ximian.com>
15705
15706         * socket-io.c
15707         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
15708         returned sockaddr size before creating the remote address object.
15709         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
15710         61608.
15711
15712 2004-07-28  Dick Porter  <dick@ximian.com>
15713
15714         * locales.c (string_invariant_compare_char): Fix invariant char
15715         compares between upper and lower cases.  Fixes bug 61458.
15716
15717 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
15718         
15719         * marshal.c: actually cache stelem.ref wrappers.
15720         
15721 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
15722
15723         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
15724         sections and remove the mono_cli_rva_map () function.
15725
15726 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
15727
15728         * debug-mono-symfile.c: fix one more endianess issue, from a patch
15729         by Geoff Norton (<gnorton@customerdna.com>).
15730
15731 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
15732
15733         * class.c: fix class loads for pointer types (typeof(int) !=
15734         typeof(int*)).
15735
15736 2004-07-27  Martin Baulig  <martin@ximian.com>
15737
15738         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
15739         reading the debugging information from an external ".mdb" file.
15740
15741 2004-07-24  Martin Baulig  <martin@ximian.com>
15742
15743         * reflection.c (mono_image_get_type_info): Only write a class
15744         layout entry if we actually have a size or a packing size.
15745
15746 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
15747
15748         * reflection.c (type_get_fully_qualified_name): 
15749         insert cast to get type checking of ?: with non-gcc compilers
15750
15751 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
15752
15753         * rand.c: use g_getenv for both lookups of
15754         MONO_EGD_SOCKET
15755
15756 2004-07-17  Martin Baulig  <martin@ximian.com>
15757
15758         * reflection.c (mono_reflection_bind_generic_method_parameters):
15759         Set `gmethod->reflection_info'.
15760
15761 2004-07-17  Martin Baulig  <martin@ximian.com>
15762
15763         * class.c (mono_class_create_from_typedef): Insert the newly
15764         created class into the hash table before computing the interfaces
15765         since we could be called recursively.
15766
15767 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
15768
15769         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
15770         function to implement stelem.ref in managed code
15771         * class-internals.h, debug-helpers.c: a new wrapper type
15772         for the above.
15773
15774 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
15775
15776         * gc.c: allow GC handles to work even when no GC is compiled in.
15777         Fix part of bug #61134 (GetAddrOfPinnedObject).
15778
15779 2004-07-13  Peter Williams  <peter@newton.cx>
15780  
15781         * process.c (complete_path): Make sure we don't attempt to execute
15782         directories.
15783  
15784 2004-07-12  Geoff Norton <gnorton@customerdna.com>
15785
15786         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
15787           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
15788           and will add/subtract the hour if needed
15789
15790 2004-07-12  Martin Baulig  <martin@ximian.com>
15791
15792         * reflection.c (mono_field_get_object): If we have
15793         `field->generic_info', take the attributes from
15794         `field->generic_info->generic_type'.    
15795
15796 2004-07-12  Martin Baulig  <martin@ximian.com>
15797
15798         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
15799         This function must be called before initializing the runtime.
15800         (mono_debug_init_1): New function; call this after initializing
15801         the runtime, but before loading the assembly.  It tells the
15802         debugger to load corlib and the builtin types.
15803
15804         * mono-debug-debugger.c: Did some larger changes in the debugging
15805         code; support recursive class declarations, make sure we actually
15806         add all classes.
15807
15808 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15809
15810         * debug-helpers.c: undo my previous patch and fixed the real issue in
15811         ../mini/exceptions-x86.c
15812
15813 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15814
15815         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
15816         when no HOME env. variable was set and a NullRef was thrown in a .cctor
15817         called from other .cctors.
15818
15819 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
15820
15821         * loader.c: Removed the mono_loader_wine_init hack now that we are
15822         doing a managed version of Windows.Forms.
15823
15824 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
15825
15826         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
15827         threadpool.c, threads.c: remove static data from rootset.
15828
15829 2004-07-09  Dick Porter  <dick@ximian.com>
15830
15831         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
15832         Don't do any more processing if the matched length was 0.  It was
15833         increasing the size of the string before.  Fixes bug 61167.
15834
15835 2004-07-09  Dick Porter  <dick@ximian.com>
15836
15837         * socket-io.h:
15838         * socket-io.c
15839         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
15840         Add support for SO_PEERCRED if its available.
15841
15842 2004-07-09  Peter Bartok <pbartok@novell.com>
15843         * loader.c: winelib.exe.so error message is now only displayed if
15844         MONO_DEBUG is set. To help us avoid questions when people are trying
15845         out the new Managed.Windows.Forms.
15846
15847 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
15848
15849         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
15850         for isinst and castclass wrappers.
15851
15852         * class-internals.h icall.c: Move registration and lookup of JIT icalls
15853         to libmetadata from the JIT, so they could be used by the marshalling
15854         code and the interpreter.
15855
15856         * marshal.c: Register marshalling related JIT icalls here instead of
15857         in mini.c. Use CEE_MONO_ICALL instead of the family of 
15858         CEE_MONO_PROC<x> opcodes to call marshalling functions.
15859
15860         * metadata.h: Remove unneeded marshalling conversions.
15861
15862         * opcodes.c: Update for new opcodes.
15863         
15864 2004-07-08  Martin Baulig  <martin@ximian.com>
15865
15866         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
15867         (mono_debug_get_domain_data): Make this function static.
15868
15869 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
15870
15871         * gc.c, object.h: add nice GC handle API for embedders.
15872
15873 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
15874
15875         * reflection.c: more changes for the new api
15876
15877         * object.c: When we reflect on a field w/ a constant value, it
15878         will not have a memory location, so we must access metadata. Also,
15879         allow easier reading of strings so that we can read them from
15880         the constant data.
15881
15882         * class.c (mono_class_layout_fields): no need for literal fields here.
15883
15884         * class-internals.h: api changes for const fields
15885
15886         * icall.c (ves_icall_get_enum_info): use new apis for const fields
15887
15888 2004-07-06  Martin Baulig  <martin@ximian.com>
15889
15890         * mono-debug.h: Increment version number to 44.
15891
15892         * mono-debug.c (mono_debug_add_wrapper): The second argument is
15893         now a gpointer, rewrote this whole method.
15894
15895         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
15896         function.  Add information about the wrapper in a new "misc table".
15897
15898         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
15899         for the new misc table.
15900
15901 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
15902
15903         * metadata-internals.h image.c: Add a cache for helper signatures.
15904
15905         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
15906
15907 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
15908
15909         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
15910         delegates from a delegate. Fixes #61033.
15911         
15912         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
15913         marshalling of stringbuilder arrays. Fixes #59900.
15914
15915 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
15916
15917         * icall.c: Add EnumBuilder:setup_enum_type icall.
15918
15919 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
15920
15921         * icall.c: Added a new icall for the property version of
15922         OffsetOfStringData.
15923
15924 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
15925
15926         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
15927         it has a constant size across platforms.
15928
15929         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
15930         stack trace.
15931
15932 2004-06-29  Martin Baulig  <martin@ximian.com>
15933
15934         * mono-debug.c (mono_debug_add_method): Protect the whole function
15935         in mono_debugger_lock(), not just parts of it.
15936
15937 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
15938
15939         * reflection.c: make sure padding bytes in heaps are zeroed.
15940
15941 2004-06-24  David Waite  <mass@akuma.org>
15942
15943         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
15944         image.c, loader.c, locales.c, marshal.c, metadata.c,
15945         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
15946         string-icalls.c, threads.c: change to C90-style comments from C99 /
15947         C++ -style
15948
15949 2004-06-24  Dick Porter  <dick@ximian.com>
15950
15951         * threads.c
15952         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
15953         return createdNew.  Fixes bug 60412.
15954
15955         * threads-types.h: 
15956         * icall.c: Add createdNew parameter to CreateMutex icall
15957
15958 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
15959
15960         * reflection.c, object-internals.h: save default value in params.
15961
15962 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15963
15964         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
15965         no need to build a new path combining that with the application base.
15966         Fixes bug #60442.
15967
15968 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
15969
15970         * reflection.c: fixed minor standard compliance issues.
15971
15972 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
15973
15974         * reflection.c: fixed issue with encoding some custom attributes
15975         (arrays in properties and fields, bug #60411).
15976
15977 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15978
15979         * reflection.c: fix start address when copying the public key token.
15980
15981 2004-06-23  Martin Baulig  <martin@ximian.com>
15982
15983         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
15984         the `exc' object in a static object to put it into the GC's root set.
15985
15986 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
15987
15988         * reflection.c: make mono_reflection_setup_internal_class ()
15989         callable a second time to setup a new parent class.
15990
15991 2004-06-23  Dick Porter  <dick@ximian.com>
15992
15993         * threads.c: Check for WAIT_IO_COMPLETION return values.
15994
15995 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
15996
15997         * appdomain.c: Removed the g_free on the public key token. Now copy 
15998         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
15999         * assembly.c: Added public key token string value when loading 
16000         assemblies. Fix bug #60439.
16001         * icall.c: Added missing informations (like public key) in 
16002         GetReferencedAssemblies. Fix #60519.
16003         * image.h: Changed definition for public key token from const char*
16004         public_tok_value to guchar public_key_token [17];
16005         * reflection.c: Updated for changes to public key token.
16006
16007 2004-06-22  Lluis Sanchez Gual
16008
16009         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
16010         for the field in base classes.
16011
16012 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
16013
16014         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
16015         mark headers as not supported, they are installed only for use by the
16016         debugger.
16017
16018 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
16019
16020         * *.c, *.h: avoid namespace pollution in public headers.
16021
16022 2004-06-21  Martin Baulig  <martin@ximian.com>
16023
16024         * exception.c (mono_get_exception_security): It's in
16025         "System.Security", not in "System".
16026
16027         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
16028         the exception classes.
16029
16030 2004-06-21  Martin Baulig  <martin@ximian.com>
16031
16032         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
16033         Protect the exception object from being finalized.
16034
16035 2004-06-21  Martin Baulig  <martin@ximian.com>
16036
16037         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
16038         public function.
16039
16040 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
16041
16042         * reflection.c: Load the assembly in mono_reflection_type_from_name,
16043         if it was not loaded before. Fix parts of #60439.
16044
16045 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
16046
16047         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
16048         code that was broken since Ben's change: wrappers are now
16049         dependent on the method signature only again.
16050
16051 2004-06-21  Martin Baulig  <martin@ximian.com>
16052
16053         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
16054         added interface support.
16055
16056 2004-06-21  Martin Baulig  <martin@ximian.com>
16057
16058         * class.c (mono_vtable_get_static_field_data): New public method.
16059
16060 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
16061
16062         * filewatcher.c : Windows build fix to be compliant with API changes.
16063
16064 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
16065
16066         * class.h, class.c: more accessors.
16067         * metadata.h, metadata.c: prepare for hiding MonoType and
16068         MonoMethodSignature: people should use the accessors from now on
16069         outside of the tree.
16070
16071 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
16072
16073         * *.c, *.h: more API cleanups.
16074
16075 2004-06-18  Jackson Harper  <jackson@ximian.com>
16076
16077         * assembly.c: Trace loading assemblies.
16078         * loader.c: Trace loading native libraries.
16079         * mono-config.c: Trace loading config files.
16080         
16081 2004-06-18  Dick Porter  <dick@ximian.com>
16082
16083         * locales.c: Tell ICU the lengths of strings, it can cope with
16084         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
16085
16086 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
16087
16088         * image.c: swapped name/filename;
16089
16090 2004-06-18  Martin Baulig  <martin@ximian.com>
16091
16092         * mono-debug-debugger.c (write_class): Write the parent class at
16093         the end of the header.
16094
16095 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
16096
16097         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
16098
16099 2004-06-17  Raja R Harinath  <rharinath@novell.com>
16100
16101         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
16102         (bundle_obj): New conditional define.
16103         (BUILT_SOURCES): Remove.
16104         ($(bundle_srcs)): Make parallel-make safe.
16105         (libmonoruntime_la_LIBADD): Make unconditional.
16106         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
16107         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
16108
16109 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
16110
16111         * culture-info-tables.h: It was inconsistent with the latest
16112           supp info files.
16113
16114 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
16115
16116         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
16117         be loaded.
16118
16119         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
16120         with gcc 2.95.
16121
16122 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
16123
16124         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
16125         cleaned up public header threads.h.
16126
16127 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
16128
16129         * Makefile.am, *.c, *.h: more API cleanups.
16130
16131 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
16132
16133         * Makefile.am: removed monosn from compilation.
16134         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
16135         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
16136         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
16137         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
16138         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
16139         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
16140
16141 2004-06-15  Jackson Harper  <jackson@ximian.com>
16142
16143         * assembly.c: Make locales lower case when searching the GAC for
16144         assemblies. gacutil will always make locales lowercase when
16145         installing so this effectively makes them case insensitive.
16146         
16147 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
16148
16149         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
16150         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
16151           parameter which allows to choose whether the wait can be interrupted or 
16152           not. Also added the method mono_monitor_enter(), which locks the monitor
16153           using an infinite wait and without allowing interruption.
16154           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
16155           interrupted.
16156         * object.h: Added new fields in MonoThread. suspend_event holds the event
16157           used to susped/resume the thread. synch_lock is the lock object to use for
16158           modifying the thread state.
16159         * threads.c: Use the new synch_lock object for locking, instead of "this",
16160           which can generate deadlocks.
16161           Moved thread state change in Thread.Sleep and Thread.Join from managed
16162           to unmanaged code. This avoids a deadlock when the thread was suspended
16163           just after acquiring the thread lock.
16164           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
16165           Implemented Thread.Suspend using an event instead of ThreadSuspend,
16166           which is not fully implemented in the io-layer.
16167         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
16168
16169 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
16170
16171         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
16172         threads-types.h: more API cleanups.
16173
16174 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
16175
16176         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
16177         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
16178         threadpool.c, threads.c: first pass at the exported API cleanup.
16179
16180 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
16181
16182         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
16183
16184 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16185
16186         * icall.c: added internalGetHome.
16187
16188 2004-06-14  Dick Porter  <dick@ximian.com>
16189
16190         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
16191         possible to return successfully when '.' or '..' were the only
16192         entries in a directory, but were skipped.  The MonoIOStat was not
16193         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
16194         Fixes bug 59574.
16195
16196 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
16197
16198         * reflection.c: make binaries run on .Net 1.1 by default.
16199
16200 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
16201
16202         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
16203
16204 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
16205
16206         * marshal.c: keep track of struct size with explicit layout
16207         (bug #59979).
16208
16209 2004-06-12  Martin Baulig  <martin@ximian.com>
16210
16211         * mono-debug-debugger.c: Comment out a debugging g_message().
16212
16213 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
16214
16215         * reflection.c, reflection.h: do not free custom attrs that are cached.
16216         * icall.c: use braces to make code clearer.
16217
16218 2004-06-11  Martin Baulig  <martin@ximian.com>
16219
16220         * class.h (MonoInflatedField): New type.
16221         (MonoClassField): Replaced `MonoType *generic_type' with
16222         `MonoInflatedField *generic_info'.
16223
16224         * icall.c
16225         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
16226
16227 2004-06-11  Martin Baulig  <martin@ximian.com>
16228
16229         * reflection.c (mono_image_create_method_token): Correctly encode
16230         varargs methods.
16231
16232 2004-06-11  Martin Baulig  <martin@ximian.com>
16233
16234         * metadata.c (mono_metadata_parse_method_signature): When parsing
16235         a MethodDef which has VarArgs, also set sentinelpos if we don't
16236         have any parameters.
16237
16238 2004-06-11  Martin Baulig  <martin@ximian.com>
16239
16240         * verify.c (mono_method_verify): In CEE_CALL, use
16241         mono_method_get_signature() to get the method's signature, unless
16242         we're a PInvoke method.
16243
16244 2004-06-10  Jackson Harper  <jackson@ximian.com>
16245
16246         * assembly.c: Use <path>/lib/mono/gac for the extra paths
16247         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
16248         logical name as the supplied path is just a prefix to the gac not
16249         the direct path to it.
16250         
16251 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
16252
16253         * reflection.c: make the token for a created method match
16254         the token of the MethodBuilder it was created from
16255         (IKVM requires this behaviour now).
16256
16257 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
16258
16259         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
16260         reflection.c, socket-io.c: leak fixes.
16261
16262 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
16263
16264         * icall.c: handle sentinel pos in vararg methods in position different
16265         from 0.
16266
16267 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16268
16269         * culture-info-tables.h: freshly generated.
16270
16271 2004-06-09  Martin Baulig  <martin@ximian.com>
16272
16273         * loader.c (mono_get_method_constrained): Call `mono_class_init
16274         (constrained_class)'.   
16275
16276 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
16277
16278         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
16279         any methods. Fixes #59629.
16280
16281 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
16282
16283         * culture-info-tables.h: reflecting locale-builder updates.
16284
16285 2004-06-08  Dick Porter  <dick@ximian.com>
16286
16287         * object.h:
16288         * locales.c: Fixed compile warnings, including a real bug in
16289         CompareInfo_internal_compare.
16290         
16291 2004-06-08  Dick Porter  <dick@ximian.com>
16292
16293         * locales.c
16294         (ves_icall_System_Globalization_CompareInfo_internal_index):
16295         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
16296         Double-check the resuls of usearches, because ICU currently
16297         ignores most of the collator settings here.  Fixes bug 59720.
16298         
16299 2004-06-08  Dick Porter  <dick@ximian.com>
16300
16301         * locales.c
16302         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
16303         Fix memory leak and segfault-causing typo.  No idea how this one
16304         lasted so long without being noticed.
16305
16306 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
16307
16308         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
16309         any methods. Fixes #59629.
16310
16311 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16312
16313         * assembly.c:
16314         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
16315         own the critical section before). Removed dead code (that's done
16316         in the preload hook).
16317
16318         (mono_assembly_load_with_partial_name): call the preload hook.
16319
16320 2004-06-08  Martin Baulig  <martin@ximian.com>
16321
16322         * metadata.c (mono_metadata_signature_alloc): Default
16323         `sentinelpos' to -1.
16324
16325         * reflection.c (mono_image_get_array_token): Likewise.
16326
16327 2004-06-08  Martin Baulig  <martin@ximian.com>
16328
16329         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
16330
16331         * metadata.c (mono_metadata_parse_method_signature): When parsing
16332         a MethodDef which has VarArgs, set sentinelpos.
16333
16334         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
16335         `gint16' since we're using -1 for non-varargs methods.
16336
16337         * reflection.c
16338         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
16339         (method_encode_signature): Added varargs support.
16340         (method_builder_encode_signature): Likewise.
16341         (mono_image_get_varargs_method_token): New static method.
16342         (mono_image_create_method_token): New public method; this is
16343         called via an icall instead of mono_image_create_token() when
16344         calling a varargs method.       
16345
16346 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
16347
16348         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
16349
16350 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
16351
16352         * culture-info-tables.h : Reflecting the latest locale-builder that
16353           fixed empty array representation ({} to {0}).
16354
16355 2004-06-07  Jackson Harper  <jackson@ximian.com>
16356
16357         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
16358         looking up extra gac paths. This allows MONO_GAC_PATH to act
16359         exactly like a prefix.
16360         
16361 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
16362
16363         * reflection.c (mono_reflection_type_from_name): Make a copy of the
16364         type name before modifying it. Fixes #59405.
16365
16366 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
16367
16368         * culture-info.h: added fields for "all datetime patterns".
16369         * locales.c: (  ves_icall_System_Globalization_CultureInfo
16370           _construct_datetime_format ()): fill xxx_patterns fields.
16371         * object.h: added fields for "all datetime patterns" to
16372           MonoDateTimeFormatInfo.
16373         * culture-info-tables.h: reflecting locale-builder updates.
16374
16375 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
16376
16377         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
16378         the event has no add and remove methods. Fixes #59629.
16379
16380 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
16381
16382         * object.c: Fixed possible integer overflow when allocating large
16383         strings.
16384
16385 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
16386
16387         * culture-info-tables.h: reflecting locale-builder updates.
16388
16389 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
16390
16391         * culture-info-tables.h: reflecting locale-builder updates.
16392
16393 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
16394
16395         * culture-info-tables.h: reflecting locale-builder updates.
16396
16397 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
16398
16399         * threads.c: Made Thread.Sleep abortable.
16400
16401 2004-06-02  Martin Baulig  <martin@ximian.com>
16402
16403         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
16404
16405         * debug-mono-symfile.h: Bumped symbol file version number to 37.
16406
16407 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
16408
16409         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
16410
16411 2004-05-30  Jackson Harper  <jackson@ximian.com>
16412
16413         * reflection.c: Do not hardcode assembly versions or public key
16414         tokens anymore. All of this except the corlib section was dead
16415         code anyways.
16416         
16417 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
16418
16419         * object.c (mono_runtime_invoke_array): Automatically create boxed
16420         objects for byref valuetypes if needed. Fixes #59300.
16421         
16422         * object.c (mono_method_return_message_restore): Handle 
16423         MONO_TYPE_OBJECT as well.
16424
16425 2004-05-28  Jackson Harper  <jackson@ximian.com>
16426
16427         * reflection.c: The modified type encoding was causing build
16428         problems. Reverted for now.
16429         
16430 2004-05-28  Jackson Harper  <jackson@ximian.com>
16431
16432         * reflection.c/h: Take an assembly ref so that we dont create
16433         fully qualified names when encoding types in the same assembly as
16434         the custom attribute being emitted.
16435         * appdomain.c: Increment version number.
16436         
16437 2004-05-26  Duncan Mak  <duncan@ximian.com>
16438
16439         * icall.c
16440         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
16441         Set the full version number (major, minor, build, revision).
16442
16443 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
16444
16445         * marshal.c (emit_struct_conv): increment src/dst after blit
16446         (mono_marshal_get_managed_wrapper,
16447         mono_marshal_get_native_wrapper): make sure we have marshalling
16448         info before marshalling params (info computation affects
16449         blittable)
16450
16451         * class.c (class_compute_field_layout): correctly deal with
16452         blittable
16453         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
16454         value types (as per what windows dows by default)
16455         (mono_class_setup_mono_type): System.ValueType is blittable
16456         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
16457         blittable
16458
16459         * marshal.c (mono_marshal_load_type_info): flag types  as
16460         non-blittable if the native layout doesn't match the managed
16461         layout
16462
16463 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16464
16465         * appdomain.c: don't add stuff in the private search path that is
16466         above the application base. If application base is not set, there's
16467         no private search path.
16468
16469 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
16470
16471         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
16472         byref struct arguments in native->managed marshalling.
16473
16474 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
16475
16476         * marshal.c (mono_marshal_get_runtime_invoke): correctly
16477         cache methods using signature (special case for methods
16478         that are value type or string class)
16479         
16480         * image.c (mono_image_close): clean up allocated GSList's
16481         in runtime_invoke_cache.
16482
16483 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16484
16485         * mono-config.c: set the correct path for mono_cfg_dir on windows when
16486         there's no MONO_CFG_DIR environment variable defined.
16487
16488 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16489
16490         * threads.c: windows version must be >= 0x0500 to include OpenThread.
16491
16492 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
16493
16494         * threadpool.c: Really wait for 500ms after the async call, even if the wait
16495           is interrumped.
16496         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
16497           before waiting for it, and call CloseHandle after the wait to unref it.
16498           This will make sure that handles are not disposed too early.
16499
16500 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16501
16502         * appdomain.c:
16503         * appdomain.h:
16504         * icall.c: removed
16505         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
16506         needed now.
16507
16508         * object.c: se the application_base only for the domain that runs
16509         Main. Fixes bug #59216,
16510
16511 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16512
16513         * appdomain.c:
16514         * object.c: only the domain in which Main is run have
16515         SetupInformation.ConfigurationFile set, so moved a few lines from
16516         appdomain.c to object.c.
16517
16518 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16519
16520         * appdomain.c: we tried to load [name].(dll|exe), but according
16521         to bug #57710, we must also try [culture]/[name].(dll|exe) and
16522         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
16523         There's a test case attached to bug #58922.
16524
16525 2004-05-27  Dick Porter  <dick@ximian.com>
16526
16527         * icall.c:
16528         * file-io.c: Implemented icalls for locking and unlocking regions
16529         in a file.
16530         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
16531         FALSE on error (fixes both compiler warning and real bug.)
16532
16533 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
16534
16535         * culture-info-tables.h: reflecting locale-builder updates.
16536
16537           (Added missing ChangeLog entry for 05/26)
16538
16539 2004-05-27  Jackson Harper  <jackson@ximian.com>
16540
16541         * locales.c: Fix some cut and paste errors.
16542         
16543 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16544
16545         * mono-config.c: set the correct path for config. directory on windows.
16546
16547 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
16548
16549         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
16550           on win32.
16551
16552 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
16553
16554         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
16555         from pinvoke functions.
16556         
16557         * marshal.c (mono_ftnptr_to_delegate): Implement this.
16558
16559 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
16560
16561         * culture-info-tables.h: reflecting locale-builder updates.
16562
16563 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
16564
16565         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
16566         #59086.
16567
16568 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
16569
16570         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
16571         * icall.c: Modified icalls for RNG.
16572         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
16573         Windows (CryptoAPI).
16574
16575 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
16576
16577         * locales.c: Fix build.
16578
16579 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
16580
16581         * culture-info-tables.h: reflecting locale-builder updates.
16582
16583 2004-05-25  Jackson Harper  <jackson@ximian.com>
16584
16585         * locales.c: When creating the current culture use the $LANGs
16586         specific culture. So DateTimeFormat and NumberFormat entries are created.
16587         
16588 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
16589
16590         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
16591         a char array as parameter.
16592
16593 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
16594
16595         * image.c: In mono_image_open(), always use an absolute path name to
16596           look for already loaded images.
16597
16598 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
16599
16600         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
16601         missing in the windows build (like older cygwin include files).
16602
16603 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
16604
16605         * icall.c: Fixed check for possible integer overflow in Buffer_
16606         BlockCopy icall. Replaced comments style // by /* */.
16607
16608 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
16609
16610         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
16611         
16612         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
16613         check after MONO_VTADDR. Fixes pinvoke2.exe.
16614
16615         * marshal.h marshal.c metadata.h: Add beginnings of support for
16616         ftnptr -> delegate marshalling.
16617
16618 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
16619
16620         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
16621         * threads.c: Fix warnings.
16622
16623 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
16624
16625         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
16626         * icall.c: Registered icalls for Suspend and Resume.
16627         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
16628           Thread.Abort.
16629         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
16630         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
16631         * process.c: Use WaitForSingleObjectEx.
16632         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
16633           checkpoints.
16634         * threads.c, threads.h: Make use of new Ex wait methods. Improved
16635           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
16636           for Suspend and Resume. Added new mono_thread_stop, used for stoping
16637           background threads. Added basic support for Abort in Windows.
16638           Start new threads using a managed delegate invoke wrapper. This wrapper
16639           has an interruption checkpoint that is needed since an interruption
16640           can be requested before the thread leaves the unmanaged code that starts 
16641           the thread.
16642         * marshal.c: Added interruption checkpoint after every native call, and
16643           also before managed calls for wrappers called from unmanaged code to
16644           go into managed code.
16645         * object.h: Added new field in MonoThread to keep track of interruption
16646           requests.
16647
16648 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
16649
16650         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
16651         calls.
16652
16653 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16654
16655         * appdomain.c:
16656         * assembly.c:
16657         * gc.c:
16658         * locales.c:
16659         * mono-config.c:
16660         * rand.c: getenv -> g_getenv (windows!)
16661
16662         * process.c: complete_path is also used on non-windows platforms.
16663
16664 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16665
16666         * icall.c: new signature for Process_Start.
16667
16668         * process.[ch]: new signature for Process_Start. If we're on windows
16669         and UseShellExecute is false, we have to search for the program by
16670         ourselves if we don't get a full path.
16671
16672 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
16673
16674         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
16675         marshalling and call CleanUpNativeData if needed. Fixes #58646.
16676
16677 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16678
16679         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
16680         Fixes bug #58373.
16681
16682 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16683
16684         * process.c: use double quotes to quote program name and arguments on
16685         windows. Fixes bug #58575.
16686
16687 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16688
16689         * file-io.c: don't return "." and ".." when using windows Find*File.
16690
16691 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
16692
16693         * marshal.c: Don't pass wrappers to message init because method 
16694         addressed used to lookup metadata. part of remoting[2|3] fix.
16695
16696 2004-05-15  Jackson Harper  <jackson@ximian.com>
16697
16698         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
16699         path is essentially the same as MONO_PATH except that it points to
16700         GACs instead of lib directories.
16701         * loader.h: The user gac is gone so we dont need function to
16702         enable/disable it.
16703         * mono-config.c: user gac option is now gone.
16704         
16705 2004-05-15  Jackson Harper  <jackson@ximian.com>
16706
16707         * culture-info.h: Make defines more consistent, add calendar data
16708         to the culture info table.
16709         * culture-info-tables.h: Add basic calendar data. Basically
16710         everyone gets default gregorian until all the data is
16711         updated.
16712         * locales.c: Use the new consistent defines. Set calendar data for
16713         culture info objects.
16714         * object.h: add a field for calendar data to CultureInfo
16715         
16716 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
16717
16718         * image.c: image->runtime_invoke_cache is keyed on signatures now.
16719         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
16720         a signature.
16721         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
16722         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
16723         an extra param that is the pointer of the method to invoke. The IL for
16724         the invoke method is no longer specific to the method, but to the
16725         signature of the method. Thus, we can share the same code for multiple
16726         methods. This reduces the number of methods that have to be compiled.
16727
16728 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
16729
16730         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
16731
16732         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16733
16734         * icall.c: Optimize Buffer.BlockCopy.
16735
16736 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16737
16738         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
16739         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
16740         quote). Changed them to "MMMM yyyy".
16741
16742 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
16743
16744         * rand.c
16745         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
16746
16747 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
16748
16749         * reflection.h: Updated after changes to managed structures.
16750
16751         * appdomain.c: Bump corlib version.
16752
16753 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16754
16755         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
16756         windows.
16757
16758 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16759
16760         * Makefile.am: link to ../os/libmonoos.la on windows.
16761
16762         * assembly.c:
16763                 -If MONO_DEBUG, warn about non-existing directories in
16764                 MONO_PATH.
16765                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
16766                 compile time variable.
16767                 -Removed init_default_path and call mono_set_rootdir from
16768                 libmonoos.a instead (windows only).
16769
16770         * assembly.h: declare mono_assembly_getrootdir().
16771
16772         * domain.c:
16773         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
16774
16775         * loader.c: s/getenv/g_getenv/
16776
16777 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
16778
16779         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
16780
16781         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
16782
16783         * metadata.h: Add new marshalling conversions.
16784
16785         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
16786         function.
16787
16788         * reflection.c (mono_reflection_get_type): Lookup the type in all
16789         modules of a multi-module assembly. Fixes #58291.
16790
16791 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
16792
16793         * threads.c: Before aborting a background, set the StopRequested
16794         state.  This avoids throwing the Abort exception.
16795         In mono_thread_manage, don't continue with the shutdown until all
16796         aborted threads have actually stopped.
16797
16798 2004-05-10  Jackson Harper  <jackson@ximian.com>
16799
16800         * locales.c: Remove the modifier from culture names.
16801         
16802 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16803
16804         * Makefile.am: monosn is not installed any more. It has been deprecated
16805         in favor of sn.
16806
16807 2004-05-07  Jackson Harper  <jackson@ximian.com>
16808
16809         * locales.c
16810         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
16811         Fix array construction, add bailout if the length is 0.
16812
16813 2004-05-07  Dick Porter  <dick@ximian.com>
16814
16815         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
16816         machine doesn't have a DNS entry.  Patch by Urs Muff
16817         (umuff@quark.com), fixes bug 57928.
16818
16819 2004-05-06  Jackson Harper  <jackson@ximian.com>
16820
16821         * reflection.c: Handle null PublicTokens properly. alloc mem for
16822         assembly names culture so we dont crash when freeing it.
16823         
16824 2004-05-06  Jackson Harper  <jackson@ximian.com>
16825
16826         * assembly.c: Check the usergac when loading with partial names.
16827         
16828 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
16829
16830         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
16831         does nothing for now (not required for Linux/Windows) but the class
16832         library can call it (and a newer or modified runtime could need it).
16833         * icall.c: Registred icall.
16834
16835 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16836
16837         * loader.c: prints a message on module loading error we set MONO_DEBUG
16838         environment variable.
16839
16840 2004-05-05  Jackson Harper  <jackson@ximian.com>
16841
16842         * appdomain.c: Handle PublicKeyToken=null properly.
16843         
16844 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
16845
16846         * environment.c|h: Added icall ves_icall_System_Environment_
16847         GetOSVersionString to get the current OS version as a string.
16848         * icall.c: Registred icall.
16849
16850 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
16851
16852         * object.c: in mono_object_get_virtual_method(), take into account that
16853         non-virtual methods don't have a slot in the vtable. Check needed when
16854         the object is a proxy.
16855
16856 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
16857
16858         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
16859         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
16860
16861         * object.c (mono_class_compute_gc_descriptor): Fix warning.
16862
16863         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
16864         passed when a valuetype is expected.
16865
16866         * object.c (mono_unhandled_exception): Only set the exit code if the
16867         exception happens in the main thread. Fixes thread5.exe.
16868
16869         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
16870         invalid names. Fixes #58047.
16871
16872 2004-05-03  Jackson Harper  <jackson@ximian.com>
16873
16874         * assembly.c: This line was committed accidently and is unneeded.
16875         
16876 2004-05-03  Jackson Harper  <jackson@ximian.com>
16877
16878         * icall.c: Add new icall for Assembly::LoadWithPartialName
16879         * assembly.c/.h: new function that probes the GAC to load partial
16880         assembly names by Paolo Molaro.
16881         
16882 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16883
16884         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
16885         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
16886         (type_get_fully_qualified_name): Added PublicKeyToken when building a
16887         full type name.
16888
16889 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16890
16891         * appdomain.c: fixed check for 'neutral' culture and removed warning.
16892         * reflection.c: fix bug when parsing a full type name and Version is not
16893         the last thing in the string.
16894
16895 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
16896
16897         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
16898         crashes when it is freed.
16899
16900 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16901
16902         * assembly.c: print the compat warning to stderr.
16903
16904 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
16905
16906         * assembly.c (mono_assembly_load_references): Add a compatibility
16907         hack to run old applications that might be still referencing the
16908         3300-based assemblies, only do this for System.xxx.
16909
16910 2004-05-01  Jackson Harper  <jackson@ximian.com>
16911
16912         * appdomain.c: If the culture is neutral we set it to "".
16913         
16914 2004-04-29  Jackson Harper  <jackson@ximian.com>
16915
16916         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
16917
16918 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
16919  
16920         * string-icalls.c: added low overhead function for copying chars
16921         * icall.c: added needed icall for the above function
16922  
16923 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16924
16925         * icall.c: fix return value of get_global_assembly_cache.  Implemented
16926         Environment.GetLogicalDrives.
16927
16928 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
16929
16930         * rand.c: try and talk to egd or prngd
16931         for random bytes if opening devices fail.
16932
16933 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
16934
16935         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
16936         alignment for the type using the native alignment of its members 
16937         instead of using klass->min_align.
16938
16939         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
16940
16941 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16942
16943         * file-io.c:
16944         * socket-io.c: added check for sys/aio.h.
16945
16946 2004-04-28  Dick Porter  <dick@ximian.com>
16947
16948         * threads.c: Don't abort a thread thats already aborting, when
16949         terminating everything.
16950
16951 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16952
16953         * icall.c: added 2 new async calls for Socket.
16954
16955         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
16956         IO on *nix systems.
16957
16958         * threadpool.c: removed unused variable.
16959
16960 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
16961
16962         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
16963
16964 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
16965
16966         * locales.c: put back string_invariant_tolower () and
16967         string_invariant_toupper ().
16968
16969 2004-04-26 David Waite <mass@akuma.org>
16970
16971         * file-io.h:
16972         * socket-io.h:
16973         * threads.h:
16974         * unicode.h: remove comma from end of enumeration declarations
16975
16976 2004-04-26 David Waite <mass@akuma.org>
16977
16978         * debug-mono-symfile.h:
16979         * decimal.c:
16980         * mono_debug.h:
16981         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
16982
16983
16984 2004-04-26  Jackson Harper  <jackson@ximian.com>
16985
16986         * appdomain.c: Increment version number.
16987         
16988 2004-04-26  Jackson Harper  <jackson@ximian.com>
16989
16990         * appdomain.c: Set assembly references public token value when
16991         PublicKeyToken is specified, not the hash_value. Free public token
16992         values when free assembly name data. Previously the public key
16993         token was hex decoded, however we are using hex encoded public key
16994         tokens, so this is not neccasary.
16995         * assembly.c: Lookup assemblies in the gac if their public token
16996         value is set. Add function to allow enabling user gac
16997         lookups. Specify whether or not the assembly was loaded from the
16998         GAC. Compare full assembly names when checking the cache for
16999         assemblies (Temporarily disabled see comment in code). Remove
17000         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
17001         specifies trace-loader they get extra info to stdout on the
17002         loading of assemblies.
17003         * image.h: Add a field for an assembly references public token
17004         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
17005         whether an assembly has been loaded from the GAC.
17006         * image.c: Remove a corlib -> mscorlib name mapping.
17007         * loader.h: Add function to enable/disable the user gac.
17008         * mono-config.c: Check if the usergac is enabled in the config
17009         file.
17010         * icall.c: New icall to determine whether or not an assembly has
17011         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
17012         * tabldefs.h: Add constant for assemblyref flag that specifies a
17013         full public key is used instead of a public token.
17014         * reflection.c: Remove mscorlib -> corlib mappings. Set
17015         PublicTokenValue instead of hash value. This value is a hex
17016         string so it does not need to be expanded.
17017
17018 2004-04-26  Martin Baulig  <martin@ximian.com>
17019
17020         * mono-debug-debugger.c (mono_debugger_initialize): Set
17021         `mono_debugger_initialized' before calling mono_debug_lock().
17022
17023 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
17024
17025         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
17026           InternalToUpper/InternalToLower.
17027         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
17028           removed invariant culture shortcut.  This is now done in managed code.
17029         * locales.c: (string_invariant_toupper/tolower) removed.
17030
17031 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17032
17033         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
17034         Added Poll internal call.
17035
17036         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
17037         call for Poll. Select was too heavy for polling a single socket.
17038
17039         * threadpool.[ch]: added mono_threadpool_cleanup.
17040         * threads.c: use it. Don't use Thread_Abort on windows.
17041
17042 2004-04-23  Martin Baulig  <martin@ximian.com>
17043
17044         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
17045
17046 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
17047
17048         * icall.c: Registred new icalls for key pair protection and added an
17049         icall for Environment.GetFolderPath on Windows.
17050         * security.c|h: Added new icalls for key pair protection.
17051
17052 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17053
17054         * socket-io.c: don't display the non-supported family warning for known
17055         families. Now this is not displayed on windows when checking support
17056         for IPv4/IPv6.
17057
17058 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17059
17060         * class.c: don't display the layout warning for static fields.
17061
17062 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
17063
17064         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
17065         * locales.c, locales.h: Added new icalls for culture-specific
17066         Char.ToLower and Char.ToUpper.
17067
17068 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17069
17070         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
17071         by David Waite.
17072
17073 2004-04-20  Martin Baulig  <martin@ximian.com>
17074
17075         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
17076         of the type name before passing it to mono_reflection_type_from_name().
17077
17078 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
17079
17080         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
17081         encodings here. Fixes #56965.
17082
17083 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
17084
17085         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
17086         fix test on strstr result not that I can see anything that
17087         relies on the result.
17088
17089 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
17090
17091         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
17092         Fixes #57081.
17093
17094         * marshal.c (mono_marshal_get_string_encoding): New helper function.
17095
17096         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
17097         function to determine which marshalling to use for strings. Fixes
17098         #56965.
17099
17100         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
17101
17102         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
17103
17104 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
17105
17106         * icall.c: #include mono-config.h
17107
17108 2004-04-15  Jackson Harper  <jackson@ximian.com>
17109
17110         * culture-info-tables.h: Fix date formats for en-US culture.
17111         
17112 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
17113
17114         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
17115         ThreadPool.SetMinThreads.
17116         * threadpool.c: Implemented ThreadPool.GetMinThreads and
17117         ThreadPool.SetMinThreads.
17118
17119 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
17120
17121         * mono-config.c: also load the .config file in the directory
17122         where the assembly was found.
17123
17124 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
17125
17126         * assembly.c: load per-assembly config files.
17127         * icall.c: decrapified code to get the config dir and moved to
17128         mono-config.c.
17129         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
17130         per-assembly config files. When doing a dll map lookup give precedence
17131         to the per-assembly data.
17132
17133 2004-04-14  Martin Baulig  <martin@ximian.com>
17134
17135         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
17136         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
17137         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
17138
17139         * mono-debugger-debugger.c: While the debugger is locked, remember
17140         whether the symbol tables have changes and send one single
17141         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
17142
17143 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
17144
17145         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
17146
17147         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
17148         function.
17149
17150         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
17151         account when marshalling string arrays. Fixes #56965.
17152
17153 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
17154
17155         * icall.c: Add new icalls mapping for security.
17156         * security.c|h: Add internal calls for WindowsIdentity,
17157         WindowsImpersonationContext and WindowsPrincipal.
17158
17159 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
17160
17161         * class.c: Added comment to ensure the System.MonoDummy class
17162         is removed when no longer necessary
17163
17164 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
17165
17166         * appdomain.c: Pass arguments to the bootstraping exceptions to
17167         minimize JITed methods at boot
17168
17169         * metadata.c (mono_exception_from_name_two_strings): Allow for the
17170         second string to be null.
17171
17172         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
17173         Change the protocol to minimize the JIT methods at startup.  Now
17174         it Returns the internal codepage, if the value of "int_code_page"
17175         is 1 at entry, and we can not compute a suitable code page
17176         number, returns the code page as a string.
17177
17178 2004-04-13  Jackson Harper  <jackson@ximian.com>
17179
17180         * culture-info-tables.h: Fix number of decimal digits for all
17181         english locales.
17182
17183 2004-04-13  Jackson Harper  <jackson@ximian.com>
17184
17185         * icall.c: Clairfy out of sync error message. It is not always
17186         your corlib that is out of sync.
17187
17188 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
17189
17190         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
17191         properties when only the set accessor is overriden. Fixes #55874.
17192
17193 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
17194
17195         * assembly.c (mono_assembly_load_references): Make this thread safe.
17196         Fixes #56327.
17197
17198 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
17199
17200         * monosn.c: Add missing initialization calls.
17201
17202 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
17203
17204         * locales.c:
17205         ves_icall_System_Globalization_CultureInfo_construct_number_format
17206         Fix g_assert so it compiles on fussier compilers re int/ptr
17207         mismatch
17208
17209 2004-04-08  Dick Porter  <dick@ximian.com>
17210
17211         * socket-io.h:
17212         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
17213         53992.  Also rearrange the code so that the internal calls return
17214         an error value and exceptions are thrown from managed code.
17215
17216         * icall.c: Add type info to the socket icalls.
17217
17218 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17219
17220         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
17221         owes me a beer.
17222
17223 2004-04-07  Martin Baulig  <martin@ximian.com>
17224
17225         * class.c (mono_class_from_generic_parameter): Don't default
17226         `klass->parent' to `mono_defaults.object_type'.
17227
17228 2004-04-07  Martin Baulig  <martin@ximian.com>
17229
17230         * reflection.c (mono_reflection_initialize_generic_parameter): Set
17231         `param->pklass->reflection_info'.       
17232
17233 2004-04-07  Jackson Harper  <jackson@ximian.com>
17234
17235         * culture-info-tables.h: Fix date separator symbol.
17236         
17237 2004-04-07  Martin Baulig  <martin@ximian.com>
17238
17239         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
17240         from System.Type to System.MonoType.
17241
17242 2004-04-07  Martin Baulig  <martin@ximian.com>
17243
17244         * reflection.h
17245         (MonoReflectionGenericParam): Added `has_reference_type' and
17246         `has_value_type' fields.
17247
17248         * reflection.c (mono_image_get_generic_param_info): Encode the
17249         correct flags if we have the `class' or `struct' constraint.
17250
17251 2004-04-07  Martin Baulig  <martin@ximian.com>
17252
17253         * reflection.h
17254         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
17255
17256 2004-04-07  Jackson Harper  <jackson@ximian.com>
17257
17258         * appdomain.c: Revert extra patches, just wanted to bump the
17259         version number.
17260         
17261 2004-04-07  Jackson Harper  <jackson@ximian.com>
17262
17263         * Makefile.am: Add culture-info private headers.
17264         * icall.c: Add new icalls for contructing locales.
17265         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
17266         * locales.h: Declare new culture info construction methods.
17267         * object.h: Add new fields used to avoid the CultureMap to
17268         MonoCultureInfo.
17269         * culture-info.h: Definition of structs used in the culture info
17270         tables.
17271         * culture-info-tables.h: Autogenerated tables that contain culture
17272         info data. This file was generated with the locale-builder tool.
17273         * appdomain.c: Incement corlib version number.
17274         
17275 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
17276
17277         * appdomain.c: (mono_runtime_init) move mono_thread_init
17278         to before mono_object_new calls so critical sections
17279         are initialized before use.
17280
17281 2004-04-07  Martin Baulig  <martin@ximian.com>
17282
17283         * icall.c
17284         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
17285         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
17286         (ves_icall_MonoGenericParam_initialize): Removed.
17287         (monogenericparam_icalls): Removed.
17288         (generictypeparambuilder_icalls): Added new table for
17289         System.Reflection.Emit.GenericTypeParameterBuilder.
17290
17291         * reflection.c
17292         (mono_reflection_define_generic_parameter): Removed.
17293         (mono_reflection_initialize_generic_parameter): This is now called
17294         from GenericTypeParameterBuilder's .ctor.
17295
17296 2004-04-06  Martin Baulig  <martin@ximian.com>
17297
17298         * class.c (mono_class_init): Don't inflate nested classes in a
17299         generic instance.
17300         (mono_type_get_name_recurse): Include the generic arguments for
17301         generic instances and generic type declarations.
17302         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
17303         (_mono_class_get_instantiation_name): Removed.
17304         (mono_class_create_generic): Always use `gklass->name' as our name.
17305
17306         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
17307
17308         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
17309         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
17310         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
17311         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
17312         closed generic methods here.
17313
17314         * reflection.c
17315         (mono_reflection_generic_inst_get_nested_types): Removed.
17316         (inflate_mono_method): Copy the generic parameters from the
17317         MonoMethodHeader into out MonoGenericMethod.
17318
17319 2004-04-06  Martin Baulig  <martin@ximian.com>
17320
17321         * row-indexes.h
17322         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
17323
17324         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
17325
17326         * reflection.c (build_compressed_metadata): If we have any entries
17327         in the GenericParam, MethodSpec or GenericParamConstraint tables,
17328         set the header version to 1.1.
17329
17330 2004-04-06  Martin Baulig  <martin@ximian.com>
17331
17332         * class.c (mono_class_init): If we're a generic instance,
17333         initialize our nested classes, too.
17334         (_mono_class_get_instantiation_name): Deal with the new `!%d'
17335         suffix. 
17336
17337 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17338
17339         * process.c: quote the argument passed to the shell on windows.
17340
17341 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
17342
17343         * threads.c (mono_alloc_special_static_data): Allow this to be
17344         called during startup.
17345
17346 2004-04-02  Martin Baulig  <martin@ximian.com>
17347
17348         * icall.c
17349         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
17350
17351 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
17352
17353         * icall.c: Fix build.
17354
17355 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
17356
17357         * Makefile.am: Added security.c|h.
17358         * icall.c: Added icall for get_UserName;
17359         * security.c: New file for security related icalls. Added function
17360         get_UserName for System.Environment (fix #56144).
17361         * security.h: New. Header file for security.c
17362
17363 2004-04-02  Dick Porter  <dick@ximian.com>
17364
17365         * icall.c: Deleted the icalls that were obsoleted some time ago
17366         by the ICU string code, and which were mixed into the icall
17367         rearranging.  Fixes bug 55969.
17368
17369         * string-icalls.h: 
17370         * string-icalls.c: Deleted the code that those icalls reference.
17371
17372 2004-04-01  Martin Baulig  <martin@ximian.com>
17373
17374         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
17375
17376         * class.c (mono_class_from_generic_parameter): Don't set 
17377         TYPE_ATTRIBUTE_INTERFACE.
17378         (my_mono_class_from_generic_parameter): Likewise.
17379
17380 2004-04-01  Martin Baulig  <martin@ximian.com>
17381
17382         * loader.c (find_method): Added an optional `MonoClass *ic'
17383         argument to search in a specific interface.
17384         (mono_get_method_constrained): New public function.
17385
17386 2004-04-01  Martin Baulig  <martin@ximian.com>
17387
17388         * reflection.c (mono_image_get_generic_field_token): Use the
17389         `handleref' cache here.
17390
17391 2004-04-01  Martin Baulig  <martin@ximian.com>
17392
17393         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
17394
17395         * reflection.c (create_generic_typespec): Use the `typespec' hash
17396         here, not the `typeref' one.    
17397
17398 2004-04-01  Martin Baulig  <martin@ximian.com>
17399
17400         * class.c (mono_class_inflate_generic_type): Moved the
17401         functionality into a new static inflate_generic_type() which
17402         returns NULL if it didn't do anything.  Only increment the
17403         `mono_stats.inflated_type_count' if we actually inflated
17404         something.
17405         (mono_class_get_full): Check the classes type to see whether we
17406         need to inflate it; also inflate MONO_TYPE_(M)VAR.
17407
17408 2004-04-01  Jackson Harper  <jackson@ximian.com>
17409
17410         * reflection.c: Set culture for assembly references.
17411         
17412 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
17413
17414         * reflection.[ch], icall.[ch], Fix support for pinning variables.
17415
17416 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17417
17418         * assembly.c:
17419         (do_mono_assembly_open): the critical section also covers
17420         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
17421
17422 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17423
17424         * threads.c:
17425         (mono_manage_threads): abort the background threads when finishing.
17426         Fixes bug #47232.
17427
17428 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17429
17430         * gc.c: only close the done_event handle if there was no timeout.
17431         C-ified comments.
17432
17433 2004-03-30  Martin Baulig  <martin@ximian.com>
17434
17435         * icall.c (icall_entries): It's called "System.Activator", not
17436         "System.Activation".    
17437
17438 2004-03-30  Martin Baulig  <martin@ximian.com>
17439
17440         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
17441         (mono_class_create_from_typespec): Likewise.
17442
17443 2004-03-30  Martin Baulig  <martin@ximian.com>
17444
17445         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
17446         `has_ctor_constraint' and `initialized'.
17447
17448 2004-03-30  Martin Baulig  <martin@ximian.com>
17449
17450         * reflection.c (encode_new_constraint): New static function to add
17451         the constructor constraint attribute to a type parameter.
17452         (encode_constraints): Call encode_new_constraint() if necessary.
17453
17454         * reflection.h
17455         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
17456
17457         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
17458         
17459 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
17460
17461         * reflection.c, icall.c: add support for pinning variables. 
17462
17463 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
17464
17465         * marshal.c (mono_marshal_get_managed_wrapper):
17466         init bool local with zero rather than null.
17467
17468 2004-03-29  Martin Baulig  <martin@ximian.com>
17469
17470         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
17471         the "official" behavior here.
17472         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
17473
17474 2004-03-29  Martin Baulig  <martin@ximian.com>
17475
17476         * icall.c: Reflect latest API changes.
17477
17478 2004-03-29  Martin Baulig  <martin@ximian.com>
17479
17480         * loader.c (mono_get_method_from_token): Also call
17481         mono_metadata_load_generic_params () for abstract and interface
17482         methods; replace the type arguments in the method signature with
17483         the ones which are loaded from the metadata.
17484
17485 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
17486
17487         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
17488         of the lock is not the current thread. MS.NET don't do it, in spite of
17489         what the documentation says. See bug #56157.
17490
17491 2004-03-28  Martin Baulig  <martin@ximian.com>
17492
17493         * class.c (mono_class_init): Don't call init_properties() and
17494         init_events() for generic instances; set `prop->parent' when
17495         inflating properties.
17496
17497         * reflection.c (mono_generic_inst_get_object): Call
17498         `mono_class_init (ginst->klass)'.
17499         (mono_type_get_object): Only create a MonoGenericInst if your
17500         generic type is a TypeBuilder.
17501         (do_mono_reflection_bind_generic_parameters): Only set
17502         `ginst->is_dynamic' if our generic type is a TypeBuilder.
17503
17504 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
17505
17506         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
17507         Fixes #56091.
17508
17509 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17510
17511         * icall.c: added Kill_internal icall.
17512         * process.[ch]: added Kill_internal icall.
17513
17514 2004-03-25  Martin Baulig  <martin@ximian.com>
17515
17516         * class.h (MonoStats): Added `generic_instance_count',
17517         `inflated_method_count', `inflated_type_count' and
17518         `generics_metadata_size'.       
17519
17520 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17521
17522         * reflection.c: no warnings now.
17523
17524 2004-03-25  Martin Baulig  <martin@ximian.com>
17525
17526         * class.c (mono_class_get_full): New public function; does a
17527         mono_class_get(), but also takes a `MonoGenericContext *'.
17528
17529         * loader.c (mono_field_from_memberref): Renamed to
17530         `field_from_memberref', made static and added `MonoGenericContext *'
17531         argument.
17532         (mono_field_from_token): Added `MonoGenericInst *' argument.
17533         (method_from_memberef): Likewise.
17534         (mono_get_method_from_token): Likewise.
17535         (mono_get_method_full): New public function; does a
17536         mono_get_method(), but also takes a `MonoGenericContext *'.
17537
17538         * verify.c (mono_method_verify): Get the method's generic context
17539         and pass it to mono_field_from_token(), mono_get_method_full() and
17540         mono_class_get_full().
17541
17542 2004-03-25  Martin Baulig  <martin@ximian.com>
17543
17544         * class.c (mono_class_inflate_generic_type): Take a
17545         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
17546         `MonoGenericMethod *'.
17547
17548 2004-03-25  Martin Baulig  <martin@ximian.com>
17549
17550         * loader.h (MonoMethodInflated): Store the MonoGenericContext
17551         instead of the MonoGenericMethod here.
17552
17553 2004-03-25  Martin Baulig  <martin@ximian.com>
17554
17555         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
17556         each time we create a new MonoGenericInst, we also create a new
17557         context which points back to us.
17558
17559         * class.c (inflate_method): Use `ginst->context' instead of
17560         creating a new context.
17561
17562         * loader.c (method_from_memberref): Use
17563         `klass->generic_inst->context' instead of creating a new context.
17564
17565 2004-03-25  Martin Baulig  <martin@ximian.com>
17566
17567         * class.h (MonoGenericContext): New struct.
17568         (MonoGenericMethod): Removed `generic_inst'.
17569
17570         * class.c (mono_class_inflate_generic_method): Take a
17571         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
17572
17573 2004-03-25  Martin Baulig  <martin@ximian.com>
17574
17575         * loader.h (MonoMethodInflated): New typedef.
17576
17577         * metadata.h (MonoMethodSignature): Removed `gen_method', make
17578         `generic_param_count' consume just 30 bits, added `is_inflated'
17579         and `has_type_parameters' flags (one bit each).
17580
17581         * class.c (mono_class_inflate_generic_method): Create a
17582         MonoMethodInflated instead of a MonoMethodNormal and set
17583         `is_inflated' in the method signature.
17584
17585         * class.h (MonoGenericMethod): Removed `generic_method'.
17586
17587 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
17588
17589         * image.c: Make sure the name of a MonoImage is always an absolute path.
17590           This fixes bug #54415.
17591
17592 2004-03-24  Martin Baulig  <martin@ximian.com>
17593
17594         * class.c (mono_class_setup_vtable): If we're a generic instance,
17595         use our generic type's vtable size.
17596
17597 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
17598
17599         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
17600         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
17601         problems.
17602
17603 2004-03-23  Martin Baulig  <martin@ximian.com>
17604
17605         * class.h (MonoDynamicGenericInst): Added `int count_events' and
17606         `MonoEvent *events'.
17607
17608         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
17609         (typebuilder_icalls): Added "get_event_info"; calls
17610         mono_reflection_event_builder_get_event_info(). 
17611
17612         * reflection.c (mono_reflection_generic_inst_initialize): Added
17613         `MonoArray *events'.
17614         (mono_reflection_event_builder_get_event_info): New function.
17615
17616 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
17617
17618         * object.h: add mono_type_initialization_init
17619
17620         * object.c (mono_runtime_class_init): 
17621         implement class constructor synchronization rules
17622         to cope with threading issues.  
17623         add mono_type_initialization_init
17624
17625         * appdomain.c (mono_runtime_init): call 
17626         mono_type_initialization_init
17627
17628         * class.h: removing initializing field from MonoVTable
17629
17630 2004-03-23  Martin Baulig  <martin@ximian.com>
17631
17632         * class.c (my_mono_class_from_generic_parameter): Use
17633         `param->name' if it's not NULL. 
17634
17635 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
17636
17637         * class.c: do not insert non-virtual methods in the vtable.
17638         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
17639         that means the method is non-virtual. This never would have
17640         happened before.
17641
17642 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
17643
17644         * profiler.c: Added lock for accessing coverage_hash.
17645
17646 2004-03-22  Martin Baulig  <martin@ximian.com>
17647
17648         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
17649         `method->method->signature->generic_param_count != 0' to make it
17650         work for interface methods.
17651
17652 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17653
17654         * process.c: quote the string passed to the shell using g_shell_quote.
17655
17656 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17657
17658         * threads.c:
17659         (mono_threads_manage): don't remove the finalizer thread and self
17660         from the threads hash table so that mono_thread_manage can be called
17661         more than once.
17662
17663 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17664
17665         * process.c: quote the arguments when UseShellExecute is true. Fixes
17666         bug #55790.
17667
17668 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17669
17670         * threads.c: set mono_thread_detach as a cleanup routine for every
17671         thread. This way it's always executed upon thread termination, either
17672         aborted or finished normally. No more xsp hangs!
17673
17674 2004-03-17  Martin Baulig  <martin@ximian.com>
17675
17676         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
17677         `int count_nested' and a `MonoType **nested'.
17678
17679         * reflection.c (mono_reflection_bind_generic_parameters): Moved
17680         most of the functionality into a new static
17681         do_mono_reflection_bind_generic_parameters() and don't take a
17682         `MonoType *nested_in' argument any more.  Don't compute nested
17683         types here.
17684         (mono_reflection_generic_inst_get_nested_types): New public method
17685         to get nested types.
17686
17687         * class.c (mono_class_create_generic): Set `klass->nested_in' if
17688         we're a nested class.
17689
17690         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
17691         mono_reflection_generic_inst_get_nested_types() to compute the
17692         nested types.
17693
17694 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
17695
17696         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
17697         descriptive error message under windows.
17698         
17699 2004-03-17  Martin Baulig  <martin@ximian.com>
17700
17701         * class.c (dup_type): Added `const MonoType *original' argument;
17702         copy the attrs from the original type.
17703
17704 2004-03-17  Martin Baulig  <martin@ximian.com>
17705
17706         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
17707         `m->generic_inst_cache' here.
17708
17709 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
17710
17711         * exception.h exception.c: Add stack_overflow_exception.
17712
17713 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17714
17715         * threadpool.c:
17716         (overlapped_callback): call SetEvent *after* invoking the callback.
17717         No need to call CloseHandle.
17718
17719 2004-03-16  Martin Baulig  <martin@ximian.com>
17720
17721         * reflection.c (mono_image_get_fieldref_token): Take a
17722         `MonoReflectionField *' instead of a `MonoClassField *' and a
17723         `MonoClass *'; store the `MonoReflectionField *' in the hash.
17724
17725 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17726
17727         * appdomain.c: don't add the culture to the filename we're looking for
17728         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
17729
17730 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17731
17732         * locales.c: don't ignore symbols when doing case insensitive compares.
17733         Thanks Dick! Fixes bug #54046.
17734
17735         * threads.c: surround 'threads' usage with enter/leave in
17736         mono_thread_manage.
17737
17738 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
17739
17740         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
17741         implicitly marshalled as [Out]. Fixes #55450.
17742
17743         (mono_marshal_get_runtime_invoke): Zero out the result if there is
17744         an exception.
17745
17746 2004-03-16  Martin Baulig  <martin@ximian.com>
17747
17748         * class.c (mono_class_from_generic_parameter): Use the actual
17749         parameter name. 
17750
17751 2004-03-16  Martin Baulig  <martin@ximian.com>
17752
17753         * reflection.c (type_get_signature_size): New static function.
17754         Compues the size of the type in a method signature.
17755         (method_get_signature_size): New static function; calls
17756         type_get_signature_size() to compute the actual size of the
17757         method's signature.
17758         (method_encode_signature): Use method_get_signature_size() to get
17759         the signature's size rather than using `nparams * 10'.
17760
17761 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17762
17763         * file-io.h: define here WapiOverlapped on windows. I don't want the
17764         regular OVERLAPPED one.
17765
17766         * file-io.c:
17767         * threadpool.c: somehow, BindIoCompletionCallback is not found.
17768         Disabling AIO on windows.
17769
17770 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17771
17772         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
17773         bug #55385.
17774
17775 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17776
17777         * appdomain.c: upgraded corlib version.
17778
17779         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
17780         and BeginWrite. Allow opening files for asynchrnous operations.
17781
17782         * file-io.h: new struct that maps FileStreamAsyncResult.
17783         * icall.c: added new icalls.
17784         * process.[ch]: support setting child process environment variables
17785         and use the SHELL or COMSPEC when UseShellExecute is true.
17786
17787         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
17788         callback for async. IO is here and also BindHandle.
17789
17790         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
17791         from here.
17792
17793 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
17794
17795         * reflection.c (create_custom_attr): Allow len == 0.
17796
17797         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
17798         computation on big-endian machines.
17799
17800 2004-03-13  Martin Baulig  <martin@ximian.com>
17801
17802         * class.h (MonoGenericInst): Added `int count_ifaces'.
17803
17804         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
17805         `ginst->count_ifaces' instead `klass->interface_count' since we
17806         may get called before the vtable is created.
17807
17808         * loader.c (mono_method_get_param_names): If we're a generic
17809         instance, return and don't initialize the class.
17810
17811         * reflection.c (mono_reflection_setup_generic_class): Don't call
17812         ensure_runtime_vtable().
17813         (mono_reflection_bind_generic_parameters): Set
17814         `ginst->count_ifaces'.
17815
17816 2004-03-11  Jackson Harper <jackson@ximian.com>
17817
17818         * icall.c:
17819         * unicode.c:
17820         * unicode.h: Remove unused System.Char icalls.
17821         
17822 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
17823
17824         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
17825         code when we P/Invoke the first library in Windows.Forms, instead
17826         of when we first open the assembly.
17827
17828         * assembly.c: Drop the lookup from here.
17829
17830 2004-03-10  Martin Baulig  <martin@ximian.com>
17831
17832         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
17833         class for properties, fields and events.  Finally fixes #54945.
17834
17835 2004-03-10  Martin Baulig  <martin@ximian.com>
17836
17837         * metadata.c (mono_metadata_class_equal): New static function;
17838         checks whether two generic instances or two generic parameters are
17839         equal.
17840         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
17841         compare classes.        
17842
17843 2004-03-10  Martin Baulig  <martin@ximian.com>
17844
17845         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
17846
17847         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
17848         argument and write it into the `reflection_info' field.
17849
17850         * icall.c
17851         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
17852         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
17853
17854 2004-03-09  Jackson Harper  <jackson@ximian.com>
17855
17856         * char-conversions.h: use 8 bits for numeric data its all we need
17857         * icall.c: numeric data is only 8 bits now.
17858
17859 2004-03-09  Martin Baulig  <martin@ximian.com>
17860
17861         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
17862
17863         * class.c (init_properties, init_events): Initialize the new
17864         `parent' field.
17865
17866         * reflection.c (typebuilder_setup_properties): Likewise.
17867         (typebuilder_setup_events): Likewise.
17868
17869         * reflection.h (MonoEventInfo): Replaced `parent with
17870         `declaring_type' and `reflected_type'.
17871
17872         * icall.c (ves_icall_get_property_info): Distinguish between
17873         declaring and reflected type.
17874         (ves_icall_get_event_info): Likewise.
17875
17876 2004-03-09  Martin Baulig  <martin@ximian.com>
17877
17878         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
17879         (ves_icall_Type_GetField): Correctly set field->klass.
17880
17881 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
17882
17883         * loader.h: Fix warning.
17884
17885 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
17886
17887         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
17888         library routine if present.  Notice that it will still continue
17889         executing even if its missing, for those working on the Gtk#
17890         edition of Windows.Forms.
17891
17892         * assembly.c (do_mono_assembly_open): If loading the
17893         System.Windows.Forms call mono_loader_wini_init.
17894
17895 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
17896
17897         * class.h: Added MonoRemoteClass struct.
17898         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
17899         function for MonoStrings.
17900         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
17901         Added internal call for getting the proxy type.
17902         * marshal.c: Get the type of transparent proxies from its remote_class.
17903         Added methods that generate the IL for type checks and casts:
17904         mono_marshal_get_isinst, mono_marshal_get_castclass, 
17905         mono_marshal_get_proxy_cancast.
17906         * marshal.h: Declaration of the previous new methods.
17907         * object.c: Added new moethods for creating and updating MonoRemoteClass
17908         instances: mono_remote_class, mono_upgrade_remote_class, 
17909         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
17910         * verify.c: FIx transparent_proxy_fields layout.
17911         * appdomain.c: Bump corlib version.
17912
17913 2004-03-04  Jackson Harper  <jackson@ximian.com>
17914
17915         * icall.c: Add icall to access char conversion tables.
17916         * char-conversions.h: Character conversion tables.
17917         * Makefile.am: Add char-conversions.h private header file.
17918         
17919 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
17920
17921         * appdomain.c (unload_thread_main): Increase unloading timeout to
17922         10 sec as a temporary workaround for Nant problems.
17923
17924 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
17925
17926         * gc.c: Add checks for GC_enable and GC_disable.
17927
17928         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
17929         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
17930         (bug #54988).
17931         
17932 2004-02-27  Martin Baulig  <martin@ximian.com>
17933
17934         * reflection.c (mono_reflection_bind_generic_parameters): Take a
17935         `MonoReflectionType *' instead of a `MonoType *'.
17936
17937 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
17938
17939         * gc.c (run_finalize): Avoid finalizing the object representing the
17940         finalizer thread.
17941         (finalizer_thread): Fix warning.
17942
17943 2004-02-25  Martin Baulig  <martin@ximian.com>
17944
17945         * class.c (_mono_class_get_instantiation_name): Added `int offset'
17946         argument for nested types.
17947         (mono_class_create_generic): Added support for nested generictypes.
17948
17949         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
17950         `GList *nested'.
17951
17952         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
17953
17954         * reflection.c (method_encode_signature): Increase the minimum
17955         value of `size' from 10 to 11.
17956         (mono_reflection_bind_generic_parameters): Take `int type_argc'
17957         and `MonoType **types' arguments instead of the `MonoArray
17958         *types'; added `MonoType *nested_in'.  Recursively instantiate
17959         nested classes. 
17960
17961 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
17962
17963         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
17964         stack_overflow_ex members which are used by exception handling.
17965
17966         * appdomain.c (mono_runtime_init): Initialize the new members.
17967
17968         * gc.c (mono_gc_enable): New helper function.
17969         * gc.c (mono_gc_disable): New helper function.
17970
17971 2004-02-23  Martin Baulig  <martin@ximian.com>
17972
17973         * icall.c: I must have been really stupid - make it actually work
17974         this time ;-)
17975
17976 2004-02-23  Martin Baulig  <martin@ximian.com>
17977
17978         * loader.c (method_from_memberref): Only inflate the method if
17979         it's in another klass.
17980
17981 2004-02-23  Martin Baulig  <martin@ximian.com>
17982
17983         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
17984         (mono_class_init): If we're a generic instance and an interface,
17985         compute `class->interface_id'; also create `class->interfaces'
17986         here and inflate them.
17987
17988         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
17989         `ginst->is_open'.
17990         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
17991
17992         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
17993
17994 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
17995
17996         * reflection.c (method_encode_code): Improved the error message
17997         generated by the exception.
17998
17999 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18000
18001         * icall.c: Martin did not do what he said in the ChangeLog for
18002         2004-02-18, but put back the changes for properties and events.
18003         Commenting those changes out again and adding comment to bug #54518.
18004         
18005         * process.c: removed warning.
18006
18007 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
18008
18009         * marshal.c (emit_struct_conv): Print an error message instead of
18010         asserting when a type does not have the StructLayout attribute.
18011
18012 2004-02-20  Martin Baulig  <martin@ximian.com>
18013
18014         * reflection.c (mono_type_get_object): Also use the cache for
18015         generic instances.
18016         (mono_reflection_bind_generic_parameters): Always compute
18017         `ginst->ifaces'.        
18018
18019 2004-02-20  Martin Baulig  <martin@ximian.com>
18020
18021         * class.h (MonoGenericMethod): Removed `klass'.
18022
18023         * class.c (mono_class_inflate_generic_method): Added `MonoClass
18024         *klass' argument.
18025
18026 2004-02-20  Martin Baulig  <martin@ximian.com>
18027
18028         * reflection.c (method_encode_methodspec): Actually use the
18029         uninflated signature for the memberref.
18030
18031 2004-02-20  Martin Baulig  <martin@ximian.com>
18032
18033         * class.h (MonoGenericMethod): Removed `declaring'.
18034
18035         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
18036         is NULL, compute it here.
18037
18038 2004-02-20  Martin Baulig  <martin@ximian.com>
18039
18040         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
18041
18042         * metadata.c (mono_metadata_generic_inst_hash): New method.
18043         (mono_metadata_generic_inst_equal): New method.
18044
18045         * reflection.c (mono_reflection_bind_generic_parameters): Use the
18046         `klass->image->generic_inst_cache' cache to avoid creating
18047         duplicate MonoGenericInst's.
18048
18049         * class.c (mono_class_inflate_generic_type): Use the cache.
18050
18051 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
18052
18053         * object.c: fixed gc descriptor calculation for embedded valuetypes.
18054
18055 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18056
18057         * icall.c: added Socket.WSAIoctl icall.
18058
18059         * socket-io.[ch]: implemented
18060         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
18061
18062 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
18063
18064         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
18065
18066 2004-02-18  Urs C Muff  <umuff@quark.com>
18067
18068         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
18069         this work on PPC and other big-endian architectures.
18070
18071         * debug-mono-symfile.h: Prepended the names of all the `guint32'
18072         fields with an underscore to make sure they're only accessed by
18073         the read32() macro.
18074
18075 2004-02-18  Martin Baulig  <martin@ximian.com>
18076
18077         * icall.c: Put the klass->refclass changes back for methods and
18078         fields, but not for properties and events.  We're currently not
18079         distinguishing between DeclaringType and ReflectedType for
18080         properties and events, that's what caused the regressions.
18081
18082 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18083
18084         * object.c:
18085         (mono_async_result_new): the handle can be NULL.
18086
18087         * threadpool.c: Use an event instead of a semaphore, don't initialize
18088         it until needed. This saves quite a few semaphores from being created
18089         when using the threadpool.
18090
18091 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
18092
18093         * object.c (mono_string_is_interned_lookup): Fix interning of long
18094         strings. Fixes #54473.
18095
18096         * domain.c (ldstr_equal): Optimize if the two strings are equal.
18097
18098         * icall.c: Revert the klass->refclass changes since they introduce
18099         regressions (bug #54518).
18100
18101 2004-02-18  Martin Baulig  <martin@ximian.com>
18102
18103         * class.c (mono_class_init): If we're a generic instance and don't
18104         come from a TypeBuilder, inflate our members here.
18105         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
18106         (mono_class_create_generic): New public method.
18107         (mono_class_initialize_generic): Removed.
18108         (get_instantiation_name): Renamed to
18109         _mono_class_get_instantiation_name() and made it public.
18110
18111 2004-02-18  Martin Baulig  <martin@ximian.com>
18112
18113         * class.c (mono_class_inflate_generic_type): Clear the new
18114         instance's `nginst->klass' when inflating a generic instance.
18115         (mono_class_is_subclass_of): Added (basic) support for generic
18116         instances.
18117
18118 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
18119
18120         * appdomain.h, domain.c: use a MonoCodeManager instead of a
18121         MonoMempool to hold compiled native code.
18122
18123 2004-02-17  Martin Baulig  <martin@ximian.com>
18124
18125         * class.h (MonoDynamicGenericInst): Added `count_properties' and
18126         `properties'.
18127
18128         * reflection.c (mono_reflection_generic_inst_initialize): Added
18129         `MonoArray *properties' argument.
18130
18131         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
18132
18133 2004-02-17  Martin Baulig  <martin@ximian.com>
18134
18135         * icall.c (ves_icall_Type_GetFields): Renamed to
18136         ves_icall_Type_GetFields_internal() and added a
18137         `MonoReflectionType *rtype' argument; pass it to
18138         mono_field_get_object() to set the field's "reflected" type.
18139         (ves_icall_Type_GetConstructors): Likewise.
18140         (ves_icall_Type_GetEvents): Likewise.
18141         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
18142         argument; pass it to mono_method_get_object() to set the method's
18143         "reflected" type.       
18144
18145 2004-02-17  Martin Baulig  <martin@ximian.com>
18146
18147         * class.h (MonoDynamicGenericInst): New type.
18148         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
18149
18150         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
18151         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
18152         (ves_icall_MonoGenericInst_GetFields): New interncall.
18153
18154         * class.c (mono_class_from_generic): Don't call
18155         mono_class_initialize_generic() if this is a dynamic instance;
18156         ie. it's being created from a TypeBuilder.
18157         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
18158         `class->byval_arg.type'.
18159
18160         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
18161         to `inflate_method' and made static.
18162         (mono_reflection_inflate_field): Removed.
18163         (mono_reflection_generic_inst_initialize): New public method.
18164
18165         * reflection.h (MonoReflectionGenericInst): Removed `methods',
18166         `ctors' and `fields'; added `initialized'.
18167
18168 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
18169
18170         * debug-helpers.c (mono_method_full_name): Fix output for empty
18171         namespaces.
18172
18173 2004-02-12  Martin Baulig  <martin@ximian.com>
18174
18175         * class.h (MonoClassField): Added `MonoType *generic_type'.
18176
18177         * reflection.c (mono_image_get_fieldref_token): Added support for
18178         instantiated generic types.
18179         (field_encode_inflated_field): Removed.
18180         (mono_image_get_inflated_field_token): Removed.
18181         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
18182
18183         * reflection.h (MonoReflectionInflatedField): Removed.
18184
18185 2004-02-12  Martin Baulig  <martin@ximian.com>
18186
18187         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
18188         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
18189
18190         * reflection.c (mono_image_get_methodspec_token): Take a
18191         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
18192         (mono_image_create_token): Check whether we have a
18193         `method->signature->gen_method' and call
18194         mono_image_get_methodspec_token() if appropriate.
18195         (inflated_method_get_object): Removed.
18196         (mono_reflection_bind_generic_method_parameters): Return a
18197         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
18198         (mono_reflection_inflate_method_or_ctor): Likewise.
18199
18200         * reflection.h (MonoReflectionInflatedMethod): Removed.
18201
18202 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
18203
18204         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
18205         for custom valuetype marshalling.
18206
18207         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
18208
18209 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18210
18211         * icall.c: fixed WSAGetLastError_internal name.
18212
18213 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
18214
18215         * threads.c (mono_thread_attach): Allow this to be called multiple
18216         times for a thread.
18217         
18218         * threads.c (build_wait_tids): Do not wait for ourselves.
18219
18220         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
18221         appdomain list is empty.
18222
18223         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
18224         memory returned by mono_string_builder_to_utf16, since it points into
18225         managed memory. Thanks to Bernie Solomon for noticing this.
18226
18227         * icall.c: Add AppDomainSetup icalls.
18228
18229         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
18230
18231         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
18232         types.
18233
18234         * reflection.c (reflection_methodbuilder_to_mono_method): Save
18235         custom attributes to the method_aux struct. Also fix array indexes etc.
18236
18237         * loader.c (mono_method_get_param_names): Make dynamic case work again.
18238         
18239 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
18240
18241         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
18242         (both static and runtime) and reduce startup time.
18243
18244 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
18245
18246         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
18247         AsAny marshalling conversion instead of crashing.
18248
18249         * marshal.c: Fix warnings.
18250
18251 2004-02-09  Martin Baulig  <martin@ximian.com>
18252
18253         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
18254
18255         * reflection.h (MonoReflectionInflatedMethod): Removed the
18256         `declaring' field, it's now in the unmanaged MonoGenericMethod.
18257
18258         * reflection.c (method_encode_methodspec): Removed the `method'
18259         argument; we get it from `gmethod->declaring'.
18260         (inflated_method_get_object): Removed the `declaring' argument.
18261
18262 2004-02-09  Martin Baulig  <martin@ximian.com>
18263
18264         * class.h (MonoGenericMethod): New type.
18265         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
18266         `generic_method'.
18267
18268         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
18269         a `MonoGenericMethod *gen_method' one.
18270
18271         * class.c (mono_class_inflate_generic_type): Take an additional
18272         `MonoGenericMethod * argument.  This is only non-NULL if we're
18273         inflating types for a generic method.   
18274         (mono_class_inflate_generic_signature): Renamed to
18275         inflate_generic_signature() and made static; take a
18276         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
18277         (inflate_generic_header): Take a `MonoGenericMethod *' argument
18278         instead of a `MonoGenericInst *' one.
18279         (mono_class_inflate_generic_method): Likewise.
18280
18281         * reflection.c (encode_generic_method_sig): Take a
18282         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
18283         (method_encode_methodspec): Likewise.
18284         (inflated_method_get_object): Likewise. 
18285
18286         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
18287         field with a `MonoGenericMethod *gmethod' one.  
18288
18289 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
18290
18291         * class.h (mono_class_has_parent): add parens to expansion
18292         so you can ! this.
18293
18294 2004-02-08  Martin Baulig  <martin@ximian.com>
18295
18296         * image.h (MonoImage): Removed `generics_cache'.
18297
18298         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
18299         instead of a `MonoType *' argument; removed the `inflate_methods'
18300         argument.  Don't inflate methods here.
18301
18302         * loader.c (find_method): If it's a generic instance, call
18303         mono_class_init() on the `sclass->generic_inst->generic_type'.
18304
18305         * metadata.c (mono_type_size): Make this work on uninitialized
18306         generic instances; call it on the `ginst->generic_type's class.
18307
18308         * reflection.c (mono_reflection_bind_generic_parameters): Call
18309         mono_class_from_generic() to create the `ginst->klass'.
18310
18311 2004-02-08  Martin Baulig  <martin@ximian.com>
18312
18313         * class.h (MonoClass): Changed type of `generic_inst' from
18314         `MonoType *' to `MonoGenericInst *'.
18315
18316 2004-02-08  Martin Baulig  <martin@ximian.com>
18317
18318         * icall.c (ves_icall_Type_BindGenericParameters): Just call
18319         mono_type_get_object(), this is now creating a `MonoGenericInst'
18320         for MONO_TYPE_GENERICINST.
18321         (ves_icall_MonoGenericInst_GetParentType): Likewise.
18322         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
18323
18324         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
18325         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
18326         (inflated_method_get_object): Added `MonoClass *refclass' argument.
18327         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
18328         and reflected type.
18329
18330         * reflection.h (MonoReflectionInflatedMethod): Removed
18331         `declaring_type' and `reflected_type'.
18332
18333 2004-02-08  Martin Baulig  <martin@ximian.com>
18334
18335         * class.h (MonoGenericInst): Added `MonoType *parent' and
18336         `MonoType **ifaces'.
18337
18338         * reflection.h (MonoReflectionGenericInst): Removed `klass',
18339         `parent' and `interfaces'.
18340
18341         * reflection.c (mono_reflection_bind_generic_parameters): Take a
18342         `MonoType *' argument and return a `MonoType *'.
18343
18344         * icall.c
18345         (ves_icall_MonoGenericInst_GetParentType): New interncall.
18346         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
18347
18348 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
18349
18350         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
18351         valuetype marshalling.
18352
18353 2004-02-06  Martin Baulig  <martin@ximian.com>
18354
18355         * class.c
18356         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
18357         (my_mono_class_from_generic_parameter): Likewise.
18358
18359 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
18360
18361         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
18362         contents of the symbol files lazily.
18363
18364         * object.h (MonoThread): Add 'name' and 'name_len' fields.
18365
18366         * threads.h threads.c icall.c: New icalls for getting and setting the
18367         threads name.
18368
18369 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
18370
18371         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
18372         Raise an exception when the domain is not found.
18373
18374 2004-02-03  Martin Baulig  <martin@ximian.com>
18375
18376         * reflection.c (mono_image_get_methodspec_token): Use the
18377         uninflated signature; fixes gen-33.
18378
18379 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
18380
18381         * gc.c threads.c: Make the finalizer thread a normal managed thread so
18382         the finalizer code can use thread functionality.
18383
18384         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
18385         the finalizer thread.
18386
18387         * threads.c: Make some functions more robust.
18388
18389         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
18390
18391         * metadata.h: Add new marshalling conventions.
18392
18393         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
18394         stringbuilder marshalling. Fixes #53700.
18395
18396         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
18397
18398         * reflection.c (mono_image_get_type_info): Save declarative security
18399         info.
18400
18401         * reflection.c (mono_image_get_field_info): Handle uninitialized 
18402         unmanaged fields as well.
18403
18404         * appdomain.c: Bump corlib version.
18405
18406 2004-02-01  Martin Baulig  <martin@ximian.com>
18407
18408         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
18409         method type arguments.  
18410
18411 2004-01-30  Duncan Mak  <duncan@ximian.com>
18412
18413         * marshal.h: Add prototype for
18414         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
18415         and
18416         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
18417         fix the build.
18418
18419 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
18420
18421         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
18422         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
18423
18424 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
18425
18426         * marshal.c (mono_marshal_get_native_wrapper): Add support for
18427         custom marshalling of valuetypes.
18428
18429         * marshal.c: Fix some warnings.
18430
18431 2004-01-29  Martin Baulig  <martin@ximian.com>
18432
18433         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
18434         for generic method parameters.
18435
18436         * reflection.c (method_encode_methodspec): Write the uninflated
18437         signature into the methodspec table.
18438         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
18439         is always the uninflated method.
18440         (reflection_methodbuilder_to_mono_method): Copy the generic
18441         parameters from the MethodBuilder into `header->gen_params'.
18442
18443 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
18444
18445         * class.c (mono_class_from_generic_parameter): Fix warning.
18446
18447 2004-01-27  Martin Baulig  <martin@ximian.com>
18448
18449         * class.c (mono_class_from_generic_parameter): Don't create
18450         `klass->methods' here.  
18451
18452 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
18453
18454         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
18455         extension since it does not work with libraries named lib<FOO>.dll.so.
18456
18457 2004-01-25  Martin Baulig  <martin@ximian.com>
18458
18459         * class.c (mono_class_inflate_generic_type): Added support for
18460         MONO_TYPE_GENERICINST.
18461
18462         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
18463         inflate methods on open constructed types.      
18464
18465 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18466
18467         * object.c: fire ProcessExit event in the root AppDomain after running
18468         Main. Fixes bug #53299.
18469
18470 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
18471
18472         * socket-io.c: include the new socket-wrappers.h header.
18473         Use the wrappers instead of the unix socket functions to make the code
18474         more clear.
18475
18476 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
18477
18478         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
18479
18480         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
18481         Fixes #22532.
18482
18483 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
18484
18485         * reflection.c (mono_image_create_pefile): Handle the case when the
18486         entry point is not a MethodBuilder.
18487
18488         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
18489         field to ReflectionMethod since it is not allways a builder.
18490
18491         * reflection.c (type_get_fully_qualified_name): New helper function to
18492         return the fully qualified name of a type.
18493
18494         * reflection.c (encode_marshal_blob): Always emit the fully qualified
18495         type name for custom marshallers.
18496
18497         * reflection.c (mono_marshal_spec_from_builder): Ditto.
18498
18499         * class.c (mono_class_setup_vtable): If a parent class already 
18500         implements an interface, use the implementing methods from that class.
18501         Fixes #53148.
18502
18503 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18504
18505         * threadpool.c: just return instead of ExitThread to allow for thread
18506         clean up earlier.
18507
18508 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
18509
18510         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
18511         when closing resource modules.
18512
18513         * reflection.c (mono_image_create_pefile): Handle the case when the
18514         entry point is not a MethodBuilder.
18515
18516         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
18517         field to ReflectionMethod since it is not allways a builder.
18518
18519 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
18520
18521         * marshal.c (mono_marshal_get_managed_wrapper): 
18522         mono_marshal_alloc takes native int so CONV_I
18523         the arg for 64bits.
18524
18525 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
18526
18527         * reflection.c (fixup_cattrs): New function to fixup the methoddef
18528         tokens in the cattr table. Fixes #53108.
18529
18530 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18531
18532         * loader.c: don't trim ".dll" before looking up in the config file.
18533         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
18534
18535 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
18536
18537         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
18538         Return the module which contains the resource as well.
18539         (ves_icall_System_Reflection_Module_Close): New icall.
18540
18541         * appdomain.c: Bump corlib version number.
18542
18543         * image.c (mono_image_addref): New public function.
18544
18545         * assembly.c: Call mono_image_addref.
18546
18547         * reflection.c (mono_module_get_object): Increase reference count of 
18548         the image.
18549
18550         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
18551         Fixes #22532.
18552
18553         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
18554         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
18555         proper exceptions on DllImport problems.
18556
18557 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
18558
18559         * class.c, metadata.c: eliminate CSIZE macro.
18560
18561 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
18562
18563         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
18564         * object.h: Added async_callback field in MonoAsyncResult.
18565         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
18566         * verify.c: Added async_callback in MonoAsyncResult layout.
18567
18568 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
18569
18570         * reflection.c (mono_reflection_get_custom_attrs): Add support
18571         for Modules.
18572
18573 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
18574
18575         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
18576         marshalling.
18577         (mono_marshal_method_from_wrapper): Add null pointer check.
18578
18579 2004-01-16  Martin Baulig  <martin@ximian.com>
18580
18581         * debug-mono-symfile.h: Set version number to 36 and reflect
18582         latest symbol writer changes.
18583
18584 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
18585
18586         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
18587         multi-dimensional arrays.
18588         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
18589         (mono_class_from_mono_type): Use bounded_array_class_get.
18590         
18591         * class.c (mono_bounded_array_class_get): New function which takes
18592         a 'bounded' bool argument to distinguish vectors from one dimensional
18593         arrays.
18594
18595         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
18596         bounded_array_class_get if the array has bounds.
18597
18598         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
18599         Search modules loaded using AssemblyBuilder:AddModule as well.
18600
18601 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18602
18603         * appdomain.c: increased corlib version.
18604         * filewatcher.c: removed g_print.
18605         * icall.c:
18606         (get_property_info): only allocate what is actually requested.
18607         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
18608
18609 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18610
18611         * Makefile.am: added filewatcher.[ch]
18612         * filewatcher.[ch]: FileSystemWatcher runtime support.
18613         * icall.c: added new FSW icalls.
18614
18615 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
18616
18617         * string-icalls.c: fix stringbuilder regression as suggested by
18618         Iain McCoy <iain@mccoy.id.au>.
18619
18620 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
18621
18622         * process.c (process_read_stringtable_block): Recognize '007f' as
18623         a language neutral stringtable block.
18624
18625 2004-01-12  Patrik Torstensson
18626
18627         * object.h (MonoStringBuilder) : Changed layout to support our
18628         new stringbuilder class.
18629         * marshal.c: Change marshalling to support the new layout of 
18630         string builder.
18631         * appdomain.c: increased version number because new layout of
18632         string builder.
18633
18634 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
18635
18636         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
18637         assembly name as an string instead of an AssemblyName, since it is
18638         easier to extract info from it.
18639
18640         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
18641         the culture subdirectories too. Fixes #52231.
18642
18643 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18644
18645         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
18646         It takes 2 new parameters with an optional name for the method to look
18647         for and case ignoring info.
18648
18649         * threadpool.c: removed unused variable.
18650
18651 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18652
18653         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
18654         It takes 2 new parameters with an optional name for the property to look
18655         for and case ignoring info.
18656         Fixes bug #52753.
18657
18658 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
18659
18660         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
18661         Fix #52451.
18662
18663 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18664
18665         * appdomain.c:
18666         * assembly.c: escape the uri before passing it to g_filename_from_uri.
18667         Fixes bug #52630.
18668
18669 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
18670
18671         * reflection.c: Add support for more than one unmanaged resource.
18672
18673         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
18674         in field->def_value, as done in all other cases.
18675
18676         * reflection.c (mono_reflection_get_custom_attrs): Add support for
18677         TypeBuilders.
18678
18679         * reflection.c (mono_reflection_create_runtime_class): Remove 
18680         errorneous assignment to klass->element_class, since it is already
18681         done in mono_reflection_setup_internal_class.
18682
18683 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18684
18685         * gc.c: added missing LeaveCriticalSection.
18686         * icall.c: indented a couple of lines.
18687         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
18688         if we call EndInvoke inside a callback. Fixes bug #52601.
18689
18690 2004-01-07  Martin Baulig  <martin@ximian.com>
18691
18692         * mono-debug-debugger.h
18693         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
18694
18695 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
18696
18697         * appdomain.c: Use messages in NotImplementedException.
18698
18699         * exception.c (mono_get_exception_not_implemented): Now this takes
18700         a message argument.
18701
18702         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
18703         exception instead of g_asserting an aborting when something is not
18704         implemented.
18705
18706         Add some inline docs.
18707
18708 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
18709
18710         * reflection.h: Update after changes to object layout.
18711
18712         * reflection.c: Implement saving of unmanaged aka win32 resources.
18713
18714         * appdomain.c: Bump version number.
18715
18716         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
18717         Handle missing domains gracefully.
18718
18719 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
18720
18721         * file-io.c : On Windows, there are much more invalid_path_chars.
18722
18723 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
18724
18725         * class.h, object.c: prepare for GetType () speedup.
18726
18727 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
18728
18729         * profiler.c: workaround for --profile null reference exception on
18730           cygwin. Patch by Patrik Torstensson.
18731
18732 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
18733
18734         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
18735         make work for unaligned access.
18736
18737 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
18738
18739         * class.c: small cleanup (class->fields [i] -> field).
18740         * image.c: check address of metadata is valid.
18741
18742 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
18743
18744         * assembly.h assembly.c (mono_assembly_loaded): New public function to
18745         search the list of loaded assemblies.
18746
18747         * reflection.c (mono_reflection_type_from_name): Use 
18748         mono_assembly_loaded instead of mono_image_loaded.
18749
18750         * reflection.c: Fix warnings.
18751
18752 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
18753
18754         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
18755         is dynamic. This is needed since an assembly can contain both dynamic and
18756         non-dynamic images.
18757
18758         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
18759         assembly->dynamic.
18760
18761         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
18762
18763         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
18764         to store modules loaded using AddModule.
18765
18766         * reflection.c (mono_image_fill_file_table): Generalize this so it works
18767         on Modules.
18768
18769         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
18770
18771         * reflection.c (mono_image_fill_export_table_from_module): New function to
18772         fill out the EXPORTEDTYPES table from a module.
18773
18774         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
18775         into a separate function. Also handle loaded non-dynamic modules.
18776
18777         * reflection.c (mono_image_basic_init): Fix memory allocation.
18778
18779         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18780
18781         * assembly.c (mono_assembly_load_references): Make this public.
18782
18783 2003-12-19  Martin Baulig  <martin@ximian.com>
18784
18785         * class.c (mono_class_initialize_generic): Made this static, take
18786         a `MonoGenericInst *' instead of a `MonoClass *'.
18787         (mono_class_from_generic): Call mono_class_initialize_generic()
18788         unless we're already initialized or being called from
18789         do_mono_metadata_parse_generic_inst().
18790
18791         * class.h (MonoGenericInst): Added `initialized' and
18792         `init_pending' flags.
18793
18794         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
18795         `mono_class_init (gklass)' or mono_class_initialize_generic()
18796         here; set `generic_inst->init_pending' while parsing the
18797         `type_argv'.
18798
18799 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
18800
18801         * locales.c: include string.h for memxxx prototypes
18802
18803 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
18804
18805         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
18806         constructor when accessing literal fields.
18807
18808 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
18809
18810         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18811
18812         * reflection.c (assembly_add_resource_manifest): New function to fill
18813         the MANIFESTRESOURCE table.
18814
18815         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
18816
18817         * reflection.h: Update to changes in class layout.
18818
18819         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
18820         Reenable call to mono_runtime_is_shutting_down ().
18821
18822         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
18823         determine if the runtime is shutting down.
18824
18825 2003-12-16  Jackson Harper <jackson@ximian.com>
18826
18827         * icall.c: comment out call to mono_runtime_is_shutting_down to
18828         fix build.
18829         
18830 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
18831
18832         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
18833         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
18834
18835 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
18836
18837         * reflection.c: move definition of swap_with_size
18838         to before its first call
18839
18840 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
18841
18842         * appdomain.c (mono_runtime_is_shutting_down): New public function.
18843
18844         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
18845         icall.
18846
18847         * object.c: Fix warnings.
18848
18849         * icall.c (ves_icall_Type_Get...): Only consider inherited static
18850         members if FlattenHierarchy is set.
18851
18852         * reflection.c (mono_image_add_decl_security): New function to emit
18853         declarative security.
18854
18855         * reflection.h reflection.c: Add support for declarative security.
18856
18857         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
18858         
18859 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
18860
18861         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
18862         
18863         * appdomain.c verify.c: Moved corlib version checking into its own
18864         function in appdomain.c since it needs to create vtables etc.
18865
18866 2003-12-13  Patrik Torstensson <p@rxc.se>
18867
18868         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
18869         instead of unwrapped server.
18870
18871 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
18872
18873         * verify.c (check_corlib): Fix field index.
18874
18875 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
18876
18877         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
18878         GetGacPath icall.
18879
18880 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
18881
18882         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
18883         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
18884         cope with sizeof(size_t) != sizeof(guint32).
18885
18886 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18887
18888         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
18889         in case of failure.
18890
18891 2003-12-10  Mark Crichton <crichton@gimp.org>
18892
18893         * icall.c: removed the GetNonZeroBytes.  We now handle this case
18894         in managed code.
18895
18896         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
18897
18898 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
18899
18900         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
18901         marked as deleted.
18902
18903 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
18904
18905         * verify.c (check_corlib): Handle the case when the version field is 
18906         initialized by a static constructor.
18907
18908 2003-12-08  Patrik Torstensson  <p@rxc.se>
18909
18910     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
18911
18912 2003-12-08  Martin Baulig  <martin@ximian.com>
18913
18914         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
18915         a MonoReflectionGenericParameter, also take the parameter index
18916         and name as arguments.
18917         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
18918         (ves_icall_MonoGenericParam_initialize): New interncall.
18919         (ves_icall_Type_make_byref_type): New interncall.
18920
18921         * reflection.h (MonoReflectionGenericParam): Derive from
18922         MonoReflectionType, not just from MonoObject.  Added `refobj' and
18923         `index' fields.
18924
18925         * reflection.c (mono_reflection_define_generic_parameter): Create
18926         and return a new MonoReflectionGenericParam; don't initialize the
18927         constraints here.
18928         (mono_reflection_initialize_generic_parameter): New public method;
18929         initializes the constraints and creates the `param->pklass'.
18930
18931 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
18932
18933         * reflection.h reflection.c: Use the new fields 'num_types', 
18934         'num_fields' and 'num_methods' to track the number of types etc.
18935
18936         * verify.c (check_corlib): Check corlib version number.
18937
18938 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
18939
18940         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
18941         function works on all methods.
18942
18943 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
18944
18945         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
18946         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
18947         the custom_type_info flag of the transparent proxy.
18948         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
18949         objects that supports IRemotingTypeInfo.
18950         * object.h: Added custom_type_info field in transparent proxy.
18951
18952 2003-12-06  Martin Baulig  <martin@ximian.com>
18953
18954         * class.c (mono_class_create_from_generic): Removed.
18955         (mono_class_from_generic): Check `ginst->klass' before doing
18956         anything else.  This is important to fully support "recursive"
18957         generic types.
18958
18959         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
18960         empty `generic_inst->klass' before doing anything else.
18961
18962 2003-12-06  Dick Porter  <dick@ximian.com>
18963
18964         * verify.c: 
18965         * object.h:
18966         * icall.c:
18967         * locales.c: Use C structs to access class fields.  Don't do a
18968         conversion between MonoString and UChar because both are
18969         platform-endian UTF-16.  Compare now takes startindex and count
18970         parameters.  Add a char overload for IndexOf.  Speed up the
18971         invariant string IndexOf.
18972
18973 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
18974
18975         * Makefile.am (monosn_LDADD): Fix parallel build.
18976
18977 2003-12-04  Martin Baulig  <martin@ximian.com>
18978
18979         * icall.c
18980         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
18981         (ves_icall_Type_make_array_type): New interncall.       
18982
18983 2003-12-04  Martin Baulig  <martin@ximian.com>
18984
18985         * locales.c: also change it in the !HAVE_ICU case.
18986
18987 2003-12-04  Dick Porter  <dick@ximian.com>
18988
18989         * icall.c:
18990         * locales.c: construct_compareinfo is now in CompareInfo, not
18991         CultureInfo.
18992
18993 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
18994
18995         * image.c (mono_image_load_file_for_image): Cache loaded images in the
18996         image->files array.
18997
18998         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
18999         table as well.
19000
19001         * assembly.c (mono_assembly_load_references): Only load references
19002         once.
19003
19004         * class.c (mono_class_from_name): Avoid linear search of the 
19005         EXPORTEDTYPE table.
19006
19007         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
19008
19009 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
19010
19011         * image.h (MonoImage): Add 'field_cache' field.
19012
19013         * loader.c (mono_field_from_token): Cache field lookups.
19014         
19015         * reflection.c (mono_module_get_object): Fix name property.
19016
19017         * icall.c (ves_icall_get_enum_info): Update after changes to 
19018         mono_metadata_get_constant_index ().
19019
19020         * icall.c: Get rid of get_type_info icall, use a separate icall for
19021         each type property to avoid needless memory allocations. Fixes #51514.
19022
19023         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
19024         to avoid needless binary searches.
19025
19026         * class.c (class_compute_field_layout): Move the initialization of
19027         field->def_value to mono_class_vtable ().
19028
19029         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
19030         non-corlib types.
19031
19032         * object.c (mono_object_allocate): Make it inline.
19033
19034         * object.c (mono_object_allocate_spec): Make it inline.
19035         
19036 2003-12-02  Dick Porter  <dick@ximian.com>
19037
19038         * locales.c (create_NumberFormat): NumberFormatInfo construction.
19039         Patch by Mohammad DAMT (mdamt@cdl2000.com).
19040
19041 2003-12-01  Dick Porter  <dick@ximian.com>
19042
19043         * threads.c: Fix signature and call in CreateMutex and
19044         CreateEvent.
19045
19046 2003-12-01  Dick Porter  <dick@ximian.com>
19047
19048         * icall.c: 
19049         * locales.c: Implement string compares and searching
19050
19051         * object.h: Add extra Thread field
19052
19053 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
19054
19055         * reflection.c (fixup_method): Add support for MonoCMethod.
19056
19057 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
19058
19059         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
19060
19061         * reflection.c (assembly_name_to_aname): Allow extra characters in
19062         assembly names. Fixes #51468.
19063
19064 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
19065
19066         * exception.c (mono_exception_from_name_domain): New helper function.
19067
19068         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
19069         exception object in the correct domain.
19070
19071         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
19072         formatting + make a copy a the input data.
19073
19074         * loader.c (mono_get_method_from_token): Methods which contain
19075         native code do not have entries in the ImplMap.
19076
19077         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
19078         Thanks to Gonzalo for spotting this.
19079         
19080         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
19081         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
19082
19083         * assembly.h (mono_assembly_load_from): Split the second part of 
19084         assembly loading into a new public function.
19085
19086         * exception.h (mono_get_exception_bad_image_format): New function.
19087
19088 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
19089
19090         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
19091         Enumerate all modules inside a dynamic assembly. Fixes #51293.
19092         
19093         * icall.c: Add new icall for creating dynamic methods.
19094
19095         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
19096
19097         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
19098
19099         * reflection.c (mono_reflection_create_dynamic_method): New icall to
19100         create a dynamic method.
19101
19102         * reflection.c (resolve_object): New helper function.
19103
19104         * reflection.c: Generalize ReflectionMethodBuilder and the functions
19105         which manipulate it so they can also work on dynamic methods.
19106
19107         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
19108         creating the MonoReflectionMethodAux structure if it is not needed.
19109         
19110         * reflection.h verify.c: Update after changes to object layout.
19111
19112         * reflection.c (method_builder_encode_signature): Fix compilation on
19113         gcc 2.95.x.
19114
19115 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
19116
19117         * appdomain.h: Added support for context static fields. Added static_data
19118           field to MonoAppContext and renamed thread_static_fields to a more
19119           generic special_static_fields in MonoAppDomain, since it can now contain
19120           context static fields.
19121         * domain.c: Updated hashtable name.
19122         * object.c: Replaced field_is_thread_static() for a more generic
19123           field_is_special_static() which also checks for context static attribute.
19124           In mono_class_vtable(), added support for static context fields.
19125         * threads.c: Changed methods that manage thread static fields to more
19126           generic methods so they can be reused both for thread and context static
19127           data.
19128         * threads.h: Declared some new methods.
19129
19130 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
19131
19132         * reflection.h: Update after changes to the managed types.
19133
19134         * reflection.c (encode_custom_modifiers): New helper function.
19135
19136         * reflection.c (method_encode_signature): Emit custom modifiers.
19137
19138         * reflection.c (field_encode_signature): Emit custom modifiers.
19139
19140 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
19141
19142         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
19143
19144         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
19145         implementation.
19146
19147         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
19148         icall.
19149
19150         * object.c (mono_field_get_value_object): New function.
19151
19152         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
19153         specific.
19154
19155 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
19156
19157         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
19158         return a preallocated out-of-memory exception instance.
19159
19160         * object.c (out_of_memory): Use the new function.
19161
19162         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
19163         flag is before the custom modifiers. Fixes #49802.
19164
19165 2003-11-16  Martin Baulig  <martin@ximian.com>
19166
19167         * class.c (mono_class_is_open_constructed_type): Implemented the
19168         MONO_TYPE_GENERICINST case.
19169
19170 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
19171
19172         * assembly.c (mono_assembly_fill_assembly_name): New function to
19173         fill out the MonoAssemblyName structure.
19174         (mono_assembly_open): Use the new function.
19175
19176         * icall.c (fill_reflection_assembly_name): New helper function.
19177
19178         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
19179         new function.
19180
19181         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
19182
19183 2003-11-15  Martin Baulig  <martin@ximian.com>
19184
19185         * class.c (mono_class_is_open_constructed_type): New public
19186         function; checks whether a type is an open constructed type,
19187         ie. whether it still contains type parameters.
19188         (mono_class_inflate_generic_type): If we're a type parameter and
19189         the inflated type is also a MONO_TYPE_(M)VAR, return the original
19190         type.
19191
19192         * class.h (MonoGenericInst): Added `guint32 is_open'.
19193
19194         * loader.c (method_from_methodspec): Check whether we're an open
19195         or closed constructed type and set `ginst->is_open'.
19196
19197         * reflection.c (mono_reflection_bind_generic_parameters): Check
19198         whether we're an open or closed constructed type and set
19199         `ginst->is_open'.
19200         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
19201         from open constructed types.
19202
19203 2003-11-15  Martin Baulig  <martin@ximian.com>
19204
19205         * reflection.c (mono_reflection_bind_generic_parameters): If we're
19206         a generic instance (instead of a generic type declaration) with
19207         unbound generic parameters, bind them to our actual types.
19208
19209 2003-11-14  Martin Baulig  <martin@ximian.com>
19210
19211         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
19212
19213         * reflection.c (mono_reflection_bind_generic_parameters): If we're
19214         an interface type, populate `res->interfaces' with instantiated
19215         versions of all the interfaces we inherit.
19216
19217 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
19218
19219         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
19220         when MONO_PATH is set but doesn't contain the install dir.
19221
19222 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19223
19224         * icall.c:
19225         (ves_icall_Type_GetInterfaces): don't return an interface twice when
19226         it's also implemented in base classes. Fixes bug #50927.
19227
19228 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
19229
19230         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
19231         if this method is called from a finalizer. Fixes #50913.
19232
19233 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
19234
19235         * threads.c: Implement VolatileRead/VolatileWrite
19236
19237         * icall.c: Add new icalls for VolatileRead/VolatileWrite
19238
19239 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
19240
19241         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
19242         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
19243         2.95.3.
19244
19245         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
19246         from Peter Ross (pro@missioncriticalit.com).
19247         
19248 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
19249
19250         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
19251
19252 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
19253
19254         * assembly.c (mono_assembly_load_references): Disable check because it
19255         triggers on older corlibs which lots of people have.
19256
19257 2003-11-12  Jackson Harper  <jackson@ximian.com>
19258
19259         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
19260         load corlib.dll if mscorlib.dll is not found.
19261         * assembly.h: Remove corlib name define.
19262         * class.c:
19263         * domain.c:
19264         * image.c: Change corlib name to mscorlib.
19265         
19266 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
19267
19268         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
19269
19270 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
19271
19272         * appdomain.h: Added loader_optimization here to sync with the C#
19273         code, and add disallow_binding_redirects field.
19274
19275 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
19276
19277         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
19278
19279         * reflection.c (mono_image_build_metadata): Fix crash on modules
19280         with no types.
19281
19282         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
19283
19284         * icall.c (ves_icall_get_method_info): Return callingConvention as
19285         well.
19286
19287         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
19288         namespaces from the EXPORTEDTYPE table as well.
19289
19290         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
19291         from all modules inside the assembly.
19292         
19293 2003-11-11  Martin Baulig  <martin@ximian.com>
19294
19295         * reflection.c (mono_reflection_bind_generic_parameters): Make
19296         this work for interfaces.
19297
19298 2003-11-11  Martin Baulig  <martin@ximian.com>
19299
19300         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
19301
19302 2003-11-11  Martin Baulig  <martin@ximian.com>
19303
19304         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
19305         "MonoInflatedMethod" and "MonoInflatedCtor".
19306
19307 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
19308
19309         * reflection.c (resolution_scope_from_image): Use the assembly table
19310         from the manifest module, since other modules don't have it.
19311
19312         * debug-helpers.c (mono_type_full_name): New helper function.
19313
19314         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
19315
19316         * image.c (mono_image_load_file_for_image): New public function which
19317         is a replacement for the load_file_for_image in class.c.
19318
19319         * assembly.c (mono_assembly_load_module): A wrapper for the function
19320         above which does assembly association and reference loading too.
19321
19322         * class.c (mono_class_from_name): Call mono_assembly_load_module.
19323
19324 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19325
19326         * appdomain.c: not all of the attributes for the full assembly name
19327         are required and the order doesn't matter. Fixes bug #50787.
19328
19329 2003-11-10  Dick Porter  <dick@ximian.com>
19330
19331         * locales.c: Use platform-endian UTF16
19332
19333 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
19334
19335         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
19336         
19337 2003-11-10  Martin Baulig  <martin@ximian.com>
19338
19339         * metadata.c
19340         (mono_metadata_load_generic_params): Make this actually work.
19341
19342         * reflection.c (mono_reflection_bind_generic_parameters): If our
19343         parent is a generic instance, pass all the `types' to it, no
19344         matter whether it has the same number of type parameters or not.
19345
19346 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
19347
19348         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
19349
19350         * assembly.c (mono_assembly_load_references): Move the image<->assembly
19351         assignment code to this function so it gets called recursively for all
19352         modules.
19353
19354         * image.c (load_modules): Remove the assembly assignment since it is
19355         now done by mono_assembly_load_references.
19356         
19357         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
19358         Add 'module' argument.
19359         (mono_module_get_types): New helper function.
19360         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
19361
19362 2003-11-08  Martin Baulig  <martin@ximian.com>
19363
19364         * class.c (mono_class_inflate_generic_method): Interface method
19365         don't have a header.
19366
19367         * reflection.c (mono_image_get_methodspec_token): Take an
19368         additional `MonoGenericInst *' argument instead of reading it from
19369         the header; this is necessary to support interfaces.
19370         (mono_image_create_token): Pass the `MonoGenericInst *' from the
19371         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
19372         (inflated_method_get_object): Take an additional `MonoGenericInst *'
19373         argument.
19374
19375         * reflection.h (MonoReflectionInflatedMethod): Added
19376         `MonoGenericInst *ginst'.
19377
19378 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
19379
19380         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
19381
19382 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
19383
19384         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
19385
19386 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
19387
19388         * reflection.c 
19389         (reflection_methodbuilder_from_method_builder):
19390         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
19391         initialize a ReflectionMethodBuilder structure.
19392         (mono_image_get_methodbuilder_token):
19393         (mono_image_get_ctorbuilder_token): New functions to emit memberref
19394         tokens which point to types in another module inside the same assembly.
19395
19396         * reflection.c: Use the new helper functions.
19397         
19398         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
19399
19400         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
19401         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
19402
19403         * reflection.c (resolution_scope_from_image): Emit a moduleref if
19404         neccesary.
19405
19406         * reflection.c (mono_image_build_metadata): Emit metadata only for the
19407         current module. Emit the manifest only for the main module.
19408
19409         * reflection.c (mono_image_create_token): Add assertion when a 
19410         memberref needs to be created.
19411
19412         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
19413
19414         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
19415         larger buffer for the custom attribute blob. Fixes #50637.
19416         
19417 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19418
19419         * threadpool.c: notify listener on async processing handles after
19420         invoking the async callback. Thanks to Zoltan.
19421
19422 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
19423
19424         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
19425         avoid code duplication.
19426
19427         * reflection.h (MonoDynamicImage): New type which is currently unused,
19428         but will be used through the ref.emit code in place of 
19429         MonoDynamicAssembly.
19430
19431         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
19432         object layout.
19433
19434         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
19435         a MonoDynamicImage instead of just a MonoImage.
19436         
19437         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
19438         icalls to ModuleBuilder but keep their semantics, so they will work
19439         with moduleb->assemblyb. This will change later.
19440         
19441 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
19442
19443         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
19444         object layout.
19445
19446         * reflection.c (mono_image_build_metadata): Avoid creation of a default
19447         main module, since it is now done by the managed code.
19448
19449 2003-11-03  Martin Baulig  <martin@ximian.com>
19450
19451         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
19452         `ginst->klass' here.
19453         (method_encode_methodspec): Don't use the `ginst->generic_method's
19454         klass if it's a generic instance, use `ginst->klass' in this case.
19455
19456 2003-11-03  Martin Baulig  <martin@ximian.com>
19457
19458         * reflection.c (mono_image_get_generic_method_param_info):
19459         Removed, use mono_image_get_generic_param_info() instead.
19460         (mono_image_get_type_info): Write the GenericParam table before
19461         the Method table.  This is neccessary because in the GenericParam
19462         table, type parameters of the class (ie. '!0' etc.) must come
19463         before the ones from its generic methods (ie. '!!0' etc).
19464
19465 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
19466
19467         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
19468
19469 2003-11-02  Martin Baulig  <martin@ximian.com>
19470
19471         * reflection.c (create_generic_typespec): Take a
19472         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
19473         the generic parameters from it.
19474
19475 2003-11-02  Martin Baulig  <martin@ximian.com>
19476
19477         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
19478         instead of a `MonoClassField *' since we just need the type.
19479         (create_generic_typespec): New static function.  Creates a
19480         TypeSpec token for a generic type declaration.
19481         (mono_image_get_generic_field_token): New static function.
19482         (mono_image_create_token): If we're a FieldBuilder in a generic
19483         type declaration, call mono_image_get_generic_field_token() to get
19484         the token.
19485
19486 2003-11-02  Martin Baulig  <martin@ximian.com>
19487
19488         * reflection.h
19489         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
19490         `MonoReflectionGenericInst *declaring_type' and
19491         `MonoReflectionGenericInst *reflected_type' fields.
19492
19493         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
19494         `MonoReflectionGenericInst *declaring_type' and a
19495         `MonoReflectionGenericInst *reflected_type' argument instead of a
19496         single `MonoReflectionGenericInst *type' one.  Set
19497         `res->declaring_type' and `res->reflected_type' from them.
19498         (mono_reflection_inflate_field): Likewise.      
19499
19500 2003-11-02  Martin Baulig  <martin@ximian.com>
19501
19502         * class.c (mono_class_setup_vtable): Don't store generic methods
19503         in the vtable.  
19504
19505 2003-11-02  Martin Baulig  <martin@ximian.com>
19506
19507         * reflection.h (MonoReflectionGenericInst): Added
19508         `MonoReflectionType *declaring_type'.
19509
19510         * reflection.c (mono_reflection_bind_generic_parameters): Use
19511         `if (tb->parent)' instead of `klass->parent'.
19512
19513 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
19514
19515         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
19516         with an empty ASSEMBLY table.
19517
19518         * reflection.c (mono_image_build_metadata): Avoid using the same loop
19519         variable in the inner and outer loops.
19520
19521 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
19522
19523         * metadata.h (mono_metadata_make_token): Put parentheses around macro
19524         argument.
19525
19526         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
19527         
19528         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
19529         icalls. Instead, do everything in managed code. This is needed since
19530         it is hard to restore the original domain etc. in unmanaged code in the
19531         presence of undeniable exceptions.
19532
19533         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
19534         New icalls to push and pop appdomain refs.
19535
19536 2003-10-31  Martin Baulig  <martin@ximian.com>
19537
19538         * class.c (inflate_generic_type): Renamed to
19539         mono_class_inflate_generic_type() and made it public.
19540
19541         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
19542         New interncall.
19543
19544         * loader.c (mono_field_from_memberref): Also set the retklass for
19545         typespecs.
19546
19547         * fielder.c (mono_image_get_inflated_field_token): New static
19548         method; creates a metadata token for an inflated field.
19549         (mono_image_create_token, fixup_method): Added support for
19550         "MonoInflatedField".
19551         (fieldbuilder_to_mono_class_field): New static function.
19552         (mono_reflection_inflate_field): New public function.
19553
19554         * reflection.h
19555         (MonoReflectionGenericInst): Added `MonoArray *fields'.
19556         (MonoReflectionInflatedField): New typedef.     
19557
19558 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
19559
19560         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
19561         for Solaris and other platforms without s6_addr16
19562
19563 2003-10-30  Martin Baulig  <martin@ximian.com>
19564
19565         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
19566         argument instead of two.
19567         (mono_class_inflate_generic_signature): Likewise.
19568         (inflate_generic_header): Likewise.
19569         (mono_class_inflate_generic_method): Likewise.  In addition, if
19570         `ginst->klass' is set, it becomes the new `method->klass'.
19571
19572         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
19573         field.
19574
19575         * reflection.c (encode_generic_method_sig): Write a 0xa as the
19576         first byte. [FIXME]
19577         (method_encode_methodspec): If we have generic parameters, create
19578         a MethodSpec instead of a MethodRef.
19579         (fixup_method): Added support for "MonoInflatedMethod" and
19580         "MonoInflatedCtor".
19581         (mono_image_create_token): Added support for "MonoInflatedMethod"
19582         and "MonoInflatedCtor".
19583         (inflated_method_get_object): New static function; returns a
19584         managed "System.Reflection.MonoInflatedMethod" object.
19585         (mono_reflection_bind_generic_method_parameters): Return a
19586         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
19587         (mono_reflection_inflate_method_or_ctor): Likewise.
19588         (mono_image_get_generic_method_param_info): Initialize unused
19589         fields to zero.
19590         (mono_image_get_generic_param_info): Likewise.
19591
19592         * reflection.h (MonoReflectionInflatedMethod): New public
19593         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
19594         "S.R.MonoInflatedCtor" classes.
19595
19596         * loader.c (method_from_memberref): If we're a TypeSpec and it
19597         resolves to a generic instance, inflate the method.
19598
19599 2003-10-28  Dick Porter  <dick@ximian.com>
19600
19601         * object.c (mono_runtime_run_main): Convert command-line arguments
19602         into utf8, falling back to the user's locale encoding to do so.
19603
19604 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
19605
19606         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
19607         at this time.
19608
19609         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
19610
19611         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
19612         up icalls at method definition time. Partially fixes #33569.
19613
19614 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
19615
19616         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
19617         marshalling of arrays. Fixes #50116.
19618
19619         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
19620
19621         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
19622         points to a vtable in the dying appdomain.
19623
19624         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
19625         listeners into unmanaged code inside the lock.
19626
19627         * object.c (mono_class_vtable): Turn off typed allocation in non-root
19628         domains and add some comments.
19629
19630 2003-10-25  Martin Baulig  <martin@ximian.com>
19631
19632         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
19633
19634         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
19635
19636         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
19637         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
19638         currently parsing.  Create the generic class and store it in
19639         `generic_inst->klass' before parsing the type arguments.  This is
19640         required to support "recursive" definitions; see mcs/tests/gen-23.cs
19641         for an example.
19642         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
19643         to support recursive typespec entries.
19644
19645         * class.c (mono_class_setup_parent): If our parent is a generic
19646         instance, we may get called before it has its name set.
19647         (mono_class_from_generic): Splitted into
19648         mono_class_create_from_generic() and mono_class_initialize_generic().
19649
19650 2003-10-25  Martin Baulig  <martin@ximian.com>
19651
19652         * icall.c (ves_icall_Type_BindGenericParameters): Return a
19653         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
19654         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
19655         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
19656
19657         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
19658         (create_typespec): Likewise.
19659         (mono_reflection_bind_generic_parameters): Return a
19660         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
19661         (mono_reflection_inflate_method_or_ctor): New public function.
19662
19663         * reflection.h (MonoReflectionGenericInst): New typedef.        
19664
19665 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
19666
19667         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
19668         inside the domain lock. Fixes #49993.
19669         
19670         * object.c (mono_class_vtable): When typed allocation is used, 
19671         allocate vtables in the GC heap instead of in the mempool, since the
19672         vtables contain GC descriptors which are used by the collector even
19673         after the domain owning the mempool is unloaded.
19674
19675         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
19676
19677         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
19678         reflect what it does. Also invalidate mempools instead of freeing
19679         them if a define is set.
19680
19681         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
19682         of the appdomain.
19683         
19684         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
19685         hold the finalizable objects in this domain.
19686
19687         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
19688         appdomain.
19689
19690         * appdomain.c (mono_domain_set): New function to set the current
19691         appdomain, but only if it is not being unloaded.
19692
19693         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
19694         appdomain which is being unloaded.
19695         
19696         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
19697         unloading of the root appdomain.
19698
19699         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
19700         icall to execute a method in another appdomain. Intended as a 
19701         replacement for InternalSetDomain, which can confuse the code 
19702         generation in the JIT.
19703
19704         * appdomain.c (mono_domain_is_unloading): New function to determine
19705         whenever an appdomain is unloading.
19706
19707         * appdomain.c (mono_domain_unload): New function to correctly unload
19708         an appdomain.
19709
19710         * assembly.c (mono_assembly_load_references): Check that an assembly
19711         does not references itself.
19712
19713         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
19714         domain manually, it asks the finalizer thread to do it, then waits for
19715         the result. Also added a timeout.
19716
19717         * icall.c: Register the new icalls.
19718
19719         * threads.h threads.c: Export the mono_gc_stop_world and 
19720         mono_gc_start_world functions.
19721         
19722         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
19723         function to fill out the mempool with 0x2a.
19724
19725 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
19726
19727         * reflection.h (MonoReflectionMethodAux): New structure to store
19728         information which is rarely used, thus is not in the MonoMethod
19729         structure.
19730
19731         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
19732         store the aux info.
19733
19734         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
19735         and marshalling info into the aux structure.
19736
19737         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
19738         from the aux structure.
19739
19740         * loader.c (mono_method_get_param_names): Retrieve the param names from
19741         the aux structure.
19742         
19743 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
19744
19745         * exception.h exception.c: Add AppDomainUnloadedException && fix 
19746         warning.
19747
19748 2003-10-21  Dick Porter  <dick@ximian.com>
19749
19750         * socket-io.c
19751         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
19752         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
19753
19754 2003-10-21  Martin Baulig  <martin@ximian.com>
19755
19756         * reflection.c (mono_reflection_bind_generic_parameters):
19757         `klass->parent' is NULL for interfaces.
19758
19759 2003-10-21  Martin Baulig  <martin@ximian.com>
19760
19761         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
19762
19763 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
19764
19765         * exception.c (mono_exception_from_name_msg): New helper function for
19766         creating exceptions and initializing their message field.
19767
19768         * exception.c: Simplify functions using the new helper.
19769
19770         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
19771         New function.
19772
19773         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
19774         mono_raise_exception, since otherwise gcc doesn't generate the function
19775         epilog for raise_exception, confusing the stack unwinding in the JIT.
19776         Fixes #45043.
19777
19778         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
19779         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
19780         Fixes #49499.
19781
19782 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19783
19784         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
19785         utf8.
19786
19787 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
19788
19789         * icall.c: Removed GetUninitializedObject method because
19790           AllocateUninitializedClassInstance does the same.
19791
19792 2003-10-18  Martin Baulig  <martin@ximian.com>
19793
19794         * class.c (inflate_generic_signature): Renamed to
19795         mono_class_inflate_generic_signature() and made it public.
19796         (my_mono_class_from_generic_parameter): New static function; if we
19797         don't already have the generic parameter's MonoClass, create a
19798         very simple one which is just used internally in the runtime and
19799         not passed back to managed code.
19800
19801         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
19802
19803         * metadata.h (MonoMethodSignature): Moved the
19804         `MonoGenericParam *gen_params' to the MonoMethodHeader.
19805         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
19806
19807         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
19808         ves_icall_MonoMethod_GetGenericArguments(); this is now an
19809         interncall on the MonoMethod class, not on MethodInfo.
19810         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
19811         calling mono_reflection_bind_generic_method_parameters() directly.
19812
19813         * loader.c (mono_method_get_signature): If this is a MethodSpec;
19814         return the already computed `method->signature'.
19815         (method_from_methodspec): New static function to load a method
19816         from a MethodSpec entry.
19817         (mono_get_method_from_token): Call the new method_from_methodspec()
19818         for MethodSpec tokens.  
19819         (mono_get_method_from_token): If we're a generic method, load the
19820         type parameters.
19821
19822         * reflection.c (mono_image_get_memberref_token): Allow
19823         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
19824         table.
19825         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
19826         (mono_image_create_token): First check whether it's a generic
19827         method (so we'd need to create a MethodSpec), then do the other
19828         two alternatives.
19829         (mono_reflection_bind_generic_method_parameters): Return a
19830         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
19831         called directly from the interncall.
19832
19833 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
19834
19835         * reflection.c (load_public_key): Move loading of the public key
19836         into managed code.
19837
19838         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
19839
19840         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
19841         fields.
19842
19843         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
19844         culture, hash_alg and public_key. Fixes #49555.
19845
19846 2003-10-17  Martin Baulig  <martin@ximian.com>
19847
19848         * class.h (MonoGenericInst): Moved this declaration here and added
19849         `MonoMethod *generic_method'.
19850
19851         * icall.c
19852         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
19853         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
19854
19855         * metadata.c (mono_metadata_type_equal): Two types of
19856         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
19857         index; ie. don't compare the address of the `MonoGenericParam'
19858         structure.
19859         (mono_metadata_load_generic_params): Removed the `MonoMethod
19860         *method' argument.
19861
19862         * metadata.h (MonoGenericInst): Moved declaration to class.h.
19863         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
19864
19865         * reflection.c (method_encode_signature): Encode the number of
19866         generic parameters.
19867         (encode_generic_method_sig): New static function.
19868         (method_encode_methodspec): New static function; creates an entry
19869         in the MethodSpec table for a generic method.
19870         (mono_image_get_methodspec_token): New static function.
19871         (mono_image_create_token): Call mono_image_get_methodspec_token()
19872         for generic methods.
19873         (mono_reflection_bind_generic_method_parameters): New public
19874         function.  Instantiates a generic method.
19875
19876 2003-10-16  Martin Baulig  <martin@ximian.com>
19877
19878         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
19879         *gen_params' here from MonoMethodHeader.
19880
19881         * metadata.c (mono_metadata_parse_method_signature): If we have
19882         generic parameters, initialize `method->gen_params' and then set
19883         the correct `type->data.generic_param' in all the parameters.
19884
19885 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
19886
19887         * threads.c (mono_threads_get_default_stacksize): New function to 
19888         return the default stacksize.
19889
19890         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
19891         termination of the finalizer thread, since the previous method had
19892         race conditions. Fixes #49628.
19893
19894         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
19895         as for the other managed threads.
19896
19897 2003-10-16  Martin Baulig  <martin@ximian.com>
19898
19899         * class.c (inflate_generic_signature): Copy `generic_param_count'
19900         and `gen_params'.
19901
19902         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
19903         New interncall.
19904
19905         * metadata.c (mono_metadata_parse_method_signature): Actually set
19906         the `method->generic_param_count' here.
19907         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
19908
19909 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
19910
19911         * object.h: Add a new field to TypedRef to simplify the implementation
19912         of the REFANY opcodes in the JIT.
19913
19914         * icall.c: Make use of the new field.
19915
19916         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
19917         dynamically.
19918
19919 2003-10-15  Martin Baulig  <martin@ximian.com>
19920
19921         * class.c (mono_class_from_gen_param): Renamed to
19922         mono_class_from_generic_parameter() and moved most of the
19923         functionality from mono_reflection_define_generic_parameter()
19924         here; ie. we create a "real" class here.
19925         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
19926         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
19927         previously been called.
19928
19929         * class.h (MonoGenericParam): Moved the declaration of this struct
19930         here from metadata.h and added `MonoMethod *method'.
19931
19932         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
19933         interncall.
19934
19935         * loader.c (mono_get_method_from_token): If we have any generic
19936         parameters, call mono_metadata_load_generic_params() to read them
19937         from the MONO_TABLE_GENERICPAR.
19938
19939         * metadata.c (mono_metadata_load_generic_params): Added
19940         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
19941
19942         * metadata.h (MonoMethodSignature): Replaced
19943         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
19944         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
19945
19946         * reflection.c (mono_reflection_define_generic_parameter): Moved
19947         most of the functionality into the new
19948         mono_class_from_generic_parameter(); set the `method' field if
19949         we're a method parameter.       
19950
19951 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
19952
19953         * marshal.c (emit_struct_conv): if native size is 0
19954         emit no code.
19955
19956 2003-10-14  Martin Baulig  <martin@ximian.com>
19957
19958         * icall.c: The generics API has changed in the spec since it was
19959         added to System.Type; these modifications make it match the spec
19960         again.
19961         (ves_icall_Type_GetGenericParameters): Renamed to
19962         `ves_icall_Type_GetGenericArguments'.
19963         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
19964         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
19965         `ves_icall_MonoType_get_HasGenericArguments'.
19966         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
19967         `ves_icall_MonoType_get_IsGenericParameter'.
19968         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
19969         this is no interncall anymore.
19970         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
19971         `ves_icall_TypeBuilder_get_IsGenericParameter'.
19972
19973 2003-10-14  Martin Baulig  <martin@ximian.com>
19974
19975         * reflection.c (mono_reflection_bind_generic_parameters): Also
19976         inflate generic methods if we're reading the class from IL.
19977
19978 2003-10-13  Martin Baulig  <martin@ximian.com>
19979
19980         * reflection.c (mono_reflection_define_generic_parameter): This
19981         method isn't called directly from the icall anymore; take a
19982         `MonoReflectionAssemblyBuilder *' so we can use this for type and
19983         method generic parameters.
19984         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
19985         (method_builder_encode_signature): Encode generic parameters.
19986         (mono_image_get_method_info): Write generic params to the
19987         MONO_TABLE_GENERICPARAM table.
19988
19989         * reflection.h (MonoReflectionMethodBuilder): Added
19990         `MonoArray *generic_params'.
19991
19992         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
19993
19994         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
19995         wrapper for mono_reflection_define_generic_parameter().
19996         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
19997
19998 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
19999
20000         * marshal.h: Add missing function to fix build.
20001
20002         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
20003         the SetLastError pinvoke attribute.
20004
20005         * marshal.c (mono_marshal_set_last_error): New helper function called
20006         by the generated code.
20007         
20008         * marshal.c (mono_mb_emit_branch): New helper function.
20009
20010         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
20011
20012         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
20013         classes as parameters and return values of delegates. Fixes #29256. 
20014
20015 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
20016
20017         * locales.c: use gint32 in non HAVE_ICU case
20018
20019 2003-10-11  Martin Baulig  <martin@ximian.com>
20020
20021         * mono-debug.c (mono_debug_add_method): Added a workaround for
20022         bug #48591.
20023
20024 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
20025
20026         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
20027         delegates passed to native code must use the STDCALL calling 
20028         convention. Fixes #35987.
20029
20030 2003-10-10  Martin Baulig  <martin@ximian.com>
20031
20032         * class.c (inflate_generic_type): If we're inflating for a generic
20033         type instance (and not for a generic method), return
20034         MONO_TYPE_MVAR unchanged.
20035
20036 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20037
20038         * string-icalls.c: Join ignores null strings in the source array.
20039         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
20040         * threads.c: GetAvailableTheads is slightly more accurate.
20041
20042 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
20043
20044         * threads.h threads.c : add mono_threads_set_default_stacksize
20045         and pass default to CreateThread calls.
20046
20047 2003-10-09  Dick Porter  <dick@ximian.com>
20048
20049         * icall.c:
20050         * locales.h:
20051         * locales.c: Internal calls for constructing CultureInfo and
20052         related objects from libicu (if its available.)
20053
20054 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
20055
20056         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
20057
20058 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20059
20060         * threadpool.c: added an argument to async_invoke_thread that is the
20061         item to process, pass the MonoAsyncResult to the thread start function
20062         when creating a new thread. This way we don't need to acquire any lock
20063         when we're creating a new thread. Readded a semaphore for faster
20064         response times (instead of that Sleep i added).
20065
20066 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
20067
20068         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
20069         get daylight change dates better on Windows, fix handling
20070         of platforms without tm_gmtoff.
20071
20072 2003-10-06  Martin Baulig  <martin@ximian.com>
20073
20074         * class.c (inflate_generic_method): Renamed to
20075         mono_class_inflate_generic_method() and made public.
20076         (mono_class_init): Don't inflate the generic methods here.
20077         (mono_class_from_generic): Added `gboolean inflate_methods'
20078         argument.  Inflate the methods here.
20079
20080         * loader.c (mono_method_get_param_names): Ignore instances of
20081         generic types for the moment.
20082
20083         * reflection.c (fixup_method): Added support for inflated methods.
20084         (mono_image_create_token): Use mono_image_get_methodref_token()
20085         for inflated methods.
20086         (mono_custom_attrs_from_param): Ignore instances of generic types
20087         for the moment.
20088         (mono_reflection_bind_generic_parameters): New public function.
20089         Moved all the functionality from
20090         ves_icall_Type_BindGenericParameters() here and added support for
20091         dynamic types.
20092         (mono_reflection_define_generic_parameter): Initialize
20093         `klass->methods' here.
20094
20095         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
20096         functionality into mono_reflection_define_generic_parameter().
20097         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
20098         TypeBuilder, return that TypeBuilder.
20099
20100 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20101
20102         * appdomain.c: removed mono_delegate_semaphore.
20103
20104         * threadpool.c:
20105         (mono_thread_pool_add): moved hash table creation inside and the thread 
20106         creation outside of the critical region.
20107         (mono_thread_pool_finish): removed obsolete code.
20108         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
20109         continue or exit the thread depending on the queue.
20110
20111 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
20112
20113         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
20114         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
20115         handle more bool marshalling options
20116
20117 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
20118
20119         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
20120         arrays of structs. Also add a more descriptive error message when
20121         a structure member is marshalled as LPArray.
20122
20123 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
20124
20125         * marshal.c (mono_marshal_get_native_wrapper): Add support for
20126         marshalling arrays of complex types. Fixes #29098. Also remove an
20127         usused and incomplete function.
20128
20129 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
20130
20131         * gc.c: report heap_size - free_bytes as total memory allocated
20132         (bug#49362).
20133
20134 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
20135
20136         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
20137         fix timezone handling problems on Windows.
20138         
20139         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
20140         asserts when the year is outside the range handled by ms the functions.
20141
20142         * class.c (setup_interface_offsets): If the class is an interface,
20143         fill out its interface_offsets slot.
20144
20145 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20146
20147         * threadpool.c: mark threadpool threads as background.
20148
20149 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
20150
20151         * decimal.c - define DECINLINE to nothing if not using GCC
20152
20153 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
20154
20155         * assembly.c: More refcount fixes.
20156
20157 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20158
20159         * string-icalls.c: if we're not trimming, return the same string.
20160         When not splitting, don't create a new string.
20161
20162 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20163
20164         * image.c:
20165         (mono_image_open): increment the ref_count inside the critical section.
20166
20167 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
20168
20169         * image.c (mono_image_open): Fix reference counting bug.
20170
20171 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
20172
20173         * marshal.c (mono_marshal_type_size) struct alignment changed for 
20174         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
20175         64bits. Avoid leak in mono_marshal_get_native_wrapper when
20176         mono_lookup_pinvoke_call throws.        
20177
20178 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
20179
20180         * reflection.c (mono_reflection_parse_type): Fix #49114.
20181
20182         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
20183         temporary workaround for cygwin header problem.
20184
20185         * object.c (mono_object_isinst): Synchronize this with the code
20186         generated by the JIT for casts.
20187
20188 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
20189
20190         * reflection.c (encode_type): Fix #38332.
20191
20192 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
20193
20194         * marshal.c (mono_marshal_method_from_wrapper): New function to return
20195         the original method from the wrapper method.
20196
20197 2003-09-25  Martin Baulig  <martin@ximian.com>
20198
20199         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
20200         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
20201         (ves_icall_Type_get_IsGenericInstance): New interncall.
20202
20203 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
20204
20205         * object.c: fix cast warning in big endian code.
20206
20207 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
20208
20209         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
20210         
20211 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20212
20213         * assembly.c: don't call check_env from mono_assembly_load. It's
20214         already done once in mono_assemblies_init and may cause headaches when
20215         multiple threads are loading assemblies.
20216
20217 2003-09-19  Martin Baulig  <martin@ximian.com>
20218
20219         * reflection.c (mono_reflection_define_generic_parameter): Don't
20220         allocate `klass->methods', set `klass->flags' to
20221         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
20222
20223 2003-09-18  Martin Baulig  <martin@ximian.com>
20224
20225         * class.c (mono_class_init): Don't create `class->methods' if it's
20226         already initialized.
20227
20228         * metadata.c (mono_metadata_load_generic_params): Make this
20229         actually work.
20230
20231         * reflection.c (mono_reflection_define_generic_parameter): Set
20232         parent class and interfaces from the constraints.
20233
20234         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
20235         to keep this struct in sync with the declaration in TypeBuilder.cs.
20236
20237 2003-09-17  Martin Baulig  <martin@ximian.com>
20238
20239         * metadata.h (MonoType): Replaced the data's `int type_param'
20240         field with `MonoGenericParam *generic_param'.
20241         (MonoGenericParam): Added `MonoClass *klass'.
20242
20243         * class.c (mono_class_from_gen_param): Removed the
20244         `MonoImage *image' and `int type_num' arguments.
20245
20246         * metadata.c (mono_metadata_parse_generic_param): New static
20247         method; creates a MonoGenericParam which just contains the index.
20248         (do_mono_metadata_parse_type): Call
20249         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
20250         MONO_TYPE_MVAR.
20251
20252         * reflection.c (mono_image_typedef_or_ref): Generic type
20253         parameters may be in the same assembly, but never use a typedef
20254         for them.
20255         (mono_reflection_define_generic_parameter): We're now creating a
20256         "real" class for the type parameter; it's now safe to call
20257         mono_class_from_mono_type() on the class'es type, it'll do the
20258         right thing.
20259
20260 2003-09-16  Martin Baulig  <martin@ximian.com>
20261
20262         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
20263         `symfile->range_entry_size' and `symfile->class_entry_size' here;
20264         the `symfile' data structure must be fully initialized before it
20265         gets added to the table.
20266
20267 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
20268
20269         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
20270
20271         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
20272         class init trampolines.
20273
20274 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
20275
20276         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
20277         to the built-in profiler to turn off time and allocation profiling
20278         respectively.
20279
20280 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
20281
20282         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
20283         g_direct_equal.
20284
20285         * debug-helpers.c (mono_method_full_name): Print the wrapper type
20286         in human readable form.
20287
20288 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
20289
20290         * reflection.c icall.c: Fixed warnings.
20291
20292         * image.c (load_class_names): Use a temporary hash table to hold the
20293         namespaces in order to avoid doing many string comparisons.
20294
20295         * image.h: Fix typo.
20296
20297         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
20298         Pass NULL instead of g_direct_equal to the GHashTable constructor 
20299         since the NULL case is short-circuited inside g_hash_table_lookup, 
20300         leading to better performance.  
20301
20302         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
20303         obtain the first custom attribute for a given index. Depends on the
20304         CustomAttribute table being sorted by the parent field.
20305
20306         * reflection.c (mono_custom_attrs_from_index): Use the new function 
20307         for better performance.
20308
20309 2003-09-07  Martin Baulig  <martin@ximian.com>
20310
20311         * class.c (mono_class_init): If we're a generic instance, inflate
20312         all our methods instead of loading them from the image.
20313         (mono_class_from_generic): Set `class->methods = gklass->methods'.
20314
20315 2003-09-07  Martin Baulig  <martin@ximian.com>
20316
20317         * mono-debug-debugger.c: Added support for constructors.
20318
20319 2003-09-06  Martin Baulig  <martin@ximian.com>
20320
20321         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
20322         New interncall.
20323
20324         * reflection.c (mono_reflection_setup_generic_class): Call
20325         ensure_runtime_vtable() to create the vtable.
20326
20327 2003-09-05  Martin Baulig  <martin@ximian.com>
20328
20329         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
20330         MONO_TYPE_MVAR.
20331
20332 2003-09-04  Martin Baulig  <martin@ximian.com>
20333
20334         * reflection.c (mono_reflection_define_generic_parameter): Generic
20335         parameters start with zero.
20336
20337 2003-09-04  Martin Baulig  <martin@ximian.com>
20338
20339         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
20340
20341         * reflection.h (MonoReflectionGenericParam): New typedef.
20342         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
20343         the generic parameters from the managed TypeBuilder.
20344
20345         * reflection.c (mono_reflection_define_generic_parameter): New function.
20346         (mono_reflection_create_runtime_class): Encode generic parameters.
20347         (mono_reflection_setup_generic_class): New function; this is
20348         called after adding adding all generic params to the TypeBuilder.
20349         (encode_type): Added MONO_TYPE_VAR.
20350
20351 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
20352
20353         * class.h class.c (mono_class_needs_cctor_run): Moved this method
20354         here from the JIT.
20355
20356         * assembly.h assembly.c: Moved the AOT loading code into an assembly
20357         load hook.
20358
20359 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
20360
20361         * reflection.h reflection.c class.h class.c: Delete duplicate 
20362         definition of mono_type_get_name () from reflection.c and export the
20363         one in class.c.
20364
20365         * class.c: Class loading fixes from Bernie Solomon 
20366         (bernard@ugsolutions.com).
20367
20368         * reflection.c: Endianness fixes from Bernie Solomon 
20369         (bernard@ugsolutions.com).
20370         
20371 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
20372
20373         * assembly.h assembly.c: Define a file format version for AOT
20374         libraries.
20375         
20376         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
20377
20378         * appdomain.h (MonoJitInfo): New field to determine whenever the
20379         code is domain neutral.
20380         
20381 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
20382
20383         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
20384
20385 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
20386
20387         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
20388         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
20389         Avoid caching the result since strings must be domain specific. Fixes
20390         #48050.
20391
20392 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
20393
20394         * marshal.c (mono_marshal_init): Make this callable multiple times
20395         since it is hard to find a correct place to call it.
20396
20397         * object.c (mono_runtime_class_init): Execute static constructors in
20398         the correct appdomain.
20399
20400         * image.c (build_guid_table): Handle the case when multiple images have
20401         the same GUID.
20402
20403 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20404
20405         * icall.c: added a couple of icalls for System.Web.
20406
20407 2003-08-28  Martin Baulig  <martin@ximian.com>
20408
20409         * icall.c (ves_icall_Type_BindGenericParameters): Use
20410         `klass->generic_inst' instead of `&klass->byval_arg' in the
20411         mono_type_get_object() call.  The returned type must be
20412         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
20413
20414 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
20415
20416         * NOTES: New file.
20417
20418         * object.c (mono_class_proxy_vtable): Make it thread safe.
20419
20420         * pedump.c: Fix warning.
20421
20422         * object.c appdomain.h: Get rid of metadata_section. 
20423         It is no longer needed and it was causing deadlocks with domain->lock.
20424
20425         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
20426
20427 2003-08-26  Martin Baulig  <martin@ximian.com>
20428
20429         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
20430
20431 2003-08-26  Martin Baulig  <martin@ximian.com>
20432
20433         * pedump.c (main): Call mono_metadata_init(),
20434         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
20435         and mono_loader_init().
20436
20437 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
20438
20439         * loader.h: Add missing include to fix build.
20440
20441         * image.h: mono_image_load_references is no more.
20442
20443         * assembly.c: Reworked assembly loading to make it really thread safe.
20444         After these changes, the assembly returned by mono_assembly_open is
20445         fully initialized, i.e. all its references assemblies are loaded.
20446
20447         * assembly.c (mono_image_load_references): Renamed to 
20448         mono_assembly_load_references, and made private, since clients no
20449         longer need to call it.
20450
20451         * class.c: Removed calls to mono_assembly_load_references, since it was
20452         a source of deadlocks.
20453
20454         * loader.h loader.c class.h class.c: Protect data structures using a 
20455         new lock, the loader lock.
20456
20457         * class.c (mono_class_setup_vtable): Create temporary hash tables and
20458         GPtrArrays only when needed.
20459
20460         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
20461         into empty structures by mcs. Fixes pinvoke7.cs.
20462         
20463         * domain.c (mono_init): Call a new initialization function.
20464
20465         * appdomain.c (mono_runtime_init): Call the new initializer function
20466         of the marshal module.
20467
20468         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
20469         inserted into empty structures by mcs. Fixes pinvoke7.cs.
20470
20471         * marshal.h marshal.c: Added locks around the wrapper caches to make
20472         this module thread safe.
20473
20474         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
20475         this argument. Fixes pinvoke1.exe.
20476
20477 2003-08-25  Lluis Sanchez <lluis@ximian.com>
20478
20479         * object.h: Added call_type field to MonoMethodMessage and the corresponding
20480         enumeration of values. Removed fields to store remote call output values in
20481         MonoAsyncResult. Not needed any more.
20482         * object.c: Initialize call_type and async_result fields in mono_message_init.
20483         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
20484         dispatching the message.
20485         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
20486         async call to finish. To do it use a message with EndInvoke call type.
20487
20488 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
20489
20490         * loader.h loader.c (mono_method_hash_marhal_info): New function which
20491         determines whenever a method has marshalling info.
20492
20493 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20494
20495         * assembly.c: fix the build on windows.
20496
20497 2003-08-22 Lluis Sanchez <lluis@ximian.com>
20498
20499         * object.cs: Fixed bug #47785.
20500
20501 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
20502
20503         * string-icalls.c (StringReplace): If their are no occurances of
20504         the old string found return a reference to the supplied
20505         string. This saves some memory and matches MS behavoir.
20506         
20507 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20508
20509         * socket-io.c: fixed compilation for systems that define AF_INET6
20510         and don't define SOL_IP/SOL_IPV6.
20511
20512 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
20513
20514         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
20515         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
20516
20517         * rawbuffer.c rawbuffer.h: Make this module thread safe.
20518
20519         * domain.c: Make this module thread safe.
20520
20521         * domain.c (mono_init): Call new initialization function.
20522
20523         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
20524         reference types too. Fixes #38812.
20525
20526         * image.c (mono_image_init): Fixed warnings.
20527
20528         * class.c (mono_class_from_typeref): Handle assembly load failure
20529         correctly.
20530
20531         * appdomain.c (add_assemblies_to_domain): Handle the case when
20532         the references of an assembly are not yet loaded.
20533
20534         * metadata.c image.c assembly.c: Moved initialization of global
20535         variables to a separate function called at startup since lazy 
20536         initialization of these variables is not thread safe.
20537         
20538         * image.c assembly.c: Made this module thread safe by adding locks in 
20539         the appropriate places.
20540
20541         * domain.c (mono_init): Call the new initialization functions of the
20542         three modules.
20543
20544 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
20545
20546         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
20547           make a direct call. It is proxy's work to make the call asynchronous.
20548           mono_delegate_end_invoke(): If the targe is a proxy, just collect
20549           the return values.
20550         * object.cs: mono_method_call_message_new(): read AsyncResult and
20551           state object from parameters list, if this info is requested.
20552         * object.h: Added fields to store remote call output values in
20553           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
20554
20555 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
20556
20557         * object.h: add needed fields to MonoThread.
20558         * threads.c, threads.h: allow registering a function to cleanup data
20559         allocated per thread by the JIT.
20560
20561 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
20562
20563         * loader.h: portability fix by Bernie Solomon
20564         * <bernard@ugsolutions.com>.
20565
20566 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
20567
20568         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
20569         return a MonoArray. This simplifies the code and also ensures that
20570         the cache allways contains an object reference as a value.
20571
20572         * icall.c (ves_icall_get_parameter_info): Simplified using the new
20573         function.
20574
20575 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20576
20577         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
20578         fixes a problem with byte ordering when getting the address family for
20579         a socket.
20580
20581 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
20582
20583         * .cvsignore: Added monosn.
20584
20585         * reflection.h reflection.c loader.c: Added support for parameter
20586         marshalling to dynamically created types. Fixes #47295.
20587
20588 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
20589
20590         * rand.c: remove useless warnings.
20591
20592 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
20593
20594         * class.c: implemented ldtoken for methods and fieldrefs.
20595
20596 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20597
20598         * threadpool.c: when mono_async_invoke was called, no one took care of
20599         monitoring the queue. So if the method invoked took some time and we
20600         got new async invoke requests after 500 ms (the thread created waited
20601         that long in WaitForSingleObject), the new async invoke was not called
20602         until the previous one finished.
20603
20604         This is fixed now. Thanks to Totte for helping with it.
20605
20606 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20607
20608         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
20609
20610 2003-08-11  Martin Baulig  <martin@ximian.com>
20611
20612         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
20613
20614 2003-08-06  Martin Baulig  <martin@ximian.com>
20615
20616         * mono-debug-debugger.c: Added support for static fields,
20617         properties and methods.
20618
20619 2003-08-06  Martin Baulig  <martin@ximian.com>
20620
20621         * mono-debug-debugger.c: Don't store the MonoString's vtable to
20622         make this work for applications with multiple application domains.
20623
20624 2003-08-04  Martin Baulig  <martin@ximian.com>
20625
20626         * mono-debug-debugger.c: Completely reworked the type support; the
20627         most important thing is that we're now just using one single
20628         `MonoType' instance per type.
20629
20630 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
20631
20632         * mono-endian.h, mono-endian.c, icall.c: Added icall
20633         ves_icall_System_Double_AssertEndianity to assert double word endianity
20634         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
20635
20636 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
20637
20638         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
20639         support, icalls and fixes.
20640
20641 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
20642
20643         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
20644         classes that are a punctuation character in .NET is not the same a
20645         g_unichar_ispunct.
20646
20647 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
20648
20649         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
20650
20651 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
20652
20653         * icall.c: Add new MemCopy internalcall.
20654         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
20655         Simplified code; It is not necessary to handle all the cases here,
20656         as the C# code takes care of it.  Only handle the case of the name
20657         resource embedded into the assembly.
20658
20659         Changed signature to return the data pointer and the size of the
20660         data. 
20661
20662 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
20663
20664         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
20665         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
20666
20667 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
20668
20669         * socket-io.c: ignore EINTR error in select.
20670
20671 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
20672
20673         * class.h, class.c: removed unused subclasses field in MonoClass.
20674
20675 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
20676
20677         * icall.c: improve fix of get_base_definition(). If the parent class
20678           doesn't have the mehod, look at the parent of the parent.
20679         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
20680           to check if a parameter is an in or out parameter
20681           (PARAM_ATTRIBUTE_IN is not set by default).
20682           mono_method_return_message_restore(): Use mono_class_value_size to
20683           get the size of a value type. mono_type_stack_size (parameterType)
20684           does not return the correct value if parameterType is byRef.
20685           mono_load_remote_field(), mono_load_remote_field_new(),
20686           mono_store_remote_field(), mono_store_remote_field_new():
20687           raise exception if the remote call returns an exception.
20688
20689 2003-07-28  Martin Baulig  <martin@ximian.com>
20690
20691         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
20692         method.  This is a wrapper around mono_runtime_invoke() which
20693         boxes the instance object if neccessary.
20694
20695 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
20696
20697         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
20698         metadata.h, row-indexes.h, verify.c: first cut of generics support.
20699
20700 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
20701
20702         * icall.c: disable mcs bug workaround.
20703
20704 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
20705
20706         * object.c (mono_runtime_class_init): Take the metadata_section
20707         mutex before obtaining the domain mutex.
20708
20709         * appdomain.h: Added definition of metadata_section mutex here. 
20710
20711         * object.c: define metadata_mutex here.
20712
20713 2003-07-24  Ravi Pratap  <ravi@ximian.com>
20714
20715         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
20716         fixed.
20717
20718 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
20719
20720         * reflection.c: Fix bug #46669
20721
20722 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20723
20724         * exception.c:
20725         * exception.h:
20726         * icall.c:
20727         * object.h: fill in the type name for TypeLoadException.
20728
20729 2003-07-23  Ravi Pratap  <ravi@ximian.com>
20730
20731         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
20732         relationship between TypeBuilders while compiling corlib) and bug
20733         45993 (Array types returned from the runtime while compiling
20734         corlib were from the loaded corlib).
20735
20736 2003-07-22  Martin Baulig  <martin@ximian.com>
20737
20738         * mono-debug-debugger.c: Reworked the type support a bit more;
20739         distinguish between types and classes.
20740
20741 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
20742
20743         * icall.c: add IsArrayImpl icall.
20744
20745 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
20746
20747         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
20748         initializing real_size only once. Also fix bug #46602.
20749
20750 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
20751
20752         * object.c: Renamed mono_metadata_section to metadata_section.
20753
20754 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
20755
20756         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
20757           empty array if the type is an array. Fixed.
20758           ves_icall_MonoMethod_get_base_definition: if the base method
20759           is abstract, get the MethodInfo from the list of methods of
20760           the class.
20761         * reflection.c: ParameterInfo.PositionImpl should be zero-based
20762           and it was 1-based. Fixed in mono_param_get_objects.
20763
20764 2003-07-20  Martin Baulig  <martin@ximian.com>
20765
20766         * mono-debug.h: Set version number to 31.
20767         (mono_debug_init): Added `MonoDomain *' argument.
20768
20769         * mono-debug-debugger.c: Reworked the type support; explicitly
20770         tell the debugger about builtin types; pass the `klass' address to
20771         the debugger.
20772
20773 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
20774
20775         * image.c: Allow new metadata tables to be loaded without a
20776         warning. Also update the warning message to give the new constant value.
20777                 
20778 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
20779
20780         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
20781         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
20782         array type representation changes.
20783
20784 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
20785
20786         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
20787         on Environment.Exit () call.
20788
20789 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
20790
20791         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
20792         requires a matching corlib.
20793
20794 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
20795
20796         * Changelog: My editor decided to add a CR to each line. Sorry about that.
20797           Committed again without the CRs.
20798         
20799 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
20800
20801         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
20802           getting it from the "this" socket instance. Did not work
20803           if the socket is a subclass of Socket.
20804           Also fixed bug #35371.
20805
20806 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
20807
20808         * metadata.c: fixed size for TypedByRef.
20809         * loader.c: when searching for a method, consider the vararg amrker.
20810         * unicode.c, decimal.c: constify some arrays.
20811
20812 2003-07-15  Dick Porter  <dick@ximian.com>
20813
20814         * socket-io.c: Fixed compilation for gcc < 3.2.
20815
20816         Fixed compilation for machines that don't have AF_INET6 (thanks to
20817         Bernie Solomon <bernard@ugsolutions.com> for that part.)
20818
20819         Fixed compile warnings.
20820         
20821         Fixed formatting and line endings.
20822
20823 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
20824
20825         * socket-io.h:
20826         * socket-io.c: Added IPv6 support.
20827
20828 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
20829
20830         * class.c (mono_class_is_assignable_from): New function to implement
20831         the is_assignable_from logic. Used by mono_object_isinst, 
20832         Type::IsAssignableFrom () and the interpreter.
20833
20834         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
20835         Object, even interfaces.
20836         
20837         * object.c (mono_object_isinst): Implement in terms of 
20838         is_assignable_from.
20839
20840         * icall.c (ves_icall_type_is_assignable_from): New icall.
20841
20842 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
20843
20844         * domain.c (foreach_domain): fix compiler warning.
20845
20846 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
20847
20848         * image.c (load_metadata_ptrs): use g_strndup because strndup is
20849         not available on all plattforms
20850
20851 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
20852
20853         * image.h image.c: Store the metadata version string in MonoImage.
20854         * icall.c: New icall to retrieve the image version.
20855         * reflection.c (create_dynamic_image): Fill in the image version field
20856         * reflection.c (build_compressed_metadata): Use the image version
20857         from the image structure.
20858
20859 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20860
20861         * appdomain.c: modified comment.
20862         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
20863         That will be its last iteration when mono_gc_cleanup is called from
20864         mono_runtime_cleanup and before the domain is unloaded.
20865
20866         Fixes bug #45962.
20867
20868 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
20869
20870         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
20871         attributes.
20872
20873 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
20874
20875         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
20876         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
20877         Bernie Solomon <bernard@ugsolutions.com>.
20878
20879 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
20880
20881         * object.c, object.h: provide mono_object_new_fast() for faster
20882         allocation in some special cases.
20883
20884 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
20885
20886         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
20887         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
20888
20889 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
20890
20891         * threadpool.c: fix leaks.
20892
20893 2003-07-01  Dick Porter  <dick@ximian.com>
20894
20895         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
20896         using MonoGHashTables.  Fixes threadpool bug posted to list.
20897
20898 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
20899
20900         * image.h, image.c: added support to load an assembly from a byte array.
20901         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
20902         assembly bundle support.
20903
20904 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
20905
20906         * threadpool.c (mono_thread_pool_add): keep a reference to the
20907         AsyncResult to prevent GC
20908
20909 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
20910
20911         * class.c: leak fix.
20912
20913 2003-06-25  Dick Porter  <dick@ximian.com>
20914
20915         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
20916         for the async object, the WaitHandle object will close the handle.
20917         Fixes bug 45321.
20918
20919 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
20920
20921         * class.c: in mono_array_class_get (), lookup from the hash with the
20922         same type we insert: this works around a bug in
20923         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
20924         lluis. The real fix will have to wait for after the release.
20925
20926 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
20927
20928         * icall.c: fix memory leak when getting type members.
20929
20930 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
20931
20932         * reflection.c: added more pubtoken special cases.
20933
20934 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
20935
20936         * class.c: handle field offset correctly when class size
20937         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
20938
20939 2003-06-20  Martin Baulig  <martin@ximian.com>
20940
20941         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
20942         *image' field.
20943
20944 2003-06-20  Martin Baulig  <martin@ximian.com>
20945
20946         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
20947
20948 2003-06-20  Martin Baulig  <martin@ximian.com>
20949
20950         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
20951         just distinguish between variables in registers and variables at
20952         an offset relative to a register.
20953
20954 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20955
20956         * icall.c: #ifdef out latest changes until mcs is fixed.
20957
20958 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
20959
20960         * icall.c: return members in metadata order.
20961
20962 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
20963
20964         * icall.c: avoid infinite loop in GetTimeZoneData.
20965
20966 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
20967
20968         * icall.c: added Marshal.Prelink/All icalls.
20969
20970 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
20971
20972         * object.c, object.h: fix warnings and do some overflow checking
20973         when creating arrays.
20974
20975 2003-06-17  Dick Porter  <dick@ximian.com>
20976
20977         * file-io.h:
20978         * file-io.c: File attributes need to be tweaked slightly when
20979         passed from the managed to the w32 world.
20980
20981 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
20982         * profiler.h profiler-private.h profiler.c: Rework last patch
20983         based on suggestion by Paolo.
20984         
20985 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
20986
20987         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
20988         instruction level coverage data collection.
20989         * profiler.h profiler.c (: Added new callback function which can be
20990         used by the profiler to limit which functions should have coverage
20991         instrumentation.
20992         * profiler.c (mono_profiler_load): Call g_module_build_path to
20993         generate the file name of the profiler library.
20994
20995 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
20996
20997         * profiler.c, profiler.h, profiler-private.h: added basic block 
20998         coverage profiling API.
20999
21000 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
21001
21002         * reflection.c (mono_reflection_create_runtime_class): Add support
21003         for events in dynamically generated code.
21004
21005         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
21006         not allocated.
21007
21008 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
21009
21010         * icall.c: when getting timezone info, return reasonable values if we
21011         can't get the actual data.
21012
21013 2003-06-14  Dick Porter  <dick@ximian.com>
21014
21015         * threads.c (start_wrapper): Remove the reference to the thread
21016         object in the TLS data, so the thread object can be finalized.
21017         This won't be reached if the thread threw an uncaught exception,
21018         so those thread handles will stay referenced :-( (This is due to
21019         missing support for scanning thread-specific data in the Boehm GC
21020         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
21021
21022 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
21023
21024         * reflection.c: ensure streams and tables are first allocated with
21025         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
21026
21027 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
21028
21029         * icall.c: fixed GetElementType for byrefs (bug# 44792).
21030
21031 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
21032
21033         * reflection.c (mono_reflection_create_runtime_class): Add support for
21034         properties to dynamically created classes.
21035         * reflection.c: Fix a few places where non-MonoObjects were inserted
21036         into the tokens hashtable.
21037
21038 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
21039
21040         * object.c: some support to handle out of memory exceptions.
21041
21042 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
21043
21044         * marshal.c (mono_marshal_get_native_wrapper): support reference
21045         return types
21046
21047 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
21048
21049         * object.h, object.c: more portability stuff from Bernie Solomon.
21050         Unexport mono_object_allocate(). Added mono_object_unbox ().
21051         Set exitcode when an unhandled exception is thrown.
21052
21053 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
21054
21055         * marshal.c (mono_marshal_get_native_wrapper): use custom
21056         marshaler for return types.
21057
21058 2003-06-10  Dick Porter  <dick@ximian.com>
21059
21060         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
21061         ip_mreq is available
21062
21063 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
21064
21065         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
21066         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
21067         by Bernie Solomon <bernard@ugsolutions.com>.
21068
21069 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
21070
21071         * gc.c (mono_gc_init): Avoid error message on shutdown when
21072         GC_DONT_GC=1 is used.
21073
21074         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
21075         New icall to return the GUID of a module.
21076
21077 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
21078
21079         * class.c: ensure instance size always includes the parent's size
21080         even whem class size is set explicitly (fixes bug#44294).
21081
21082 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
21083
21084         * profiler.h, profiler.c: made the simple profiler thread-safe,
21085         get more accurate timing info. Allow the loading of an
21086         externally-developed profiler module.
21087
21088 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
21089
21090         * marshal.c (mono_marshal_get_native_wrapper): improved
21091         class/byref arguments.
21092         (mono_marshal_get_native_wrapper): better string marshaling support.
21093
21094 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
21095
21096         * class.c: ensure .pack and .size are handled correctly and
21097         simplified layout of static fields.
21098
21099 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
21100
21101         * appdomain.c
21102         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
21103
21104         * loader.c (mono_lookup_pinvoke_call): look for modules in the
21105         current directory (fix bug 44008)
21106
21107 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
21108
21109         * marshal.c (mono_marshal_get_native_wrapper): started support for
21110         custom marshalers.
21111         (mono_delegate_to_ftnptr): consider marshalling specifications
21112
21113 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
21114
21115         * reflection.c, reflection.h: emit custom marshal info.
21116
21117 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21118
21119         * object.c: free the GError.
21120         * icall.c: added CloseEvent_internal.
21121         * threads.[ch]:
21122         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
21123         call.
21124
21125 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
21126
21127         * loader.c (mono_method_get_signature): Add support for dynamic
21128         assemblies.
21129
21130 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
21131
21132         * reflection.c: fixed bug #43905.
21133
21134 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
21135
21136         * class.c, domain.c, icall.c, metadata.h, object.h: support for
21137         handling TypedReference and ArgIterator.
21138         * loader.c, loader.h: added function to get signature at call site.
21139
21140 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
21141
21142         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
21143         data readonly. Buglets and warning fixes. Some MethodSpec support.
21144
21145 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
21146
21147         * class.h, class.c, object.c: remove relative numbering support.
21148
21149 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
21150
21151         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
21152         free the string, until we get a chance to fix Gtk#
21153
21154 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21155
21156         * marshal.c: revert last patch.
21157
21158 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
21159
21160         * icall.c: updates for new mono_class_vtable() not calling
21161         the type constructor anymore.
21162
21163 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
21164
21165         * object.h, object.c: separate vtable creation from type
21166         initialization. Make running the .cctor thread safe.
21167
21168 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
21169
21170         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
21171
21172 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
21173
21174         * loader.c (mono_get_method): consider calling convention
21175
21176 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
21177
21178         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
21179         to return the invisible global type for a module.
21180
21181         * reflection.c (mono_image_build_metadata): Emit global fields too.
21182
21183 2003-05-20  Peter Williams  <peterw@ximian.com>
21184
21185         * loader.c (mono_lookup_internal_call): Add a few newlines.
21186
21187 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
21188
21189         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
21190         literal strings.
21191
21192         * appdomain.c (set_domain_search_path): Recalculate search path when
21193         AppDomainSetup.PrivateBinPath changes.
21194
21195         * object.c (mono_class_compute_gc_descriptor): It turns out some
21196         parts of the class libs (like System.Thread) holds pointers to
21197         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
21198         to treat native int a pointer type here.
21199         
21200 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
21201
21202         * appdomain.h, domain.c: add hashtable for jump target resolution.
21203
21204 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
21205
21206         * reflection.h reflection.c icall.c: Added new icalls 
21207         GetManifestResourceInfoInternal, GetModulesInternal and support
21208         infrastructure.
21209
21210 2003-05-16  Dick Porter  <dick@ximian.com>
21211
21212         * icall.c:
21213         * file-io.h:
21214         * file-io.c: Implement System.IO.MonoIO::GetTempPath
21215
21216 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
21217
21218         * object.c: mono_store_remote_field: little fix to previous patch.
21219
21220 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
21221
21222         * class.c: add constructors to array classes.
21223         * icall.c: special case array construction for InternalInvoke (),
21224
21225 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
21226
21227         * class.h class.c reflection.c object.c: Added support for field
21228         defaults in dynamically generated classes.
21229
21230 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
21231
21232         * reflection.c: properly encode charset for ddlimport.
21233
21234 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
21235
21236         * threads.c: allow compiling without GC.
21237
21238 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
21239
21240         * appdomain.h, object.c, object.h, threads.c, threads.h: added
21241         handling of thread static data.
21242
21243 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
21244
21245         * reflection.h, reflection.c: added mono_custom_attrs_free ().
21246
21247 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
21248
21249         * class.c (mono_array_class_get): always set the serializable flags
21250         (mono_array_class_get): always set the SEALED attribute for array types
21251
21252 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
21253
21254         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
21255         attributes (fix for bug 42021).
21256
21257 2003-05-12  Dick Porter  <dick@ximian.com>
21258
21259         * gc.c: Don't run finalizers when the finalizer thread is
21260         finishing up, because the default domain has already been
21261         destroyed.
21262
21263 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
21264
21265         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
21266         value is null, we should throw an exception.   This is slightly
21267         different than the other conventions used for the constructor.
21268
21269 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21270
21271         * socket-io.c: fixed windows build.
21272
21273 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21274
21275         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
21276
21277 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
21278
21279         * object.c (mono_string_new_wrapper): Compatibility fix for MS
21280         compilers.
21281
21282 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
21283
21284         * class.c (mono_class_layout_fields): Add experimental GC aware
21285         auto layout facility. Requires class library changes to work correctly.
21286
21287         (mono_class_setup_vtable): Avoid overriding explicit interface
21288         method implementations. Fixes iface3.exe test.
21289
21290         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
21291         object reference.
21292         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
21293         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
21294
21295         * metadata.h: Add new type classification macro which determines
21296         whenever the type holds an object reference.
21297
21298 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
21299
21300         * marshal.c (mono_marshal_get_native_wrapper): cleanups
21301
21302 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
21303
21304         * gc.c (finalizer_thread): Work around a GC bug.
21305
21306 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
21307
21308         * marshal.c (emit_struct_conv): allow unions
21309
21310         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
21311
21312 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
21313
21314         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
21315
21316 2003-05-06  Martin Baulig  <martin@ximian.com>
21317
21318         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
21319
21320 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21321
21322         * socket-io.c:
21323         (Select_internal): allow NULLs, don't create arrays if not needed.
21324         Coupled with Socket.cs changes.
21325
21326         * threadpool.c:
21327         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
21328         register a finalizer for it that will close the semaphore handle. This
21329         fixes the leak and make Lupus' test run with > 4080 loops.
21330
21331 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
21332
21333         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
21334         Jerome Laban (bug #42287)
21335
21336 2003-05-02  Martin Baulig  <martin@ximian.com>
21337
21338         * debug-mono-symfile.h
21339         (MonoSymbolFile): Moved declaration into mono-debug.h.
21340         (MonoDebugMethodJitInfo): Likewise.
21341         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
21342         argument.
21343         (_mono_debug_address_from_il_offset): Take a
21344         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
21345
21346         * mono-debug.h
21347         (MonoDebugDomainData): New struct.
21348         (mono_debug_get_domain_data): New function.
21349         (mono_debug_add_method): Take an additional `MonoDomain *'
21350         argument.
21351         (mono_debug_source_location_from_address): Likewise.
21352         (mono_debug_il_offset_from_address): Likewise.
21353         (mono_debug_address_from_il_offset): Likewise.
21354
21355 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
21356
21357         * reflection.c: one more check for null type in custom attrs.
21358
21359 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21360
21361         * reflection.c: avoid warning (comparison is always false due to limited
21362         range of data type).
21363
21364 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21365
21366         * icall.c: throw an exception in Type.GetField if the argument 'name'
21367         is NULL.
21368
21369 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
21370
21371         * reflection.c: fixed handling of enums in named arguments to custom
21372         attributes (bug #42123).
21373
21374 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
21375
21376         * reflection.c: use the right array element type and handle
21377         a null for a Type argument, too.
21378
21379 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
21380
21381         * reflection.c: handle arrays as arguments to custom attributes.
21382
21383 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
21384
21385         * reflection.c: handle a string value in a custom attr
21386         ctor that takes an object.
21387
21388 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
21389
21390         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
21391         (fix bug #42063)
21392
21393 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
21394
21395         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
21396
21397 2003-04-27  Martin Baulig  <martin@ximian.com>
21398
21399         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
21400         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
21401         MONO_DEBUGGER_EVENT_BREAKPOINT.
21402         (mono_breakpoint_trampoline_code): Removed.
21403         (mono_debugger_event_handler): The last argument is now a
21404         `guint32'.
21405         (mono_debugger_insert_breakpoint_full): Removed the
21406         `use_trampoline' argument.
21407         (mono_debugger_method_has_breakpoint): Likewise.
21408         (mono_debugger_trampoline_breakpoint_callback): Renamed to
21409         mono_debugger_breakpoint_callback(); take the method and
21410         breakpoint number as arguments.
21411
21412 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
21413
21414         * metadata.c: fix off by one when loading parameters attributes.
21415
21416 2003-04-24  Martin Baulig  <martin@ximian.com>
21417
21418         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
21419
21420 2003-04-24  Martin Baulig  <martin@ximian.com>
21421
21422         * mono-debug-debugger.c: Moved all code which interacts with the
21423         Mono Debugger here.
21424
21425         * debug-mono-symfile.c: This code now just deals with the symbol
21426         file itself, the debugger code is now in mono-debug-debugger.c.
21427
21428 2003-04-23  Martin Baulig  <martin@ximian.com>
21429
21430         * mono-debug.c (mono_debug_source_location_from_il_offset):
21431         New method; like mono_debug_source_location_from_address(), but
21432         takes an IL offset instead of a machine address.
21433
21434 2003-04-23  Martin Baulig  <martin@ximian.com>
21435
21436         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
21437         `line' field; this is now computed by the debugger.
21438
21439 2003-04-23  Martin Baulig  <martin@ximian.com>
21440
21441         * mono-debug.[ch]: New files.  This is the new debugging interface.
21442
21443         * mono-debug-debugger.[ch]: New files.  Moved all code which
21444         interacts with the Mono Debugger here.
21445
21446 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
21447
21448         * domain.c (mono_init): initialize mono_defaults.monitor_class
21449
21450 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
21451
21452         * reflection.c (method_encode_code): Add a spicy exception to help
21453         future compiler authors.
21454
21455 2003-04-21  Martin Baulig  <martin@ximian.com>
21456
21457         * icall.c
21458         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
21459         Make this work with relative pathnames; g_filename_to_uri() needs
21460         an absolute filename.
21461
21462 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
21463
21464         * icall.c: Track name changes in Object and ValueType.
21465
21466 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
21467
21468         * metadata.c (mono_type_stack_size): size should be a multiple of
21469         sizeof (gpointer)
21470
21471 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21472
21473         * gc.c:
21474         (internal_domain_finalize): moved into mono_domain_finalize. No need
21475         to create another thread because the finalizers will be run in the
21476         finalizer thread.
21477         
21478         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
21479         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
21480         to be run (MS does this too).
21481
21482 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
21483
21484         * object.c (mono_class_compute_gc_descriptor): Update comment.
21485
21486         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
21487
21488         * image.h: Add synchronized wrapper cache.
21489
21490         * image.c (do_mono_image_open): Initialize cache.
21491
21492         * reflection.c (create_dynamic_mono_image): Initialize cache.
21493
21494 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21495
21496         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
21497         ves_icall_System_Buffer_ByteLengthInternal.
21498
21499 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
21500
21501         * reflection.c: setup klass->nested_in earlier. Allow
21502         a dash in the assembly name.
21503
21504 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
21505
21506         * metadata.c (mono_type_to_unmanaged): dont access
21507         type->data.klass for MONO_TYPE_OBJECT
21508         (mono_type_to_unmanaged): consider System.Delegate class
21509
21510 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
21511
21512         * class.c: just setup supertypes in the proper place instead of
21513         initializing the full element class for arrays.
21514
21515 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
21516
21517         * class.c: ensure the element class of arrays is initialized.
21518         Setup the supertype info for array classes, too.
21519
21520 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
21521
21522         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
21523
21524 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21525
21526         * Makefile.am: re-added -m option when running cygpath. This way,
21527         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
21528         separator.
21529         * mono-config.c: same codepath for locating mono config file for WIN32
21530         and the rest.
21531         * assembly.c: if mono_assembly_setrootdir is called, don't override
21532         the value set.
21533
21534 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21535
21536         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
21537         MONO_ASSEMBLIES variable.
21538
21539 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
21540
21541         * icall.c: added Assembly::GetNamespaces() icall.
21542
21543 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21544
21545         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
21546
21547 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
21548
21549         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
21550         * object.c: fixed bug in the construction of vtable for proxies
21551
21552 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
21553
21554         * object.c (mono_array_new): Mark mono_array_new as an icall.
21555
21556 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21557
21558         * class.c: fixed test for public method when overriding interfaces.
21559         Closes bug #40970.
21560
21561 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
21562
21563         * appdomain.h, domain.c: added mono_domain_foreach() to
21564         be able to access the currently loaded appdomains.
21565         * object.c: make string interning work across sppdomains.
21566         Mark some functions for use as icalls.
21567
21568 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
21569
21570         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
21571
21572         * reflection.h reflection.c: Allocate long living data using 
21573         GC_MALLOC_ATOMIC so the collector does not need to scan it.
21574
21575         * reflection.c: Double the allocation size in streams instead of
21576         increasing it, to prevent unneccesary copying on large assemblies.
21577         
21578         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
21579         creation if the assembly does not have the Run flag set.
21580
21581 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
21582
21583         * class.h: avoid the C++ keywords in header files (Jerome Laban
21584         spotted and fixed this).
21585
21586 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21587
21588         * object.c:
21589         (mono_unhandled_exception): fill in the arguments for the
21590         UnhandledException event. Only trigger that event for the default
21591         domain (as MS does).
21592
21593 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
21594
21595         * object.c: Improve typed allocation stuff based on suggestions from
21596         Paolo. Also turn it on if the GC library supports it.
21597
21598 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
21599
21600         * object.c object.h class.h: Added experimental typed allocation
21601         facility using the interfaces in gc_gcj.h.
21602
21603         * os/gc_wrapper.h: Added new include files.
21604         
21605 2003-04-03  Martin Baulig  <martin@ximian.com>
21606
21607         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
21608         which is not yet enabled by default.
21609
21610         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
21611         functions.
21612         (mono_gc_lock, mono_gc_unlock): New static functions.
21613
21614         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
21615         functions; stop/start the world for the garbage collector.  This
21616         is using the windows API; we need to complete the SuspendThread()/
21617         ResumeThread() implementation in the io-layer to make this work on Unix.
21618         (mono_gc_push_all_stacks): New public function; tells the garbage
21619         collector about the stack pointers from all managed threads.
21620
21621 2003-04-03  Martin Baulig  <martin@ximian.com>
21622
21623         * object.h (MonoThread): Added `gpointer stack_ptr'.
21624
21625         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
21626
21627 2003-04-03  Martin Baulig  <martin@ximian.com>
21628
21629         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
21630
21631 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
21632
21633         * reflection.c (typebuilder_setup_fields): Initialize field.first and
21634         field.last.
21635
21636 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
21637
21638         * loader.c (mono_lookup_internal_call): Report the corlib that is
21639         out of sync.
21640
21641 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
21642
21643         * icall.c (ves_icall_type_GetTypeCode): fixed check for
21644         System.DBNull (it's class not valuetype).
21645
21646 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
21647
21648         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
21649         if the array method was already assigned a token (fixes bug#40646).
21650
21651 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
21652
21653         * reflection.c (mono_reflection_get_type): Attempt type resolve even
21654         if no assembly is given.
21655
21656 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
21657
21658         * metadata.h: Added the new tables.
21659
21660         * row-indexes.h: Added definitions for new tables.
21661
21662         * metadata.c: Add schemas for new tables, and add support for
21663         computing the sizes of them.
21664
21665         * class.c: Update for handling the new type cases.
21666
21667 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
21668
21669         * metadata.h (MONO_TYPE_IS_VOID): new macro
21670
21671 2003-03-31  Martin Baulig  <martin@ximian.com>
21672
21673         * threads.h (MonoThreadCallbacks): Added `thread_created'.
21674
21675         * threads.c (mono_thread_new_init): Call `thread_created' in the
21676         mono_thread_callbacks.
21677
21678 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
21679
21680         * loader.h: added marshalbyrefobject_class to mono_defaults
21681         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
21682         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
21683           generation of output parameters.
21684           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
21685         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
21686           contextbound and the target object belongs to the context of the caller.
21687         * object.h: added context and unwrapped_server variables in MonoRealProxy.
21688         * object.c: Implemented support for interfaces and abstract classes
21689           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
21690           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
21691
21692 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
21693
21694         * class.h class.c (mono_class_is_subclass_of): New function.
21695         
21696         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
21697         routines for most common case (calls from ArrayList::ToArray).
21698
21699         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
21700         routine so programs which call Environment::Exit() can be profiled.
21701
21702         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
21703         Added MONO_ARCH_SAVE_REGS.
21704
21705         * icall.c (ves_icall_type_is_subtype_of): Use new function.
21706
21707 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
21708
21709         * blob.h: Add a couple of new MonoType types definitions.
21710
21711         * tabledefs.h: Add a couple of new call convs.
21712
21713 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
21714
21715         * reflection.h (MonoReflectionDynamicAssembly): track changes in
21716         the layout of the class.
21717
21718         * reflection.c (alloc_table): double the size on overflow to avoid
21719         unnecessary copying.
21720
21721         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
21722         avoid filling out metadata tables and blobs. Also set mb->ilgen to
21723         null so it can be garbage collected.
21724         
21725 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
21726
21727         * reflection.c (mono_reflection_get_type): Return the resolved type
21728         only if it is in the assembly we searched.
21729
21730         * reflection.c (ensure_runtime_vtable): Initialize method slots.
21731
21732         * class.c (mono_class_setup_vtable): Set the slot of the overriding
21733         method.
21734
21735 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21736
21737         * appdomain.c:
21738         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
21739         the right one is 'file:///blah', but MS allows it.
21740         * assembly.c:
21741         (mono_assembly_open): allow 'file://blah'
21742
21743         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
21744
21745 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
21746
21747         * socket-io.c: fixes bug #40310.
21748
21749 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
21750
21751         * reflection.c (mono_reflection_parse_type): handle deeply nested
21752         types correctly.
21753
21754         * reflection.c (mono_image_create_token): Use unique token values
21755         since they will be put into a hash table.
21756
21757         * class.c (mono_class_setup_vtable): If a method occurs in more than
21758         one place in the vtable, and it gets overriden, then change the
21759         other occurances too.
21760
21761         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
21762         object as return type.
21763
21764 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
21765
21766         * icall.c: Deleted "ToString" implementation for double and float
21767         because they are full implemented in managed code.
21768
21769 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
21770
21771         * reflection.c, reflection.h: implemented and exported functions
21772         to retrieve info about custom attributes.
21773
21774 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21775
21776         * appdomain.c: moved Uri handling to assembly.c
21777         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
21778         work when using a file Uri in *nix and windows.
21779
21780         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
21781         GetReferencedAssemblies.
21782
21783 2003-03-18  Dick Porter  <dick@ximian.com>
21784
21785         * icall.c: Rename a couple of internal calls
21786
21787         * threads.c: Set the thread state to Stopped when a thread exits.
21788         Fixes bug 39377.
21789
21790 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
21791
21792         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
21793         New icall.
21794
21795         * object.c (mono_class_vtable): fix warning.
21796
21797 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
21798
21799         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
21800
21801         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
21802         memory.
21803         (method_encode_clauses): Create exception info structures in the right
21804         order.
21805         (mono_reflection_setup_internal_class): Initialize supertypes field.
21806
21807         * class.c object.c: Handle interfaces which implement other interfaces 
21808         correctly.
21809
21810         * class.h class.c: Move the supertypes array initialization code into 
21811         a separate function so it can be used for dynamic types too. Also call
21812         it earlier, in mono_class_init(), since it can be used before the
21813         type is initialized.
21814
21815 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21816
21817         * Makefile.am:
21818         * assembly.c:
21819         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
21820
21821         * appdomain.c:
21822         * appdomain.h:
21823         * marshal.c:
21824         * object.c: remove warnings.
21825
21826 2003-03-13  Martin Baulig  <martin@ximian.com>
21827
21828         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
21829         (MonoDebugLexicalBlockEntry): New types.
21830
21831         * debug-mono-symfile.c
21832         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
21833
21834 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21835
21836         * process.c: ret can be any non-zero value accroding to MS doc.
21837
21838 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
21839
21840         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
21841         fixing a warning for a miss-used prototype, would have cause
21842         random memory corruption.
21843
21844 2003-03-07  Martin Baulig  <martin@ximian.com>
21845
21846         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
21847         getting really annoying ....
21848
21849 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
21850
21851         * reflection.c (fixup_method): added support for array methods.
21852
21853 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
21854
21855         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
21856         (pointed out by Michael Adams).
21857
21858 2003-03-04  Dick Porter  <dick@ximian.com>
21859
21860         * icall.c: Temporarily reverted the Double and Single ToString()
21861         change, because it broke nunit.
21862
21863 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
21864
21865         * object.h, threads.h: make include files compatible with C++
21866         (patch by Jerome Laban <jlaban@wanadoo.fr>).
21867
21868 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
21869
21870         * icall.c: Erased ToString helper functions for Double and Single.
21871         Now, that implementations ar all in managed code (Double and Single
21872         Formatters).
21873
21874 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
21875
21876         * appdomain.c: Added method for initializing the default context of
21877         a domain. Added internal call for getting the default context.
21878         * appdomain.h: Added context variable in MonoDomain struct.
21879         * domain.c: mono_domain_set also sets the default context of the domain
21880         * icall.c: Mapped internal method InternalGetDefaultContext.
21881         * object.c: mono_object_get_virtual_method returns always a remoting
21882         wrapper if the object is a transparent proxy.
21883         mono_runtime_invoke_array: when creating an object by calling the
21884         constructor, if the created object is a proxy, then the constructor should
21885         be called using the a remoting wrapper.
21886
21887 2003-03-03  Dick Porter  <dick@ximian.com>
21888
21889         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
21890         variable so it compiles on solaris.  Problem spotted by
21891         Christopher Taylor <ct@cs.clemson.edu>
21892
21893 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21894
21895         * appdomain.c:
21896         (get_info_from_assembly_name): don't leak value.
21897
21898         * icall.c:
21899         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
21900         result.
21901
21902 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
21903
21904         * assembly.c: export mono_image_load_references ().
21905         * class.c: handle function pointers. mono_class_from_name() now
21906         supports nested type names directly.
21907
21908 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
21909
21910         * reflection.h reflection.c: Encode already created dynamic methods 
21911         and fields correctly as a DEF instead of a REF.
21912
21913         * reflection.c: Get rid of the force_ref argument to 
21914         mono_image_typedef_or_ref since it was wrong in the first place.
21915
21916         * string-icalls.c: add error checking to string constructors according
21917         to the MSDN docs.
21918
21919         * reflection.c: Emit types in the order their TypeBuilders were 
21920         created. Previously, a new table index was assigned to each type before
21921         the tables were emitted. This was wrong because the signature blob
21922         might already refer to a type by its original table index.
21923
21924 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
21925
21926         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
21927         change.
21928         
21929 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21930
21931         * Makefile.am: make assemblies dir have \ instead of / on windows.
21932
21933 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
21934
21935         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
21936         iterate over the NESTEDCLASS table using a linear search since the
21937         table is not guaranteed to be sorted by the secondary key.
21938
21939         * class.c (mono_class_create_from_typedef): fixed up call to
21940         mono_metadata_nesting_typedef.
21941         
21942 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
21943
21944         * marshal.c (mono_string_to_byvalstr): clear the memory as
21945         suggested by Jerome Laban <jlaban@wanadoo.fr>
21946
21947 2003-02-26  Dick Porter  <dick@ximian.com>
21948
21949         * process.c: Cope with padding in .rsrc blocks
21950
21951 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
21952
21953         * metadata.h: reverted the filter_len change, it breaks reflection
21954         
21955 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
21956
21957         * metadata.h: added a new field to store the filter_len
21958         
21959
21960 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
21961
21962         * reflection.c: handle custom attributes for types and members
21963         created with Reflection.Emit (bug#38422).
21964
21965 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
21966
21967         * reflection.c: define RTSpecialName automatically for constructors for
21968         compatibility with MS.NET.
21969
21970         * reflection.c (mono_reflection_create_runtime_class): initialize
21971         nested_in field of dynamically created classes.
21972
21973 2003-02-22  Martin Baulig  <martin@ximian.com>
21974
21975         * debug-mono-symfile.h: Incremented version number.
21976
21977 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
21978
21979         * object.h icall.c process.c: fix warnings.
21980
21981 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
21982
21983         * appdomain.h appdomain.c:
21984         (mono_domain_try_type_resolve): split the 
21985         name_or_tb argument into a name and a tb argument.
21986         (mono_domain_has_type_resolve): new function to check whenever the
21987         application has registered a TypeResolve event handler.
21988         
21989         * icall.c reflection.h reflection.c: move the type resolve logic into
21990         mono_reflection_get_type () so it will be invoked when 
21991         Assembly::GetType () is called.
21992
21993         * reflection.c:
21994         (mono_reflection_get_type): renamed to get_type_internal.
21995         (mono_reflection_get_type): fixed type name generation so it works 
21996         for nested types too.
21997         (mono_reflection_get_type): call has_type_resolve () to avoid the 
21998         costly type name generation if there is no resolve event handler.
21999
22000 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
22001
22002         * class.c, image.c: load exported types from file references.
22003
22004 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
22005
22006         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
22007           used to cache the managed methods used to create proxies and make 
22008           remote invocation of methods.
22009         * class.h: Added in MonoVTable a flag to indicate that a class needs 
22010           to be remotely created.
22011         * object.c: Modified the method mono_class_vtable(). It now initializes 
22012           the remote flag of the vtable. Modified mono_object_new_specific(), 
22013           so now it checks the remote flag.
22014         * icall.c: Added a couple of internal methods, one for enabling instance 
22015           creation interception for a type, and one for creating objects bypassing
22016           the remote check.
22017
22018 2003-02-18  Martin Baulig  <martin@ximian.com>
22019
22020         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
22021         New interncall to get a method's metadata token.
22022
22023         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
22024         New interncall for the debugger.
22025
22026 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
22027
22028         * class.c (mono_class_setup_vtable): allocate supertype array
22029
22030 2003-02-18  Martin Baulig  <martin@ximian.com>
22031
22032         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
22033
22034 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22035
22036         * reflection.c:
22037         (assembly_name_to_aname): jump over unknown properties (i've found
22038         something like: 'type, assembly, version=xxx, custom=null, public...',
22039         so now will ignore custom=null and still get the rest of the values).
22040
22041 2003-02-17  Dick Porter  <dick@ximian.com>
22042
22043         * threads.c: Have Thread.Start() wait for a semaphore to signal
22044         that the thread has set up all its local data.  This fixes bug
22045         34323, where Abort() raced the new thread's TLS data.
22046
22047         Also removes the handle_store() call from start_wrapper, because
22048         threads are now always created suspended and there is no longer a
22049         race between the parent and child threads to store the info.
22050
22051 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
22052
22053         * image.c: explain the #- heap issue in a message, hopefully
22054         avoiding FAQs on mono-list.
22055
22056 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22057
22058         * icall.c:
22059         (GetEntryAssembly): if the domain has not invoked
22060         AppDomain.ExecuteAssembly yet, return the assembly of the default
22061         AppDomain.
22062
22063 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
22064
22065         * class.c (mono_ldtoken): make it work in dynamic assemblies.
22066
22067 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
22068
22069         * metadata.c, reflection.c: simple speedup to type hash
22070         and equals code.
22071
22072 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
22073
22074         * image.c, image.h, class.c, assembly.c: move module loading
22075         to MonoImage. When loading metadata, consider alignemnet from
22076         the start of metadata, not from the metadata address in memory.
22077
22078 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
22079
22080         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
22081         AssemblyBuilder objects. Factored out custom attribute creation into
22082         a separate function.
22083         (create_custom_attr): new function to create custom attributes.
22084
22085 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
22086
22087         * Makefile.am: Got tired of typing the full pathname to pedump.
22088         Until there is another option, am installing this.
22089
22090 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
22091
22092         * class.c (class_compute_field_layout): always set field->parent 
22093         (mono_ldtoken): use mono_defaults.fieldhandle_class;
22094
22095 2003-02-11  Dick Porter  <dick@ximian.com>
22096
22097         * threads-types.h:
22098         * monitor.c: Rewrote Monitor, making lock much faster and
22099         Pulse/Wait work as specified.  Also uses much fewer handles, and only
22100         creates them as needed.
22101
22102         * exception.c: Added SynchronizationLockException
22103
22104         * threads.c: Deleted old Monitor implementation.  The new one is
22105         in a new file.
22106
22107 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
22108
22109         * class.c: handled TypedReference type code. Set the correct size for
22110         class data. Setup interface_offsets for interface classes, too.
22111
22112 2003-02-09  Martin Baulig  <martin@ximian.com>
22113
22114         * debug-mono-symfile.h: Reflect latest symbol writer changes.
22115
22116 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
22117
22118         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
22119         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
22120         * object.c: fixed mono_object_get_virtual_method () for interfaces.
22121         * verify.c: check for code that runs after the end of the method.
22122
22123 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
22124
22125         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
22126         "System.Math::Round2".
22127         * sysmath.h: Added Floor, Round and Round2 definitions.
22128         * sysmath.c: Modified certain functions that were not 100% compliant
22129         with MS.NET (math precision) and added the implementation of Floor,
22130         Round and Round2.
22131
22132 2003-02-07  Martin Baulig  <martin@ximian.com>
22133
22134         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
22135
22136 2003-02-07  Martin Baulig  <martin@ximian.com>
22137
22138         * debug-mono-symfile.c: Reflected latest symwriter changes.
22139         (mono_debug_create_mono_symbol_file): Removed.
22140         (mono_debug_open_mono_symbol_file): Take an argument which
22141         specifies whether to create a dynamic symbol file.
22142
22143 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
22144
22145         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
22146
22147 2003-02-05  Martin Baulig  <martin@ximian.com>
22148
22149         * reflection.c (mono_image_build_metadata): Make this public,
22150         protect it against being called multiple times, don't create
22151         resources and don't build the compressed metadata here.
22152         (mono_image_create_pefile): Do this here.
22153
22154         * icall.c
22155         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
22156
22157 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22158
22159         * socket-io.c: fixed bug #36322.
22160
22161 2003-02-06  Piers Haken <piersh@friskit.com>
22162
22163         * appdomain.[ch]:
22164         * class.h:
22165         * debug-mono-symfile.c:
22166         * icall.c:
22167         * loader.c:
22168         * mono-config.c:
22169         * monosn.c:
22170         * reflection.c:
22171         * socket-io.c: warning cleanups
22172
22173 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
22174
22175         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
22176         function. works like remoting invoke, but does a check for the Proxy first.
22177
22178 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
22179
22180         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
22181
22182 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
22183
22184         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
22185         array of pointers.
22186         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
22187         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
22188
22189         * object.c (mono_store_remote_field_new): used by the new jit
22190         instead of mono_store_remote_field
22191         (mono_load_remote_field_new): used by the new jit
22192         instead of mono_load_remote_field
22193
22194 2003-02-05  Patrik Torstensson
22195
22196         * appdomain.c: changed unload to take the domain id instead
22197         of domain
22198         
22199         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
22200
22201
22202 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22203
22204         * appdomain.c: don't look for assemblies in ApplicationBase if
22205         PrivateBinPathProbe is set.
22206
22207 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22208
22209         * object.c: make the first argument in main_args contain the absolute
22210         path to the assembly. Fixes bug #37511.
22211
22212 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22213
22214         * icall.c: get correct UTC offset for countries not using daylight
22215         time saving. Fixes bug #30030.
22216
22217 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22218
22219         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
22220         and 1 are the family).
22221
22222 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
22223
22224         * icall.c (ves_icall_InternalExecute): removed wrong assertion
22225
22226         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
22227
22228 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
22229
22230         * reflection.c: added support for SignatureHelper tokens, which is
22231         needed by the Calli opcode.
22232
22233         * reflection.h: track changes to SignatureHelper class.
22234
22235         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
22236
22237 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22238
22239         * appdomain.c: fixed loading assemblies from PrivateBinPath.
22240
22241 2003-02-03  Patrik Torstensson
22242         * appdomain.[c|h], domain.c : 
22243          - Added support for getting a domain via domain id
22244          - Support for setting and getting domain from System.AppDomain 
22245            (used in cross appdomain channel)
22246          - Added support for get/set for a MonoAppContext on a thread 
22247            (Context class in System.Runtime.Remoting.Contexts),
22248          - Removed hack in Get/SetData and ExecuteAssembly.
22249         
22250         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
22251         the managed world to get control when a proxy is created.
22252
22253         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
22254         
22255 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
22256
22257         * icall.c
22258         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
22259         Populate the codebase field as well.
22260
22261 2003-02-02  Martin Baulig  <martin@ximian.com>
22262
22263         * debug-mono-symfile.c
22264         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
22265         (mono_debug_symfile_add_method): Allow interncalls.
22266
22267 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22268
22269         * icall.c: throw parse exception if strtod fails or the string is empty.
22270
22271 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
22272
22273         * marshal.c: handle object type separately from defined
22274         class types.
22275
22276 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
22277
22278         * marshal.c: handle NATIVE_LPSTR for strings when it's
22279         explicitly specified.
22280
22281 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
22282
22283         * reflection.c, reflection.h, icall.c: setup the reflection
22284         handle cache for ModuleBuilders and AssemblyBuilders.
22285
22286 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
22287
22288         * reflection.c (reflection_methodbuilder_to_mono_method): set
22289         pinvoke flag
22290
22291 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22292
22293         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
22294
22295 2003-01-29  Dick Porter  <dick@ximian.com>
22296
22297         * threads.c: No need for the fake_thread kludge now that Thread
22298         doesn't run a class constructor
22299         
22300 2003-01-29  Dick Porter  <dick@ximian.com>
22301
22302         * threads.c: Use g_direct_hash instead of the rather bogus
22303         g_int_hash
22304
22305 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
22306
22307         * marshal.c (mono_marshal_get_native_wrapper): add check for null
22308         (fix pinvoke12.exe)
22309         (mono_marshal_get_struct_to_ptr): generate valid IL code
22310         (mono_marshal_get_ptr_to_struct): generate valid IL code
22311         (*): correctly set sig->pinvoke, we need to memdup the signature
22312         to do that
22313
22314 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
22315
22316         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
22317         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
22318
22319 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
22320
22321         * profiler.c: provide more callers information.
22322
22323 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
22324
22325         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
22326
22327         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
22328
22329         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
22330
22331 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
22332
22333         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
22334         exception instead of going into an infinite loop on dates which it 
22335         can't yet handle.
22336
22337         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
22338         out-of-range exception if needed.
22339
22340         * class.c (mono_class_setup_vtable): allow a virtual method to provide
22341         an implementation for an interface method and to override an inherited
22342         method at the same time. 
22343         Imagine a scenario when a virtual method is used to override a
22344         virtual abstract method in a parent class, and this same method 
22345         provides an implementation for an method inherited from an interface. 
22346         In this case, the interface resolution code will set im->slot, which 
22347         means that the virtual method override pass will skip this method 
22348         which means a pointer to the abstract method inherited from the parent
22349         will remain in the vtable of this non-abstract class.
22350
22351         * class.c: (mono_class_setup_vtable): continue search for a real 
22352         method if only an abstract method is found.     
22353
22354 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
22355
22356         * reflection.c: add size to encoding for ByValStr and ByValArray
22357         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
22358
22359 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
22360
22361         * class.c (mono_class_setup_vtable): pass the override info as an
22362         argument.
22363
22364         * class.c (mono_class_setup_vtable): set the slot of overriding methods
22365         correctly.
22366         
22367         * reflection.c (ensure_runtime_vtable); add support for method 
22368         overrides.
22369         
22370 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
22371
22372         * reflection.c (resolution_scope_from_image): Hack to work to work with
22373         dynamic assemblies.
22374
22375         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
22376         added a 'force_ref' argument to force this function to allways return 
22377         a TypeRef. This is needed by mono_image_get_memberref_token ().
22378         
22379 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
22380
22381         * reflection.c (mono_image_get_type_info): interfaces really don't have
22382         a parent.
22383
22384         * reflection.c (mono_image_basic_init): fill out missing fields of
22385         image structure.
22386
22387         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
22388         dynamic assemblies. This is required so dynamic assemblies show up in
22389         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
22390         Type::GetType() etc. This is consistent with MS behaviour.
22391
22392         * image.c image.h reflection.c: add newly created classes to the name 
22393         cache so mono_class_get () will find them.      
22394
22395 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
22396
22397         First part of changes to get IKVM.NET running under mono.
22398         
22399         * appdomain.h, appdomain.c: added new function 
22400         mono_domain_try_type_resolve() which will emit TypeResolve events. 
22401         This function will call AppDomain::DoTypeResolve to do the actual work.
22402
22403         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
22404         moved existing code dealing with dynamic tokens to a new function 
22405         called mono_reflection_lookup_dynamic_token (). This function will 
22406         raise TypeResolve events when appropriate. Since reflection.c is not 
22407         part of libmetadata, a new hook function called 
22408         mono_lookup_dynamic_token() is added to class.c which will call this.
22409
22410         * assembly.h assembly.c: make the invoke_load_hook function public,
22411         so it can be called for dynamic assemblies.
22412
22413         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
22414
22415         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
22416         type isn't found.
22417
22418         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
22419         MonoGHashTable, since it contains pointers to objects which the GC 
22420         needs to track.
22421
22422         * assembly.c (search_loaded): remove unused variable.
22423         
22424 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
22425
22426         * object.c: fixed issue exposed by gcc-generated IL programs
22427         that use RVA data for pointers.
22428
22429 2003-01-25  Martin Baulig  <martin@ximian.com>
22430
22431         * threads.c (start_wrapper): Moved the initialization of
22432         `start_func' above the mono_new_thread_init() call to which we
22433         pass it as argument.
22434
22435 2003-01-24  Martin Baulig  <martin@ximian.com>
22436
22437         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
22438         the MonoThread pointer.
22439
22440 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
22441
22442         * icall.c: Rename `PowImpl' to Pow.
22443
22444 2003-01-23  Dick Porter  <dick@ximian.com>
22445
22446         * threads.c (start_wrapper): Create a Thread object if needed, so
22447         the Main() thread can do the class initialisation in a subthread
22448         that has been set up to allow managed code execution.
22449
22450         Pass the thread ID instead of the MonoThread pointer to the thread
22451         start and attach callbacks.  This change is required, because the
22452         jit thread start callback must be called _before_ the Thread
22453         object can be created.
22454         
22455         (mono_thread_init): Removed much object creation code that is no
22456         longer needed.  No managed code is called from here now.
22457
22458         * object.c (mono_runtime_exec_managed_code): Create a subthread
22459         for Main, and call back to the runtime to use it.
22460         Set the exit code when Main exits.
22461
22462         * gc.c: Make sure domain finalisation happens in a subthread.
22463         Re-enable threaded GC, fixing bug 31333 (again).
22464
22465         * environment.c: System.Environment internall calls (so far just
22466         ExitCode is here, the others are still in icall.c)
22467
22468         * appdomain.c (mono_runtime_cleanup): All threads running managed
22469         code should have finished before mono_runtime_cleanup() is
22470         reached, so no need to clean up threads.
22471
22472 2003-01-22  Martin Baulig  <martin@ximian.com>
22473
22474         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
22475         `gpointer func' arguments.      
22476         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
22477         but added `MonoThread *thread' argument.
22478         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
22479
22480         * threads.c (mono_new_thread_init): Added `gpointer func' argument
22481         and pass it to the mono_thread_start_cb callback.
22482         (mono_install_thread_callbacks): New public function to install a
22483         set of callbacks which are set by the debugger.
22484         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
22485
22486 2003-01-22  Martin Baulig  <martin@ximian.com>
22487
22488         * Makefile.am: Install debug-mono-symfile.h.
22489
22490 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
22491
22492         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
22493
22494 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
22495
22496         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
22497         * class.c (mono_ptr_class_get): correctly set access levels of pointers
22498         (mono_array_class_get): correctly set access levels of arrays
22499
22500 2003-01-20      Patrik Torstensson
22501         * image.h (MonoAssemblyName): changed major, minor, build, revision
22502         from signed to unsigned.
22503
22504 2003-01-20  sean kasun <skasun@azstarnet.com>
22505
22506         * reflection.c (load_cattr_value): Now this handles
22507         MONO_TYPE_SZARRAY.  Fixes bug #35629
22508
22509 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
22510
22511         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
22512         integer value
22513
22514 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22515
22516         * decimal.c: fixed bug #26056.
22517
22518 2003-01-17  Martin Baulig  <martin@ximian.com>
22519
22520         * gc.c: Raise an ExecutionEngineException instead of using g_error().
22521
22522 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22523
22524         * exception.[ch]:
22525         (mono_get_exception_type_initialization): new function.
22526
22527         * object.c: throw a TypeInitializationException when an exception is
22528         thrown invoking the class constructor.
22529
22530 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22531
22532         * reflection.c: fixed attribute reading.
22533
22534 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22535
22536         * icall.c:
22537         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
22538         provided, look for the type in the calling assembly and then in
22539         mscorlib; if the assembly name is provided, only try that one.
22540
22541 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
22542
22543         * object.c: register the vtable before there is a chance it's
22544         queried again recursively.
22545
22546 2003-01-13  Duncan Mak  <duncan@ximian.com>
22547
22548         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
22549         gc-internal.h. 
22550         
22551 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
22552
22553         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
22554
22555 2003-01-11  Martin Baulig  <martin@ximian.com>
22556
22557         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
22558         this to 20 for the release.
22559
22560 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
22561
22562         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
22563
22564         * loader.c (mono_method_get_marshal_info): bug fix
22565
22566         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
22567         structures with explicit layout
22568
22569 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
22570
22571         * profiler.c: made the output more readable (and sorted). 
22572         Added caller information for the allocation profiler.
22573
22574 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
22575
22576         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
22577
22578 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22579
22580         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
22581         to get value types.
22582         
22583 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
22584
22585         * object.c, profiler.h, profiler.c, profiler-private.h:
22586         Added object allocation profiler.
22587
22588 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
22589
22590         * reflection.h, reflection.c: handle global methods.
22591         Compress blob entries.
22592
22593 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
22594
22595         * marshal.c: fix compilation.
22596
22597 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
22598
22599         * loader.c (mono_method_get_marshal_info): impl.
22600
22601         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
22602
22603 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22604
22605         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
22606         for reference types.
22607
22608 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
22609
22610         * loader.c: fixed off by one error in loaded parameter names.
22611
22612 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
22613
22614         * marshal.c (mono_marshal_get_icall_wrapper): like
22615         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
22616         instead of a MonoMethod.
22617
22618 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22619
22620         * decimal.c: fixed bug #36537.
22621
22622 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
22623
22624         * marshal.c: throw a missing method exception if a
22625         P/Invoke method is not found.
22626
22627 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
22628
22629         * icall.c: allow a null this for constructors.
22630
22631 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
22632
22633         * icall.c: raise the proper exceptions if the arguments to the
22634         internal Invoke are incorrect.
22635
22636 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
22637
22638         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
22639
22640 2003-01-03  Martin Baulig  <martin@ximian.com>
22641
22642         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
22643
22644 2002-12-31  Martin Baulig  <martin@ximian.com>
22645
22646         * debug-mono-symfile.c: Completely rewrote the type section.
22647         Instead of using individual malloc()ed fields, we use one big
22648         continuous memory area and offsets into this area.
22649         See the comments in the source code for details.
22650
22651 2002-12-30  Martin Baulig  <martin@ximian.com>
22652
22653         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
22654
22655 2002-12-30  Martin Baulig  <martin@ximian.com>
22656
22657         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
22658         line number table in this data blob instead of using an external
22659         pointer.
22660
22661 2002-12-28  Martin Baulig  <martin@ximian.com>
22662
22663         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
22664
22665 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
22666
22667         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
22668         as a boxed return type.
22669
22670 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
22671
22672         * appdomain.c
22673         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
22674         g_build_filename to properly get separators on the filename created.
22675
22676         * object.h: Small change, introduce MonoMarshalByRefObject to
22677         track the layout of that structure in the C# universe as we make
22678         changes there.
22679
22680 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
22681
22682         * object.c: removed assert to allow static fields on interfaces.
22683         * loader.c: a TypeSpec may be used for any type, not just arrays.
22684
22685 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
22686
22687         * class.c, class.h: added mono_class_array_element_size ().
22688         Ignore static methods in interfaces.
22689
22690 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22691
22692         * threads.c: fixed the build under cygwin.
22693
22694 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
22695
22696         * reflection.c: handle nullref constants. Allocate keys for
22697         reflection handles with the GC.
22698
22699 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
22700
22701         * threads.c, threads.h: added mono_thread_get_abort_signal()
22702         to get a suitable signal for thread abort.
22703
22704 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
22705
22706         * metadata.c: fix handling of ExportedType table.
22707
22708 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22709
22710         * icall.c: added WriteWindowsDebugString internal call.
22711
22712 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22713
22714         * reflection.h: added fields to match C# implementation.
22715
22716 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22717
22718         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
22719
22720 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
22721
22722         * gc.h, gc-internal.h: Rename header for GC internal calls to
22723         gc-internal.h from gc.h as to not clash with Boehm GC having its
22724         header installed as <gc.h> in outside include paths.
22725         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
22726         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
22727
22728 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22729
22730         * icall.c: assign minor, build and revision in FillName.
22731
22732 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
22733
22734         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
22735         Added support for running code generated by Reflection.Emit.
22736
22737 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22738
22739         * appdomain.c: check for NULL argument in LoadFrom.
22740
22741 2002-12-10  Dick Porter  <dick@ximian.com>
22742
22743         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
22744
22745 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22746
22747         * appdomain.c: fix buglet when building exe file name.  Handle full
22748         assembly name (needed after latest changes to AssemblyName).
22749         * image.c:
22750         (mono_image_close): free some hashtables.
22751
22752 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
22753
22754         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
22755         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
22756         on some systems (redhat 7.3) 
22757
22758 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
22759
22760         * threads.c: delete the critical section of a sync block,
22761         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
22762
22763 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
22764
22765         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
22766
22767 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22768
22769         * appdomain.[ch]: handle the assembly preload event to try loading the
22770         assemblies using the paths we have in the current domain.
22771
22772         * assembly.[ch]: created an assembly preload hook that is called to try
22773         loading the assembly by other means that the ones provided here.
22774
22775         * domain.c: initialize the domain search path.
22776
22777         From now on, assemblies (TODO: except corlib and System) are loaded
22778         according to these rules when using mono_assembly_load ():
22779
22780                 1. It tries to load the assembly from the ApplicationBase
22781                 of the current domain appending .dll and .exe (TODO: have to
22782                 try loading from name/name.dll and name/name.exe).
22783
22784                 2. It tries the search path specified in PrivateBinPath for the
22785                 current domain (if any).
22786
22787                 3. Previous behavior.
22788
22789 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
22790
22791         * icall.c: implemented GetInterfaceMap() related icall.
22792         * domain.c, loader.h: load MethodInfo in mono_defaults.
22793
22794 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
22795
22796         * gc.c: disable the finalizer thread for now, untill all the issues
22797         with it are resolved.
22798
22799 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
22800
22801         * string-icalls.c: handle embedded nulls in string ctor when the
22802         length is specified.
22803
22804 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
22805
22806         * class.c: look for explicit interface implementation in parent
22807         classes, too.
22808
22809 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
22810
22811         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
22812
22813 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
22814
22815         * gc.c: protect handles with a critical section.
22816
22817 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22818
22819         * icall.c:
22820         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
22821         parameters. If no assembly specified, try getting the type from all
22822         the assemblies in the current domain, else, load the assembly and get
22823         the type from it.
22824
22825 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22826
22827         * marshal.c: applied patch from Aleksey Demakov that fixes
22828         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
22829
22830 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22831
22832         * icall.c: fixed get_location.
22833
22834 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
22835
22836         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
22837         declarations to make it work with older gcc. 
22838
22839         * loader.c (mono_get_method): set signature->pinvoke for native calls
22840
22841 2002-11-20  Dick Porter  <dick@ximian.com>
22842
22843         * threads.c (mono_thread_init): Set the main thread's handle
22844
22845 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
22846
22847         * gc.c: allow compilation without GC support. Changed to match the
22848         mono coding style.
22849
22850 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
22851
22852         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
22853
22854 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
22855
22856         * reflection.c: set a public key token on the core assemblies.
22857
22858 2002-11-18  Dick Porter  <dick@ximian.com>
22859
22860         * threads.c: Split out some thread initialisation so that other
22861         files can set the start callback function.
22862
22863         * gc.c: Run finalisers in a separate thread, to avoid stack
22864         overflow.  Fixes bug 31333.
22865
22866         * appdomain.c: Set up GC finalisation thread.
22867
22868         * reflection.c: 
22869         * object.c: 
22870         * domain.c: Use gc.h macros for GC_malloc
22871         
22872 2002-11-15  Dick Porter  <dick@ximian.com>
22873
22874         * threadpool.c: 
22875         * threads.c:
22876         * appdomain.c: Removed mono_runtime_init_with_attach(),
22877         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
22878         merging the extra parameter with the existing function.  Removed
22879         unneeded code in mono_thread_attach().
22880
22881 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
22882
22883         * image.c (mono_image_loaded_by_guid): a method to get loaded
22884         images by guid. 
22885         (load_metadata_ptrs): we store the guid as string.
22886
22887 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
22888
22889         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
22890
22891         * metadata.c (mono_guid_to_string): imported method form Zoltan
22892         Varga (slightly modified)
22893
22894         * assembly.c (mono_assembly_open): load precompiled code
22895
22896         * loader.h (MonoMethod): we store the method token for use in the
22897         aot compiler. 
22898
22899 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22900
22901         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
22902         the hook function called when an assembly is loaded.
22903         
22904         * domain.c: Modified file.
22905         (mono_domain_assembly_load): removed hash table insertion of assemblies.
22906
22907         Fixes bug #33196.
22908
22909 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
22910
22911         * reflection.c: Map PEFileKind to the value expected by the WinNT
22912         image loader. 
22913
22914 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22915
22916         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
22917         Read until the buffer is filled completely.
22918
22919 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22920
22921         * icall.c: implemented MonoType.InternalGetEvent ().
22922
22923 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22924
22925         * appdomain.c: implemented InitAppDomainSetup. Delayed
22926         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
22927         the entry_assembly.
22928
22929         * assembly.c: base_dir is now an absolute path ending with
22930         G_DIR_SEPARATOR.
22931
22932         * icall.c: modified get_location according to the above changes.
22933
22934         * object.c: init AppDomain.SetupInformation for the default domain after
22935         we have the entry assembly.
22936
22937         * domain.c: when unloading a domain, setup = NULL.
22938
22939 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
22940
22941         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
22942
22943 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
22944
22945         * object.h, object.c: introduced mono_object_get_virtual_method ()
22946         to lookup the method invoked on an object when a callvirt is done on
22947         a method.
22948         * icall.c: make MethodInfo::Invoke() always do a virtual call.
22949
22950 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22951
22952         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
22953         current domain when loaded an assembly and failed to load it.
22954
22955         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
22956
22957 2002-10-31  Dick Porter  <dick@ximian.com>
22958
22959         * icall.c: 
22960         * file-io.h: 
22961         * file-io.c: Return the error status in a parameter, as the
22962         GetLastError() value has long since been blown away if we try and
22963         look it up in a subsequent internal call invocation.  Delete the
22964         GetLastError() internal call, because it's useless.
22965
22966 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
22967
22968         * class.[ch]: added cast_class to fix bug 29517
22969
22970 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
22971
22972         * marshal.c: create valid IL code in the filter clause:
22973         the new JIT is less forgiving:-)
22974
22975 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22976
22977         * icall.c: removed get_property internal call.
22978
22979 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
22980
22981         * appdomain.h domain.c: Added an ID to appdomains.
22982         
22983         * threads.c threads.h icall.c: Implement icall
22984         Thread:GetDomainID(), and remove unused icall 
22985         CurrentThreadDomain_internal.
22986
22987 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22988
22989         * icall.c: Don't recurse through the base types in GetConstructor.
22990         Fixes bug #32063. 
22991
22992 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
22993
22994         * mempool.h, mempool.c: added mono_mempool_empty() and
22995         mono_mempool_stats().
22996
22997 2002-10-23  Dick Porter  <dick@ximian.com>
22998
22999         * file-io.c: 
23000         * file-io.h: 
23001         * icall.c: Added MonoIO.GetFileType internal call
23002
23003 2002-10-17  Dick Porter  <dick@ximian.com>
23004
23005         * appdomain.c (mono_runtime_cleanup): Don't signal the async
23006         delegate semaphore before waiting for all threads to finish,
23007         because new threads can also call async delegates.  Fixes bug
23008         32004.
23009
23010         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
23011         of 3 seconds, in case another async job is queued.  (This part is
23012         needed because the bug fix reintroduced the 3s exit lag.)  This
23013         makes the mono_runtime_shutdown flag superfluous.
23014
23015 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
23016
23017         * reflection.c: include ehader size in method section headers.
23018         Really check for suplicated modules entries.
23019
23020 2002-10-17  Martin Baulig  <martin@gnome.org>
23021
23022         * debug-mono-symfile.c: Added back support for locals.
23023
23024 2002-10-14  Martin Baulig  <martin@gnome.org>
23025
23026         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
23027         MONO_TYPE_VOID.
23028
23029 2002-10-14  Martin Baulig  <martin@gnome.org>
23030
23031         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
23032         mono_class_get() instead of looking in the class cache. 
23033
23034 2002-10-13  Martin Baulig  <martin@gnome.org>
23035
23036         * debug-mono-symfile.c: Set version number to 28, include the
23037         signature in method names.
23038
23039 2002-10-13  Martin Baulig  <martin@gnome.org>
23040
23041         * debug-mono-symfile.h: Set version number to 27.
23042
23043 2002-10-11  Martin Baulig  <martin@gnome.org>
23044
23045         * gc.c: Don't register/unregister NULL pointers as disappearing links.
23046
23047 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
23048
23049         * metadata.c, metadata.h: added helper function to allocate signatures.
23050
23051 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23052
23053         * icall.c: added internal call to get the location of machine.config.
23054
23055 2002-10-08  Martin Baulig  <martin@gnome.org>
23056
23057         * debug-mono-symfile.c: Ignore classes with a pending init for the
23058         moment.
23059
23060 2002-10-03  Dick Porter  <dick@ximian.com>
23061
23062         * threads.c: Freebsd pthread_t is a pointer
23063
23064 2002-10-03  Dick Porter  <dick@ximian.com>
23065
23066         * socket-io.c: Implemented GetHostName_internal
23067
23068 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23069
23070         * mono-config.c:
23071         (mono_config_parse_file): don't leak the text.
23072
23073 2002-10-02  Martin Baulig  <martin@gnome.org>
23074
23075         * debug-mono-symfile.c: Added support for methods.
23076
23077 2002-10-01  Martin Baulig  <martin@gnome.org>
23078
23079         * debug-mono-symfile.c: Don't emit methods and line numbers for
23080         the dynamic symbol file, just write the type table.  We can easily
23081         have an external helper program which creates a symbol file for an
23082         IL file.        
23083
23084 2002-10-01  Dick Porter  <dick@ximian.com>
23085
23086         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
23087         Only add the handle to the cleanup array when we're about to
23088         launch the thread.  Bug 31425 deadlocked when the test was run on
23089         mono under w32.
23090
23091 2002-10-01  Martin Baulig  <martin@gnome.org>
23092
23093         * debug-mono-symfile.c: Added support for properties.
23094
23095 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
23096
23097         * reflection.c: unaligned store fix from Mark Crichton
23098         <crichton@gimp.org>.
23099
23100 2002-09-27  Martin Baulig  <martin@gnome.org>
23101
23102         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
23103         New interncall.
23104
23105 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
23106
23107         * assembly.h, assembly.c: use a sane API to hook into the assembly
23108         loading process instead of a useless special-purpouse hack
23109         (ngen needs a hook, too, for example).
23110
23111 2002-09-27  Dick Porter  <dick@ximian.com>
23112
23113         * threads.c (mono_thread_init): Call GetCurrentProcess() so
23114         io-layer can set up some process handle info.  Not needed on w32,
23115         but doesn't hurt either.
23116
23117         * process.c: Pass the program name in the second parameter to
23118         CreateProcess, so the path is searched.  Include the working
23119         directory. Implemented process name, process enumeration, and some
23120         process detail internal calls.
23121         
23122         * icall.c: Added internal calls for process lookup, and some
23123         process details
23124
23125 2002-09-26  Martin Baulig  <martin@gnome.org>
23126
23127         * assembly.c (mono_install_open_assembly_hook): New global
23128         function to install a function to be invoked each time a new
23129         assembly is loaded.
23130         (mono_assembly_open): Run this callback function if set.
23131
23132         * debug-mono-symfile.c: Put back line numbers for the dynamic
23133         symbol file and also record the .il file as source file.  This
23134         allows us to install the temporary symbol file as `file.dbg' just
23135         like a compiler-generated one.
23136
23137 2002-09-26  Nick Zigarovich <nick@chemlab.org>
23138
23139         * Corrected typo in gc.c (BOHEM vs BOEHM).
23140
23141 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23142
23143         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
23144         GetProperties. Also avoid calling g_slist_length in GetProperties and
23145         GetMethods.
23146
23147 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
23148
23149         * reflection.c: avoid unaligned stores (bug spotted by
23150         Mark Crichton  <crichton@gimp.org>).
23151
23152 2002-09-25  Martin Baulig  <martin@gnome.org>
23153
23154         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
23155         instead of guint64 for addresses and added prologue/epilogue info.
23156
23157 2002-09-25  Martin Baulig  <martin@gnome.org>
23158
23159         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
23160         store line number info.  For the dynamic symbol file, we only need
23161         to provide the JIT generated dynamic line number info for the dynamic
23162         symbol file.
23163
23164 2002-09-25  Martin Baulig  <martin@gnome.org>
23165
23166         * debug-mono-symfile.h: Incremented version number.
23167
23168 2002-09-24  Martin Baulig  <martin@gnome.org>
23169
23170         * class.c (mono_debugger_class_init_func): New global function
23171         pointer variable.
23172         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
23173         call it.
23174
23175         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
23176         function.  This is called via the mono_debugger_class_init_func
23177         hook to add all types to the dynamic type table.
23178         (ves_icall_MonoDebugger_GetType): New interncall to get a class
23179         from its metadata token.
23180
23181         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
23182         New interncall for the debugger.
23183
23184 2002-09-24  Nick Drochak <ndrochak@gol.com>
23185
23186         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
23187         before using it in case it is null.
23188         
23189 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23190
23191         * metadata.c: allow custom modifiers in local var signatures
23192         (bug spotted by Zoltan Varga).
23193
23194 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
23195
23196         * class.c: deal with the <Module> class that may have a NULL vtable.
23197         Eliminate warnings.
23198
23199 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
23200
23201         * image.c, image.h: more strong name helpers.
23202         * monosn.c: more work: convert pem keys to cryptoapi format.
23203
23204 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
23205
23206         * string-icalls.c: speedup IndexOf.
23207
23208 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
23209
23210         * icall.c: updates from Zoltan.2.Varga@nokia.com.
23211
23212 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
23213
23214         * icall.c: cleanup: use mono_object_domain ().
23215
23216 2002-09-23  Martin Baulig  <martin@gnome.org>
23217
23218         * debug-mono-symfile.c: Improved type support.
23219
23220 2002-09-22  Martin Baulig  <martin@gnome.org>
23221
23222         * debug-mono-symfile.c: Added support for reference types and strings.
23223
23224 2002-09-22  Martin Baulig  <martin@gnome.org>
23225
23226         * debug-mono-symfile.c: Started to work on the type table.
23227
23228 2002-09-21  Martin Baulig  <martin@gnome.org>
23229
23230         * debug-mono-symfile.c: Largely reworked the symbol table format.
23231         The symbol table is now incrementally updated each time a new
23232         method is added.  We're now also using our own magic and version
23233         so that you don't need to recompile all your classes if the
23234         dynamic table changes.
23235         (mono_debug_update_mono_symbol_file): Removed.
23236         (mono_debug_symfile_add_method): New function to add a method.
23237
23238 2002-09-21  Martin Baulig  <martin@gnome.org>
23239
23240         * icall.c
23241         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
23242         New interncall.
23243
23244         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
23245         New interncall to get a method from its metadata token.
23246
23247 2002-09-21  Martin Baulig  <martin@gnome.org>
23248
23249         * debug-mono-symfile.c: Create type table.
23250
23251 2002-09-20  Martin Baulig  <martin@gnome.org>
23252
23253         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
23254
23255 2002-09-20  Martin Baulig  <martin@gnome.org>
23256
23257         * debug-mono-symfile.c: Provide information about params and locals.
23258
23259 2002-09-20  Martin Baulig  <martin@gnome.org>
23260
23261         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
23262         New interncall.
23263
23264         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
23265         interncall to get a method from its metadata token.
23266
23267 2002-09-20  Martin Baulig  <martin@gnome.org>
23268
23269         * debug-mono-symfile.c: Added a few checks for method->header
23270         being non-NULL.  This should never happen, but for the moment
23271         let's use a g_warning() rather than a g_assert().
23272
23273 2002-09-19  Mark Crichton  <crichton@gimp.org>
23274
23275         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
23276         even if support for it isn't present.  Added an #ifdef to fix this.
23277
23278         * socket-io.c: Added checks back for Solaris support.
23279
23280 2002-09-19  Martin Baulig  <martin@gnome.org>
23281
23282         * debug-mono-symfile.c (read_string, write_string): Reflect latest
23283         changes in the symbol file format.
23284
23285 2002-09-18  Martin Baulig  <martin@gnome.org>
23286
23287         * debug-mono-symfile.c: Set version number to 21.
23288
23289 2002-09-18  Dick Porter  <dick@ximian.com>
23290
23291         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
23292         on netbsd.  Fixes bug 30051.
23293
23294 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23295
23296         * reflection.c:
23297         (set_version_from_string): little fix.
23298
23299 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
23300
23301         * monosn.c, Makefile.am: added strong name utility.
23302         * reflection.h, reflection.c: implemented delayed signing,
23303         locale, version and hash id assembly attributes.
23304
23305 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
23306
23307         * loader.c, metadata.c: load param attributes in signatures.
23308
23309 2002-09-16  Martin Baulig  <martin@gnome.org>
23310
23311         * debug-mono-symfile.c: Added string table with all method names.
23312
23313 2002-09-14  Martin Baulig  <martin@gnome.org>
23314
23315         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
23316         fast method lookup.
23317
23318 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
23319
23320         * reflection.c: record the public key token of referenced assemblies.
23321
23322 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
23323
23324         * image.c, image.h: added functions to get the strong name and the
23325         public key of an assembly.
23326         * pedump.c: use them.
23327
23328 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
23329
23330         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
23331
23332 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
23333
23334         * marshal.c (mono_marshal_get_managed_wrapper): Added
23335         MONO_TYPE_BOOLEAN 
23336
23337 2002-09-11  Martin Baulig  <martin@gnome.org>
23338
23339         * gc.c: Call GC_unregister_disappearing_link() on all links when
23340         finalizing them, this is necessary to aviod a crash in boehm's
23341         finalize handler.
23342
23343 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
23344
23345         * gc.c: handle GetTarget for finalized objects spotted and fixed by
23346         nick@chemlab.org.
23347
23348 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
23349
23350         * icall.c: implemented MonoType::Module.
23351         * reflection.c, reflection.h: mono_module_get_object () from
23352         Tomi Pakarinen <tomi.pakarinen@welho.com>.
23353
23354 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
23355
23356         * icall.c: ignore overridden methods in GetMethods ().
23357         Fix for FieldInfo::SetValue().
23358         * object.c: handle float/double in runtime invoke.
23359
23360 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
23361
23362         * object.c: allow a constructor to be called again on an object.
23363
23364 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
23365
23366         * class.h, class.c: move field layout code to it's own function and
23367         export it. Get an interface id earlier. Move fields in MonoClass
23368         so they are more cache friendly and align the bitfields.
23369         * loader.c: temporary handle get_param_names() for a runtime method.
23370         * reflection.c, reflection.h: more code to handle runtime creation of
23371         types.
23372
23373 2002-09-09  Martin Baulig  <martin@gnome.org>
23374
23375         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
23376         signature with the pinvoke field being set for the actual call.
23377
23378 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
23379
23380         * icall.c: removed some unused icalls. Start of map of glib charsets
23381         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
23382
23383 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
23384
23385         * debug-helpers.c: break infinite loop (found and fixed by
23386         Holger Arnold <harnold@gmx.de>).
23387
23388 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
23389
23390         * icall.c: target may be null in create_delegate.
23391
23392 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
23393
23394         * marshal.c: handle a boolean return type.
23395
23396 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
23397
23398         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
23399
23400 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
23401
23402         * gc.c: fix weakreferences.
23403
23404 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
23405
23406         * icall.c: added icall to get default codepage.
23407
23408 2002-09-03  Dick Porter  <dick@ximian.com>
23409
23410         * threads.h: 
23411         * threads.c: Use MonoThread instead of MonoObject where
23412         apropriate.
23413
23414         Store running thread objects in a hash table, so that we have all
23415         the info to hand when waiting for them to finish
23416         (means we don't need OpenThread() any more, so mingw builds should
23417         be fully functional again.)
23418
23419         * verify.c:
23420         * object.h: Added thread ID to MonoThread
23421
23422 2002-09-03  Martin Baulig  <martin@gnome.org>
23423
23424         * icall.c (System.Reflection.Assembly::get_location): New interncall.
23425
23426 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23427
23428         * icall.c: fixed leak in get_temp_path. Thanks lupus.
23429
23430 2002-09-03  Martin Baulig  <martin@gnome.org>
23431
23432         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
23433         argument to store the end address of the disassembled instruction.
23434
23435         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
23436         here from debug-symfile.h.
23437         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
23438         JIT into this struct.
23439         (MonoSymbolFile): Added `char *image_file' field.
23440         (MonoDebugGetMethodFunc): Removed.
23441         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
23442         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
23443         (mono_debug_find_method): New method.
23444
23445         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
23446         create a full symbol file.
23447         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
23448         and static symbol files.
23449         (mono_debug_find_method): The symbol file keeps an internal method hash,
23450         call this to get a MonoDebugMethodInfo from a MonoMethod.
23451
23452         * debug-symfile.[ch]: Removed.
23453
23454 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
23455
23456         * image.c (do_mono_image_open): Remove linker version check.
23457
23458 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
23459
23460         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
23461         wrappers for instance methods.
23462         
23463 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23464
23465         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
23466
23467 2002-08-28  Dick Porter  <dick@ximian.com>
23468
23469         * Makefile.am: Export HOST_CC for w32 builds
23470
23471 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
23472
23473         * file-io.c process.c: MonoString are null terminated, no
23474         need for mono_string_to_utf16() anymore.
23475
23476 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
23477
23478         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
23479
23480 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
23481
23482         * icall.c, reflection.h: speedup System.MonoType.
23483
23484 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
23485
23486         * reflection.c: allow null as the value of a string argument in
23487         custom attributes constructors.
23488
23489 2002-08-27  Martin Baulig  <martin@gnome.org>
23490
23491         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
23492         `trampoline_address' field.
23493
23494 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
23495
23496         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
23497         check (fixes bug #29486) 
23498
23499 2002-08-27  Martin Baulig  <martin@gnome.org>
23500
23501         * debug-mono-symfile.c: Changed the file format in a way that allows us
23502         open it read-only and to use a specially malloced area for all the
23503         dynamic data.  We can now also generate a symbol file on-the-fly if we're
23504         debugging IL code and there is no MCS generated symbol file for it.
23505
23506 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
23507
23508         * object.c: added a define for a good string and array
23509         creation speedup (not enabled by default because we need to deal with
23510         the synch stuff).
23511
23512 2002-08-26  Martin Baulig  <martin@gnome.org>
23513
23514         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
23515         function to create a dynamic symbol file.  This is used by the
23516         debugger to create a symbol file for IL code on-the-fly.
23517
23518 2002-08-26  Martin Baulig  <martin@gnome.org>
23519
23520         * loader.c (mono_lookup_pinvoke_call): Include the error message
23521         from g_module_error() in the error message.
23522
23523 2002-08-24  Martin Baulig  <martin@gnome.org>
23524
23525         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
23526         function to update the symbol file.  The symbol file is mmap()ed
23527         writable, but private.  This allows us to install the symbol file
23528         together with the assembly.
23529
23530 2002-08-24  Martin Baulig  <martin@gnome.org>
23531
23532         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
23533         but they can read the new symbol file format which mcs is now creating.
23534
23535         * debug-symfile.c (mono_debug_find_source_location): Moved to
23536         debug-mono-symfile.c; this is now operating on the new symbol file.
23537
23538 2002-08-23  Martin Baulig  <martin@gnome.org>
23539
23540         * debug-helpers.c (mono_method_desc_from_method): New function to get
23541         a MonoMethodDesc from a MonoMethod.
23542
23543 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
23544
23545         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
23546         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
23547
23548 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
23549
23550         * string-icalls.[ch]: make helper methods static.
23551
23552 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23553
23554         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
23555         types to it and to SetValueInternal.
23556
23557         * object.c: Moved handle_enum label to its proper place. This was the
23558         f... bug! ;-)
23559
23560         This time i compiled mcs and gtk-sharp and they both work.
23561
23562 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23563
23564         * icall.c: reverted partially my previous patch until 
23565         object.c:set_value handles enums correcly.
23566
23567 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23568
23569         * icall.c:
23570         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
23571         (ves_icall_System_Environment_get_MachineName): removed warning when
23572         compiling under cygwin.
23573
23574 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
23575
23576         * object.c: fixed field_get_value() for reference types.
23577
23578 2002-08-22  Dick Porter  <dick@ximian.com>
23579
23580         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
23581         Don't free a buffer while it's still needed.  Patch from Jonathan
23582         Liger <Jonathan.liger@wanadoo.fr>
23583
23584 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
23585
23586         * icall.c (ves_icall_System_Environment_get_Platform): Add new
23587         internal call.
23588
23589 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
23590
23591         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
23592         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
23593
23594         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
23595         we call unmanaged code which throws exceptions.
23596
23597 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
23598
23599         * appdomain.h: added per-domain entry_assembly.
23600         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
23601         arguments.
23602         * icall.c: Assembly::GetEntryAssembly icall.
23603         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
23604         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
23605
23606 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
23607
23608         * appdomain.h, gc.c: added mono_domain_finalize ().
23609
23610 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23611
23612         * object.c:
23613         (mono_print_unhandled_exception): changed g_warning by g_printerr
23614         because g_log has a 1024 characters limit (yeah, i got a big stack
23615         trace). Don't print exception name, that should be in ToString 
23616         returned string.
23617
23618 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23619
23620         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
23621         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
23622
23623 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23624
23625         * object.c:
23626         (mono_print_unhandled_exception): after previous commit, i realized
23627         that MS calls ToString on the exception. I changed this function to
23628         do that. This way we get stack_trace for free.
23629
23630 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23631
23632         * object.c:
23633         (mono_print_unhandled_exception): invoke Message property instead of
23634         getting 'message' field from Exception. Don't allocate memory for
23635         'trace' and 'message' if not needed.
23636
23637 2002-08-18  Dick Porter  <dick@ximian.com>
23638
23639         * unicode.c: Fix asserts to match Encoder.cs checks
23640
23641 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
23642
23643         * marshal.c: fix unaligned store issue and a few wrong
23644         opcode argument types.
23645
23646 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23647
23648         * icall.c: added GetUninitializedObjectInternal internal call.
23649
23650 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
23651
23652         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
23653         to the right domain.
23654
23655 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
23656
23657         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
23658
23659         * class.c (class_compute_field_layout): set blittable to false for Strings
23660
23661         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
23662
23663 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
23664
23665         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
23666         first chunk of code to create types at runtime. Code to
23667         handle ReflectedType/DeclaringType. Make reflection handles
23668         domain specific.
23669
23670 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
23671
23672         * class.c: set correct name in arrays.
23673
23674 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
23675
23676         * appdomain.c (mono_domain_transfer_object): make it work with
23677         valuetypes. bug fixes.
23678
23679 2002-08-12  Dick Porter  <dick@ximian.com>
23680
23681         * object.h: Rename some parameters to avoid c++ keywords (Patch
23682         from Joseph Wenninger <kde@jowenn.at>)
23683
23684 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
23685
23686         * icall.c: added icall to implement Assembly.GetFile*.
23687
23688 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
23689
23690         * reflection.h, reflection.c: code to embed managed resources.
23691
23692 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
23693
23694         * class.c: move all the type size stuff into
23695         class_compute_field_layout().
23696
23697 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
23698
23699         * class.c: ensure enums have always the correct instance size.
23700         * unicode.c: remove wrong assert.
23701
23702 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
23703
23704         * assembly.c: fix mem corruption issue.
23705         * image.h, image.c: added mono_image_get_resource () to access
23706         managed resources.
23707         * icall.c: implemented Assembly.EntryPoint property and some
23708         Managed Resources related internalcalls.
23709
23710
23711 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
23712
23713         * image.c, image.h: impemented mono_image_get_entry_point ().
23714         * appdomain.c: use mono_image_get_entry_point.
23715
23716 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
23717
23718         * reflection.c: support the object type argument when loading
23719         custom attributes.
23720
23721 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
23722
23723         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
23724         String as return type.
23725
23726 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
23727
23728         * reflection.c: fix encoding of named args for custom attrs to match
23729         the ms implementation. Read them back when instantiating custom
23730         attributes.
23731
23732 2002-08-02  Radek Doulik  <rodo@ximian.com>
23733
23734         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
23735         by Dietmar as quick fix
23736         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
23737         16 as stack size, used on more places as quick fix before Dietmar
23738         will fix it properly
23739
23740 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
23741
23742         * object.h, object.c: added accessors for fields and properties.
23743
23744 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
23745
23746         * class.c, class.h: made mono_class_get_field_from_name ()
23747         loop on parent types.
23748         Added mono_class_get_property_from_name ().
23749
23750 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
23751
23752         * class.c, class.h: move the code to setup the type vtable in its own
23753         function so that it can be reused also for types created at runtime.
23754         Eliminate the "class" identifier from the header file.
23755         * reflection.c: setup the vtable for enums so that we can create
23756         objects for use in SetConstant ().
23757
23758 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
23759
23760         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
23761         instead of the delegate itself as this pointer (bug #28383)
23762
23763 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
23764
23765         * marshal.c (mono_marshal_get_managed_wrapper): added return type
23766         conversions.
23767
23768 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
23769
23770         * loader.c: don't set the pinvoke bit on icalls.
23771
23772 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
23773
23774         * debug-helpers.c (mono_method_full_name): only print a number to
23775         indicate wrapper type (so that the output is more readable in traces).
23776
23777 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
23778
23779         * class.c (mono_class_init): include method override patch from Paolo
23780
23781 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
23782
23783         * icall.c: fixed GetTypeCode().
23784
23785 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
23786
23787         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
23788         use real delegate invoke function to make it work with multicast
23789         delegates (fix bug# 28291).
23790
23791 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
23792
23793         * object.c: load constant strings.
23794
23795 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23796
23797         * reflection.c: no magic numbers.
23798         * tabledefs.h: security action enum.
23799
23800 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
23801
23802         * assembly.c: fix possible memory corruption.
23803
23804 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
23805
23806         * reflection.h, reflection.c: added support for linking resources.
23807         * verify.c: check we have an updated corlib.
23808
23809 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
23810
23811         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
23812         string arrays.
23813         (mono_marshal_string_array): null terminate unmanaged string arrays.
23814         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
23815
23816 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
23817
23818         * icall.c: Type.GetType () can now return also types from the
23819         calling assembly.
23820
23821 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
23822
23823         * loader.h, loader.c: stack walking support.
23824         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
23825         GetCallingAssembly.
23826
23827 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
23828
23829         * marshal.c: added optimisations for blittable types 
23830
23831         * class.c (mono_array_class_get): do not set blittable attribute on arrays
23832         (mono_class_setup_mono_type): set blittable attribute for single
23833         and double.
23834
23835         * marshal.c (mono_string_utf8_to_builder): impl.
23836         (mono_string_builder_to_utf8): impl.
23837         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
23838
23839 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
23840
23841         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
23842         (mono_marshal_get_managed_wrapper): impl. byref types
23843
23844 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23845
23846         * icall.c:
23847         (search_method): don't display debug message. 
23848
23849 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
23850
23851         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
23852
23853 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
23854
23855         * appdomain.c: set the missing filename when throwing exception.
23856
23857 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
23858
23859         * metadata.c (mono_type_size): code cleanup
23860         (mono_type_stack_size): removed some test code
23861
23862 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
23863
23864         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
23865         mono_get_exception_file_not_found now.
23866
23867         * exception.c (mono_exception_from_name_two_strings): New version
23868         that will call a constructor with two string arguments. 
23869         (mono_get_exception_file_not_found): New helper routine, used to
23870         report file-not-found errors.
23871
23872 2002-07-20  Dick Porter  <dick@ximian.com>
23873
23874         * process.h:
23875         * process.c: Pass file handles to CreateProcess
23876         
23877         * icall.c:
23878         * file-io.h:
23879         * file-io.c: Implemented CreatePipe
23880
23881 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
23882
23883         * metadata.c (mono_get_param_info): set alignment for value types
23884
23885 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
23886
23887         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
23888         Constify mono_domain_assembly_open().
23889         * loader.c: handle null namespace in icalls.
23890
23891 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
23892
23893         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
23894         (emit_str_to_ptr_conv): marshal object as structs
23895
23896         * metadata.c (mono_type_to_unmanaged): marshal object as structs
23897
23898         * marshal.c (mono_marshal_get_runtime_invoke): support value types
23899
23900 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
23901
23902         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
23903         (mono_marshal_get_native_wrapper): we an now return value types
23904
23905 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
23906
23907         * verify.c: more checks implemented.
23908
23909 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
23910
23911         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
23912         (fix bug #27695)
23913         (mono_marshal_get_native_wrapper): allow byref arguments
23914         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
23915         impl. PtrToStringXXX methods
23916         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
23917         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
23918         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
23919         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
23920         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
23921
23922 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
23923
23924         * reflection.c: fix buglet in parsing an assembly name.
23925
23926 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
23927
23928         * marshal.c (emit_ptr_to_str_conv): first impl.
23929
23930 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
23931
23932         * object.c, class.h: cache the vtable in the class as suggested by
23933         vargaz@freemail.hu (Zoltan Varga).
23934
23935 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
23936
23937         * class.h, loader.c: added mono_field_from_token().
23938         * verify.c: first cut of type checking code.
23939
23940 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
23941
23942         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
23943
23944 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
23945
23946         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
23947         (fix bug #27782)
23948         (mono_marshal_get_remoting_invoke): impl.
23949         (mono_delegate_begin_invoke): impl.
23950         (mono_mb_emit_save_args): impl.
23951         (mono_delegate_end_invoke): impl.
23952         (mono_marshal_get_delegate_begin_invoke):
23953         (mono_marshal_get_delegate_end_invoke):
23954         (mono_marshal_get_delegate_invoke): generate a special name for
23955         those methods (including the signature) and associate them whith
23956         the delegate class. 
23957
23958 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
23959
23960         * reflection.[ch]: 
23961         (mono_reflection_type_from_name): now it has a MonoImage parameter
23962         which is used as the default image to search the type in. If the image
23963         is NULL or getting the type from it fails, it defaults to corlib.
23964
23965         * icall.c: changed 1 call to mono_reflection_type_from_name to match
23966         new parameter.
23967
23968 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
23969
23970         * reflection.c: update the parameter table index.
23971
23972 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
23973
23974         * domain.c: don't include the mark byte in the string hash.
23975
23976 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
23977
23978         * icall.cs: icall for Type.GetTypeCode ().
23979         * verify: a couple of fixes and disabled local initialization checks.
23980
23981 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
23982
23983         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
23984
23985         * debug-helpers.c (mono_method_full_name): print the type of the
23986         runtime wrapper
23987
23988         * metadata.c (mono_signature_hash): a hash function for signatures
23989         (mono_signature_hash): better hash algorithm
23990
23991         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
23992
23993         * debug-helpers.c (mono_method_full_name): this can now generate
23994         method names with signatures
23995
23996         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
23997         method dont have this pointers.
23998
23999 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
24000
24001         * reflection.c: fixup typebuilder tokens.
24002         * image.c: fix buglet.
24003         * marshal.h: remove whitespace.
24004         * metadata.h, metadata.c: reinstate code that was removed.
24005         * verify.c: handle catch directives and fix another couple of bugs.
24006
24007 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
24008
24009         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
24010         (mono_marshal_get_native_wrapper): make it comp. with the old code
24011         (mono_marshal_get_native_wrapper): support boolean
24012         (mono_marshal_get_managed_wrapper): support more types
24013
24014 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
24015
24016         * class.c (class_compute_field_layout): compute class->blittable attribute.
24017
24018 2002-07-09  Dick Porter  <dick@ximian.com>
24019
24020         * threads.c: Make the thread cleaning up cope with threads that
24021         call ExitThread()
24022
24023 2002-07-08  Radek Doulik  <rodo@ximian.com>
24024
24025         * reflection.c (method_encode_code): use non-translated values to
24026         compute finally_start, this fixes exception handling on ppc, yay!
24027
24028         * decimal.h (struct signscale): fix endianess
24029
24030 2002-07-07  Radek Doulik  <rodo@ximian.com>
24031
24032         * reflection.c: swap box_val and not val
24033
24034 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
24035
24036         * reflection.c, reflection.h: handle full assembly info in type name.
24037         Handle Type arguments when loading custom attributes.
24038         * icall.c: updated to use new mono_reflection_type_from_name () method.
24039
24040 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24041
24042         * loader.c:
24043         (method_from_memberref): also print assembly name when method not found.
24044
24045 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24046
24047         * icall.c:
24048         (ves_icall_TypeGetProperties): fixed bug #27473. 
24049
24050 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24051
24052         * reflection.c: display image name and token when cannot find the
24053         .ctor for an attribute.
24054
24055 2002-07-05  Martin Baulig  <martin@gnome.org>
24056
24057         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
24058
24059 2002-07-04  Dick Porter  <dick@ximian.com>
24060
24061         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
24062         compile on mingw.  This will cause mingw builds to not wait for
24063         subthreads to terminate after the main thread does.  I've lodged a
24064         bug with the mingw developers for them to wrap OpenThread().
24065
24066 2002-07-03  Dick Porter  <dick@ximian.com>
24067
24068         * threads.c: Store thread IDs instead of handles, because
24069         GetCurrentThread() returns a pseudohandle and therefore stores
24070         useless values.  mono_thread_cleanup() continues checking the
24071         array of threads until it is empty, to cope with subthreads
24072         spawning new threads after the main thread has finished.
24073
24074         * profiler.h:
24075         * profiler.c:
24076         * profiler-private.h: Pass the thread ID to thread profiler
24077         functions, instead of a handle
24078
24079 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
24080
24081         * verify.c: fixes to make it more usable.
24082         * pedump.c: added --verify code to verify IL code in an assembly.
24083
24084 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
24085
24086         * reflection.c: turn errors into warnings to allow compiling corlib.
24087
24088 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
24089
24090         * reflection.c: add special cases to compile corlib.
24091
24092 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
24093
24094         * reflection.c: handle properties with only a set method.
24095
24096 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
24097
24098         * opcodes.h: add enum with opcodes in opval order.
24099
24100 2002-07-01  Dick Porter  <dick@ximian.com>
24101         
24102         * object.h:
24103         * object.c (mono_runtime_run_main): Removed unneeded argument
24104
24105 2002-06-28  Martin Baulig  <martin@gnome.org>
24106
24107         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
24108
24109 2002-06-27  Dick Porter  <dick@ximian.com>
24110
24111         * threads.c: Store the handle in both the parent thread and in the
24112         subthread, to minimise the time between starting a new thread and
24113         storing its ID.
24114
24115 2002-06-26  Dick Porter  <dick@ximian.com>
24116
24117         * appdomain.c (mono_runtime_cleanup): Close the socket library
24118         after all the threads have finished, not before
24119
24120 2002-06-26  Martin Baulig  <martin@gnome.org>
24121
24122         * debug-symfile.c (mono_debug_find_source_location): Added
24123         `guint32 *line_number' argument.  If it's not NULL, store the line number
24124         there and return the file name without the line number.
24125
24126 2002-06-25  Dick Porter  <dick@ximian.com>
24127
24128         * icall.c:
24129         * process.h:
24130         * process.c: Process forking and other support functions
24131
24132 2002-06-25  Dick Porter  <dick@ximian.com>
24133
24134         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
24135         things dont happen when the image is closed.
24136         (mono_image_lookup_resource): Walk the resource section looking
24137         for a particular entry
24138
24139         * cil-coff.h: PE resource section decoding
24140
24141 2002-06-25  Dick Porter  <dick@ximian.com>
24142         
24143         * assembly.h:
24144         * assembly.c: 
24145         (mono_assembly_foreach): Accessor functions to walk the list of
24146         loaded assemblies
24147         (mono_assembly_set_main):
24148         (mono_assembly_get_main): Process methods need to know which
24149         assembly is the "main" one
24150
24151         * object.c (mono_runtime_run_main): Record the main assembly
24152
24153         * debug-helpers.c: Fix typo
24154
24155 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
24156
24157         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
24158         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
24159
24160 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
24161
24162         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
24163
24164 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
24165
24166         * image.c (do_mono_image_open): Initialize reference count,
24167         otherwise we leak the MonoImage.
24168
24169 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
24170
24171         * reflection.c: small tweak to handle self-hosting.
24172
24173 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
24174
24175         * reflection.c: fix type name parse code.
24176
24177 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
24178
24179         * reflection.c: break out of the loop.
24180         * image.c: special case corlib.
24181
24182 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
24183
24184         * reflection.c: add all the custom attrs at the end to ensure the
24185         ctors have been properly initialized when the attributes are defined
24186         in the current assembly.
24187
24188 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
24189
24190         * reflection.c: handle correctly multiple-nested types.
24191
24192 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
24193
24194         * row-indexes.h: fix typos.
24195         * reflection.c: adjust for typos and fix method_def_or_ref
24196         encoding in MethodImpl table.
24197
24198 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
24199
24200         * reflection.c: fix entry point patching (thanks Serge!).
24201
24202 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
24203
24204         * verify.c: add check for System.Exception
24205
24206 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
24207
24208         * image.c, class.c: minifix for code just c&p'ed.
24209         * reflection.c: warning fix.
24210         * object.h, loader.h, domain.c: load also StringBuilder.
24211
24212 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
24213
24214         * marshal.h, marshal.c: some support code to handle complex marshaling.
24215
24216 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
24217
24218         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
24219         Better signatures with vtable error dump.
24220
24221 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
24222
24223         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
24224
24225 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
24226
24227         * icall.c (ves_icall_Type_GetField): impl.
24228
24229 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
24230
24231         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
24232         to retrieve a marshal description blob for a field or param.
24233
24234 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
24235
24236         * reflection.h, reflection.c: change order of nested type emission
24237         to avoid table corruption. The NestedTypes table is sorted.
24238         * icall.c: change order of GetConstructor results to workaround mcs bug.
24239
24240 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
24241
24242         * reflection.h, reflection.c: handle field and param marshal
24243         information.
24244
24245 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
24246
24247         * icall.c, marshal.c marshal.h: more Marshal class implementation.
24248
24249 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
24250
24251         * reflection.c: fix call convention.
24252
24253 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
24254
24255         * reflection.h, reflection.c: mono_image_get_memberref_token()
24256         takes a type instead of a class, now. Added
24257         mono_image_get_array_token() to create tokens for the special
24258         multi-dim array methods.
24259
24260 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
24261
24262         * assembly.c: handle modules (no assembly table). Split
24263         loading references in its own function.
24264         * class.c: handle moduleref resolution scope.
24265         * image.c, image.h: cache module name in image.
24266
24267 2002-06-07  Martin Baulig  <martin@gnome.org>
24268
24269         * reflection.c (mono_image_get_type_info): Only add a class layout entry
24270         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
24271
24272 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
24273
24274         * icall.c: more signature fixes that used uint instead of int.
24275
24276 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
24277
24278         * reflection.c: fixed signature of field refs.
24279
24280 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
24281
24282         * class.c, reflection.c: handle typerefs of nested types
24283         (both on read and when writing files).
24284
24285 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
24286
24287         * icall.c: fix method signatures that tried to workaround the previous
24288         typo, d'oh!
24289
24290 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
24291
24292         * debug-helpers.c: fix typo.
24293
24294 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
24295
24296         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
24297         rewrote the PE/COFF writing code (our programs are understood by the
24298         ms runtime, now).
24299
24300 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
24301
24302         * gc.c, gc.h, icall.c: weakreference support.
24303
24304 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
24305
24306         * Makefile.am, mono-config.c: use $(sysconfdir).
24307
24308 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
24309
24310         * icall.c: changed default precision of Double.ToString() to 15.
24311         Fixed memory leak. Unified with Single.ToString.
24312
24313 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
24314
24315         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
24316
24317 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
24318
24319         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
24320         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
24321         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
24322         and myself.
24323
24324 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
24325
24326         * debug-symfile.c, sysmath.c: yet more compilation fixes.
24327
24328 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
24329
24330         * reflection.c, socket-io.c: more compilation fixes.
24331
24332 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
24333
24334         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
24335         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
24336         unicode.c: warning and compiler compatibility fixes.
24337
24338 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
24339
24340         * class.h, metadata.c: fixed warnings/compilation errors.
24341
24342 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
24343
24344         * Makefile.am, mono-config.c, mono-config.h: configuration file
24345         support routines.
24346         * loader.c, loader.h: make Dll mapping configurable at runtime in the
24347         config file. Export methods to insert and lookup mappings.
24348
24349 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
24350
24351         * reflection.c: handle types and boxed objects in custom attr
24352         constructors.
24353
24354 2002-05-30  Martin Baulig  <martin@gnome.org>
24355
24356         * debug-symfile.c
24357         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
24358
24359 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
24360
24361         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
24362         to lookup the implmap row for a P/Invoke method.
24363         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
24364         P/Invoke method from the runtime on an as needed basis.
24365
24366 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
24367
24368         * metadata.c (mono_metadata_parse_signature): impl.
24369
24370 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
24371
24372         * class.c: handle .pack directive.
24373
24374 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
24375
24376         * object.c: initialize static fields with RVA data.
24377
24378 2002-05-25  Martin Baulig  <martin@gnome.org>
24379
24380         * debug-symfile.c
24381         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
24382
24383 2002-05-24  Martin Baulig  <martin@gnome.org>
24384
24385         * debug-symfile.c
24386         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
24387         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
24388         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
24389
24390 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
24391
24392         * object.c: special case string ctros in invoke.
24393         * gc.c: silly whitespace changes.
24394
24395 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
24396
24397         * threadpool.[ch]: impl. a threadpool that can
24398         be used by mint and mono.
24399
24400 2002-05-22  Martin Baulig  <martin@gnome.org>
24401
24402         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
24403         The first argument is now a `MonoReflectionModuleBuilder *', the return
24404         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
24405         `methods' field to get the method builder.  The `token' argument is the
24406         unfixed token.
24407
24408         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
24409         invalid characters instead of g_assert_not_reached()ing.  This seems
24410         to be the behaviour of mscorlib.
24411
24412 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
24413
24414         * object.c (mono_runtime_invoke_array): applied patch from Rachel
24415         Hestilow to fix bug #25104
24416
24417 2002-05-21  Martin Baulig  <martin@gnome.org>
24418
24419         * debug-symfile.c (mono_debug_find_source_location): New function.
24420         Looks up an IL offset in the line number table and returns the source
24421         location as a string.
24422
24423 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24424
24425         * icall.c:
24426         (mono_double_ToStringImpl): changed %f by %g until we have something
24427         better.
24428
24429 2002-05-21  Nick Drochak  <ndrochak@gol.com>
24430
24431         * icall.c : Use different name for Math.Pow's icall.  Needed to check
24432         parameters first in C#.
24433
24434 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
24435
24436         * icall.c, reflection.h: added icall to get info about an event.
24437
24438 2002-05-20  Radek Doulik  <rodo@ximian.com>
24439
24440         * object.c (mono_value_box): don't use memcpy for boxing on BIG
24441         endian
24442         (mono_value_box): don't use memcpy for small sizes on
24443         architectures with unaligned access
24444
24445 2002-05-20  Martin Baulig  <martin@gnome.org>
24446
24447         * reflection.c (mono_reflection_setup_internal_class): Don't crash
24448         if `tb->parent == NULL'.
24449         (mono_reflection_create_internal_class): New function.  This is
24450         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
24451         for enum types.
24452
24453         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
24454         New interncall.
24455
24456 2002-05-19  Martin Baulig  <martin@gnome.org>
24457
24458         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
24459         argument to get the length, don't default to the array length.
24460
24461 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
24462
24463         * assembly.c (mono_assembly_setrootdir): New function used to
24464         override the MONO_ASSEMBLIES directory.
24465
24466 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
24467
24468         * icall.c: ValueType_GetHashCode() initialize local var.
24469
24470 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
24471
24472         * reflection.c: sort custom attributes table.
24473
24474 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
24475
24476         * reflection.c: support named args in custom attributes (write support).
24477
24478 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
24479
24480         * reflection.c: fix finally position calculation.
24481
24482 2002-05-15  Radek Doulik  <rodo@ximian.com>
24483
24484         * reflection.c: fixed endianess at many places
24485
24486         * icall.c (ves_icall_InitializeArray): comment out debug msg
24487
24488 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
24489
24490         * object.c (mono_unhandled_exception): new function to handle
24491         unhandled exceptions.
24492         (mono_unhandled_exception): call the UnhandledException event.
24493         (mono_runtime_delegate_invoke): impl.
24494
24495 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
24496
24497         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
24498         returns the RVA, not the direct pointer to the data. Handle the case
24499         when the class size is fixed.
24500
24501 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
24502
24503         * reflection.c: fix some endianess issues.
24504
24505 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
24506
24507         * object.c (mono_runtime_invoke): is now able to catch exceptions.
24508
24509         * threads.c (mono_thread_init): added a callback which is invoked
24510         at thread start.
24511
24512 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
24513         
24514         * icall.c: make GetHashCode return non-negative values.
24515
24516 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
24517
24518         * object.c, icall.c, gc.c: revert to address-based hashcode.
24519
24520 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
24521
24522         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
24523
24524 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
24525
24526         * icall.c, class.c: special case <Module>.
24527
24528 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
24529
24530         * icall.c: fix bug in GetNow().
24531
24532 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
24533
24534         * object.c (mono_runtime_class_init): make sure that we call all
24535         static class constructors.
24536
24537 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
24538
24539         * reflection.c: sort methodsemantics table.
24540
24541 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
24542
24543         * reflection.h, reflection.c: honour init locals setting.
24544
24545 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
24546
24547         * icall.c: copied Double ToStringImpl for Single ToStringImpl
24548
24549 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
24550
24551         * reflection.c: support ContructorBuilders in attribute blob creation.
24552
24553 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
24554
24555         * reflection.c: some changes to build a binary that can be run
24556         directly in windows.
24557
24558 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
24559
24560         * loader.c: print a big message when an icall can't be found.
24561
24562 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24563
24564         * string-icalls.c: fix bug 24248.
24565
24566 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
24567
24568         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
24569         icall.c, reflection.h: separate assembly loading by pathname and by
24570         assembly name. Use the MONO_PATH env var to search for assemblies.
24571
24572 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
24573
24574         * assembly.c, image.h: add some support for assemblies
24575         with multiple modules.
24576         * class.c, class.h: export mono_class_from_typeref().
24577         * loader.c: remove duplicated code and use mono_class_from_typeref(),
24578         instead.
24579
24580 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
24581
24582         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
24583         documentation says (the ECMA one is correct).
24584
24585 2002-05-02  Dick Porter  <dick@ximian.com>
24586
24587         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
24588         Don't name the synchronisation mutex.
24589
24590 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
24591
24592         * rand.c
24593         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
24594         Make the prototypes match.
24595         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
24596         Same.
24597
24598         * icall.c
24599         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
24600         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
24601         all systems have tm.tm_zone, so use strftime() with %Z to print
24602         the timezone abreviation into a temp string.
24603
24604         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
24605         rather than mono_array_addr() on a MonoString on Big Endian
24606         machines.
24607
24608 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
24609
24610         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
24611         fix bug 24041
24612
24613 2002-04-30  Dick Porter  <dick@ximian.com>
24614
24615         * socket-io.c: Cope with SOCKET being an integer rather than a
24616         pointer now.
24617
24618         * threads.c: Added Thread_free_internal, to deal with thread
24619         handle cleanup.  Moved calls to handle_store() and handle_remove()
24620         to start_wrapper(), so each can only be called once.  Allocate
24621         synchronisation blocks with GC_malloc(), and use GC finalisation
24622         to close the handles.
24623
24624         * icall.c: added System.Threading.Thread::Thread_free_internal
24625
24626 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
24627
24628         * icall.c: support Environment.Exit, CommandLineArgs().
24629
24630 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
24631
24632         * object.c, object.h: added mono_runtime_run_main () and
24633         mono_runtime_get_main_args () for use in System.Environment.
24634
24635 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
24636
24637         * gc.c: fix thinko, enable actual finalization since the jit is now
24638         fixed.
24639
24640 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
24641
24642         * gc.c, object.c: take into account that an object may be offset wrt the address
24643         returned by GC_malloc().
24644
24645 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
24646
24647         * image.c: handle files without entries in the assembly table (modules).
24648
24649 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
24650
24651         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
24652         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
24653         allowed to be null when it's System.Object class setup.
24654
24655 2002-04-27  Martin Baulig  <martin@gnome.org>
24656
24657         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
24658         if `tb->parent == NULL' rather than crashing.
24659
24660 2002-04-28  Nick Drochak  <ndrochak@gol.com>
24661
24662         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
24663         calling acos() where asin() should have been called.
24664
24665 2002-04-26  Martin Baulig  <martin@gnome.org>
24666
24667         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
24668         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
24669         there's a subdirectory called `System', but we don't want to read that
24670         subdirectory as an assembly.
24671
24672 2002-04-25  Martin Baulig  <martin@gnome.org>
24673
24674         * debug-symfile.c: Reflect latest MonoString changes.
24675
24676 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
24677
24678         * rand.c, rand.h: instance method icalls need to have an explicit
24679         this pointer as first argument in the C implementation.
24680
24681 2002-04-25  Nick Drochak <ndrochak@gol.com>
24682
24683         * icall.c: Fix typo in map for GetNonZeroBytes
24684
24685 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
24686
24687         * string-icalls.c : String does now passes unit tests without any 
24688         errors, the following changes has been made:
24689         
24690         Implemented replace methods.
24691         Renaming of methods to (try) follow the standard.
24692         Fixed compare ordinal
24693         Made all memory allocated directly to function instead of via icall function.
24694         Small performance fix in is_in_array function
24695                         
24696  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
24697
24698         c (mono_string_Internal_ctor_charp_int_int):
24699         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
24700         sindex < 0, throw ArgumentOutOfRangeException instead of
24701         ArgumentNullException.
24702
24703         Added new check for length == 0, however
24704         I need to make it return String.Empty from the C code.
24705         
24706         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
24707         that calculate the length for us here.
24708         
24709         (mono_string_Internal_ctor_sbytep_int_int): Replaced
24710         mono_string_new_utf16 with mono_string_new, since value is utf8.
24711
24712 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
24713
24714         * object.c: register the object for finalization if needed.
24715         Allocate one more char in the string for the terminating 0 char.
24716
24717 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
24718
24719         * class.c, class.h, image.c: check if a type implemenst a destructor.
24720         Use the proper key for array class lookups.
24721         * icall.c: register the icalls in the System.GC class.
24722         * gc.c, gc.h: GC-related functions and icalls.
24723
24724 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24725
24726         * icall.c:
24727         * socket-io.c:
24728         * unicode.c: free some strings gotten from mono_string_to_utf8 and
24729         changed a couple of free () by g_free ().
24730
24731         * decimal.c: one-liner in the comments for decimal2string ().
24732
24733 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
24734
24735         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
24736
24737 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
24738
24739         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
24740         * object.c (mono_runtime_invoke_array) : handle null in params
24741
24742 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
24743
24744         * string-icalls.c: fixed bug in split (one off bug)
24745
24746 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
24747
24748         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
24749         * icalls.c: added String::Equals as internal method
24750
24751 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
24752
24753         * threads.c: fixed bug in the double interlocked functions
24754
24755 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
24756
24757         * threads.c: implemented all of the new interlocked icalls.
24758         * string-icalls.c: fix a bug in insert.
24759         * icalls.c: added the icalls for interlocked, removed old string functions.
24760         
24761 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
24762
24763         * loader.c: fix off-by-one error when reading argument names.
24764
24765 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
24766
24767         * profiler.c: win32 counter implementation (untested).
24768         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
24769         (the latter needs testing and more complete impl. from win32 folks).
24770
24771 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
24772
24773         * object.c: mono_array_new_full workaround mono_array_class_get
24774         problem.
24775
24776 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
24777
24778         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
24779         * object.h (mono_string_chars): Changed casting type.
24780
24781 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
24782
24783         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
24784                            method signatures to use gunichar2 instead of gint16.
24785
24786 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
24787
24788         * object.h, object.c: domain-specific versions of mono_object_new and
24789         mono_array_new.
24790
24791 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
24792
24793         * object.c: changed String layout
24794
24795         * string-icalls.c (mono_string_Internal_ctor_chara): added
24796         internal string constructors.
24797
24798 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
24799
24800         * threads.c: pass 'this' to the thread start routine.
24801
24802 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24803
24804         * string-icalls.c: fix IndexOf and LastIndexOf. Now
24805         InternalCompareStr don't call twice mono_string_cmp_char for the last
24806         character. Improved performance in mono_string_cmp_char.
24807
24808 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
24809
24810         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
24811         code into its own library: libmonoruntime.
24812
24813 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
24814
24815         * object.h, object.c: changed array format so that szarrays do not
24816         require a bounds structure.
24817         * icall.c, appdomain.c: support for new szarray format.
24818
24819 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
24820
24821         * metadata.c: compare also the retuns type when comparing signatures:
24822         we didn't do this as an optimization since really overloaded methods
24823         must differ also in the arguments, but this doesn't work with
24824         low-level IL code (or when using explicit conversion operators: see
24825         bug#23498 for an example).
24826
24827 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
24828
24829         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
24830
24831 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
24832
24833         * icall.c: make MonoType::GetElementType its own icall.
24834
24835 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
24836
24837         * icall.c: remove MonoMethod_get_Name().
24838         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
24839         object.
24840
24841 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
24842
24843         * string-icalls.c: optimized a few methods.
24844
24845 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
24846
24847         * icall.c: added all new string internal calls
24848         * string-icalls.c: added, new string internal call implementation.
24849         * object.c: added mono_string_new_size for allocating a string a size
24850
24851 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
24852
24853         * object.c (mono_object_isinst): use the same code as in the
24854         optimized x86 version.
24855
24856 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
24857
24858         * profiler.c: TSC-based timer code (faster and more accurate).
24859         Not hooked up in configure, yet (set USE_X86TSC to 1).
24860
24861 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
24862
24863         * profiler.c, profiler.h: track time spent compiling methods.
24864         * threads.c: track thread creation/destruction.
24865
24866 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
24867
24868         * profiler.c, profiler.h, profiler-private.h: profiling interface
24869         and sample implementation. Moved here so that it can be used also by
24870         the jit.
24871
24872 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
24873
24874         * reflection.c, reflection.h: keep types and other handles separate in
24875         the hash tables for referred tokens. Add guid for modules.
24876
24877 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
24878
24879         * assembly.c: fix bugs found with valgrind.
24880         * metadata.h, metadata.c: added mono_metadata_guid_heap().
24881
24882 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
24883
24884         * threads: added icall support for getting current domain for
24885                    the thread.
24886  
24887 2002-04-13  Martin Baulig  <martin@gnome.org>
24888
24889         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
24890         (MonoDebugVarInfo): Added `index' field for register based addresses.
24891         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
24892         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
24893         `MonoDebugVarInfo *params' and `guint32 this_offset' with
24894         `MonoDebugVarInfo *this_var'.
24895
24896         * debug-symfile.c (relocate_variable): New static function to write
24897         a location description for a local variable or method parameter.
24898
24899 2002-04-12  Martin Baulig  <martin@gnome.org>
24900
24901         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
24902         stack offset and begin/end scope address of a local variable.
24903         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
24904         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
24905         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
24906
24907         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
24908         Added new relocation types for start/end scope of a local variable.
24909
24910 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
24911
24912         * object.h: add mono_object_domain() macro.
24913         * reflection.c: handle typespecs.
24914         * icall.c: MonoMethod::get_Name() implementation.
24915
24916 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
24917
24918         * icall.c: String::GetHashCode() icall implementation.
24919
24920 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
24921
24922         * icall.c: String::IndexOfAny icall.
24923         * object.c, object.h: make array->max_length more useful.
24924         Intrduced mono_object_class() and mono_string_length() macros.
24925
24926 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24927
24928         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
24929         instead of g_unichar_isdigit.
24930
24931 2002-04-11  Nick Drochak  <ndrochak@gol.com>
24932
24933         * icall.c: Implement a simple Double.ToString().
24934
24935 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
24936
24937         * appdomain.h: only io-layer.h is supposed to be included.
24938         * icall.c: explicitly import environ. Fix warning.
24939
24940 2002-04-10  Nick Drochak  <ndrochak@gol.com>
24941
24942         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
24943                 return true even if it's not Daylight Savings time.
24944                 Only return false for the case where the function isn't
24945                 implemented for a plaform (read Windows).
24946
24947 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
24948
24949         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
24950         data with a mutex.
24951
24952 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
24953
24954         * mempool.c (mono_mempool_alloc): only use g_malloc when
24955         absolutely necessary.
24956
24957 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
24958
24959         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
24960
24961         * class.c (mono_class_vtable): use domain mempool to allocate vtable
24962         (mono_class_proxy_vtable): use domain mempool
24963
24964 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
24965
24966         * appdomain.h, appdomain.c: split initialization that requires the
24967         execution engine support into mono_runtime_init().
24968
24969 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
24970
24971         * class.c (mono_class_init): don't include vtable inside MonoClass
24972         to save some memory, gather some statistics.
24973         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
24974
24975 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
24976
24977         * icall.c: internalcall implementation for ValueType.Equals().
24978
24979 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
24980
24981         * object.c (mono_message_init): moved 
24982         (mono_runtime_exec_main): new arch. independent impl.
24983         (mono_runtime_invoke_array): new method - like
24984         mono_runtime_invoke, but you can pass an array of objects.
24985         (mono_remoting_invoke): new arch. independent impl.
24986         (mono_message_invoke): new arch. independent impl.
24987         (mono_runtime_class_init): new arch. independent impl.
24988         (mono_runtime_object_init): new arch. independent impl.
24989
24990 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
24991
24992         * metadata.c, object.c, reflection.c: documented the exported
24993         functions.
24994
24995 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
24996
24997         * icall.c: simpler code to pass the assembly builder data to corlib.
24998         Implement GetNestedTypes() internalcall.
24999
25000 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
25001
25002         * class.c: warn if a type can't be loaded.
25003
25004 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
25005
25006         * image.h: typedef MonoImageOpenStatus
25007         * types.h: removed unused file
25008         
25009 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
25010
25011         * icall.c: Enum_ToObject accepts enum value arguments.
25012
25013 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
25014
25015         * class.c: move initialization of properties, events and nested
25016         classes, so that they happen for interfaces, too.
25017
25018 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
25019
25020         * icall.c: cleanup some ugly casts in Array_SetValue*.
25021
25022 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
25023
25024         * icall.c: the values array fro enums is of the correct type, now.
25025         Implement (correctly) getFullName instead of assQualifiedName for
25026         MonoType.
25027         * reflection.h, reflection.c: added mono_type_get_name ().
25028
25029 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
25030
25031         * assembly.c, image.h: for each MonoImage, record from wich assembly
25032         it was loaded.
25033         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
25034         Make Type.Assembly work.
25035
25036 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
25037
25038         * debug-symfile.h: use char* instead of gpointer to avoid
25039         unnecessary casts.
25040
25041         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
25042
25043         * icall.c (ves_icall_InternalExecute): impl. FielSetter
25044         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
25045
25046 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
25047
25048         * icall.c (mono_message_init): impl. (code cleanup)
25049         (ves_icall_InternalExecute): impl. FieldGetter
25050
25051         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
25052         defined we call all (non-static)methods through the vtable. 
25053
25054 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
25055
25056         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
25057         finalizer even though the memory is still referenced (and the chunk of
25058         memory is not freed).
25059
25060 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
25061
25062         * assembly.c: fix brokeness.
25063
25064 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
25065
25066         * class.c: kill some warnings. Check explicit interface method
25067         implementation also without considering the namespace.
25068         Load also literal strings in static class data.
25069
25070 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
25071
25072         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
25073         (default_assembly_name_resolver): Make the resolver take the
25074         "base" directory where the assembly was originally defined, so we
25075         can load DLLs that are in the same directory as the assembly that
25076         is being referenced.
25077
25078 2002-03-28  Dick Porter  <dick@ximian.com>
25079
25080         * file-io.h: 
25081         * file-io.c:
25082         * socket-io.c: 
25083         * unicode.h: 
25084         * unicode.c: Warning cleanups
25085
25086 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
25087
25088         * object.h, reflection.h: use the correct type instead of MonoObject.
25089
25090 2002-03-28  Martin Baulig  <martin@gnome.org>
25091
25092         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
25093         (mono_debug_update_symbol_file): Initialize classes if necessary.
25094
25095 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
25096
25097         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
25098         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
25099
25100 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
25101
25102         * assembly.h: fix function prototype.
25103         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
25104         * mono-endian.h: use const cast.
25105
25106 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
25107
25108         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
25109
25110 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
25111
25112         * loader.c: don't assert when a typeref can't be loaded, give
25113         a chance to the runtime to trow an exception instead.
25114         * loader.h: fix warning.
25115
25116 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
25117
25118         * class.c (mono_class_proxy_vtable): added proxy support
25119
25120 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
25121
25122         * icall.c: removed last of PAL calls, added System.Environment
25123         * file-io.h, file-io.c: MonoIO implementation
25124         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
25125
25126 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
25127
25128         * appdomain.c: do not use the byte marker in ldstr table lookup.
25129         * debug-helpers.c: allow two ':' to separate class and method name.
25130         * object.c: allocate arrays bounds with the GC, too.
25131         * verify: add a few more checks.
25132
25133 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
25134
25135         * reflection.c: output also literal strings. Allocate parameter data
25136         with GC_malloc() (thanks, Martin, for catching this!).
25137
25138 2002-03-26  Martin Baulig  <martin@gnome.org>
25139
25140         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
25141         include the `this' offset in the `param_offsets'.
25142
25143 2002-03-25  Martin Baulig  <martin@gnome.org>
25144
25145         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
25146         mono_debug_get_class() function to get the classes. Added new
25147         relocation types for arrays and strings.
25148         (mono_debug_get_class): New static function to search in all
25149         referenced assemblies for a metadata token.
25150
25151         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
25152
25153 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
25154
25155         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
25156         hold gc-allocated objects. Make the string heap a stream like the
25157         others. Removed duplicated code when writing stream info.
25158         Added asserts to catch possible buffer overflows. Set the sorted map
25159         for tables that need sorting. Added some documentation.
25160
25161 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
25162
25163         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
25164         for interned strings and vtables.
25165
25166 2002-03-24  Martin Baulig  <martin@gnome.org>
25167
25168         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
25169         it in the array since it was created with g_slist_prepend().
25170
25171 2002-03-24  Martin Baulig  <martin@gnome.org>
25172
25173         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
25174         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
25175         (mono_debug_method_from_token): Renamed to
25176         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
25177         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
25178
25179         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
25180         relocation types.
25181
25182         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
25183
25184 2002-03-24  Martin Baulig  <martin@gnome.org>
25185
25186         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
25187         (mono_debug_method_from_token): New func.
25188
25189         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
25190         New interncall, calls mono_debug_local_type_from_signature().
25191         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
25192         calls mono_debug_method_from_token().
25193
25194 2002-03-23  Martin Baulig  <martin@gnome.org>
25195
25196         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
25197         specifies the number of bytes to be converted, not the array size.
25198         Return the number of chars, not the number of bytes.
25199         (ves_icall_iconv_get_chars): The `byteCount' argument
25200         specifies the number of bytes to be converted, not the array size.
25201
25202 2002-03-23  Martin Baulig  <martin@gnome.org>
25203
25204         * reflection.h (MonoReflectionSigHelper): New type.
25205
25206         * reflection.c (mono_reflection_sighelper_get_signature_local),
25207         (mono_reflection_sighelper_get_signature_local): New functions.
25208
25209         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
25210         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
25211         interncalls.
25212
25213 2002-03-23  Martin Baulig  <martin@gnome.org>
25214
25215         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
25216         is_writeable is set.
25217         (mono_raw_buffer_update): New function to write the modified map
25218         back to disk.
25219
25220         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
25221
25222         * debug-symfile.c (mono_debug_update_symbol_file): Call
25223         mono_raw_buffer_update() when done writing.
25224
25225 2002-03-23  Martin Baulig  <martin@gnome.org>
25226
25227         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
25228
25229         * debug-symfile.c: Added support for arguments and local variables.
25230
25231 2002-03-23  Dick Porter  <dick@ximian.com>
25232
25233         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
25234         protected by ifdefs, hence breaking the w32 build.
25235
25236 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
25237
25238         * object.c: implement is_interned() the right way.
25239
25240 2002-03-21  Martin Baulig  <martin@gnome.org>
25241
25242         * debug-symfile.[ch]: New files to handle debugging information
25243         files. There's also support to dynamically update these symbol
25244         files to include machine dependent information.
25245
25246 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
25247
25248         * threads.c (mono_thread_create): new function to create thread
25249         from C
25250
25251 2002-03-20  Martin Baulig  <martin@gnome.org>
25252
25253         * icall.c (ves_icall_InternalInvoke): Create a new object if the
25254         method is a constructor.
25255         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
25256         points to ves_icall_InternalInvoke().
25257
25258 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
25259
25260         * file-io.c: Flush shouldn't throw exceptions.
25261
25262 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
25263
25264         * file-io.c: FileStream flush support; FileSetLength now
25265         restores file pointer.
25266
25267 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
25268
25269         * class.c: set image for pointer classes.
25270
25271 2002/03/19  Nick Drochak <ndrochak@gol.com>
25272
25273         * sysmath.c: Forgot one.
25274
25275 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
25276
25277         * sysmath.c: Avoid redefining existing names.
25278
25279 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
25280
25281         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
25282         handled by runtime as icall rather than dllimport from libm.so
25283         * file-io.c, file-io.h: fixed handle argument type.
25284
25285 2002-03-18  Dick Porter  <dick@ximian.com>
25286
25287         * reflection.c (mono_image_get_type_info): rename interface to
25288         iface, because of "#define interface struct" on windows.
25289
25290 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
25291
25292         * class.c, class.h: rename and export mono_ptr_class_get().
25293         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
25294         * reflection.c, reflection.h, icall.c: better/saner type name
25295         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
25296         method signatures.
25297
25298 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
25299
25300         * class.c (mono_class_init): removed hardcoded GHC_SLOT
25301
25302         * icall.c (ves_icall_InternalInvoke): impl.
25303
25304 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
25305
25306         * reflection.c: output the interface map table, too.
25307
25308 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
25309
25310         * class.c (class_compute_field_layout): separate computation of 
25311         static field layout
25312
25313 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
25314
25315         * icall.c: added System.Buffer support.
25316         * file-io.c: moved file icalls from PAL to FileStream.
25317
25318 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
25319
25320         * icall.c (ves_icall_System_Object_GetHashCode): impl.
25321
25322 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
25323
25324         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
25325
25326 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
25327
25328         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
25329
25330 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
25331
25332         * debug-helpers.{c,h}: moved here from monograph some useful functions
25333         to locate a method by name/signature in a class or image. Included
25334         also a small and flexible IL disassembler.
25335
25336 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
25337
25338         * reflection.c: fixup tokens in methods with small header size, too.
25339
25340 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
25341
25342         * object.c (mono_string_to_utf8): remove assert(!error), instead
25343         print a warning. 
25344
25345 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
25346
25347         * icall.c: update to the new mono_Array_class_get interface.
25348
25349 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
25350
25351         * appdomain.c, object.c: Boehm-GC enable.
25352         * icall.c: make get_data_chunk() support split data requests.
25353         Ensure a class is initialized in more cases. Return only the first
25354         property found in GetProperties() or the compiler gets confused. 
25355         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
25356         * reflection.h, reflection.c: add fixup mechanism for field and method
25357         tokens. Initialize assembly->typeref in a single place. Output
25358         properties after events. Support custom attributes for events, too.
25359         Typo fix for paramter custom attrs.
25360
25361 2002-03-07  Martin Baulig  <martin@gnome.org>
25362
25363         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
25364
25365 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
25366
25367         * class.c (mono_array_class_get): fix. for multi. dim. arrays
25368
25369 2002-03-06  Martin Baulig  <martin@gnome.org>
25370
25371         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
25372         non-zero lower bounds. See testcases #F10-#F13.
25373
25374 2002-03-05  Martin Baulig  <martin@gnome.org>
25375
25376         * exception.c (mono_get_exception_argument_out_of_range): New exception.
25377
25378         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
25379         ves_icall_System_Array_GetValue(), only calculate the absolute array position
25380         here.
25381         (ves_icall_System_Array_SetValue): Likewise.
25382         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
25383         as argument and does the actual work. This function is used when copying a
25384         multi-dimensional array.
25385         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
25386         now do all the widening conversions of value types.
25387         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
25388
25389 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
25390
25391         * class.c: remove some magic numbers and use the smbolic names,
25392         instead. Added init_events() to load event info at class init time.
25393         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
25394         and mono_metadata_methods_from_event().
25395         * reflection.h, reflection.c: added support for writing out the evnets
25396         related information.
25397
25398 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
25399
25400         * reflection.h, icall.c: use a different method (GetInterfaces)
25401         to gather interface info and add isbyref, isprimitive and
25402         ispointer to the ves_icall_get_type_info() return value.
25403
25404 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
25405
25406         * class.h: stared adding support for events.
25407         * icall.c: split find_members implementation. Added debug icall to get
25408         the address of an object.
25409         * reflection.c: handle TypeBuilders in mono_type_get_object().
25410
25411 2002-03-01  Martin Baulig  <martin@gnome.org>
25412
25413         * icall.c (ves_icall_System_Array_GetLength): This must throw an
25414         ArgumentOutOfRangeException(), not an ArgumentException().
25415         (ves_icall_System_Array_GetLowerBound): Likewise.
25416         (ves_icall_System_Array_GetValue): Improved argument checking.
25417         (ves_icall_System_Array_SetValue): Improved argument checking.
25418
25419 2002-03-01  Martin Baulig  <martin@gnome.org>
25420
25421         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
25422         called with invalid arguments rather than just dying with g_assert().
25423         (ves_icall_System_Array_SetValue): Likewise.
25424         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
25425         raise a NotImplementedException instead.
25426         (ves_icall_System_Array_GetLength): Added argument checking.
25427         (ves_icall_System_Array_GetLowerBound): Added argument checking.
25428
25429 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
25430
25431         * object.h (mono_assert): new macros mono_assert and
25432         mono_assert_not_reached
25433
25434 2002-02-28  Martin Baulig  <martin@gnome.org>
25435
25436         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
25437         and "System::String::IsInterned" to "System::String::_IsInterned".
25438
25439 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
25440
25441         * icall.c: remove hacks for typebuilder. Added icall to create a
25442         modified type from a tybebuilder.
25443         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
25444         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
25445         to create a backing MonoClass for a TypeBuilder.
25446
25447 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
25448
25449         * class.c, class.h: more refactoring of class init.
25450         Export mono_class_setup_mono_type() and mono_class_setup_parent().
25451
25452 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
25453
25454         * marshal.c, marshal.h: start of marshaling interface.
25455
25456 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
25457
25458         * icall.c: fix order in assembly qualified name icall.
25459
25460 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
25461
25462         * class.c: do not free str, since we store it in the hash table.
25463         * reflection.h: add label field to MonoILExceptionInfo.
25464         * reflection.c: handle references to more than one assembly. Handle
25465         case when there isn't a module created in the assembly.
25466
25467 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
25468
25469         * class.c: Fix typo. Start refactoring of class init code.
25470
25471 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
25472
25473         * appdomain.c: exit with 1 on error.
25474         * class.c: we already have the name in MonoClassField.
25475         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
25476         MonoStreamHeader instead of an offset of image->raw_metadata.
25477
25478 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
25479
25480         * appdomain.c (mono_init): Be even more descriptive about the error.
25481
25482 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
25483
25484         * appdomain.c: give the user an informative message when corlib can't
25485         be loaded.
25486
25487 2002-02-26  Martin Baulig  <martin@gnome.org>
25488
25489         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
25490         New icall to get the time zone data.
25491
25492 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
25493
25494         * reflection.c: set virtual and raw size of section correctly.
25495         * threads.c: transfer domain information to newly created threads.
25496
25497 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
25498
25499         * class.c: when instancing a class in a domain, load the default
25500         vaules for static fields from the constant table. Fix System.Enum to
25501         not be an enum.
25502         * icall.c: implement Object::GetType() internalcall. Implemented
25503         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
25504         Fixed checking of binding flags in find_members().
25505         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
25506         * reflection.c: handle enumerations when writing to the constant
25507         table. Use a different object cache for types.
25508
25509
25510 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
25511
25512         * object.c (mono_object_isinst): fix for arrays
25513
25514         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
25515
25516 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
25517
25518         * object.c: don't use mprotect ()  and fix intern pool hash table
25519         lookup for big endian systems.
25520
25521 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
25522
25523         * icall.c: change type_is_subtype_of () signature.
25524
25525 2002-02-21  Mark Crichton  <crichton@gimp.org>
25526
25527         * rand.c, rand.h: Added random number generator for
25528         System.Security.Cryptography classes.
25529
25530         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
25531
25532         * icall.c: Added System.Security.Cryptography calls.
25533
25534 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
25535
25536         * class.c, icall.c, metadata.c: better support for pointer types.
25537         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
25538         * reflection.c: Add support for getting custom attrs for properties
25539         and simplify some code.
25540
25541 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
25542
25543         * icall.c: change getToken () and add custom attribute GetBlob()helper
25544         method.
25545         * reflection.h: add custom attrs array to the reflection builder structures.
25546         * reflection.c: encode and emit custom attributes for all the relevant
25547         reflection objects. Cache fieldref and methodref tokens. Change
25548         mono_image_create_token() interface to take a MonoDynamicAssembly.
25549         More complete custom attributes decoder. Load custom attributes for
25550         Assembly, Field, Method and Constructor objects, too. Make the
25551         returned array an Attribute[] one, not object[]. Added
25552         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
25553         custom attribute constructor.
25554
25555 2002-02-20  Dick Porter  <dick@ximian.com>
25556
25557         * icall.c:
25558         * rawbuffer.c:
25559         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
25560         problem code out for now).
25561
25562 2002-02-19  Radek Doulik  <rodo@ximian.com>
25563
25564         * object.c (mono_ldstr): use hash table to avoid multiple swapping
25565
25566 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
25567
25568         * icall.c: register the GetCustomAttributes method.
25569         * object.c, object.h: add mono_string_new_len ().
25570         * reflection.h, reflection.c: added mono_runtime_invoke(),
25571         mono_install_runtime_invoke(). Added
25572         mono_reflection_get_custom_attrs () to load custom attributes and
25573         create the attribute objects.
25574
25575 2002-02-19  Dick Porter  <dick@ximian.com>
25576         * threads-dummy-types.c:
25577         * threads-dummy-types.h:
25578         * threads-dummy.c:
25579         * threads-dummy.h:
25580         * threads-pthread-types.c:
25581         * threads-pthread-types.h:
25582         * threads-pthread.c:
25583         * threads-pthread.h:  Deleted obsolete files
25584
25585 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
25586
25587         * class.c (mono_class_vtable): runtime init the class when we
25588         allocate static class data.
25589
25590         * icall.c (ves_icall_System_Array_SetValue): check for null values.
25591
25592         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
25593         and String - but we will need generic marshalling support in the
25594         future. 
25595         (mono_init): set the domain name in a ms compatible way
25596
25597         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
25598         String[].
25599
25600 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
25601
25602         * object.c (mono_array_clone): use alloca() instead of g_malloc  
25603         for sizes
25604
25605         * appdomain.c (mono_domain_unload): impl.
25606
25607 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
25608
25609         * appdomain.c, object.c: fix intern pool implementation.
25610         * class.c: fix alignment code.
25611
25612 2002-02-16  Radek Doulik  <rodo@ximian.com>
25613
25614         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
25615         and s2 > s1, just copy lower bytes to be compatible with little
25616         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
25617         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
25618
25619         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
25620         force big_endian to be 1 for big endian machines 
25621         (ves_icall_iconv_new_decoder): ditto
25622
25623 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
25624
25625         * socket-io.c (convert_sockopt_level_and_name): If the system
25626         doesn't define SOL_IP or SOL_TCP, get them by hand using
25627         getprotobyname() and caching the values (because this could be a
25628         slow operation).
25629         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
25630         Use the appropriate struct when the system does support it. Ie,
25631         not all systems have struct ip_mreqn so use struct ip_mreq when
25632         appropriate.
25633
25634 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
25635
25636         * reflection.c: handle finally clauses.
25637
25638 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
25639
25640         * socket-io.c: use g_snprintf() instead of snprintf.
25641
25642 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
25643
25644         * reflection.c (mono_param_get_objects): Cast second argument to
25645         mono_method_get_param_names to a const char** to silence the
25646         compiler warning.
25647
25648         * appdomain.c (mono_domain_assembly_open): Put parens around the
25649         truth statement in the for-loop.
25650
25651         * unicode.c (iconv_convert): Got rid of a compiler warning about
25652         int i being unused when the system has a new iconv.
25653         (iconv_get_length): Same.
25654
25655         * image.c (load_class_names): Cast the second argument to
25656         g_hash_table_insert() to char* to hush compiler warnings about the
25657         arg being a const.
25658         (mono_image_open): Same here.
25659
25660         * socket-io.c: Don't conditionally include sys/filio.h or
25661         sys/sockio.h here anymore since we now get them from
25662         io-layer/io-layer.h
25663         (inet_pton): If the system doesn't support inet_aton, implement
25664         using inet_addr and also #define INADDR_NONE if it isn't defined
25665         by the system.
25666
25667 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
25668
25669         * metadata.c, metadata.h: added function to get packing and size info
25670         of a typedef.
25671         * reflection.h, reflection.c: handle field RVA data. Save info about
25672         the table layout if needed. Assign typedef indexes to all the types
25673         before dumping the info about them to avoid forward reference problems.
25674
25675 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
25676
25677         * socket-io.c (convert_sockopt_level_and_name): ifdef
25678         SO_ACCEPTCONN because it is not defined on my system (old debian)
25679
25680 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
25681
25682         * opcode.c: use stddef.h to get NULL.
25683
25684 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
25685
25686         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
25687         for FIONBIO, FIONREAD and SIOCATMARK.
25688         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
25689         define INADDR_NONE and besides, inet_addr() is deprecated and
25690         should not be used. Use inet_pton() instead - it also has the
25691         added bonus that it can easily handle IPv6 addresses as well.
25692         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
25693
25694 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
25695
25696         * decimal.c: remove _MSC_VER conditional.
25697
25698 2002-02-13  Dick Porter  <dick@ximian.com>
25699
25700         * socket-io.c: 
25701         * icall.c: Internal calls for Blocking, Select, Shutdown,
25702         GetSocketOption and SetSocketOption
25703
25704 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
25705
25706         * assembly.cs: better resolver: use it instead of some kludgy
25707         code.
25708
25709 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
25710
25711         * reflection.c: the best way to speed-up the compiler is to avoid
25712         infinite loops.
25713
25714 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
25715
25716         * class.c (mono_class_vtable): changed the object layout
25717         (obj->vtable->class). 
25718         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
25719
25720 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
25721
25722         * assembly.c: look for assemblies in the assembly dir, too.
25723
25724 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
25725
25726         * class.c: fix thinko in mono_class_from_type().
25727
25728 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
25729
25730         * exception.h, exception.c: added TypeLoadException.
25731         * object.h, object.c: added mono_array_clone ().
25732         * icall.c: handle throwOnError in AssemblyGetType().
25733         Added Array.Clone().
25734         * opcode.h, opcode.c: use a single value for the opcode val.
25735         Compile fix for non-gcc compilers.
25736
25737 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
25738
25739         * opcodes.c, opcodes.h: export interesting info about opcodes.
25740
25741 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
25742
25743         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
25744         icalls. 
25745
25746         * class.c (class_compute_field_layout): set element_class for enums
25747         (mono_class_create_from_typedef): set element_class for normal classes
25748
25749         * icall.c (ves_icall_System_Enum_get_value): impl.
25750
25751         * class.c (mono_class_create_from_typedef): do not set valuetype
25752         flag for System.ValueType and System.Enum
25753
25754 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
25755
25756         * unicode.c (iconv_convert): fix big endian problem.
25757
25758 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
25759
25760         * class.c: add asserts if we are ever going to scribble over memory.
25761         * socket-io.c: not all systems have AF_IRDA defined.
25762
25763 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
25764
25765         * class.c (class_compute_field_layout): do not consider static
25766         fields to compute alignment
25767
25768 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
25769
25770         * appdomain.c (mono_appdomain_get): impl.
25771         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
25772
25773 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
25774
25775         * icall.c: ignore "file://" prefix when loading an assembly.
25776
25777 2002-01-23  Dick Porter  <dick@ximian.com>
25778
25779         * socket-io.c:
25780         * icall.c:
25781         * Makefile.am: Added socket support
25782
25783 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
25784
25785         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
25786         code back.  This should return the assemblies that are loaded by
25787         the runtime on behalf of an application domain. 
25788
25789         The current implementation is still broken, it just returns every
25790         assembly loaded, but until we get real applications domain this
25791         will do.
25792
25793 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
25794
25795         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
25796         AppDomain object.
25797
25798 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
25799
25800         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
25801         the mono_class_from_name lookup.
25802         (ves_icall_get_parameter_info): ditto.
25803         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
25804         method.
25805         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
25806
25807 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
25808
25809         * class.c: load also nested classes on class init.
25810         System.ValueType instance methods gets passed boxed
25811         values, unless methods in derived classed that get a pointer to the
25812         data.
25813         * icall.c: use better name parsing code in GetType().
25814         * image.c, image.h: add mono_image_loaded ().
25815         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
25816         * reflection.c, reflection.h: added mono_reflection_parse_type().
25817
25818 2002-01-22  Veronica De Santis <veron78@interfree.it>
25819
25820         * icall.c : Added mapping of internal calls for Manual and Auto reset events
25821         * threads.c : Added the implementation of internal calls for events
25822         * threads.h : Added prototypes of internal calls for events
25823         
25824 2002-01-21  Radek Doulik  <rodo@ximian.com>
25825
25826         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
25827
25828 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
25829
25830         * class.c (mono_class_init): set min_align to 1 (instead of 0)
25831         (mono_class_value_size): use min_align
25832
25833 2002-01-20  Dick Porter  <dick@ximian.com>
25834
25835         * threads.h:
25836         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
25837         so it compiles on w32.
25838
25839 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
25840
25841         * metadata.c (mono_type_stack_size): impl.
25842
25843         * class.c (mono_class_get_field): impl. memberref token
25844
25845 2002-01-16 Veronica De Santis <veron78@@interfree.it>
25846
25847         * icall.h : Added the internal calls mapping for CreateMutex_internal
25848                     and ReleaseMutex_internal.
25849         * threads.h : Added the prototype of mutexes internal calls.
25850         * threads.c : Added the implementations of mutexes internal calls.
25851
25852 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
25853
25854         * metaparse.h: removed unused file.
25855         * reflection.c, reflection.h: added stream_data_align () function 
25856         to align data in streams and keep stream aligned. Add support for
25857         exception support in method headers.
25858
25859 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
25860
25861         * unicode.c: make iconv_convert () return the number of bytess written
25862         in the output buffer.
25863
25864 2002-01-15  Dick Porter  <dick@ximian.com>
25865         * threads.c: Make the runtime's idea of infinite timeouts coincide
25866         with the class library's
25867
25868         Fix a particularly egregious bug in mono_thread_cleanup(). That
25869         code was so utterly bogus it must have been written on a Monday.
25870
25871 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
25872
25873         * reflection.h: add subtypes field to TypeBuilder.
25874         * reflection.c: encode constants for literal fields.
25875         Handle subtypes. Fix user string token (and add a zero byte)
25876         at the end.
25877         
25878 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
25879
25880         * class.c (mono_class_init): bug fix: assign slot numbers for
25881         abstract methods.
25882
25883 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
25884
25885         * reflection.c: don't try to output a code RVA for abstract methods.
25886         Small fixes for method header format. Output parameter info to the
25887         ParamDef table. Save method overriding info to MethodImpl table.
25888         Fix property support. Allow typedef.extends to be a type in the
25889         building assembly.
25890         * verify.c: fix off-by-one error.
25891
25892 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
25893
25894         * class.c: fix mono_class_from_mono_type () for szarray types.
25895         Remove unused cache check in mono_class_from_type_spec().
25896         * icall.c: *type_from_name () functions handle simple arrays and byref.
25897         * reflection.c: handle byref and szarray types. Handle methods without
25898         body (gets P/Invoke compilation working). Handle types and fields in
25899         get_token ().
25900         * reflection.h: add rank to MonoTypeInfo.
25901
25902 2002-01-10  Dick Porter  <dick@ximian.com>
25903
25904         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
25905         internal calls
25906
25907 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
25908
25909         * icall.c: initialize class in type_from_handle ().
25910         Loop also in parent classes for get_method ().
25911         * reflection.c: properly encode class and valuetype types.
25912         Start on encoding TypeBuilder types. Handle fieldrefs.
25913         Use correct length when registering a user string.
25914         Handle ConstructorBuilder and MonoMethod in get_token ().
25915         Make mono_type_get_object () aware of cached types.
25916         * object.c: back out change to mono_string_new ().
25917
25918 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
25919         * object.c: mono_string_new should return a NULL when the string 
25920         passed in is NULL -- not try to deference it.
25921         
25922 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
25923
25924         * icall.c: hack to make IsSubType work for TypeBuilders.
25925         * reflection.c: emit constructors before methods.
25926         Retrieve param names in mono_param_get_objects().
25927
25928 2002/01/05  Nick Drochak  <ndrochak@gol.com>
25929
25930         * Makefile.am: fix list of headers and sources so automake 1.5
25931         doesn't complain. Removed \# at end of list.
25932
25933 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
25934
25935         * reflection.c: get token for a method ref. Set return type of
25936         constructor to void.
25937         * loader.c: debug message.
25938         * class.c: typo fix.
25939
25940 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
25941
25942         * icall.c: fix array init with rank > 1. FindMembers
25943         loops in parent class as well.
25944         * image.c: do not insert nested types in name cache.
25945         * reflection.c: warning fix.
25946         * reflection.h: add override method (for interface impl).
25947
25948 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
25949
25950         * metadata.c: fix customattr decoding.
25951
25952 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
25953
25954         * rawbuffer.cs: Added native Win32 implementation, avoids using
25955         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
25956
25957 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
25958
25959         * class.c: make the low-level routines handle the cache.
25960
25961 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
25962
25963         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
25964
25965 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
25966
25967         * class.c: fix mono_array_element_size() for objects.
25968         * class.h, class.c: add properties to MonoClass and load them
25969         at init time.
25970         * icall.c: check with isinst() when assigning a value to an array
25971         instead of requiring the classes to match exactly.
25972         Implemented icall for System.Type::GetType().
25973         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
25974         enums. Handle bindingflags when looking for methods and fields.
25975         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
25976         and mono_metadata_methods_from_property().
25977         * reflection.h, reflection.c: added structures for propreties,
25978         parameters and enums. Implemented mono_property_get_object() and
25979         mono_param_get_objects().
25980
25981 2001-12-18  Dick Porter  <dick@ximian.com>
25982
25983         * file-io.c: Use mono_string_to_utf16() instead of
25984         mono_string_chars()
25985
25986         * object.c: Added mono_string_to_utf16(), which copies the non
25987         NULL-terminated MonoString into a new double-null-terminated
25988         buffer.
25989
25990 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
25991
25992         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
25993
25994 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
25995
25996         * file-io.c: raise exceptions if handle is invalid.
25997
25998 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
25999
26000         * assembly.c: yet another check for mscorlib.
26001         * class.c, class.h: load nesting info for classes.
26002         * icall.c: many new functions to support the Reflection classes.
26003         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
26004         * reflection.h, reflection.c: mono_image_create_token(),
26005         mono_assembly_get_object(), mono_type_get_object(),
26006         mono_method_get_object(), mono_field_get_object(): methods to return
26007         objects that parallel the C representation of assemblies, types,
26008         methods, fields.
26009
26010 2001-12-11  Dick Porter  <dick@ximian.com>
26011
26012         * icall.c:
26013         * file-io.c: Internal calls for file IO.
26014
26015 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
26016
26017         * tabledefs.h: missing FileAttributes.
26018         * verify.h, verify.c: use is_valid_string () to simplify and check for
26019         valid strings more correctly. Fix warnings and speeling.
26020         Check more tables: Filed, File, ModuleRef, StandAloneSig.
26021         Check code: branches, maxstack, method calls.
26022
26023 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
26024
26025         * object.c (mono_object_allocate): removed static, so that the jit
26026         can allocate value types.
26027
26028         * icall.c (ves_icall_System_DateTime_GetNow): impl.
26029
26030 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
26031
26032         * class.c: init enum types right away and register the
26033         token->MonoClass map in mono_class_create_from_typedef ().
26034         * verify.h, verify.c: first cut of the verifier.
26035         * pedump.c: add --verify switch to verify metadata tables.
26036         * tabledefs.h: add some missing enums.
26037
26038 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
26039
26040         * class.c (mono_install_runtime_class_init): impl.
26041         (mono_class_init): renamed mono_class_metadata_init to
26042         mono_class_init, also removed the metadata_inited flag
26043
26044         * object.c (mono_object_isinst): use faster algorithm
26045
26046 2001-11-30  Radek Doulik  <rodo@ximian.com>
26047
26048         * mono-endian.h: reverted last change
26049         added function prototypes
26050
26051         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
26052         add mono-endian.c back
26053
26054         * mono-endian.c: returned back, as Paolo pointed out, it's needed
26055         for unaligned access, I've mistaked it with endianess. I am
26056         sorry.
26057         (mono_read16): fix reverted endianess
26058         (mono_read64): ditto
26059         (mono_read32): ditto
26060
26061 2001-11-30  Dick Porter  <dick@ximian.com>
26062
26063         * exception.c: Implement mono_exception_from_name()
26064
26065 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
26066
26067         * metadata.h, metadata.c: remove params_size and locals_size and their
26068         calculation from the metadata code: they are only usefult to the
26069         interp.
26070
26071 2001-11-29  Radek Doulik  <rodo@ximian.com>
26072
26073         * object.c (mono_ldstr): swap bytes here, it's probably not the
26074         best place, but works for me now, I'll redo it once I know mono
26075         better, also note that I add PROT_WRITE and don't reset back, also
26076         note that it's only affects big endians, so x86 should be OK
26077
26078         * mono-endian.h (read16): use just glib macros for both endians
26079
26080         * mono-endian.c: removed as glib macros are used in in
26081         mono-endian.h so we don't need to care about endianess for read
26082         macros as glib does that for us already
26083
26084 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
26085
26086         * class.h, class.h: take minimum alignment into consideration so
26087         that the fields of a class remain aligned also when in an array.
26088
26089 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
26090
26091         * loader.h, loader.c: add mono_method_get_param_names().
26092         * class.c: 0-init class fields.
26093
26094 2001-11-26  Dick Porter  <dick@ximian.com>
26095
26096         * icall.c:
26097         * threads-types.h:
26098         * threads.c: New file that handles System.Threading on all platforms
26099
26100         * object.c: 
26101         * object.h: Remove the synchronisation struct from MonoObject,
26102         replace it with a pointer that gets initialised on demand
26103
26104         * Makefile.am: Replace all the system-specific threading code with
26105         a single file that uses the new wrapper library
26106
26107 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
26108
26109         * class.c, class.h: add mono_install_trampoline() so that the runtime
26110         can register a function to create a trampoline: removes the ugly
26111         requirement that a runtime needed to export arch_create_jit_trampoline.
26112         * object.h, object.c: added mono_install_handler() so that the runtime
26113         can install an handler for exceptions generated in C code (with
26114         mono_raise_exception()). Added C struct for System.Delegate.
26115         * pedump.c: removed arch_create_jit_trampoline.
26116         * reflection.c: some cleanups to allow registering user strings and
26117         later getting a token for methodrefs and fieldrefs before the assembly
26118         is built.
26119         * row-indexes.h: updates and fixes from the new ECMA specs.
26120
26121 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
26122
26123         * class.h, class.c: add enum_basetype field to MonoClass.
26124         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
26125         to get index in the constant table reated to a field, param or
26126         property.
26127         * reflection.h, reflection.c: handle constructors. Set public-key and
26128         version number of the built assembly to 0.
26129         * row-indexes.h: update from new ECMA spec.
26130
26131 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
26132
26133         * class.h, class.c: add a max_interface_id to MonoClass.
26134         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
26135         since it's used to do that. Added mono_type_type_from_obj().
26136         Make GetType() return NULL instead of segfaulting if the type was not
26137         found. Handle simple arrays in assQualifiedName.
26138         * object.h: add a struct to represent an Exception.
26139         * reflection.c: output call convention in method signature.
26140         Add code to support P/Invoke methods and fixed offsets for fields.
26141
26142 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
26143
26144         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
26145         the value.
26146         * icall.c: use mono_array_addr instead of array->vector: fixes the
26147         reflection image writing.
26148         * reflection.c: init call convention byte to 0 in method signature.
26149         Encode the property signature. Don't output property-related methods
26150         twice. Really process the properties for a type (don't cast a field to
26151         a property, my mom always told me that).
26152         Fix 64 bit issues in pointer alignment in a different and more
26153         readable way.
26154
26155 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
26156
26157         * loader.h: Removed type class from MonoDefaults, added monotype
26158
26159         * loader.c: Loaded MonoType, removed loading of Type
26160
26161         * icall.c (my_mono_new_object): Now returns a System.MonoType,
26162         and fills in System.Type._impl with a RuntimeTypeHandle rather
26163         than the actual MonoClass *
26164
26165         (ves_icall_type_from_handle): change from type_class to
26166         monotype_class
26167
26168         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
26169         implemented
26170
26171         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
26172         implemented
26173
26174         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
26175
26176         (ves_icall_System_Reflection_Assembly_GetType): implemented
26177
26178         (ves_icall_System_MonoType_assQualifiedName): implemented
26179
26180         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
26181
26182 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
26183
26184         * assembly.c (mono_assembly_open): Implement a cache for the
26185         assemblies. 
26186
26187         (mono_assembly_close): only destroy the assembly when the last
26188         reference is gone.
26189         
26190 2001-11-09  Dick Porter  <dick@ximian.com>
26191
26192         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
26193
26194 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
26195
26196         * class.c (mono_class_metadata_init): bug fix: compute the right slot
26197
26198 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
26199
26200         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
26201         from Martin Weindel.
26202         * object.h: add mono_string_chars ().
26203
26204 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
26205
26206         * reflection.c (build_compressed_metadata): Eliminates warnings
26207         and uses 64-bit clean code.
26208
26209         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
26210         (mono_type_equal): Change signature to eliminate warnings.
26211
26212 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
26213
26214         * icall.c, loader.c: remove the internalcall array constructors.
26215         Changes to match the new MonoArray structure.
26216         * object.h, object.c: an array object doesn't allocate an extra
26217         vector. Add mono_array_new_full () to create jagged arrays easily.
26218
26219 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
26220
26221         * metadata.h, metadata.c: add mono_metadata_field_info () to
26222         retreive all the info about a field from vairous tables.
26223         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
26224         * class.h, class.c: augment MonoClassField with more info.
26225         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
26226         policy and load a field's RVA if needed.
26227
26228 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
26229
26230         * class.c (mono_class_metadata_init): create a trampoline for all
26231         virtual functions instead of actually compiling them.
26232
26233 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
26234
26235         * class.h, class.c: include name in MonoClassField.
26236         * class.c: fix fundamental type of System.Object and System.String.
26237         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
26238         tokens in ldtoken.
26239         * icall.c: remove internalcalls for the Reflection stuff that is now
26240         done in C# code.
26241         * loader.c: mono_field_from_memberref () implementation.
26242         * mono-endian.c: thinko (s/struct/union/g).
26243         * object.c, object.h: make the mono_string_* prototypes actually use
26244         MonoString instead of MonoObject.
26245         * reflection.c, reflection.h: updates for changes in the reflection
26246         code in corlib: we use C structures that map to the actual C# classes.
26247         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
26248         fat method header if needed and use the info from the ILGenerator for
26249         methods. Handle fields in types. Misc fixes.
26250
26251 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
26252
26253         * class.c (mono_class_metadata_init): bug fix: always allocate
26254         space for static class data
26255
26256 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
26257
26258         * class.c (mono_compute_relative_numbering): use relative
26259         numbering to support fast runtime type checks.
26260
26261 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
26262
26263         * class.c (mono_class_create_from_typeref): added debugging output
26264         to print class name when MonoDummy is returned instead of real class
26265
26266 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
26267
26268         * class.c (mono_class_metadata_init): interface offset table now
26269         contains pointers into the vtable - this is more efficient for the jit
26270
26271 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
26272
26273         * class.c (mono_class_metadata_init): use a temporary vtable (the
26274         old algorithm only worked for the interpreter, but not for the jit)
26275
26276 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
26277
26278         * loader.c (method_from_memberref): use mono_class_get to get the
26279         class of an array instead of using System.Array directly.
26280         (mono_get_method): also add MEMBERREF methods to the method cache
26281         which usefull for arrays.
26282
26283 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
26284
26285         * pedump.c (arch_compile_method): added to compute vtable entry
26286
26287         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
26288         number of interfaces.
26289         
26290         * class.h: merged MonoArrayClass into MonoClass
26291
26292         * class.c (mono_class_create_from_typedef): compute the vtable size and
26293         allocate space to include the vtable inside MonoClass
26294         (mono_class_metadata_init): initialize the vtable
26295
26296 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
26297
26298         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
26299         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
26300         * image.c: endian fixes by Laurent Rioux.
26301         * object.h, object.c: rename MonoStringObject to MonoString and
26302         MonoArrayObject to MonoArray. Change some function names to conform to
26303         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
26304         guint16* as first argument, so don't use char*.
26305         Provide macros to do the interesting things on arrays in a portable way.
26306         * threads-pthread.c: updates for the API changes and #include <sched.h>
26307         (required for sched_yield()).
26308         * icall.c: updates for the API changes above.
26309         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
26310         platforms that need them.
26311
26312 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
26313
26314         * class.c: set the correct type for all the fundamental
26315         type when loading the class.
26316
26317 2001-10-05  Dick Porter  <dick@ximian.com>
26318
26319         * threads-pthread.c (pthread_mutex_timedlock): Simple
26320         compatibility version for C libraries that lack this call.
26321
26322 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
26323
26324         * class.c: MonoTypes stored in MonoClass are stored as
26325         fundamental MonoTypes when the class represents a
26326         fundamental type (System.Int32, ...).
26327         The TypeHandle return by ldtoken is a MonoType*.
26328         * icall.c: ves_icall_get_data_chunk () write out all the
26329         PE/COFF stuff. Implement ves_icall_define_method (),
26330         ves_icall_set_method_body (), ves_icall_type_from_handle ().
26331         * image.c: properly skip unknown streams.
26332         * loader.h, loader.c: add type_class to mono_defaults.
26333         * metadata.c, metadata.h: export compute_size () as
26334         mono_metadata_compute_size () with a better interface.
26335         Typo and C&P fixes.
26336         * pedump.c: don't try to print the entry point RVA if there is no entry point.
26337         * reflection.c, reflection.h: many cleanups, fixes, output method
26338         signatures and headers, typedef and typeref info, compress the metadata
26339         tables, output all the heap streams, cli header etc.
26340         * row-indexes.h: typo fixes.
26341
26342 2001-10-04  Dick Porter  <dick@ximian.com>
26343
26344         * object.h: Add a synchronisation mutex struct to MonoObject
26345
26346         * object.c (mono_new_object): Initialise the object
26347         synchronisation mutexes
26348
26349         * icall.c: System.Threading.Monitor internal calls
26350         
26351         * threads-pthread.h:
26352         * threads-pthread.c: System.Threading.Monitor internal calls
26353
26354         * threads-types.h: New file, includes the system-specific thread
26355         structures
26356         
26357         * threads-pthread-types.h:
26358         * threads-pthread-types.c: New files, handle pthread-specific
26359         synchronisation types
26360
26361         * threads-dummy-types.h: 
26362         * threads-dummy-types.c: New files of dummy support for
26363         thread-specific types
26364
26365         * metadata.c:
26366         * image.c:
26367         * pedump.c: include mono-endian.h not endian.h
26368         
26369         * Makefile.am: More threads files.
26370         Name mono-endian.h not endian.h
26371
26372 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
26373
26374         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
26375         stuff and implement a few more bits.
26376         * icall.c: a field needs to be dereferenced twice. Do not use the same
26377         name for two variables in the same scope.
26378         * image.c, image.h: cleanups.
26379
26380 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
26381
26382         * class.c (mono_class_metadata_init): bug fix: compute the right size
26383
26384 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
26385
26386         * icall.c: implemented some of the Reflection internalcalls.
26387         * image.c, image.h: start writing out the PE/COFF image.
26388         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
26389         that does the reverse than decode_blob_size ().
26390         * object.c: use mono_metadata_encode_value (). Move here
26391         temporary implementation of mono_string_to_utf8 ().
26392         * rawbuffer.c: make malloc_map static.
26393
26394 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
26395
26396         * metadata.c: fix type comparison for arrays.
26397         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
26398         Added a couple of new classes to monodefaults.
26399         * icall.c: added a couple of Reflection-related internalcalls.
26400         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
26401         Added a byval_arg MonoType to MonoClass.
26402
26403 2001-09-28  Dick Porter  <dick@ximian.com>
26404
26405         * icall.c:
26406         * threads-pthread.h: 
26407         * threads-pthread.c: Implemented internal calls for
26408         LocalDataStoreSlot operations.  Applied mutexes around all shared
26409         data.  Reworked the thread creation and Start() operations to
26410         avoid a race condition.
26411         
26412         * threads-dummy.h:
26413         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
26414
26415 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
26416
26417         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
26418
26419 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
26420
26421         * class.c, loader.c: warn and return NULL instead of erroring out.
26422         * icall.c: added System.AppDomain::getCurDomain().
26423         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
26424
26425 2001-09-25  Dick Porter  <dick@ximian.com>
26426
26427         * threads-pthread.h:
26428         * threads-pthread.c: Implemented timed thread joining and added
26429         System.Threading.Thread::Join_internal internal call
26430
26431         * icall.c: Added System.Threading.Thread::Join_internal internal call
26432
26433         * threads-dummy.h:
26434         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
26435
26436 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
26437
26438         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
26439         mono_string_intern () to implement the semantics of the ldstr opcode
26440         and the interning of System.Strings.
26441         * icall.c: provide hooks to make String::IsIntern and String::Intern
26442         internalcalls.
26443
26444 2001-09-23  Dick Porter  <dick@ximian.com>
26445
26446         * threads-dummy.c: 
26447         * threads-dummy.h: New files of dummy threading routines
26448
26449         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
26450         support code based on system specifics
26451
26452         Rename PTHREAD_LIBS to THREAD_LIBS
26453         
26454 2001-09-23  Dick Porter  <dick@ximian.com>
26455
26456         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
26457         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
26458         internal calls.
26459         (mono_thread_init): Set up a Thread object instance to return when
26460         the main thread calls Thread.CurrentThread
26461         (mono_thread_cleanup): Wait for all subthreads to exit
26462
26463         * icall.c: New internal calls for System.Threading.Thread::Sleep
26464         (including Schedule) and CurrentThread
26465
26466         * threads.h: New file, to insulate thread-specific stuff from the
26467         rest of the code
26468
26469 2001-09-21  Dick Porter  <dick@ximian.com>
26470
26471         * threads-pthread.h: 
26472         * threads-pthread.c: New file, for handling pthreads-style
26473         threading support.  Start() now starts a new thread and executes
26474         the ThreadStart delegate instance.
26475
26476         * icall.c: Added the internalcall for
26477         System.Threading.Thread::Start_internal
26478
26479         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
26480
26481 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
26482
26483         * loader.c: work around the different signatures for delegates
26484         constructors csc generates in compiled code vs the ones compiled in mscorlib.
26485
26486 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
26487
26488         * class.h, class.c: add mono_class_get_field_from_name ().
26489         * *: Fix C comments and other ANSI C issues.
26490
26491 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
26492
26493         * endian.h, assembly.c: fix some endianness issues.
26494
26495 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
26496
26497         * loader.h, load.c: add delegate_class to mono_defaults.
26498         Handle runtime provided methods in mono_get_method ().
26499
26500 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
26501
26502         * loader.c (mono_get_method): use pinvoke for internal call
26503
26504         * icall.c: use pinvoke for internal call
26505
26506         * loader.c (method_from_memberref): set the method name
26507
26508 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
26509
26510         * metadata.c: help the compiler generate better code for
26511         mono_class_from_mono_type ().
26512
26513 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
26514
26515         * class.c (mono_class_metadata_init): delayed computing of the
26516         class size to mono_class_metadata_init ()
26517
26518 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
26519
26520         * class.c, class.h: add an interfaces member to MonoClass.
26521         * image.c, image.h: add assembly_name field to MonoImage
26522         from the assembly table.
26523         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
26524
26525 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
26526
26527         * class.c: Handle Array in mono_class_from_mono_type ().
26528         * metadata.c, pedump.c: some endian fixes.
26529
26530 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
26531
26532         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
26533         * metadata.c: fix small problem introduced with the latest commit.
26534
26535 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
26536
26537         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
26538         We don't need a MonoMetadata pointer anymore to compare signatures in
26539         mono_metadata_signature_equal (), update callers.
26540         Reduced memory usage an number of allocations for MonoMethodHeader and
26541         MonoMethodSignature.
26542
26543 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
26544
26545         * metadata.c: added compare for szarray.
26546
26547 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
26548
26549         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
26550         and add a couple more types to it and mono_defaults. Give an hint on
26551         classes that need implementing in our corlib and are referenced
26552         in mscorlib.
26553
26554 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
26555
26556         * class.h, class.c: keep track if a class is also an Enum.
26557         * loader.c: Implement a couple more types for use in libffi
26558         marshalling. Gives better diagnostics when failing to dlopen
26559         a library. Set method->klass for P/Invoke methods, too.
26560
26561 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
26562
26563         * class.c, class.h: add a MonoType this_arg to MonoClass that
26564         represents a pointer to an object of the class' type that
26565         can be used by the interpreter and later the type cache.
26566         Add best guess alignment info for valuetype objects.
26567
26568 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
26569
26570         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
26571         into MonoType: one less level of indirection and allocation and
26572         simplifies quite a bit of code. Added cache for MonoTypes that are
26573         used frequently, so that we don't need to allocate them all the time.
26574
26575 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
26576
26577         * class.c (mono_class_create_from_typedef): System.Enum is also a
26578         value type, although it does not derive from System.ValueType
26579         (maybe a bug in the ms compiler?)
26580
26581         * metadata.c (mono_type_size): return the right size for value types
26582
26583         * loader.c (mono_get_method): only initialize method header if not abstract
26584
26585         * class.c (mono_class_from_mono_type): use mono_default values. 
26586
26587 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
26588
26589         * *: use MonoClass pointers instead of <type_tokens>
26590         
26591         * class.h: new flag: metadata_inited.
26592
26593         * class.c (mono_class_metadata_init): impl.
26594         (mono_class_instance_size): impl.
26595         (mono_class_data_size): impl.
26596
26597 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
26598
26599         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
26600         MonoClass now has the name and name_space fields. 
26601         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
26602         mono_get_method () takes and optional MonoClass as argument.
26603         Removed mono_typedef_from_name() and added mono_class_token_from_name()
26604         instead that takes advantage of a map from class names to typedef
26605         tokens in MonoImage.
26606
26607 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
26608
26609         * metadata.c: zero is not a valid alignment boundary.
26610         Merge MONO_TYPE_VOID in default decoding code.
26611
26612 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
26613
26614         * image.h: merged MonoMetadata into MonoImage
26615
26616         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
26617         identify the type of elements.
26618
26619 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
26620
26621         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
26622         * cil-coff.h: split MonoMSDOSHeader and add size info.
26623         * image.c: add some consistency checks.
26624         * metadata.c: fix row size computation: one programmer
26625         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
26626         add explanation for the locator routine.
26627         Fix decoding of size in method header.
26628         
26629 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
26630
26631         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
26632         (g_concat_dir_and_file): Bring g_concat_dir_and_file
26633         function from gnome-libs.  This uses the right path separator
26634         based on the OS, and also works around a bug in some systems where
26635         a double slash is not allowed. 
26636         (default_assembly_name_resolver): Use g_concat_dir_and_file
26637         (mono_assembly_open): ditto.
26638
26639 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
26640
26641         * metadata.c (mono_metadata_signature_equal): impl.
26642
26643         * *: void is now a realy MonoType (instead of using NULL)
26644         
26645         * metadata.c (do_mono_metadata_parse_type): use
26646         mono_metadata_parse_type to parse void value.
26647
26648 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
26649
26650         * metadata.c, metadata.h: in the signature and method header store
26651         only the space required for holding the loca vars and incoming arguments.
26652
26653 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
26654
26655         * metadata.c (do_mono_metadata_parse_type): treat void like any
26656         other type (instead of assigning NULL);
26657
26658 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
26659
26660         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
26661
26662 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
26663
26664         * image.c (do_mono_image_open): added a cache for arrays.
26665
26666 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
26667
26668         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
26669         decode a single column from a row in a metadata table and changes
26670         to take advantage of it in the typedef locator (gives a nice speed up).
26671         Store offset info for function params.
26672
26673 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
26674
26675         * image.h (MONO_IMAGE_IS_CORLIB): removed 
26676
26677 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
26678
26679         * assembly.c: how could mono_assembly_close () had ever worked?
26680         * metadata.c, metadata.h: provide offset info for local vars.
26681         Implement mono_type_size () to take care of alignment as well
26682         as size (it was mono_field_type_size in cli/class.c before).
26683
26684 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
26685
26686         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
26687
26688         * assembly.h (CORLIB_NAME): set to corlib.dll
26689
26690         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
26691
26692 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
26693
26694         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
26695         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
26696         tokentype.h: massive namespace cleanup.
26697
26698 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
26699
26700         * metadata.h, metadata.c: decode exception clauses when parsing method header.
26701
26702 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
26703
26704         * metadata.c (mono_metadata_free_type): added check for type !=
26705         NULL (void) before calling mono_metadata_free_type()
26706
26707 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
26708
26709         * metadata.h, row_indexes.h: added header with enumerations to use
26710         to index in the columns from tables in metadata and to decode coded
26711         tokens: we should start using this instead of embedding magic numbers
26712         all over the code.
26713
26714 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
26715
26716         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
26717         Move metadata_t info from cli_image_info_t to MonoImage, where
26718         it's easily accessible. Changed all the uses accordingly.
26719         Added the method and class caches to MonoImage.
26720         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
26721         and mono_metadata_decode_value () signature to be more consistent
26722         with the other parse functions (and simplify code). Taken advantage
26723         of zero-length array allocation with GCC. Removed reduntant (and
26724         wrong) MonoFieldType struct and use MonoParam instead. Changed
26725         mono_metadata_parse_field_type () to use common code for parsing.
26726         Added mono_metadata_typedef_from_field () and
26727         mono_metadata_typedef_from_method () to lookup a typedef index from a
26728         field or method token.
26729         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
26730
26731 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
26732
26733         * metadata.c (mono_metadata_parse_field_type): Implement. 
26734         (do_mono_metadata_parse_type): Split engine from
26735         mono_metadata_parse_type, so that we can create smaller structures
26736         for things that just have one pointer to the MonoType (look at
26737         the MonoFieldType)
26738
26739 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
26740
26741         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
26742         as Jan Gray found out, it is incorrect. 
26743
26744 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
26745
26746         * assembly.c: Implement asssembly loading.  This loads an image
26747         and loads all the referenced assemblies.  Come to think of it, we
26748         could always do lazy loading of the assemblies. 
26749
26750         * image.c (mono_image_open): Keep loaded images in a hashtable.
26751
26752         * image.h (MonoImage): Add reference count.
26753
26754 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
26755
26756         * assembly.c (mono_assembly_open): Keep track of the file name in
26757         case the assembly has no ASSEMBLY table.
26758
26759         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
26760         from get.c here.
26761
26762 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
26763
26764         * metadata.c, metadata.h: decode local vars in method header
26765         parse function. Change callers accordingly.
26766
26767 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
26768
26769         * metadata.h, cil-coff.h: protect against multiple inclusion.
26770         Added some new structures to hold information decoded from metadata:
26771         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
26772         and relevant decoding/free functions.
26773         * metadata.c: implement decoding functions. Add warning for out of bounds
26774         index in mono_metadata_locate(). Implement mono_get_method () to retreive
26775         all the info about a method signature and invocation. Remove check on
26776         uninitialized local var in parse_mh() and fix memory leak.
26777
26778 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
26779
26780         * metadata.h: More macros.
26781
26782         * tokentype.h: New file.
26783
26784 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
26785
26786         * assembly.c: added a consistency check and initialize
26787         some structures with g_new0().
26788         * metadata.c: fixed a couple more bugs in table size computation
26789         and add other checks for out-of bound access to metadata.
26790
26791 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
26792
26793         * metatada.c: fix bugs computing table sizes. Spew a
26794         warning when index in string heap is out of bounds.
26795
26796 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
26797
26798         * metadata.h: Add a couple of macros to manipulate tokens. 
26799
26800 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
26801
26802         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
26803         cli_section_tables).
26804
26805 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
26806
26807         * metadata.c (mono_metadata_user_string): New function, provides
26808         access to the UserString heap. 
26809
26810 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
26811
26812         * metadata.c: Add inline documentation.
26813
26814 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
26815
26816         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
26817         files. 
26818
26819 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
26820
26821         * typeattr.h: New file, TypeAttribute flags. 
26822
26823 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
26824
26825         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
26826         mono_assembly_ensure_section): Section loading code.
26827         (load_section_tables): Load the sections.
26828
26829         * mono/metadata/metadata.c (mono_metadata_locate_token,
26830         mono_metadata_locate): Functions to locate the information
26831         definition given a token or a table and an index.
26832         (mono_metadata_compute_table_bases): New.
26833         (compute_size): New function to compute the sizes of the various
26834         tables.
26835
26836         * mono/metadata/metadata.h: Finish listing the different index
26837         types. 
26838
26839         * mono/metadata/pedump.c: Improve to dump new information.
26840
26841 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
26842
26843         * mono/metadata/metadata.c: Entered all the tables matching
26844         Beta2. 
26845
26846         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
26847
26848
26849