Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1
2 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
3
4         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
5         to get a better distribution in hash tables.
6         * *.c: use mono_aligned_addr_hash() where appropriate.
7         * assembly.c: make var static.
8
9 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
10
11         * domain-internals.h: Put MonoJitInfo on a diet.
12
13         * domain.c: Fix a warning.
14
15 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
16
17         * gc.c: rework the gc handles code to reuse handles
18         when freed.
19
20 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
21
22         * domain.c: fixed long standing bug in mono_string_equal() which
23         was brought to light with the ldstr changes.
24
25 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
26
27         * reflection.c: Remove warning by adding missing include for marshal.h
28
29 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
30
31         * domain.c, object.c: change the ldstr_table to hold
32         MonoString* as keys: makes the runtime isinterned lookup
33         faster and simplifies memory management.
34
35 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
36  
37         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
38         possible to add imperative security checks before calling the icall.
39         * reflection.c: Return security attributes on the original MonoMethod
40         (and not the wrapped one). This fix permissions on icalls.
41
42 2005-01-25  Dick Porter  <dick@ximian.com>
43
44         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
45         the check for mktime() support actually test the mktime() return
46         value.  "Fixes" bug 71682, though the output is still different to
47         MS.
48
49 2005-01-25  Martin Baulig  <martin@ximian.com>
50
51         * class.c (mono_class_is_assignable_from): Make this work for
52         generic instances.
53
54 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
55
56         * marshal.c (mono_string_utf8_to_builder)
57         (mono_string_builder_to_utf16): We might not have ownership of the
58         string. In thise case, we need to create a new buffer.
59
60         * object-internals.h (mono_stringbuilder_capacity): sb->str might
61         be null, in which case, use the default capacity.
62
63 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
64
65         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
66         GC events to the profiler.
67
68 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
69
70         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
71         if you don't want the GC to run.
72
73 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
74
75         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
76         start providing a GC API and keeping different implementations in
77         their own file.
78         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
79
80 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
81
82         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
83         mmap rather than allocating a huge buffer.
84         (mono_debug_close_mono_symbol_file): Free the buffer allocated
85         above.
86
87 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
88
89         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
90         and CheckExecutionRights.
91         * reflection.c|h: Keep the index of the declarative security to be 
92         used, instead of the pointer, when AOT compiler is used. Also add 
93         class initialization when requesting demands.
94         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
95         CheckExecutionRights. Both properties are now FALSE by default, and
96         unmodifiable, unless the --security option is used.
97
98 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
99
100         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
101         reflection.c: properly refcount images and assemblies, many leaks fixed.
102
103 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
104
105         * threadpool.c: increase the timeout for threads in the thread pool to
106         10s.  Fixes bug #67159.
107
108 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
109
110         * class-internals.h: Sun's compiler insists on explicit
111         signed on bit fields to handle then correctly.
112
113 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
114
115         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
116         Make the size of the array fit only the number of invalid path
117         chars that we have.
118
119         * class.c (_mono_class_get): Improve the error reporting when a
120         class referenced is not found, to assist debugging. 
121
122 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
123
124         * threads.c: fix off-by-one error.
125         * domain.c: free data allocated in the domain.
126
127 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
128
129         * reflection.c (mono_method_body_get_object): Fill out exception info
130         as well.
131
132         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
133         structure.
134         
135 2005-01-19  Martin Baulig  <martin@ximian.com>
136
137         * loader.c (mono_get_method_constrained): Make this work again.
138
139 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
140
141         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
142         guint16 to match the managed side.
143
144         * reflection.c (mono_reflection_body_get_object): Fill out local
145         variables array.
146
147         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
148         as well.
149
150         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
151         'local_var_sig_token'.
152
153 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
154
155         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
156         System.Drawing.
157
158         * reflection.c (mono_method_body_get_object): Handle abstract and
159         runtime methods.
160
161 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
162
163         * marshal.c, loader.c, class-internals.h, reflection.c:
164         store the emthod data for a wrapper in an array instead of a list.
165
166 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
167
168         * marshal.c: change the code to allocate memory more
169         conservatively for method wrappers.
170
171 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
172
173         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
174         fields from MonoClass to the marshal info structure where they belong.
175
176 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
177
178         * class.c, object.c, class-internals.h, marshal.c: rearrange
179         some fields and tweak some types to lower memory usage.
180
181 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
182
183         * threads.c (signal_thread_state_change): Handle the case when the
184         target thread is the current thread.
185
186         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
187
188         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
189         emit_ptr_to_object_conv. 
190
191         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
192         marshalling. Fixes #71352.
193
194 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
195
196         * metadata.h, blob.h: move table enum to blob.h so it can be included
197         in any header.
198         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
199         cut the size of MonoImage/MonoDynamicImage.
200
201 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
202
203         * profiler.c (mono_profiler_install_simple): Fix default arguments.
204
205 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
206
207         * reflection.c, reflection.h, icall.c: add a function to check
208         if an attribute type is defined for a metadata object.
209
210 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
211
212         * object-internals.h: Added some needed fields from StringBuilder class.
213         * marshal.c: Set the maxCapacity when creating a StringBuilder.
214
215 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
216
217         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
218         threads before shutting down the runtime.
219
220         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
221
222 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
223
224         * object-internal.h, threads.c: implement stacksize and 
225         parameterized thread start functionality (requires
226         matching corlib). Marked broken code for later removal.
227
228 2005-01-12  Martin Baulig  <martin@ximian.com>
229
230         * class-internals.h (MonoGenericClass): Moved the `initialized'
231         flag to MonoDynamicGenericClass, removed `init_pending'.
232         (MonoGenericInst): Added `is_reference' flag.
233
234 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
235
236         * reflection.c (mono_image_create_pefile): Only set the pe_offset
237         inside the MSDOS header. Fixes #71201.
238
239         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
240         gc thread.
241         (mono_domain_finalize): Ditto.
242
243 2005-01-12  Martin Baulig  <martin@ximian.com>
244
245         * class.c (mono_get_shared_generic_class): Use the cache for
246         non-dynamic generic classes.
247
248         * class-internals.h (mono_class_create_generic_2): Removed
249         function prototype, this function is now static inside class.c.
250
251         * class.c (mono_class_create_generic_2): Made this static, only
252         call it from mono_class_init() and mono_class_setup_parent().
253         (collect_implemented_interfaces_aux): Call mono_class_init() on
254         the interfaces we collect.
255         (mono_class_setup_vtable): Call mono_class_init (class->parent).
256
257 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
258
259         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
260         it a real thread handle.
261
262         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
263         MonoJitExceptionInfo, since each catch clause needs its own variable.
264         
265 2005-01-11  Dick Porter  <dick@ximian.com>
266
267         * image.c (mono_pe_file_open): New variant on mono_image_open()
268         that does not set up the CLI metadata; used for FileVersionInfo so
269         it can get the data for windows binaries too.
270         
271         * process.c (process_read_string_block): Don't read off the end of
272         the StringTable block.
273
274         These both fix bug 70766.
275
276 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
277
278         * gc.c: set some fields to NULL at GC cleanup time.
279         * threads.c: if we quit the main thread, call exit ().
280
281 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
282
283         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
284
285 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
286
287         * threads.h, threads.c, object.c: added accessor and settor for
288         main_thread. Handle it specially when exiting from it: wait
289         for other foreground threads to exit.
290
291 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
292
293         * process.c, verify.c: remove some bloat.
294
295 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
296
297         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
298         the calling convention to cdecl under win32.
299
300 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
301
302         * object.c (mono_object_get_size): New function to get the size of
303         an object instance.
304
305         * profiler.c (simple_allocation): Use above.
306
307 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
308
309         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
310         ves_icall_System_AppDomain_getRootDomain (as it's not required to
311         get an appdomain by it's id and we can't assume the root's id is 0).
312         * domain-internals.h: Change the function prototype to match.
313         * icall.c: Change the icall table for AppDomain.
314
315 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
316
317         * locales.c (string_invariant_compare_char): Only compute
318         GUnicodeTypes in the case where we need them.  Test for ordinality
319         first and return if so.
320
321         From the commit:
322
323                 /*
324                  * FIXME: here we must use the information from c1type and c2type
325                  * to find out the proper collation, even on the InvariantCulture, the
326                  * sorting is not done by computing the unicode values, but their
327                  * actual sort order.
328                  */
329
330 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
331
332         * loader.c: for P/Invoke methods, allow the "Internal" shared
333         library name to refer to the calling process symbol namespace.
334
335 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
336
337         * Makefile.am: Add the security manager to the build.
338         * security-manager.c|h: New. Initialization of the security manager.
339
340 2005-01-07  Dick Porter  <dick@ximian.com>
341
342         * threads.c: 
343         * monitor.c: Update thread state during Monitor and WaitHandle
344         waits.  Fixes bug 71031.
345
346 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
347
348         * reflection.c (property_encode_signature): Correctly handle when the
349         property has no methods.
350
351 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
352
353         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
354         
355         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
356         fields from mb, not rmb. Fixes #71017.
357
358         * marshal.c (emit_ptr_to_str_conv): Add support for 
359         ByValTStr -> string conversion. Fixes #71015.
360
361         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
362
363         * mempool.c (mono_mempool_contains_addr): New helper function.
364
365 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
366
367         * metadata.c (mono_metadata_compute_size): Fix size calculation of
368         HasSematics encoded fields.
369         
370         * metadata.c (mono_type_to_unmanaged): Improve error message for 
371         invalid string marshalling.
372
373         * metadata.c: Fix warnings.
374         
375 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
376
377         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
378         profiler support.
379
380 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
381
382         * domain.c object.c domain-internals.h: Revert part of r38077 since the
383         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
384         tests.
385
386 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
387
388         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
389         so methods containing these can be AOTed.
390
391 2005-01-03  Martin Baulig  <martin@ximian.com>
392
393         * loader.c (find_method): Removed the hack for generic instances.
394         (method_from_memberref): If our parent is a generic instance, pass
395         its generic type definition to find_method() and then inflate the
396         method.
397         (mono_get_method_constrained): Pass the generic type definition to
398         find_method() and inflate the method later.
399
400         * class-internals.h (MonoStats): Added `generic_class_count'.
401
402         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
403         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
404
405         * reflection.c (mono_custom_attrs_from_params): Don't ignore
406         generic type definitions.
407
408 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
409
410         * loader.c icall.c: Fix warnings.
411
412 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
413
414         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
415         blittable types. Fixes #70864.
416
417 2004-12-29  Martin Baulig  <martin@ximian.com>
418
419         * icall.c
420         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
421
422         * reflection.c (mono_method_get_object): Create a
423         "System.Reflection.MonoGenericMethod" for inflated methods; don't
424         call mono_get_inflated_method().
425
426         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
427
428 2004-12-27  Martin Baulig  <martin@ximian.com>
429
430         * class-internals.h (MonoMethod): Added `is_inflated' flag.
431         (MonoMethodInflated): Added `inflated' field.
432
433         * class.c (mono_class_inflate_generic_method): Don't really
434         inflate the method here; just set the `is_inflated' flag in the
435         MonoMethod.
436         (mono_class_get_inflated_method): Actually inflate the method here
437         if it's not already inflated; we use the MonoMethodInflated's new
438         `inflated' field as a cache.
439
440 2004-12-26  Martin Baulig  <martin@ximian.com>
441
442         * class.c
443         (inflate_generic_class): Moved some code out of inflate_generic_type().
444         (mono_class_inflate_generic_method): If we're already inflated,
445         inflate the context and use the declaring method; ie. make sure
446         the declaring method of an inflated method is always the generic
447         method definition.
448         (mono_class_create_from_typedef): Create
449         `class->generic_container->context->gclass'.
450
451 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
452
453         * metadata-internals.h, marshal.c, reflection.c: More
454         MonoGHashTable->GHashTable.
455
456         * domain-internals.h, class.c: Change MonoGHashTable's into
457         GHashTables for some cases where no gc stuff is used
458
459         All users: update apis
460
461 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
462
463         * metadata.c (builtin_types): Make this `const'. Makes this get
464         put into the shareable section.
465         (mono_metadata_init): Casts to make gcc happy.
466
467 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
468
469         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
470
471 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
472
473         * icall.c: Added an internal call to retrieve the position and length
474         of assembly-level declarative security attributes (RequestMinimum, 
475         RequestOptional and RequestRefuse). This is used by the Assembly class
476         to re-create the corresponding permission sets.
477
478 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
479
480         * marshal.c: fix the stelemref wrapper to be type correct
481         (and faster).
482
483 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
484
485         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
486         to do key & 0x7fffffff. Hashtable already does this. It just
487         results in longer code.
488
489 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
490
491         * appdomain.c: Bump corlib version.
492         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
493         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
494         * reflection.c|h: Add functions to get declarative security infos
495         (blob position and length) for assemblies, classes and methods.
496
497 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
498
499         * reflection.c: sort the constant table (bug #70693).
500
501 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
502
503         * object-internals.h, threads.c, domain.c: add accessors for
504         the MonoThread and MonoDomain tls keys.
505
506 2004-12-18  Martin Baulig  <martin@ximian.com>
507
508         * class.c (inflate_generic_type): If we're inflating a generic
509         instance, set `ngclass->context->container = context->container';
510         ie. the container we inflated into.
511
512         * metadata.c (mono_metadata_parse_generic_param): Reflect above
513         inflate_generic_type() changes.
514
515 2004-12-17  Martin Baulig  <martin@ximian.com>
516
517         * class-internals.h
518         (MonoGenericClass): Replaced `MonoType *generic_type' with
519         `MonoClass *generic_class'.  Removed `dynamic_info'; if
520         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
521         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
522
523 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
524
525         * exception.c (mono_exception_from_token): New helper function.
526
527 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
528
529         * assembly.c (mono_assembly_load_with_partial_name): Call 
530         mono_assembly_loaded before invoking the preload hooks. Fixes
531         #70564.
532
533         * object-internals.h (MonoThread): Change culture_info and 
534         ui_culture_info into an array.
535
536         * threads.c: Cache culture info objects from more than one appdomain.
537
538         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
539         current UI culture.
540
541 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
542
543         * threads.h threads.c appdomain.c: Clear the culture_info field of
544         all threads during unloading if they point to an object in the dying
545         appdomain.
546
547 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
548
549         * culture-info.h (TextInfoEntry): New struct
550         * object-internals.h: sync with managed
551         * locales.c: fill the `text_info_data' field
552         * culture-info-tables.h: update
553
554 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
555
556         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
557         collector.
558
559 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
560
561         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
562         (ves_icall_ModuleBuilder_getMethodToken): Ditto
563
564 2004-12-12  Martin Baulig  <martin@ximian.com>
565
566         * mono-debug-debugger.c (write_type): If we're an enum and the
567         builtin types have already been initialized, call mono_class_init().
568
569 2004-12-11  Martin Baulig  <martin@ximian.com>
570
571         * metadata.c (mono_metadata_load_generic_params): Added
572         `MonoGenericContainer *parent_container' argument; automatically
573         compute `container->is_method'; pass the correct owner to
574         get_constraints().      
575
576         * reflection.c (compare_genericparam): Sort the GenericParam table
577         according to increasing owners. 
578
579 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
580
581         * profiler.c: allow disabling the default profiler.
582
583 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
584
585         * decimal.c, icall.c: allow disabling System.Decimal support.
586
587 2004-12-09  Marek Safar <marek.safar@seznam.cz>
588
589         * reflection.c: Add support for null attribute arguments.
590
591 2004-12-09  Martin Baulig  <martin@ximian.com>
592
593         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
594         names to get rid of compiler warnings.
595
596 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
597
598         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
599         mono_marshal_load_type_info (). Fixes #69625.
600         (mono_marshal_get_ptr_to_struct): Likewise.
601
602 2004-12-08  Martin Baulig  <martin@ximian.com>
603
604         * mono-debug.h: Bumped version number to 47.
605
606         * mono-debug-debugger.c
607         (mono_debugger_event_handler, mono_debugger_event): Take two
608         guint64 arguments insteed of a gpointer and a guint32.  
609
610 2004-12-08  Martin Baulig  <martin@ximian.com>
611
612         * debug-mono-symfile.h
613         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
614         `address' to `native_offset'.
615
616 2004-12-08  Martin Baulig  <martin@ximian.com>
617
618         * class.c (mono_class_create_from_typespec): Only inflate if we
619         either have `context->gclass' or `context->gmethod'.
620
621 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
622
623         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
624
625         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
626
627         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
628
629         * reflection.c (mono_assembly_get_object): Remove the workaround put
630         in for the release.
631         
632         * appdomain.c: Use the corlib_internal field from MonoAssembly.
633
634         * appdomain.c: Bump corlib version.
635
636         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
637         be visible in other appdomains.
638
639 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
640
641         * threads.c: Interlocked inc and dec for longs were messed up,
642         use a KISS based impl for this. Fixes 70234
643
644 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
645
646         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
647
648 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
649
650         * icall.c: fix to follow policy not to allow struct
651         arguments in icalls.
652
653 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
654
655         * process.c: make the patch that handles spaces in file paths work
656         on mono/windows too.
657
658 2004-12-06  Martin Baulig  <martin@ximian.com>
659
660         * class.c (mono_class_create_generic): Call
661         mono_class_setup_supertypes() if we're dynamic.
662         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
663
664 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
665
666         * object-internals.h: Add new fields to MonoThread.
667
668         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
669
670         * icall.c threads-types.h threads.c: Add new icalls.
671
672         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
673
674         * object-internals.h (MonoReflectionAssembly): Sync object layout with
675         managed side.
676
677         * appdomain.c: Bump corlib version.
678
679         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
680         internal assemblies. Fixes #69181.
681
682 2004-12-05  Martin Baulig  <martin@ximian.com>
683
684         * class.c (mono_class_inflate_generic_signature): Make this a
685         no-op if `context' is NULL or we don't have any type parameters;
686         also copy `sentinelpos'.        
687
688 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
689
690         * image.c: Add unbox_wrapper_cache.
691
692         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
693
694         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
695         function generator.
696         
697         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
698         Fixes #70173.
699
700         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
701         
702 2004-12-04  Martin Baulig  <martin@ximian.com>
703
704         * loader.c (mono_method_get_signature_full): New public function;
705         like mono_method_get_signature(), but with an additional
706         `MonoGenericContext *' argument.
707
708         * class.c (mono_class_inflate_generic_signature): Formerly known
709         as inflate_generic_signature(); make this public.
710
711 2004-12-04  Martin Baulig  <martin@ximian.com>
712
713         * metadata.c
714         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
715         instead of a `MonoGenericContainer *'.  
716         (mono_metadata_parse_array_full): Likewise.
717         (mono_metadata_parse_signature_full): Likewise.
718         (mono_metadata_parse_method_signature_full): Likewise.
719         (mono_metadata_parse_generic_inst): Likewise.
720         (mono_metadata_parse_generic_param): Likewise.
721         (mono_metadata_parse_mh_full): Likewise.
722         (mono_type_create_from_typespec_full): Likewise.
723
724 2004-12-03  Martin Baulig  <martin@ximian.com>
725
726         * class-internals.h (MonoGenericContainer): Replaced the
727         `MonoGenericContext * pointer with a `MonoGenericContext'
728         structure and made it the first element.
729
730 2004-12-03  Martin Baulig  <martin@ximian.com>
731
732         * class.c
733         (inflate_generic_type): Set the `context->container' when creating
734         a new MonoGenericContext.
735         (mono_class_inflate_generic_method): Likewise.
736         (mono_class_create_from_typespec): Just use `context->container'
737         to get the container.
738
739         * loader.c (method_from_methodspec): Set `context->parent' from
740         `context->container' - and if that's a method container, use its
741         parent.  Also set the `context->container' when creating a new
742         MonoGenericContext.
743         (mono_get_method_from_token): Use just `context->container' to get
744         the container.
745
746         * metadata.c (do_mono_metadata_parse_generic_class): Also set
747         `gclass->context->container'.
748
749         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
750         the `context->container' when creating a new MonoGenericContext.
751
752 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
753
754         * reflection.c (compare_genericparam): Sort params with identical
755         owner by their number. Fixes gen-111 on sparc.
756
757 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
758
759         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
760         around the domain changes.
761
762         * appdomain.c (mono_domain_unload): Handle the case when the thread
763         calling Unload is itself being aborted during unloading. Fixes #70022.
764
765         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
766
767         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
768         checkpoint_func as an icall so it gets a wrapper.
769         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
770         in the cross-appdomain wrappers too.
771
772         * threads.c (mono_thread_has_appdomain_ref): Make this public.
773
774         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
775
776         * reflection.c: Fix some memory leaks.
777         
778 2004-12-02  Martin Baulig  <martin@ximian.com>
779
780         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
781
782         * metadata.c (generic_class_cache): New static hashtable.
783         (mono_metadata_lookup_generic_class): New public method.
784
785 2004-12-02  Martin Baulig  <martin@ximian.com>
786
787         * class.c (mono_class_create_from_typedef): Call
788         mono_class_setup_parent() and mono_class_create_mono_type() before
789         parsing the interfaces.
790
791 2004-12-02  Martin Baulig  <martin@ximian.com>
792
793         * metadata.c (generic_inst_cache): New static hashtable.
794         (mono_metadata_lookup_generic_inst): New public function.
795         (mono_metadata_inflate_generic_inst): New public function.
796         (mono_metadata_parse_generic_inst): New public function.
797         (do_mono_metadata_parse_generic_class): Use the new
798         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
799         since this'll also use the cache.
800
801         * reflection.c (mono_reflection_bind_generic_method_parameters):
802         Use mono_metadata_lookup_generic_inst() to use the new cache.
803
804         * class.c (inflate_mono_type): Use
805         mono_metadata_inflate_generic_inst() to inflate a generic
806         instance; this'll also use the new cache.
807
808         * loader.c (method_from_methodspec): Use
809         mono_metadata_parse_generic_inst() and
810         mono_metadata_inflate_generic_inst() rather than parsing it
811         manually, so we can use the new cache.
812
813 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
814
815         * threads.c (wait_for_tids): Do not incorrectly free threads when 
816         the wait times out.
817
818 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
819
820         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
821         iter->args based on whether parameters are passed in registers (i.e.
822         MONO_ARCH_REGPARMS is defined)
823
824 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
825
826         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
827         the exception message. Fixes #70070.
828         (method_from_methodspec): Fix warnings.
829
830 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
831
832         * process.c: (complete_path) return the path quoted
833
834 2004-12-01  Martin Baulig  <martin@ximian.com>
835
836         * class-internals.h (MonoGenericInst): New structure.
837         (MonoGenericClass): Replaced `type_argc', `type_argv' and
838         `is_open' with `MonoGenericInst *inst'.
839         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
840         `is_open' with `MonoGenericInst *inst'.
841
842 2004-11-30  Martin Baulig  <martin@ximian.com>
843
844         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
845
846         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
847         to `generic_class_cache'.
848
849         * metadata.c
850         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
851         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
852         (mono_generic_inst_is_valuetype): Renamed to
853         mono_generic_class_is_valuetype().
854
855         * class-internals.h
856         (MonoGenericInst): Renamed to MonoGenericClass.
857         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
858         (MonoClass): Renamed `generic_inst' to `generic_class'.
859         (MonoGenericContext): Renamed `ginst' to `gclass'.
860
861         * object-internals.h
862         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
863
864         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
865         mono_reflection_generic_class_initialize().
866
867         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
868         now known as "System.Reflection.MonoGenericClass".
869         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
870
871 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
872
873         * class-internals.h: Added a flag field to MonoClass to cache the
874         declarative security attributes actions associated with the class.
875         * domain-internals.h: Added booleans to MonoJitInfo to cache the
876         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
877         applicable to the JITted method.
878         * reflection.c|h: Added functions to extract (as flags) which security
879         actions are available (declaratively) for a method, class or assembly.
880         * metadata.c|h: Added functions to search the declarative security
881         table in the metadata.
882         
883 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
884
885         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
886         EXPORTEDTYPES are already in the class name cache, so there is no
887         need to add extra code here to look at them. Just removes a bit of
888         cruft.
889
890         (ves_icall_System_Environment_get_TickCount): No need for #if
891         WINDOWS. We already have the code in io-layer.
892
893 2004-11-28  Martin Baulig  <martin@ximian.com>
894
895         * loader.c
896         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
897         Fixes gen-112.cs.
898
899 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
900
901         * assembly.c (do_mono_assembly_open): Instead of having a
902         conditional WITH_BUNDLE, incorporate support for bundles here, by
903         having a global `bundles' variable holding a pointer to the actual
904         bundles. 
905
906         (mono_register_bundled_assemblies): New API call used by the
907         bundle code. 
908
909         See mkbundle.1 for details.
910         
911 2004-11-27  Martin Baulig  <martin@ximian.com>
912
913         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
914         the vtable for generic methods.
915
916 2004-11-26  Martin Baulig  <martin@ximian.com>
917
918         * metadata.c
919         (mono_metadata_generic_method_hash): New public function.
920         (mono_metadata_generic_method_equal): Likewise.
921
922         * class-internals.h
923         (MonoGenericContainer): Added `GHashTable *method_hash'.
924
925         * reflection.c (ReflectionMethodBuilder): Added
926         `MonoGenericContainer *generic_container'.
927         (reflection_methodbuilder_to_mono_method): Don't create a new
928         MonoGenericContainer each time we're called.
929         (mono_reflection_bind_generic_method_parameters): Use
930         `container->method_hash' to cache the results so we don't create a
931         different method if we're called several times with the same
932         arguments.
933
934         * loader.c (method_from_methodspec): Use the new
935         `container->method_hash' here, too.
936
937 2004-11-26  Martin Baulig  <martin@ximian.com>
938
939         * class.c (inflate_generic_signature): Correctly compute
940         `res->has_type_parameters'.
941         (mono_class_vtable): Use the `has_type_parameters' flag to
942         determine whether we're a generic method.
943
944         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
945
946 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
947
948         * object.c (mono_runtime_run_main): Fix a small memory leak.
949
950 2004-11-25  Martin Baulig  <martin@ximian.com>
951
952         * class.c (set_generic_param_owner): Fixed the loop.
953
954 2004-11-25  Martin Baulig  <martin@ximian.com>
955
956         * object.c (mono_class_vtable): Don't create any JIT wrappers for
957         generic methods.
958
959 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
960
961         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
962         names. Fixes #69787.
963
964 2004-11-24  Martin Baulig  <martin@ximian.com>
965
966         * class.c (mono_class_create_generic_2): If we don't have a
967         `ginst->parent', inflate `gklass->parent' to get our parent.
968
969 2004-11-24  Martin Baulig  <martin@ximian.com>
970
971         * reflection.c (compare_genericparam): Correctly sort the
972         GenericParam table; fixes #69779.
973
974 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
975
976         * reflection.c: When writing a PE file, don't create a huge
977         buffer in memory. Just write the arrays we have to the file.
978         This reduces memory usage.
979
980         * metadata-internals.h: MonoDynamicStream pefile is no longer used
981         globally.
982
983 2004-11-17  Martin Baulig  <martin@ximian.com>
984
985         * class.c (mono_class_init): Don't setup `class->parent' for
986         dynamic instances; moved this to mono_class_generic_2().
987         (mono_class_create_generic): Also set `klass->inited' for dynamic
988         generic instances.
989         (mono_class_create_generic_2): Don't do anything for dynamic
990         generic instances.  Set `klass->parent' here and also call
991         mono_class_setup_parent() here. 
992
993         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
994         `MonoType *parent' argument; set `ginst->parent' before calling
995         mono_class_create_generic_2(), so we set the correct parent.
996
997 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
998
999         * reflection.c: allow getting attributes from ModuleBuilder
1000         (used by ikvm).
1001
1002 2004-11-17  Martin Baulig  <martin@ximian.com>
1003
1004         * class.c (mono_class_create_from_typedef): If a type parameter is
1005         inherited from an outer class, set its owner to that class.
1006
1007 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
1008
1009         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
1010           for (int*) written size. This fixes bug #69592.
1011
1012 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
1013
1014         * icall.c: Added IsAuthenticodePresnet internal call.
1015         * image.c|h: New function that check a MonoImage for an Authenticode
1016         signature in the certificate PE data directory.
1017         * security.c|h: New internal call to ask the runtime if an 
1018         Authenticode signature seems referenced in the PE header.
1019
1020 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
1021
1022         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
1023
1024         * reflection.c (mono_image_create_pefile): Free the assembly streams
1025         after writing out the assembly file.
1026
1027         * object.c (mono_runtime_run_main): Fix small memory leak.
1028
1029         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
1030         property access modifiers. Fixes #69389.
1031
1032 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
1033
1034         * domain.c, object.c, object-internals.h, domain-internals.h,
1035         object.h, marshal.c: keep dynamic code info per domain.
1036
1037 2004-11-15  Martin Baulig  <martin@ximian.com>
1038
1039         * class.c (mono_type_get_name_recurse): Put type arguments in
1040         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
1041         see bug #68387.
1042
1043 2004-11-15  Martin Baulig  <martin@ximian.com>
1044
1045         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
1046         (mono_class_setup_vtable): When computing `the_cname' for a
1047         generic instance, don't include the namespace since we'd otherwise
1048         add it twice.
1049
1050 2004-11-15  Martin Baulig  <martin@ximian.com>
1051
1052         * class.c (mono_class_create_generic): Changed return type to void.
1053         (mono_class_create_generic_2): New public function; setup
1054         `class->method', `class->field' and `class->interfaces' here
1055         instead of in mono_class_init().
1056
1057         * class.h (mono_class_create_generic): Moved to class-internals.h.
1058
1059 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
1060
1061         * reflection.c (mono_image_create_pefile): take a file HANDLE.
1062         rather than writing to memory, write to this file. Right now,
1063         we are just writting into a buffer, and copying that. However
1064         we can avoid the buffer later.
1065
1066         (mono_dynamic_stream_reset): new function
1067
1068         * icall.c, object-internals.h: update for the above.
1069
1070 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
1071
1072         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
1073         have been using gc'd memory. First it is slower, unlikely
1074         the comment in the source code said, secondly, it increases
1075         our footprint to do it in the gc.
1076
1077         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
1078         the method so that it does not have to copy to managed code.
1079
1080 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
1081
1082         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
1083
1084 2004-11-12  Martin Baulig  <martin@localhost>
1085
1086         * reflection.c (mono_image_create_token): Allow generic method
1087         definitions here, since they may appear in an `.override'; see
1088         gen-98/gen-99 for an example.
1089
1090 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
1091
1092         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
1093         #69365.
1094
1095         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
1096         descriptive.
1097
1098 2004-11-11  Martin Baulig  <martin@ximian.com>
1099
1100         * class.c (mono_class_setup_vtable): In an explicit interface
1101         implementation, the method name now includes the arity.
1102
1103 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
1104
1105         * object.c (mono_array_full_copy): Fix warning.
1106
1107 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
1108
1109         * appdomain.c: Removed look_for_method_by_name(). Use the new method
1110         mono_class_get_method_from_name() instead.
1111         
1112         * class-internals.h: Added two new types of wrappers. 
1113         Added MonoRemotingTarget enum. Added new trampoline function type, which
1114         takes an additional MonoRemotingTarget value as parameter, so it is
1115         possible to request a trampoline for a specific target.
1116         
1117         * class.c: Added new mono_class_get_method_from_name() method.
1118         
1119         * class.h: In MonoRemoteClass, we can have now to vtables, one for
1120         general remoting sinks and one specific for cross domain calls.
1121         
1122         * debug-helpers.c: Added new wrapper names.
1123         
1124         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
1125         of a remote class.
1126         
1127         * image.c: Porperly delete value objects form the remoting invoke hashtable.
1128         
1129         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
1130         with several other methods (mono_marshal_get_xappdomain_dispatch,
1131         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
1132         and others) can generate a fast remoting wrapper for cross domain calls.
1133         More information can be found in docs/remoting.
1134         Other changes: Removed mono_find_method_by_name, and used
1135         mono_class_get_method_from_name instead.
1136         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
1137         is stored in the remoting invoke hashtable.
1138         
1139         * marshal.h: published the new method for getting the xdomain wrapper,
1140         and also added a method for getting the adequate wrapper for a given
1141         method and target.
1142         
1143         * object-internals.h, object.c: Added a couple of methods for capying and
1144         cloning arrays.
1145         Modified mono_install_remoting_trampoline, which takes the new remoting
1146         trampoline that has a remoting target as parameter.
1147         mono_class_proxy_vtable now also takes a remoting target as parameter, and
1148         will return the most suitable vtable for the target.
1149         Added mono_remote_class_vtable, which returns the vtable of a remote class
1150         (which can be the normal remoting vtable or the xdomain vtable).
1151         
1152         * threads.c: the xdomain invoke and dispatch wrappers must also be
1153         protected against interruptions.
1154
1155 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1156
1157         * icall.c: use memmove in BlockCopyInternal when the source and
1158         destination arrays are the same.
1159
1160 2004-11-09  Martin Baulig  <martin@ximian.com>
1161
1162         * class-internals.h (MonoGenericContainer): Removed `method' and
1163         `signature', replaced them with `is_method' and `is_signature'
1164         flags.  Added `context'.
1165
1166         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
1167         instead of a `MonoGenericContainer *'.
1168
1169         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
1170         for dynamic type parameters.
1171         (mono_metadata_load_generic_params): Setup `container->context'.
1172
1173         * reflection.c (mono_reflection_setup_generic_class): Setup
1174         `tb->generic_container->context'.
1175         (do_mono_reflection_bind_generic_parameters): Use
1176         mono_class_inflate_generic_type() to correctly inflate types,
1177         rather than using our own hack just for MONO_TYPE_VAR.
1178
1179 2004-11-09  Martin Baulig  <martin@ximian.com>
1180
1181         * class.c (mono_class_inflate_generic_method): Small fix; don't
1182         crash here.
1183
1184         * icall.c
1185         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
1186         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
1187         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
1188         (ves_icall_Type_BindGenericParameters): Likewise.
1189         (ves_icall_Type_get_IsGenericInstance): Likewise.
1190         (ves_icall_Type_GetGenericParameterPosition): Likewise.
1191         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
1192         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
1193         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
1194
1195 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
1196
1197         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
1198         assembly versions and public key tokens. Fixes #69113.
1199
1200 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
1201
1202         * metadata.c: fix bug introduced with the type cache changes
1203         on 2004-11-06.
1204
1205 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
1206
1207         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
1208         the MonoClass pointer instead of the token in exception clauses.
1209         * reflection.c: updates for the above and make the code not depend
1210         on the structure of MonoExceptionClause.
1211
1212 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
1213
1214         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1215         Add support for dynamic assemblies. Fixes #69114.
1216
1217         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
1218
1219 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
1220
1221         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
1222         since most only those methods use it. the code member of
1223         MonoMethodPInvoke was dead, so that can be removed too. Also,
1224         remove inline_count (again, not used), and move slot so that it
1225         can share bits with some other flags. This saves 8 bytes in the
1226         structure and gives us about 50 kb back for mcs helloworld.cs
1227
1228         * *.[ch]: Do naming changes for the above.
1229
1230         * loader.c (mono_method_get_header): Lazily init the header
1231         on first access.
1232         (mono_get_method_from_token): don't init the header here
1233         (mono_free_method): the header may never be allocated
1234
1235         Overall, this saves 150 kb of unmanaged allocations
1236         for mcs helloworld.cs. That accounts for 10% of the unmanaged
1237         memory at runtime.
1238         
1239         * loader.c, loader.h (mono_method_get_header): new accessor.
1240
1241         * *.[ch]: use the above method. Prepares us to lazily load
1242         the header.
1243
1244         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
1245         three warnings, which are actual bugs (see 69206).
1246
1247         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
1248         unused. Saves a cool 4 bytes / method.
1249
1250 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
1251
1252         * metadata.c (builtin_types): Add types for System.Object here.
1253         (mono_metadata_parse_type_full): Cache MonoType*'s that are
1254         for a class or valuetype from klass->this_arg or klass->byval_arg.
1255
1256         On mcs for a hello world, this gets us down from 21836 MonoType's
1257         to 14560.
1258
1259         (mono_metadata_free_type): Account for the above change.
1260
1261 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
1262
1263         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
1264         exception instead of asserting if name is null.
1265         (ves_icall_System_AppDomain_GetData): Ditto.
1266
1267 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
1268
1269         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
1270         EnumBuilder.
1271
1272         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
1273         Return NULL when the domain does not have entry_assembly set.
1274
1275         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
1276         Add a 'resource_modules' argument.
1277         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
1278
1279         * reflection.c (mono_reflection_create_runtime_class): Move setting
1280         of wastypebuilder here, so mono_get_type_object () returns a MonoType
1281         for enums too.
1282
1283         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
1284         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
1285         Throw an ArgumentNullException if 'ptr' is null.
1286
1287         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
1288         assemblies here. Fixes #69020.
1289
1290 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
1291
1292         * reflection.c (build_compressed_metadata): Fix the previous patch for
1293         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
1294         the stack.
1295
1296 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
1297
1298         * assembly.c (mono_assembly_names_equal): Allow a match if one of
1299         the cultures is false. Fixes #69090.
1300
1301         * reflection.c (build_compressed_metadata): Fix invalid memory read 
1302         detected by valgrind.
1303         
1304         * reflection.c (mono_reflection_get_type): Avoid triggering a 
1305         TypeResolve multiple times for the same type. Fixes #65577.
1306
1307 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
1308
1309         * marshal.c: Avoid using ldftn to call managed functions. It is
1310         much slower than just a call.
1311
1312         * reflection.c (mono_module_get_object): free the basename we
1313         allocate here from glib.
1314         
1315         * reflection.c (ensure_runtime_vtable): make sure to free
1316         overrides.  Also, we were allocating an array of MonoMethod not an
1317         array of MonoMethod*.
1318
1319         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
1320
1321         * image.c (mono_image_close): free image->guid here.
1322
1323 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
1324
1325         * reflection.c: Fix some spec conformance issues with the PE file
1326         structures so mcs compiled apps run on the Net 2.0 beta.
1327
1328 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
1329
1330         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
1331         Implement this. Fixes #67264.
1332
1333         * debug-helpers.h debug-helpers.c marshal.c: Move 
1334         mono_find_method_by_name to debug-helpers.c.
1335
1336 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
1337
1338         * object.c (mono_release_type_locks): type_initialization_hash is
1339         a GHashTable.
1340
1341         * reflection.c object.c object-internals.h: Fix warnings.
1342
1343         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
1344         without accessors. Fixes #61561.
1345
1346         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
1347         application base from the root domain if not set. Fixes #65641.
1348         (mono_runtime_init): Fix warning.
1349
1350 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1351
1352         * appdomain.c: call mono_thread_pool_init.
1353         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
1354         of worker threads based on the number of CPUs and the environment
1355         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
1356         for non-windows (windows) systems.
1357
1358 2004-10-27  Chris Toshok  <toshok@ximian.com>
1359
1360         * mono-debug-debugger.c (write_class): don't call mono_class_init
1361         here, as even with the check for (!klass->init_pending), we get
1362         into a situation where we're hitting cycles in class
1363         initialization.  Fixes #68816.
1364
1365 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
1366
1367         * image.c: Avoid overwriting values in the loaded_images_hash when an
1368         assembly is loaded multiple times. Fixes #61152.
1369
1370         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
1371         so multiple satellite assemblies for the same name can be loaded.
1372         Fixes #68259.
1373
1374         * mono_domain_assembly_preload: Actually return the loaded assembly, 
1375         not NULL.
1376
1377         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
1378         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
1379
1380         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
1381         pending finalizers are not invoked after the appdomain has been 
1382         unloaded. Fixes #67862.
1383
1384 2004-10-22  Martin Baulig  <martin@ximian.com>
1385
1386         * mono-debug-debugger.c
1387         (mono_debugger_runtime_invoke): Don't box valuetypes.
1388
1389 2004-10-22  Chris Toshok  <toshok@ximian.com>
1390
1391         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
1392         don't hide private methods.
1393
1394 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
1395
1396         * icall.c: Allows the runtime to "share" (when known) the public key
1397         token of an assembly. This avoid the need to recalculate the token 
1398         (from the public key) in managed code.
1399
1400 2004-10-21  Chris Toshok  <toshok@ximian.com>
1401
1402         * debug-helpers.c (append_class_name): argh, revert last patch.
1403         
1404 2004-10-21  Chris Toshok  <toshok@ximian.com>
1405
1406         * debug-helpers.c (append_class_name): use '+' as the delimiter,
1407         not '/', so that it matches what the debugger uses to look up
1408         methods.
1409
1410 2004-10-21  Martin Baulig  <martin@ximian.com>
1411
1412         * mono-debug-debugger.c (mono_debugger_throw_exception): New
1413         public method; this is called each time an exception is thrown and
1414         allows the debugger to use exception catch points.
1415
1416 2004-10-21  Martin Baulig  <martin@ximian.com>
1417
1418         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
1419         the stack pointer and the exception object in some struct and pass
1420         that to the debugger.
1421
1422 2004-10-21  Chris Toshok  <toshok@ximian.com>
1423
1424         * mono-debug-debugger.c (do_write_class): add instance/static
1425         event support.  We don't expose "raise" or "other" yet.
1426         (event_is_static): new method.
1427
1428 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
1429
1430         * mono-debug-debugger.c
1431         (mono_debugger_handle_exception): Remove
1432         bogus return value for fussy compilers.
1433
1434 2004-10-20  Martin Baulig  <martin@ximian.com>
1435
1436         * mono-debug-debugger.c
1437         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
1438         (mono_debugger_handled_exception): Likewise.
1439
1440 2004-10-20  Martin Baulig  <martin@ximian.com>
1441
1442         * mono-debug-debugger.h (MonoDebuggerEvent): Added
1443         MONO_DEBUGGER_EVENT_EXCEPTION.
1444
1445         * mono-debug-debugger.c (mono_debugger_handle_exception): New
1446         public function to send the debugger a notification for an
1447         exception and inform it about a catch/finally clause.
1448
1449 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
1450
1451         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
1452         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
1453         fix 2.95 build. 
1454
1455         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
1456
1457 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
1458
1459         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
1460         marshalled as [In,Out]. Fixes #58325.
1461
1462 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
1463
1464         * reflection.c (mono_method_body_get_object): Implement some fields.
1465
1466 2004-10-12  Martin Baulig  <martin@ximian.com>
1467
1468         * reflection.c (mono_reflection_bind_generic_parameters): Small
1469         fix, correctly retrieve our parent from a generic instance.
1470
1471 2004-10-12  Martin Baulig  <martin@ximian.com>
1472
1473         * metadata.c (mono_metadata_generic_param_equal): We always have
1474         an owner.
1475
1476         * class.c
1477         (mono_class_from_generic_parameter): We need to have an owner.
1478         (my_mono_class_from_generic_parameter): Likewise.
1479
1480         * reflection.c (mono_reflection_setup_generic_class): Renamed to
1481         mono_reflection_create_generic_class() and added a new
1482         mono_reflection_setup_generic_class().  
1483         (mono_reflection_initialize_generic_param): If we're a nested
1484         generic type and inherited from the containing class, set our
1485         owner to the outer class.
1486
1487 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
1488
1489         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
1490
1491         * reflection.c (mono_method_body_get_object): New function to create
1492         a MethodBody object.
1493
1494         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
1495
1496 2004-10-11  Martin Baulig  <martin@ximian.com>
1497
1498         * metadata.c (_mono_metadata_type_equal): Renamed to
1499         do_mono_metadata_type_equal() and made static.
1500
1501 2004-10-11  Martin Baulig  <martin@ximian.com>
1502
1503         * appdomain.c: Bump corlib version number to 28.
1504
1505 2004-10-10  Martin Baulig  <martin@ximian.com>
1506
1507         * class-internals.h
1508         (MonoGenericInst): Added `MonoGenericContainer *container'.
1509         (MonoGenericMethod): Likewise.
1510         (MonoGenericContext): Likewise.
1511         (MonoGenericParam): Added `MonoGenericContainer *owner'.
1512
1513         * metadata.c
1514         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
1515         (do_mono_metadata_parse_generic_inst): Likewise.
1516         (mono_metadata_parse_type_full): New public method.  This is the actual
1517         mono_metadata_parse_type() implementation - with an additional
1518         `MonoGenericContainer *' argument.
1519         (mono_metadata_parse_array_full): Likewise.
1520         (mono_metadata_parse_signature_full): Likewise.
1521         (mono_metadata_parse_method_signature_full): Likewise.
1522         (mono_metadata_parse_mh_full): Likewise.
1523         (mono_type_create_from_typespec): Likewise.
1524         (mono_metadata_interfaces_from_typedef_full): New public method;
1525         this is similar to the other _full() methods, but we take a
1526         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
1527         (mono_metadata_parse_generic_param): Take an additional
1528         `MonoGenericContainer *' argument and lookup the MonoGenericParam
1529         from that container.
1530         (mono_metadata_generic_param_equal): New static method to compare
1531         two type parameters.
1532         (_mono_metadata_type_equal): New static method; takes an
1533         additional `gboolean signature_only' argument - if true, we don't
1534         compare the owners of generic parameters.
1535         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
1536         with a TRUE argument - do a signature-only comparision.
1537
1538         * loader.c: Use the new _full() methods and pass the
1539         MonoGenericContainer to them.
1540
1541         * object-internals.h (MonoReflectionTypeBuilder): Added
1542         `MonoGenericContainer *generic_container' field.
1543         (MonoReflectionMethodBuilder): Likewise.
1544
1545 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
1546
1547         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
1548         case initial images of dynamic assemblies.
1549
1550         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
1551
1552         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
1553
1554         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
1555         length of event->other array.
1556         (typebuilder_setup_events): Ditto.
1557
1558         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
1559         'assembly_by_name' and add an 'assemblies' list.
1560
1561         * assembly.h assembly.c: Add a new search hook for determining whenever
1562         an assembly is already loaded. Use this instead of searching in the
1563         loaded_assemblies list.
1564
1565         * domain.c appdomain.c: Implement the new search hook so loaded 
1566         assemblies are now scoped by appdomain. Fixes #67727.
1567
1568 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
1569
1570         * threads.c (mono_thread_attach): Initialize synch_lock field so
1571         mono_thread_detach works again.
1572
1573         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
1574         'lib' too. Fixes #63130.
1575
1576 2004-10-06  Jackson Harper  <jackson@ximian.com>
1577
1578         * culture-info-tables.h: regenerated.
1579
1580 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1581
1582         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
1583         implemented by other interfaces in the result. Fixes #65764.
1584         
1585         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1586         Handle unloadable modules without crashing.
1587
1588         * image.c (load_modules): Revert the previous patch since modules must
1589         have a fixed index inside the array.
1590         
1591         * image.c (load_modules): Don't include native modules in the modules
1592         array.
1593
1594 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
1595
1596         * reflection.h: Add param_defaults field.
1597
1598         * reflection.c: Add support for parameter defaults in dynamic methods.
1599         Fixes #64595.
1600
1601         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
1602         an empty string when a type has no namespace. Fixes #64230.
1603
1604 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
1605
1606         * tabledefs.h: Added "internal" security actions to support non-CAS
1607         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
1608         Note: they do not seems to be used anymore in 2.0 (new metadata format)
1609
1610 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
1611
1612         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
1613         constructor of abstract class. Fixes #61689.
1614
1615 2004-10-04  Martin Baulig  <martin@ximian.com>
1616
1617         * class-internals.h (MonoGenericContainer): New type.
1618         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
1619         `MonoGenericContainer *generic_container'.
1620         (MonoClass): Replaced `gen_params' and `num_gen_params' with
1621         `MonoGenericContainer *generic_container'.
1622
1623         * metadata.c (mono_metadata_load_generic_params): Return a
1624         `MonoGenericContainer *' instead of a `MonoGenericParam *';
1625         removed the `num' argument.
1626
1627 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
1628
1629         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
1630         for dynamic images.
1631
1632         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
1633         machine fields.
1634
1635         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
1636
1637         * reflection.c: Save pe_kind and machine values into the generated
1638         image file.
1639
1640         * appdomain.c: Bump corlib version number.
1641
1642         * object-internals.h: Reorganize layout of LocalBuilder.
1643
1644         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
1645         New helper function.
1646
1647         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
1648         created MonoType for dynamic types. Fixes #66180.
1649
1650 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
1651
1652         * threadpool.c: the ares hashtable needs a critical section around it.
1653         this prevents some nasty segfaults
1654
1655 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
1656
1657         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
1658         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
1659         bug 67324).
1660         
1661 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1662
1663         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
1664         
1665 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
1666
1667         * image.c: Always canonicalize image file names, to avoid loading
1668         the same assembly twice when referenced using a relative path.
1669
1670 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1671
1672         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
1673
1674         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
1675
1676         * marshal.c: Fix warnings.
1677
1678 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
1679
1680         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
1681         attempting to marshal the delegate_trampoline as the method_addr.
1682         This patch has a static hashtable of marshalled delegates so that 
1683         we can map delegate_trampoline addresses back to delegates.  This
1684         allows a delegate passed to managed code to be passed back into native
1685         code.  Fixes #67039
1686
1687 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1688
1689         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
1690
1691         * reflection.c (method_encode_code): Align method headers properly.
1692         Fixes #66025.
1693
1694 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1695
1696         * marshal.c: In the runtime invoke wrapper, reset the abort
1697         exception if it is cached. This avoids the automatic rethrowal of 
1698         the exception after the catch of the wrapper. Also check for pending
1699         interruptions before calling the managed method. This is done using
1700         the new method emit_thread_force_interrupt_checkpoint, since the
1701         normal checkpoint method is ignored when running the invoke wrapper.
1702         * object.c: If the abort exception is rethrown, set the abort_exc
1703         field of the thread, so it will be rethrown aftere every catch.
1704         * threadpool.c: Only run an interruption checkpoint if what has been
1705         requested is a stop of the thread (aborts will be ignored).
1706         * threads.c: By default, a thread will now never be interrumped while
1707         running the runtime invoke wrapper (this ensures that runtime_invoke
1708         will always return to the caller if an exception pointer is provided).
1709         There is a new special method mono_thread_force_interruption_checkpoint()
1710         to force an interruption checkpoint even if running a protected
1711         wrapper, which is used by the same runtime invoke wrapper to do a check
1712         at a safe point.
1713
1714 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1715
1716         * object.c, object-internals.h: Implemented mono_release_type_locks,
1717         which releases the cctor locks held by a thread.
1718         * threads.c, threads.h: In thread_cleanup, release cctor locks held
1719         by a thread. Added mono_thread_exit() method to be used to safely stop
1720         a thread.
1721
1722 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1723
1724         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1725         Move null check before dereference.  Avoid indexing beyond the end
1726         of the 'modules' array.
1727
1728 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1729
1730         * metadata-internals.h (MonoImage): Add module_count field.
1731         * image.c (load_modules): Set image->module_count.
1732         (mono_image_load_file_for_image): Use image->module_count.
1733         * reflection.c (mono_image_load_module): Append to image->modules array 
1734         of dynamic assembly.
1735         (mono_module_get_object): Fix loop to actually increment index.
1736         Use image->module_count.
1737         * assembly.c (mono_assembly_load_references): Use image->module_count.
1738         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
1739         Likewise.
1740
1741 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1742
1743         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
1744         Avoid assert on generic types.
1745
1746 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
1747
1748         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
1749
1750         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
1751
1752         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
1753         function to convert a MarshalSpec structure to its managed counterpart.
1754
1755         * reflection.c: Fix warnings.
1756         
1757         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
1758         field.
1759
1760         * icall.c (mono_create_icall_signature): Fix build.
1761
1762 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
1763
1764         * icall.c: Add MakePointType icall.
1765
1766         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
1767         warnings.
1768
1769 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1770
1771         * threadpool.c: reuse allocated slots in the queue.
1772
1773 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
1774
1775         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
1776
1777         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
1778
1779         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
1780         previous change.
1781
1782         * tabledefs.h: Add constants for pinvoke attributes BestFit and
1783         ThrowOnUnmappableChar.
1784
1785         * icall.c (ves_icall_Type_GetPacking): New icall.
1786
1787 2004-09-24  Martin Baulig  <martin@ximian.com>
1788
1789         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
1790
1791 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1792
1793         * appdomain.c:
1794         (mono_domain_set): allow setting a domain that is being unloaded.
1795         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
1796         being unloaded.
1797
1798 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1799
1800         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
1801         the GetCustomAttributes icall.
1802
1803 2004-09-23  Martin Baulig  <martin@ximian.com>
1804
1805         * object-internals.h (MonoReflectionGenericParam): Replaced
1806         'has_ctor_constraint', `has_reference_type' and `has_value_type'
1807         with `guint32 attrs'.
1808
1809 2004-09-23  Martin Baulig  <martin@ximian.com>
1810
1811         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
1812
1813 2004-09-23  Martin Baulig  <martin@ximian.com>
1814
1815         * object-internals.h (GenericParameterAttributes): New enum.
1816
1817 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1818
1819         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
1820         
1821         * class.c (init_events): Fill out event->other field.
1822
1823         * class.c: Fix warnings.
1824
1825         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
1826
1827 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
1828
1829         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
1830         walk which doesn't supply the IL offset.
1831
1832 2004-09-22  Martin Baulig  <martin@ximian.com>
1833
1834         * reflection.c (mono_reflection_setup_internal_class): If we're
1835         System.ValueType, System.Object or System.Enum, set
1836         `klass->instance_size' and create the vtable.
1837         (mono_reflection_create_internal_class): If we're an enum type,
1838         get the base class from our current corlib.
1839
1840 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
1841
1842         * reflection.h (MonoResolveTokenError): New type.
1843
1844         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
1845         icall.
1846
1847         * icall.c: Add an 'error' argument to the ResolveToken icalls.
1848
1849 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
1850
1851         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
1852         Support also calling constructors, but only for already allocated objects.
1853
1854 2004-09-17  Geoff Norton <gnorton@customerdna.com>
1855
1856         * reflection.c (type_get_qualified_name): If the klass is null
1857         return the typename to avoid a NullRefEx.
1858         (encode_cattr_value): Get the qualified name of the boxed type,
1859         not the underlying enumtype.  Fixes #62984.
1860
1861 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
1862
1863         * marshal.c: Fix problems with previous checkin.
1864
1865 2004-09-21    <vargaz@freemail.hu>
1866
1867         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
1868         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
1869
1870         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
1871
1872 2004-09-21  Geoff Norton <gnorton@customerdna.com>
1873
1874         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
1875         should only return a type for pointers, arrays, and passbyref types.
1876         Fixes bug #63841.
1877
1878 2004-09-21  Martin Baulig  <martin@ximian.com>
1879
1880         * domain.c (mono_debugger_check_runtime_version): New public
1881         function.
1882
1883         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
1884
1885 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1886
1887         * reflection.c: Added missing sort to the declarative security 
1888         attributes table. MS implementation stops seeing the attributes if the
1889         token number regress in the table (as shown by ildasm and permview).
1890
1891 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
1892
1893         * object-internals.h (MonoReflectionModule): Add 'token' field.
1894         
1895         * reflection.c (mono_reflection_get_token): Add support for Module
1896         and Assembly.
1897         (mono_module_get_object): Set 'token' field.
1898         (mono_module_file_get_object): Set 'token' field.
1899
1900         * icall.c: Add new Assembly and Module icalls.
1901
1902         * appdomain.c: Bump corlib version.
1903
1904 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
1905
1906         * loader.h loader.c class.h class.c: Add helper functions for obtaining
1907         tokens of metadata objects.
1908
1909         * reflection.h reflection.c (mono_reflection_get_token): New function
1910         to obtain the token of a metadata object.
1911
1912         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
1913
1914 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
1915
1916         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
1917         
1918         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
1919
1920 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
1921
1922         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
1923         * object-internals.h: Added 3 MonoArray* members to MonoReflection
1924         AssemblyBuilder to access the permissions set in the class lib.
1925         * reflection.c: Added security attributes encoding step in 
1926         mono_image_build_metadata.
1927         * tabledefs.h: Added new security actions defined in 2.0:
1928         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
1929
1930 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1931
1932         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
1933         macro parameter.
1934
1935 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1936  
1937         * locales.c: nullify the ICU_collator member of CompareInfo when it is
1938           finalized. There where random SIGSEVs at program termination, when
1939           an object being finalized was trying to do a string comparison and
1940           the current culture was already finalized.
1941  
1942 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1943
1944         * threads.c: call thread_cleanup before finishing the thread if we get
1945         there.
1946
1947 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
1948
1949         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
1950         assemblies from the parent. Fixes #65665.
1951
1952 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
1953
1954         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
1955         modifiers.
1956
1957 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
1958
1959         * reflection.h: add prototype for mono_get_dbnull_object
1960         * reflection.c: add prototypes for get_default_param_value_blobs 
1961         and mono_get_object_from_blob for fussier compilers
1962
1963 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
1964  
1965         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
1966         false deadlock checks in class initialization.
1967  
1968 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
1969
1970         * image.c (mono_image_addref): Fix comment.
1971
1972         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
1973         possible.
1974
1975 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
1976
1977         * reflection.c (mono_param_get_objects): Modified to return
1978         ParameterInfo.DefaultValue object.
1979
1980         (get_default_param_value_blobs):
1981         (mono_get_object_from_blob):
1982         (mono_get_dbnull_object): New helper routines. 
1983
1984         * object.c (mono_get_constant_value_from_blob): New helper routine
1985         carved out from get_default_field_value ()
1986
1987         * object-internals.h (mono_get_constant_value_from_blob): Added
1988         function declaration.
1989
1990 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
1991
1992         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
1993         referenced assemblies. Fixes #62135.
1994
1995         * exception.h exception.c (mono_get_exception_file_not_found2): New
1996         helper function.
1997
1998 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
1999
2000         * class.h class.c: Add mono_type_get_underlying_type ().
2001
2002 2004-09-09  Geoff Norton <gnorton@customerndna.com>
2003
2004         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
2005         Fix GetTypes() to support dynamically created assemblies.
2006
2007 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
2008
2009         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
2010         
2011         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
2012         previous patch.
2013
2014         * reflection.h reflection.c loader.c: Allow dynamic construction of
2015         pinvoke methods. Fixes #65571.
2016         
2017         * reflection.c (mono_reflection_get_type): Revert previous change since
2018         it causes regressions.
2019
2020 2004-09-08  Martin Baulig  <martin@ximian.com>
2021
2022         * class.c (class_compute_field_layout): Don't call
2023         mono_class_layout_fields() for open generic instances.
2024
2025 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
2026         * threads.c appdomain.c: fix typo in GC macro
2027
2028 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2029
2030         * threads.c: don't call mono_thread_detach() in start_wrapper(),
2031         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
2032
2033 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
2034
2035         * image.c (mono_image_close): Applied patch from 
2036         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
2037         assembly is loaded multiple times from data.
2038         
2039         * image.c (mono_image_open): Fix warning.
2040
2041 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2042
2043         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
2044         once. Fixes #58334.
2045         
2046         * reflection.c (mono_reflection_create_runtime_class): Initialize
2047         klass->nested_classes. Fixes #61224.
2048
2049 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2050
2051         * threads.c: sched_yield() on exit, to allow threads to quit.
2052
2053 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2054
2055         * object.c (mono_unhandled_exception): Remove leftover debug code.
2056
2057 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
2058
2059         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
2060
2061 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2062
2063         * marshal.c (emit_marshal_array): Really null terminate string arrays.
2064         
2065         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
2066
2067 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2068
2069         * marshal.c (emit_marshal_array): Null terminate string arrays.
2070         
2071         * marshal.c (raise_auto_layout_exception): Fix warning.
2072
2073         * reflection.c (mono_param_get_objects): Initialize the default value
2074         with DBNull.Value, not null. Fixes #62123.
2075
2076 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
2077
2078         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
2079         throw an exception with a cute explanation.
2080
2081 2004-09-06  Dick Porter  <dick@ximian.com>
2082
2083         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
2084         Close the new process's thread handle, as we don't use it.  The
2085         handle stays around forever otherwise.
2086
2087 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2088
2089         * object.c (arith_overflow): Fix warning.
2090
2091         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
2092         calling conventions in method refs. Fixes #65352.
2093
2094         * reflection.c: Fix warnings.
2095
2096 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
2097
2098         * icall.c: Add a new icall for Array.Clear
2099
2100 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
2101
2102         * object.c: When allocating an array, we have to throw
2103         an overflow exception if any of the lengths are < 0.
2104
2105 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2106
2107         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
2108         properly. Also move implementation of string array marshalling to 
2109         managed code. Fixes #42316.
2110
2111 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2112
2113         * assembly.c: provide more information when loading an assembly fails.
2114
2115 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2116
2117         * filewatcher.c: don't expect the development fam package to be
2118         installed.
2119
2120 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
2121
2122         * marshal.c: Make a copy of the signature cookie since it will be
2123         freed by the caller.
2124         
2125         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
2126
2127         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
2128
2129         * metadata.c (mono_metadata_free_marshal_spec): New function to free
2130         marshal specs.
2131
2132         * marshal.c: More refactoring.
2133         
2134         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
2135         smaller functions.
2136
2137 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
2138
2139         * object.c: In mono_message_invoke, fill the output parameter array after
2140           calling the managed method (it was done before the call). This fixes
2141           bug #59299.
2142
2143 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
2144
2145         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
2146         as well.
2147
2148 2004-09-02  Martin Baulig  <martin@ximian.com>
2149
2150         * class.c (mono_class_instance_size): Don't allow generic type
2151         definitions or open generic instances.
2152         (mono_class_array_element_size): If we're a value type, call
2153         mono_class_instance_size() on the original class.
2154
2155         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
2156         handle generic instances.
2157
2158         * mono-debug-debugger.c (write_type): Handle generic instances
2159         like classes.
2160
2161 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
2162
2163         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
2164         the allocation request fails. Fixes #65089.
2165
2166         * object.c (mono_runtime_free_method): Do not call mono_free_method.
2167         
2168         * object.c (mono_runtime_free_method): New function to free a dynamic
2169         method.
2170
2171         * marshal.c (mono_delegate_free_ftnptr): New function to free the
2172         delegate trampoline.
2173
2174         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
2175         with hasthis as dynamic,
2176
2177         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
2178
2179         * domain.c (mono_jit_info_table_remove): New function to remove an
2180         entry from the jit info table.
2181
2182         * class-internals.h (MonoMethod): Add 'dynamic' field.
2183
2184         * loader.c: Fix warnings.
2185
2186 2004-09-01  Martin Baulig  <martin@ximian.com>
2187
2188         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
2189         instead of mono_debugger_lock() because the latter one is a no-op
2190         unless running in the debugger.
2191
2192 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
2193
2194         * class.c (class_compute_field_layout): Classes with auto-layout or
2195         reference fields are not blittable.
2196         
2197 2004-09-01  Dick Porter  <dick@ximian.com>
2198
2199         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
2200         mono_image_get_filename() to get the assembly location.
2201
2202         * icall.c:
2203         * metadata.h: Fix compile warnings
2204
2205 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
2206
2207         * class.c (class_compute_field_layout): System.Object is blittable.
2208
2209         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
2210         as in/out. Fixes #59909.
2211
2212 2004-09-01  Martin Baulig  <martin@ximian.com>
2213
2214         * metadata.h (MONO_TYPE_ISREFERENCE): Call
2215         mono_metadata_generic_inst_is_valuetype() if we're a generic
2216         instance to check whether our underlying type is a reference type.
2217
2218 2004-09-01  Martin Baulig  <martin@ximian.com>
2219
2220         * metadata.c (mono_type_size): If we're a generic instance, call
2221         mono_class_value_size() for value types.
2222
2223 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
2224
2225         * marshal.c: Implement more custom marshalling functionality. Fixes
2226         #64915.
2227
2228 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
2229
2230         * mono-debug.c, debug-mono-symfile.c: add some locking love.
2231
2232 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
2233
2234         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
2235
2236         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
2237
2238         * icall.c: Fix some warnings.
2239
2240         * threads.c (abort_appdomain_thread): Fix unref errors.
2241         (mono_thread_current): Fix THREAD_DEBUG define.
2242
2243 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
2244
2245         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
2246
2247         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
2248
2249 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
2250
2251         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
2252         string arrays.
2253
2254 2004-08-28  Martin Baulig  <martin@ximian.com>
2255
2256         * metadata.c
2257         (mono_metadata_generic_inst_is_valuetype): New public function.
2258
2259         * metadata.h (MONO_TYPE_ISSTRUCT): Call
2260         mono_metadata_generic_inst_is_valuetype() if we're a generic
2261         instance to check whether our underlying type is a valuetype.
2262
2263 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
2264
2265         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
2266         #63768.
2267
2268 2004-08-25  Martin Baulig  <martin@ximian.com>
2269
2270         * loader.c (mono_get_method_from_token): Abstract methods can also
2271         be generic and thus have type parameters.
2272
2273         * metadata-internals.h
2274         (MonoDynamicImage): Added `GPtrArray *gen_params'.
2275
2276         * reflection.c (mono_image_get_generic_param_info): Don't create a
2277         metadata row, just add an entry to the `gen_params' array.
2278         (build_compressed_metadata): Sort the `gen_params' array and then
2279         actually create the metadata.
2280
2281 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2282
2283         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
2284
2285 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
2286
2287         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
2288
2289 2004-08-24  Martin Baulig  <martin@ximian.com>
2290
2291         * class.cs (mono_class_is_subclass_of): Like an interface, a
2292         generic instance also derives from System.Object.
2293
2294 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
2295
2296         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
2297         custom modifiers to be in any order. Fixes #61990.
2298
2299 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
2300
2301         * object.c: Register mono_object_new_fast icall.
2302         
2303         * object.c (mono_class_get_allocation_ftn): Return to calling
2304         mono_object_new_fast, since it seems faster to compute the object 
2305         size in unmanaged code than passing it as a parameter.
2306
2307         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
2308
2309         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
2310         this function with Boehm as the oom handler, so we don't have to check
2311         the result of GC_malloc.
2312
2313         * object.c: Remove checks for oom.
2314
2315         * object.h object.c (mono_class_get_allocation_ftn): New function to
2316         return the icall which can be used to allocate an instance of a given
2317         class. 
2318
2319         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
2320
2321         * class-internals.h: Add 'enabled' field.
2322
2323 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
2324
2325         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
2326
2327 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
2328         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
2329         value 0x0010.
2330
2331 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
2332
2333         * appdomain.c: use the Tls function for appdomain too,
2334         at Zoltan's request. Actually return in mono_context_get
2335
2336         * appdomain.c, profiler.c, threads.c: use __thread
2337
2338 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
2339
2340         * appdomain.c threads.c: Call GC_CreateThread on windows.
2341
2342         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
2343         multiple libraries since this don't work on windows.
2344
2345 2004-08-18  Martin Baulig  <martin@ximian.com>
2346
2347         * class-internals.h
2348         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
2349         MonoMethodHeader.
2350
2351         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
2352         MonoMethodNormal since we also need it for abstract and interface
2353         methods.
2354
2355         * reflection.c
2356         (build_compressed_metadata): Sort the GenericParam table.
2357         (mono_image_create_token): Added `gboolean create_methodspec'
2358         argument; this is false when generating a MethodImpl token.
2359         (reflection_methodbuilder_to_mono_method): Abstract and interface
2360         methods may also have generic parameters.
2361
2362 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
2363
2364         * appdomain.c: thread local alloc
2365
2366 2004-08-17  Martin Baulig  <martin@ximian.com>
2367
2368         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
2369
2370         * icall.c
2371         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
2372         argument.
2373
2374         * class.c (mono_type_get_full_name): New public function.
2375         (mono_type_get_name): Don't include the type arguments.
2376
2377 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
2378
2379         * Makefile.am: Build static versions of libmetadata and libmonoruntime
2380         for inclusion into the mono executable.
2381
2382 2004-08-16  Martin Baulig  <martin@ximian.com>
2383
2384         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
2385         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
2386
2387 2004-08-14  Martin Baulig  <martin@ximian.com>
2388
2389         * class.c (dup_type): Also copy the `byref' field.
2390
2391 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
2392
2393         * reflection.c (create_dynamic_mono_image): Revert the last change 
2394         since it breaks bootstrap.
2395
2396 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
2397
2398         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
2399
2400         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
2401         not free them with g_free.
2402
2403 2004-08-11  Martin Baulig  <martin@ximian.com>
2404
2405         * reflection.c (mono_reflection_setup_internal_class): Also call
2406         mono_class_setup_mono_type() if we already have a `tb->type.type'.
2407
2408 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
2409
2410         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
2411         called during default (first) AppDomain creation. Keep track of
2412         Evidence when loading assemblies.
2413
2414 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2415
2416         * opcodes.c, opcodes.h: reduce runtime relocations.
2417
2418 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
2419
2420         * culture-info.h, locales.c: fixes and chages to sue the new
2421         optimized format of the locale data.
2422         * culture-info-tables.h: regenerated.
2423
2424 2004-08-06  Geoff Norton <gnorton@customerdna.com>
2425         
2426         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
2427
2428 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
2429
2430         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
2431         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
2432         * domain-internals.h: icall declaration.
2433         * icall.c: icall registration.
2434         * object-internals.h: New fields in MonoAssembly for CAS.
2435
2436 2004-08-05  Duncan Mak  <duncan@ximian.com>
2437
2438         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
2439         CEE_LDELEM_ANY.
2440
2441 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2442
2443         * reflection.c: fix to deal with object[] arrays in custom ctors
2444         (bug #62550).
2445
2446 2004-08-05  Martin Baulig  <martin@ximian.com>
2447
2448         * class.c (mono_class_array_element_size): Added support for
2449         generic instances and correctly handle "recursive" types.
2450
2451 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
2452
2453         * assembly.c: Fix warnings.
2454
2455 2004-08-04  Martin Baulig  <martin@ximian.com>
2456
2457         * class.c
2458         (mono_type_get_name_recurse): Added `gboolean include_arity'
2459         argument specifying whether or not we should include the generic
2460         arity in the type name.
2461         (_mono_type_get_name): New static function.
2462         (mono_class_setup_vtable): If we're a generic instance, don't
2463         include the generic arity in the names of explicit method
2464         implementations.        
2465
2466 2004-08-03  Martin Baulig  <martin@ximian.com>
2467
2468         * class.c (mono_type_get_name_recurse): Enclose the generic type
2469         arguments in `<', '>'.
2470
2471 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2472
2473         * gc.c: make GC warning messages use the trace API, they are just
2474         noise to most of the users.
2475
2476 2004-08-03  Martin Baulig  <martin@ximian.com>
2477
2478         * debug-mono-symfile.c (read_string): Correctly read the string.
2479
2480 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
2481
2482         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
2483         
2484         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
2485         icalls.
2486         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
2487
2488 2004-07-30  Martin Baulig  <martin@ximian.com>
2489
2490         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
2491         Reflect latest symbol writer changes.   
2492
2493 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2494
2495         * object.c: always create an object if null is passed
2496         to Invoke() where a valuetype is expected.
2497
2498 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
2499
2500         * marshal.c (mono_marshal_init): make managed
2501         signatures match native ones better for 64bits.
2502
2503 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2504
2505         * appdomain.c: hack to build correctly the private bin path on windows.
2506         Fixes bug #61991.
2507
2508 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
2509
2510         * assembly.c: Load mscorlib from the correct framework directory
2511           (mono/<version>/mscorlib.dll).
2512         * appdomain.h: Added prototypes for new functions.
2513         * internals.h: Added some prototypes.
2514         * domain.c: When initializing the runtime, get from the executable and
2515           the configuration files the runtime version that the app supports.
2516           Added support methods for reading app.exe.config. Added list of versions
2517           supported by the JIT. Added two new methods: mono_init_from_assembly,
2518           which initializes the runtime and determines the required version from
2519           the provided exe file, and mono_init_version, which initializes
2520           the runtime using the provided version.
2521         * icall.c: Get machine.config from version-specific directory.
2522         * reflection.c: When generating an image, embed the version number
2523           of the current runtime.
2524
2525 2004-07-28  Dick Porter  <dick@ximian.com>
2526
2527         * socket-io.c
2528         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
2529         returned sockaddr size before creating the remote address object.
2530         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
2531         61608.
2532
2533 2004-07-28  Dick Porter  <dick@ximian.com>
2534
2535         * locales.c (string_invariant_compare_char): Fix invariant char
2536         compares between upper and lower cases.  Fixes bug 61458.
2537
2538 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
2539         
2540         * marshal.c: actually cache stelem.ref wrappers.
2541         
2542 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
2543
2544         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
2545         sections and remove the mono_cli_rva_map () function.
2546
2547 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2548
2549         * debug-mono-symfile.c: fix one more endianess issue, from a patch
2550         by Geoff Norton (<gnorton@customerdna.com>).
2551
2552 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2553
2554         * class.c: fix class loads for pointer types (typeof(int) !=
2555         typeof(int*)).
2556
2557 2004-07-27  Martin Baulig  <martin@ximian.com>
2558
2559         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
2560         reading the debugging information from an external ".mdb" file.
2561
2562 2004-07-24  Martin Baulig  <martin@ximian.com>
2563
2564         * reflection.c (mono_image_get_type_info): Only write a class
2565         layout entry if we actually have a size or a packing size.
2566
2567 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2568
2569         * reflection.c (type_get_fully_qualified_name): 
2570         insert cast to get type checking of ?: with non-gcc compilers
2571
2572 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2573
2574         * rand.c: use g_getenv for both lookups of
2575         MONO_EGD_SOCKET
2576
2577 2004-07-17  Martin Baulig  <martin@ximian.com>
2578
2579         * reflection.c (mono_reflection_bind_generic_method_parameters):
2580         Set `gmethod->reflection_info'.
2581
2582 2004-07-17  Martin Baulig  <martin@ximian.com>
2583
2584         * class.c (mono_class_create_from_typedef): Insert the newly
2585         created class into the hash table before computing the interfaces
2586         since we could be called recursively.
2587
2588 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
2589
2590         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
2591         function to implement stelem.ref in managed code
2592         * class-internals.h, debug-helpers.c: a new wrapper type
2593         for the above.
2594
2595 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2596
2597         * gc.c: allow GC handles to work even when no GC is compiled in.
2598         Fix part of bug #61134 (GetAddrOfPinnedObject).
2599
2600 2004-07-13  Peter Williams  <peter@newton.cx>
2601  
2602         * process.c (complete_path): Make sure we don't attempt to execute
2603         directories.
2604  
2605 2004-07-12  Geoff Norton <gnorton@customerdna.com>
2606
2607         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
2608           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
2609           and will add/subtract the hour if needed
2610
2611 2004-07-12  Martin Baulig  <martin@ximian.com>
2612
2613         * reflection.c (mono_field_get_object): If we have
2614         `field->generic_info', take the attributes from
2615         `field->generic_info->generic_type'.    
2616
2617 2004-07-12  Martin Baulig  <martin@ximian.com>
2618
2619         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
2620         This function must be called before initializing the runtime.
2621         (mono_debug_init_1): New function; call this after initializing
2622         the runtime, but before loading the assembly.  It tells the
2623         debugger to load corlib and the builtin types.
2624
2625         * mono-debug-debugger.c: Did some larger changes in the debugging
2626         code; support recursive class declarations, make sure we actually
2627         add all classes.
2628
2629 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2630
2631         * debug-helpers.c: undo my previous patch and fixed the real issue in
2632         ../mini/exceptions-x86.c
2633
2634 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2635
2636         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
2637         when no HOME env. variable was set and a NullRef was thrown in a .cctor
2638         called from other .cctors.
2639
2640 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
2641
2642         * loader.c: Removed the mono_loader_wine_init hack now that we are
2643         doing a managed version of Windows.Forms.
2644
2645 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
2646
2647         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
2648         threadpool.c, threads.c: remove static data from rootset.
2649
2650 2004-07-09  Dick Porter  <dick@ximian.com>
2651
2652         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
2653         Don't do any more processing if the matched length was 0.  It was
2654         increasing the size of the string before.  Fixes bug 61167.
2655
2656 2004-07-09  Dick Porter  <dick@ximian.com>
2657
2658         * socket-io.h:
2659         * socket-io.c
2660         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2661         Add support for SO_PEERCRED if its available.
2662
2663 2004-07-09  Peter Bartok <pbartok@novell.com>
2664         * loader.c: winelib.exe.so error message is now only displayed if
2665         MONO_DEBUG is set. To help us avoid questions when people are trying
2666         out the new Managed.Windows.Forms.
2667
2668 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
2669
2670         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
2671         for isinst and castclass wrappers.
2672
2673         * class-internals.h icall.c: Move registration and lookup of JIT icalls
2674         to libmetadata from the JIT, so they could be used by the marshalling
2675         code and the interpreter.
2676
2677         * marshal.c: Register marshalling related JIT icalls here instead of
2678         in mini.c. Use CEE_MONO_ICALL instead of the family of 
2679         CEE_MONO_PROC<x> opcodes to call marshalling functions.
2680
2681         * metadata.h: Remove unneeded marshalling conversions.
2682
2683         * opcodes.c: Update for new opcodes.
2684         
2685 2004-07-08  Martin Baulig  <martin@ximian.com>
2686
2687         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
2688         (mono_debug_get_domain_data): Make this function static.
2689
2690 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2691
2692         * gc.c, object.h: add nice GC handle API for embedders.
2693
2694 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
2695
2696         * reflection.c: more changes for the new api
2697
2698         * object.c: When we reflect on a field w/ a constant value, it
2699         will not have a memory location, so we must access metadata. Also,
2700         allow easier reading of strings so that we can read them from
2701         the constant data.
2702
2703         * class.c (mono_class_layout_fields): no need for literal fields here.
2704
2705         * class-internals.h: api changes for const fields
2706
2707         * icall.c (ves_icall_get_enum_info): use new apis for const fields
2708
2709 2004-07-06  Martin Baulig  <martin@ximian.com>
2710
2711         * mono-debug.h: Increment version number to 44.
2712
2713         * mono-debug.c (mono_debug_add_wrapper): The second argument is
2714         now a gpointer, rewrote this whole method.
2715
2716         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
2717         function.  Add information about the wrapper in a new "misc table".
2718
2719         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
2720         for the new misc table.
2721
2722 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
2723
2724         * metadata-internals.h image.c: Add a cache for helper signatures.
2725
2726         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
2727
2728 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
2729
2730         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
2731         delegates from a delegate. Fixes #61033.
2732         
2733         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
2734         marshalling of stringbuilder arrays. Fixes #59900.
2735
2736 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
2737
2738         * icall.c: Add EnumBuilder:setup_enum_type icall.
2739
2740 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
2741
2742         * icall.c: Added a new icall for the property version of
2743         OffsetOfStringData.
2744
2745 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
2746
2747         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
2748         it has a constant size across platforms.
2749
2750         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
2751         stack trace.
2752
2753 2004-06-29  Martin Baulig  <martin@ximian.com>
2754
2755         * mono-debug.c (mono_debug_add_method): Protect the whole function
2756         in mono_debugger_lock(), not just parts of it.
2757
2758 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2759
2760         * reflection.c: make sure padding bytes in heaps are zeroed.
2761
2762 2004-06-24  David Waite  <mass@akuma.org>
2763
2764         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
2765         image.c, loader.c, locales.c, marshal.c, metadata.c,
2766         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
2767         string-icalls.c, threads.c: change to C90-style comments from C99 /
2768         C++ -style
2769
2770 2004-06-24  Dick Porter  <dick@ximian.com>
2771
2772         * threads.c
2773         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
2774         return createdNew.  Fixes bug 60412.
2775
2776         * threads-types.h: 
2777         * icall.c: Add createdNew parameter to CreateMutex icall
2778
2779 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2780
2781         * reflection.c, object-internals.h: save default value in params.
2782
2783 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2784
2785         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
2786         no need to build a new path combining that with the application base.
2787         Fixes bug #60442.
2788
2789 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
2790
2791         * reflection.c: fixed minor standard compliance issues.
2792
2793 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2794
2795         * reflection.c: fixed issue with encoding some custom attributes
2796         (arrays in properties and fields, bug #60411).
2797
2798 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2799
2800         * reflection.c: fix start address when copying the public key token.
2801
2802 2004-06-23  Martin Baulig  <martin@ximian.com>
2803
2804         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
2805         the `exc' object in a static object to put it into the GC's root set.
2806
2807 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
2808
2809         * reflection.c: make mono_reflection_setup_internal_class ()
2810         callable a second time to setup a new parent class.
2811
2812 2004-06-23  Dick Porter  <dick@ximian.com>
2813
2814         * threads.c: Check for WAIT_IO_COMPLETION return values.
2815
2816 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
2817
2818         * appdomain.c: Removed the g_free on the public key token. Now copy 
2819         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
2820         * assembly.c: Added public key token string value when loading 
2821         assemblies. Fix bug #60439.
2822         * icall.c: Added missing informations (like public key) in 
2823         GetReferencedAssemblies. Fix #60519.
2824         * image.h: Changed definition for public key token from const char*
2825         public_tok_value to guchar public_key_token [17];
2826         * reflection.c: Updated for changes to public key token.
2827
2828 2004-06-22  Lluis Sanchez Gual
2829
2830         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
2831         for the field in base classes.
2832
2833 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2834
2835         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
2836         mark headers as not supported, they are installed only for use by the
2837         debugger.
2838
2839 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
2840
2841         * *.c, *.h: avoid namespace pollution in public headers.
2842
2843 2004-06-21  Martin Baulig  <martin@ximian.com>
2844
2845         * exception.c (mono_get_exception_security): It's in
2846         "System.Security", not in "System".
2847
2848         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
2849         the exception classes.
2850
2851 2004-06-21  Martin Baulig  <martin@ximian.com>
2852
2853         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
2854         Protect the exception object from being finalized.
2855
2856 2004-06-21  Martin Baulig  <martin@ximian.com>
2857
2858         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
2859         public function.
2860
2861 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
2862
2863         * reflection.c: Load the assembly in mono_reflection_type_from_name,
2864         if it was not loaded before. Fix parts of #60439.
2865
2866 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
2867
2868         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
2869         code that was broken since Ben's change: wrappers are now
2870         dependent on the method signature only again.
2871
2872 2004-06-21  Martin Baulig  <martin@ximian.com>
2873
2874         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
2875         added interface support.
2876
2877 2004-06-21  Martin Baulig  <martin@ximian.com>
2878
2879         * class.c (mono_vtable_get_static_field_data): New public method.
2880
2881 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
2882
2883         * filewatcher.c : Windows build fix to be compliant with API changes.
2884
2885 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2886
2887         * class.h, class.c: more accessors.
2888         * metadata.h, metadata.c: prepare for hiding MonoType and
2889         MonoMethodSignature: people should use the accessors from now on
2890         outside of the tree.
2891
2892 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2893
2894         * *.c, *.h: more API cleanups.
2895
2896 2004-06-18  Jackson Harper  <jackson@ximian.com>
2897
2898         * assembly.c: Trace loading assemblies.
2899         * loader.c: Trace loading native libraries.
2900         * mono-config.c: Trace loading config files.
2901         
2902 2004-06-18  Dick Porter  <dick@ximian.com>
2903
2904         * locales.c: Tell ICU the lengths of strings, it can cope with
2905         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
2906
2907 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
2908
2909         * image.c: swapped name/filename;
2910
2911 2004-06-18  Martin Baulig  <martin@ximian.com>
2912
2913         * mono-debug-debugger.c (write_class): Write the parent class at
2914         the end of the header.
2915
2916 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2917
2918         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
2919
2920 2004-06-17  Raja R Harinath  <rharinath@novell.com>
2921
2922         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
2923         (bundle_obj): New conditional define.
2924         (BUILT_SOURCES): Remove.
2925         ($(bundle_srcs)): Make parallel-make safe.
2926         (libmonoruntime_la_LIBADD): Make unconditional.
2927         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
2928         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
2929
2930 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
2931
2932         * culture-info-tables.h: It was inconsistent with the latest
2933           supp info files.
2934
2935 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
2936
2937         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
2938         be loaded.
2939
2940         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
2941         with gcc 2.95.
2942
2943 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2944
2945         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
2946         cleaned up public header threads.h.
2947
2948 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2949
2950         * Makefile.am, *.c, *.h: more API cleanups.
2951
2952 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
2953
2954         * Makefile.am: removed monosn from compilation.
2955         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
2956         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
2957         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
2958         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
2959         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
2960         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
2961
2962 2004-06-15  Jackson Harper  <jackson@ximian.com>
2963
2964         * assembly.c: Make locales lower case when searching the GAC for
2965         assemblies. gacutil will always make locales lowercase when
2966         installing so this effectively makes them case insensitive.
2967         
2968 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
2969
2970         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
2971         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
2972           parameter which allows to choose whether the wait can be interrupted or 
2973           not. Also added the method mono_monitor_enter(), which locks the monitor
2974           using an infinite wait and without allowing interruption.
2975           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
2976           interrupted.
2977         * object.h: Added new fields in MonoThread. suspend_event holds the event
2978           used to susped/resume the thread. synch_lock is the lock object to use for
2979           modifying the thread state.
2980         * threads.c: Use the new synch_lock object for locking, instead of "this",
2981           which can generate deadlocks.
2982           Moved thread state change in Thread.Sleep and Thread.Join from managed
2983           to unmanaged code. This avoids a deadlock when the thread was suspended
2984           just after acquiring the thread lock.
2985           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
2986           Implemented Thread.Suspend using an event instead of ThreadSuspend,
2987           which is not fully implemented in the io-layer.
2988         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
2989
2990 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
2991
2992         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
2993         threads-types.h: more API cleanups.
2994
2995 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2996
2997         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
2998         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
2999         threadpool.c, threads.c: first pass at the exported API cleanup.
3000
3001 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
3002
3003         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
3004
3005 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3006
3007         * icall.c: added internalGetHome.
3008
3009 2004-06-14  Dick Porter  <dick@ximian.com>
3010
3011         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
3012         possible to return successfully when '.' or '..' were the only
3013         entries in a directory, but were skipped.  The MonoIOStat was not
3014         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
3015         Fixes bug 59574.
3016
3017 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
3018
3019         * reflection.c: make binaries run on .Net 1.1 by default.
3020
3021 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3022
3023         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
3024
3025 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
3026
3027         * marshal.c: keep track of struct size with explicit layout
3028         (bug #59979).
3029
3030 2004-06-12  Martin Baulig  <martin@ximian.com>
3031
3032         * mono-debug-debugger.c: Comment out a debugging g_message().
3033
3034 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
3035
3036         * reflection.c, reflection.h: do not free custom attrs that are cached.
3037         * icall.c: use braces to make code clearer.
3038
3039 2004-06-11  Martin Baulig  <martin@ximian.com>
3040
3041         * class.h (MonoInflatedField): New type.
3042         (MonoClassField): Replaced `MonoType *generic_type' with
3043         `MonoInflatedField *generic_info'.
3044
3045         * icall.c
3046         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
3047
3048 2004-06-11  Martin Baulig  <martin@ximian.com>
3049
3050         * reflection.c (mono_image_create_method_token): Correctly encode
3051         varargs methods.
3052
3053 2004-06-11  Martin Baulig  <martin@ximian.com>
3054
3055         * metadata.c (mono_metadata_parse_method_signature): When parsing
3056         a MethodDef which has VarArgs, also set sentinelpos if we don't
3057         have any parameters.
3058
3059 2004-06-11  Martin Baulig  <martin@ximian.com>
3060
3061         * verify.c (mono_method_verify): In CEE_CALL, use
3062         mono_method_get_signature() to get the method's signature, unless
3063         we're a PInvoke method.
3064
3065 2004-06-10  Jackson Harper  <jackson@ximian.com>
3066
3067         * assembly.c: Use <path>/lib/mono/gac for the extra paths
3068         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
3069         logical name as the supplied path is just a prefix to the gac not
3070         the direct path to it.
3071         
3072 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
3073
3074         * reflection.c: make the token for a created method match
3075         the token of the MethodBuilder it was created from
3076         (IKVM requires this behaviour now).
3077
3078 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
3079
3080         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
3081         reflection.c, socket-io.c: leak fixes.
3082
3083 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
3084
3085         * icall.c: handle sentinel pos in vararg methods in position different
3086         from 0.
3087
3088 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3089
3090         * culture-info-tables.h: freshly generated.
3091
3092 2004-06-09  Martin Baulig  <martin@ximian.com>
3093
3094         * loader.c (mono_get_method_constrained): Call `mono_class_init
3095         (constrained_class)'.   
3096
3097 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
3098
3099         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
3100         any methods. Fixes #59629.
3101
3102 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3103
3104         * culture-info-tables.h: reflecting locale-builder updates.
3105
3106 2004-06-08  Dick Porter  <dick@ximian.com>
3107
3108         * object.h:
3109         * locales.c: Fixed compile warnings, including a real bug in
3110         CompareInfo_internal_compare.
3111         
3112 2004-06-08  Dick Porter  <dick@ximian.com>
3113
3114         * locales.c
3115         (ves_icall_System_Globalization_CompareInfo_internal_index):
3116         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
3117         Double-check the resuls of usearches, because ICU currently
3118         ignores most of the collator settings here.  Fixes bug 59720.
3119         
3120 2004-06-08  Dick Porter  <dick@ximian.com>
3121
3122         * locales.c
3123         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
3124         Fix memory leak and segfault-causing typo.  No idea how this one
3125         lasted so long without being noticed.
3126
3127 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
3128
3129         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
3130         any methods. Fixes #59629.
3131
3132 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3133
3134         * assembly.c:
3135         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
3136         own the critical section before). Removed dead code (that's done
3137         in the preload hook).
3138
3139         (mono_assembly_load_with_partial_name): call the preload hook.
3140
3141 2004-06-08  Martin Baulig  <martin@ximian.com>
3142
3143         * metadata.c (mono_metadata_signature_alloc): Default
3144         `sentinelpos' to -1.
3145
3146         * reflection.c (mono_image_get_array_token): Likewise.
3147
3148 2004-06-08  Martin Baulig  <martin@ximian.com>
3149
3150         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
3151
3152         * metadata.c (mono_metadata_parse_method_signature): When parsing
3153         a MethodDef which has VarArgs, set sentinelpos.
3154
3155         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
3156         `gint16' since we're using -1 for non-varargs methods.
3157
3158         * reflection.c
3159         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
3160         (method_encode_signature): Added varargs support.
3161         (method_builder_encode_signature): Likewise.
3162         (mono_image_get_varargs_method_token): New static method.
3163         (mono_image_create_method_token): New public method; this is
3164         called via an icall instead of mono_image_create_token() when
3165         calling a varargs method.       
3166
3167 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
3168
3169         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
3170
3171 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3172
3173         * culture-info-tables.h : Reflecting the latest locale-builder that
3174           fixed empty array representation ({} to {0}).
3175
3176 2004-06-07  Jackson Harper  <jackson@ximian.com>
3177
3178         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
3179         looking up extra gac paths. This allows MONO_GAC_PATH to act
3180         exactly like a prefix.
3181         
3182 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
3183
3184         * reflection.c (mono_reflection_type_from_name): Make a copy of the
3185         type name before modifying it. Fixes #59405.
3186
3187 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3188
3189         * culture-info.h: added fields for "all datetime patterns".
3190         * locales.c: (  ves_icall_System_Globalization_CultureInfo
3191           _construct_datetime_format ()): fill xxx_patterns fields.
3192         * object.h: added fields for "all datetime patterns" to
3193           MonoDateTimeFormatInfo.
3194         * culture-info-tables.h: reflecting locale-builder updates.
3195
3196 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
3197
3198         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
3199         the event has no add and remove methods. Fixes #59629.
3200
3201 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
3202
3203         * object.c: Fixed possible integer overflow when allocating large
3204         strings.
3205
3206 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
3207
3208         * culture-info-tables.h: reflecting locale-builder updates.
3209
3210 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
3211
3212         * culture-info-tables.h: reflecting locale-builder updates.
3213
3214 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
3215
3216         * culture-info-tables.h: reflecting locale-builder updates.
3217
3218 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
3219
3220         * threads.c: Made Thread.Sleep abortable.
3221
3222 2004-06-02  Martin Baulig  <martin@ximian.com>
3223
3224         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
3225
3226         * debug-mono-symfile.h: Bumped symbol file version number to 37.
3227
3228 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
3229
3230         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
3231
3232 2004-05-30  Jackson Harper  <jackson@ximian.com>
3233
3234         * reflection.c: Do not hardcode assembly versions or public key
3235         tokens anymore. All of this except the corlib section was dead
3236         code anyways.
3237         
3238 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
3239
3240         * object.c (mono_runtime_invoke_array): Automatically create boxed
3241         objects for byref valuetypes if needed. Fixes #59300.
3242         
3243         * object.c (mono_method_return_message_restore): Handle 
3244         MONO_TYPE_OBJECT as well.
3245
3246 2004-05-28  Jackson Harper  <jackson@ximian.com>
3247
3248         * reflection.c: The modified type encoding was causing build
3249         problems. Reverted for now.
3250         
3251 2004-05-28  Jackson Harper  <jackson@ximian.com>
3252
3253         * reflection.c/h: Take an assembly ref so that we dont create
3254         fully qualified names when encoding types in the same assembly as
3255         the custom attribute being emitted.
3256         * appdomain.c: Increment version number.
3257         
3258 2004-05-26  Duncan Mak  <duncan@ximian.com>
3259
3260         * icall.c
3261         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
3262         Set the full version number (major, minor, build, revision).
3263
3264 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
3265
3266         * marshal.c (emit_struct_conv): increment src/dst after blit
3267         (mono_marshal_get_managed_wrapper,
3268         mono_marshal_get_native_wrapper): make sure we have marshalling
3269         info before marshalling params (info computation affects
3270         blittable)
3271
3272         * class.c (class_compute_field_layout): correctly deal with
3273         blittable
3274         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
3275         value types (as per what windows dows by default)
3276         (mono_class_setup_mono_type): System.ValueType is blittable
3277         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
3278         blittable
3279
3280         * marshal.c (mono_marshal_load_type_info): flag types  as
3281         non-blittable if the native layout doesn't match the managed
3282         layout
3283
3284 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3285
3286         * appdomain.c: don't add stuff in the private search path that is
3287         above the application base. If application base is not set, there's
3288         no private search path.
3289
3290 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
3291
3292         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
3293         byref struct arguments in native->managed marshalling.
3294
3295 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
3296
3297         * marshal.c (mono_marshal_get_runtime_invoke): correctly
3298         cache methods using signature (special case for methods
3299         that are value type or string class)
3300         
3301         * image.c (mono_image_close): clean up allocated GSList's
3302         in runtime_invoke_cache.
3303
3304 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3305
3306         * mono-config.c: set the correct path for mono_cfg_dir on windows when
3307         there's no MONO_CFG_DIR environment variable defined.
3308
3309 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3310
3311         * threads.c: windows version must be >= 0x0500 to include OpenThread.
3312
3313 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
3314
3315         * threadpool.c: Really wait for 500ms after the async call, even if the wait
3316           is interrumped.
3317         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
3318           before waiting for it, and call CloseHandle after the wait to unref it.
3319           This will make sure that handles are not disposed too early.
3320
3321 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3322
3323         * appdomain.c:
3324         * appdomain.h:
3325         * icall.c: removed
3326         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
3327         needed now.
3328
3329         * object.c: se the application_base only for the domain that runs
3330         Main. Fixes bug #59216,
3331
3332 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3333
3334         * appdomain.c:
3335         * object.c: only the domain in which Main is run have
3336         SetupInformation.ConfigurationFile set, so moved a few lines from
3337         appdomain.c to object.c.
3338
3339 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3340
3341         * appdomain.c: we tried to load [name].(dll|exe), but according
3342         to bug #57710, we must also try [culture]/[name].(dll|exe) and
3343         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
3344         There's a test case attached to bug #58922.
3345
3346 2004-05-27  Dick Porter  <dick@ximian.com>
3347
3348         * icall.c:
3349         * file-io.c: Implemented icalls for locking and unlocking regions
3350         in a file.
3351         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
3352         FALSE on error (fixes both compiler warning and real bug.)
3353
3354 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
3355
3356         * culture-info-tables.h: reflecting locale-builder updates.
3357
3358           (Added missing ChangeLog entry for 05/26)
3359
3360 2004-05-27  Jackson Harper  <jackson@ximian.com>
3361
3362         * locales.c: Fix some cut and paste errors.
3363         
3364 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3365
3366         * mono-config.c: set the correct path for config. directory on windows.
3367
3368 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3369
3370         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
3371           on win32.
3372
3373 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3374
3375         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
3376         from pinvoke functions.
3377         
3378         * marshal.c (mono_ftnptr_to_delegate): Implement this.
3379
3380 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3381
3382         * culture-info-tables.h: reflecting locale-builder updates.
3383
3384 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3385
3386         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
3387         #59086.
3388
3389 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
3390
3391         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
3392         * icall.c: Modified icalls for RNG.
3393         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
3394         Windows (CryptoAPI).
3395
3396 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3397
3398         * locales.c: Fix build.
3399
3400 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
3401
3402         * culture-info-tables.h: reflecting locale-builder updates.
3403
3404 2004-05-25  Jackson Harper  <jackson@ximian.com>
3405
3406         * locales.c: When creating the current culture use the $LANGs
3407         specific culture. So DateTimeFormat and NumberFormat entries are created.
3408         
3409 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3410
3411         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
3412         a char array as parameter.
3413
3414 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
3415
3416         * image.c: In mono_image_open(), always use an absolute path name to
3417           look for already loaded images.
3418
3419 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
3420
3421         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
3422         missing in the windows build (like older cygwin include files).
3423
3424 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
3425
3426         * icall.c: Fixed check for possible integer overflow in Buffer_
3427         BlockCopy icall. Replaced comments style // by /* */.
3428
3429 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
3430
3431         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
3432         
3433         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
3434         check after MONO_VTADDR. Fixes pinvoke2.exe.
3435
3436         * marshal.h marshal.c metadata.h: Add beginnings of support for
3437         ftnptr -> delegate marshalling.
3438
3439 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
3440
3441         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
3442         * threads.c: Fix warnings.
3443
3444 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
3445
3446         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
3447         * icall.c: Registered icalls for Suspend and Resume.
3448         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
3449           Thread.Abort.
3450         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
3451         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
3452         * process.c: Use WaitForSingleObjectEx.
3453         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
3454           checkpoints.
3455         * threads.c, threads.h: Make use of new Ex wait methods. Improved
3456           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
3457           for Suspend and Resume. Added new mono_thread_stop, used for stoping
3458           background threads. Added basic support for Abort in Windows.
3459           Start new threads using a managed delegate invoke wrapper. This wrapper
3460           has an interruption checkpoint that is needed since an interruption
3461           can be requested before the thread leaves the unmanaged code that starts 
3462           the thread.
3463         * marshal.c: Added interruption checkpoint after every native call, and
3464           also before managed calls for wrappers called from unmanaged code to
3465           go into managed code.
3466         * object.h: Added new field in MonoThread to keep track of interruption
3467           requests.
3468
3469 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
3470
3471         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
3472         calls.
3473
3474 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3475
3476         * appdomain.c:
3477         * assembly.c:
3478         * gc.c:
3479         * locales.c:
3480         * mono-config.c:
3481         * rand.c: getenv -> g_getenv (windows!)
3482
3483         * process.c: complete_path is also used on non-windows platforms.
3484
3485 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3486
3487         * icall.c: new signature for Process_Start.
3488
3489         * process.[ch]: new signature for Process_Start. If we're on windows
3490         and UseShellExecute is false, we have to search for the program by
3491         ourselves if we don't get a full path.
3492
3493 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
3494
3495         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
3496         marshalling and call CleanUpNativeData if needed. Fixes #58646.
3497
3498 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3499
3500         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
3501         Fixes bug #58373.
3502
3503 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3504
3505         * process.c: use double quotes to quote program name and arguments on
3506         windows. Fixes bug #58575.
3507
3508 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3509
3510         * file-io.c: don't return "." and ".." when using windows Find*File.
3511
3512 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
3513
3514         * marshal.c: Don't pass wrappers to message init because method 
3515         addressed used to lookup metadata. part of remoting[2|3] fix.
3516
3517 2004-05-15  Jackson Harper  <jackson@ximian.com>
3518
3519         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
3520         path is essentially the same as MONO_PATH except that it points to
3521         GACs instead of lib directories.
3522         * loader.h: The user gac is gone so we dont need function to
3523         enable/disable it.
3524         * mono-config.c: user gac option is now gone.
3525         
3526 2004-05-15  Jackson Harper  <jackson@ximian.com>
3527
3528         * culture-info.h: Make defines more consistent, add calendar data
3529         to the culture info table.
3530         * culture-info-tables.h: Add basic calendar data. Basically
3531         everyone gets default gregorian until all the data is
3532         updated.
3533         * locales.c: Use the new consistent defines. Set calendar data for
3534         culture info objects.
3535         * object.h: add a field for calendar data to CultureInfo
3536         
3537 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
3538
3539         * image.c: image->runtime_invoke_cache is keyed on signatures now.
3540         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
3541         a signature.
3542         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
3543         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
3544         an extra param that is the pointer of the method to invoke. The IL for
3545         the invoke method is no longer specific to the method, but to the
3546         signature of the method. Thus, we can share the same code for multiple
3547         methods. This reduces the number of methods that have to be compiled.
3548
3549 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
3550
3551         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
3552
3553         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3554
3555         * icall.c: Optimize Buffer.BlockCopy.
3556
3557 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3558
3559         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
3560         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
3561         quote). Changed them to "MMMM yyyy".
3562
3563 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
3564
3565         * rand.c
3566         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
3567
3568 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
3569
3570         * reflection.h: Updated after changes to managed structures.
3571
3572         * appdomain.c: Bump corlib version.
3573
3574 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3575
3576         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
3577         windows.
3578
3579 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3580
3581         * Makefile.am: link to ../os/libmonoos.la on windows.
3582
3583         * assembly.c:
3584                 -If MONO_DEBUG, warn about non-existing directories in
3585                 MONO_PATH.
3586                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
3587                 compile time variable.
3588                 -Removed init_default_path and call mono_set_rootdir from
3589                 libmonoos.a instead (windows only).
3590
3591         * assembly.h: declare mono_assembly_getrootdir().
3592
3593         * domain.c:
3594         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
3595
3596         * loader.c: s/getenv/g_getenv/
3597
3598 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
3599
3600         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
3601
3602         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
3603
3604         * metadata.h: Add new marshalling conversions.
3605
3606         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
3607         function.
3608
3609         * reflection.c (mono_reflection_get_type): Lookup the type in all
3610         modules of a multi-module assembly. Fixes #58291.
3611
3612 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
3613
3614         * threads.c: Before aborting a background, set the StopRequested
3615         state.  This avoids throwing the Abort exception.
3616         In mono_thread_manage, don't continue with the shutdown until all
3617         aborted threads have actually stopped.
3618
3619 2004-05-10  Jackson Harper  <jackson@ximian.com>
3620
3621         * locales.c: Remove the modifier from culture names.
3622         
3623 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3624
3625         * Makefile.am: monosn is not installed any more. It has been deprecated
3626         in favor of sn.
3627
3628 2004-05-07  Jackson Harper  <jackson@ximian.com>
3629
3630         * locales.c
3631         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
3632         Fix array construction, add bailout if the length is 0.
3633
3634 2004-05-07  Dick Porter  <dick@ximian.com>
3635
3636         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
3637         machine doesn't have a DNS entry.  Patch by Urs Muff
3638         (umuff@quark.com), fixes bug 57928.
3639
3640 2004-05-06  Jackson Harper  <jackson@ximian.com>
3641
3642         * reflection.c: Handle null PublicTokens properly. alloc mem for
3643         assembly names culture so we dont crash when freeing it.
3644         
3645 2004-05-06  Jackson Harper  <jackson@ximian.com>
3646
3647         * assembly.c: Check the usergac when loading with partial names.
3648         
3649 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3650
3651         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
3652         does nothing for now (not required for Linux/Windows) but the class
3653         library can call it (and a newer or modified runtime could need it).
3654         * icall.c: Registred icall.
3655
3656 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3657
3658         * loader.c: prints a message on module loading error we set MONO_DEBUG
3659         environment variable.
3660
3661 2004-05-05  Jackson Harper  <jackson@ximian.com>
3662
3663         * appdomain.c: Handle PublicKeyToken=null properly.
3664         
3665 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3666
3667         * environment.c|h: Added icall ves_icall_System_Environment_
3668         GetOSVersionString to get the current OS version as a string.
3669         * icall.c: Registred icall.
3670
3671 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
3672
3673         * object.c: in mono_object_get_virtual_method(), take into account that
3674         non-virtual methods don't have a slot in the vtable. Check needed when
3675         the object is a proxy.
3676
3677 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
3678
3679         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
3680         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
3681
3682         * object.c (mono_class_compute_gc_descriptor): Fix warning.
3683
3684         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
3685         passed when a valuetype is expected.
3686
3687         * object.c (mono_unhandled_exception): Only set the exit code if the
3688         exception happens in the main thread. Fixes thread5.exe.
3689
3690         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
3691         invalid names. Fixes #58047.
3692
3693 2004-05-03  Jackson Harper  <jackson@ximian.com>
3694
3695         * assembly.c: This line was committed accidently and is unneeded.
3696         
3697 2004-05-03  Jackson Harper  <jackson@ximian.com>
3698
3699         * icall.c: Add new icall for Assembly::LoadWithPartialName
3700         * assembly.c/.h: new function that probes the GAC to load partial
3701         assembly names by Paolo Molaro.
3702         
3703 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3704
3705         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
3706         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
3707         (type_get_fully_qualified_name): Added PublicKeyToken when building a
3708         full type name.
3709
3710 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3711
3712         * appdomain.c: fixed check for 'neutral' culture and removed warning.
3713         * reflection.c: fix bug when parsing a full type name and Version is not
3714         the last thing in the string.
3715
3716 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
3717
3718         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
3719         crashes when it is freed.
3720
3721 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3722
3723         * assembly.c: print the compat warning to stderr.
3724
3725 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
3726
3727         * assembly.c (mono_assembly_load_references): Add a compatibility
3728         hack to run old applications that might be still referencing the
3729         3300-based assemblies, only do this for System.xxx.
3730
3731 2004-05-01  Jackson Harper  <jackson@ximian.com>
3732
3733         * appdomain.c: If the culture is neutral we set it to "".
3734         
3735 2004-04-29  Jackson Harper  <jackson@ximian.com>
3736
3737         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
3738
3739 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3740  
3741         * string-icalls.c: added low overhead function for copying chars
3742         * icall.c: added needed icall for the above function
3743  
3744 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3745
3746         * icall.c: fix return value of get_global_assembly_cache.  Implemented
3747         Environment.GetLogicalDrives.
3748
3749 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
3750
3751         * rand.c: try and talk to egd or prngd
3752         for random bytes if opening devices fail.
3753
3754 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
3755
3756         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
3757         alignment for the type using the native alignment of its members 
3758         instead of using klass->min_align.
3759
3760         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
3761
3762 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3763
3764         * file-io.c:
3765         * socket-io.c: added check for sys/aio.h.
3766
3767 2004-04-28  Dick Porter  <dick@ximian.com>
3768
3769         * threads.c: Don't abort a thread thats already aborting, when
3770         terminating everything.
3771
3772 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3773
3774         * icall.c: added 2 new async calls for Socket.
3775
3776         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
3777         IO on *nix systems.
3778
3779         * threadpool.c: removed unused variable.
3780
3781 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
3782
3783         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
3784
3785 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
3786
3787         * locales.c: put back string_invariant_tolower () and
3788         string_invariant_toupper ().
3789
3790 2004-04-26 David Waite <mass@akuma.org>
3791
3792         * file-io.h:
3793         * socket-io.h:
3794         * threads.h:
3795         * unicode.h: remove comma from end of enumeration declarations
3796
3797 2004-04-26 David Waite <mass@akuma.org>
3798
3799         * debug-mono-symfile.h:
3800         * decimal.c:
3801         * mono_debug.h:
3802         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
3803
3804
3805 2004-04-26  Jackson Harper  <jackson@ximian.com>
3806
3807         * appdomain.c: Increment version number.
3808         
3809 2004-04-26  Jackson Harper  <jackson@ximian.com>
3810
3811         * appdomain.c: Set assembly references public token value when
3812         PublicKeyToken is specified, not the hash_value. Free public token
3813         values when free assembly name data. Previously the public key
3814         token was hex decoded, however we are using hex encoded public key
3815         tokens, so this is not neccasary.
3816         * assembly.c: Lookup assemblies in the gac if their public token
3817         value is set. Add function to allow enabling user gac
3818         lookups. Specify whether or not the assembly was loaded from the
3819         GAC. Compare full assembly names when checking the cache for
3820         assemblies (Temporarily disabled see comment in code). Remove
3821         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
3822         specifies trace-loader they get extra info to stdout on the
3823         loading of assemblies.
3824         * image.h: Add a field for an assembly references public token
3825         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
3826         whether an assembly has been loaded from the GAC.
3827         * image.c: Remove a corlib -> mscorlib name mapping.
3828         * loader.h: Add function to enable/disable the user gac.
3829         * mono-config.c: Check if the usergac is enabled in the config
3830         file.
3831         * icall.c: New icall to determine whether or not an assembly has
3832         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
3833         * tabldefs.h: Add constant for assemblyref flag that specifies a
3834         full public key is used instead of a public token.
3835         * reflection.c: Remove mscorlib -> corlib mappings. Set
3836         PublicTokenValue instead of hash value. This value is a hex
3837         string so it does not need to be expanded.
3838
3839 2004-04-26  Martin Baulig  <martin@ximian.com>
3840
3841         * mono-debug-debugger.c (mono_debugger_initialize): Set
3842         `mono_debugger_initialized' before calling mono_debug_lock().
3843
3844 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
3845
3846         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
3847           InternalToUpper/InternalToLower.
3848         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
3849           removed invariant culture shortcut.  This is now done in managed code.
3850         * locales.c: (string_invariant_toupper/tolower) removed.
3851
3852 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3853
3854         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
3855         Added Poll internal call.
3856
3857         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
3858         call for Poll. Select was too heavy for polling a single socket.
3859
3860         * threadpool.[ch]: added mono_threadpool_cleanup.
3861         * threads.c: use it. Don't use Thread_Abort on windows.
3862
3863 2004-04-23  Martin Baulig  <martin@ximian.com>
3864
3865         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
3866
3867 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
3868
3869         * icall.c: Registred new icalls for key pair protection and added an
3870         icall for Environment.GetFolderPath on Windows.
3871         * security.c|h: Added new icalls for key pair protection.
3872
3873 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3874
3875         * socket-io.c: don't display the non-supported family warning for known
3876         families. Now this is not displayed on windows when checking support
3877         for IPv4/IPv6.
3878
3879 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3880
3881         * class.c: don't display the layout warning for static fields.
3882
3883 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
3884
3885         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
3886         * locales.c, locales.h: Added new icalls for culture-specific
3887         Char.ToLower and Char.ToUpper.
3888
3889 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3890
3891         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
3892         by David Waite.
3893
3894 2004-04-20  Martin Baulig  <martin@ximian.com>
3895
3896         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
3897         of the type name before passing it to mono_reflection_type_from_name().
3898
3899 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
3900
3901         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
3902         encodings here. Fixes #56965.
3903
3904 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
3905
3906         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3907         fix test on strstr result not that I can see anything that
3908         relies on the result.
3909
3910 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
3911
3912         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
3913         Fixes #57081.
3914
3915         * marshal.c (mono_marshal_get_string_encoding): New helper function.
3916
3917         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
3918         function to determine which marshalling to use for strings. Fixes
3919         #56965.
3920
3921         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
3922
3923         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
3924
3925 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
3926
3927         * icall.c: #include mono-config.h
3928
3929 2004-04-15  Jackson Harper  <jackson@ximian.com>
3930
3931         * culture-info-tables.h: Fix date formats for en-US culture.
3932         
3933 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
3934
3935         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
3936         ThreadPool.SetMinThreads.
3937         * threadpool.c: Implemented ThreadPool.GetMinThreads and
3938         ThreadPool.SetMinThreads.
3939
3940 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3941
3942         * mono-config.c: also load the .config file in the directory
3943         where the assembly was found.
3944
3945 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
3946
3947         * assembly.c: load per-assembly config files.
3948         * icall.c: decrapified code to get the config dir and moved to
3949         mono-config.c.
3950         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
3951         per-assembly config files. When doing a dll map lookup give precedence
3952         to the per-assembly data.
3953
3954 2004-04-14  Martin Baulig  <martin@ximian.com>
3955
3956         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
3957         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
3958         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
3959
3960         * mono-debugger-debugger.c: While the debugger is locked, remember
3961         whether the symbol tables have changes and send one single
3962         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
3963
3964 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
3965
3966         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
3967
3968         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
3969         function.
3970
3971         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
3972         account when marshalling string arrays. Fixes #56965.
3973
3974 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
3975
3976         * icall.c: Add new icalls mapping for security.
3977         * security.c|h: Add internal calls for WindowsIdentity,
3978         WindowsImpersonationContext and WindowsPrincipal.
3979
3980 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
3981
3982         * class.c: Added comment to ensure the System.MonoDummy class
3983         is removed when no longer necessary
3984
3985 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
3986
3987         * appdomain.c: Pass arguments to the bootstraping exceptions to
3988         minimize JITed methods at boot
3989
3990         * metadata.c (mono_exception_from_name_two_strings): Allow for the
3991         second string to be null.
3992
3993         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3994         Change the protocol to minimize the JIT methods at startup.  Now
3995         it Returns the internal codepage, if the value of "int_code_page"
3996         is 1 at entry, and we can not compute a suitable code page
3997         number, returns the code page as a string.
3998
3999 2004-04-13  Jackson Harper  <jackson@ximian.com>
4000
4001         * culture-info-tables.h: Fix number of decimal digits for all
4002         english locales.
4003
4004 2004-04-13  Jackson Harper  <jackson@ximian.com>
4005
4006         * icall.c: Clairfy out of sync error message. It is not always
4007         your corlib that is out of sync.
4008
4009 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
4010
4011         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
4012         properties when only the set accessor is overriden. Fixes #55874.
4013
4014 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
4015
4016         * assembly.c (mono_assembly_load_references): Make this thread safe.
4017         Fixes #56327.
4018
4019 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
4020
4021         * monosn.c: Add missing initialization calls.
4022
4023 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
4024
4025         * locales.c:
4026         ves_icall_System_Globalization_CultureInfo_construct_number_format
4027         Fix g_assert so it compiles on fussier compilers re int/ptr
4028         mismatch
4029
4030 2004-04-08  Dick Porter  <dick@ximian.com>
4031
4032         * socket-io.h:
4033         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
4034         53992.  Also rearrange the code so that the internal calls return
4035         an error value and exceptions are thrown from managed code.
4036
4037         * icall.c: Add type info to the socket icalls.
4038
4039 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4040
4041         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
4042         owes me a beer.
4043
4044 2004-04-07  Martin Baulig  <martin@ximian.com>
4045
4046         * class.c (mono_class_from_generic_parameter): Don't default
4047         `klass->parent' to `mono_defaults.object_type'.
4048
4049 2004-04-07  Martin Baulig  <martin@ximian.com>
4050
4051         * reflection.c (mono_reflection_initialize_generic_parameter): Set
4052         `param->pklass->reflection_info'.       
4053
4054 2004-04-07  Jackson Harper  <jackson@ximian.com>
4055
4056         * culture-info-tables.h: Fix date separator symbol.
4057         
4058 2004-04-07  Martin Baulig  <martin@ximian.com>
4059
4060         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
4061         from System.Type to System.MonoType.
4062
4063 2004-04-07  Martin Baulig  <martin@ximian.com>
4064
4065         * reflection.h
4066         (MonoReflectionGenericParam): Added `has_reference_type' and
4067         `has_value_type' fields.
4068
4069         * reflection.c (mono_image_get_generic_param_info): Encode the
4070         correct flags if we have the `class' or `struct' constraint.
4071
4072 2004-04-07  Martin Baulig  <martin@ximian.com>
4073
4074         * reflection.h
4075         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
4076
4077 2004-04-07  Jackson Harper  <jackson@ximian.com>
4078
4079         * appdomain.c: Revert extra patches, just wanted to bump the
4080         version number.
4081         
4082 2004-04-07  Jackson Harper  <jackson@ximian.com>
4083
4084         * Makefile.am: Add culture-info private headers.
4085         * icall.c: Add new icalls for contructing locales.
4086         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
4087         * locales.h: Declare new culture info construction methods.
4088         * object.h: Add new fields used to avoid the CultureMap to
4089         MonoCultureInfo.
4090         * culture-info.h: Definition of structs used in the culture info
4091         tables.
4092         * culture-info-tables.h: Autogenerated tables that contain culture
4093         info data. This file was generated with the locale-builder tool.
4094         * appdomain.c: Incement corlib version number.
4095         
4096 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
4097
4098         * appdomain.c: (mono_runtime_init) move mono_thread_init
4099         to before mono_object_new calls so critical sections
4100         are initialized before use.
4101
4102 2004-04-07  Martin Baulig  <martin@ximian.com>
4103
4104         * icall.c
4105         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
4106         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
4107         (ves_icall_MonoGenericParam_initialize): Removed.
4108         (monogenericparam_icalls): Removed.
4109         (generictypeparambuilder_icalls): Added new table for
4110         System.Reflection.Emit.GenericTypeParameterBuilder.
4111
4112         * reflection.c
4113         (mono_reflection_define_generic_parameter): Removed.
4114         (mono_reflection_initialize_generic_parameter): This is now called
4115         from GenericTypeParameterBuilder's .ctor.
4116
4117 2004-04-06  Martin Baulig  <martin@ximian.com>
4118
4119         * class.c (mono_class_init): Don't inflate nested classes in a
4120         generic instance.
4121         (mono_type_get_name_recurse): Include the generic arguments for
4122         generic instances and generic type declarations.
4123         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
4124         (_mono_class_get_instantiation_name): Removed.
4125         (mono_class_create_generic): Always use `gklass->name' as our name.
4126
4127         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
4128
4129         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
4130         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
4131         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
4132         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
4133         closed generic methods here.
4134
4135         * reflection.c
4136         (mono_reflection_generic_inst_get_nested_types): Removed.
4137         (inflate_mono_method): Copy the generic parameters from the
4138         MonoMethodHeader into out MonoGenericMethod.
4139
4140 2004-04-06  Martin Baulig  <martin@ximian.com>
4141
4142         * row-indexes.h
4143         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
4144
4145         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
4146
4147         * reflection.c (build_compressed_metadata): If we have any entries
4148         in the GenericParam, MethodSpec or GenericParamConstraint tables,
4149         set the header version to 1.1.
4150
4151 2004-04-06  Martin Baulig  <martin@ximian.com>
4152
4153         * class.c (mono_class_init): If we're a generic instance,
4154         initialize our nested classes, too.
4155         (_mono_class_get_instantiation_name): Deal with the new `!%d'
4156         suffix. 
4157
4158 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4159
4160         * process.c: quote the argument passed to the shell on windows.
4161
4162 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
4163
4164         * threads.c (mono_alloc_special_static_data): Allow this to be
4165         called during startup.
4166
4167 2004-04-02  Martin Baulig  <martin@ximian.com>
4168
4169         * icall.c
4170         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
4171
4172 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
4173
4174         * icall.c: Fix build.
4175
4176 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
4177
4178         * Makefile.am: Added security.c|h.
4179         * icall.c: Added icall for get_UserName;
4180         * security.c: New file for security related icalls. Added function
4181         get_UserName for System.Environment (fix #56144).
4182         * security.h: New. Header file for security.c
4183
4184 2004-04-02  Dick Porter  <dick@ximian.com>
4185
4186         * icall.c: Deleted the icalls that were obsoleted some time ago
4187         by the ICU string code, and which were mixed into the icall
4188         rearranging.  Fixes bug 55969.
4189
4190         * string-icalls.h: 
4191         * string-icalls.c: Deleted the code that those icalls reference.
4192
4193 2004-04-01  Martin Baulig  <martin@ximian.com>
4194
4195         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
4196
4197         * class.c (mono_class_from_generic_parameter): Don't set 
4198         TYPE_ATTRIBUTE_INTERFACE.
4199         (my_mono_class_from_generic_parameter): Likewise.
4200
4201 2004-04-01  Martin Baulig  <martin@ximian.com>
4202
4203         * loader.c (find_method): Added an optional `MonoClass *ic'
4204         argument to search in a specific interface.
4205         (mono_get_method_constrained): New public function.
4206
4207 2004-04-01  Martin Baulig  <martin@ximian.com>
4208
4209         * reflection.c (mono_image_get_generic_field_token): Use the
4210         `handleref' cache here.
4211
4212 2004-04-01  Martin Baulig  <martin@ximian.com>
4213
4214         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
4215
4216         * reflection.c (create_generic_typespec): Use the `typespec' hash
4217         here, not the `typeref' one.    
4218
4219 2004-04-01  Martin Baulig  <martin@ximian.com>
4220
4221         * class.c (mono_class_inflate_generic_type): Moved the
4222         functionality into a new static inflate_generic_type() which
4223         returns NULL if it didn't do anything.  Only increment the
4224         `mono_stats.inflated_type_count' if we actually inflated
4225         something.
4226         (mono_class_get_full): Check the classes type to see whether we
4227         need to inflate it; also inflate MONO_TYPE_(M)VAR.
4228
4229 2004-04-01  Jackson Harper  <jackson@ximian.com>
4230
4231         * reflection.c: Set culture for assembly references.
4232         
4233 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
4234
4235         * reflection.[ch], icall.[ch], Fix support for pinning variables.
4236
4237 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4238
4239         * assembly.c:
4240         (do_mono_assembly_open): the critical section also covers
4241         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
4242
4243 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4244
4245         * threads.c:
4246         (mono_manage_threads): abort the background threads when finishing.
4247         Fixes bug #47232.
4248
4249 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4250
4251         * gc.c: only close the done_event handle if there was no timeout.
4252         C-ified comments.
4253
4254 2004-03-30  Martin Baulig  <martin@ximian.com>
4255
4256         * icall.c (icall_entries): It's called "System.Activator", not
4257         "System.Activation".    
4258
4259 2004-03-30  Martin Baulig  <martin@ximian.com>
4260
4261         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
4262         (mono_class_create_from_typespec): Likewise.
4263
4264 2004-03-30  Martin Baulig  <martin@ximian.com>
4265
4266         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
4267         `has_ctor_constraint' and `initialized'.
4268
4269 2004-03-30  Martin Baulig  <martin@ximian.com>
4270
4271         * reflection.c (encode_new_constraint): New static function to add
4272         the constructor constraint attribute to a type parameter.
4273         (encode_constraints): Call encode_new_constraint() if necessary.
4274
4275         * reflection.h
4276         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
4277
4278         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
4279         
4280 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
4281
4282         * reflection.c, icall.c: add support for pinning variables. 
4283
4284 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
4285
4286         * marshal.c (mono_marshal_get_managed_wrapper):
4287         init bool local with zero rather than null.
4288
4289 2004-03-29  Martin Baulig  <martin@ximian.com>
4290
4291         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
4292         the "official" behavior here.
4293         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
4294
4295 2004-03-29  Martin Baulig  <martin@ximian.com>
4296
4297         * icall.c: Reflect latest API changes.
4298
4299 2004-03-29  Martin Baulig  <martin@ximian.com>
4300
4301         * loader.c (mono_get_method_from_token): Also call
4302         mono_metadata_load_generic_params () for abstract and interface
4303         methods; replace the type arguments in the method signature with
4304         the ones which are loaded from the metadata.
4305
4306 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
4307
4308         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
4309         of the lock is not the current thread. MS.NET don't do it, in spite of
4310         what the documentation says. See bug #56157.
4311
4312 2004-03-28  Martin Baulig  <martin@ximian.com>
4313
4314         * class.c (mono_class_init): Don't call init_properties() and
4315         init_events() for generic instances; set `prop->parent' when
4316         inflating properties.
4317
4318         * reflection.c (mono_generic_inst_get_object): Call
4319         `mono_class_init (ginst->klass)'.
4320         (mono_type_get_object): Only create a MonoGenericInst if your
4321         generic type is a TypeBuilder.
4322         (do_mono_reflection_bind_generic_parameters): Only set
4323         `ginst->is_dynamic' if our generic type is a TypeBuilder.
4324
4325 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
4326
4327         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
4328         Fixes #56091.
4329
4330 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4331
4332         * icall.c: added Kill_internal icall.
4333         * process.[ch]: added Kill_internal icall.
4334
4335 2004-03-25  Martin Baulig  <martin@ximian.com>
4336
4337         * class.h (MonoStats): Added `generic_instance_count',
4338         `inflated_method_count', `inflated_type_count' and
4339         `generics_metadata_size'.       
4340
4341 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4342
4343         * reflection.c: no warnings now.
4344
4345 2004-03-25  Martin Baulig  <martin@ximian.com>
4346
4347         * class.c (mono_class_get_full): New public function; does a
4348         mono_class_get(), but also takes a `MonoGenericContext *'.
4349
4350         * loader.c (mono_field_from_memberref): Renamed to
4351         `field_from_memberref', made static and added `MonoGenericContext *'
4352         argument.
4353         (mono_field_from_token): Added `MonoGenericInst *' argument.
4354         (method_from_memberef): Likewise.
4355         (mono_get_method_from_token): Likewise.
4356         (mono_get_method_full): New public function; does a
4357         mono_get_method(), but also takes a `MonoGenericContext *'.
4358
4359         * verify.c (mono_method_verify): Get the method's generic context
4360         and pass it to mono_field_from_token(), mono_get_method_full() and
4361         mono_class_get_full().
4362
4363 2004-03-25  Martin Baulig  <martin@ximian.com>
4364
4365         * class.c (mono_class_inflate_generic_type): Take a
4366         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
4367         `MonoGenericMethod *'.
4368
4369 2004-03-25  Martin Baulig  <martin@ximian.com>
4370
4371         * loader.h (MonoMethodInflated): Store the MonoGenericContext
4372         instead of the MonoGenericMethod here.
4373
4374 2004-03-25  Martin Baulig  <martin@ximian.com>
4375
4376         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
4377         each time we create a new MonoGenericInst, we also create a new
4378         context which points back to us.
4379
4380         * class.c (inflate_method): Use `ginst->context' instead of
4381         creating a new context.
4382
4383         * loader.c (method_from_memberref): Use
4384         `klass->generic_inst->context' instead of creating a new context.
4385
4386 2004-03-25  Martin Baulig  <martin@ximian.com>
4387
4388         * class.h (MonoGenericContext): New struct.
4389         (MonoGenericMethod): Removed `generic_inst'.
4390
4391         * class.c (mono_class_inflate_generic_method): Take a
4392         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
4393
4394 2004-03-25  Martin Baulig  <martin@ximian.com>
4395
4396         * loader.h (MonoMethodInflated): New typedef.
4397
4398         * metadata.h (MonoMethodSignature): Removed `gen_method', make
4399         `generic_param_count' consume just 30 bits, added `is_inflated'
4400         and `has_type_parameters' flags (one bit each).
4401
4402         * class.c (mono_class_inflate_generic_method): Create a
4403         MonoMethodInflated instead of a MonoMethodNormal and set
4404         `is_inflated' in the method signature.
4405
4406         * class.h (MonoGenericMethod): Removed `generic_method'.
4407
4408 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
4409
4410         * image.c: Make sure the name of a MonoImage is always an absolute path.
4411           This fixes bug #54415.
4412
4413 2004-03-24  Martin Baulig  <martin@ximian.com>
4414
4415         * class.c (mono_class_setup_vtable): If we're a generic instance,
4416         use our generic type's vtable size.
4417
4418 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
4419
4420         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
4421         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
4422         problems.
4423
4424 2004-03-23  Martin Baulig  <martin@ximian.com>
4425
4426         * class.h (MonoDynamicGenericInst): Added `int count_events' and
4427         `MonoEvent *events'.
4428
4429         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
4430         (typebuilder_icalls): Added "get_event_info"; calls
4431         mono_reflection_event_builder_get_event_info(). 
4432
4433         * reflection.c (mono_reflection_generic_inst_initialize): Added
4434         `MonoArray *events'.
4435         (mono_reflection_event_builder_get_event_info): New function.
4436
4437 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
4438
4439         * object.h: add mono_type_initialization_init
4440
4441         * object.c (mono_runtime_class_init): 
4442         implement class constructor synchronization rules
4443         to cope with threading issues.  
4444         add mono_type_initialization_init
4445
4446         * appdomain.c (mono_runtime_init): call 
4447         mono_type_initialization_init
4448
4449         * class.h: removing initializing field from MonoVTable
4450
4451 2004-03-23  Martin Baulig  <martin@ximian.com>
4452
4453         * class.c (my_mono_class_from_generic_parameter): Use
4454         `param->name' if it's not NULL. 
4455
4456 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
4457
4458         * class.c: do not insert non-virtual methods in the vtable.
4459         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
4460         that means the method is non-virtual. This never would have
4461         happened before.
4462
4463 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
4464
4465         * profiler.c: Added lock for accessing coverage_hash.
4466
4467 2004-03-22  Martin Baulig  <martin@ximian.com>
4468
4469         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
4470         `method->method->signature->generic_param_count != 0' to make it
4471         work for interface methods.
4472
4473 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4474
4475         * process.c: quote the string passed to the shell using g_shell_quote.
4476
4477 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4478
4479         * threads.c:
4480         (mono_threads_manage): don't remove the finalizer thread and self
4481         from the threads hash table so that mono_thread_manage can be called
4482         more than once.
4483
4484 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4485
4486         * process.c: quote the arguments when UseShellExecute is true. Fixes
4487         bug #55790.
4488
4489 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4490
4491         * threads.c: set mono_thread_detach as a cleanup routine for every
4492         thread. This way it's always executed upon thread termination, either
4493         aborted or finished normally. No more xsp hangs!
4494
4495 2004-03-17  Martin Baulig  <martin@ximian.com>
4496
4497         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
4498         `int count_nested' and a `MonoType **nested'.
4499
4500         * reflection.c (mono_reflection_bind_generic_parameters): Moved
4501         most of the functionality into a new static
4502         do_mono_reflection_bind_generic_parameters() and don't take a
4503         `MonoType *nested_in' argument any more.  Don't compute nested
4504         types here.
4505         (mono_reflection_generic_inst_get_nested_types): New public method
4506         to get nested types.
4507
4508         * class.c (mono_class_create_generic): Set `klass->nested_in' if
4509         we're a nested class.
4510
4511         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
4512         mono_reflection_generic_inst_get_nested_types() to compute the
4513         nested types.
4514
4515 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4516
4517         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
4518         descriptive error message under windows.
4519         
4520 2004-03-17  Martin Baulig  <martin@ximian.com>
4521
4522         * class.c (dup_type): Added `const MonoType *original' argument;
4523         copy the attrs from the original type.
4524
4525 2004-03-17  Martin Baulig  <martin@ximian.com>
4526
4527         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
4528         `m->generic_inst_cache' here.
4529
4530 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4531
4532         * exception.h exception.c: Add stack_overflow_exception.
4533
4534 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4535
4536         * threadpool.c:
4537         (overlapped_callback): call SetEvent *after* invoking the callback.
4538         No need to call CloseHandle.
4539
4540 2004-03-16  Martin Baulig  <martin@ximian.com>
4541
4542         * reflection.c (mono_image_get_fieldref_token): Take a
4543         `MonoReflectionField *' instead of a `MonoClassField *' and a
4544         `MonoClass *'; store the `MonoReflectionField *' in the hash.
4545
4546 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4547
4548         * appdomain.c: don't add the culture to the filename we're looking for
4549         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
4550
4551 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4552
4553         * locales.c: don't ignore symbols when doing case insensitive compares.
4554         Thanks Dick! Fixes bug #54046.
4555
4556         * threads.c: surround 'threads' usage with enter/leave in
4557         mono_thread_manage.
4558
4559 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
4560
4561         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
4562         implicitly marshalled as [Out]. Fixes #55450.
4563
4564         (mono_marshal_get_runtime_invoke): Zero out the result if there is
4565         an exception.
4566
4567 2004-03-16  Martin Baulig  <martin@ximian.com>
4568
4569         * class.c (mono_class_from_generic_parameter): Use the actual
4570         parameter name. 
4571
4572 2004-03-16  Martin Baulig  <martin@ximian.com>
4573
4574         * reflection.c (type_get_signature_size): New static function.
4575         Compues the size of the type in a method signature.
4576         (method_get_signature_size): New static function; calls
4577         type_get_signature_size() to compute the actual size of the
4578         method's signature.
4579         (method_encode_signature): Use method_get_signature_size() to get
4580         the signature's size rather than using `nparams * 10'.
4581
4582 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4583
4584         * file-io.h: define here WapiOverlapped on windows. I don't want the
4585         regular OVERLAPPED one.
4586
4587         * file-io.c:
4588         * threadpool.c: somehow, BindIoCompletionCallback is not found.
4589         Disabling AIO on windows.
4590
4591 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4592
4593         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
4594         bug #55385.
4595
4596 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4597
4598         * appdomain.c: upgraded corlib version.
4599
4600         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
4601         and BeginWrite. Allow opening files for asynchrnous operations.
4602
4603         * file-io.h: new struct that maps FileStreamAsyncResult.
4604         * icall.c: added new icalls.
4605         * process.[ch]: support setting child process environment variables
4606         and use the SHELL or COMSPEC when UseShellExecute is true.
4607
4608         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
4609         callback for async. IO is here and also BindHandle.
4610
4611         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
4612         from here.
4613
4614 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
4615
4616         * reflection.c (create_custom_attr): Allow len == 0.
4617
4618         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
4619         computation on big-endian machines.
4620
4621 2004-03-13  Martin Baulig  <martin@ximian.com>
4622
4623         * class.h (MonoGenericInst): Added `int count_ifaces'.
4624
4625         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
4626         `ginst->count_ifaces' instead `klass->interface_count' since we
4627         may get called before the vtable is created.
4628
4629         * loader.c (mono_method_get_param_names): If we're a generic
4630         instance, return and don't initialize the class.
4631
4632         * reflection.c (mono_reflection_setup_generic_class): Don't call
4633         ensure_runtime_vtable().
4634         (mono_reflection_bind_generic_parameters): Set
4635         `ginst->count_ifaces'.
4636
4637 2004-03-11  Jackson Harper <jackson@ximian.com>
4638
4639         * icall.c:
4640         * unicode.c:
4641         * unicode.h: Remove unused System.Char icalls.
4642         
4643 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
4644
4645         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
4646         code when we P/Invoke the first library in Windows.Forms, instead
4647         of when we first open the assembly.
4648
4649         * assembly.c: Drop the lookup from here.
4650
4651 2004-03-10  Martin Baulig  <martin@ximian.com>
4652
4653         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
4654         class for properties, fields and events.  Finally fixes #54945.
4655
4656 2004-03-10  Martin Baulig  <martin@ximian.com>
4657
4658         * metadata.c (mono_metadata_class_equal): New static function;
4659         checks whether two generic instances or two generic parameters are
4660         equal.
4661         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
4662         compare classes.        
4663
4664 2004-03-10  Martin Baulig  <martin@ximian.com>
4665
4666         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
4667
4668         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
4669         argument and write it into the `reflection_info' field.
4670
4671         * icall.c
4672         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
4673         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
4674
4675 2004-03-09  Jackson Harper  <jackson@ximian.com>
4676
4677         * char-conversions.h: use 8 bits for numeric data its all we need
4678         * icall.c: numeric data is only 8 bits now.
4679
4680 2004-03-09  Martin Baulig  <martin@ximian.com>
4681
4682         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
4683
4684         * class.c (init_properties, init_events): Initialize the new
4685         `parent' field.
4686
4687         * reflection.c (typebuilder_setup_properties): Likewise.
4688         (typebuilder_setup_events): Likewise.
4689
4690         * reflection.h (MonoEventInfo): Replaced `parent with
4691         `declaring_type' and `reflected_type'.
4692
4693         * icall.c (ves_icall_get_property_info): Distinguish between
4694         declaring and reflected type.
4695         (ves_icall_get_event_info): Likewise.
4696
4697 2004-03-09  Martin Baulig  <martin@ximian.com>
4698
4699         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
4700         (ves_icall_Type_GetField): Correctly set field->klass.
4701
4702 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
4703
4704         * loader.h: Fix warning.
4705
4706 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
4707
4708         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
4709         library routine if present.  Notice that it will still continue
4710         executing even if its missing, for those working on the Gtk#
4711         edition of Windows.Forms.
4712
4713         * assembly.c (do_mono_assembly_open): If loading the
4714         System.Windows.Forms call mono_loader_wini_init.
4715
4716 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
4717
4718         * class.h: Added MonoRemoteClass struct.
4719         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
4720         function for MonoStrings.
4721         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
4722         Added internal call for getting the proxy type.
4723         * marshal.c: Get the type of transparent proxies from its remote_class.
4724         Added methods that generate the IL for type checks and casts:
4725         mono_marshal_get_isinst, mono_marshal_get_castclass, 
4726         mono_marshal_get_proxy_cancast.
4727         * marshal.h: Declaration of the previous new methods.
4728         * object.c: Added new moethods for creating and updating MonoRemoteClass
4729         instances: mono_remote_class, mono_upgrade_remote_class, 
4730         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
4731         * verify.c: FIx transparent_proxy_fields layout.
4732         * appdomain.c: Bump corlib version.
4733
4734 2004-03-04  Jackson Harper  <jackson@ximian.com>
4735
4736         * icall.c: Add icall to access char conversion tables.
4737         * char-conversions.h: Character conversion tables.
4738         * Makefile.am: Add char-conversions.h private header file.
4739         
4740 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
4741
4742         * appdomain.c (unload_thread_main): Increase unloading timeout to
4743         10 sec as a temporary workaround for Nant problems.
4744
4745 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
4746
4747         * gc.c: Add checks for GC_enable and GC_disable.
4748
4749         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
4750         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
4751         (bug #54988).
4752         
4753 2004-02-27  Martin Baulig  <martin@ximian.com>
4754
4755         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4756         `MonoReflectionType *' instead of a `MonoType *'.
4757
4758 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
4759
4760         * gc.c (run_finalize): Avoid finalizing the object representing the
4761         finalizer thread.
4762         (finalizer_thread): Fix warning.
4763
4764 2004-02-25  Martin Baulig  <martin@ximian.com>
4765
4766         * class.c (_mono_class_get_instantiation_name): Added `int offset'
4767         argument for nested types.
4768         (mono_class_create_generic): Added support for nested generictypes.
4769
4770         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
4771         `GList *nested'.
4772
4773         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
4774
4775         * reflection.c (method_encode_signature): Increase the minimum
4776         value of `size' from 10 to 11.
4777         (mono_reflection_bind_generic_parameters): Take `int type_argc'
4778         and `MonoType **types' arguments instead of the `MonoArray
4779         *types'; added `MonoType *nested_in'.  Recursively instantiate
4780         nested classes. 
4781
4782 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
4783
4784         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
4785         stack_overflow_ex members which are used by exception handling.
4786
4787         * appdomain.c (mono_runtime_init): Initialize the new members.
4788
4789         * gc.c (mono_gc_enable): New helper function.
4790         * gc.c (mono_gc_disable): New helper function.
4791
4792 2004-02-23  Martin Baulig  <martin@ximian.com>
4793
4794         * icall.c: I must have been really stupid - make it actually work
4795         this time ;-)
4796
4797 2004-02-23  Martin Baulig  <martin@ximian.com>
4798
4799         * loader.c (method_from_memberref): Only inflate the method if
4800         it's in another klass.
4801
4802 2004-02-23  Martin Baulig  <martin@ximian.com>
4803
4804         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
4805         (mono_class_init): If we're a generic instance and an interface,
4806         compute `class->interface_id'; also create `class->interfaces'
4807         here and inflate them.
4808
4809         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
4810         `ginst->is_open'.
4811         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
4812
4813         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
4814
4815 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
4816
4817         * reflection.c (method_encode_code): Improved the error message
4818         generated by the exception.
4819
4820 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4821
4822         * icall.c: Martin did not do what he said in the ChangeLog for
4823         2004-02-18, but put back the changes for properties and events.
4824         Commenting those changes out again and adding comment to bug #54518.
4825         
4826         * process.c: removed warning.
4827
4828 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
4829
4830         * marshal.c (emit_struct_conv): Print an error message instead of
4831         asserting when a type does not have the StructLayout attribute.
4832
4833 2004-02-20  Martin Baulig  <martin@ximian.com>
4834
4835         * reflection.c (mono_type_get_object): Also use the cache for
4836         generic instances.
4837         (mono_reflection_bind_generic_parameters): Always compute
4838         `ginst->ifaces'.        
4839
4840 2004-02-20  Martin Baulig  <martin@ximian.com>
4841
4842         * class.h (MonoGenericMethod): Removed `klass'.
4843
4844         * class.c (mono_class_inflate_generic_method): Added `MonoClass
4845         *klass' argument.
4846
4847 2004-02-20  Martin Baulig  <martin@ximian.com>
4848
4849         * reflection.c (method_encode_methodspec): Actually use the
4850         uninflated signature for the memberref.
4851
4852 2004-02-20  Martin Baulig  <martin@ximian.com>
4853
4854         * class.h (MonoGenericMethod): Removed `declaring'.
4855
4856         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
4857         is NULL, compute it here.
4858
4859 2004-02-20  Martin Baulig  <martin@ximian.com>
4860
4861         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
4862
4863         * metadata.c (mono_metadata_generic_inst_hash): New method.
4864         (mono_metadata_generic_inst_equal): New method.
4865
4866         * reflection.c (mono_reflection_bind_generic_parameters): Use the
4867         `klass->image->generic_inst_cache' cache to avoid creating
4868         duplicate MonoGenericInst's.
4869
4870         * class.c (mono_class_inflate_generic_type): Use the cache.
4871
4872 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
4873
4874         * object.c: fixed gc descriptor calculation for embedded valuetypes.
4875
4876 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4877
4878         * icall.c: added Socket.WSAIoctl icall.
4879
4880         * socket-io.[ch]: implemented
4881         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
4882
4883 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
4884
4885         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
4886
4887 2004-02-18  Urs C Muff  <umuff@quark.com>
4888
4889         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
4890         this work on PPC and other big-endian architectures.
4891
4892         * debug-mono-symfile.h: Prepended the names of all the `guint32'
4893         fields with an underscore to make sure they're only accessed by
4894         the read32() macro.
4895
4896 2004-02-18  Martin Baulig  <martin@ximian.com>
4897
4898         * icall.c: Put the klass->refclass changes back for methods and
4899         fields, but not for properties and events.  We're currently not
4900         distinguishing between DeclaringType and ReflectedType for
4901         properties and events, that's what caused the regressions.
4902
4903 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4904
4905         * object.c:
4906         (mono_async_result_new): the handle can be NULL.
4907
4908         * threadpool.c: Use an event instead of a semaphore, don't initialize
4909         it until needed. This saves quite a few semaphores from being created
4910         when using the threadpool.
4911
4912 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
4913
4914         * object.c (mono_string_is_interned_lookup): Fix interning of long
4915         strings. Fixes #54473.
4916
4917         * domain.c (ldstr_equal): Optimize if the two strings are equal.
4918
4919         * icall.c: Revert the klass->refclass changes since they introduce
4920         regressions (bug #54518).
4921
4922 2004-02-18  Martin Baulig  <martin@ximian.com>
4923
4924         * class.c (mono_class_init): If we're a generic instance and don't
4925         come from a TypeBuilder, inflate our members here.
4926         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
4927         (mono_class_create_generic): New public method.
4928         (mono_class_initialize_generic): Removed.
4929         (get_instantiation_name): Renamed to
4930         _mono_class_get_instantiation_name() and made it public.
4931
4932 2004-02-18  Martin Baulig  <martin@ximian.com>
4933
4934         * class.c (mono_class_inflate_generic_type): Clear the new
4935         instance's `nginst->klass' when inflating a generic instance.
4936         (mono_class_is_subclass_of): Added (basic) support for generic
4937         instances.
4938
4939 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
4940
4941         * appdomain.h, domain.c: use a MonoCodeManager instead of a
4942         MonoMempool to hold compiled native code.
4943
4944 2004-02-17  Martin Baulig  <martin@ximian.com>
4945
4946         * class.h (MonoDynamicGenericInst): Added `count_properties' and
4947         `properties'.
4948
4949         * reflection.c (mono_reflection_generic_inst_initialize): Added
4950         `MonoArray *properties' argument.
4951
4952         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
4953
4954 2004-02-17  Martin Baulig  <martin@ximian.com>
4955
4956         * icall.c (ves_icall_Type_GetFields): Renamed to
4957         ves_icall_Type_GetFields_internal() and added a
4958         `MonoReflectionType *rtype' argument; pass it to
4959         mono_field_get_object() to set the field's "reflected" type.
4960         (ves_icall_Type_GetConstructors): Likewise.
4961         (ves_icall_Type_GetEvents): Likewise.
4962         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
4963         argument; pass it to mono_method_get_object() to set the method's
4964         "reflected" type.       
4965
4966 2004-02-17  Martin Baulig  <martin@ximian.com>
4967
4968         * class.h (MonoDynamicGenericInst): New type.
4969         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
4970
4971         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
4972         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
4973         (ves_icall_MonoGenericInst_GetFields): New interncall.
4974
4975         * class.c (mono_class_from_generic): Don't call
4976         mono_class_initialize_generic() if this is a dynamic instance;
4977         ie. it's being created from a TypeBuilder.
4978         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
4979         `class->byval_arg.type'.
4980
4981         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
4982         to `inflate_method' and made static.
4983         (mono_reflection_inflate_field): Removed.
4984         (mono_reflection_generic_inst_initialize): New public method.
4985
4986         * reflection.h (MonoReflectionGenericInst): Removed `methods',
4987         `ctors' and `fields'; added `initialized'.
4988
4989 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
4990
4991         * debug-helpers.c (mono_method_full_name): Fix output for empty
4992         namespaces.
4993
4994 2004-02-12  Martin Baulig  <martin@ximian.com>
4995
4996         * class.h (MonoClassField): Added `MonoType *generic_type'.
4997
4998         * reflection.c (mono_image_get_fieldref_token): Added support for
4999         instantiated generic types.
5000         (field_encode_inflated_field): Removed.
5001         (mono_image_get_inflated_field_token): Removed.
5002         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
5003
5004         * reflection.h (MonoReflectionInflatedField): Removed.
5005
5006 2004-02-12  Martin Baulig  <martin@ximian.com>
5007
5008         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
5009         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
5010
5011         * reflection.c (mono_image_get_methodspec_token): Take a
5012         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
5013         (mono_image_create_token): Check whether we have a
5014         `method->signature->gen_method' and call
5015         mono_image_get_methodspec_token() if appropriate.
5016         (inflated_method_get_object): Removed.
5017         (mono_reflection_bind_generic_method_parameters): Return a
5018         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
5019         (mono_reflection_inflate_method_or_ctor): Likewise.
5020
5021         * reflection.h (MonoReflectionInflatedMethod): Removed.
5022
5023 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
5024
5025         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
5026         for custom valuetype marshalling.
5027
5028         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
5029
5030 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5031
5032         * icall.c: fixed WSAGetLastError_internal name.
5033
5034 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
5035
5036         * threads.c (mono_thread_attach): Allow this to be called multiple
5037         times for a thread.
5038         
5039         * threads.c (build_wait_tids): Do not wait for ourselves.
5040
5041         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
5042         appdomain list is empty.
5043
5044         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
5045         memory returned by mono_string_builder_to_utf16, since it points into
5046         managed memory. Thanks to Bernie Solomon for noticing this.
5047
5048         * icall.c: Add AppDomainSetup icalls.
5049
5050         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
5051
5052         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
5053         types.
5054
5055         * reflection.c (reflection_methodbuilder_to_mono_method): Save
5056         custom attributes to the method_aux struct. Also fix array indexes etc.
5057
5058         * loader.c (mono_method_get_param_names): Make dynamic case work again.
5059         
5060 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
5061
5062         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
5063         (both static and runtime) and reduce startup time.
5064
5065 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
5066
5067         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
5068         AsAny marshalling conversion instead of crashing.
5069
5070         * marshal.c: Fix warnings.
5071
5072 2004-02-09  Martin Baulig  <martin@ximian.com>
5073
5074         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
5075
5076         * reflection.h (MonoReflectionInflatedMethod): Removed the
5077         `declaring' field, it's now in the unmanaged MonoGenericMethod.
5078
5079         * reflection.c (method_encode_methodspec): Removed the `method'
5080         argument; we get it from `gmethod->declaring'.
5081         (inflated_method_get_object): Removed the `declaring' argument.
5082
5083 2004-02-09  Martin Baulig  <martin@ximian.com>
5084
5085         * class.h (MonoGenericMethod): New type.
5086         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
5087         `generic_method'.
5088
5089         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
5090         a `MonoGenericMethod *gen_method' one.
5091
5092         * class.c (mono_class_inflate_generic_type): Take an additional
5093         `MonoGenericMethod * argument.  This is only non-NULL if we're
5094         inflating types for a generic method.   
5095         (mono_class_inflate_generic_signature): Renamed to
5096         inflate_generic_signature() and made static; take a
5097         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
5098         (inflate_generic_header): Take a `MonoGenericMethod *' argument
5099         instead of a `MonoGenericInst *' one.
5100         (mono_class_inflate_generic_method): Likewise.
5101
5102         * reflection.c (encode_generic_method_sig): Take a
5103         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
5104         (method_encode_methodspec): Likewise.
5105         (inflated_method_get_object): Likewise. 
5106
5107         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
5108         field with a `MonoGenericMethod *gmethod' one.  
5109
5110 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
5111
5112         * class.h (mono_class_has_parent): add parens to expansion
5113         so you can ! this.
5114
5115 2004-02-08  Martin Baulig  <martin@ximian.com>
5116
5117         * image.h (MonoImage): Removed `generics_cache'.
5118
5119         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
5120         instead of a `MonoType *' argument; removed the `inflate_methods'
5121         argument.  Don't inflate methods here.
5122
5123         * loader.c (find_method): If it's a generic instance, call
5124         mono_class_init() on the `sclass->generic_inst->generic_type'.
5125
5126         * metadata.c (mono_type_size): Make this work on uninitialized
5127         generic instances; call it on the `ginst->generic_type's class.
5128
5129         * reflection.c (mono_reflection_bind_generic_parameters): Call
5130         mono_class_from_generic() to create the `ginst->klass'.
5131
5132 2004-02-08  Martin Baulig  <martin@ximian.com>
5133
5134         * class.h (MonoClass): Changed type of `generic_inst' from
5135         `MonoType *' to `MonoGenericInst *'.
5136
5137 2004-02-08  Martin Baulig  <martin@ximian.com>
5138
5139         * icall.c (ves_icall_Type_BindGenericParameters): Just call
5140         mono_type_get_object(), this is now creating a `MonoGenericInst'
5141         for MONO_TYPE_GENERICINST.
5142         (ves_icall_MonoGenericInst_GetParentType): Likewise.
5143         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
5144
5145         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
5146         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
5147         (inflated_method_get_object): Added `MonoClass *refclass' argument.
5148         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
5149         and reflected type.
5150
5151         * reflection.h (MonoReflectionInflatedMethod): Removed
5152         `declaring_type' and `reflected_type'.
5153
5154 2004-02-08  Martin Baulig  <martin@ximian.com>
5155
5156         * class.h (MonoGenericInst): Added `MonoType *parent' and
5157         `MonoType **ifaces'.
5158
5159         * reflection.h (MonoReflectionGenericInst): Removed `klass',
5160         `parent' and `interfaces'.
5161
5162         * reflection.c (mono_reflection_bind_generic_parameters): Take a
5163         `MonoType *' argument and return a `MonoType *'.
5164
5165         * icall.c
5166         (ves_icall_MonoGenericInst_GetParentType): New interncall.
5167         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
5168
5169 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
5170
5171         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
5172         valuetype marshalling.
5173
5174 2004-02-06  Martin Baulig  <martin@ximian.com>
5175
5176         * class.c
5177         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
5178         (my_mono_class_from_generic_parameter): Likewise.
5179
5180 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
5181
5182         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
5183         contents of the symbol files lazily.
5184
5185         * object.h (MonoThread): Add 'name' and 'name_len' fields.
5186
5187         * threads.h threads.c icall.c: New icalls for getting and setting the
5188         threads name.
5189
5190 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
5191
5192         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
5193         Raise an exception when the domain is not found.
5194
5195 2004-02-03  Martin Baulig  <martin@ximian.com>
5196
5197         * reflection.c (mono_image_get_methodspec_token): Use the
5198         uninflated signature; fixes gen-33.
5199
5200 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
5201
5202         * gc.c threads.c: Make the finalizer thread a normal managed thread so
5203         the finalizer code can use thread functionality.
5204
5205         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
5206         the finalizer thread.
5207
5208         * threads.c: Make some functions more robust.
5209
5210         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
5211
5212         * metadata.h: Add new marshalling conventions.
5213
5214         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
5215         stringbuilder marshalling. Fixes #53700.
5216
5217         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
5218
5219         * reflection.c (mono_image_get_type_info): Save declarative security
5220         info.
5221
5222         * reflection.c (mono_image_get_field_info): Handle uninitialized 
5223         unmanaged fields as well.
5224
5225         * appdomain.c: Bump corlib version.
5226
5227 2004-02-01  Martin Baulig  <martin@ximian.com>
5228
5229         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
5230         method type arguments.  
5231
5232 2004-01-30  Duncan Mak  <duncan@ximian.com>
5233
5234         * marshal.h: Add prototype for
5235         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
5236         and
5237         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
5238         fix the build.
5239
5240 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
5241
5242         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
5243         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
5244
5245 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
5246
5247         * marshal.c (mono_marshal_get_native_wrapper): Add support for
5248         custom marshalling of valuetypes.
5249
5250         * marshal.c: Fix some warnings.
5251
5252 2004-01-29  Martin Baulig  <martin@ximian.com>
5253
5254         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
5255         for generic method parameters.
5256
5257         * reflection.c (method_encode_methodspec): Write the uninflated
5258         signature into the methodspec table.
5259         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
5260         is always the uninflated method.
5261         (reflection_methodbuilder_to_mono_method): Copy the generic
5262         parameters from the MethodBuilder into `header->gen_params'.
5263
5264 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
5265
5266         * class.c (mono_class_from_generic_parameter): Fix warning.
5267
5268 2004-01-27  Martin Baulig  <martin@ximian.com>
5269
5270         * class.c (mono_class_from_generic_parameter): Don't create
5271         `klass->methods' here.  
5272
5273 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
5274
5275         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
5276         extension since it does not work with libraries named lib<FOO>.dll.so.
5277
5278 2004-01-25  Martin Baulig  <martin@ximian.com>
5279
5280         * class.c (mono_class_inflate_generic_type): Added support for
5281         MONO_TYPE_GENERICINST.
5282
5283         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
5284         inflate methods on open constructed types.      
5285
5286 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5287
5288         * object.c: fire ProcessExit event in the root AppDomain after running
5289         Main. Fixes bug #53299.
5290
5291 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
5292
5293         * socket-io.c: include the new socket-wrappers.h header.
5294         Use the wrappers instead of the unix socket functions to make the code
5295         more clear.
5296
5297 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
5298
5299         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
5300
5301         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
5302         Fixes #22532.
5303
5304 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
5305
5306         * reflection.c (mono_image_create_pefile): Handle the case when the
5307         entry point is not a MethodBuilder.
5308
5309         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
5310         field to ReflectionMethod since it is not allways a builder.
5311
5312         * reflection.c (type_get_fully_qualified_name): New helper function to
5313         return the fully qualified name of a type.
5314
5315         * reflection.c (encode_marshal_blob): Always emit the fully qualified
5316         type name for custom marshallers.
5317
5318         * reflection.c (mono_marshal_spec_from_builder): Ditto.
5319
5320         * class.c (mono_class_setup_vtable): If a parent class already 
5321         implements an interface, use the implementing methods from that class.
5322         Fixes #53148.
5323
5324 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5325
5326         * threadpool.c: just return instead of ExitThread to allow for thread
5327         clean up earlier.
5328
5329 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
5330
5331         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
5332         when closing resource modules.
5333
5334         * reflection.c (mono_image_create_pefile): Handle the case when the
5335         entry point is not a MethodBuilder.
5336
5337         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
5338         field to ReflectionMethod since it is not allways a builder.
5339
5340 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
5341
5342         * marshal.c (mono_marshal_get_managed_wrapper): 
5343         mono_marshal_alloc takes native int so CONV_I
5344         the arg for 64bits.
5345
5346 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
5347
5348         * reflection.c (fixup_cattrs): New function to fixup the methoddef
5349         tokens in the cattr table. Fixes #53108.
5350
5351 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5352
5353         * loader.c: don't trim ".dll" before looking up in the config file.
5354         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
5355
5356 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
5357
5358         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
5359         Return the module which contains the resource as well.
5360         (ves_icall_System_Reflection_Module_Close): New icall.
5361
5362         * appdomain.c: Bump corlib version number.
5363
5364         * image.c (mono_image_addref): New public function.
5365
5366         * assembly.c: Call mono_image_addref.
5367
5368         * reflection.c (mono_module_get_object): Increase reference count of 
5369         the image.
5370
5371         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
5372         Fixes #22532.
5373
5374         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
5375         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
5376         proper exceptions on DllImport problems.
5377
5378 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
5379
5380         * class.c, metadata.c: eliminate CSIZE macro.
5381
5382 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
5383
5384         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
5385         * object.h: Added async_callback field in MonoAsyncResult.
5386         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
5387         * verify.c: Added async_callback in MonoAsyncResult layout.
5388
5389 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
5390
5391         * reflection.c (mono_reflection_get_custom_attrs): Add support
5392         for Modules.
5393
5394 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5395
5396         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
5397         marshalling.
5398         (mono_marshal_method_from_wrapper): Add null pointer check.
5399
5400 2004-01-16  Martin Baulig  <martin@ximian.com>
5401
5402         * debug-mono-symfile.h: Set version number to 36 and reflect
5403         latest symbol writer changes.
5404
5405 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5406
5407         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
5408         multi-dimensional arrays.
5409         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
5410         (mono_class_from_mono_type): Use bounded_array_class_get.
5411         
5412         * class.c (mono_bounded_array_class_get): New function which takes
5413         a 'bounded' bool argument to distinguish vectors from one dimensional
5414         arrays.
5415
5416         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
5417         bounded_array_class_get if the array has bounds.
5418
5419         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5420         Search modules loaded using AssemblyBuilder:AddModule as well.
5421
5422 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5423
5424         * appdomain.c: increased corlib version.
5425         * filewatcher.c: removed g_print.
5426         * icall.c:
5427         (get_property_info): only allocate what is actually requested.
5428         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
5429
5430 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5431
5432         * Makefile.am: added filewatcher.[ch]
5433         * filewatcher.[ch]: FileSystemWatcher runtime support.
5434         * icall.c: added new FSW icalls.
5435
5436 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
5437
5438         * string-icalls.c: fix stringbuilder regression as suggested by
5439         Iain McCoy <iain@mccoy.id.au>.
5440
5441 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
5442
5443         * process.c (process_read_stringtable_block): Recognize '007f' as
5444         a language neutral stringtable block.
5445
5446 2004-01-12  Patrik Torstensson
5447
5448         * object.h (MonoStringBuilder) : Changed layout to support our
5449         new stringbuilder class.
5450         * marshal.c: Change marshalling to support the new layout of 
5451         string builder.
5452         * appdomain.c: increased version number because new layout of
5453         string builder.
5454
5455 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
5456
5457         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
5458         assembly name as an string instead of an AssemblyName, since it is
5459         easier to extract info from it.
5460
5461         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
5462         the culture subdirectories too. Fixes #52231.
5463
5464 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5465
5466         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
5467         It takes 2 new parameters with an optional name for the method to look
5468         for and case ignoring info.
5469
5470         * threadpool.c: removed unused variable.
5471
5472 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5473
5474         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
5475         It takes 2 new parameters with an optional name for the property to look
5476         for and case ignoring info.
5477         Fixes bug #52753.
5478
5479 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
5480
5481         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
5482         Fix #52451.
5483
5484 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5485
5486         * appdomain.c:
5487         * assembly.c: escape the uri before passing it to g_filename_from_uri.
5488         Fixes bug #52630.
5489
5490 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
5491
5492         * reflection.c: Add support for more than one unmanaged resource.
5493
5494         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
5495         in field->def_value, as done in all other cases.
5496
5497         * reflection.c (mono_reflection_get_custom_attrs): Add support for
5498         TypeBuilders.
5499
5500         * reflection.c (mono_reflection_create_runtime_class): Remove 
5501         errorneous assignment to klass->element_class, since it is already
5502         done in mono_reflection_setup_internal_class.
5503
5504 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5505
5506         * gc.c: added missing LeaveCriticalSection.
5507         * icall.c: indented a couple of lines.
5508         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
5509         if we call EndInvoke inside a callback. Fixes bug #52601.
5510
5511 2004-01-07  Martin Baulig  <martin@ximian.com>
5512
5513         * mono-debug-debugger.h
5514         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
5515
5516 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
5517
5518         * appdomain.c: Use messages in NotImplementedException.
5519
5520         * exception.c (mono_get_exception_not_implemented): Now this takes
5521         a message argument.
5522
5523         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
5524         exception instead of g_asserting an aborting when something is not
5525         implemented.
5526
5527         Add some inline docs.
5528
5529 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
5530
5531         * reflection.h: Update after changes to object layout.
5532
5533         * reflection.c: Implement saving of unmanaged aka win32 resources.
5534
5535         * appdomain.c: Bump version number.
5536
5537         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
5538         Handle missing domains gracefully.
5539
5540 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
5541
5542         * file-io.c : On Windows, there are much more invalid_path_chars.
5543
5544 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
5545
5546         * class.h, object.c: prepare for GetType () speedup.
5547
5548 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
5549
5550         * profiler.c: workaround for --profile null reference exception on
5551           cygwin. Patch by Patrik Torstensson.
5552
5553 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
5554
5555         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
5556         make work for unaligned access.
5557
5558 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
5559
5560         * class.c: small cleanup (class->fields [i] -> field).
5561         * image.c: check address of metadata is valid.
5562
5563 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
5564
5565         * assembly.h assembly.c (mono_assembly_loaded): New public function to
5566         search the list of loaded assemblies.
5567
5568         * reflection.c (mono_reflection_type_from_name): Use 
5569         mono_assembly_loaded instead of mono_image_loaded.
5570
5571         * reflection.c: Fix warnings.
5572
5573 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
5574
5575         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
5576         is dynamic. This is needed since an assembly can contain both dynamic and
5577         non-dynamic images.
5578
5579         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
5580         assembly->dynamic.
5581
5582         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
5583
5584         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
5585         to store modules loaded using AddModule.
5586
5587         * reflection.c (mono_image_fill_file_table): Generalize this so it works
5588         on Modules.
5589
5590         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
5591
5592         * reflection.c (mono_image_fill_export_table_from_module): New function to
5593         fill out the EXPORTEDTYPES table from a module.
5594
5595         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
5596         into a separate function. Also handle loaded non-dynamic modules.
5597
5598         * reflection.c (mono_image_basic_init): Fix memory allocation.
5599
5600         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5601
5602         * assembly.c (mono_assembly_load_references): Make this public.
5603
5604 2003-12-19  Martin Baulig  <martin@ximian.com>
5605
5606         * class.c (mono_class_initialize_generic): Made this static, take
5607         a `MonoGenericInst *' instead of a `MonoClass *'.
5608         (mono_class_from_generic): Call mono_class_initialize_generic()
5609         unless we're already initialized or being called from
5610         do_mono_metadata_parse_generic_inst().
5611
5612         * class.h (MonoGenericInst): Added `initialized' and
5613         `init_pending' flags.
5614
5615         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
5616         `mono_class_init (gklass)' or mono_class_initialize_generic()
5617         here; set `generic_inst->init_pending' while parsing the
5618         `type_argv'.
5619
5620 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
5621
5622         * locales.c: include string.h for memxxx prototypes
5623
5624 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
5625
5626         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
5627         constructor when accessing literal fields.
5628
5629 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
5630
5631         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5632
5633         * reflection.c (assembly_add_resource_manifest): New function to fill
5634         the MANIFESTRESOURCE table.
5635
5636         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
5637
5638         * reflection.h: Update to changes in class layout.
5639
5640         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
5641         Reenable call to mono_runtime_is_shutting_down ().
5642
5643         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
5644         determine if the runtime is shutting down.
5645
5646 2003-12-16  Jackson Harper <jackson@ximian.com>
5647
5648         * icall.c: comment out call to mono_runtime_is_shutting_down to
5649         fix build.
5650         
5651 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
5652
5653         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
5654         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
5655
5656 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
5657
5658         * reflection.c: move definition of swap_with_size
5659         to before its first call
5660
5661 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
5662
5663         * appdomain.c (mono_runtime_is_shutting_down): New public function.
5664
5665         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
5666         icall.
5667
5668         * object.c: Fix warnings.
5669
5670         * icall.c (ves_icall_Type_Get...): Only consider inherited static
5671         members if FlattenHierarchy is set.
5672
5673         * reflection.c (mono_image_add_decl_security): New function to emit
5674         declarative security.
5675
5676         * reflection.h reflection.c: Add support for declarative security.
5677
5678         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5679         
5680 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
5681
5682         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5683         
5684         * appdomain.c verify.c: Moved corlib version checking into its own
5685         function in appdomain.c since it needs to create vtables etc.
5686
5687 2003-12-13  Patrik Torstensson <p@rxc.se>
5688
5689         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
5690         instead of unwrapped server.
5691
5692 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
5693
5694         * verify.c (check_corlib): Fix field index.
5695
5696 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
5697
5698         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
5699         GetGacPath icall.
5700
5701 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
5702
5703         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
5704         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
5705         cope with sizeof(size_t) != sizeof(guint32).
5706
5707 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5708
5709         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
5710         in case of failure.
5711
5712 2003-12-10  Mark Crichton <crichton@gimp.org>
5713
5714         * icall.c: removed the GetNonZeroBytes.  We now handle this case
5715         in managed code.
5716
5717         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
5718
5719 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
5720
5721         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
5722         marked as deleted.
5723
5724 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
5725
5726         * verify.c (check_corlib): Handle the case when the version field is 
5727         initialized by a static constructor.
5728
5729 2003-12-08  Patrik Torstensson  <p@rxc.se>
5730
5731     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
5732
5733 2003-12-08  Martin Baulig  <martin@ximian.com>
5734
5735         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
5736         a MonoReflectionGenericParameter, also take the parameter index
5737         and name as arguments.
5738         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
5739         (ves_icall_MonoGenericParam_initialize): New interncall.
5740         (ves_icall_Type_make_byref_type): New interncall.
5741
5742         * reflection.h (MonoReflectionGenericParam): Derive from
5743         MonoReflectionType, not just from MonoObject.  Added `refobj' and
5744         `index' fields.
5745
5746         * reflection.c (mono_reflection_define_generic_parameter): Create
5747         and return a new MonoReflectionGenericParam; don't initialize the
5748         constraints here.
5749         (mono_reflection_initialize_generic_parameter): New public method;
5750         initializes the constraints and creates the `param->pklass'.
5751
5752 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
5753
5754         * reflection.h reflection.c: Use the new fields 'num_types', 
5755         'num_fields' and 'num_methods' to track the number of types etc.
5756
5757         * verify.c (check_corlib): Check corlib version number.
5758
5759 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
5760
5761         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
5762         function works on all methods.
5763
5764 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
5765
5766         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
5767         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
5768         the custom_type_info flag of the transparent proxy.
5769         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
5770         objects that supports IRemotingTypeInfo.
5771         * object.h: Added custom_type_info field in transparent proxy.
5772
5773 2003-12-06  Martin Baulig  <martin@ximian.com>
5774
5775         * class.c (mono_class_create_from_generic): Removed.
5776         (mono_class_from_generic): Check `ginst->klass' before doing
5777         anything else.  This is important to fully support "recursive"
5778         generic types.
5779
5780         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
5781         empty `generic_inst->klass' before doing anything else.
5782
5783 2003-12-06  Dick Porter  <dick@ximian.com>
5784
5785         * verify.c: 
5786         * object.h:
5787         * icall.c:
5788         * locales.c: Use C structs to access class fields.  Don't do a
5789         conversion between MonoString and UChar because both are
5790         platform-endian UTF-16.  Compare now takes startindex and count
5791         parameters.  Add a char overload for IndexOf.  Speed up the
5792         invariant string IndexOf.
5793
5794 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
5795
5796         * Makefile.am (monosn_LDADD): Fix parallel build.
5797
5798 2003-12-04  Martin Baulig  <martin@ximian.com>
5799
5800         * icall.c
5801         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
5802         (ves_icall_Type_make_array_type): New interncall.       
5803
5804 2003-12-04  Martin Baulig  <martin@ximian.com>
5805
5806         * locales.c: also change it in the !HAVE_ICU case.
5807
5808 2003-12-04  Dick Porter  <dick@ximian.com>
5809
5810         * icall.c:
5811         * locales.c: construct_compareinfo is now in CompareInfo, not
5812         CultureInfo.
5813
5814 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
5815
5816         * image.c (mono_image_load_file_for_image): Cache loaded images in the
5817         image->files array.
5818
5819         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
5820         table as well.
5821
5822         * assembly.c (mono_assembly_load_references): Only load references
5823         once.
5824
5825         * class.c (mono_class_from_name): Avoid linear search of the 
5826         EXPORTEDTYPE table.
5827
5828         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
5829
5830 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
5831
5832         * image.h (MonoImage): Add 'field_cache' field.
5833
5834         * loader.c (mono_field_from_token): Cache field lookups.
5835         
5836         * reflection.c (mono_module_get_object): Fix name property.
5837
5838         * icall.c (ves_icall_get_enum_info): Update after changes to 
5839         mono_metadata_get_constant_index ().
5840
5841         * icall.c: Get rid of get_type_info icall, use a separate icall for
5842         each type property to avoid needless memory allocations. Fixes #51514.
5843
5844         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
5845         to avoid needless binary searches.
5846
5847         * class.c (class_compute_field_layout): Move the initialization of
5848         field->def_value to mono_class_vtable ().
5849
5850         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
5851         non-corlib types.
5852
5853         * object.c (mono_object_allocate): Make it inline.
5854
5855         * object.c (mono_object_allocate_spec): Make it inline.
5856         
5857 2003-12-02  Dick Porter  <dick@ximian.com>
5858
5859         * locales.c (create_NumberFormat): NumberFormatInfo construction.
5860         Patch by Mohammad DAMT (mdamt@cdl2000.com).
5861
5862 2003-12-01  Dick Porter  <dick@ximian.com>
5863
5864         * threads.c: Fix signature and call in CreateMutex and
5865         CreateEvent.
5866
5867 2003-12-01  Dick Porter  <dick@ximian.com>
5868
5869         * icall.c: 
5870         * locales.c: Implement string compares and searching
5871
5872         * object.h: Add extra Thread field
5873
5874 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
5875
5876         * reflection.c (fixup_method): Add support for MonoCMethod.
5877
5878 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
5879
5880         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
5881
5882         * reflection.c (assembly_name_to_aname): Allow extra characters in
5883         assembly names. Fixes #51468.
5884
5885 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
5886
5887         * exception.c (mono_exception_from_name_domain): New helper function.
5888
5889         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
5890         exception object in the correct domain.
5891
5892         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
5893         formatting + make a copy a the input data.
5894
5895         * loader.c (mono_get_method_from_token): Methods which contain
5896         native code do not have entries in the ImplMap.
5897
5898         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
5899         Thanks to Gonzalo for spotting this.
5900         
5901         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
5902         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
5903
5904         * assembly.h (mono_assembly_load_from): Split the second part of 
5905         assembly loading into a new public function.
5906
5907         * exception.h (mono_get_exception_bad_image_format): New function.
5908
5909 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
5910
5911         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5912         Enumerate all modules inside a dynamic assembly. Fixes #51293.
5913         
5914         * icall.c: Add new icall for creating dynamic methods.
5915
5916         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
5917
5918         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
5919
5920         * reflection.c (mono_reflection_create_dynamic_method): New icall to
5921         create a dynamic method.
5922
5923         * reflection.c (resolve_object): New helper function.
5924
5925         * reflection.c: Generalize ReflectionMethodBuilder and the functions
5926         which manipulate it so they can also work on dynamic methods.
5927
5928         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
5929         creating the MonoReflectionMethodAux structure if it is not needed.
5930         
5931         * reflection.h verify.c: Update after changes to object layout.
5932
5933         * reflection.c (method_builder_encode_signature): Fix compilation on
5934         gcc 2.95.x.
5935
5936 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
5937
5938         * appdomain.h: Added support for context static fields. Added static_data
5939           field to MonoAppContext and renamed thread_static_fields to a more
5940           generic special_static_fields in MonoAppDomain, since it can now contain
5941           context static fields.
5942         * domain.c: Updated hashtable name.
5943         * object.c: Replaced field_is_thread_static() for a more generic
5944           field_is_special_static() which also checks for context static attribute.
5945           In mono_class_vtable(), added support for static context fields.
5946         * threads.c: Changed methods that manage thread static fields to more
5947           generic methods so they can be reused both for thread and context static
5948           data.
5949         * threads.h: Declared some new methods.
5950
5951 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
5952
5953         * reflection.h: Update after changes to the managed types.
5954
5955         * reflection.c (encode_custom_modifiers): New helper function.
5956
5957         * reflection.c (method_encode_signature): Emit custom modifiers.
5958
5959         * reflection.c (field_encode_signature): Emit custom modifiers.
5960
5961 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
5962
5963         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
5964
5965         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
5966         implementation.
5967
5968         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
5969         icall.
5970
5971         * object.c (mono_field_get_value_object): New function.
5972
5973         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
5974         specific.
5975
5976 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
5977
5978         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
5979         return a preallocated out-of-memory exception instance.
5980
5981         * object.c (out_of_memory): Use the new function.
5982
5983         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
5984         flag is before the custom modifiers. Fixes #49802.
5985
5986 2003-11-16  Martin Baulig  <martin@ximian.com>
5987
5988         * class.c (mono_class_is_open_constructed_type): Implemented the
5989         MONO_TYPE_GENERICINST case.
5990
5991 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
5992
5993         * assembly.c (mono_assembly_fill_assembly_name): New function to
5994         fill out the MonoAssemblyName structure.
5995         (mono_assembly_open): Use the new function.
5996
5997         * icall.c (fill_reflection_assembly_name): New helper function.
5998
5999         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
6000         new function.
6001
6002         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
6003
6004 2003-11-15  Martin Baulig  <martin@ximian.com>
6005
6006         * class.c (mono_class_is_open_constructed_type): New public
6007         function; checks whether a type is an open constructed type,
6008         ie. whether it still contains type parameters.
6009         (mono_class_inflate_generic_type): If we're a type parameter and
6010         the inflated type is also a MONO_TYPE_(M)VAR, return the original
6011         type.
6012
6013         * class.h (MonoGenericInst): Added `guint32 is_open'.
6014
6015         * loader.c (method_from_methodspec): Check whether we're an open
6016         or closed constructed type and set `ginst->is_open'.
6017
6018         * reflection.c (mono_reflection_bind_generic_parameters): Check
6019         whether we're an open or closed constructed type and set
6020         `ginst->is_open'.
6021         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
6022         from open constructed types.
6023
6024 2003-11-15  Martin Baulig  <martin@ximian.com>
6025
6026         * reflection.c (mono_reflection_bind_generic_parameters): If we're
6027         a generic instance (instead of a generic type declaration) with
6028         unbound generic parameters, bind them to our actual types.
6029
6030 2003-11-14  Martin Baulig  <martin@ximian.com>
6031
6032         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
6033
6034         * reflection.c (mono_reflection_bind_generic_parameters): If we're
6035         an interface type, populate `res->interfaces' with instantiated
6036         versions of all the interfaces we inherit.
6037
6038 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
6039
6040         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
6041         when MONO_PATH is set but doesn't contain the install dir.
6042
6043 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6044
6045         * icall.c:
6046         (ves_icall_Type_GetInterfaces): don't return an interface twice when
6047         it's also implemented in base classes. Fixes bug #50927.
6048
6049 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
6050
6051         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
6052         if this method is called from a finalizer. Fixes #50913.
6053
6054 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
6055
6056         * threads.c: Implement VolatileRead/VolatileWrite
6057
6058         * icall.c: Add new icalls for VolatileRead/VolatileWrite
6059
6060 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6061
6062         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
6063         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
6064         2.95.3.
6065
6066         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
6067         from Peter Ross (pro@missioncriticalit.com).
6068         
6069 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
6070
6071         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
6072
6073 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6074
6075         * assembly.c (mono_assembly_load_references): Disable check because it
6076         triggers on older corlibs which lots of people have.
6077
6078 2003-11-12  Jackson Harper  <jackson@ximian.com>
6079
6080         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
6081         load corlib.dll if mscorlib.dll is not found.
6082         * assembly.h: Remove corlib name define.
6083         * class.c:
6084         * domain.c:
6085         * image.c: Change corlib name to mscorlib.
6086         
6087 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6088
6089         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
6090
6091 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
6092
6093         * appdomain.h: Added loader_optimization here to sync with the C#
6094         code, and add disallow_binding_redirects field.
6095
6096 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
6097
6098         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
6099
6100         * reflection.c (mono_image_build_metadata): Fix crash on modules
6101         with no types.
6102
6103         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
6104
6105         * icall.c (ves_icall_get_method_info): Return callingConvention as
6106         well.
6107
6108         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
6109         namespaces from the EXPORTEDTYPE table as well.
6110
6111         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
6112         from all modules inside the assembly.
6113         
6114 2003-11-11  Martin Baulig  <martin@ximian.com>
6115
6116         * reflection.c (mono_reflection_bind_generic_parameters): Make
6117         this work for interfaces.
6118
6119 2003-11-11  Martin Baulig  <martin@ximian.com>
6120
6121         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
6122
6123 2003-11-11  Martin Baulig  <martin@ximian.com>
6124
6125         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
6126         "MonoInflatedMethod" and "MonoInflatedCtor".
6127
6128 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
6129
6130         * reflection.c (resolution_scope_from_image): Use the assembly table
6131         from the manifest module, since other modules don't have it.
6132
6133         * debug-helpers.c (mono_type_full_name): New helper function.
6134
6135         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
6136
6137         * image.c (mono_image_load_file_for_image): New public function which
6138         is a replacement for the load_file_for_image in class.c.
6139
6140         * assembly.c (mono_assembly_load_module): A wrapper for the function
6141         above which does assembly association and reference loading too.
6142
6143         * class.c (mono_class_from_name): Call mono_assembly_load_module.
6144
6145 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6146
6147         * appdomain.c: not all of the attributes for the full assembly name
6148         are required and the order doesn't matter. Fixes bug #50787.
6149
6150 2003-11-10  Dick Porter  <dick@ximian.com>
6151
6152         * locales.c: Use platform-endian UTF16
6153
6154 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
6155
6156         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
6157         
6158 2003-11-10  Martin Baulig  <martin@ximian.com>
6159
6160         * metadata.c
6161         (mono_metadata_load_generic_params): Make this actually work.
6162
6163         * reflection.c (mono_reflection_bind_generic_parameters): If our
6164         parent is a generic instance, pass all the `types' to it, no
6165         matter whether it has the same number of type parameters or not.
6166
6167 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
6168
6169         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
6170
6171         * assembly.c (mono_assembly_load_references): Move the image<->assembly
6172         assignment code to this function so it gets called recursively for all
6173         modules.
6174
6175         * image.c (load_modules): Remove the assembly assignment since it is
6176         now done by mono_assembly_load_references.
6177         
6178         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
6179         Add 'module' argument.
6180         (mono_module_get_types): New helper function.
6181         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
6182
6183 2003-11-08  Martin Baulig  <martin@ximian.com>
6184
6185         * class.c (mono_class_inflate_generic_method): Interface method
6186         don't have a header.
6187
6188         * reflection.c (mono_image_get_methodspec_token): Take an
6189         additional `MonoGenericInst *' argument instead of reading it from
6190         the header; this is necessary to support interfaces.
6191         (mono_image_create_token): Pass the `MonoGenericInst *' from the
6192         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
6193         (inflated_method_get_object): Take an additional `MonoGenericInst *'
6194         argument.
6195
6196         * reflection.h (MonoReflectionInflatedMethod): Added
6197         `MonoGenericInst *ginst'.
6198
6199 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
6200
6201         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
6202
6203 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
6204
6205         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
6206
6207 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
6208
6209         * reflection.c 
6210         (reflection_methodbuilder_from_method_builder):
6211         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
6212         initialize a ReflectionMethodBuilder structure.
6213         (mono_image_get_methodbuilder_token):
6214         (mono_image_get_ctorbuilder_token): New functions to emit memberref
6215         tokens which point to types in another module inside the same assembly.
6216
6217         * reflection.c: Use the new helper functions.
6218         
6219         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
6220
6221         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
6222         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
6223
6224         * reflection.c (resolution_scope_from_image): Emit a moduleref if
6225         neccesary.
6226
6227         * reflection.c (mono_image_build_metadata): Emit metadata only for the
6228         current module. Emit the manifest only for the main module.
6229
6230         * reflection.c (mono_image_create_token): Add assertion when a 
6231         memberref needs to be created.
6232
6233         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
6234
6235         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
6236         larger buffer for the custom attribute blob. Fixes #50637.
6237         
6238 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6239
6240         * threadpool.c: notify listener on async processing handles after
6241         invoking the async callback. Thanks to Zoltan.
6242
6243 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6244
6245         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
6246         avoid code duplication.
6247
6248         * reflection.h (MonoDynamicImage): New type which is currently unused,
6249         but will be used through the ref.emit code in place of 
6250         MonoDynamicAssembly.
6251
6252         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
6253         object layout.
6254
6255         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
6256         a MonoDynamicImage instead of just a MonoImage.
6257         
6258         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
6259         icalls to ModuleBuilder but keep their semantics, so they will work
6260         with moduleb->assemblyb. This will change later.
6261         
6262 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6263
6264         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
6265         object layout.
6266
6267         * reflection.c (mono_image_build_metadata): Avoid creation of a default
6268         main module, since it is now done by the managed code.
6269
6270 2003-11-03  Martin Baulig  <martin@ximian.com>
6271
6272         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
6273         `ginst->klass' here.
6274         (method_encode_methodspec): Don't use the `ginst->generic_method's
6275         klass if it's a generic instance, use `ginst->klass' in this case.
6276
6277 2003-11-03  Martin Baulig  <martin@ximian.com>
6278
6279         * reflection.c (mono_image_get_generic_method_param_info):
6280         Removed, use mono_image_get_generic_param_info() instead.
6281         (mono_image_get_type_info): Write the GenericParam table before
6282         the Method table.  This is neccessary because in the GenericParam
6283         table, type parameters of the class (ie. '!0' etc.) must come
6284         before the ones from its generic methods (ie. '!!0' etc).
6285
6286 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6287
6288         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
6289
6290 2003-11-02  Martin Baulig  <martin@ximian.com>
6291
6292         * reflection.c (create_generic_typespec): Take a
6293         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
6294         the generic parameters from it.
6295
6296 2003-11-02  Martin Baulig  <martin@ximian.com>
6297
6298         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
6299         instead of a `MonoClassField *' since we just need the type.
6300         (create_generic_typespec): New static function.  Creates a
6301         TypeSpec token for a generic type declaration.
6302         (mono_image_get_generic_field_token): New static function.
6303         (mono_image_create_token): If we're a FieldBuilder in a generic
6304         type declaration, call mono_image_get_generic_field_token() to get
6305         the token.
6306
6307 2003-11-02  Martin Baulig  <martin@ximian.com>
6308
6309         * reflection.h
6310         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
6311         `MonoReflectionGenericInst *declaring_type' and
6312         `MonoReflectionGenericInst *reflected_type' fields.
6313
6314         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
6315         `MonoReflectionGenericInst *declaring_type' and a
6316         `MonoReflectionGenericInst *reflected_type' argument instead of a
6317         single `MonoReflectionGenericInst *type' one.  Set
6318         `res->declaring_type' and `res->reflected_type' from them.
6319         (mono_reflection_inflate_field): Likewise.      
6320
6321 2003-11-02  Martin Baulig  <martin@ximian.com>
6322
6323         * class.c (mono_class_setup_vtable): Don't store generic methods
6324         in the vtable.  
6325
6326 2003-11-02  Martin Baulig  <martin@ximian.com>
6327
6328         * reflection.h (MonoReflectionGenericInst): Added
6329         `MonoReflectionType *declaring_type'.
6330
6331         * reflection.c (mono_reflection_bind_generic_parameters): Use
6332         `if (tb->parent)' instead of `klass->parent'.
6333
6334 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
6335
6336         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
6337         with an empty ASSEMBLY table.
6338
6339         * reflection.c (mono_image_build_metadata): Avoid using the same loop
6340         variable in the inner and outer loops.
6341
6342 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
6343
6344         * metadata.h (mono_metadata_make_token): Put parentheses around macro
6345         argument.
6346
6347         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
6348         
6349         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
6350         icalls. Instead, do everything in managed code. This is needed since
6351         it is hard to restore the original domain etc. in unmanaged code in the
6352         presence of undeniable exceptions.
6353
6354         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
6355         New icalls to push and pop appdomain refs.
6356
6357 2003-10-31  Martin Baulig  <martin@ximian.com>
6358
6359         * class.c (inflate_generic_type): Renamed to
6360         mono_class_inflate_generic_type() and made it public.
6361
6362         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
6363         New interncall.
6364
6365         * loader.c (mono_field_from_memberref): Also set the retklass for
6366         typespecs.
6367
6368         * fielder.c (mono_image_get_inflated_field_token): New static
6369         method; creates a metadata token for an inflated field.
6370         (mono_image_create_token, fixup_method): Added support for
6371         "MonoInflatedField".
6372         (fieldbuilder_to_mono_class_field): New static function.
6373         (mono_reflection_inflate_field): New public function.
6374
6375         * reflection.h
6376         (MonoReflectionGenericInst): Added `MonoArray *fields'.
6377         (MonoReflectionInflatedField): New typedef.     
6378
6379 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
6380
6381         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
6382         for Solaris and other platforms without s6_addr16
6383
6384 2003-10-30  Martin Baulig  <martin@ximian.com>
6385
6386         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
6387         argument instead of two.
6388         (mono_class_inflate_generic_signature): Likewise.
6389         (inflate_generic_header): Likewise.
6390         (mono_class_inflate_generic_method): Likewise.  In addition, if
6391         `ginst->klass' is set, it becomes the new `method->klass'.
6392
6393         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
6394         field.
6395
6396         * reflection.c (encode_generic_method_sig): Write a 0xa as the
6397         first byte. [FIXME]
6398         (method_encode_methodspec): If we have generic parameters, create
6399         a MethodSpec instead of a MethodRef.
6400         (fixup_method): Added support for "MonoInflatedMethod" and
6401         "MonoInflatedCtor".
6402         (mono_image_create_token): Added support for "MonoInflatedMethod"
6403         and "MonoInflatedCtor".
6404         (inflated_method_get_object): New static function; returns a
6405         managed "System.Reflection.MonoInflatedMethod" object.
6406         (mono_reflection_bind_generic_method_parameters): Return a
6407         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
6408         (mono_reflection_inflate_method_or_ctor): Likewise.
6409         (mono_image_get_generic_method_param_info): Initialize unused
6410         fields to zero.
6411         (mono_image_get_generic_param_info): Likewise.
6412
6413         * reflection.h (MonoReflectionInflatedMethod): New public
6414         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
6415         "S.R.MonoInflatedCtor" classes.
6416
6417         * loader.c (method_from_memberref): If we're a TypeSpec and it
6418         resolves to a generic instance, inflate the method.
6419
6420 2003-10-28  Dick Porter  <dick@ximian.com>
6421
6422         * object.c (mono_runtime_run_main): Convert command-line arguments
6423         into utf8, falling back to the user's locale encoding to do so.
6424
6425 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
6426
6427         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
6428         at this time.
6429
6430         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
6431
6432         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
6433         up icalls at method definition time. Partially fixes #33569.
6434
6435 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
6436
6437         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
6438         marshalling of arrays. Fixes #50116.
6439
6440         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
6441
6442         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
6443         points to a vtable in the dying appdomain.
6444
6445         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
6446         listeners into unmanaged code inside the lock.
6447
6448         * object.c (mono_class_vtable): Turn off typed allocation in non-root
6449         domains and add some comments.
6450
6451 2003-10-25  Martin Baulig  <martin@ximian.com>
6452
6453         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
6454
6455         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
6456
6457         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
6458         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
6459         currently parsing.  Create the generic class and store it in
6460         `generic_inst->klass' before parsing the type arguments.  This is
6461         required to support "recursive" definitions; see mcs/tests/gen-23.cs
6462         for an example.
6463         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
6464         to support recursive typespec entries.
6465
6466         * class.c (mono_class_setup_parent): If our parent is a generic
6467         instance, we may get called before it has its name set.
6468         (mono_class_from_generic): Splitted into
6469         mono_class_create_from_generic() and mono_class_initialize_generic().
6470
6471 2003-10-25  Martin Baulig  <martin@ximian.com>
6472
6473         * icall.c (ves_icall_Type_BindGenericParameters): Return a
6474         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
6475         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
6476         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
6477
6478         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
6479         (create_typespec): Likewise.
6480         (mono_reflection_bind_generic_parameters): Return a
6481         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
6482         (mono_reflection_inflate_method_or_ctor): New public function.
6483
6484         * reflection.h (MonoReflectionGenericInst): New typedef.        
6485
6486 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
6487
6488         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
6489         inside the domain lock. Fixes #49993.
6490         
6491         * object.c (mono_class_vtable): When typed allocation is used, 
6492         allocate vtables in the GC heap instead of in the mempool, since the
6493         vtables contain GC descriptors which are used by the collector even
6494         after the domain owning the mempool is unloaded.
6495
6496         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
6497
6498         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
6499         reflect what it does. Also invalidate mempools instead of freeing
6500         them if a define is set.
6501
6502         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
6503         of the appdomain.
6504         
6505         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
6506         hold the finalizable objects in this domain.
6507
6508         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
6509         appdomain.
6510
6511         * appdomain.c (mono_domain_set): New function to set the current
6512         appdomain, but only if it is not being unloaded.
6513
6514         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
6515         appdomain which is being unloaded.
6516         
6517         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
6518         unloading of the root appdomain.
6519
6520         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
6521         icall to execute a method in another appdomain. Intended as a 
6522         replacement for InternalSetDomain, which can confuse the code 
6523         generation in the JIT.
6524
6525         * appdomain.c (mono_domain_is_unloading): New function to determine
6526         whenever an appdomain is unloading.
6527
6528         * appdomain.c (mono_domain_unload): New function to correctly unload
6529         an appdomain.
6530
6531         * assembly.c (mono_assembly_load_references): Check that an assembly
6532         does not references itself.
6533
6534         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
6535         domain manually, it asks the finalizer thread to do it, then waits for
6536         the result. Also added a timeout.
6537
6538         * icall.c: Register the new icalls.
6539
6540         * threads.h threads.c: Export the mono_gc_stop_world and 
6541         mono_gc_start_world functions.
6542         
6543         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
6544         function to fill out the mempool with 0x2a.
6545
6546 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
6547
6548         * reflection.h (MonoReflectionMethodAux): New structure to store
6549         information which is rarely used, thus is not in the MonoMethod
6550         structure.
6551
6552         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
6553         store the aux info.
6554
6555         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
6556         and marshalling info into the aux structure.
6557
6558         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
6559         from the aux structure.
6560
6561         * loader.c (mono_method_get_param_names): Retrieve the param names from
6562         the aux structure.
6563         
6564 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
6565
6566         * exception.h exception.c: Add AppDomainUnloadedException && fix 
6567         warning.
6568
6569 2003-10-21  Dick Porter  <dick@ximian.com>
6570
6571         * socket-io.c
6572         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
6573         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
6574
6575 2003-10-21  Martin Baulig  <martin@ximian.com>
6576
6577         * reflection.c (mono_reflection_bind_generic_parameters):
6578         `klass->parent' is NULL for interfaces.
6579
6580 2003-10-21  Martin Baulig  <martin@ximian.com>
6581
6582         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6583
6584 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
6585
6586         * exception.c (mono_exception_from_name_msg): New helper function for
6587         creating exceptions and initializing their message field.
6588
6589         * exception.c: Simplify functions using the new helper.
6590
6591         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
6592         New function.
6593
6594         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
6595         mono_raise_exception, since otherwise gcc doesn't generate the function
6596         epilog for raise_exception, confusing the stack unwinding in the JIT.
6597         Fixes #45043.
6598
6599         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
6600         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
6601         Fixes #49499.
6602
6603 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6604
6605         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
6606         utf8.
6607
6608 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
6609
6610         * icall.c: Removed GetUninitializedObject method because
6611           AllocateUninitializedClassInstance does the same.
6612
6613 2003-10-18  Martin Baulig  <martin@ximian.com>
6614
6615         * class.c (inflate_generic_signature): Renamed to
6616         mono_class_inflate_generic_signature() and made it public.
6617         (my_mono_class_from_generic_parameter): New static function; if we
6618         don't already have the generic parameter's MonoClass, create a
6619         very simple one which is just used internally in the runtime and
6620         not passed back to managed code.
6621
6622         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
6623
6624         * metadata.h (MonoMethodSignature): Moved the
6625         `MonoGenericParam *gen_params' to the MonoMethodHeader.
6626         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
6627
6628         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
6629         ves_icall_MonoMethod_GetGenericArguments(); this is now an
6630         interncall on the MonoMethod class, not on MethodInfo.
6631         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
6632         calling mono_reflection_bind_generic_method_parameters() directly.
6633
6634         * loader.c (mono_method_get_signature): If this is a MethodSpec;
6635         return the already computed `method->signature'.
6636         (method_from_methodspec): New static function to load a method
6637         from a MethodSpec entry.
6638         (mono_get_method_from_token): Call the new method_from_methodspec()
6639         for MethodSpec tokens.  
6640         (mono_get_method_from_token): If we're a generic method, load the
6641         type parameters.
6642
6643         * reflection.c (mono_image_get_memberref_token): Allow
6644         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
6645         table.
6646         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
6647         (mono_image_create_token): First check whether it's a generic
6648         method (so we'd need to create a MethodSpec), then do the other
6649         two alternatives.
6650         (mono_reflection_bind_generic_method_parameters): Return a
6651         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
6652         called directly from the interncall.
6653
6654 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
6655
6656         * reflection.c (load_public_key): Move loading of the public key
6657         into managed code.
6658
6659         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
6660
6661         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
6662         fields.
6663
6664         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
6665         culture, hash_alg and public_key. Fixes #49555.
6666
6667 2003-10-17  Martin Baulig  <martin@ximian.com>
6668
6669         * class.h (MonoGenericInst): Moved this declaration here and added
6670         `MonoMethod *generic_method'.
6671
6672         * icall.c
6673         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
6674         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
6675
6676         * metadata.c (mono_metadata_type_equal): Two types of
6677         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
6678         index; ie. don't compare the address of the `MonoGenericParam'
6679         structure.
6680         (mono_metadata_load_generic_params): Removed the `MonoMethod
6681         *method' argument.
6682
6683         * metadata.h (MonoGenericInst): Moved declaration to class.h.
6684         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
6685
6686         * reflection.c (method_encode_signature): Encode the number of
6687         generic parameters.
6688         (encode_generic_method_sig): New static function.
6689         (method_encode_methodspec): New static function; creates an entry
6690         in the MethodSpec table for a generic method.
6691         (mono_image_get_methodspec_token): New static function.
6692         (mono_image_create_token): Call mono_image_get_methodspec_token()
6693         for generic methods.
6694         (mono_reflection_bind_generic_method_parameters): New public
6695         function.  Instantiates a generic method.
6696
6697 2003-10-16  Martin Baulig  <martin@ximian.com>
6698
6699         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
6700         *gen_params' here from MonoMethodHeader.
6701
6702         * metadata.c (mono_metadata_parse_method_signature): If we have
6703         generic parameters, initialize `method->gen_params' and then set
6704         the correct `type->data.generic_param' in all the parameters.
6705
6706 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
6707
6708         * threads.c (mono_threads_get_default_stacksize): New function to 
6709         return the default stacksize.
6710
6711         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
6712         termination of the finalizer thread, since the previous method had
6713         race conditions. Fixes #49628.
6714
6715         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
6716         as for the other managed threads.
6717
6718 2003-10-16  Martin Baulig  <martin@ximian.com>
6719
6720         * class.c (inflate_generic_signature): Copy `generic_param_count'
6721         and `gen_params'.
6722
6723         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
6724         New interncall.
6725
6726         * metadata.c (mono_metadata_parse_method_signature): Actually set
6727         the `method->generic_param_count' here.
6728         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
6729
6730 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
6731
6732         * object.h: Add a new field to TypedRef to simplify the implementation
6733         of the REFANY opcodes in the JIT.
6734
6735         * icall.c: Make use of the new field.
6736
6737         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
6738         dynamically.
6739
6740 2003-10-15  Martin Baulig  <martin@ximian.com>
6741
6742         * class.c (mono_class_from_gen_param): Renamed to
6743         mono_class_from_generic_parameter() and moved most of the
6744         functionality from mono_reflection_define_generic_parameter()
6745         here; ie. we create a "real" class here.
6746         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
6747         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
6748         previously been called.
6749
6750         * class.h (MonoGenericParam): Moved the declaration of this struct
6751         here from metadata.h and added `MonoMethod *method'.
6752
6753         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
6754         interncall.
6755
6756         * loader.c (mono_get_method_from_token): If we have any generic
6757         parameters, call mono_metadata_load_generic_params() to read them
6758         from the MONO_TABLE_GENERICPAR.
6759
6760         * metadata.c (mono_metadata_load_generic_params): Added
6761         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
6762
6763         * metadata.h (MonoMethodSignature): Replaced
6764         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
6765         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
6766
6767         * reflection.c (mono_reflection_define_generic_parameter): Moved
6768         most of the functionality into the new
6769         mono_class_from_generic_parameter(); set the `method' field if
6770         we're a method parameter.       
6771
6772 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
6773
6774         * marshal.c (emit_struct_conv): if native size is 0
6775         emit no code.
6776
6777 2003-10-14  Martin Baulig  <martin@ximian.com>
6778
6779         * icall.c: The generics API has changed in the spec since it was
6780         added to System.Type; these modifications make it match the spec
6781         again.
6782         (ves_icall_Type_GetGenericParameters): Renamed to
6783         `ves_icall_Type_GetGenericArguments'.
6784         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
6785         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
6786         `ves_icall_MonoType_get_HasGenericArguments'.
6787         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
6788         `ves_icall_MonoType_get_IsGenericParameter'.
6789         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
6790         this is no interncall anymore.
6791         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
6792         `ves_icall_TypeBuilder_get_IsGenericParameter'.
6793
6794 2003-10-14  Martin Baulig  <martin@ximian.com>
6795
6796         * reflection.c (mono_reflection_bind_generic_parameters): Also
6797         inflate generic methods if we're reading the class from IL.
6798
6799 2003-10-13  Martin Baulig  <martin@ximian.com>
6800
6801         * reflection.c (mono_reflection_define_generic_parameter): This
6802         method isn't called directly from the icall anymore; take a
6803         `MonoReflectionAssemblyBuilder *' so we can use this for type and
6804         method generic parameters.
6805         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
6806         (method_builder_encode_signature): Encode generic parameters.
6807         (mono_image_get_method_info): Write generic params to the
6808         MONO_TABLE_GENERICPARAM table.
6809
6810         * reflection.h (MonoReflectionMethodBuilder): Added
6811         `MonoArray *generic_params'.
6812
6813         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
6814
6815         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
6816         wrapper for mono_reflection_define_generic_parameter().
6817         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
6818
6819 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
6820
6821         * marshal.h: Add missing function to fix build.
6822
6823         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
6824         the SetLastError pinvoke attribute.
6825
6826         * marshal.c (mono_marshal_set_last_error): New helper function called
6827         by the generated code.
6828         
6829         * marshal.c (mono_mb_emit_branch): New helper function.
6830
6831         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
6832
6833         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6834         classes as parameters and return values of delegates. Fixes #29256. 
6835
6836 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
6837
6838         * locales.c: use gint32 in non HAVE_ICU case
6839
6840 2003-10-11  Martin Baulig  <martin@ximian.com>
6841
6842         * mono-debug.c (mono_debug_add_method): Added a workaround for
6843         bug #48591.
6844
6845 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
6846
6847         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
6848         delegates passed to native code must use the STDCALL calling 
6849         convention. Fixes #35987.
6850
6851 2003-10-10  Martin Baulig  <martin@ximian.com>
6852
6853         * class.c (inflate_generic_type): If we're inflating for a generic
6854         type instance (and not for a generic method), return
6855         MONO_TYPE_MVAR unchanged.
6856
6857 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6858
6859         * string-icalls.c: Join ignores null strings in the source array.
6860         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
6861         * threads.c: GetAvailableTheads is slightly more accurate.
6862
6863 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
6864
6865         * threads.h threads.c : add mono_threads_set_default_stacksize
6866         and pass default to CreateThread calls.
6867
6868 2003-10-09  Dick Porter  <dick@ximian.com>
6869
6870         * icall.c:
6871         * locales.h:
6872         * locales.c: Internal calls for constructing CultureInfo and
6873         related objects from libicu (if its available.)
6874
6875 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
6876
6877         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
6878
6879 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6880
6881         * threadpool.c: added an argument to async_invoke_thread that is the
6882         item to process, pass the MonoAsyncResult to the thread start function
6883         when creating a new thread. This way we don't need to acquire any lock
6884         when we're creating a new thread. Readded a semaphore for faster
6885         response times (instead of that Sleep i added).
6886
6887 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
6888
6889         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
6890         get daylight change dates better on Windows, fix handling
6891         of platforms without tm_gmtoff.
6892
6893 2003-10-06  Martin Baulig  <martin@ximian.com>
6894
6895         * class.c (inflate_generic_method): Renamed to
6896         mono_class_inflate_generic_method() and made public.
6897         (mono_class_init): Don't inflate the generic methods here.
6898         (mono_class_from_generic): Added `gboolean inflate_methods'
6899         argument.  Inflate the methods here.
6900
6901         * loader.c (mono_method_get_param_names): Ignore instances of
6902         generic types for the moment.
6903
6904         * reflection.c (fixup_method): Added support for inflated methods.
6905         (mono_image_create_token): Use mono_image_get_methodref_token()
6906         for inflated methods.
6907         (mono_custom_attrs_from_param): Ignore instances of generic types
6908         for the moment.
6909         (mono_reflection_bind_generic_parameters): New public function.
6910         Moved all the functionality from
6911         ves_icall_Type_BindGenericParameters() here and added support for
6912         dynamic types.
6913         (mono_reflection_define_generic_parameter): Initialize
6914         `klass->methods' here.
6915
6916         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
6917         functionality into mono_reflection_define_generic_parameter().
6918         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
6919         TypeBuilder, return that TypeBuilder.
6920
6921 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6922
6923         * appdomain.c: removed mono_delegate_semaphore.
6924
6925         * threadpool.c:
6926         (mono_thread_pool_add): moved hash table creation inside and the thread 
6927         creation outside of the critical region.
6928         (mono_thread_pool_finish): removed obsolete code.
6929         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
6930         continue or exit the thread depending on the queue.
6931
6932 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
6933
6934         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
6935         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
6936         handle more bool marshalling options
6937
6938 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
6939
6940         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
6941         arrays of structs. Also add a more descriptive error message when
6942         a structure member is marshalled as LPArray.
6943
6944 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
6945
6946         * marshal.c (mono_marshal_get_native_wrapper): Add support for
6947         marshalling arrays of complex types. Fixes #29098. Also remove an
6948         usused and incomplete function.
6949
6950 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
6951
6952         * gc.c: report heap_size - free_bytes as total memory allocated
6953         (bug#49362).
6954
6955 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
6956
6957         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
6958         fix timezone handling problems on Windows.
6959         
6960         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
6961         asserts when the year is outside the range handled by ms the functions.
6962
6963         * class.c (setup_interface_offsets): If the class is an interface,
6964         fill out its interface_offsets slot.
6965
6966 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6967
6968         * threadpool.c: mark threadpool threads as background.
6969
6970 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
6971
6972         * decimal.c - define DECINLINE to nothing if not using GCC
6973
6974 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
6975
6976         * assembly.c: More refcount fixes.
6977
6978 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6979
6980         * string-icalls.c: if we're not trimming, return the same string.
6981         When not splitting, don't create a new string.
6982
6983 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6984
6985         * image.c:
6986         (mono_image_open): increment the ref_count inside the critical section.
6987
6988 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
6989
6990         * image.c (mono_image_open): Fix reference counting bug.
6991
6992 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
6993
6994         * marshal.c (mono_marshal_type_size) struct alignment changed for 
6995         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
6996         64bits. Avoid leak in mono_marshal_get_native_wrapper when
6997         mono_lookup_pinvoke_call throws.        
6998
6999 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
7000
7001         * reflection.c (mono_reflection_parse_type): Fix #49114.
7002
7003         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
7004         temporary workaround for cygwin header problem.
7005
7006         * object.c (mono_object_isinst): Synchronize this with the code
7007         generated by the JIT for casts.
7008
7009 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
7010
7011         * reflection.c (encode_type): Fix #38332.
7012
7013 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
7014
7015         * marshal.c (mono_marshal_method_from_wrapper): New function to return
7016         the original method from the wrapper method.
7017
7018 2003-09-25  Martin Baulig  <martin@ximian.com>
7019
7020         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
7021         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
7022         (ves_icall_Type_get_IsGenericInstance): New interncall.
7023
7024 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
7025
7026         * object.c: fix cast warning in big endian code.
7027
7028 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
7029
7030         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
7031         
7032 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7033
7034         * assembly.c: don't call check_env from mono_assembly_load. It's
7035         already done once in mono_assemblies_init and may cause headaches when
7036         multiple threads are loading assemblies.
7037
7038 2003-09-19  Martin Baulig  <martin@ximian.com>
7039
7040         * reflection.c (mono_reflection_define_generic_parameter): Don't
7041         allocate `klass->methods', set `klass->flags' to
7042         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
7043
7044 2003-09-18  Martin Baulig  <martin@ximian.com>
7045
7046         * class.c (mono_class_init): Don't create `class->methods' if it's
7047         already initialized.
7048
7049         * metadata.c (mono_metadata_load_generic_params): Make this
7050         actually work.
7051
7052         * reflection.c (mono_reflection_define_generic_parameter): Set
7053         parent class and interfaces from the constraints.
7054
7055         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
7056         to keep this struct in sync with the declaration in TypeBuilder.cs.
7057
7058 2003-09-17  Martin Baulig  <martin@ximian.com>
7059
7060         * metadata.h (MonoType): Replaced the data's `int type_param'
7061         field with `MonoGenericParam *generic_param'.
7062         (MonoGenericParam): Added `MonoClass *klass'.
7063
7064         * class.c (mono_class_from_gen_param): Removed the
7065         `MonoImage *image' and `int type_num' arguments.
7066
7067         * metadata.c (mono_metadata_parse_generic_param): New static
7068         method; creates a MonoGenericParam which just contains the index.
7069         (do_mono_metadata_parse_type): Call
7070         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
7071         MONO_TYPE_MVAR.
7072
7073         * reflection.c (mono_image_typedef_or_ref): Generic type
7074         parameters may be in the same assembly, but never use a typedef
7075         for them.
7076         (mono_reflection_define_generic_parameter): We're now creating a
7077         "real" class for the type parameter; it's now safe to call
7078         mono_class_from_mono_type() on the class'es type, it'll do the
7079         right thing.
7080
7081 2003-09-16  Martin Baulig  <martin@ximian.com>
7082
7083         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
7084         `symfile->range_entry_size' and `symfile->class_entry_size' here;
7085         the `symfile' data structure must be fully initialized before it
7086         gets added to the table.
7087
7088 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
7089
7090         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
7091
7092         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
7093         class init trampolines.
7094
7095 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
7096
7097         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
7098         to the built-in profiler to turn off time and allocation profiling
7099         respectively.
7100
7101 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
7102
7103         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
7104         g_direct_equal.
7105
7106         * debug-helpers.c (mono_method_full_name): Print the wrapper type
7107         in human readable form.
7108
7109 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
7110
7111         * reflection.c icall.c: Fixed warnings.
7112
7113         * image.c (load_class_names): Use a temporary hash table to hold the
7114         namespaces in order to avoid doing many string comparisons.
7115
7116         * image.h: Fix typo.
7117
7118         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
7119         Pass NULL instead of g_direct_equal to the GHashTable constructor 
7120         since the NULL case is short-circuited inside g_hash_table_lookup, 
7121         leading to better performance.  
7122
7123         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
7124         obtain the first custom attribute for a given index. Depends on the
7125         CustomAttribute table being sorted by the parent field.
7126
7127         * reflection.c (mono_custom_attrs_from_index): Use the new function 
7128         for better performance.
7129
7130 2003-09-07  Martin Baulig  <martin@ximian.com>
7131
7132         * class.c (mono_class_init): If we're a generic instance, inflate
7133         all our methods instead of loading them from the image.
7134         (mono_class_from_generic): Set `class->methods = gklass->methods'.
7135
7136 2003-09-07  Martin Baulig  <martin@ximian.com>
7137
7138         * mono-debug-debugger.c: Added support for constructors.
7139
7140 2003-09-06  Martin Baulig  <martin@ximian.com>
7141
7142         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
7143         New interncall.
7144
7145         * reflection.c (mono_reflection_setup_generic_class): Call
7146         ensure_runtime_vtable() to create the vtable.
7147
7148 2003-09-05  Martin Baulig  <martin@ximian.com>
7149
7150         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
7151         MONO_TYPE_MVAR.
7152
7153 2003-09-04  Martin Baulig  <martin@ximian.com>
7154
7155         * reflection.c (mono_reflection_define_generic_parameter): Generic
7156         parameters start with zero.
7157
7158 2003-09-04  Martin Baulig  <martin@ximian.com>
7159
7160         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
7161
7162         * reflection.h (MonoReflectionGenericParam): New typedef.
7163         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
7164         the generic parameters from the managed TypeBuilder.
7165
7166         * reflection.c (mono_reflection_define_generic_parameter): New function.
7167         (mono_reflection_create_runtime_class): Encode generic parameters.
7168         (mono_reflection_setup_generic_class): New function; this is
7169         called after adding adding all generic params to the TypeBuilder.
7170         (encode_type): Added MONO_TYPE_VAR.
7171
7172 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
7173
7174         * class.h class.c (mono_class_needs_cctor_run): Moved this method
7175         here from the JIT.
7176
7177         * assembly.h assembly.c: Moved the AOT loading code into an assembly
7178         load hook.
7179
7180 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
7181
7182         * reflection.h reflection.c class.h class.c: Delete duplicate 
7183         definition of mono_type_get_name () from reflection.c and export the
7184         one in class.c.
7185
7186         * class.c: Class loading fixes from Bernie Solomon 
7187         (bernard@ugsolutions.com).
7188
7189         * reflection.c: Endianness fixes from Bernie Solomon 
7190         (bernard@ugsolutions.com).
7191         
7192 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
7193
7194         * assembly.h assembly.c: Define a file format version for AOT
7195         libraries.
7196         
7197         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
7198
7199         * appdomain.h (MonoJitInfo): New field to determine whenever the
7200         code is domain neutral.
7201         
7202 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
7203
7204         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
7205
7206 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
7207
7208         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
7209         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
7210         Avoid caching the result since strings must be domain specific. Fixes
7211         #48050.
7212
7213 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
7214
7215         * marshal.c (mono_marshal_init): Make this callable multiple times
7216         since it is hard to find a correct place to call it.
7217
7218         * object.c (mono_runtime_class_init): Execute static constructors in
7219         the correct appdomain.
7220
7221         * image.c (build_guid_table): Handle the case when multiple images have
7222         the same GUID.
7223
7224 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7225
7226         * icall.c: added a couple of icalls for System.Web.
7227
7228 2003-08-28  Martin Baulig  <martin@ximian.com>
7229
7230         * icall.c (ves_icall_Type_BindGenericParameters): Use
7231         `klass->generic_inst' instead of `&klass->byval_arg' in the
7232         mono_type_get_object() call.  The returned type must be
7233         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
7234
7235 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
7236
7237         * NOTES: New file.
7238
7239         * object.c (mono_class_proxy_vtable): Make it thread safe.
7240
7241         * pedump.c: Fix warning.
7242
7243         * object.c appdomain.h: Get rid of metadata_section. 
7244         It is no longer needed and it was causing deadlocks with domain->lock.
7245
7246         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
7247
7248 2003-08-26  Martin Baulig  <martin@ximian.com>
7249
7250         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
7251
7252 2003-08-26  Martin Baulig  <martin@ximian.com>
7253
7254         * pedump.c (main): Call mono_metadata_init(),
7255         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
7256         and mono_loader_init().
7257
7258 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
7259
7260         * loader.h: Add missing include to fix build.
7261
7262         * image.h: mono_image_load_references is no more.
7263
7264         * assembly.c: Reworked assembly loading to make it really thread safe.
7265         After these changes, the assembly returned by mono_assembly_open is
7266         fully initialized, i.e. all its references assemblies are loaded.
7267
7268         * assembly.c (mono_image_load_references): Renamed to 
7269         mono_assembly_load_references, and made private, since clients no
7270         longer need to call it.
7271
7272         * class.c: Removed calls to mono_assembly_load_references, since it was
7273         a source of deadlocks.
7274
7275         * loader.h loader.c class.h class.c: Protect data structures using a 
7276         new lock, the loader lock.
7277
7278         * class.c (mono_class_setup_vtable): Create temporary hash tables and
7279         GPtrArrays only when needed.
7280
7281         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
7282         into empty structures by mcs. Fixes pinvoke7.cs.
7283         
7284         * domain.c (mono_init): Call a new initialization function.
7285
7286         * appdomain.c (mono_runtime_init): Call the new initializer function
7287         of the marshal module.
7288
7289         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
7290         inserted into empty structures by mcs. Fixes pinvoke7.cs.
7291
7292         * marshal.h marshal.c: Added locks around the wrapper caches to make
7293         this module thread safe.
7294
7295         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
7296         this argument. Fixes pinvoke1.exe.
7297
7298 2003-08-25  Lluis Sanchez <lluis@ximian.com>
7299
7300         * object.h: Added call_type field to MonoMethodMessage and the corresponding
7301         enumeration of values. Removed fields to store remote call output values in
7302         MonoAsyncResult. Not needed any more.
7303         * object.c: Initialize call_type and async_result fields in mono_message_init.
7304         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
7305         dispatching the message.
7306         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
7307         async call to finish. To do it use a message with EndInvoke call type.
7308
7309 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
7310
7311         * loader.h loader.c (mono_method_hash_marhal_info): New function which
7312         determines whenever a method has marshalling info.
7313
7314 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7315
7316         * assembly.c: fix the build on windows.
7317
7318 2003-08-22 Lluis Sanchez <lluis@ximian.com>
7319
7320         * object.cs: Fixed bug #47785.
7321
7322 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
7323
7324         * string-icalls.c (StringReplace): If their are no occurances of
7325         the old string found return a reference to the supplied
7326         string. This saves some memory and matches MS behavoir.
7327         
7328 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7329
7330         * socket-io.c: fixed compilation for systems that define AF_INET6
7331         and don't define SOL_IP/SOL_IPV6.
7332
7333 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
7334
7335         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
7336         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
7337
7338         * rawbuffer.c rawbuffer.h: Make this module thread safe.
7339
7340         * domain.c: Make this module thread safe.
7341
7342         * domain.c (mono_init): Call new initialization function.
7343
7344         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
7345         reference types too. Fixes #38812.
7346
7347         * image.c (mono_image_init): Fixed warnings.
7348
7349         * class.c (mono_class_from_typeref): Handle assembly load failure
7350         correctly.
7351
7352         * appdomain.c (add_assemblies_to_domain): Handle the case when
7353         the references of an assembly are not yet loaded.
7354
7355         * metadata.c image.c assembly.c: Moved initialization of global
7356         variables to a separate function called at startup since lazy 
7357         initialization of these variables is not thread safe.
7358         
7359         * image.c assembly.c: Made this module thread safe by adding locks in 
7360         the appropriate places.
7361
7362         * domain.c (mono_init): Call the new initialization functions of the
7363         three modules.
7364
7365 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
7366
7367         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
7368           make a direct call. It is proxy's work to make the call asynchronous.
7369           mono_delegate_end_invoke(): If the targe is a proxy, just collect
7370           the return values.
7371         * object.cs: mono_method_call_message_new(): read AsyncResult and
7372           state object from parameters list, if this info is requested.
7373         * object.h: Added fields to store remote call output values in
7374           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
7375
7376 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7377
7378         * object.h: add needed fields to MonoThread.
7379         * threads.c, threads.h: allow registering a function to cleanup data
7380         allocated per thread by the JIT.
7381
7382 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7383
7384         * loader.h: portability fix by Bernie Solomon
7385         * <bernard@ugsolutions.com>.
7386
7387 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
7388
7389         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
7390         return a MonoArray. This simplifies the code and also ensures that
7391         the cache allways contains an object reference as a value.
7392
7393         * icall.c (ves_icall_get_parameter_info): Simplified using the new
7394         function.
7395
7396 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7397
7398         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
7399         fixes a problem with byte ordering when getting the address family for
7400         a socket.
7401
7402 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
7403
7404         * .cvsignore: Added monosn.
7405
7406         * reflection.h reflection.c loader.c: Added support for parameter
7407         marshalling to dynamically created types. Fixes #47295.
7408
7409 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
7410
7411         * rand.c: remove useless warnings.
7412
7413 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7414
7415         * class.c: implemented ldtoken for methods and fieldrefs.
7416
7417 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7418
7419         * threadpool.c: when mono_async_invoke was called, no one took care of
7420         monitoring the queue. So if the method invoked took some time and we
7421         got new async invoke requests after 500 ms (the thread created waited
7422         that long in WaitForSingleObject), the new async invoke was not called
7423         until the previous one finished.
7424
7425         This is fixed now. Thanks to Totte for helping with it.
7426
7427 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7428
7429         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
7430
7431 2003-08-11  Martin Baulig  <martin@ximian.com>
7432
7433         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
7434
7435 2003-08-06  Martin Baulig  <martin@ximian.com>
7436
7437         * mono-debug-debugger.c: Added support for static fields,
7438         properties and methods.
7439
7440 2003-08-06  Martin Baulig  <martin@ximian.com>
7441
7442         * mono-debug-debugger.c: Don't store the MonoString's vtable to
7443         make this work for applications with multiple application domains.
7444
7445 2003-08-04  Martin Baulig  <martin@ximian.com>
7446
7447         * mono-debug-debugger.c: Completely reworked the type support; the
7448         most important thing is that we're now just using one single
7449         `MonoType' instance per type.
7450
7451 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
7452
7453         * mono-endian.h, mono-endian.c, icall.c: Added icall
7454         ves_icall_System_Double_AssertEndianity to assert double word endianity
7455         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
7456
7457 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7458
7459         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
7460         support, icalls and fixes.
7461
7462 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
7463
7464         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
7465         classes that are a punctuation character in .NET is not the same a
7466         g_unichar_ispunct.
7467
7468 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7469
7470         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
7471
7472 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
7473
7474         * icall.c: Add new MemCopy internalcall.
7475         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
7476         Simplified code; It is not necessary to handle all the cases here,
7477         as the C# code takes care of it.  Only handle the case of the name
7478         resource embedded into the assembly.
7479
7480         Changed signature to return the data pointer and the size of the
7481         data. 
7482
7483 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
7484
7485         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
7486         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
7487
7488 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7489
7490         * socket-io.c: ignore EINTR error in select.
7491
7492 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7493
7494         * class.h, class.c: removed unused subclasses field in MonoClass.
7495
7496 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7497
7498         * icall.c: improve fix of get_base_definition(). If the parent class
7499           doesn't have the mehod, look at the parent of the parent.
7500         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
7501           to check if a parameter is an in or out parameter
7502           (PARAM_ATTRIBUTE_IN is not set by default).
7503           mono_method_return_message_restore(): Use mono_class_value_size to
7504           get the size of a value type. mono_type_stack_size (parameterType)
7505           does not return the correct value if parameterType is byRef.
7506           mono_load_remote_field(), mono_load_remote_field_new(),
7507           mono_store_remote_field(), mono_store_remote_field_new():
7508           raise exception if the remote call returns an exception.
7509
7510 2003-07-28  Martin Baulig  <martin@ximian.com>
7511
7512         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
7513         method.  This is a wrapper around mono_runtime_invoke() which
7514         boxes the instance object if neccessary.
7515
7516 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7517
7518         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
7519         metadata.h, row-indexes.h, verify.c: first cut of generics support.
7520
7521 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7522
7523         * icall.c: disable mcs bug workaround.
7524
7525 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
7526
7527         * object.c (mono_runtime_class_init): Take the metadata_section
7528         mutex before obtaining the domain mutex.
7529
7530         * appdomain.h: Added definition of metadata_section mutex here. 
7531
7532         * object.c: define metadata_mutex here.
7533
7534 2003-07-24  Ravi Pratap  <ravi@ximian.com>
7535
7536         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
7537         fixed.
7538
7539 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
7540
7541         * reflection.c: Fix bug #46669
7542
7543 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7544
7545         * exception.c:
7546         * exception.h:
7547         * icall.c:
7548         * object.h: fill in the type name for TypeLoadException.
7549
7550 2003-07-23  Ravi Pratap  <ravi@ximian.com>
7551
7552         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
7553         relationship between TypeBuilders while compiling corlib) and bug
7554         45993 (Array types returned from the runtime while compiling
7555         corlib were from the loaded corlib).
7556
7557 2003-07-22  Martin Baulig  <martin@ximian.com>
7558
7559         * mono-debug-debugger.c: Reworked the type support a bit more;
7560         distinguish between types and classes.
7561
7562 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
7563
7564         * icall.c: add IsArrayImpl icall.
7565
7566 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
7567
7568         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
7569         initializing real_size only once. Also fix bug #46602.
7570
7571 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
7572
7573         * object.c: Renamed mono_metadata_section to metadata_section.
7574
7575 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
7576
7577         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
7578           empty array if the type is an array. Fixed.
7579           ves_icall_MonoMethod_get_base_definition: if the base method
7580           is abstract, get the MethodInfo from the list of methods of
7581           the class.
7582         * reflection.c: ParameterInfo.PositionImpl should be zero-based
7583           and it was 1-based. Fixed in mono_param_get_objects.
7584
7585 2003-07-20  Martin Baulig  <martin@ximian.com>
7586
7587         * mono-debug.h: Set version number to 31.
7588         (mono_debug_init): Added `MonoDomain *' argument.
7589
7590         * mono-debug-debugger.c: Reworked the type support; explicitly
7591         tell the debugger about builtin types; pass the `klass' address to
7592         the debugger.
7593
7594 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
7595
7596         * image.c: Allow new metadata tables to be loaded without a
7597         warning. Also update the warning message to give the new constant value.
7598                 
7599 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
7600
7601         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
7602         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
7603         array type representation changes.
7604
7605 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7606
7607         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
7608         on Environment.Exit () call.
7609
7610 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7611
7612         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
7613         requires a matching corlib.
7614
7615 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7616
7617         * Changelog: My editor decided to add a CR to each line. Sorry about that.
7618           Committed again without the CRs.
7619         
7620 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7621
7622         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
7623           getting it from the "this" socket instance. Did not work
7624           if the socket is a subclass of Socket.
7625           Also fixed bug #35371.
7626
7627 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7628
7629         * metadata.c: fixed size for TypedByRef.
7630         * loader.c: when searching for a method, consider the vararg amrker.
7631         * unicode.c, decimal.c: constify some arrays.
7632
7633 2003-07-15  Dick Porter  <dick@ximian.com>
7634
7635         * socket-io.c: Fixed compilation for gcc < 3.2.
7636
7637         Fixed compilation for machines that don't have AF_INET6 (thanks to
7638         Bernie Solomon <bernard@ugsolutions.com> for that part.)
7639
7640         Fixed compile warnings.
7641         
7642         Fixed formatting and line endings.
7643
7644 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
7645
7646         * socket-io.h:
7647         * socket-io.c: Added IPv6 support.
7648
7649 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
7650
7651         * class.c (mono_class_is_assignable_from): New function to implement
7652         the is_assignable_from logic. Used by mono_object_isinst, 
7653         Type::IsAssignableFrom () and the interpreter.
7654
7655         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
7656         Object, even interfaces.
7657         
7658         * object.c (mono_object_isinst): Implement in terms of 
7659         is_assignable_from.
7660
7661         * icall.c (ves_icall_type_is_assignable_from): New icall.
7662
7663 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
7664
7665         * domain.c (foreach_domain): fix compiler warning.
7666
7667 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
7668
7669         * image.c (load_metadata_ptrs): use g_strndup because strndup is
7670         not available on all plattforms
7671
7672 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
7673
7674         * image.h image.c: Store the metadata version string in MonoImage.
7675         * icall.c: New icall to retrieve the image version.
7676         * reflection.c (create_dynamic_image): Fill in the image version field
7677         * reflection.c (build_compressed_metadata): Use the image version
7678         from the image structure.
7679
7680 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7681
7682         * appdomain.c: modified comment.
7683         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
7684         That will be its last iteration when mono_gc_cleanup is called from
7685         mono_runtime_cleanup and before the domain is unloaded.
7686
7687         Fixes bug #45962.
7688
7689 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
7690
7691         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
7692         attributes.
7693
7694 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7695
7696         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
7697         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
7698         Bernie Solomon <bernard@ugsolutions.com>.
7699
7700 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7701
7702         * object.c, object.h: provide mono_object_new_fast() for faster
7703         allocation in some special cases.
7704
7705 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
7706
7707         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
7708         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
7709
7710 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
7711
7712         * threadpool.c: fix leaks.
7713
7714 2003-07-01  Dick Porter  <dick@ximian.com>
7715
7716         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
7717         using MonoGHashTables.  Fixes threadpool bug posted to list.
7718
7719 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
7720
7721         * image.h, image.c: added support to load an assembly from a byte array.
7722         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
7723         assembly bundle support.
7724
7725 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
7726
7727         * threadpool.c (mono_thread_pool_add): keep a reference to the
7728         AsyncResult to prevent GC
7729
7730 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7731
7732         * class.c: leak fix.
7733
7734 2003-06-25  Dick Porter  <dick@ximian.com>
7735
7736         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
7737         for the async object, the WaitHandle object will close the handle.
7738         Fixes bug 45321.
7739
7740 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7741
7742         * class.c: in mono_array_class_get (), lookup from the hash with the
7743         same type we insert: this works around a bug in
7744         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
7745         lluis. The real fix will have to wait for after the release.
7746
7747 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7748
7749         * icall.c: fix memory leak when getting type members.
7750
7751 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7752
7753         * reflection.c: added more pubtoken special cases.
7754
7755 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
7756
7757         * class.c: handle field offset correctly when class size
7758         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
7759
7760 2003-06-20  Martin Baulig  <martin@ximian.com>
7761
7762         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
7763         *image' field.
7764
7765 2003-06-20  Martin Baulig  <martin@ximian.com>
7766
7767         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
7768
7769 2003-06-20  Martin Baulig  <martin@ximian.com>
7770
7771         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
7772         just distinguish between variables in registers and variables at
7773         an offset relative to a register.
7774
7775 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7776
7777         * icall.c: #ifdef out latest changes until mcs is fixed.
7778
7779 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7780
7781         * icall.c: return members in metadata order.
7782
7783 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7784
7785         * icall.c: avoid infinite loop in GetTimeZoneData.
7786
7787 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
7788
7789         * icall.c: added Marshal.Prelink/All icalls.
7790
7791 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7792
7793         * object.c, object.h: fix warnings and do some overflow checking
7794         when creating arrays.
7795
7796 2003-06-17  Dick Porter  <dick@ximian.com>
7797
7798         * file-io.h:
7799         * file-io.c: File attributes need to be tweaked slightly when
7800         passed from the managed to the w32 world.
7801
7802 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7803         * profiler.h profiler-private.h profiler.c: Rework last patch
7804         based on suggestion by Paolo.
7805         
7806 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7807
7808         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
7809         instruction level coverage data collection.
7810         * profiler.h profiler.c (: Added new callback function which can be
7811         used by the profiler to limit which functions should have coverage
7812         instrumentation.
7813         * profiler.c (mono_profiler_load): Call g_module_build_path to
7814         generate the file name of the profiler library.
7815
7816 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7817
7818         * profiler.c, profiler.h, profiler-private.h: added basic block 
7819         coverage profiling API.
7820
7821 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
7822
7823         * reflection.c (mono_reflection_create_runtime_class): Add support
7824         for events in dynamically generated code.
7825
7826         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
7827         not allocated.
7828
7829 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7830
7831         * icall.c: when getting timezone info, return reasonable values if we
7832         can't get the actual data.
7833
7834 2003-06-14  Dick Porter  <dick@ximian.com>
7835
7836         * threads.c (start_wrapper): Remove the reference to the thread
7837         object in the TLS data, so the thread object can be finalized.
7838         This won't be reached if the thread threw an uncaught exception,
7839         so those thread handles will stay referenced :-( (This is due to
7840         missing support for scanning thread-specific data in the Boehm GC
7841         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
7842
7843 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
7844
7845         * reflection.c: ensure streams and tables are first allocated with
7846         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
7847
7848 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7849
7850         * icall.c: fixed GetElementType for byrefs (bug# 44792).
7851
7852 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
7853
7854         * reflection.c (mono_reflection_create_runtime_class): Add support for
7855         properties to dynamically created classes.
7856         * reflection.c: Fix a few places where non-MonoObjects were inserted
7857         into the tokens hashtable.
7858
7859 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7860
7861         * object.c: some support to handle out of memory exceptions.
7862
7863 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
7864
7865         * marshal.c (mono_marshal_get_native_wrapper): support reference
7866         return types
7867
7868 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7869
7870         * object.h, object.c: more portability stuff from Bernie Solomon.
7871         Unexport mono_object_allocate(). Added mono_object_unbox ().
7872         Set exitcode when an unhandled exception is thrown.
7873
7874 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
7875
7876         * marshal.c (mono_marshal_get_native_wrapper): use custom
7877         marshaler for return types.
7878
7879 2003-06-10  Dick Porter  <dick@ximian.com>
7880
7881         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
7882         ip_mreq is available
7883
7884 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
7885
7886         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
7887         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
7888         by Bernie Solomon <bernard@ugsolutions.com>.
7889
7890 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
7891
7892         * gc.c (mono_gc_init): Avoid error message on shutdown when
7893         GC_DONT_GC=1 is used.
7894
7895         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
7896         New icall to return the GUID of a module.
7897
7898 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7899
7900         * class.c: ensure instance size always includes the parent's size
7901         even whem class size is set explicitly (fixes bug#44294).
7902
7903 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7904
7905         * profiler.h, profiler.c: made the simple profiler thread-safe,
7906         get more accurate timing info. Allow the loading of an
7907         externally-developed profiler module.
7908
7909 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
7910
7911         * marshal.c (mono_marshal_get_native_wrapper): improved
7912         class/byref arguments.
7913         (mono_marshal_get_native_wrapper): better string marshaling support.
7914
7915 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
7916
7917         * class.c: ensure .pack and .size are handled correctly and
7918         simplified layout of static fields.
7919
7920 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
7921
7922         * appdomain.c
7923         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
7924
7925         * loader.c (mono_lookup_pinvoke_call): look for modules in the
7926         current directory (fix bug 44008)
7927
7928 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
7929
7930         * marshal.c (mono_marshal_get_native_wrapper): started support for
7931         custom marshalers.
7932         (mono_delegate_to_ftnptr): consider marshalling specifications
7933
7934 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
7935
7936         * reflection.c, reflection.h: emit custom marshal info.
7937
7938 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7939
7940         * object.c: free the GError.
7941         * icall.c: added CloseEvent_internal.
7942         * threads.[ch]:
7943         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
7944         call.
7945
7946 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
7947
7948         * loader.c (mono_method_get_signature): Add support for dynamic
7949         assemblies.
7950
7951 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
7952
7953         * reflection.c: fixed bug #43905.
7954
7955 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7956
7957         * class.c, domain.c, icall.c, metadata.h, object.h: support for
7958         handling TypedReference and ArgIterator.
7959         * loader.c, loader.h: added function to get signature at call site.
7960
7961 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7962
7963         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
7964         data readonly. Buglets and warning fixes. Some MethodSpec support.
7965
7966 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7967
7968         * class.h, class.c, object.c: remove relative numbering support.
7969
7970 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
7971
7972         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
7973         free the string, until we get a chance to fix Gtk#
7974
7975 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7976
7977         * marshal.c: revert last patch.
7978
7979 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
7980
7981         * icall.c: updates for new mono_class_vtable() not calling
7982         the type constructor anymore.
7983
7984 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
7985
7986         * object.h, object.c: separate vtable creation from type
7987         initialization. Make running the .cctor thread safe.
7988
7989 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
7990
7991         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
7992
7993 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
7994
7995         * loader.c (mono_get_method): consider calling convention
7996
7997 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
7998
7999         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
8000         to return the invisible global type for a module.
8001
8002         * reflection.c (mono_image_build_metadata): Emit global fields too.
8003
8004 2003-05-20  Peter Williams  <peterw@ximian.com>
8005
8006         * loader.c (mono_lookup_internal_call): Add a few newlines.
8007
8008 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
8009
8010         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
8011         literal strings.
8012
8013         * appdomain.c (set_domain_search_path): Recalculate search path when
8014         AppDomainSetup.PrivateBinPath changes.
8015
8016         * object.c (mono_class_compute_gc_descriptor): It turns out some
8017         parts of the class libs (like System.Thread) holds pointers to
8018         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
8019         to treat native int a pointer type here.
8020         
8021 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
8022
8023         * appdomain.h, domain.c: add hashtable for jump target resolution.
8024
8025 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
8026
8027         * reflection.h reflection.c icall.c: Added new icalls 
8028         GetManifestResourceInfoInternal, GetModulesInternal and support
8029         infrastructure.
8030
8031 2003-05-16  Dick Porter  <dick@ximian.com>
8032
8033         * icall.c:
8034         * file-io.h:
8035         * file-io.c: Implement System.IO.MonoIO::GetTempPath
8036
8037 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
8038
8039         * object.c: mono_store_remote_field: little fix to previous patch.
8040
8041 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
8042
8043         * class.c: add constructors to array classes.
8044         * icall.c: special case array construction for InternalInvoke (),
8045
8046 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
8047
8048         * class.h class.c reflection.c object.c: Added support for field
8049         defaults in dynamically generated classes.
8050
8051 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
8052
8053         * reflection.c: properly encode charset for ddlimport.
8054
8055 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
8056
8057         * threads.c: allow compiling without GC.
8058
8059 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
8060
8061         * appdomain.h, object.c, object.h, threads.c, threads.h: added
8062         handling of thread static data.
8063
8064 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
8065
8066         * reflection.h, reflection.c: added mono_custom_attrs_free ().
8067
8068 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
8069
8070         * class.c (mono_array_class_get): always set the serializable flags
8071         (mono_array_class_get): always set the SEALED attribute for array types
8072
8073 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
8074
8075         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
8076         attributes (fix for bug 42021).
8077
8078 2003-05-12  Dick Porter  <dick@ximian.com>
8079
8080         * gc.c: Don't run finalizers when the finalizer thread is
8081         finishing up, because the default domain has already been
8082         destroyed.
8083
8084 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
8085
8086         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
8087         value is null, we should throw an exception.   This is slightly
8088         different than the other conventions used for the constructor.
8089
8090 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8091
8092         * socket-io.c: fixed windows build.
8093
8094 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8095
8096         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
8097
8098 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
8099
8100         * object.c (mono_string_new_wrapper): Compatibility fix for MS
8101         compilers.
8102
8103 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
8104
8105         * class.c (mono_class_layout_fields): Add experimental GC aware
8106         auto layout facility. Requires class library changes to work correctly.
8107
8108         (mono_class_setup_vtable): Avoid overriding explicit interface
8109         method implementations. Fixes iface3.exe test.
8110
8111         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
8112         object reference.
8113         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
8114         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
8115
8116         * metadata.h: Add new type classification macro which determines
8117         whenever the type holds an object reference.
8118
8119 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
8120
8121         * marshal.c (mono_marshal_get_native_wrapper): cleanups
8122
8123 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
8124
8125         * gc.c (finalizer_thread): Work around a GC bug.
8126
8127 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
8128
8129         * marshal.c (emit_struct_conv): allow unions
8130
8131         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
8132
8133 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
8134
8135         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
8136
8137 2003-05-06  Martin Baulig  <martin@ximian.com>
8138
8139         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
8140
8141 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8142
8143         * socket-io.c:
8144         (Select_internal): allow NULLs, don't create arrays if not needed.
8145         Coupled with Socket.cs changes.
8146
8147         * threadpool.c:
8148         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
8149         register a finalizer for it that will close the semaphore handle. This
8150         fixes the leak and make Lupus' test run with > 4080 loops.
8151
8152 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
8153
8154         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
8155         Jerome Laban (bug #42287)
8156
8157 2003-05-02  Martin Baulig  <martin@ximian.com>
8158
8159         * debug-mono-symfile.h
8160         (MonoSymbolFile): Moved declaration into mono-debug.h.
8161         (MonoDebugMethodJitInfo): Likewise.
8162         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
8163         argument.
8164         (_mono_debug_address_from_il_offset): Take a
8165         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
8166
8167         * mono-debug.h
8168         (MonoDebugDomainData): New struct.
8169         (mono_debug_get_domain_data): New function.
8170         (mono_debug_add_method): Take an additional `MonoDomain *'
8171         argument.
8172         (mono_debug_source_location_from_address): Likewise.
8173         (mono_debug_il_offset_from_address): Likewise.
8174         (mono_debug_address_from_il_offset): Likewise.
8175
8176 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
8177
8178         * reflection.c: one more check for null type in custom attrs.
8179
8180 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8181
8182         * reflection.c: avoid warning (comparison is always false due to limited
8183         range of data type).
8184
8185 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8186
8187         * icall.c: throw an exception in Type.GetField if the argument 'name'
8188         is NULL.
8189
8190 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
8191
8192         * reflection.c: fixed handling of enums in named arguments to custom
8193         attributes (bug #42123).
8194
8195 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
8196
8197         * reflection.c: use the right array element type and handle
8198         a null for a Type argument, too.
8199
8200 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
8201
8202         * reflection.c: handle arrays as arguments to custom attributes.
8203
8204 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
8205
8206         * reflection.c: handle a string value in a custom attr
8207         ctor that takes an object.
8208
8209 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
8210
8211         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
8212         (fix bug #42063)
8213
8214 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
8215
8216         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
8217
8218 2003-04-27  Martin Baulig  <martin@ximian.com>
8219
8220         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
8221         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
8222         MONO_DEBUGGER_EVENT_BREAKPOINT.
8223         (mono_breakpoint_trampoline_code): Removed.
8224         (mono_debugger_event_handler): The last argument is now a
8225         `guint32'.
8226         (mono_debugger_insert_breakpoint_full): Removed the
8227         `use_trampoline' argument.
8228         (mono_debugger_method_has_breakpoint): Likewise.
8229         (mono_debugger_trampoline_breakpoint_callback): Renamed to
8230         mono_debugger_breakpoint_callback(); take the method and
8231         breakpoint number as arguments.
8232
8233 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
8234
8235         * metadata.c: fix off by one when loading parameters attributes.
8236
8237 2003-04-24  Martin Baulig  <martin@ximian.com>
8238
8239         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
8240
8241 2003-04-24  Martin Baulig  <martin@ximian.com>
8242
8243         * mono-debug-debugger.c: Moved all code which interacts with the
8244         Mono Debugger here.
8245
8246         * debug-mono-symfile.c: This code now just deals with the symbol
8247         file itself, the debugger code is now in mono-debug-debugger.c.
8248
8249 2003-04-23  Martin Baulig  <martin@ximian.com>
8250
8251         * mono-debug.c (mono_debug_source_location_from_il_offset):
8252         New method; like mono_debug_source_location_from_address(), but
8253         takes an IL offset instead of a machine address.
8254
8255 2003-04-23  Martin Baulig  <martin@ximian.com>
8256
8257         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
8258         `line' field; this is now computed by the debugger.
8259
8260 2003-04-23  Martin Baulig  <martin@ximian.com>
8261
8262         * mono-debug.[ch]: New files.  This is the new debugging interface.
8263
8264         * mono-debug-debugger.[ch]: New files.  Moved all code which
8265         interacts with the Mono Debugger here.
8266
8267 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
8268
8269         * domain.c (mono_init): initialize mono_defaults.monitor_class
8270
8271 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
8272
8273         * reflection.c (method_encode_code): Add a spicy exception to help
8274         future compiler authors.
8275
8276 2003-04-21  Martin Baulig  <martin@ximian.com>
8277
8278         * icall.c
8279         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
8280         Make this work with relative pathnames; g_filename_to_uri() needs
8281         an absolute filename.
8282
8283 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
8284
8285         * icall.c: Track name changes in Object and ValueType.
8286
8287 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
8288
8289         * metadata.c (mono_type_stack_size): size should be a multiple of
8290         sizeof (gpointer)
8291
8292 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8293
8294         * gc.c:
8295         (internal_domain_finalize): moved into mono_domain_finalize. No need
8296         to create another thread because the finalizers will be run in the
8297         finalizer thread.
8298         
8299         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
8300         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
8301         to be run (MS does this too).
8302
8303 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
8304
8305         * object.c (mono_class_compute_gc_descriptor): Update comment.
8306
8307         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
8308
8309         * image.h: Add synchronized wrapper cache.
8310
8311         * image.c (do_mono_image_open): Initialize cache.
8312
8313         * reflection.c (create_dynamic_mono_image): Initialize cache.
8314
8315 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8316
8317         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
8318         ves_icall_System_Buffer_ByteLengthInternal.
8319
8320 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
8321
8322         * reflection.c: setup klass->nested_in earlier. Allow
8323         a dash in the assembly name.
8324
8325 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
8326
8327         * metadata.c (mono_type_to_unmanaged): dont access
8328         type->data.klass for MONO_TYPE_OBJECT
8329         (mono_type_to_unmanaged): consider System.Delegate class
8330
8331 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
8332
8333         * class.c: just setup supertypes in the proper place instead of
8334         initializing the full element class for arrays.
8335
8336 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
8337
8338         * class.c: ensure the element class of arrays is initialized.
8339         Setup the supertype info for array classes, too.
8340
8341 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
8342
8343         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
8344
8345 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8346
8347         * Makefile.am: re-added -m option when running cygpath. This way,
8348         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
8349         separator.
8350         * mono-config.c: same codepath for locating mono config file for WIN32
8351         and the rest.
8352         * assembly.c: if mono_assembly_setrootdir is called, don't override
8353         the value set.
8354
8355 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8356
8357         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
8358         MONO_ASSEMBLIES variable.
8359
8360 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
8361
8362         * icall.c: added Assembly::GetNamespaces() icall.
8363
8364 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8365
8366         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
8367
8368 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
8369
8370         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
8371         * object.c: fixed bug in the construction of vtable for proxies
8372
8373 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
8374
8375         * object.c (mono_array_new): Mark mono_array_new as an icall.
8376
8377 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8378
8379         * class.c: fixed test for public method when overriding interfaces.
8380         Closes bug #40970.
8381
8382 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
8383
8384         * appdomain.h, domain.c: added mono_domain_foreach() to
8385         be able to access the currently loaded appdomains.
8386         * object.c: make string interning work across sppdomains.
8387         Mark some functions for use as icalls.
8388
8389 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
8390
8391         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
8392
8393         * reflection.h reflection.c: Allocate long living data using 
8394         GC_MALLOC_ATOMIC so the collector does not need to scan it.
8395
8396         * reflection.c: Double the allocation size in streams instead of
8397         increasing it, to prevent unneccesary copying on large assemblies.
8398         
8399         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
8400         creation if the assembly does not have the Run flag set.
8401
8402 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8403
8404         * class.h: avoid the C++ keywords in header files (Jerome Laban
8405         spotted and fixed this).
8406
8407 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8408
8409         * object.c:
8410         (mono_unhandled_exception): fill in the arguments for the
8411         UnhandledException event. Only trigger that event for the default
8412         domain (as MS does).
8413
8414 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
8415
8416         * object.c: Improve typed allocation stuff based on suggestions from
8417         Paolo. Also turn it on if the GC library supports it.
8418
8419 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8420
8421         * object.c object.h class.h: Added experimental typed allocation
8422         facility using the interfaces in gc_gcj.h.
8423
8424         * os/gc_wrapper.h: Added new include files.
8425         
8426 2003-04-03  Martin Baulig  <martin@ximian.com>
8427
8428         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
8429         which is not yet enabled by default.
8430
8431         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
8432         functions.
8433         (mono_gc_lock, mono_gc_unlock): New static functions.
8434
8435         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
8436         functions; stop/start the world for the garbage collector.  This
8437         is using the windows API; we need to complete the SuspendThread()/
8438         ResumeThread() implementation in the io-layer to make this work on Unix.
8439         (mono_gc_push_all_stacks): New public function; tells the garbage
8440         collector about the stack pointers from all managed threads.
8441
8442 2003-04-03  Martin Baulig  <martin@ximian.com>
8443
8444         * object.h (MonoThread): Added `gpointer stack_ptr'.
8445
8446         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
8447
8448 2003-04-03  Martin Baulig  <martin@ximian.com>
8449
8450         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
8451
8452 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8453
8454         * reflection.c (typebuilder_setup_fields): Initialize field.first and
8455         field.last.
8456
8457 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
8458
8459         * loader.c (mono_lookup_internal_call): Report the corlib that is
8460         out of sync.
8461
8462 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
8463
8464         * icall.c (ves_icall_type_GetTypeCode): fixed check for
8465         System.DBNull (it's class not valuetype).
8466
8467 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8468
8469         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
8470         if the array method was already assigned a token (fixes bug#40646).
8471
8472 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
8473
8474         * reflection.c (mono_reflection_get_type): Attempt type resolve even
8475         if no assembly is given.
8476
8477 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
8478
8479         * metadata.h: Added the new tables.
8480
8481         * row-indexes.h: Added definitions for new tables.
8482
8483         * metadata.c: Add schemas for new tables, and add support for
8484         computing the sizes of them.
8485
8486         * class.c: Update for handling the new type cases.
8487
8488 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
8489
8490         * metadata.h (MONO_TYPE_IS_VOID): new macro
8491
8492 2003-03-31  Martin Baulig  <martin@ximian.com>
8493
8494         * threads.h (MonoThreadCallbacks): Added `thread_created'.
8495
8496         * threads.c (mono_thread_new_init): Call `thread_created' in the
8497         mono_thread_callbacks.
8498
8499 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
8500
8501         * loader.h: added marshalbyrefobject_class to mono_defaults
8502         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
8503         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
8504           generation of output parameters.
8505           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
8506         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
8507           contextbound and the target object belongs to the context of the caller.
8508         * object.h: added context and unwrapped_server variables in MonoRealProxy.
8509         * object.c: Implemented support for interfaces and abstract classes
8510           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
8511           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
8512
8513 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
8514
8515         * class.h class.c (mono_class_is_subclass_of): New function.
8516         
8517         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
8518         routines for most common case (calls from ArrayList::ToArray).
8519
8520         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
8521         routine so programs which call Environment::Exit() can be profiled.
8522
8523         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
8524         Added MONO_ARCH_SAVE_REGS.
8525
8526         * icall.c (ves_icall_type_is_subtype_of): Use new function.
8527
8528 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
8529
8530         * blob.h: Add a couple of new MonoType types definitions.
8531
8532         * tabledefs.h: Add a couple of new call convs.
8533
8534 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
8535
8536         * reflection.h (MonoReflectionDynamicAssembly): track changes in
8537         the layout of the class.
8538
8539         * reflection.c (alloc_table): double the size on overflow to avoid
8540         unnecessary copying.
8541
8542         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
8543         avoid filling out metadata tables and blobs. Also set mb->ilgen to
8544         null so it can be garbage collected.
8545         
8546 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
8547
8548         * reflection.c (mono_reflection_get_type): Return the resolved type
8549         only if it is in the assembly we searched.
8550
8551         * reflection.c (ensure_runtime_vtable): Initialize method slots.
8552
8553         * class.c (mono_class_setup_vtable): Set the slot of the overriding
8554         method.
8555
8556 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8557
8558         * appdomain.c:
8559         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
8560         the right one is 'file:///blah', but MS allows it.
8561         * assembly.c:
8562         (mono_assembly_open): allow 'file://blah'
8563
8564         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
8565
8566 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
8567
8568         * socket-io.c: fixes bug #40310.
8569
8570 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
8571
8572         * reflection.c (mono_reflection_parse_type): handle deeply nested
8573         types correctly.
8574
8575         * reflection.c (mono_image_create_token): Use unique token values
8576         since they will be put into a hash table.
8577
8578         * class.c (mono_class_setup_vtable): If a method occurs in more than
8579         one place in the vtable, and it gets overriden, then change the
8580         other occurances too.
8581
8582         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
8583         object as return type.
8584
8585 2003-03-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8586
8587         * icall.c: Deleted "ToString" implementation for double and float
8588         because they are full implemented in managed code.
8589
8590 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8591
8592         * reflection.c, reflection.h: implemented and exported functions
8593         to retrieve info about custom attributes.
8594
8595 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8596
8597         * appdomain.c: moved Uri handling to assembly.c
8598         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
8599         work when using a file Uri in *nix and windows.
8600
8601         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
8602         GetReferencedAssemblies.
8603
8604 2003-03-18  Dick Porter  <dick@ximian.com>
8605
8606         * icall.c: Rename a couple of internal calls
8607
8608         * threads.c: Set the thread state to Stopped when a thread exits.
8609         Fixes bug 39377.
8610
8611 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
8612
8613         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
8614         New icall.
8615
8616         * object.c (mono_class_vtable): fix warning.
8617
8618 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
8619
8620         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
8621
8622         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
8623         memory.
8624         (method_encode_clauses): Create exception info structures in the right
8625         order.
8626         (mono_reflection_setup_internal_class): Initialize supertypes field.
8627
8628         * class.c object.c: Handle interfaces which implement other interfaces 
8629         correctly.
8630
8631         * class.h class.c: Move the supertypes array initialization code into 
8632         a separate function so it can be used for dynamic types too. Also call
8633         it earlier, in mono_class_init(), since it can be used before the
8634         type is initialized.
8635
8636 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8637
8638         * Makefile.am:
8639         * assembly.c:
8640         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
8641
8642         * appdomain.c:
8643         * appdomain.h:
8644         * marshal.c:
8645         * object.c: remove warnings.
8646
8647 2003-03-13  Martin Baulig  <martin@ximian.com>
8648
8649         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
8650         (MonoDebugLexicalBlockEntry): New types.
8651
8652         * debug-mono-symfile.c
8653         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
8654
8655 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8656
8657         * process.c: ret can be any non-zero value accroding to MS doc.
8658
8659 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
8660
8661         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
8662         fixing a warning for a miss-used prototype, would have cause
8663         random memory corruption.
8664
8665 2003-03-07  Martin Baulig  <martin@ximian.com>
8666
8667         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
8668         getting really annoying ....
8669
8670 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
8671
8672         * reflection.c (fixup_method): added support for array methods.
8673
8674 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
8675
8676         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
8677         (pointed out by Michael Adams).
8678
8679 2003-03-04  Dick Porter  <dick@ximian.com>
8680
8681         * icall.c: Temporarily reverted the Double and Single ToString()
8682         change, because it broke nunit.
8683
8684 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
8685
8686         * object.h, threads.h: make include files compatible with C++
8687         (patch by Jerome Laban <jlaban@wanadoo.fr>).
8688
8689 2003-03-04  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8690
8691         * icall.c: Erased ToString helper functions for Double and Single.
8692         Now, that implementations ar all in managed code (Double and Single
8693         Formatters).
8694
8695 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
8696
8697         * appdomain.c: Added method for initializing the default context of
8698         a domain. Added internal call for getting the default context.
8699         * appdomain.h: Added context variable in MonoDomain struct.
8700         * domain.c: mono_domain_set also sets the default context of the domain
8701         * icall.c: Mapped internal method InternalGetDefaultContext.
8702         * object.c: mono_object_get_virtual_method returns always a remoting
8703         wrapper if the object is a transparent proxy.
8704         mono_runtime_invoke_array: when creating an object by calling the
8705         constructor, if the created object is a proxy, then the constructor should
8706         be called using the a remoting wrapper.
8707
8708 2003-03-03  Dick Porter  <dick@ximian.com>
8709
8710         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
8711         variable so it compiles on solaris.  Problem spotted by
8712         Christopher Taylor <ct@cs.clemson.edu>
8713
8714 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8715
8716         * appdomain.c:
8717         (get_info_from_assembly_name): don't leak value.
8718
8719         * icall.c:
8720         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
8721         result.
8722
8723 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
8724
8725         * assembly.c: export mono_image_load_references ().
8726         * class.c: handle function pointers. mono_class_from_name() now
8727         supports nested type names directly.
8728
8729 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
8730
8731         * reflection.h reflection.c: Encode already created dynamic methods 
8732         and fields correctly as a DEF instead of a REF.
8733
8734         * reflection.c: Get rid of the force_ref argument to 
8735         mono_image_typedef_or_ref since it was wrong in the first place.
8736
8737         * string-icalls.c: add error checking to string constructors according
8738         to the MSDN docs.
8739
8740         * reflection.c: Emit types in the order their TypeBuilders were 
8741         created. Previously, a new table index was assigned to each type before
8742         the tables were emitted. This was wrong because the signature blob
8743         might already refer to a type by its original table index.
8744
8745 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
8746
8747         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
8748         change.
8749         
8750 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8751
8752         * Makefile.am: make assemblies dir have \ instead of / on windows.
8753
8754 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
8755
8756         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
8757         iterate over the NESTEDCLASS table using a linear search since the
8758         table is not guaranteed to be sorted by the secondary key.
8759
8760         * class.c (mono_class_create_from_typedef): fixed up call to
8761         mono_metadata_nesting_typedef.
8762         
8763 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
8764
8765         * marshal.c (mono_string_to_byvalstr): clear the memory as
8766         suggested by Jerome Laban <jlaban@wanadoo.fr>
8767
8768 2003-02-26  Dick Porter  <dick@ximian.com>
8769
8770         * process.c: Cope with padding in .rsrc blocks
8771
8772 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8773
8774         * metadata.h: reverted the filter_len change, it breaks reflection
8775         
8776 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8777
8778         * metadata.h: added a new field to store the filter_len
8779         
8780
8781 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
8782
8783         * reflection.c: handle custom attributes for types and members
8784         created with Reflection.Emit (bug#38422).
8785
8786 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
8787
8788         * reflection.c: define RTSpecialName automatically for constructors for
8789         compatibility with MS.NET.
8790
8791         * reflection.c (mono_reflection_create_runtime_class): initialize
8792         nested_in field of dynamically created classes.
8793
8794 2003-02-22  Martin Baulig  <martin@ximian.com>
8795
8796         * debug-mono-symfile.h: Incremented version number.
8797
8798 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8799
8800         * object.h icall.c process.c: fix warnings.
8801
8802 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8803
8804         * appdomain.h appdomain.c:
8805         (mono_domain_try_type_resolve): split the 
8806         name_or_tb argument into a name and a tb argument.
8807         (mono_domain_has_type_resolve): new function to check whenever the
8808         application has registered a TypeResolve event handler.
8809         
8810         * icall.c reflection.h reflection.c: move the type resolve logic into
8811         mono_reflection_get_type () so it will be invoked when 
8812         Assembly::GetType () is called.
8813
8814         * reflection.c:
8815         (mono_reflection_get_type): renamed to get_type_internal.
8816         (mono_reflection_get_type): fixed type name generation so it works 
8817         for nested types too.
8818         (mono_reflection_get_type): call has_type_resolve () to avoid the 
8819         costly type name generation if there is no resolve event handler.
8820
8821 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8822
8823         * class.c, image.c: load exported types from file references.
8824
8825 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
8826
8827         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
8828           used to cache the managed methods used to create proxies and make 
8829           remote invocation of methods.
8830         * class.h: Added in MonoVTable a flag to indicate that a class needs 
8831           to be remotely created.
8832         * object.c: Modified the method mono_class_vtable(). It now initializes 
8833           the remote flag of the vtable. Modified mono_object_new_specific(), 
8834           so now it checks the remote flag.
8835         * icall.c: Added a couple of internal methods, one for enabling instance 
8836           creation interception for a type, and one for creating objects bypassing
8837           the remote check.
8838
8839 2003-02-18  Martin Baulig  <martin@ximian.com>
8840
8841         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
8842         New interncall to get a method's metadata token.
8843
8844         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
8845         New interncall for the debugger.
8846
8847 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
8848
8849         * class.c (mono_class_setup_vtable): allocate supertype array
8850
8851 2003-02-18  Martin Baulig  <martin@ximian.com>
8852
8853         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
8854
8855 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8856
8857         * reflection.c:
8858         (assembly_name_to_aname): jump over unknown properties (i've found
8859         something like: 'type, assembly, version=xxx, custom=null, public...',
8860         so now will ignore custom=null and still get the rest of the values).
8861
8862 2003-02-17  Dick Porter  <dick@ximian.com>
8863
8864         * threads.c: Have Thread.Start() wait for a semaphore to signal
8865         that the thread has set up all its local data.  This fixes bug
8866         34323, where Abort() raced the new thread's TLS data.
8867
8868         Also removes the handle_store() call from start_wrapper, because
8869         threads are now always created suspended and there is no longer a
8870         race between the parent and child threads to store the info.
8871
8872 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
8873
8874         * image.c: explain the #- heap issue in a message, hopefully
8875         avoiding FAQs on mono-list.
8876
8877 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8878
8879         * icall.c:
8880         (GetEntryAssembly): if the domain has not invoked
8881         AppDomain.ExecuteAssembly yet, return the assembly of the default
8882         AppDomain.
8883
8884 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
8885
8886         * class.c (mono_ldtoken): make it work in dynamic assemblies.
8887
8888 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
8889
8890         * metadata.c, reflection.c: simple speedup to type hash
8891         and equals code.
8892
8893 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
8894
8895         * image.c, image.h, class.c, assembly.c: move module loading
8896         to MonoImage. When loading metadata, consider alignemnet from
8897         the start of metadata, not from the metadata address in memory.
8898
8899 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
8900
8901         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
8902         AssemblyBuilder objects. Factored out custom attribute creation into
8903         a separate function.
8904         (create_custom_attr): new function to create custom attributes.
8905
8906 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
8907
8908         * Makefile.am: Got tired of typing the full pathname to pedump.
8909         Until there is another option, am installing this.
8910
8911 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
8912
8913         * class.c (class_compute_field_layout): always set field->parent 
8914         (mono_ldtoken): use mono_defaults.fieldhandle_class;
8915
8916 2003-02-11  Dick Porter  <dick@ximian.com>
8917
8918         * threads-types.h:
8919         * monitor.c: Rewrote Monitor, making lock much faster and
8920         Pulse/Wait work as specified.  Also uses much fewer handles, and only
8921         creates them as needed.
8922
8923         * exception.c: Added SynchronizationLockException
8924
8925         * threads.c: Deleted old Monitor implementation.  The new one is
8926         in a new file.
8927
8928 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
8929
8930         * class.c: handled TypedReference type code. Set the correct size for
8931         class data. Setup interface_offsets for interface classes, too.
8932
8933 2003-02-09  Martin Baulig  <martin@ximian.com>
8934
8935         * debug-mono-symfile.h: Reflect latest symbol writer changes.
8936
8937 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
8938
8939         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
8940         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
8941         * object.c: fixed mono_object_get_virtual_method () for interfaces.
8942         * verify.c: check for code that runs after the end of the method.
8943
8944 2003-02-08  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8945
8946         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
8947         "System.Math::Round2".
8948         * sysmath.h: Added Floor, Round and Round2 definitions.
8949         * sysmath.c: Modified certain functions that were not 100% compliant
8950         with MS.NET (math precision) and added the implementation of Floor,
8951         Round and Round2.
8952
8953 2003-02-07  Martin Baulig  <martin@ximian.com>
8954
8955         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
8956
8957 2003-02-07  Martin Baulig  <martin@ximian.com>
8958
8959         * debug-mono-symfile.c: Reflected latest symwriter changes.
8960         (mono_debug_create_mono_symbol_file): Removed.
8961         (mono_debug_open_mono_symbol_file): Take an argument which
8962         specifies whether to create a dynamic symbol file.
8963
8964 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
8965
8966         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
8967
8968 2003-02-05  Martin Baulig  <martin@ximian.com>
8969
8970         * reflection.c (mono_image_build_metadata): Make this public,
8971         protect it against being called multiple times, don't create
8972         resources and don't build the compressed metadata here.
8973         (mono_image_create_pefile): Do this here.
8974
8975         * icall.c
8976         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
8977
8978 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8979
8980         * socket-io.c: fixed bug #36322.
8981
8982 2003-02-06  Piers Haken <piersh@friskit.com>
8983
8984         * appdomain.[ch]:
8985         * class.h:
8986         * debug-mono-symfile.c:
8987         * icall.c:
8988         * loader.c:
8989         * mono-config.c:
8990         * monosn.c:
8991         * reflection.c:
8992         * socket-io.c: warning cleanups
8993
8994 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
8995
8996         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
8997         function. works like remoting invoke, but does a check for the Proxy first.
8998
8999 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
9000
9001         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
9002
9003 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
9004
9005         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
9006         array of pointers.
9007         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
9008         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
9009
9010         * object.c (mono_store_remote_field_new): used by the new jit
9011         instead of mono_store_remote_field
9012         (mono_load_remote_field_new): used by the new jit
9013         instead of mono_load_remote_field
9014
9015 2003-02-05  Patrik Torstensson
9016
9017         * appdomain.c: changed unload to take the domain id instead
9018         of domain
9019         
9020         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
9021
9022
9023 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9024
9025         * appdomain.c: don't look for assemblies in ApplicationBase if
9026         PrivateBinPathProbe is set.
9027
9028 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9029
9030         * object.c: make the first argument in main_args contain the absolute
9031         path to the assembly. Fixes bug #37511.
9032
9033 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9034
9035         * icall.c: get correct UTC offset for countries not using daylight
9036         time saving. Fixes bug #30030.
9037
9038 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9039
9040         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
9041         and 1 are the family).
9042
9043 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
9044
9045         * icall.c (ves_icall_InternalExecute): removed wrong assertion
9046
9047         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
9048
9049 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
9050
9051         * reflection.c: added support for SignatureHelper tokens, which is
9052         needed by the Calli opcode.
9053
9054         * reflection.h: track changes to SignatureHelper class.
9055
9056         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
9057
9058 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9059
9060         * appdomain.c: fixed loading assemblies from PrivateBinPath.
9061
9062 2003-02-03  Patrik Torstensson
9063         * appdomain.[c|h], domain.c : 
9064          - Added support for getting a domain via domain id
9065          - Support for setting and getting domain from System.AppDomain 
9066            (used in cross appdomain channel)
9067          - Added support for get/set for a MonoAppContext on a thread 
9068            (Context class in System.Runtime.Remoting.Contexts),
9069          - Removed hack in Get/SetData and ExecuteAssembly.
9070         
9071         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
9072         the managed world to get control when a proxy is created.
9073
9074         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
9075         
9076 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
9077
9078         * icall.c
9079         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
9080         Populate the codebase field as well.
9081
9082 2003-02-02  Martin Baulig  <martin@ximian.com>
9083
9084         * debug-mono-symfile.c
9085         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
9086         (mono_debug_symfile_add_method): Allow interncalls.
9087
9088 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9089
9090         * icall.c: throw parse exception if strtod fails or the string is empty.
9091
9092 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
9093
9094         * marshal.c: handle object type separately from defined
9095         class types.
9096
9097 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
9098
9099         * marshal.c: handle NATIVE_LPSTR for strings when it's
9100         explicitly specified.
9101
9102 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
9103
9104         * reflection.c, reflection.h, icall.c: setup the reflection
9105         handle cache for ModuleBuilders and AssemblyBuilders.
9106
9107 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
9108
9109         * reflection.c (reflection_methodbuilder_to_mono_method): set
9110         pinvoke flag
9111
9112 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9113
9114         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
9115
9116 2003-01-29  Dick Porter  <dick@ximian.com>
9117
9118         * threads.c: No need for the fake_thread kludge now that Thread
9119         doesn't run a class constructor
9120         
9121 2003-01-29  Dick Porter  <dick@ximian.com>
9122
9123         * threads.c: Use g_direct_hash instead of the rather bogus
9124         g_int_hash
9125
9126 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
9127
9128         * marshal.c (mono_marshal_get_native_wrapper): add check for null
9129         (fix pinvoke12.exe)
9130         (mono_marshal_get_struct_to_ptr): generate valid IL code
9131         (mono_marshal_get_ptr_to_struct): generate valid IL code
9132         (*): correctly set sig->pinvoke, we need to memdup the signature
9133         to do that
9134
9135 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
9136
9137         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
9138         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
9139
9140 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
9141
9142         * profiler.c: provide more callers information.
9143
9144 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
9145
9146         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
9147
9148         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
9149
9150         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
9151
9152 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9153
9154         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
9155         exception instead of going into an infinite loop on dates which it 
9156         can't yet handle.
9157
9158         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
9159         out-of-range exception if needed.
9160
9161         * class.c (mono_class_setup_vtable): allow a virtual method to provide
9162         an implementation for an interface method and to override an inherited
9163         method at the same time. 
9164         Imagine a scenario when a virtual method is used to override a
9165         virtual abstract method in a parent class, and this same method 
9166         provides an implementation for an method inherited from an interface. 
9167         In this case, the interface resolution code will set im->slot, which 
9168         means that the virtual method override pass will skip this method 
9169         which means a pointer to the abstract method inherited from the parent
9170         will remain in the vtable of this non-abstract class.
9171
9172         * class.c: (mono_class_setup_vtable): continue search for a real 
9173         method if only an abstract method is found.     
9174
9175 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
9176
9177         * reflection.c: add size to encoding for ByValStr and ByValArray
9178         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
9179
9180 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9181
9182         * class.c (mono_class_setup_vtable): pass the override info as an
9183         argument.
9184
9185         * class.c (mono_class_setup_vtable): set the slot of overriding methods
9186         correctly.
9187         
9188         * reflection.c (ensure_runtime_vtable); add support for method 
9189         overrides.
9190         
9191 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9192
9193         * reflection.c (resolution_scope_from_image): Hack to work to work with
9194         dynamic assemblies.
9195
9196         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
9197         added a 'force_ref' argument to force this function to allways return 
9198         a TypeRef. This is needed by mono_image_get_memberref_token ().
9199         
9200 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9201
9202         * reflection.c (mono_image_get_type_info): interfaces really don't have
9203         a parent.
9204
9205         * reflection.c (mono_image_basic_init): fill out missing fields of
9206         image structure.
9207
9208         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
9209         dynamic assemblies. This is required so dynamic assemblies show up in
9210         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
9211         Type::GetType() etc. This is consistent with MS behaviour.
9212
9213         * image.c image.h reflection.c: add newly created classes to the name 
9214         cache so mono_class_get () will find them.      
9215
9216 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9217
9218         First part of changes to get IKVM.NET running under mono.
9219         
9220         * appdomain.h, appdomain.c: added new function 
9221         mono_domain_try_type_resolve() which will emit TypeResolve events. 
9222         This function will call AppDomain::DoTypeResolve to do the actual work.
9223
9224         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
9225         moved existing code dealing with dynamic tokens to a new function 
9226         called mono_reflection_lookup_dynamic_token (). This function will 
9227         raise TypeResolve events when appropriate. Since reflection.c is not 
9228         part of libmetadata, a new hook function called 
9229         mono_lookup_dynamic_token() is added to class.c which will call this.
9230
9231         * assembly.h assembly.c: make the invoke_load_hook function public,
9232         so it can be called for dynamic assemblies.
9233
9234         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
9235
9236         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
9237         type isn't found.
9238
9239         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
9240         MonoGHashTable, since it contains pointers to objects which the GC 
9241         needs to track.
9242
9243         * assembly.c (search_loaded): remove unused variable.
9244         
9245 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
9246
9247         * object.c: fixed issue exposed by gcc-generated IL programs
9248         that use RVA data for pointers.
9249
9250 2003-01-25  Martin Baulig  <martin@ximian.com>
9251
9252         * threads.c (start_wrapper): Moved the initialization of
9253         `start_func' above the mono_new_thread_init() call to which we
9254         pass it as argument.
9255
9256 2003-01-24  Martin Baulig  <martin@ximian.com>
9257
9258         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
9259         the MonoThread pointer.
9260
9261 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
9262
9263         * icall.c: Rename `PowImpl' to Pow.
9264
9265 2003-01-23  Dick Porter  <dick@ximian.com>
9266
9267         * threads.c (start_wrapper): Create a Thread object if needed, so
9268         the Main() thread can do the class initialisation in a subthread
9269         that has been set up to allow managed code execution.
9270
9271         Pass the thread ID instead of the MonoThread pointer to the thread
9272         start and attach callbacks.  This change is required, because the
9273         jit thread start callback must be called _before_ the Thread
9274         object can be created.
9275         
9276         (mono_thread_init): Removed much object creation code that is no
9277         longer needed.  No managed code is called from here now.
9278
9279         * object.c (mono_runtime_exec_managed_code): Create a subthread
9280         for Main, and call back to the runtime to use it.
9281         Set the exit code when Main exits.
9282
9283         * gc.c: Make sure domain finalisation happens in a subthread.
9284         Re-enable threaded GC, fixing bug 31333 (again).
9285
9286         * environment.c: System.Environment internall calls (so far just
9287         ExitCode is here, the others are still in icall.c)
9288
9289         * appdomain.c (mono_runtime_cleanup): All threads running managed
9290         code should have finished before mono_runtime_cleanup() is
9291         reached, so no need to clean up threads.
9292
9293 2003-01-22  Martin Baulig  <martin@ximian.com>
9294
9295         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
9296         `gpointer func' arguments.      
9297         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
9298         but added `MonoThread *thread' argument.
9299         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
9300
9301         * threads.c (mono_new_thread_init): Added `gpointer func' argument
9302         and pass it to the mono_thread_start_cb callback.
9303         (mono_install_thread_callbacks): New public function to install a
9304         set of callbacks which are set by the debugger.
9305         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
9306
9307 2003-01-22  Martin Baulig  <martin@ximian.com>
9308
9309         * Makefile.am: Install debug-mono-symfile.h.
9310
9311 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
9312
9313         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
9314
9315 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
9316
9317         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
9318         * class.c (mono_ptr_class_get): correctly set access levels of pointers
9319         (mono_array_class_get): correctly set access levels of arrays
9320
9321 2003-01-20      Patrik Torstensson
9322         * image.h (MonoAssemblyName): changed major, minor, build, revision
9323         from signed to unsigned.
9324
9325 2003-01-20  sean kasun <skasun@azstarnet.com>
9326
9327         * reflection.c (load_cattr_value): Now this handles
9328         MONO_TYPE_SZARRAY.  Fixes bug #35629
9329
9330 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
9331
9332         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
9333         integer value
9334
9335 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9336
9337         * decimal.c: fixed bug #26056.
9338
9339 2003-01-17  Martin Baulig  <martin@ximian.com>
9340
9341         * gc.c: Raise an ExecutionEngineException instead of using g_error().
9342
9343 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9344
9345         * exception.[ch]:
9346         (mono_get_exception_type_initialization): new function.
9347
9348         * object.c: throw a TypeInitializationException when an exception is
9349         thrown invoking the class constructor.
9350
9351 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9352
9353         * reflection.c: fixed attribute reading.
9354
9355 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9356
9357         * icall.c:
9358         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
9359         provided, look for the type in the calling assembly and then in
9360         mscorlib; if the assembly name is provided, only try that one.
9361
9362 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
9363
9364         * object.c: register the vtable before there is a chance it's
9365         queried again recursively.
9366
9367 2003-01-13  Duncan Mak  <duncan@ximian.com>
9368
9369         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
9370         gc-internal.h. 
9371         
9372 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
9373
9374         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
9375
9376 2003-01-11  Martin Baulig  <martin@ximian.com>
9377
9378         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
9379         this to 20 for the release.
9380
9381 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
9382
9383         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
9384
9385         * loader.c (mono_method_get_marshal_info): bug fix
9386
9387         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
9388         structures with explicit layout
9389
9390 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9391
9392         * profiler.c: made the output more readable (and sorted). 
9393         Added caller information for the allocation profiler.
9394
9395 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
9396
9397         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
9398
9399 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9400
9401         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
9402         to get value types.
9403         
9404 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
9405
9406         * object.c, profiler.h, profiler.c, profiler-private.h:
9407         Added object allocation profiler.
9408
9409 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
9410
9411         * reflection.h, reflection.c: handle global methods.
9412         Compress blob entries.
9413
9414 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
9415
9416         * marshal.c: fix compilation.
9417
9418 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
9419
9420         * loader.c (mono_method_get_marshal_info): impl.
9421
9422         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
9423
9424 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9425
9426         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
9427         for reference types.
9428
9429 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
9430
9431         * loader.c: fixed off by one error in loaded parameter names.
9432
9433 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
9434
9435         * marshal.c (mono_marshal_get_icall_wrapper): like
9436         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
9437         instead of a MonoMethod.
9438
9439 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9440
9441         * decimal.c: fixed bug #36537.
9442
9443 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
9444
9445         * marshal.c: throw a missing method exception if a
9446         P/Invoke method is not found.
9447
9448 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9449
9450         * icall.c: allow a null this for constructors.
9451
9452 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
9453
9454         * icall.c: raise the proper exceptions if the arguments to the
9455         internal Invoke are incorrect.
9456
9457 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
9458
9459         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
9460
9461 2003-01-03  Martin Baulig  <martin@ximian.com>
9462
9463         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9464
9465 2002-12-31  Martin Baulig  <martin@ximian.com>
9466
9467         * debug-mono-symfile.c: Completely rewrote the type section.
9468         Instead of using individual malloc()ed fields, we use one big
9469         continuous memory area and offsets into this area.
9470         See the comments in the source code for details.
9471
9472 2002-12-30  Martin Baulig  <martin@ximian.com>
9473
9474         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
9475
9476 2002-12-30  Martin Baulig  <martin@ximian.com>
9477
9478         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
9479         line number table in this data blob instead of using an external
9480         pointer.
9481
9482 2002-12-28  Martin Baulig  <martin@ximian.com>
9483
9484         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9485
9486 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
9487
9488         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
9489         as a boxed return type.
9490
9491 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
9492
9493         * appdomain.c
9494         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
9495         g_build_filename to properly get separators on the filename created.
9496
9497         * object.h: Small change, introduce MonoMarshalByRefObject to
9498         track the layout of that structure in the C# universe as we make
9499         changes there.
9500
9501 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
9502
9503         * object.c: removed assert to allow static fields on interfaces.
9504         * loader.c: a TypeSpec may be used for any type, not just arrays.
9505
9506 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9507
9508         * class.c, class.h: added mono_class_array_element_size ().
9509         Ignore static methods in interfaces.
9510
9511 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9512
9513         * threads.c: fixed the build under cygwin.
9514
9515 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
9516
9517         * reflection.c: handle nullref constants. Allocate keys for
9518         reflection handles with the GC.
9519
9520 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9521
9522         * threads.c, threads.h: added mono_thread_get_abort_signal()
9523         to get a suitable signal for thread abort.
9524
9525 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9526
9527         * metadata.c: fix handling of ExportedType table.
9528
9529 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9530
9531         * icall.c: added WriteWindowsDebugString internal call.
9532
9533 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9534
9535         * reflection.h: added fields to match C# implementation.
9536
9537 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9538
9539         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
9540
9541 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
9542
9543         * gc.h, gc-internal.h: Rename header for GC internal calls to
9544         gc-internal.h from gc.h as to not clash with Boehm GC having its
9545         header installed as <gc.h> in outside include paths.
9546         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
9547         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
9548
9549 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9550
9551         * icall.c: assign minor, build and revision in FillName.
9552
9553 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
9554
9555         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
9556         Added support for running code generated by Reflection.Emit.
9557
9558 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9559
9560         * appdomain.c: check for NULL argument in LoadFrom.
9561
9562 2002-12-10  Dick Porter  <dick@ximian.com>
9563
9564         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
9565
9566 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9567
9568         * appdomain.c: fix buglet when building exe file name.  Handle full
9569         assembly name (needed after latest changes to AssemblyName).
9570         * image.c:
9571         (mono_image_close): free some hashtables.
9572
9573 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
9574
9575         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
9576         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
9577         on some systems (redhat 7.3) 
9578
9579 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
9580
9581         * threads.c: delete the critical section of a sync block,
9582         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
9583
9584 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
9585
9586         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
9587
9588 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9589
9590         * appdomain.[ch]: handle the assembly preload event to try loading the
9591         assemblies using the paths we have in the current domain.
9592
9593         * assembly.[ch]: created an assembly preload hook that is called to try
9594         loading the assembly by other means that the ones provided here.
9595
9596         * domain.c: initialize the domain search path.
9597
9598         From now on, assemblies (TODO: except corlib and System) are loaded
9599         according to these rules when using mono_assembly_load ():
9600
9601                 1. It tries to load the assembly from the ApplicationBase
9602                 of the current domain appending .dll and .exe (TODO: have to
9603                 try loading from name/name.dll and name/name.exe).
9604
9605                 2. It tries the search path specified in PrivateBinPath for the
9606                 current domain (if any).
9607
9608                 3. Previous behavior.
9609
9610 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
9611
9612         * icall.c: implemented GetInterfaceMap() related icall.
9613         * domain.c, loader.h: load MethodInfo in mono_defaults.
9614
9615 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9616
9617         * gc.c: disable the finalizer thread for now, untill all the issues
9618         with it are resolved.
9619
9620 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9621
9622         * string-icalls.c: handle embedded nulls in string ctor when the
9623         length is specified.
9624
9625 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9626
9627         * class.c: look for explicit interface implementation in parent
9628         classes, too.
9629
9630 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
9631
9632         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
9633
9634 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
9635
9636         * gc.c: protect handles with a critical section.
9637
9638 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9639
9640         * icall.c:
9641         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
9642         parameters. If no assembly specified, try getting the type from all
9643         the assemblies in the current domain, else, load the assembly and get
9644         the type from it.
9645
9646 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9647
9648         * marshal.c: applied patch from Aleksey Demakov that fixes
9649         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
9650
9651 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9652
9653         * icall.c: fixed get_location.
9654
9655 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
9656
9657         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
9658         declarations to make it work with older gcc. 
9659
9660         * loader.c (mono_get_method): set signature->pinvoke for native calls
9661
9662 2002-11-20  Dick Porter  <dick@ximian.com>
9663
9664         * threads.c (mono_thread_init): Set the main thread's handle
9665
9666 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
9667
9668         * gc.c: allow compilation without GC support. Changed to match the
9669         mono coding style.
9670
9671 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9672
9673         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
9674
9675 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
9676
9677         * reflection.c: set a public key token on the core assemblies.
9678
9679 2002-11-18  Dick Porter  <dick@ximian.com>
9680
9681         * threads.c: Split out some thread initialisation so that other
9682         files can set the start callback function.
9683
9684         * gc.c: Run finalisers in a separate thread, to avoid stack
9685         overflow.  Fixes bug 31333.
9686
9687         * appdomain.c: Set up GC finalisation thread.
9688
9689         * reflection.c: 
9690         * object.c: 
9691         * domain.c: Use gc.h macros for GC_malloc
9692         
9693 2002-11-15  Dick Porter  <dick@ximian.com>
9694
9695         * threadpool.c: 
9696         * threads.c:
9697         * appdomain.c: Removed mono_runtime_init_with_attach(),
9698         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
9699         merging the extra parameter with the existing function.  Removed
9700         unneeded code in mono_thread_attach().
9701
9702 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
9703
9704         * image.c (mono_image_loaded_by_guid): a method to get loaded
9705         images by guid. 
9706         (load_metadata_ptrs): we store the guid as string.
9707
9708 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
9709
9710         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
9711
9712         * metadata.c (mono_guid_to_string): imported method form Zoltan
9713         Varga (slightly modified)
9714
9715         * assembly.c (mono_assembly_open): load precompiled code
9716
9717         * loader.h (MonoMethod): we store the method token for use in the
9718         aot compiler. 
9719
9720 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9721
9722         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
9723         the hook function called when an assembly is loaded.
9724         
9725         * domain.c: Modified file.
9726         (mono_domain_assembly_load): removed hash table insertion of assemblies.
9727
9728         Fixes bug #33196.
9729
9730 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
9731
9732         * reflection.c: Map PEFileKind to the value expected by the WinNT
9733         image loader. 
9734
9735 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9736
9737         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
9738         Read until the buffer is filled completely.
9739
9740 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9741
9742         * icall.c: implemented MonoType.InternalGetEvent ().
9743
9744 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9745
9746         * appdomain.c: implemented InitAppDomainSetup. Delayed
9747         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
9748         the entry_assembly.
9749
9750         * assembly.c: base_dir is now an absolute path ending with
9751         G_DIR_SEPARATOR.
9752
9753         * icall.c: modified get_location according to the above changes.
9754
9755         * object.c: init AppDomain.SetupInformation for the default domain after
9756         we have the entry assembly.
9757
9758         * domain.c: when unloading a domain, setup = NULL.
9759
9760 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
9761
9762         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
9763
9764 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
9765
9766         * object.h, object.c: introduced mono_object_get_virtual_method ()
9767         to lookup the method invoked on an object when a callvirt is done on
9768         a method.
9769         * icall.c: make MethodInfo::Invoke() always do a virtual call.
9770
9771 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9772
9773         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
9774         current domain when loaded an assembly and failed to load it.
9775
9776         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
9777
9778 2002-10-31  Dick Porter  <dick@ximian.com>
9779
9780         * icall.c: 
9781         * file-io.h: 
9782         * file-io.c: Return the error status in a parameter, as the
9783         GetLastError() value has long since been blown away if we try and
9784         look it up in a subsequent internal call invocation.  Delete the
9785         GetLastError() internal call, because it's useless.
9786
9787 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
9788
9789         * class.[ch]: added cast_class to fix bug 29517
9790
9791 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
9792
9793         * marshal.c: create valid IL code in the filter clause:
9794         the new JIT is less forgiving:-)
9795
9796 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9797
9798         * icall.c: removed get_property internal call.
9799
9800 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
9801
9802         * appdomain.h domain.c: Added an ID to appdomains.
9803         
9804         * threads.c threads.h icall.c: Implement icall
9805         Thread:GetDomainID(), and remove unused icall 
9806         CurrentThreadDomain_internal.
9807
9808 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9809
9810         * icall.c: Don't recurse through the base types in GetConstructor.
9811         Fixes bug #32063. 
9812
9813 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
9814
9815         * mempool.h, mempool.c: added mono_mempool_empty() and
9816         mono_mempool_stats().
9817
9818 2002-10-23  Dick Porter  <dick@ximian.com>
9819
9820         * file-io.c: 
9821         * file-io.h: 
9822         * icall.c: Added MonoIO.GetFileType internal call
9823
9824 2002-10-17  Dick Porter  <dick@ximian.com>
9825
9826         * appdomain.c (mono_runtime_cleanup): Don't signal the async
9827         delegate semaphore before waiting for all threads to finish,
9828         because new threads can also call async delegates.  Fixes bug
9829         32004.
9830
9831         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
9832         of 3 seconds, in case another async job is queued.  (This part is
9833         needed because the bug fix reintroduced the 3s exit lag.)  This
9834         makes the mono_runtime_shutdown flag superfluous.
9835
9836 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9837
9838         * reflection.c: include ehader size in method section headers.
9839         Really check for suplicated modules entries.
9840
9841 2002-10-17  Martin Baulig  <martin@gnome.org>
9842
9843         * debug-mono-symfile.c: Added back support for locals.
9844
9845 2002-10-14  Martin Baulig  <martin@gnome.org>
9846
9847         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
9848         MONO_TYPE_VOID.
9849
9850 2002-10-14  Martin Baulig  <martin@gnome.org>
9851
9852         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
9853         mono_class_get() instead of looking in the class cache. 
9854
9855 2002-10-13  Martin Baulig  <martin@gnome.org>
9856
9857         * debug-mono-symfile.c: Set version number to 28, include the
9858         signature in method names.
9859
9860 2002-10-13  Martin Baulig  <martin@gnome.org>
9861
9862         * debug-mono-symfile.h: Set version number to 27.
9863
9864 2002-10-11  Martin Baulig  <martin@gnome.org>
9865
9866         * gc.c: Don't register/unregister NULL pointers as disappearing links.
9867
9868 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9869
9870         * metadata.c, metadata.h: added helper function to allocate signatures.
9871
9872 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9873
9874         * icall.c: added internal call to get the location of machine.config.
9875
9876 2002-10-08  Martin Baulig  <martin@gnome.org>
9877
9878         * debug-mono-symfile.c: Ignore classes with a pending init for the
9879         moment.
9880
9881 2002-10-03  Dick Porter  <dick@ximian.com>
9882
9883         * threads.c: Freebsd pthread_t is a pointer
9884
9885 2002-10-03  Dick Porter  <dick@ximian.com>
9886
9887         * socket-io.c: Implemented GetHostName_internal
9888
9889 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9890
9891         * mono-config.c:
9892         (mono_config_parse_file): don't leak the text.
9893
9894 2002-10-02  Martin Baulig  <martin@gnome.org>
9895
9896         * debug-mono-symfile.c: Added support for methods.
9897
9898 2002-10-01  Martin Baulig  <martin@gnome.org>
9899
9900         * debug-mono-symfile.c: Don't emit methods and line numbers for
9901         the dynamic symbol file, just write the type table.  We can easily
9902         have an external helper program which creates a symbol file for an
9903         IL file.        
9904
9905 2002-10-01  Dick Porter  <dick@ximian.com>
9906
9907         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
9908         Only add the handle to the cleanup array when we're about to
9909         launch the thread.  Bug 31425 deadlocked when the test was run on
9910         mono under w32.
9911
9912 2002-10-01  Martin Baulig  <martin@gnome.org>
9913
9914         * debug-mono-symfile.c: Added support for properties.
9915
9916 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9917
9918         * reflection.c: unaligned store fix from Mark Crichton
9919         <crichton@gimp.org>.
9920
9921 2002-09-27  Martin Baulig  <martin@gnome.org>
9922
9923         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
9924         New interncall.
9925
9926 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
9927
9928         * assembly.h, assembly.c: use a sane API to hook into the assembly
9929         loading process instead of a useless special-purpouse hack
9930         (ngen needs a hook, too, for example).
9931
9932 2002-09-27  Dick Porter  <dick@ximian.com>
9933
9934         * threads.c (mono_thread_init): Call GetCurrentProcess() so
9935         io-layer can set up some process handle info.  Not needed on w32,
9936         but doesn't hurt either.
9937
9938         * process.c: Pass the program name in the second parameter to
9939         CreateProcess, so the path is searched.  Include the working
9940         directory. Implemented process name, process enumeration, and some
9941         process detail internal calls.
9942         
9943         * icall.c: Added internal calls for process lookup, and some
9944         process details
9945
9946 2002-09-26  Martin Baulig  <martin@gnome.org>
9947
9948         * assembly.c (mono_install_open_assembly_hook): New global
9949         function to install a function to be invoked each time a new
9950         assembly is loaded.
9951         (mono_assembly_open): Run this callback function if set.
9952
9953         * debug-mono-symfile.c: Put back line numbers for the dynamic
9954         symbol file and also record the .il file as source file.  This
9955         allows us to install the temporary symbol file as `file.dbg' just
9956         like a compiler-generated one.
9957
9958 2002-09-26  Nick Zigarovich <nick@chemlab.org>
9959
9960         * Corrected typo in gc.c (BOHEM vs BOEHM).
9961
9962 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9963
9964         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
9965         GetProperties. Also avoid calling g_slist_length in GetProperties and
9966         GetMethods.
9967
9968 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
9969
9970         * reflection.c: avoid unaligned stores (bug spotted by
9971         Mark Crichton  <crichton@gimp.org>).
9972
9973 2002-09-25  Martin Baulig  <martin@gnome.org>
9974
9975         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
9976         instead of guint64 for addresses and added prologue/epilogue info.
9977
9978 2002-09-25  Martin Baulig  <martin@gnome.org>
9979
9980         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
9981         store line number info.  For the dynamic symbol file, we only need
9982         to provide the JIT generated dynamic line number info for the dynamic
9983         symbol file.
9984
9985 2002-09-25  Martin Baulig  <martin@gnome.org>
9986
9987         * debug-mono-symfile.h: Incremented version number.
9988
9989 2002-09-24  Martin Baulig  <martin@gnome.org>
9990
9991         * class.c (mono_debugger_class_init_func): New global function
9992         pointer variable.
9993         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
9994         call it.
9995
9996         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
9997         function.  This is called via the mono_debugger_class_init_func
9998         hook to add all types to the dynamic type table.
9999         (ves_icall_MonoDebugger_GetType): New interncall to get a class
10000         from its metadata token.
10001
10002         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
10003         New interncall for the debugger.
10004
10005 2002-09-24  Nick Drochak <ndrochak@gol.com>
10006
10007         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
10008         before using it in case it is null.
10009         
10010 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10011
10012         * metadata.c: allow custom modifiers in local var signatures
10013         (bug spotted by Zoltan Varga).
10014
10015 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
10016
10017         * class.c: deal with the <Module> class that may have a NULL vtable.
10018         Eliminate warnings.
10019
10020 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10021
10022         * image.c, image.h: more strong name helpers.
10023         * monosn.c: more work: convert pem keys to cryptoapi format.
10024
10025 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10026
10027         * string-icalls.c: speedup IndexOf.
10028
10029 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10030
10031         * icall.c: updates from Zoltan.2.Varga@nokia.com.
10032
10033 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10034
10035         * icall.c: cleanup: use mono_object_domain ().
10036
10037 2002-09-23  Martin Baulig  <martin@gnome.org>
10038
10039         * debug-mono-symfile.c: Improved type support.
10040
10041 2002-09-22  Martin Baulig  <martin@gnome.org>
10042
10043         * debug-mono-symfile.c: Added support for reference types and strings.
10044
10045 2002-09-22  Martin Baulig  <martin@gnome.org>
10046
10047         * debug-mono-symfile.c: Started to work on the type table.
10048
10049 2002-09-21  Martin Baulig  <martin@gnome.org>
10050
10051         * debug-mono-symfile.c: Largely reworked the symbol table format.
10052         The symbol table is now incrementally updated each time a new
10053         method is added.  We're now also using our own magic and version
10054         so that you don't need to recompile all your classes if the
10055         dynamic table changes.
10056         (mono_debug_update_mono_symbol_file): Removed.
10057         (mono_debug_symfile_add_method): New function to add a method.
10058
10059 2002-09-21  Martin Baulig  <martin@gnome.org>
10060
10061         * icall.c
10062         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
10063         New interncall.
10064
10065         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
10066         New interncall to get a method from its metadata token.
10067
10068 2002-09-21  Martin Baulig  <martin@gnome.org>
10069
10070         * debug-mono-symfile.c: Create type table.
10071
10072 2002-09-20  Martin Baulig  <martin@gnome.org>
10073
10074         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
10075
10076 2002-09-20  Martin Baulig  <martin@gnome.org>
10077
10078         * debug-mono-symfile.c: Provide information about params and locals.
10079
10080 2002-09-20  Martin Baulig  <martin@gnome.org>
10081
10082         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
10083         New interncall.
10084
10085         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
10086         interncall to get a method from its metadata token.
10087
10088 2002-09-20  Martin Baulig  <martin@gnome.org>
10089
10090         * debug-mono-symfile.c: Added a few checks for method->header
10091         being non-NULL.  This should never happen, but for the moment
10092         let's use a g_warning() rather than a g_assert().
10093
10094 2002-09-19  Mark Crichton  <crichton@gimp.org>
10095
10096         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
10097         even if support for it isn't present.  Added an #ifdef to fix this.
10098
10099         * socket-io.c: Added checks back for Solaris support.
10100
10101 2002-09-19  Martin Baulig  <martin@gnome.org>
10102
10103         * debug-mono-symfile.c (read_string, write_string): Reflect latest
10104         changes in the symbol file format.
10105
10106 2002-09-18  Martin Baulig  <martin@gnome.org>
10107
10108         * debug-mono-symfile.c: Set version number to 21.
10109
10110 2002-09-18  Dick Porter  <dick@ximian.com>
10111
10112         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
10113         on netbsd.  Fixes bug 30051.
10114
10115 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10116
10117         * reflection.c:
10118         (set_version_from_string): little fix.
10119
10120 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10121
10122         * monosn.c, Makefile.am: added strong name utility.
10123         * reflection.h, reflection.c: implemented delayed signing,
10124         locale, version and hash id assembly attributes.
10125
10126 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10127
10128         * loader.c, metadata.c: load param attributes in signatures.
10129
10130 2002-09-16  Martin Baulig  <martin@gnome.org>
10131
10132         * debug-mono-symfile.c: Added string table with all method names.
10133
10134 2002-09-14  Martin Baulig  <martin@gnome.org>
10135
10136         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
10137         fast method lookup.
10138
10139 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10140
10141         * reflection.c: record the public key token of referenced assemblies.
10142
10143 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10144
10145         * image.c, image.h: added functions to get the strong name and the
10146         public key of an assembly.
10147         * pedump.c: use them.
10148
10149 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
10150
10151         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
10152
10153 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
10154
10155         * marshal.c (mono_marshal_get_managed_wrapper): Added
10156         MONO_TYPE_BOOLEAN 
10157
10158 2002-09-11  Martin Baulig  <martin@gnome.org>
10159
10160         * gc.c: Call GC_unregister_disappearing_link() on all links when
10161         finalizing them, this is necessary to aviod a crash in boehm's
10162         finalize handler.
10163
10164 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10165
10166         * gc.c: handle GetTarget for finalized objects spotted and fixed by
10167         nick@chemlab.org.
10168
10169 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10170
10171         * icall.c: implemented MonoType::Module.
10172         * reflection.c, reflection.h: mono_module_get_object () from
10173         Tomi Pakarinen <tomi.pakarinen@welho.com>.
10174
10175 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
10176
10177         * icall.c: ignore overridden methods in GetMethods ().
10178         Fix for FieldInfo::SetValue().
10179         * object.c: handle float/double in runtime invoke.
10180
10181 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10182
10183         * object.c: allow a constructor to be called again on an object.
10184
10185 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10186
10187         * class.h, class.c: move field layout code to it's own function and
10188         export it. Get an interface id earlier. Move fields in MonoClass
10189         so they are more cache friendly and align the bitfields.
10190         * loader.c: temporary handle get_param_names() for a runtime method.
10191         * reflection.c, reflection.h: more code to handle runtime creation of
10192         types.
10193
10194 2002-09-09  Martin Baulig  <martin@gnome.org>
10195
10196         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
10197         signature with the pinvoke field being set for the actual call.
10198
10199 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10200
10201         * icall.c: removed some unused icalls. Start of map of glib charsets
10202         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
10203
10204 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10205
10206         * debug-helpers.c: break infinite loop (found and fixed by
10207         Holger Arnold <harnold@gmx.de>).
10208
10209 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10210
10211         * icall.c: target may be null in create_delegate.
10212
10213 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10214
10215         * marshal.c: handle a boolean return type.
10216
10217 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10218
10219         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
10220
10221 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10222
10223         * gc.c: fix weakreferences.
10224
10225 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
10226
10227         * icall.c: added icall to get default codepage.
10228
10229 2002-09-03  Dick Porter  <dick@ximian.com>
10230
10231         * threads.h: 
10232         * threads.c: Use MonoThread instead of MonoObject where
10233         apropriate.
10234
10235         Store running thread objects in a hash table, so that we have all
10236         the info to hand when waiting for them to finish
10237         (means we don't need OpenThread() any more, so mingw builds should
10238         be fully functional again.)
10239
10240         * verify.c:
10241         * object.h: Added thread ID to MonoThread
10242
10243 2002-09-03  Martin Baulig  <martin@gnome.org>
10244
10245         * icall.c (System.Reflection.Assembly::get_location): New interncall.
10246
10247 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10248
10249         * icall.c: fixed leak in get_temp_path. Thanks lupus.
10250
10251 2002-09-03  Martin Baulig  <martin@gnome.org>
10252
10253         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
10254         argument to store the end address of the disassembled instruction.
10255
10256         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
10257         here from debug-symfile.h.
10258         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
10259         JIT into this struct.
10260         (MonoSymbolFile): Added `char *image_file' field.
10261         (MonoDebugGetMethodFunc): Removed.
10262         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
10263         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
10264         (mono_debug_find_method): New method.
10265
10266         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
10267         create a full symbol file.
10268         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
10269         and static symbol files.
10270         (mono_debug_find_method): The symbol file keeps an internal method hash,
10271         call this to get a MonoDebugMethodInfo from a MonoMethod.
10272
10273         * debug-symfile.[ch]: Removed.
10274
10275 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
10276
10277         * image.c (do_mono_image_open): Remove linker version check.
10278
10279 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
10280
10281         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
10282         wrappers for instance methods.
10283         
10284 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10285
10286         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
10287
10288 2002-08-28  Dick Porter  <dick@ximian.com>
10289
10290         * Makefile.am: Export HOST_CC for w32 builds
10291
10292 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10293
10294         * file-io.c process.c: MonoString are null terminated, no
10295         need for mono_string_to_utf16() anymore.
10296
10297 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10298
10299         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
10300
10301 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
10302
10303         * icall.c, reflection.h: speedup System.MonoType.
10304
10305 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10306
10307         * reflection.c: allow null as the value of a string argument in
10308         custom attributes constructors.
10309
10310 2002-08-27  Martin Baulig  <martin@gnome.org>
10311
10312         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
10313         `trampoline_address' field.
10314
10315 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
10316
10317         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
10318         check (fixes bug #29486) 
10319
10320 2002-08-27  Martin Baulig  <martin@gnome.org>
10321
10322         * debug-mono-symfile.c: Changed the file format in a way that allows us
10323         open it read-only and to use a specially malloced area for all the
10324         dynamic data.  We can now also generate a symbol file on-the-fly if we're
10325         debugging IL code and there is no MCS generated symbol file for it.
10326
10327 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
10328
10329         * object.c: added a define for a good string and array
10330         creation speedup (not enabled by default because we need to deal with
10331         the synch stuff).
10332
10333 2002-08-26  Martin Baulig  <martin@gnome.org>
10334
10335         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
10336         function to create a dynamic symbol file.  This is used by the
10337         debugger to create a symbol file for IL code on-the-fly.
10338
10339 2002-08-26  Martin Baulig  <martin@gnome.org>
10340
10341         * loader.c (mono_lookup_pinvoke_call): Include the error message
10342         from g_module_error() in the error message.
10343
10344 2002-08-24  Martin Baulig  <martin@gnome.org>
10345
10346         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
10347         function to update the symbol file.  The symbol file is mmap()ed
10348         writable, but private.  This allows us to install the symbol file
10349         together with the assembly.
10350
10351 2002-08-24  Martin Baulig  <martin@gnome.org>
10352
10353         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
10354         but they can read the new symbol file format which mcs is now creating.
10355
10356         * debug-symfile.c (mono_debug_find_source_location): Moved to
10357         debug-mono-symfile.c; this is now operating on the new symbol file.
10358
10359 2002-08-23  Martin Baulig  <martin@gnome.org>
10360
10361         * debug-helpers.c (mono_method_desc_from_method): New function to get
10362         a MonoMethodDesc from a MonoMethod.
10363
10364 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10365
10366         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
10367         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
10368
10369 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10370
10371         * string-icalls.[ch]: make helper methods static.
10372
10373 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10374
10375         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
10376         types to it and to SetValueInternal.
10377
10378         * object.c: Moved handle_enum label to its proper place. This was the
10379         f... bug! ;-)
10380
10381         This time i compiled mcs and gtk-sharp and they both work.
10382
10383 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10384
10385         * icall.c: reverted partially my previous patch until 
10386         object.c:set_value handles enums correcly.
10387
10388 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10389
10390         * icall.c:
10391         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
10392         (ves_icall_System_Environment_get_MachineName): removed warning when
10393         compiling under cygwin.
10394
10395 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10396
10397         * object.c: fixed field_get_value() for reference types.
10398
10399 2002-08-22  Dick Porter  <dick@ximian.com>
10400
10401         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
10402         Don't free a buffer while it's still needed.  Patch from Jonathan
10403         Liger <Jonathan.liger@wanadoo.fr>
10404
10405 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
10406
10407         * icall.c (ves_icall_System_Environment_get_Platform): Add new
10408         internal call.
10409
10410 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
10411
10412         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
10413         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
10414
10415         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
10416         we call unmanaged code which throws exceptions.
10417
10418 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10419
10420         * appdomain.h: added per-domain entry_assembly.
10421         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
10422         arguments.
10423         * icall.c: Assembly::GetEntryAssembly icall.
10424         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
10425         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
10426
10427 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10428
10429         * appdomain.h, gc.c: added mono_domain_finalize ().
10430
10431 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10432
10433         * object.c:
10434         (mono_print_unhandled_exception): changed g_warning by g_printerr
10435         because g_log has a 1024 characters limit (yeah, i got a big stack
10436         trace). Don't print exception name, that should be in ToString 
10437         returned string.
10438
10439 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10440
10441         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
10442         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
10443
10444 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10445
10446         * object.c:
10447         (mono_print_unhandled_exception): after previous commit, i realized
10448         that MS calls ToString on the exception. I changed this function to
10449         do that. This way we get stack_trace for free.
10450
10451 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10452
10453         * object.c:
10454         (mono_print_unhandled_exception): invoke Message property instead of
10455         getting 'message' field from Exception. Don't allocate memory for
10456         'trace' and 'message' if not needed.
10457
10458 2002-08-18  Dick Porter  <dick@ximian.com>
10459
10460         * unicode.c: Fix asserts to match Encoder.cs checks
10461
10462 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10463
10464         * marshal.c: fix unaligned store issue and a few wrong
10465         opcode argument types.
10466
10467 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10468
10469         * icall.c: added GetUninitializedObjectInternal internal call.
10470
10471 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
10472
10473         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
10474         to the right domain.
10475
10476 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
10477
10478         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
10479
10480         * class.c (class_compute_field_layout): set blittable to false for Strings
10481
10482         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
10483
10484 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10485
10486         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
10487         first chunk of code to create types at runtime. Code to
10488         handle ReflectedType/DeclaringType. Make reflection handles
10489         domain specific.
10490
10491 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
10492
10493         * class.c: set correct name in arrays.
10494
10495 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
10496
10497         * appdomain.c (mono_domain_transfer_object): make it work with
10498         valuetypes. bug fixes.
10499
10500 2002-08-12  Dick Porter  <dick@ximian.com>
10501
10502         * object.h: Rename some parameters to avoid c++ keywords (Patch
10503         from Joseph Wenninger <kde@jowenn.at>)
10504
10505 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
10506
10507         * icall.c: added icall to implement Assembly.GetFile*.
10508
10509 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10510
10511         * reflection.h, reflection.c: code to embed managed resources.
10512
10513 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10514
10515         * class.c: move all the type size stuff into
10516         class_compute_field_layout().
10517
10518 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10519
10520         * class.c: ensure enums have always the correct instance size.
10521         * unicode.c: remove wrong assert.
10522
10523 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10524
10525         * assembly.c: fix mem corruption issue.
10526         * image.h, image.c: added mono_image_get_resource () to access
10527         managed resources.
10528         * icall.c: implemented Assembly.EntryPoint property and some
10529         Managed Resources related internalcalls.
10530
10531
10532 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10533
10534         * image.c, image.h: impemented mono_image_get_entry_point ().
10535         * appdomain.c: use mono_image_get_entry_point.
10536
10537 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10538
10539         * reflection.c: support the object type argument when loading
10540         custom attributes.
10541
10542 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
10543
10544         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
10545         String as return type.
10546
10547 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
10548
10549         * reflection.c: fix encoding of named args for custom attrs to match
10550         the ms implementation. Read them back when instantiating custom
10551         attributes.
10552
10553 2002-08-02  Radek Doulik  <rodo@ximian.com>
10554
10555         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
10556         by Dietmar as quick fix
10557         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
10558         16 as stack size, used on more places as quick fix before Dietmar
10559         will fix it properly
10560
10561 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10562
10563         * object.h, object.c: added accessors for fields and properties.
10564
10565 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10566
10567         * class.c, class.h: made mono_class_get_field_from_name ()
10568         loop on parent types.
10569         Added mono_class_get_property_from_name ().
10570
10571 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10572
10573         * class.c, class.h: move the code to setup the type vtable in its own
10574         function so that it can be reused also for types created at runtime.
10575         Eliminate the "class" identifier from the header file.
10576         * reflection.c: setup the vtable for enums so that we can create
10577         objects for use in SetConstant ().
10578
10579 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
10580
10581         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
10582         instead of the delegate itself as this pointer (bug #28383)
10583
10584 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
10585
10586         * marshal.c (mono_marshal_get_managed_wrapper): added return type
10587         conversions.
10588
10589 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10590
10591         * loader.c: don't set the pinvoke bit on icalls.
10592
10593 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
10594
10595         * debug-helpers.c (mono_method_full_name): only print a number to
10596         indicate wrapper type (so that the output is more readable in traces).
10597
10598 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
10599
10600         * class.c (mono_class_init): include method override patch from Paolo
10601
10602 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
10603
10604         * icall.c: fixed GetTypeCode().
10605
10606 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
10607
10608         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
10609         use real delegate invoke function to make it work with multicast
10610         delegates (fix bug# 28291).
10611
10612 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10613
10614         * object.c: load constant strings.
10615
10616 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10617
10618         * reflection.c: no magic numbers.
10619         * tabledefs.h: security action enum.
10620
10621 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10622
10623         * assembly.c: fix possible memory corruption.
10624
10625 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10626
10627         * reflection.h, reflection.c: added support for linking resources.
10628         * verify.c: check we have an updated corlib.
10629
10630 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
10631
10632         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
10633         string arrays.
10634         (mono_marshal_string_array): null terminate unmanaged string arrays.
10635         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
10636
10637 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10638
10639         * icall.c: Type.GetType () can now return also types from the
10640         calling assembly.
10641
10642 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10643
10644         * loader.h, loader.c: stack walking support.
10645         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
10646         GetCallingAssembly.
10647
10648 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
10649
10650         * marshal.c: added optimisations for blittable types 
10651
10652         * class.c (mono_array_class_get): do not set blittable attribute on arrays
10653         (mono_class_setup_mono_type): set blittable attribute for single
10654         and double.
10655
10656         * marshal.c (mono_string_utf8_to_builder): impl.
10657         (mono_string_builder_to_utf8): impl.
10658         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
10659
10660 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
10661
10662         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
10663         (mono_marshal_get_managed_wrapper): impl. byref types
10664
10665 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10666
10667         * icall.c:
10668         (search_method): don't display debug message. 
10669
10670 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10671
10672         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
10673
10674 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10675
10676         * appdomain.c: set the missing filename when throwing exception.
10677
10678 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10679
10680         * metadata.c (mono_type_size): code cleanup
10681         (mono_type_stack_size): removed some test code
10682
10683 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
10684
10685         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
10686         mono_get_exception_file_not_found now.
10687
10688         * exception.c (mono_exception_from_name_two_strings): New version
10689         that will call a constructor with two string arguments. 
10690         (mono_get_exception_file_not_found): New helper routine, used to
10691         report file-not-found errors.
10692
10693 2002-07-20  Dick Porter  <dick@ximian.com>
10694
10695         * process.h:
10696         * process.c: Pass file handles to CreateProcess
10697         
10698         * icall.c:
10699         * file-io.h:
10700         * file-io.c: Implemented CreatePipe
10701
10702 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10703
10704         * metadata.c (mono_get_param_info): set alignment for value types
10705
10706 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10707
10708         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
10709         Constify mono_domain_assembly_open().
10710         * loader.c: handle null namespace in icalls.
10711
10712 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10713
10714         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
10715         (emit_str_to_ptr_conv): marshal object as structs
10716
10717         * metadata.c (mono_type_to_unmanaged): marshal object as structs
10718
10719         * marshal.c (mono_marshal_get_runtime_invoke): support value types
10720
10721 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
10722
10723         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
10724         (mono_marshal_get_native_wrapper): we an now return value types
10725
10726 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10727
10728         * verify.c: more checks implemented.
10729
10730 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
10731
10732         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
10733         (fix bug #27695)
10734         (mono_marshal_get_native_wrapper): allow byref arguments
10735         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
10736         impl. PtrToStringXXX methods
10737         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
10738         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
10739         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
10740         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
10741         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
10742
10743 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10744
10745         * reflection.c: fix buglet in parsing an assembly name.
10746
10747 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10748
10749         * marshal.c (emit_ptr_to_str_conv): first impl.
10750
10751 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10752
10753         * object.c, class.h: cache the vtable in the class as suggested by
10754         vargaz@freemail.hu (Zoltan Varga).
10755
10756 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10757
10758         * class.h, loader.c: added mono_field_from_token().
10759         * verify.c: first cut of type checking code.
10760
10761 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10762
10763         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
10764
10765 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
10766
10767         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
10768         (fix bug #27782)
10769         (mono_marshal_get_remoting_invoke): impl.
10770         (mono_delegate_begin_invoke): impl.
10771         (mono_mb_emit_save_args): impl.
10772         (mono_delegate_end_invoke): impl.
10773         (mono_marshal_get_delegate_begin_invoke):
10774         (mono_marshal_get_delegate_end_invoke):
10775         (mono_marshal_get_delegate_invoke): generate a special name for
10776         those methods (including the signature) and associate them whith
10777         the delegate class. 
10778
10779 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
10780
10781         * reflection.[ch]: 
10782         (mono_reflection_type_from_name): now it has a MonoImage parameter
10783         which is used as the default image to search the type in. If the image
10784         is NULL or getting the type from it fails, it defaults to corlib.
10785
10786         * icall.c: changed 1 call to mono_reflection_type_from_name to match
10787         new parameter.
10788
10789 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10790
10791         * reflection.c: update the parameter table index.
10792
10793 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10794
10795         * domain.c: don't include the mark byte in the string hash.
10796
10797 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10798
10799         * icall.cs: icall for Type.GetTypeCode ().
10800         * verify: a couple of fixes and disabled local initialization checks.
10801
10802 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
10803
10804         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
10805
10806         * debug-helpers.c (mono_method_full_name): print the type of the
10807         runtime wrapper
10808
10809         * metadata.c (mono_signature_hash): a hash function for signatures
10810         (mono_signature_hash): better hash algorithm
10811
10812         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
10813
10814         * debug-helpers.c (mono_method_full_name): this can now generate
10815         method names with signatures
10816
10817         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
10818         method dont have this pointers.
10819
10820 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
10821
10822         * reflection.c: fixup typebuilder tokens.
10823         * image.c: fix buglet.
10824         * marshal.h: remove whitespace.
10825         * metadata.h, metadata.c: reinstate code that was removed.
10826         * verify.c: handle catch directives and fix another couple of bugs.
10827
10828 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
10829
10830         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
10831         (mono_marshal_get_native_wrapper): make it comp. with the old code
10832         (mono_marshal_get_native_wrapper): support boolean
10833         (mono_marshal_get_managed_wrapper): support more types
10834
10835 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
10836
10837         * class.c (class_compute_field_layout): compute class->blittable attribute.
10838
10839 2002-07-09  Dick Porter  <dick@ximian.com>
10840
10841         * threads.c: Make the thread cleaning up cope with threads that
10842         call ExitThread()
10843
10844 2002-07-08  Radek Doulik  <rodo@ximian.com>
10845
10846         * reflection.c (method_encode_code): use non-translated values to
10847         compute finally_start, this fixes exception handling on ppc, yay!
10848
10849         * decimal.h (struct signscale): fix endianess
10850
10851 2002-07-07  Radek Doulik  <rodo@ximian.com>
10852
10853         * reflection.c: swap box_val and not val
10854
10855 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10856
10857         * reflection.c, reflection.h: handle full assembly info in type name.
10858         Handle Type arguments when loading custom attributes.
10859         * icall.c: updated to use new mono_reflection_type_from_name () method.
10860
10861 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10862
10863         * loader.c:
10864         (method_from_memberref): also print assembly name when method not found.
10865
10866 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10867
10868         * icall.c:
10869         (ves_icall_TypeGetProperties): fixed bug #27473. 
10870
10871 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10872
10873         * reflection.c: display image name and token when cannot find the
10874         .ctor for an attribute.
10875
10876 2002-07-05  Martin Baulig  <martin@gnome.org>
10877
10878         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10879
10880 2002-07-04  Dick Porter  <dick@ximian.com>
10881
10882         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
10883         compile on mingw.  This will cause mingw builds to not wait for
10884         subthreads to terminate after the main thread does.  I've lodged a
10885         bug with the mingw developers for them to wrap OpenThread().
10886
10887 2002-07-03  Dick Porter  <dick@ximian.com>
10888
10889         * threads.c: Store thread IDs instead of handles, because
10890         GetCurrentThread() returns a pseudohandle and therefore stores
10891         useless values.  mono_thread_cleanup() continues checking the
10892         array of threads until it is empty, to cope with subthreads
10893         spawning new threads after the main thread has finished.
10894
10895         * profiler.h:
10896         * profiler.c:
10897         * profiler-private.h: Pass the thread ID to thread profiler
10898         functions, instead of a handle
10899
10900 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10901
10902         * verify.c: fixes to make it more usable.
10903         * pedump.c: added --verify code to verify IL code in an assembly.
10904
10905 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10906
10907         * reflection.c: turn errors into warnings to allow compiling corlib.
10908
10909 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10910
10911         * reflection.c: add special cases to compile corlib.
10912
10913 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10914
10915         * reflection.c: handle properties with only a set method.
10916
10917 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10918
10919         * opcodes.h: add enum with opcodes in opval order.
10920
10921 2002-07-01  Dick Porter  <dick@ximian.com>
10922         
10923         * object.h:
10924         * object.c (mono_runtime_run_main): Removed unneeded argument
10925
10926 2002-06-28  Martin Baulig  <martin@gnome.org>
10927
10928         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10929
10930 2002-06-27  Dick Porter  <dick@ximian.com>
10931
10932         * threads.c: Store the handle in both the parent thread and in the
10933         subthread, to minimise the time between starting a new thread and
10934         storing its ID.
10935
10936 2002-06-26  Dick Porter  <dick@ximian.com>
10937
10938         * appdomain.c (mono_runtime_cleanup): Close the socket library
10939         after all the threads have finished, not before
10940
10941 2002-06-26  Martin Baulig  <martin@gnome.org>
10942
10943         * debug-symfile.c (mono_debug_find_source_location): Added
10944         `guint32 *line_number' argument.  If it's not NULL, store the line number
10945         there and return the file name without the line number.
10946
10947 2002-06-25  Dick Porter  <dick@ximian.com>
10948
10949         * icall.c:
10950         * process.h:
10951         * process.c: Process forking and other support functions
10952
10953 2002-06-25  Dick Porter  <dick@ximian.com>
10954
10955         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
10956         things dont happen when the image is closed.
10957         (mono_image_lookup_resource): Walk the resource section looking
10958         for a particular entry
10959
10960         * cil-coff.h: PE resource section decoding
10961
10962 2002-06-25  Dick Porter  <dick@ximian.com>
10963         
10964         * assembly.h:
10965         * assembly.c: 
10966         (mono_assembly_foreach): Accessor functions to walk the list of
10967         loaded assemblies
10968         (mono_assembly_set_main):
10969         (mono_assembly_get_main): Process methods need to know which
10970         assembly is the "main" one
10971
10972         * object.c (mono_runtime_run_main): Record the main assembly
10973
10974         * debug-helpers.c: Fix typo
10975
10976 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
10977
10978         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
10979         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
10980
10981 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10982
10983         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
10984
10985 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
10986
10987         * image.c (do_mono_image_open): Initialize reference count,
10988         otherwise we leak the MonoImage.
10989
10990 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10991
10992         * reflection.c: small tweak to handle self-hosting.
10993
10994 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10995
10996         * reflection.c: fix type name parse code.
10997
10998 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10999
11000         * reflection.c: break out of the loop.
11001         * image.c: special case corlib.
11002
11003 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11004
11005         * reflection.c: add all the custom attrs at the end to ensure the
11006         ctors have been properly initialized when the attributes are defined
11007         in the current assembly.
11008
11009 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
11010
11011         * reflection.c: handle correctly multiple-nested types.
11012
11013 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
11014
11015         * row-indexes.h: fix typos.
11016         * reflection.c: adjust for typos and fix method_def_or_ref
11017         encoding in MethodImpl table.
11018
11019 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11020
11021         * reflection.c: fix entry point patching (thanks Serge!).
11022
11023 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
11024
11025         * verify.c: add check for System.Exception
11026
11027 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
11028
11029         * image.c, class.c: minifix for code just c&p'ed.
11030         * reflection.c: warning fix.
11031         * object.h, loader.h, domain.c: load also StringBuilder.
11032
11033 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
11034
11035         * marshal.h, marshal.c: some support code to handle complex marshaling.
11036
11037 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11038
11039         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
11040         Better signatures with vtable error dump.
11041
11042 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
11043
11044         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
11045
11046 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
11047
11048         * icall.c (ves_icall_Type_GetField): impl.
11049
11050 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11051
11052         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
11053         to retrieve a marshal description blob for a field or param.
11054
11055 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
11056
11057         * reflection.h, reflection.c: change order of nested type emission
11058         to avoid table corruption. The NestedTypes table is sorted.
11059         * icall.c: change order of GetConstructor results to workaround mcs bug.
11060
11061 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11062
11063         * reflection.h, reflection.c: handle field and param marshal
11064         information.
11065
11066 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11067
11068         * icall.c, marshal.c marshal.h: more Marshal class implementation.
11069
11070 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11071
11072         * reflection.c: fix call convention.
11073
11074 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11075
11076         * reflection.h, reflection.c: mono_image_get_memberref_token()
11077         takes a type instead of a class, now. Added
11078         mono_image_get_array_token() to create tokens for the special
11079         multi-dim array methods.
11080
11081 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
11082
11083         * assembly.c: handle modules (no assembly table). Split
11084         loading references in its own function.
11085         * class.c: handle moduleref resolution scope.
11086         * image.c, image.h: cache module name in image.
11087
11088 2002-06-07  Martin Baulig  <martin@gnome.org>
11089
11090         * reflection.c (mono_image_get_type_info): Only add a class layout entry
11091         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
11092
11093 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
11094
11095         * icall.c: more signature fixes that used uint instead of int.
11096
11097 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11098
11099         * reflection.c: fixed signature of field refs.
11100
11101 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11102
11103         * class.c, reflection.c: handle typerefs of nested types
11104         (both on read and when writing files).
11105
11106 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
11107
11108         * icall.c: fix method signatures that tried to workaround the previous
11109         typo, d'oh!
11110
11111 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11112
11113         * debug-helpers.c: fix typo.
11114
11115 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11116
11117         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
11118         rewrote the PE/COFF writing code (our programs are understood by the
11119         ms runtime, now).
11120
11121 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
11122
11123         * gc.c, gc.h, icall.c: weakreference support.
11124
11125 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11126
11127         * Makefile.am, mono-config.c: use $(sysconfdir).
11128
11129 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11130
11131         * icall.c: changed default precision of Double.ToString() to 15.
11132         Fixed memory leak. Unified with Single.ToString.
11133
11134 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
11135
11136         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
11137
11138 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
11139
11140         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
11141         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
11142         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
11143         and myself.
11144
11145 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11146
11147         * debug-symfile.c, sysmath.c: yet more compilation fixes.
11148
11149 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11150
11151         * reflection.c, socket-io.c: more compilation fixes.
11152
11153 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11154
11155         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
11156         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
11157         unicode.c: warning and compiler compatibility fixes.
11158
11159 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11160
11161         * class.h, metadata.c: fixed warnings/compilation errors.
11162
11163 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
11164
11165         * Makefile.am, mono-config.c, mono-config.h: configuration file
11166         support routines.
11167         * loader.c, loader.h: make Dll mapping configurable at runtime in the
11168         config file. Export methods to insert and lookup mappings.
11169
11170 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
11171
11172         * reflection.c: handle types and boxed objects in custom attr
11173         constructors.
11174
11175 2002-05-30  Martin Baulig  <martin@gnome.org>
11176
11177         * debug-symfile.c
11178         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
11179
11180 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
11181
11182         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
11183         to lookup the implmap row for a P/Invoke method.
11184         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
11185         P/Invoke method from the runtime on an as needed basis.
11186
11187 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
11188
11189         * metadata.c (mono_metadata_parse_signature): impl.
11190
11191 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11192
11193         * class.c: handle .pack directive.
11194
11195 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
11196
11197         * object.c: initialize static fields with RVA data.
11198
11199 2002-05-25  Martin Baulig  <martin@gnome.org>
11200
11201         * debug-symfile.c
11202         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
11203
11204 2002-05-24  Martin Baulig  <martin@gnome.org>
11205
11206         * debug-symfile.c
11207         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
11208         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
11209         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
11210
11211 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11212
11213         * object.c: special case string ctros in invoke.
11214         * gc.c: silly whitespace changes.
11215
11216 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
11217
11218         * threadpool.[ch]: impl. a threadpool that can
11219         be used by mint and mono.
11220
11221 2002-05-22  Martin Baulig  <martin@gnome.org>
11222
11223         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
11224         The first argument is now a `MonoReflectionModuleBuilder *', the return
11225         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
11226         `methods' field to get the method builder.  The `token' argument is the
11227         unfixed token.
11228
11229         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
11230         invalid characters instead of g_assert_not_reached()ing.  This seems
11231         to be the behaviour of mscorlib.
11232
11233 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
11234
11235         * object.c (mono_runtime_invoke_array): applied patch from Rachel
11236         Hestilow to fix bug #25104
11237
11238 2002-05-21  Martin Baulig  <martin@gnome.org>
11239
11240         * debug-symfile.c (mono_debug_find_source_location): New function.
11241         Looks up an IL offset in the line number table and returns the source
11242         location as a string.
11243
11244 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11245
11246         * icall.c:
11247         (mono_double_ToStringImpl): changed %f by %g until we have something
11248         better.
11249
11250 2002-05-21  Nick Drochak  <ndrochak@gol.com>
11251
11252         * icall.c : Use different name for Math.Pow's icall.  Needed to check
11253         parameters first in C#.
11254
11255 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11256
11257         * icall.c, reflection.h: added icall to get info about an event.
11258
11259 2002-05-20  Radek Doulik  <rodo@ximian.com>
11260
11261         * object.c (mono_value_box): don't use memcpy for boxing on BIG
11262         endian
11263         (mono_value_box): don't use memcpy for small sizes on
11264         architectures with unaligned access
11265
11266 2002-05-20  Martin Baulig  <martin@gnome.org>
11267
11268         * reflection.c (mono_reflection_setup_internal_class): Don't crash
11269         if `tb->parent == NULL'.
11270         (mono_reflection_create_internal_class): New function.  This is
11271         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
11272         for enum types.
11273
11274         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
11275         New interncall.
11276
11277 2002-05-19  Martin Baulig  <martin@gnome.org>
11278
11279         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
11280         argument to get the length, don't default to the array length.
11281
11282 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
11283
11284         * assembly.c (mono_assembly_setrootdir): New function used to
11285         override the MONO_ASSEMBLIES directory.
11286
11287 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11288
11289         * icall.c: ValueType_GetHashCode() initialize local var.
11290
11291 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11292
11293         * reflection.c: sort custom attributes table.
11294
11295 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11296
11297         * reflection.c: support named args in custom attributes (write support).
11298
11299 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
11300
11301         * reflection.c: fix finally position calculation.
11302
11303 2002-05-15  Radek Doulik  <rodo@ximian.com>
11304
11305         * reflection.c: fixed endianess at many places
11306
11307         * icall.c (ves_icall_InitializeArray): comment out debug msg
11308
11309 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
11310
11311         * object.c (mono_unhandled_exception): new function to handle
11312         unhandled exceptions.
11313         (mono_unhandled_exception): call the UnhandledException event.
11314         (mono_runtime_delegate_invoke): impl.
11315
11316 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
11317
11318         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
11319         returns the RVA, not the direct pointer to the data. Handle the case
11320         when the class size is fixed.
11321
11322 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
11323
11324         * reflection.c: fix some endianess issues.
11325
11326 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
11327
11328         * object.c (mono_runtime_invoke): is now able to catch exceptions.
11329
11330         * threads.c (mono_thread_init): added a callback which is invoked
11331         at thread start.
11332
11333 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
11334         
11335         * icall.c: make GetHashCode return non-negative values.
11336
11337 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
11338
11339         * object.c, icall.c, gc.c: revert to address-based hashcode.
11340
11341 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
11342
11343         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
11344
11345 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11346
11347         * icall.c, class.c: special case <Module>.
11348
11349 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
11350
11351         * icall.c: fix bug in GetNow().
11352
11353 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
11354
11355         * object.c (mono_runtime_class_init): make sure that we call all
11356         static class constructors.
11357
11358 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
11359
11360         * reflection.c: sort methodsemantics table.
11361
11362 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
11363
11364         * reflection.h, reflection.c: honour init locals setting.
11365
11366 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
11367
11368         * icall.c: copied Double ToStringImpl for Single ToStringImpl
11369
11370 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11371
11372         * reflection.c: support ContructorBuilders in attribute blob creation.
11373
11374 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11375
11376         * reflection.c: some changes to build a binary that can be run
11377         directly in windows.
11378
11379 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11380
11381         * loader.c: print a big message when an icall can't be found.
11382
11383 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11384
11385         * string-icalls.c: fix bug 24248.
11386
11387 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
11388
11389         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
11390         icall.c, reflection.h: separate assembly loading by pathname and by
11391         assembly name. Use the MONO_PATH env var to search for assemblies.
11392
11393 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11394
11395         * assembly.c, image.h: add some support for assemblies
11396         with multiple modules.
11397         * class.c, class.h: export mono_class_from_typeref().
11398         * loader.c: remove duplicated code and use mono_class_from_typeref(),
11399         instead.
11400
11401 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11402
11403         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
11404         documentation says (the ECMA one is correct).
11405
11406 2002-05-02  Dick Porter  <dick@ximian.com>
11407
11408         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
11409         Don't name the synchronisation mutex.
11410
11411 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
11412
11413         * rand.c
11414         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
11415         Make the prototypes match.
11416         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
11417         Same.
11418
11419         * icall.c
11420         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
11421         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
11422         all systems have tm.tm_zone, so use strftime() with %Z to print
11423         the timezone abreviation into a temp string.
11424
11425         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
11426         rather than mono_array_addr() on a MonoString on Big Endian
11427         machines.
11428
11429 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
11430
11431         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
11432         fix bug 24041
11433
11434 2002-04-30  Dick Porter  <dick@ximian.com>
11435
11436         * socket-io.c: Cope with SOCKET being an integer rather than a
11437         pointer now.
11438
11439         * threads.c: Added Thread_free_internal, to deal with thread
11440         handle cleanup.  Moved calls to handle_store() and handle_remove()
11441         to start_wrapper(), so each can only be called once.  Allocate
11442         synchronisation blocks with GC_malloc(), and use GC finalisation
11443         to close the handles.
11444
11445         * icall.c: added System.Threading.Thread::Thread_free_internal
11446
11447 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11448
11449         * icall.c: support Environment.Exit, CommandLineArgs().
11450
11451 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11452
11453         * object.c, object.h: added mono_runtime_run_main () and
11454         mono_runtime_get_main_args () for use in System.Environment.
11455
11456 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11457
11458         * gc.c: fix thinko, enable actual finalization since the jit is now
11459         fixed.
11460
11461 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11462
11463         * gc.c, object.c: take into account that an object may be offset wrt the address
11464         returned by GC_malloc().
11465
11466 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
11467
11468         * image.c: handle files without entries in the assembly table (modules).
11469
11470 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
11471
11472         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
11473         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
11474         allowed to be null when it's System.Object class setup.
11475
11476 2002-04-27  Martin Baulig  <martin@gnome.org>
11477
11478         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
11479         if `tb->parent == NULL' rather than crashing.
11480
11481 2002-04-28  Nick Drochak  <ndrochak@gol.com>
11482
11483         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
11484         calling acos() where asin() should have been called.
11485
11486 2002-04-26  Martin Baulig  <martin@gnome.org>
11487
11488         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
11489         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
11490         there's a subdirectory called `System', but we don't want to read that
11491         subdirectory as an assembly.
11492
11493 2002-04-25  Martin Baulig  <martin@gnome.org>
11494
11495         * debug-symfile.c: Reflect latest MonoString changes.
11496
11497 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11498
11499         * rand.c, rand.h: instance method icalls need to have an explicit
11500         this pointer as first argument in the C implementation.
11501
11502 2002-04-25  Nick Drochak <ndrochak@gol.com>
11503
11504         * icall.c: Fix typo in map for GetNonZeroBytes
11505
11506 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11507
11508         * string-icalls.c : String does now passes unit tests without any 
11509         errors, the following changes has been made:
11510         
11511         Implemented replace methods.
11512         Renaming of methods to (try) follow the standard.
11513         Fixed compare ordinal
11514         Made all memory allocated directly to function instead of via icall function.
11515         Small performance fix in is_in_array function
11516                         
11517  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
11518
11519         c (mono_string_Internal_ctor_charp_int_int):
11520         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
11521         sindex < 0, throw ArgumentOutOfRangeException instead of
11522         ArgumentNullException.
11523
11524         Added new check for length == 0, however
11525         I need to make it return String.Empty from the C code.
11526         
11527         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
11528         that calculate the length for us here.
11529         
11530         (mono_string_Internal_ctor_sbytep_int_int): Replaced
11531         mono_string_new_utf16 with mono_string_new, since value is utf8.
11532
11533 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11534
11535         * object.c: register the object for finalization if needed.
11536         Allocate one more char in the string for the terminating 0 char.
11537
11538 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11539
11540         * class.c, class.h, image.c: check if a type implemenst a destructor.
11541         Use the proper key for array class lookups.
11542         * icall.c: register the icalls in the System.GC class.
11543         * gc.c, gc.h: GC-related functions and icalls.
11544
11545 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11546
11547         * icall.c:
11548         * socket-io.c:
11549         * unicode.c: free some strings gotten from mono_string_to_utf8 and
11550         changed a couple of free () by g_free ().
11551
11552         * decimal.c: one-liner in the comments for decimal2string ().
11553
11554 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11555
11556         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
11557
11558 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11559
11560         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
11561         * object.c (mono_runtime_invoke_array) : handle null in params
11562
11563 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11564
11565         * string-icalls.c: fixed bug in split (one off bug)
11566
11567 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11568
11569         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
11570         * icalls.c: added String::Equals as internal method
11571
11572 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11573
11574         * threads.c: fixed bug in the double interlocked functions
11575
11576 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
11577
11578         * threads.c: implemented all of the new interlocked icalls.
11579         * string-icalls.c: fix a bug in insert.
11580         * icalls.c: added the icalls for interlocked, removed old string functions.
11581         
11582 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11583
11584         * loader.c: fix off-by-one error when reading argument names.
11585
11586 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11587
11588         * profiler.c: win32 counter implementation (untested).
11589         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
11590         (the latter needs testing and more complete impl. from win32 folks).
11591
11592 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
11593
11594         * object.c: mono_array_new_full workaround mono_array_class_get
11595         problem.
11596
11597 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11598
11599         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
11600         * object.h (mono_string_chars): Changed casting type.
11601
11602 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11603
11604         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
11605                            method signatures to use gunichar2 instead of gint16.
11606
11607 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
11608
11609         * object.h, object.c: domain-specific versions of mono_object_new and
11610         mono_array_new.
11611
11612 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
11613
11614         * object.c: changed String layout
11615
11616         * string-icalls.c (mono_string_Internal_ctor_chara): added
11617         internal string constructors.
11618
11619 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
11620
11621         * threads.c: pass 'this' to the thread start routine.
11622
11623 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11624
11625         * string-icalls.c: fix IndexOf and LastIndexOf. Now
11626         InternalCompareStr don't call twice mono_string_cmp_char for the last
11627         character. Improved performance in mono_string_cmp_char.
11628
11629 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11630
11631         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
11632         code into its own library: libmonoruntime.
11633
11634 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
11635
11636         * object.h, object.c: changed array format so that szarrays do not
11637         require a bounds structure.
11638         * icall.c, appdomain.c: support for new szarray format.
11639
11640 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11641
11642         * metadata.c: compare also the retuns type when comparing signatures:
11643         we didn't do this as an optimization since really overloaded methods
11644         must differ also in the arguments, but this doesn't work with
11645         low-level IL code (or when using explicit conversion operators: see
11646         bug#23498 for an example).
11647
11648 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11649
11650         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
11651
11652 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
11653
11654         * icall.c: make MonoType::GetElementType its own icall.
11655
11656 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11657
11658         * icall.c: remove MonoMethod_get_Name().
11659         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
11660         object.
11661
11662 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11663
11664         * string-icalls.c: optimized a few methods.
11665
11666 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11667
11668         * icall.c: added all new string internal calls
11669         * string-icalls.c: added, new string internal call implementation.
11670         * object.c: added mono_string_new_size for allocating a string a size
11671
11672 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
11673
11674         * object.c (mono_object_isinst): use the same code as in the
11675         optimized x86 version.
11676
11677 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11678
11679         * profiler.c: TSC-based timer code (faster and more accurate).
11680         Not hooked up in configure, yet (set USE_X86TSC to 1).
11681
11682 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
11683
11684         * profiler.c, profiler.h: track time spent compiling methods.
11685         * threads.c: track thread creation/destruction.
11686
11687 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
11688
11689         * profiler.c, profiler.h, profiler-private.h: profiling interface
11690         and sample implementation. Moved here so that it can be used also by
11691         the jit.
11692
11693 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
11694
11695         * reflection.c, reflection.h: keep types and other handles separate in
11696         the hash tables for referred tokens. Add guid for modules.
11697
11698 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11699
11700         * assembly.c: fix bugs found with valgrind.
11701         * metadata.h, metadata.c: added mono_metadata_guid_heap().
11702
11703 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
11704
11705         * threads: added icall support for getting current domain for
11706                    the thread.
11707  
11708 2002-04-13  Martin Baulig  <martin@gnome.org>
11709
11710         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
11711         (MonoDebugVarInfo): Added `index' field for register based addresses.
11712         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
11713         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
11714         `MonoDebugVarInfo *params' and `guint32 this_offset' with
11715         `MonoDebugVarInfo *this_var'.
11716
11717         * debug-symfile.c (relocate_variable): New static function to write
11718         a location description for a local variable or method parameter.
11719
11720 2002-04-12  Martin Baulig  <martin@gnome.org>
11721
11722         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
11723         stack offset and begin/end scope address of a local variable.
11724         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
11725         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
11726         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
11727
11728         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
11729         Added new relocation types for start/end scope of a local variable.
11730
11731 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11732
11733         * object.h: add mono_object_domain() macro.
11734         * reflection.c: handle typespecs.
11735         * icall.c: MonoMethod::get_Name() implementation.
11736
11737 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11738
11739         * icall.c: String::GetHashCode() icall implementation.
11740
11741 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11742
11743         * icall.c: String::IndexOfAny icall.
11744         * object.c, object.h: make array->max_length more useful.
11745         Intrduced mono_object_class() and mono_string_length() macros.
11746
11747 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11748
11749         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
11750         instead of g_unichar_isdigit.
11751
11752 2002-04-11  Nick Drochak  <ndrochak@gol.com>
11753
11754         * icall.c: Implement a simple Double.ToString().
11755
11756 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11757
11758         * appdomain.h: only io-layer.h is supposed to be included.
11759         * icall.c: explicitly import environ. Fix warning.
11760
11761 2002-04-10  Nick Drochak  <ndrochak@gol.com>
11762
11763         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
11764                 return true even if it's not Daylight Savings time.
11765                 Only return false for the case where the function isn't
11766                 implemented for a plaform (read Windows).
11767
11768 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11769
11770         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
11771         data with a mutex.
11772
11773 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
11774
11775         * mempool.c (mono_mempool_alloc): only use g_malloc when
11776         absolutely necessary.
11777
11778 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11779
11780         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
11781
11782         * class.c (mono_class_vtable): use domain mempool to allocate vtable
11783         (mono_class_proxy_vtable): use domain mempool
11784
11785 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11786
11787         * appdomain.h, appdomain.c: split initialization that requires the
11788         execution engine support into mono_runtime_init().
11789
11790 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11791
11792         * class.c (mono_class_init): don't include vtable inside MonoClass
11793         to save some memory, gather some statistics.
11794         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
11795
11796 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11797
11798         * icall.c: internalcall implementation for ValueType.Equals().
11799
11800 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
11801
11802         * object.c (mono_message_init): moved 
11803         (mono_runtime_exec_main): new arch. independent impl.
11804         (mono_runtime_invoke_array): new method - like
11805         mono_runtime_invoke, but you can pass an array of objects.
11806         (mono_remoting_invoke): new arch. independent impl.
11807         (mono_message_invoke): new arch. independent impl.
11808         (mono_runtime_class_init): new arch. independent impl.
11809         (mono_runtime_object_init): new arch. independent impl.
11810
11811 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11812
11813         * metadata.c, object.c, reflection.c: documented the exported
11814         functions.
11815
11816 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
11817
11818         * icall.c: simpler code to pass the assembly builder data to corlib.
11819         Implement GetNestedTypes() internalcall.
11820
11821 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11822
11823         * class.c: warn if a type can't be loaded.
11824
11825 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
11826
11827         * image.h: typedef MonoImageOpenStatus
11828         * types.h: removed unused file
11829         
11830 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
11831
11832         * icall.c: Enum_ToObject accepts enum value arguments.
11833
11834 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11835
11836         * class.c: move initialization of properties, events and nested
11837         classes, so that they happen for interfaces, too.
11838
11839 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11840
11841         * icall.c: cleanup some ugly casts in Array_SetValue*.
11842
11843 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11844
11845         * icall.c: the values array fro enums is of the correct type, now.
11846         Implement (correctly) getFullName instead of assQualifiedName for
11847         MonoType.
11848         * reflection.h, reflection.c: added mono_type_get_name ().
11849
11850 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11851
11852         * assembly.c, image.h: for each MonoImage, record from wich assembly
11853         it was loaded.
11854         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
11855         Make Type.Assembly work.
11856
11857 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
11858
11859         * debug-symfile.h: use char* instead of gpointer to avoid
11860         unnecessary casts.
11861
11862         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
11863
11864         * icall.c (ves_icall_InternalExecute): impl. FielSetter
11865         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
11866
11867 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
11868
11869         * icall.c (mono_message_init): impl. (code cleanup)
11870         (ves_icall_InternalExecute): impl. FieldGetter
11871
11872         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
11873         defined we call all (non-static)methods through the vtable. 
11874
11875 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
11876
11877         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
11878         finalizer even though the memory is still referenced (and the chunk of
11879         memory is not freed).
11880
11881 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
11882
11883         * assembly.c: fix brokeness.
11884
11885 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
11886
11887         * class.c: kill some warnings. Check explicit interface method
11888         implementation also without considering the namespace.
11889         Load also literal strings in static class data.
11890
11891 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
11892
11893         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
11894         (default_assembly_name_resolver): Make the resolver take the
11895         "base" directory where the assembly was originally defined, so we
11896         can load DLLs that are in the same directory as the assembly that
11897         is being referenced.
11898
11899 2002-03-28  Dick Porter  <dick@ximian.com>
11900
11901         * file-io.h: 
11902         * file-io.c:
11903         * socket-io.c: 
11904         * unicode.h: 
11905         * unicode.c: Warning cleanups
11906
11907 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
11908
11909         * object.h, reflection.h: use the correct type instead of MonoObject.
11910
11911 2002-03-28  Martin Baulig  <martin@gnome.org>
11912
11913         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
11914         (mono_debug_update_symbol_file): Initialize classes if necessary.
11915
11916 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11917
11918         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
11919         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
11920
11921 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
11922
11923         * assembly.h: fix function prototype.
11924         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
11925         * mono-endian.h: use const cast.
11926
11927 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11928
11929         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
11930
11931 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11932
11933         * loader.c: don't assert when a typeref can't be loaded, give
11934         a chance to the runtime to trow an exception instead.
11935         * loader.h: fix warning.
11936
11937 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11938
11939         * class.c (mono_class_proxy_vtable): added proxy support
11940
11941 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
11942
11943         * icall.c: removed last of PAL calls, added System.Environment
11944         * file-io.h, file-io.c: MonoIO implementation
11945         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
11946
11947 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11948
11949         * appdomain.c: do not use the byte marker in ldstr table lookup.
11950         * debug-helpers.c: allow two ':' to separate class and method name.
11951         * object.c: allocate arrays bounds with the GC, too.
11952         * verify: add a few more checks.
11953
11954 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
11955
11956         * reflection.c: output also literal strings. Allocate parameter data
11957         with GC_malloc() (thanks, Martin, for catching this!).
11958
11959 2002-03-26  Martin Baulig  <martin@gnome.org>
11960
11961         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
11962         include the `this' offset in the `param_offsets'.
11963
11964 2002-03-25  Martin Baulig  <martin@gnome.org>
11965
11966         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
11967         mono_debug_get_class() function to get the classes. Added new
11968         relocation types for arrays and strings.
11969         (mono_debug_get_class): New static function to search in all
11970         referenced assemblies for a metadata token.
11971
11972         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
11973
11974 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
11975
11976         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
11977         hold gc-allocated objects. Make the string heap a stream like the
11978         others. Removed duplicated code when writing stream info.
11979         Added asserts to catch possible buffer overflows. Set the sorted map
11980         for tables that need sorting. Added some documentation.
11981
11982 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
11983
11984         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
11985         for interned strings and vtables.
11986
11987 2002-03-24  Martin Baulig  <martin@gnome.org>
11988
11989         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
11990         it in the array since it was created with g_slist_prepend().
11991
11992 2002-03-24  Martin Baulig  <martin@gnome.org>
11993
11994         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
11995         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
11996         (mono_debug_method_from_token): Renamed to
11997         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
11998         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
11999
12000         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
12001         relocation types.
12002
12003         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
12004
12005 2002-03-24  Martin Baulig  <martin@gnome.org>
12006
12007         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
12008         (mono_debug_method_from_token): New func.
12009
12010         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
12011         New interncall, calls mono_debug_local_type_from_signature().
12012         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
12013         calls mono_debug_method_from_token().
12014
12015 2002-03-23  Martin Baulig  <martin@gnome.org>
12016
12017         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
12018         specifies the number of bytes to be converted, not the array size.
12019         Return the number of chars, not the number of bytes.
12020         (ves_icall_iconv_get_chars): The `byteCount' argument
12021         specifies the number of bytes to be converted, not the array size.
12022
12023 2002-03-23  Martin Baulig  <martin@gnome.org>
12024
12025         * reflection.h (MonoReflectionSigHelper): New type.
12026
12027         * reflection.c (mono_reflection_sighelper_get_signature_local),
12028         (mono_reflection_sighelper_get_signature_local): New functions.
12029
12030         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
12031         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
12032         interncalls.
12033
12034 2002-03-23  Martin Baulig  <martin@gnome.org>
12035
12036         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
12037         is_writeable is set.
12038         (mono_raw_buffer_update): New function to write the modified map
12039         back to disk.
12040
12041         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
12042
12043         * debug-symfile.c (mono_debug_update_symbol_file): Call
12044         mono_raw_buffer_update() when done writing.
12045
12046 2002-03-23  Martin Baulig  <martin@gnome.org>
12047
12048         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
12049
12050         * debug-symfile.c: Added support for arguments and local variables.
12051
12052 2002-03-23  Dick Porter  <dick@ximian.com>
12053
12054         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
12055         protected by ifdefs, hence breaking the w32 build.
12056
12057 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12058
12059         * object.c: implement is_interned() the right way.
12060
12061 2002-03-21  Martin Baulig  <martin@gnome.org>
12062
12063         * debug-symfile.[ch]: New files to handle debugging information
12064         files. There's also support to dynamically update these symbol
12065         files to include machine dependent information.
12066
12067 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
12068
12069         * threads.c (mono_thread_create): new function to create thread
12070         from C
12071
12072 2002-03-20  Martin Baulig  <martin@gnome.org>
12073
12074         * icall.c (ves_icall_InternalInvoke): Create a new object if the
12075         method is a constructor.
12076         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
12077         points to ves_icall_InternalInvoke().
12078
12079 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
12080
12081         * file-io.c: Flush shouldn't throw exceptions.
12082
12083 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
12084
12085         * file-io.c: FileStream flush support; FileSetLength now
12086         restores file pointer.
12087
12088 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12089
12090         * class.c: set image for pointer classes.
12091
12092 2002/03/19  Nick Drochak <ndrochak@gol.com>
12093
12094         * sysmath.c: Forgot one.
12095
12096 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
12097
12098         * sysmath.c: Avoid redefining existing names.
12099
12100 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
12101
12102         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
12103         handled by runtime as icall rather than dllimport from libm.so
12104         * file-io.c, file-io.h: fixed handle argument type.
12105
12106 2002-03-18  Dick Porter  <dick@ximian.com>
12107
12108         * reflection.c (mono_image_get_type_info): rename interface to
12109         iface, because of "#define interface struct" on windows.
12110
12111 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
12112
12113         * class.c, class.h: rename and export mono_ptr_class_get().
12114         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
12115         * reflection.c, reflection.h, icall.c: better/saner type name
12116         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
12117         method signatures.
12118
12119 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
12120
12121         * class.c (mono_class_init): removed hardcoded GHC_SLOT
12122
12123         * icall.c (ves_icall_InternalInvoke): impl.
12124
12125 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12126
12127         * reflection.c: output the interface map table, too.
12128
12129 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
12130
12131         * class.c (class_compute_field_layout): separate computation of 
12132         static field layout
12133
12134 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
12135
12136         * icall.c: added System.Buffer support.
12137         * file-io.c: moved file icalls from PAL to FileStream.
12138
12139 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
12140
12141         * icall.c (ves_icall_System_Object_GetHashCode): impl.
12142
12143 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
12144
12145         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
12146
12147 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12148
12149         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
12150
12151 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12152
12153         * debug-helpers.{c,h}: moved here from monograph some useful functions
12154         to locate a method by name/signature in a class or image. Included
12155         also a small and flexible IL disassembler.
12156
12157 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12158
12159         * reflection.c: fixup tokens in methods with small header size, too.
12160
12161 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
12162
12163         * object.c (mono_string_to_utf8): remove assert(!error), instead
12164         print a warning. 
12165
12166 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
12167
12168         * icall.c: update to the new mono_Array_class_get interface.
12169
12170 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
12171
12172         * appdomain.c, object.c: Boehm-GC enable.
12173         * icall.c: make get_data_chunk() support split data requests.
12174         Ensure a class is initialized in more cases. Return only the first
12175         property found in GetProperties() or the compiler gets confused. 
12176         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
12177         * reflection.h, reflection.c: add fixup mechanism for field and method
12178         tokens. Initialize assembly->typeref in a single place. Output
12179         properties after events. Support custom attributes for events, too.
12180         Typo fix for paramter custom attrs.
12181
12182 2002-03-07  Martin Baulig  <martin@gnome.org>
12183
12184         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
12185
12186 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
12187
12188         * class.c (mono_array_class_get): fix. for multi. dim. arrays
12189
12190 2002-03-06  Martin Baulig  <martin@gnome.org>
12191
12192         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
12193         non-zero lower bounds. See testcases #F10-#F13.
12194
12195 2002-03-05  Martin Baulig  <martin@gnome.org>
12196
12197         * exception.c (mono_get_exception_argument_out_of_range): New exception.
12198
12199         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
12200         ves_icall_System_Array_GetValue(), only calculate the absolute array position
12201         here.
12202         (ves_icall_System_Array_SetValue): Likewise.
12203         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
12204         as argument and does the actual work. This function is used when copying a
12205         multi-dimensional array.
12206         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
12207         now do all the widening conversions of value types.
12208         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
12209
12210 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12211
12212         * class.c: remove some magic numbers and use the smbolic names,
12213         instead. Added init_events() to load event info at class init time.
12214         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
12215         and mono_metadata_methods_from_event().
12216         * reflection.h, reflection.c: added support for writing out the evnets
12217         related information.
12218
12219 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
12220
12221         * reflection.h, icall.c: use a different method (GetInterfaces)
12222         to gather interface info and add isbyref, isprimitive and
12223         ispointer to the ves_icall_get_type_info() return value.
12224
12225 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
12226
12227         * class.h: stared adding support for events.
12228         * icall.c: split find_members implementation. Added debug icall to get
12229         the address of an object.
12230         * reflection.c: handle TypeBuilders in mono_type_get_object().
12231
12232 2002-03-01  Martin Baulig  <martin@gnome.org>
12233
12234         * icall.c (ves_icall_System_Array_GetLength): This must throw an
12235         ArgumentOutOfRangeException(), not an ArgumentException().
12236         (ves_icall_System_Array_GetLowerBound): Likewise.
12237         (ves_icall_System_Array_GetValue): Improved argument checking.
12238         (ves_icall_System_Array_SetValue): Improved argument checking.
12239
12240 2002-03-01  Martin Baulig  <martin@gnome.org>
12241
12242         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
12243         called with invalid arguments rather than just dying with g_assert().
12244         (ves_icall_System_Array_SetValue): Likewise.
12245         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
12246         raise a NotImplementedException instead.
12247         (ves_icall_System_Array_GetLength): Added argument checking.
12248         (ves_icall_System_Array_GetLowerBound): Added argument checking.
12249
12250 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
12251
12252         * object.h (mono_assert): new macros mono_assert and
12253         mono_assert_not_reached
12254
12255 2002-02-28  Martin Baulig  <martin@gnome.org>
12256
12257         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
12258         and "System::String::IsInterned" to "System::String::_IsInterned".
12259
12260 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
12261
12262         * icall.c: remove hacks for typebuilder. Added icall to create a
12263         modified type from a tybebuilder.
12264         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
12265         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
12266         to create a backing MonoClass for a TypeBuilder.
12267
12268 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12269
12270         * class.c, class.h: more refactoring of class init.
12271         Export mono_class_setup_mono_type() and mono_class_setup_parent().
12272
12273 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
12274
12275         * marshal.c, marshal.h: start of marshaling interface.
12276
12277 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12278
12279         * icall.c: fix order in assembly qualified name icall.
12280
12281 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12282
12283         * class.c: do not free str, since we store it in the hash table.
12284         * reflection.h: add label field to MonoILExceptionInfo.
12285         * reflection.c: handle references to more than one assembly. Handle
12286         case when there isn't a module created in the assembly.
12287
12288 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
12289
12290         * class.c: Fix typo. Start refactoring of class init code.
12291
12292 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
12293
12294         * appdomain.c: exit with 1 on error.
12295         * class.c: we already have the name in MonoClassField.
12296         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
12297         MonoStreamHeader instead of an offset of image->raw_metadata.
12298
12299 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
12300
12301         * appdomain.c (mono_init): Be even more descriptive about the error.
12302
12303 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
12304
12305         * appdomain.c: give the user an informative message when corlib can't
12306         be loaded.
12307
12308 2002-02-26  Martin Baulig  <martin@gnome.org>
12309
12310         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
12311         New icall to get the time zone data.
12312
12313 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12314
12315         * reflection.c: set virtual and raw size of section correctly.
12316         * threads.c: transfer domain information to newly created threads.
12317
12318 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12319
12320         * class.c: when instancing a class in a domain, load the default
12321         vaules for static fields from the constant table. Fix System.Enum to
12322         not be an enum.
12323         * icall.c: implement Object::GetType() internalcall. Implemented
12324         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
12325         Fixed checking of binding flags in find_members().
12326         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
12327         * reflection.c: handle enumerations when writing to the constant
12328         table. Use a different object cache for types.
12329
12330
12331 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
12332
12333         * object.c (mono_object_isinst): fix for arrays
12334
12335         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
12336
12337 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12338
12339         * object.c: don't use mprotect ()  and fix intern pool hash table
12340         lookup for big endian systems.
12341
12342 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12343
12344         * icall.c: change type_is_subtype_of () signature.
12345
12346 2002-02-21  Mark Crichton  <crichton@gimp.org>
12347
12348         * rand.c, rand.h: Added random number generator for
12349         System.Security.Cryptography classes.
12350
12351         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
12352
12353         * icall.c: Added System.Security.Cryptography calls.
12354
12355 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
12356
12357         * class.c, icall.c, metadata.c: better support for pointer types.
12358         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
12359         * reflection.c: Add support for getting custom attrs for properties
12360         and simplify some code.
12361
12362 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12363
12364         * icall.c: change getToken () and add custom attribute GetBlob()helper
12365         method.
12366         * reflection.h: add custom attrs array to the reflection builder structures.
12367         * reflection.c: encode and emit custom attributes for all the relevant
12368         reflection objects. Cache fieldref and methodref tokens. Change
12369         mono_image_create_token() interface to take a MonoDynamicAssembly.
12370         More complete custom attributes decoder. Load custom attributes for
12371         Assembly, Field, Method and Constructor objects, too. Make the
12372         returned array an Attribute[] one, not object[]. Added
12373         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
12374         custom attribute constructor.
12375
12376 2002-02-20  Dick Porter  <dick@ximian.com>
12377
12378         * icall.c:
12379         * rawbuffer.c:
12380         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
12381         problem code out for now).
12382
12383 2002-02-19  Radek Doulik  <rodo@ximian.com>
12384
12385         * object.c (mono_ldstr): use hash table to avoid multiple swapping
12386
12387 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
12388
12389         * icall.c: register the GetCustomAttributes method.
12390         * object.c, object.h: add mono_string_new_len ().
12391         * reflection.h, reflection.c: added mono_runtime_invoke(),
12392         mono_install_runtime_invoke(). Added
12393         mono_reflection_get_custom_attrs () to load custom attributes and
12394         create the attribute objects.
12395
12396 2002-02-19  Dick Porter  <dick@ximian.com>
12397         * threads-dummy-types.c:
12398         * threads-dummy-types.h:
12399         * threads-dummy.c:
12400         * threads-dummy.h:
12401         * threads-pthread-types.c:
12402         * threads-pthread-types.h:
12403         * threads-pthread.c:
12404         * threads-pthread.h:  Deleted obsolete files
12405
12406 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
12407
12408         * class.c (mono_class_vtable): runtime init the class when we
12409         allocate static class data.
12410
12411         * icall.c (ves_icall_System_Array_SetValue): check for null values.
12412
12413         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
12414         and String - but we will need generic marshalling support in the
12415         future. 
12416         (mono_init): set the domain name in a ms compatible way
12417
12418         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
12419         String[].
12420
12421 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
12422
12423         * object.c (mono_array_clone): use alloca() instead of g_malloc  
12424         for sizes
12425
12426         * appdomain.c (mono_domain_unload): impl.
12427
12428 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12429
12430         * appdomain.c, object.c: fix intern pool implementation.
12431         * class.c: fix alignment code.
12432
12433 2002-02-16  Radek Doulik  <rodo@ximian.com>
12434
12435         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
12436         and s2 > s1, just copy lower bytes to be compatible with little
12437         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
12438         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
12439
12440         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
12441         force big_endian to be 1 for big endian machines 
12442         (ves_icall_iconv_new_decoder): ditto
12443
12444 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
12445
12446         * socket-io.c (convert_sockopt_level_and_name): If the system
12447         doesn't define SOL_IP or SOL_TCP, get them by hand using
12448         getprotobyname() and caching the values (because this could be a
12449         slow operation).
12450         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
12451         Use the appropriate struct when the system does support it. Ie,
12452         not all systems have struct ip_mreqn so use struct ip_mreq when
12453         appropriate.
12454
12455 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
12456
12457         * reflection.c: handle finally clauses.
12458
12459 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
12460
12461         * socket-io.c: use g_snprintf() instead of snprintf.
12462
12463 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12464
12465         * reflection.c (mono_param_get_objects): Cast second argument to
12466         mono_method_get_param_names to a const char** to silence the
12467         compiler warning.
12468
12469         * appdomain.c (mono_domain_assembly_open): Put parens around the
12470         truth statement in the for-loop.
12471
12472         * unicode.c (iconv_convert): Got rid of a compiler warning about
12473         int i being unused when the system has a new iconv.
12474         (iconv_get_length): Same.
12475
12476         * image.c (load_class_names): Cast the second argument to
12477         g_hash_table_insert() to char* to hush compiler warnings about the
12478         arg being a const.
12479         (mono_image_open): Same here.
12480
12481         * socket-io.c: Don't conditionally include sys/filio.h or
12482         sys/sockio.h here anymore since we now get them from
12483         io-layer/io-layer.h
12484         (inet_pton): If the system doesn't support inet_aton, implement
12485         using inet_addr and also #define INADDR_NONE if it isn't defined
12486         by the system.
12487
12488 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
12489
12490         * metadata.c, metadata.h: added function to get packing and size info
12491         of a typedef.
12492         * reflection.h, reflection.c: handle field RVA data. Save info about
12493         the table layout if needed. Assign typedef indexes to all the types
12494         before dumping the info about them to avoid forward reference problems.
12495
12496 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
12497
12498         * socket-io.c (convert_sockopt_level_and_name): ifdef
12499         SO_ACCEPTCONN because it is not defined on my system (old debian)
12500
12501 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12502
12503         * opcode.c: use stddef.h to get NULL.
12504
12505 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12506
12507         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
12508         for FIONBIO, FIONREAD and SIOCATMARK.
12509         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
12510         define INADDR_NONE and besides, inet_addr() is deprecated and
12511         should not be used. Use inet_pton() instead - it also has the
12512         added bonus that it can easily handle IPv6 addresses as well.
12513         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
12514
12515 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12516
12517         * decimal.c: remove _MSC_VER conditional.
12518
12519 2002-02-13  Dick Porter  <dick@ximian.com>
12520
12521         * socket-io.c: 
12522         * icall.c: Internal calls for Blocking, Select, Shutdown,
12523         GetSocketOption and SetSocketOption
12524
12525 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12526
12527         * assembly.cs: better resolver: use it instead of some kludgy
12528         code.
12529
12530 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
12531
12532         * reflection.c: the best way to speed-up the compiler is to avoid
12533         infinite loops.
12534
12535 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
12536
12537         * class.c (mono_class_vtable): changed the object layout
12538         (obj->vtable->class). 
12539         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
12540
12541 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12542
12543         * assembly.c: look for assemblies in the assembly dir, too.
12544
12545 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12546
12547         * class.c: fix thinko in mono_class_from_type().
12548
12549 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12550
12551         * exception.h, exception.c: added TypeLoadException.
12552         * object.h, object.c: added mono_array_clone ().
12553         * icall.c: handle throwOnError in AssemblyGetType().
12554         Added Array.Clone().
12555         * opcode.h, opcode.c: use a single value for the opcode val.
12556         Compile fix for non-gcc compilers.
12557
12558 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
12559
12560         * opcodes.c, opcodes.h: export interesting info about opcodes.
12561
12562 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
12563
12564         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
12565         icalls. 
12566
12567         * class.c (class_compute_field_layout): set element_class for enums
12568         (mono_class_create_from_typedef): set element_class for normal classes
12569
12570         * icall.c (ves_icall_System_Enum_get_value): impl.
12571
12572         * class.c (mono_class_create_from_typedef): do not set valuetype
12573         flag for System.ValueType and System.Enum
12574
12575 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
12576
12577         * unicode.c (iconv_convert): fix big endian problem.
12578
12579 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12580
12581         * class.c: add asserts if we are ever going to scribble over memory.
12582         * socket-io.c: not all systems have AF_IRDA defined.
12583
12584 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
12585
12586         * class.c (class_compute_field_layout): do not consider static
12587         fields to compute alignment
12588
12589 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
12590
12591         * appdomain.c (mono_appdomain_get): impl.
12592         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
12593
12594 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12595
12596         * icall.c: ignore "file://" prefix when loading an assembly.
12597
12598 2002-01-23  Dick Porter  <dick@ximian.com>
12599
12600         * socket-io.c:
12601         * icall.c:
12602         * Makefile.am: Added socket support
12603
12604 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12605
12606         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
12607         code back.  This should return the assemblies that are loaded by
12608         the runtime on behalf of an application domain. 
12609
12610         The current implementation is still broken, it just returns every
12611         assembly loaded, but until we get real applications domain this
12612         will do.
12613
12614 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
12615
12616         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
12617         AppDomain object.
12618
12619 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12620
12621         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
12622         the mono_class_from_name lookup.
12623         (ves_icall_get_parameter_info): ditto.
12624         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
12625         method.
12626         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
12627
12628 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
12629
12630         * class.c: load also nested classes on class init.
12631         System.ValueType instance methods gets passed boxed
12632         values, unless methods in derived classed that get a pointer to the
12633         data.
12634         * icall.c: use better name parsing code in GetType().
12635         * image.c, image.h: add mono_image_loaded ().
12636         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
12637         * reflection.c, reflection.h: added mono_reflection_parse_type().
12638
12639 2002-01-22  Veronica De Santis <veron78@interfree.it>
12640
12641         * icall.c : Added mapping of internal calls for Manual and Auto reset events
12642         * threads.c : Added the implementation of internal calls for events
12643         * threads.h : Added prototypes of internal calls for events
12644         
12645 2002-01-21  Radek Doulik  <rodo@ximian.com>
12646
12647         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
12648
12649 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
12650
12651         * class.c (mono_class_init): set min_align to 1 (instead of 0)
12652         (mono_class_value_size): use min_align
12653
12654 2002-01-20  Dick Porter  <dick@ximian.com>
12655
12656         * threads.h:
12657         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
12658         so it compiles on w32.
12659
12660 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
12661
12662         * metadata.c (mono_type_stack_size): impl.
12663
12664         * class.c (mono_class_get_field): impl. memberref token
12665
12666 2002-01-16 Veronica De Santis <veron78@@interfree.it>
12667
12668         * icall.h : Added the internal calls mapping for CreateMutex_internal
12669                     and ReleaseMutex_internal.
12670         * threads.h : Added the prototype of mutexes internal calls.
12671         * threads.c : Added the implementations of mutexes internal calls.
12672
12673 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12674
12675         * metaparse.h: removed unused file.
12676         * reflection.c, reflection.h: added stream_data_align () function 
12677         to align data in streams and keep stream aligned. Add support for
12678         exception support in method headers.
12679
12680 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
12681
12682         * unicode.c: make iconv_convert () return the number of bytess written
12683         in the output buffer.
12684
12685 2002-01-15  Dick Porter  <dick@ximian.com>
12686         * threads.c: Make the runtime's idea of infinite timeouts coincide
12687         with the class library's
12688
12689         Fix a particularly egregious bug in mono_thread_cleanup(). That
12690         code was so utterly bogus it must have been written on a Monday.
12691
12692 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12693
12694         * reflection.h: add subtypes field to TypeBuilder.
12695         * reflection.c: encode constants for literal fields.
12696         Handle subtypes. Fix user string token (and add a zero byte)
12697         at the end.
12698         
12699 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
12700
12701         * class.c (mono_class_init): bug fix: assign slot numbers for
12702         abstract methods.
12703
12704 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12705
12706         * reflection.c: don't try to output a code RVA for abstract methods.
12707         Small fixes for method header format. Output parameter info to the
12708         ParamDef table. Save method overriding info to MethodImpl table.
12709         Fix property support. Allow typedef.extends to be a type in the
12710         building assembly.
12711         * verify.c: fix off-by-one error.
12712
12713 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
12714
12715         * class.c: fix mono_class_from_mono_type () for szarray types.
12716         Remove unused cache check in mono_class_from_type_spec().
12717         * icall.c: *type_from_name () functions handle simple arrays and byref.
12718         * reflection.c: handle byref and szarray types. Handle methods without
12719         body (gets P/Invoke compilation working). Handle types and fields in
12720         get_token ().
12721         * reflection.h: add rank to MonoTypeInfo.
12722
12723 2002-01-10  Dick Porter  <dick@ximian.com>
12724
12725         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
12726         internal calls
12727
12728 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12729
12730         * icall.c: initialize class in type_from_handle ().
12731         Loop also in parent classes for get_method ().
12732         * reflection.c: properly encode class and valuetype types.
12733         Start on encoding TypeBuilder types. Handle fieldrefs.
12734         Use correct length when registering a user string.
12735         Handle ConstructorBuilder and MonoMethod in get_token ().
12736         Make mono_type_get_object () aware of cached types.
12737         * object.c: back out change to mono_string_new ().
12738
12739 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
12740         * object.c: mono_string_new should return a NULL when the string 
12741         passed in is NULL -- not try to deference it.
12742         
12743 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
12744
12745         * icall.c: hack to make IsSubType work for TypeBuilders.
12746         * reflection.c: emit constructors before methods.
12747         Retrieve param names in mono_param_get_objects().
12748
12749 2002/01/05  Nick Drochak  <ndrochak@gol.com>
12750
12751         * Makefile.am: fix list of headers and sources so automake 1.5
12752         doesn't complain. Removed \# at end of list.
12753
12754 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12755
12756         * reflection.c: get token for a method ref. Set return type of
12757         constructor to void.
12758         * loader.c: debug message.
12759         * class.c: typo fix.
12760
12761 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
12762
12763         * icall.c: fix array init with rank > 1. FindMembers
12764         loops in parent class as well.
12765         * image.c: do not insert nested types in name cache.
12766         * reflection.c: warning fix.
12767         * reflection.h: add override method (for interface impl).
12768
12769 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
12770
12771         * metadata.c: fix customattr decoding.
12772
12773 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
12774
12775         * rawbuffer.cs: Added native Win32 implementation, avoids using
12776         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
12777
12778 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
12779
12780         * class.c: make the low-level routines handle the cache.
12781
12782 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
12783
12784         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
12785
12786 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
12787
12788         * class.c: fix mono_array_element_size() for objects.
12789         * class.h, class.c: add properties to MonoClass and load them
12790         at init time.
12791         * icall.c: check with isinst() when assigning a value to an array
12792         instead of requiring the classes to match exactly.
12793         Implemented icall for System.Type::GetType().
12794         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
12795         enums. Handle bindingflags when looking for methods and fields.
12796         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
12797         and mono_metadata_methods_from_property().
12798         * reflection.h, reflection.c: added structures for propreties,
12799         parameters and enums. Implemented mono_property_get_object() and
12800         mono_param_get_objects().
12801
12802 2001-12-18  Dick Porter  <dick@ximian.com>
12803
12804         * file-io.c: Use mono_string_to_utf16() instead of
12805         mono_string_chars()
12806
12807         * object.c: Added mono_string_to_utf16(), which copies the non
12808         NULL-terminated MonoString into a new double-null-terminated
12809         buffer.
12810
12811 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
12812
12813         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
12814
12815 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
12816
12817         * file-io.c: raise exceptions if handle is invalid.
12818
12819 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
12820
12821         * assembly.c: yet another check for mscorlib.
12822         * class.c, class.h: load nesting info for classes.
12823         * icall.c: many new functions to support the Reflection classes.
12824         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
12825         * reflection.h, reflection.c: mono_image_create_token(),
12826         mono_assembly_get_object(), mono_type_get_object(),
12827         mono_method_get_object(), mono_field_get_object(): methods to return
12828         objects that parallel the C representation of assemblies, types,
12829         methods, fields.
12830
12831 2001-12-11  Dick Porter  <dick@ximian.com>
12832
12833         * icall.c:
12834         * file-io.c: Internal calls for file IO.
12835
12836 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
12837
12838         * tabledefs.h: missing FileAttributes.
12839         * verify.h, verify.c: use is_valid_string () to simplify and check for
12840         valid strings more correctly. Fix warnings and speeling.
12841         Check more tables: Filed, File, ModuleRef, StandAloneSig.
12842         Check code: branches, maxstack, method calls.
12843
12844 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
12845
12846         * object.c (mono_object_allocate): removed static, so that the jit
12847         can allocate value types.
12848
12849         * icall.c (ves_icall_System_DateTime_GetNow): impl.
12850
12851 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12852
12853         * class.c: init enum types right away and register the
12854         token->MonoClass map in mono_class_create_from_typedef ().
12855         * verify.h, verify.c: first cut of the verifier.
12856         * pedump.c: add --verify switch to verify metadata tables.
12857         * tabledefs.h: add some missing enums.
12858
12859 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
12860
12861         * class.c (mono_install_runtime_class_init): impl.
12862         (mono_class_init): renamed mono_class_metadata_init to
12863         mono_class_init, also removed the metadata_inited flag
12864
12865         * object.c (mono_object_isinst): use faster algorithm
12866
12867 2001-11-30  Radek Doulik  <rodo@ximian.com>
12868
12869         * mono-endian.h: reverted last change
12870         added function prototypes
12871
12872         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
12873         add mono-endian.c back
12874
12875         * mono-endian.c: returned back, as Paolo pointed out, it's needed
12876         for unaligned access, I've mistaked it with endianess. I am
12877         sorry.
12878         (mono_read16): fix reverted endianess
12879         (mono_read64): ditto
12880         (mono_read32): ditto
12881
12882 2001-11-30  Dick Porter  <dick@ximian.com>
12883
12884         * exception.c: Implement mono_exception_from_name()
12885
12886 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12887
12888         * metadata.h, metadata.c: remove params_size and locals_size and their
12889         calculation from the metadata code: they are only usefult to the
12890         interp.
12891
12892 2001-11-29  Radek Doulik  <rodo@ximian.com>
12893
12894         * object.c (mono_ldstr): swap bytes here, it's probably not the
12895         best place, but works for me now, I'll redo it once I know mono
12896         better, also note that I add PROT_WRITE and don't reset back, also
12897         note that it's only affects big endians, so x86 should be OK
12898
12899         * mono-endian.h (read16): use just glib macros for both endians
12900
12901         * mono-endian.c: removed as glib macros are used in in
12902         mono-endian.h so we don't need to care about endianess for read
12903         macros as glib does that for us already
12904
12905 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
12906
12907         * class.h, class.h: take minimum alignment into consideration so
12908         that the fields of a class remain aligned also when in an array.
12909
12910 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12911
12912         * loader.h, loader.c: add mono_method_get_param_names().
12913         * class.c: 0-init class fields.
12914
12915 2001-11-26  Dick Porter  <dick@ximian.com>
12916
12917         * icall.c:
12918         * threads-types.h:
12919         * threads.c: New file that handles System.Threading on all platforms
12920
12921         * object.c: 
12922         * object.h: Remove the synchronisation struct from MonoObject,
12923         replace it with a pointer that gets initialised on demand
12924
12925         * Makefile.am: Replace all the system-specific threading code with
12926         a single file that uses the new wrapper library
12927
12928 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
12929
12930         * class.c, class.h: add mono_install_trampoline() so that the runtime
12931         can register a function to create a trampoline: removes the ugly
12932         requirement that a runtime needed to export arch_create_jit_trampoline.
12933         * object.h, object.c: added mono_install_handler() so that the runtime
12934         can install an handler for exceptions generated in C code (with
12935         mono_raise_exception()). Added C struct for System.Delegate.
12936         * pedump.c: removed arch_create_jit_trampoline.
12937         * reflection.c: some cleanups to allow registering user strings and
12938         later getting a token for methodrefs and fieldrefs before the assembly
12939         is built.
12940         * row-indexes.h: updates and fixes from the new ECMA specs.
12941
12942 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
12943
12944         * class.h, class.c: add enum_basetype field to MonoClass.
12945         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
12946         to get index in the constant table reated to a field, param or
12947         property.
12948         * reflection.h, reflection.c: handle constructors. Set public-key and
12949         version number of the built assembly to 0.
12950         * row-indexes.h: update from new ECMA spec.
12951
12952 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12953
12954         * class.h, class.c: add a max_interface_id to MonoClass.
12955         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
12956         since it's used to do that. Added mono_type_type_from_obj().
12957         Make GetType() return NULL instead of segfaulting if the type was not
12958         found. Handle simple arrays in assQualifiedName.
12959         * object.h: add a struct to represent an Exception.
12960         * reflection.c: output call convention in method signature.
12961         Add code to support P/Invoke methods and fixed offsets for fields.
12962
12963 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
12964
12965         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
12966         the value.
12967         * icall.c: use mono_array_addr instead of array->vector: fixes the
12968         reflection image writing.
12969         * reflection.c: init call convention byte to 0 in method signature.
12970         Encode the property signature. Don't output property-related methods
12971         twice. Really process the properties for a type (don't cast a field to
12972         a property, my mom always told me that).
12973         Fix 64 bit issues in pointer alignment in a different and more
12974         readable way.
12975
12976 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
12977
12978         * loader.h: Removed type class from MonoDefaults, added monotype
12979
12980         * loader.c: Loaded MonoType, removed loading of Type
12981
12982         * icall.c (my_mono_new_object): Now returns a System.MonoType,
12983         and fills in System.Type._impl with a RuntimeTypeHandle rather
12984         than the actual MonoClass *
12985
12986         (ves_icall_type_from_handle): change from type_class to
12987         monotype_class
12988
12989         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
12990         implemented
12991
12992         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
12993         implemented
12994
12995         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
12996
12997         (ves_icall_System_Reflection_Assembly_GetType): implemented
12998
12999         (ves_icall_System_MonoType_assQualifiedName): implemented
13000
13001         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
13002
13003 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
13004
13005         * assembly.c (mono_assembly_open): Implement a cache for the
13006         assemblies. 
13007
13008         (mono_assembly_close): only destroy the assembly when the last
13009         reference is gone.
13010         
13011 2001-11-09  Dick Porter  <dick@ximian.com>
13012
13013         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
13014
13015 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
13016
13017         * class.c (mono_class_metadata_init): bug fix: compute the right slot
13018
13019 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
13020
13021         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
13022         from Martin Weindel.
13023         * object.h: add mono_string_chars ().
13024
13025 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
13026
13027         * reflection.c (build_compressed_metadata): Eliminates warnings
13028         and uses 64-bit clean code.
13029
13030         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
13031         (mono_type_equal): Change signature to eliminate warnings.
13032
13033 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
13034
13035         * icall.c, loader.c: remove the internalcall array constructors.
13036         Changes to match the new MonoArray structure.
13037         * object.h, object.c: an array object doesn't allocate an extra
13038         vector. Add mono_array_new_full () to create jagged arrays easily.
13039
13040 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
13041
13042         * metadata.h, metadata.c: add mono_metadata_field_info () to
13043         retreive all the info about a field from vairous tables.
13044         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
13045         * class.h, class.c: augment MonoClassField with more info.
13046         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
13047         policy and load a field's RVA if needed.
13048
13049 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
13050
13051         * class.c (mono_class_metadata_init): create a trampoline for all
13052         virtual functions instead of actually compiling them.
13053
13054 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
13055
13056         * class.h, class.c: include name in MonoClassField.
13057         * class.c: fix fundamental type of System.Object and System.String.
13058         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
13059         tokens in ldtoken.
13060         * icall.c: remove internalcalls for the Reflection stuff that is now
13061         done in C# code.
13062         * loader.c: mono_field_from_memberref () implementation.
13063         * mono-endian.c: thinko (s/struct/union/g).
13064         * object.c, object.h: make the mono_string_* prototypes actually use
13065         MonoString instead of MonoObject.
13066         * reflection.c, reflection.h: updates for changes in the reflection
13067         code in corlib: we use C structures that map to the actual C# classes.
13068         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
13069         fat method header if needed and use the info from the ILGenerator for
13070         methods. Handle fields in types. Misc fixes.
13071
13072 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
13073
13074         * class.c (mono_class_metadata_init): bug fix: always allocate
13075         space for static class data
13076
13077 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
13078
13079         * class.c (mono_compute_relative_numbering): use relative
13080         numbering to support fast runtime type checks.
13081
13082 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
13083
13084         * class.c (mono_class_create_from_typeref): added debugging output
13085         to print class name when MonoDummy is returned instead of real class
13086
13087 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
13088
13089         * class.c (mono_class_metadata_init): interface offset table now
13090         contains pointers into the vtable - this is more efficient for the jit
13091
13092 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
13093
13094         * class.c (mono_class_metadata_init): use a temporary vtable (the
13095         old algorithm only worked for the interpreter, but not for the jit)
13096
13097 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
13098
13099         * loader.c (method_from_memberref): use mono_class_get to get the
13100         class of an array instead of using System.Array directly.
13101         (mono_get_method): also add MEMBERREF methods to the method cache
13102         which usefull for arrays.
13103
13104 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
13105
13106         * pedump.c (arch_compile_method): added to compute vtable entry
13107
13108         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
13109         number of interfaces.
13110         
13111         * class.h: merged MonoArrayClass into MonoClass
13112
13113         * class.c (mono_class_create_from_typedef): compute the vtable size and
13114         allocate space to include the vtable inside MonoClass
13115         (mono_class_metadata_init): initialize the vtable
13116
13117 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
13118
13119         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
13120         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
13121         * image.c: endian fixes by Laurent Rioux.
13122         * object.h, object.c: rename MonoStringObject to MonoString and
13123         MonoArrayObject to MonoArray. Change some function names to conform to
13124         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
13125         guint16* as first argument, so don't use char*.
13126         Provide macros to do the interesting things on arrays in a portable way.
13127         * threads-pthread.c: updates for the API changes and #include <sched.h>
13128         (required for sched_yield()).
13129         * icall.c: updates for the API changes above.
13130         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
13131         platforms that need them.
13132
13133 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
13134
13135         * class.c: set the correct type for all the fundamental
13136         type when loading the class.
13137
13138 2001-10-05  Dick Porter  <dick@ximian.com>
13139
13140         * threads-pthread.c (pthread_mutex_timedlock): Simple
13141         compatibility version for C libraries that lack this call.
13142
13143 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13144
13145         * class.c: MonoTypes stored in MonoClass are stored as
13146         fundamental MonoTypes when the class represents a
13147         fundamental type (System.Int32, ...).
13148         The TypeHandle return by ldtoken is a MonoType*.
13149         * icall.c: ves_icall_get_data_chunk () write out all the
13150         PE/COFF stuff. Implement ves_icall_define_method (),
13151         ves_icall_set_method_body (), ves_icall_type_from_handle ().
13152         * image.c: properly skip unknown streams.
13153         * loader.h, loader.c: add type_class to mono_defaults.
13154         * metadata.c, metadata.h: export compute_size () as
13155         mono_metadata_compute_size () with a better interface.
13156         Typo and C&P fixes.
13157         * pedump.c: don't try to print the entry point RVA if there is no entry point.
13158         * reflection.c, reflection.h: many cleanups, fixes, output method
13159         signatures and headers, typedef and typeref info, compress the metadata
13160         tables, output all the heap streams, cli header etc.
13161         * row-indexes.h: typo fixes.
13162
13163 2001-10-04  Dick Porter  <dick@ximian.com>
13164
13165         * object.h: Add a synchronisation mutex struct to MonoObject
13166
13167         * object.c (mono_new_object): Initialise the object
13168         synchronisation mutexes
13169
13170         * icall.c: System.Threading.Monitor internal calls
13171         
13172         * threads-pthread.h:
13173         * threads-pthread.c: System.Threading.Monitor internal calls
13174
13175         * threads-types.h: New file, includes the system-specific thread
13176         structures
13177         
13178         * threads-pthread-types.h:
13179         * threads-pthread-types.c: New files, handle pthread-specific
13180         synchronisation types
13181
13182         * threads-dummy-types.h: 
13183         * threads-dummy-types.c: New files of dummy support for
13184         thread-specific types
13185
13186         * metadata.c:
13187         * image.c:
13188         * pedump.c: include mono-endian.h not endian.h
13189         
13190         * Makefile.am: More threads files.
13191         Name mono-endian.h not endian.h
13192
13193 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
13194
13195         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
13196         stuff and implement a few more bits.
13197         * icall.c: a field needs to be dereferenced twice. Do not use the same
13198         name for two variables in the same scope.
13199         * image.c, image.h: cleanups.
13200
13201 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
13202
13203         * class.c (mono_class_metadata_init): bug fix: compute the right size
13204
13205 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
13206
13207         * icall.c: implemented some of the Reflection internalcalls.
13208         * image.c, image.h: start writing out the PE/COFF image.
13209         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
13210         that does the reverse than decode_blob_size ().
13211         * object.c: use mono_metadata_encode_value (). Move here
13212         temporary implementation of mono_string_to_utf8 ().
13213         * rawbuffer.c: make malloc_map static.
13214
13215 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13216
13217         * metadata.c: fix type comparison for arrays.
13218         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
13219         Added a couple of new classes to monodefaults.
13220         * icall.c: added a couple of Reflection-related internalcalls.
13221         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
13222         Added a byval_arg MonoType to MonoClass.
13223
13224 2001-09-28  Dick Porter  <dick@ximian.com>
13225
13226         * icall.c:
13227         * threads-pthread.h: 
13228         * threads-pthread.c: Implemented internal calls for
13229         LocalDataStoreSlot operations.  Applied mutexes around all shared
13230         data.  Reworked the thread creation and Start() operations to
13231         avoid a race condition.
13232         
13233         * threads-dummy.h:
13234         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
13235
13236 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
13237
13238         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
13239
13240 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
13241
13242         * class.c, loader.c: warn and return NULL instead of erroring out.
13243         * icall.c: added System.AppDomain::getCurDomain().
13244         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
13245
13246 2001-09-25  Dick Porter  <dick@ximian.com>
13247
13248         * threads-pthread.h:
13249         * threads-pthread.c: Implemented timed thread joining and added
13250         System.Threading.Thread::Join_internal internal call
13251
13252         * icall.c: Added System.Threading.Thread::Join_internal internal call
13253
13254         * threads-dummy.h:
13255         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
13256
13257 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
13258
13259         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
13260         mono_string_intern () to implement the semantics of the ldstr opcode
13261         and the interning of System.Strings.
13262         * icall.c: provide hooks to make String::IsIntern and String::Intern
13263         internalcalls.
13264
13265 2001-09-23  Dick Porter  <dick@ximian.com>
13266
13267         * threads-dummy.c: 
13268         * threads-dummy.h: New files of dummy threading routines
13269
13270         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
13271         support code based on system specifics
13272
13273         Rename PTHREAD_LIBS to THREAD_LIBS
13274         
13275 2001-09-23  Dick Porter  <dick@ximian.com>
13276
13277         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
13278         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
13279         internal calls.
13280         (mono_thread_init): Set up a Thread object instance to return when
13281         the main thread calls Thread.CurrentThread
13282         (mono_thread_cleanup): Wait for all subthreads to exit
13283
13284         * icall.c: New internal calls for System.Threading.Thread::Sleep
13285         (including Schedule) and CurrentThread
13286
13287         * threads.h: New file, to insulate thread-specific stuff from the
13288         rest of the code
13289
13290 2001-09-21  Dick Porter  <dick@ximian.com>
13291
13292         * threads-pthread.h: 
13293         * threads-pthread.c: New file, for handling pthreads-style
13294         threading support.  Start() now starts a new thread and executes
13295         the ThreadStart delegate instance.
13296
13297         * icall.c: Added the internalcall for
13298         System.Threading.Thread::Start_internal
13299
13300         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
13301
13302 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
13303
13304         * loader.c: work around the different signatures for delegates
13305         constructors csc generates in compiled code vs the ones compiled in mscorlib.
13306
13307 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13308
13309         * class.h, class.c: add mono_class_get_field_from_name ().
13310         * *: Fix C comments and other ANSI C issues.
13311
13312 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
13313
13314         * endian.h, assembly.c: fix some endianness issues.
13315
13316 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
13317
13318         * loader.h, load.c: add delegate_class to mono_defaults.
13319         Handle runtime provided methods in mono_get_method ().
13320
13321 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
13322
13323         * loader.c (mono_get_method): use pinvoke for internal call
13324
13325         * icall.c: use pinvoke for internal call
13326
13327         * loader.c (method_from_memberref): set the method name
13328
13329 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
13330
13331         * metadata.c: help the compiler generate better code for
13332         mono_class_from_mono_type ().
13333
13334 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
13335
13336         * class.c (mono_class_metadata_init): delayed computing of the
13337         class size to mono_class_metadata_init ()
13338
13339 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
13340
13341         * class.c, class.h: add an interfaces member to MonoClass.
13342         * image.c, image.h: add assembly_name field to MonoImage
13343         from the assembly table.
13344         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
13345
13346 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13347
13348         * class.c: Handle Array in mono_class_from_mono_type ().
13349         * metadata.c, pedump.c: some endian fixes.
13350
13351 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
13352
13353         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
13354         * metadata.c: fix small problem introduced with the latest commit.
13355
13356 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
13357
13358         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
13359         We don't need a MonoMetadata pointer anymore to compare signatures in
13360         mono_metadata_signature_equal (), update callers.
13361         Reduced memory usage an number of allocations for MonoMethodHeader and
13362         MonoMethodSignature.
13363
13364 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
13365
13366         * metadata.c: added compare for szarray.
13367
13368 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
13369
13370         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
13371         and add a couple more types to it and mono_defaults. Give an hint on
13372         classes that need implementing in our corlib and are referenced
13373         in mscorlib.
13374
13375 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
13376
13377         * class.h, class.c: keep track if a class is also an Enum.
13378         * loader.c: Implement a couple more types for use in libffi
13379         marshalling. Gives better diagnostics when failing to dlopen
13380         a library. Set method->klass for P/Invoke methods, too.
13381
13382 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
13383
13384         * class.c, class.h: add a MonoType this_arg to MonoClass that
13385         represents a pointer to an object of the class' type that
13386         can be used by the interpreter and later the type cache.
13387         Add best guess alignment info for valuetype objects.
13388
13389 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
13390
13391         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
13392         into MonoType: one less level of indirection and allocation and
13393         simplifies quite a bit of code. Added cache for MonoTypes that are
13394         used frequently, so that we don't need to allocate them all the time.
13395
13396 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
13397
13398         * class.c (mono_class_create_from_typedef): System.Enum is also a
13399         value type, although it does not derive from System.ValueType
13400         (maybe a bug in the ms compiler?)
13401
13402         * metadata.c (mono_type_size): return the right size for value types
13403
13404         * loader.c (mono_get_method): only initialize method header if not abstract
13405
13406         * class.c (mono_class_from_mono_type): use mono_default values. 
13407
13408 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
13409
13410         * *: use MonoClass pointers instead of <type_tokens>
13411         
13412         * class.h: new flag: metadata_inited.
13413
13414         * class.c (mono_class_metadata_init): impl.
13415         (mono_class_instance_size): impl.
13416         (mono_class_data_size): impl.
13417
13418 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13419
13420         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
13421         MonoClass now has the name and name_space fields. 
13422         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
13423         mono_get_method () takes and optional MonoClass as argument.
13424         Removed mono_typedef_from_name() and added mono_class_token_from_name()
13425         instead that takes advantage of a map from class names to typedef
13426         tokens in MonoImage.
13427
13428 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
13429
13430         * metadata.c: zero is not a valid alignment boundary.
13431         Merge MONO_TYPE_VOID in default decoding code.
13432
13433 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
13434
13435         * image.h: merged MonoMetadata into MonoImage
13436
13437         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
13438         identify the type of elements.
13439
13440 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
13441
13442         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
13443         * cil-coff.h: split MonoMSDOSHeader and add size info.
13444         * image.c: add some consistency checks.
13445         * metadata.c: fix row size computation: one programmer
13446         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
13447         add explanation for the locator routine.
13448         Fix decoding of size in method header.
13449         
13450 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
13451
13452         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
13453         (g_concat_dir_and_file): Bring g_concat_dir_and_file
13454         function from gnome-libs.  This uses the right path separator
13455         based on the OS, and also works around a bug in some systems where
13456         a double slash is not allowed. 
13457         (default_assembly_name_resolver): Use g_concat_dir_and_file
13458         (mono_assembly_open): ditto.
13459
13460 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
13461
13462         * metadata.c (mono_metadata_signature_equal): impl.
13463
13464         * *: void is now a realy MonoType (instead of using NULL)
13465         
13466         * metadata.c (do_mono_metadata_parse_type): use
13467         mono_metadata_parse_type to parse void value.
13468
13469 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
13470
13471         * metadata.c, metadata.h: in the signature and method header store
13472         only the space required for holding the loca vars and incoming arguments.
13473
13474 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
13475
13476         * metadata.c (do_mono_metadata_parse_type): treat void like any
13477         other type (instead of assigning NULL);
13478
13479 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
13480
13481         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
13482
13483 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
13484
13485         * image.c (do_mono_image_open): added a cache for arrays.
13486
13487 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13488
13489         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
13490         decode a single column from a row in a metadata table and changes
13491         to take advantage of it in the typedef locator (gives a nice speed up).
13492         Store offset info for function params.
13493
13494 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
13495
13496         * image.h (MONO_IMAGE_IS_CORLIB): removed 
13497
13498 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
13499
13500         * assembly.c: how could mono_assembly_close () had ever worked?
13501         * metadata.c, metadata.h: provide offset info for local vars.
13502         Implement mono_type_size () to take care of alignment as well
13503         as size (it was mono_field_type_size in cli/class.c before).
13504
13505 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
13506
13507         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
13508
13509         * assembly.h (CORLIB_NAME): set to corlib.dll
13510
13511         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
13512
13513 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13514
13515         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
13516         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
13517         tokentype.h: massive namespace cleanup.
13518
13519 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13520
13521         * metadata.h, metadata.c: decode exception clauses when parsing method header.
13522
13523 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
13524
13525         * metadata.c (mono_metadata_free_type): added check for type !=
13526         NULL (void) before calling mono_metadata_free_type()
13527
13528 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
13529
13530         * metadata.h, row_indexes.h: added header with enumerations to use
13531         to index in the columns from tables in metadata and to decode coded
13532         tokens: we should start using this instead of embedding magic numbers
13533         all over the code.
13534
13535 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
13536
13537         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
13538         Move metadata_t info from cli_image_info_t to MonoImage, where
13539         it's easily accessible. Changed all the uses accordingly.
13540         Added the method and class caches to MonoImage.
13541         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
13542         and mono_metadata_decode_value () signature to be more consistent
13543         with the other parse functions (and simplify code). Taken advantage
13544         of zero-length array allocation with GCC. Removed reduntant (and
13545         wrong) MonoFieldType struct and use MonoParam instead. Changed
13546         mono_metadata_parse_field_type () to use common code for parsing.
13547         Added mono_metadata_typedef_from_field () and
13548         mono_metadata_typedef_from_method () to lookup a typedef index from a
13549         field or method token.
13550         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
13551
13552 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
13553
13554         * metadata.c (mono_metadata_parse_field_type): Implement. 
13555         (do_mono_metadata_parse_type): Split engine from
13556         mono_metadata_parse_type, so that we can create smaller structures
13557         for things that just have one pointer to the MonoType (look at
13558         the MonoFieldType)
13559
13560 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
13561
13562         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
13563         as Jan Gray found out, it is incorrect. 
13564
13565 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
13566
13567         * assembly.c: Implement asssembly loading.  This loads an image
13568         and loads all the referenced assemblies.  Come to think of it, we
13569         could always do lazy loading of the assemblies. 
13570
13571         * image.c (mono_image_open): Keep loaded images in a hashtable.
13572
13573         * image.h (MonoImage): Add reference count.
13574
13575 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
13576
13577         * assembly.c (mono_assembly_open): Keep track of the file name in
13578         case the assembly has no ASSEMBLY table.
13579
13580         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
13581         from get.c here.
13582
13583 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
13584
13585         * metadata.c, metadata.h: decode local vars in method header
13586         parse function. Change callers accordingly.
13587
13588 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
13589
13590         * metadata.h, cil-coff.h: protect against multiple inclusion.
13591         Added some new structures to hold information decoded from metadata:
13592         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
13593         and relevant decoding/free functions.
13594         * metadata.c: implement decoding functions. Add warning for out of bounds
13595         index in mono_metadata_locate(). Implement mono_get_method () to retreive
13596         all the info about a method signature and invocation. Remove check on
13597         uninitialized local var in parse_mh() and fix memory leak.
13598
13599 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
13600
13601         * metadata.h: More macros.
13602
13603         * tokentype.h: New file.
13604
13605 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
13606
13607         * assembly.c: added a consistency check and initialize
13608         some structures with g_new0().
13609         * metadata.c: fixed a couple more bugs in table size computation
13610         and add other checks for out-of bound access to metadata.
13611
13612 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
13613
13614         * metatada.c: fix bugs computing table sizes. Spew a
13615         warning when index in string heap is out of bounds.
13616
13617 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
13618
13619         * metadata.h: Add a couple of macros to manipulate tokens. 
13620
13621 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13622
13623         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
13624         cli_section_tables).
13625
13626 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
13627
13628         * metadata.c (mono_metadata_user_string): New function, provides
13629         access to the UserString heap. 
13630
13631 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
13632
13633         * metadata.c: Add inline documentation.
13634
13635 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
13636
13637         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
13638         files. 
13639
13640 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
13641
13642         * typeattr.h: New file, TypeAttribute flags. 
13643
13644 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
13645
13646         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
13647         mono_assembly_ensure_section): Section loading code.
13648         (load_section_tables): Load the sections.
13649
13650         * mono/metadata/metadata.c (mono_metadata_locate_token,
13651         mono_metadata_locate): Functions to locate the information
13652         definition given a token or a table and an index.
13653         (mono_metadata_compute_table_bases): New.
13654         (compute_size): New function to compute the sizes of the various
13655         tables.
13656
13657         * mono/metadata/metadata.h: Finish listing the different index
13658         types. 
13659
13660         * mono/metadata/pedump.c: Improve to dump new information.
13661
13662 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
13663
13664         * mono/metadata/metadata.c: Entered all the tables matching
13665         Beta2. 
13666
13667         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
13668